Orderassets/css/ai.css000064400000015327147577723070007774 0ustar00/* AI Styles */ .spro-chat{ width: 25vw; position: fixed; right: -25vw; height: 100%; top:0; bottom:0; display:flex; visibility:hidden; box-shadow: 0 1px 5px #cdcdcd; z-index:999999; background-color:white; justify-content:space-between; flex-direction:column; box-sizing:border-box; overflow:hidden; -webkit-transition: right 0.3s ease-in-out; -moz-transition: right 0.3s ease-in-out; -ms-transition: right 0.3s ease-in-out; -o-transition: right 0.3s ease-in-out; transition: right 0.3s ease-in-out; } .spro-ai-chat-overlay{ display:none; width: 100%; height:100%; position:absolute; top:0; left:0; cursor:pointer; z-index:100; } .spro-chat * { box-sizing:border-box; } .spro-chat > div{ padding: 20px; } .spro-chat-header{ display:flex; justify-content:space-between; padding: 10px 5px; font-size: 18px; font-weight: 500; background-color:#b8a5f11a; text-align:center; height: 60px; } .spro-chat-header .dashicons, .spro-chat-history-header .dashicons{ cursor:pointer; } .spro-chat-response-section{ position:relative; height:100%; max-height: 70%; overflow-y:scroll; padding: 10px; } .spro-chat textarea{ width: 100%; } .soft-btn{ display: inline-flex; outline: 0; text-align: center; cursor: pointer; padding: 6px 12px; border-radius: 3px; border: 1px solid transparent; transition: all .3s ease; font-weight: 600; text-transform: uppercase; font-size: 11px; text-decoration: none; gap: 8px; align-items:center; justify-content:center; } .soft-btn-black{ background: #0f172a; border-color: #0f172a; color: #fff; } .spro-ai-select{ display: inline-flex; outline: 0; cursor: pointer; padding: 6px 12px; border-radius: 3px; border: 1px solid #dedede !important; transition: all .3s ease; font-weight: 600; text-transform: uppercase; font-size: 11px !important; text-decoration: none; gap: 8px; align-items:center; justify-content:center; } .spro-ai-select:hover{ color:rgb(85 33 181) !important; } .spro-chat-response{ padding: 10px; border: 1px solid #e2e8f0; border-radius: 6px; margin-bottom: 10px; } .spro-chat-response p{ font-size: 14px; line-height:1.5; margin: 5px 0; } .spro-chat-response h1{ font-size:16px; } .spro-chat .spro-prompt-action{ display:flex; } .spro-response-actions{ margin-top:10px !important; display:flex; gap:4px; } .spro-response-actions button{ padding: 0.4rem 1rem; border-radius: 5px; background-color: white; line-height: 1.25rem; outline: none; border: transparent; cursor:pointer; border: 1px solid #e2e8f0; } .spro-ai-use-this{ position:relative; } .spro-spinner{ display:none; border-radius:50%; animation: spro-spinner 1s linear infinite; } .spro-spinner__light{ border: 2px solid #dddcdc80; border-left-color: #e3e3e3; } .spro-spinner__dark{ border: 2px solid #96939380; border-left-color: #343434; } .spro-spinner__default{ height: 0.9375rem; width: 0.9375rem; } .spro-spinner__md{ height: 20px; width: 20px; } .spro-spinner__lg{ height: 30px; width: 30px; } .spro-spinner-active{ display:inline-block; } @keyframes spro-spinner{ 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } #spro_prompt_input{ resize:none; } .spro-prompt-shortcuts{ display:flex; flex-wrap:wrap; gap:4px; margin-bottom:15px; } .spro-prompt-shortcuts button{ background:transparent; border: 1px solid #dedede; } .spro-ai-chat-options-section{ background-color:#b8a5f11a; padding-bottom: 10px!important; padding-top: 15px!important; border-top: 1px solid #eee; } .spro-ai-token-count{ position:relative; display:flex; gap:7px; align-items:center; justify-content:center; top:0; padding: 1px !important; font-size: 10px; text-align:center; background-color:#b8a5f175; font-weight:500; } .spro-ai-token-count span.dashicons{ font-size:10px; width:10px; height:10px; cursor:pointer; } .spro-copy-ai-response{ position:relative; } .spro-copy-ai-response::before{ content: "Copied"; display:none; position:absolute; top:-28px; padding: 1px 4px; font-size:10px; left: 50%; transform: translateX(-50%); background-color:black; color:white; border-radius:2px; transition: all 0.6s ease-in-out; } .spro-copy-ai-response::after{ content: ""; display:none; position:absolute; top:-10px; left: 50%; transform: translateX(-50%) rotate(225deg); width: 7px; height:7px; background-color:black; } .spro-ai-shortcut:hover{ color:rgb(85 33 181); } .spro-copy-ai-response.active::before, .spro-copy-ai-response.active::after{ display:block; } .spro-ai-chat-options-section.disabled{ pointer-events:none; opacity: 0.6; } .spro-ai-chat-history{ display:none; height:100%; overflow-y:auto; } .spro-chat-history-header{ display:flex; align-items:center; justify-content:space-between; gap:5px; padding-bottom:10px; font-size:14px; font-weight:500; } .spro-chat-history-link{ cursor:pointer; user-select:none; } .spro-history-header-label{ display:flex; align-items:center; justify-content:center; gap:5px; } .spro-ai-history-single-close{ visibility:hidden; } .spro-dot-loader{ width: 10px; margin-left:3px; display:inline-block; aspect-ratio: 2; --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000); background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%; background-size: calc(100%/3) 50%; animation: spro-dot-loader 1s infinite linear; } @keyframes spro-dot-loader { 20%{background-position:0% 0%, 50% 50%,100% 50%} 40%{background-position:0% 100%, 50% 0%,100% 50%} 60%{background-position:0% 50%, 50% 100%,100% 0%} 80%{background-position:0% 50%, 50% 50%,100% 100%} } .spro-snackbar { visibility:hidden; display:flex; align-self:center; max-width: 500px; width: 90%; background-color: #333; color: #fff; text-align: center; border-radius: 2px; padding: 16px; position: absolute; z-index: 1; bottom: 30px; } .spro-snackbar.show{ visibility: visible; animation: spro-fadein 0.5s, spro-fadeout 0.5s 3s; } @keyframes spro-fadein{ from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @keyframes spro-fadeout{ from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } img.spro-ai-icon { transition: transform .8s ease-in-out; } img.spro-ai-icon:hover { transform: rotate(360deg); } .spro-chat-startup-placeholder{ display:flex; flex-direction:column; justify-content:center; height:100%; } .spro-prompt-suggestions{ display:flex; flex-wrap:wrap; gap:10px; margin-top: 1rem; } .spro-prompt-suggestions button{ outline:none; background:white; border: 1px solid #e2e2e2; padding: 5px 10px; border-radius:50px; line-height:1.2; cursor:pointer; } .spro-prompt-suggestions p{ width:100%; margin:0; font-weight:500; } .spro-chat-response[data-type="assistant"] { background-color: rgb(232 240 248); } .spro-chat-history-link{ display:flex; justify-content:space-between; align-items:center; } .spro-token-used{ color:rgb(155 28 28); background-color: rgb(253 232 232); padding:2px 7px; border-radius:50px; font-weight:400; }assets/css/intro.css000064400000014656147577723070010542 0ustar00.introjs-overlay{position:absolute;box-sizing:content-box;z-index:999999;opacity:0;transition:all .3s ease-out}.introjs-showElement{z-index:9999999!important}tr.introjs-showElement>td{z-index:9999999!important;position:relative}tr.introjs-showElement>th{z-index:9999999!important;position:relative}.introjs-disableInteraction{z-index:99999999!important;position:absolute;background-color:#fff;opacity:0}.introjs-relativePosition{position:relative}.introjs-helperLayer{box-sizing:content-box;position:absolute;z-index:9999998;border-radius:4px;transition:all .3s ease-out}.introjs-helperLayer *{box-sizing:content-box}.introjs-helperLayer :before{box-sizing:content-box}.introjs-helperLayer :after{box-sizing:content-box}.introjs-tooltipReferenceLayer{font-family:"Helvetica Neue",Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif;box-sizing:content-box;position:absolute;visibility:hidden;z-index:100000000;background-color:transparent;transition:all .3s ease-out}.introjs-tooltipReferenceLayer *{font-family:"Helvetica Neue",Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.introjs-helperNumberLayer{font-family:"Helvetica Neue",Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif;color:#9e9e9e;text-align:center;padding-top:10px;padding-bottom:10px}.introjs-arrow{border:5px solid transparent;content:"";position:absolute}.introjs-arrow.top{top:-10px;left:10px;border-bottom-color:#fff}.introjs-arrow.top-right{top:-10px;right:10px;border-bottom-color:#fff}.introjs-arrow.top-middle{top:-10px;left:50%;margin-left:-5px;border-bottom-color:#fff}.introjs-arrow.right{right:-10px;top:10px;border-left-color:#fff}.introjs-arrow.right-bottom{bottom:10px;right:-10px;border-left-color:#fff}.introjs-arrow.bottom{bottom:-10px;left:10px;border-top-color:#fff}.introjs-arrow.bottom-right{bottom:-10px;right:10px;border-top-color:#fff}.introjs-arrow.bottom-middle{bottom:-10px;left:50%;margin-left:-5px;border-top-color:#fff}.introjs-arrow.left{left:-10px;top:10px;border-right-color:#fff}.introjs-arrow.left-bottom{left:-10px;bottom:10px;border-right-color:#fff}.introjs-tooltip{box-sizing:content-box;position:absolute;visibility:visible;background-color:#fff;min-width:250px;max-width:300px;border-radius:5px;box-shadow:0 3px 30px rgba(33,33,33,.3);transition:opacity .1s ease-out}.introjs-tooltiptext{padding:20px}.introjs-dontShowAgain{padding-left:20px;padding-right:20px}.introjs-dontShowAgain input{padding:0;margin:0;margin-bottom:2px;display:inline;width:10px;height:10px}.introjs-dontShowAgain label{font-size:14px;display:inline-block;font-weight:400;margin:0 0 0 5px;padding:0;background-color:#fff;color:#616161;-webkit-user-select:none;user-select:none}.introjs-tooltip-title{font-size:18px;width:90%;min-height:1.5em;margin:0;padding:0;font-weight:700;line-height:1.5}.introjs-tooltip-header{position:relative;padding-left:20px;padding-right:20px;padding-top:10px;min-height:1.5em}.introjs-tooltipbuttons{border-top:1px solid #e0e0e0;padding:10px;text-align:right;white-space:nowrap}.introjs-tooltipbuttons:after{content:"";visibility:hidden;display:block;height:0;clear:both}.introjs-button{box-sizing:content-box;position:relative;overflow:visible;padding:.5rem 1rem;border:1px solid #bdbdbd;text-decoration:none;text-shadow:1px 1px 0 #fff;font-size:14px;color:#424242;white-space:nowrap;cursor:pointer;outline:0;background-color:#f4f4f4;border-radius:.2em;zoom:1;display:inline}.introjs-button:hover{outline:0;text-decoration:none;border-color:#9e9e9e;background-color:#e0e0e0;color:#212121}.introjs-button:focus{outline:0;text-decoration:none;background-color:#eee;box-shadow:0 0 0 .2rem rgba(158,158,158,.5);border:1px solid #616161;color:#212121}.introjs-button:active{outline:0;text-decoration:none;background-color:#e0e0e0;border-color:#9e9e9e;color:#212121}.introjs-button::-moz-focus-inner{padding:0;border:0}.introjs-skipbutton{position:absolute;top:0;right:0;display:inline-block;width:45px;height:45px;line-height:45px;color:#616161;font-size:22px;cursor:pointer;font-weight:700;text-align:center;text-decoration:none}.introjs-skipbutton:focus,.introjs-skipbutton:hover{color:#212121;outline:0;text-decoration:none}.introjs-prevbutton{float:left}.introjs-nextbutton{float:right}.introjs-disabled{color:#9e9e9e;border-color:#bdbdbd;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-disabled:focus,.introjs-disabled:hover{color:#9e9e9e;border-color:#bdbdbd;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;text-decoration:none}.introjs-hidden{display:none}.introjs-bullets{text-align:center;padding-top:10px;padding-bottom:10px}.introjs-bullets ul{box-sizing:content-box;clear:both;margin:0 auto 0;padding:0;display:inline-block}.introjs-bullets ul li{box-sizing:content-box;list-style:none;float:left;margin:0 2px}.introjs-bullets ul li a{transition:width .1s ease-in;box-sizing:content-box;display:block;width:6px;height:6px;background:#ccc;border-radius:10px;text-decoration:none;cursor:pointer}.introjs-bullets ul li a:focus,.introjs-bullets ul li a:hover{width:15px;background:#999;text-decoration:none;outline:0}.introjs-bullets ul li a.active{width:15px;background:#999}.introjs-progress{box-sizing:content-box;overflow:hidden;height:10px;margin:10px;border-radius:4px;background-color:#e0e0e0}.introjs-progressbar{box-sizing:content-box;float:left;width:0%;height:100%;font-size:10px;line-height:10px;text-align:center;background-color:#08c}.introjsFloatingElement{position:absolute;height:0;width:0;left:50%;top:50%}.introjs-fixedTooltip{position:fixed}.introjs-hint{box-sizing:content-box;position:absolute;background:0 0;width:20px;height:15px;cursor:pointer}.introjs-hint:focus{border:0;outline:0}.introjs-hint:hover>.introjs-hint-pulse{background-color:rgba(60,60,60,.57)}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}@keyframes introjspulse{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(0,0,0,.7)}70%{transform:scale(1);box-shadow:0 0 0 10px transparent}100%{transform:scale(.95);box-shadow:0 0 0 0 transparent}}.introjs-hint-pulse{box-sizing:content-box;width:15px;height:15px;border-radius:30px;background-color:rgba(136,136,136,.24);z-index:10;position:absolute;transition:all .2s ease-out;animation:introjspulse 2s infinite}.introjs-hint-no-anim .introjs-hint-pulse{animation:none}.introjs-hint-dot{box-sizing:content-box;background:0 0;border-radius:60px;height:50px;width:50px;position:absolute;top:-18px;left:-18px;z-index:1;opacity:0} /*# sourceMappingURL=introjs.css.map */assets/css/onboarding.css000064400000065405147577723070011527 0ustar00html.wp-toolbar { padding: 0px !important; } .folded #wpcontent{ margin-left:0px; } #wpcontent, #wpfooter, #wpbody-content, ol { margin: 0; padding: 0; } li { margin: 0px; } a { text-decoration: none; color: #fff; } a:hover, a:active, a:focus { color: #fff; } a:focus { box-shadow: none; } body { background-color: #f6f7f7; } input[type="button"] { margin: 0px; border: none; font-size: 16px; cursor: pointer; } input[type=checkbox]:focus { box-shadow: none; } #wpbody-content { height: 100%; } .softaculous-pro-wizard { display: flex; height: 100vh; overflow: hidden; } /* sidebar */ .softaculous-pro-setup-logo { position: relative; display: flex; justify-content: center; align-items: center; padding: 15px 15px; } .softaculous-pro-wizard-sidebar { height: 100%; box-shadow: rgba(0, 0, 0, 0.12) 4px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; display: flex; flex-direction: column; justify-content: start; background-color: #070F2B; } .softaculous-pro-steps-holder { padding: 10px 15px; flex: 1; } .softaculous-pro-wizard-steps { list-style: none; counter-reset: step-counter; } .softaculous-pro-wizard-steps li { display: flex; align-items: center; padding: 20px 0px; font-size: 16px; position: relative; color: #fff; transition: all 200ms ease-in-out; } .softaculous-pro-wizard-steps li::before { content: counter(step-counter); counter-increment: step-counter; border: 1px solid #fff; color: #fff; border-radius: 50%; width: 25px; height: 25px; line-height: 22px; display: inline-block; text-align: center; margin-right: 20px; transition: border 200ms ease-in-out; } .softaculous-pro-wizard-steps li:not(:last-child)::after { content: ""; position: absolute; width: 1px; background: linear-gradient(to bottom, #7e5ce7, transparent); height: 40px; top: calc(100% - 20px); left: 12px; transition: border 200ms ease-in-out; } .softaculous-pro-wizard-content { width: calc(100% - 200px); padding: 30px 60px 0px 60px; overflow: auto; } .softaculous-pro-wizard-inner { display: none; } [data-active-panel="welcome"] [data-panel="welcome"], [data-active-panel="type"] [data-panel="type"], [data-active-panel="title"] [data-panel="title"], [data-active-panel="features"] [data-panel="features"], [data-active-panel="import_theme"] [data-panel="import_theme"], [data-active-panel="select_theme"] [data-panel="select_theme"] { display: block; } .softaculous-pro-wizard-inner-content h1, .softaculous-pro-modal-header h1 { font-size: 25px; margin-bottom: 10px; } .softaculous-pro-wizard-inner-content p { font-size: 16px; margin-bottom: 30px; } .softaculous-pro-wizard-buttons { display: flex; position: sticky; bottom: 0; left: 0; padding: 10px 0; background-color: #f6f7f7; border-top: 1px solid #ddd; } .softaculous-pro-wizard-buttons .step_btn, .softaculous-pro-import { padding: 10px 25px; font-size: 16px; outline: none; border: none; background-color: #28527A; color: #fff; display: flex; justify-content: center; align-items: center; cursor: pointer; border-radius: 5px; margin: 0px 5px; } .softaculous-pro-wizard-buttons .step_btn:hover, .softaculous_pro_return_btn:hover, .softaculous-pro-import:hover { background-color: #28527A !important; color: #fff; } .step_dismiss_btn { background-color: #6D6D6D !important; color: #fff; } .step_dismiss_btn:hover { background-color: #373737 !important; color: #fff; } .step_btn span { line-height: initial; margin-left: 5px; } .softaculous-pro-category-input, .softaculous-pro-title-input, .softaculous-pro-theme-input { width: 60%; margin-bottom: 30px; position: relative; } .softaculous-pro-category-holder { margin-bottom: 30px; } .softaculous-pro-categories-list { display: flex; flex-wrap: wrap; gap: 20px 30px; } .softaculous-pro-category-input .softaculous_pro_input, .softaculous-pro-title-input .softaculous_pro_input, .softaculous-pro-theme-input .softaculous_pro_input { width: 100%; padding: 8px 20px; border-color: #28527A; box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; border-radius: 5px; font-size: 16px; } .category_btn { padding: 13px 25px; text-align:center; min-width:110px; font-size: 16px; background-color: #3c434a; box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03), 0px 8px 10px -4px rgba(0, 0, 0, 0.08); border-radius: 10px; cursor: pointer; border: 1px solid transparent; transition: all 200ms ease-in-out; } .softaculous-pro-features-container { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-column-gap: 30px; grid-row-gap: 15px; margin-bottom: 30px; } .softaculous-pro-features { display: flex; justify-content: flex-start; align-items: center; gap: 20px; background: #fff; padding: 10px 15px; border-radius: 10px; border: 1px solid transparent; transition: all 200ms ease-in-out; border-radius: 13px; box-shadow: 0 0 #0000, 0 0 rgba(0, 0, 0, 0), 0 0 #0000, 0 0 rgba(0, 0, 0, 0), 0px 8px 6px 4px rgba(0, 0, 0, 0.05); } .category_btn input { background-color: inherit; color: #ffffff; } .softaculous-pro-features-text { flex: 1; } .softaculous-pro-features-text h3 { font-size: 17px; margin: 5px 0px; } .softaculous-pro-features-text p { font-size: 13px; margin: 5px 0px; } .softaculous-pro-themes-holder { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-column-gap: 30px; grid-row-gap: 15px; margin-bottom: 30px; } .softaculous-pro-themes-row { padding: 15px; border: 1px solid #ccc; cursor: pointer; transition: all 200ms ease-in-out; } .softaculous-pro-theme-screenshot img { width: 100%; } .softaculous-pro-theme-name { padding: 10px 10px; background: #fff; border-top: 1px solid #ccc; text-align: left; } .active_category { border-color: #013601 !important; background-color: green; } .softaculous-pro-features-input input, .spro_page_selector input { border-color: #28527A; } .softaculous-pro-features-input input[type=checkbox]:checked::before, .spro_page_selector input[type=checkbox]:checked::before { border-color: #28527A; filter: hue-rotate(56deg); } .softaculous-pro-features-icon span { font-size: 24px; color: #28527A; } .feature-border { border: 1px solid #28527A; } .feature-border { border: 1px solid #28527A; } .softaculous-pro-features-input input:focus, .spro_page_selector input:focus { border-color: #28527A; box-shadow: 0 0 0 1px #28527A; } .active_step>span { font-size: 17px; border-bottom: 3px solid #28527a; padding-bottom:10px; min-width:40%; } .active_step~li::before { border-color: #757575 !important; } .active_step~li::after { background: linear-gradient(to bottom, #757575, transparent) !important; } .softaculous_pro_return_btn { padding: 10px 20px; background-color: #28527A; margin: 10px 35px; text-align: center; font-size: 16px; border-radius: 5px; } .softaculous-pro-wizard-buttons .step_btn:hover { background-color: #28527A !important; } .softaculous-pro-themes-row:hover { margin-top: -2px; box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1), 0 3px 20px 0 rgba(0, 0, 0, 0.1); } #softaculous_pro_search { width: 100%; } #softaculous_pro_search .softaculous-pro-search-field, #softaculous_pro_search .softaculous-pro-categories, #softaculous_pro_search .softaculous-pro-sortby { padding: 7px 15px; border: 1px solid #28527A; box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; border-radius: 5px; font-size: 16px; } .softaculous-pro-search { margin-right: 20px; flex: 2; } .softaculous-pro-search-field { width: 100%; } .softaculous-pro-categories { display: flex !important; align-items: center; justify-content: space-between; cursor: pointer; min-width: 100px; margin-right: 20px; flex: 1; } .softaculous-pro-sortby { flex: 1; } .softaculous-pro-sort label { font-size: 16px; } .softaculous-pro-dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 420px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); padding: 12px 16px; z-index: 1; color: #111; top: 48px; left: -1px; } .softaculous-pro-dropdown:hover .softaculous-pro-dropdown-content { display: block; } .softaculous-pro-page { width: 100%; margin-bottom: 80px; text-align: center; margin: 0px; position: relative; } #softaculous-pro-pagination { width: fit-content; margin: 30px auto; } #softaculous-pro-pagination ul li a { color: #111; padding: 8px 15px; background: #fff; } #softaculous-pro-pagination ul { display: flex; justify-content: center; align-items: center; border-radius: 0.6rem; background: #ffffff; box-shadow: 0 0.8rem 2rem rgba(90, 97, 129, 0.05); } #softaculous-pro-pagination ul li { cursor: pointer; } #softaculous-pro-pagination ul li:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } #softaculous-pro-pagination ul li:first-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px; } #softaculous-pro-pagination ul li.active a { color: #fff; background: #28527A; } #softaculous-pro-pagination ul li a:focus { box-shadow: none; } .softaculous-pro-row { box-sizing: border-box; display: flex; flex: 1 0 auto; flex-direction: row; flex-wrap: wrap; width: 100%; align-content: stretch; position: relative; justify-content: center; } .softaculous-pro-md-3 { width: 33%; } .softaculous-pro-md-4 { width: 25%; } .softaculous-pro-theme-details { margin-right: 30px; margin-bottom: 30px; border-radius: 2px; border: 1px solid #ccc; cursor: pointer; transition: all 200ms ease-in-out; } .softaculous-pro-theme-details:hover { margin-top: -2px; box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1), 0 3px 20px 0 rgba(0, 0, 0, 0.1); } .softaculous-pro-theme-screenshot img { max-width: 100%; } .softaculous-pro-theme-screenshot { position: relative; } .softaculous-pro-theme-name { background: #1D2327; color: #fff; padding: 15px; font-size: 16px; font-weight: 500; } .softaculous-pro-premium-themes { position: absolute; right: -10px; top: 10px; font-size: 14px; background: red; color: #fff; padding: 5px 12px; border-radius: 3px; font-weight: bold; } #softaculous-pro-demo { display: inline-block; vertical-align: middle; margin-left: 40px; } .softaculous-pro-demo-btn { padding: 2px 25px !important; font-size: 15px !important; font-weight: bold; background: #28527A !important; color: #fff !important; border: 1px solid #28527A !important; transition: all .3s linear; } .softaculous-pro-demo-btn:hover { background: #fff !important; color: #28527A !important; } .single-templates-content::-webkit-scrollbar { width: 8px; } .single-templates-content::-webkit-scrollbar-thumb { background: rgba(204, 204, 204, 1); } .button-softaculous-pro { padding: 3px 15px !important; font-size: 15px !important; font-weight: bold; background: #28527A !important; color: #fff !important; border: 1px solid #28527A !important; transition: all .3s linear; cursor: pointer; } .button-softaculous-pro:hover { background: #fff !important; color: #28527A !important; } .button-softaculous-pro-single, .button-softaculous-pro-selected { padding: 12px 25px !important; font-size: 15px !important; font-weight: bold; background: #28527A !important; color: #fff !important; border: 1px solid #28527A !important; transition: all .3s linear; cursor: pointer; } .button-softaculous-pro-single:hover { background: #fff !important; color: #28527A !important; } .softaculous-pro-template-screen { padding: 10px 0px; } .single-template-div { position: relative; display: flex; flex-direction: row; gap: 0px 30px; } #softaculous_pro_screenshots { display: flex; vertical-align: top; text-align: left; flex-direction: column; } .softaculous_pro_img_screen { display: flex; align-items: center; justify-content: space-between; border: 1px solid #00000017; margin: 0px 15px 10px 15px; border-radius: 3px; cursor: pointer; align-items: center; } .softaculous_pro_img_screen * { padding: 10px; } .softaculous_pro_img_screen input { margin: 0px; } .softaculous_pro_img_screen a { position: relative; color: black; background: #00000017; border-left: 1px solid white; } .softaculous_pro_img_screen a::after { content: ""; position: absolute; top: 19px; left: 10px; width: 53%; height: 2px; transform: rotate(47deg); box-sizing: border-box; background: black; } .spro_page_selector { width: 100%; cursor: pointer; } .softaculous_pro_img_name { cursor: pointer; text-transform: capitalize; } .softaculous_pro_img_name:hover { color: #28527A; } .spro_img_inview::after { display: none; } .spro_img_inview:focus { box-shadow: none; } .softaculous_pro_img_screen .spro_img_inview { color: #fff !important; background-color: #28527A; } .softaculous_pro_single_content h1 { font-size: 20px; line-height: 1.30; text-align: center; } .softaculous_pro_import_img_notice{ text-align:left; margin:0px 15px 10px 15px; border: 1px solid #fff3cd; border-radius: 3px; align-items: center; padding: 10px; color: #856404; background-color: #fff3cd; } .softaculous_pro_import_img_notice i{ font-size:11px; } .softaculous_pro_single_content p { font-size: 16px; line-height: 1.30; text-align: center; } .softaculous_pro_single_content{ width: 20%; } .softaculous_pro_img_name input[type=checkbox] { position: relative; border: 2px solid #000; border-radius: 2px; background: none; cursor: pointer; line-height: 0; margin: 0 .6em 0 0; outline: 0; padding: 0 !important; vertical-align: text-top; height: 20px; width: 20px; -webkit-appearance: none; opacity: .5; } .softaculous_pro_img_name input[type=checkbox]:hover { opacity: 1; } .softaculous_pro_img_name input[type=checkbox]:checked { background-color: #000; opacity: 1; } .softaculous_pro_img_name input[type=checkbox]:before { content: ''; position: absolute; right: 50%; top: 50%; width: 4px; height: 10px; border: solid #FFF; border-width: 0 2px 2px 0; margin: -1px -1px 0 -1px; transform: rotate(45deg) translate(-50%, -50%); z-index: 2; } .softaculous-pro-finishing-bar { width: 100%; display: flex; gap: 15px; height: 5px; margin: 20px 0px; } .inner-finishing-bar { width: 25%; height: 100%; background-color: red; } .progress-text { font-size: 30px; } #softaculous-pro-step-progress-txt { font-size: 20px; margin-top: 25px; } .setup-progress-bar { width: 70%; margin: 20px 0px; } .setup-progress-bar>span { font-size: 15px; } .setup-progress-counter { width: 100%; height: 100%; background-color: blue !important; border-radius: 15px; } .progress-bar-par { margin: 11px 0px; width: 100%; height: 15px; background-color: rgba(128, 128, 128, 0.3); border-radius: 10px; } .progress-time { font-size: 14px; } .progress-float-r { float: right; } #softaculous-pro-error-template { display: none; background: #f7dbdb; padding: 1px 10px; margin-bottom: 15px; } .setup-error { padding: 10px 10px; background: #ff000014; border-left: 5px solid red; } .setup-error-message { display: flex; justify-content: flex-start; align-items: center; } .setup-error-message h1 { font-size: 25px; margin-left: 20px; } .setup-error-message span { font-size: 25px; } .spro-full h3 { font-size: 20px; } #softaculous-pro-import-form>div { padding: 10px 0px; font-size: 14px } .spro-full>p { font-size: 14px; } .spro-sub-head, .spro-content { margin: 5px 0px; } .spro-content li { font-size: 14px; margin-bottom: 5px; } .skeleton-loader { height: 235px; overflow: hidden; position: relative; width: 250px; margin: 20px auto; border: 1px solid #8080803f; padding: 20px; z-index: 1; } .skeleton-row { height: 200px; margin-bottom: 60px; animation: skeletonAnimation 6s infinite linear; position: relative; /* Ensure positioning context for z-index to work */ z-index: 0; } .skeleton-row>div { position: relative; margin-bottom: 10px; background-color: #d3cccc; border-radius: 2px; } .skeleton-row .skeleton-img { height: 100px; } .skeleton-loader-shadow { position: absolute; width: 100%; height: 30px; bottom: 0px; left: 0px; background-color: #fff; z-index: 5; filter: blur(4px); } @keyframes skeletonAnimation { 0% { opacity: 0.5; transform: translateY(0%); } 100% { opacity: 1; transform: translateY(-100%); } } .spro-setup-progress-logs{ font-size: 16px; color: brown; margin: 20px 0px; display : none; } .spro-failed-ins-li{ font-size: 0.8rem; color: black; } .softaculous-pro-search .softaculous-pro-sf-empty { right: 0; left: auto; font-weight: bolder; cursor: pointer; } #softaculous-pro-suggestion { display: none; position: absolute; background-color: #f9f9f9; min-width: 420px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); padding: 12px 16px; z-index: 1; color: #111; top: 38px; left: -1px; } #softaculous-pro-single-template { display: none; } #softaculous_pro_notification { position: fixed; bottom: 0px; margin-left: -20px; width: 100%; z-index: 10000; background: #F90716; color: #FFF; padding: 10px; } .softaculous-pro-notification-div { width: 90%; } .softaculous-pro-notification-text { text-align: center; } .softaculous-pro-notification-text a { color: #ffffff; font-weight: bold; } .softaculous-pro-cat { padding: 7px 10px; box-sizing: border-box; cursor: pointer; } .softaculous-pro-modal { display: none; } .softaculous-pro-modal-close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .softaculous-pro-modal-close:hover, .softaculous-pro-modal-close:focus { color: black; text-decoration: none; cursor: pointer; } .softaculous-pro-modal-header, .softaculous-pro-modal-content, .softaculous-pro-modal-footer { width: 100%; box-sizing: border-box; } .softaculous-pro-exp { font-size: 12px; } #softaculous_pro_license_div { display: none; } #softaculous-pro-progress-template { display: none; background: #dcf1f9; padding: 10px; margin-bottom: 15px; } #softaculous-pro-progress-template img { vertical-align: middle; margin-right: 10px; } #wpbody div#setting-error-tgmpa, #wpbody .update-nag, #wpbody .notice, #wpbody div.error { display: none; } #wpfooter { position: relative; } #softaculous-pro-sortby { height: 100%; } /* compact sidebar */ .other_suggestions { max-height: 150px; overflow: auto; border-radius: 5px; position: absolute; width: 100%; top: 100%; z-index: 1000; background: white; } .other_suggestions * { font-size: 16px; margin: 10px 0px; padding: 10px; cursor: pointer; } /* changes */ .softaculous-pro-wizard-sidebar.compact .softaculous-pro-setup-logo { padding: 10px; transition: padding 0.8s ease-in-out; } .softaculous-pro-wizard-sidebar.compact .softaculous-pro-setup-logo h1 { font-size: 0; display: none; transition: font-size 1s ease-in-out; } .softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li { padding-left: 0; } .softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li span { font-size: 0; opacity: 0; transition: opacity 0.5s ease-in-out; } .softaculous-pro-wizard-sidebar.compact .softaculous-pro-steps-holder { padding: 10px 25px; transition: padding 0.8s ease-in-out; } .softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li::before { margin-right: 0; } .softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li::after { left: 6px; } .softaculous-pro-wizard-sidebar.compact .softaculous_pro_return_btn { padding: 0px; background-color: transparent; margin: 10px 30px; text-align: center; font-size: 16px; border-radius: 5px; } .softaculous-pro-wizard-sidebar.compact .softaculous_pro_return_btn:hover { padding: 0px; background-color: transparent !important; } .softaculous-pro-wizard-sidebar.compact .softaculous_pro_return_btn span:first-child { display: block; } .softaculous-pro-wizard-sidebar.compact .softaculous_pro_return_btn span:last-child { display: none; } .loader-container { display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .loader { width: 48px; height: 48px; border: 5px solid #FFF; border-bottom-color: #FF3D00; border-radius: 50%; box-sizing: border-box; animation: rotation 1s linear infinite; } @keyframes rotation { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* responsive tablet*/ @media screen and (max-width: 768px) { #wpcontent, #wpfooter, #wpbody-content, ol { margin: 0 !important; padding: 0 !important; } .softaculous-pro-wizard{ height: auto; } .softaculous-pro-wizard-content{ padding: 20px 30px 0px 30px; margin-top: 80px; width: auto; } #softaculous-pro-pagination{ margin: 25px auto; } #softaculous-pro-templates .softaculous-pro-md-4{ width:50%; } .softaculous-pro-wizard{ flex-direction: column; } .softaculous-pro-wizard-sidebar{ flex-direction: row; height: 12%; position: relative; justify-content: space-between; align-items: center; } .softaculous-pro-setup-logo{ padding: 10px; } .softaculous-pro-setup-logo::after{ height: 0px; } .softaculous-pro-setup-logo img{ width: 40px; } .softaculous-pro-setup-logo h1{ font-size: 22px; } .softaculous_pro_return_btn{ margin: 0px 20px; text-align: center; font-size: 16px; border-radius: 5px; padding: 0px; background-color: inherit; } .softaculous-pro-steps-holder{ position: absolute; top: 100%; background-color: #f6f7f7; padding: 15px 0px 5px 0px; margin: auto; width: 100%; } .softaculous-pro-wizard-steps li::before{ margin-right:0px; color: #000; background: white; z-index: 2; } .softaculous-pro-wizard-steps li{ color: #000; font-size: 14px; /* margin-right: 10px; */ padding: 10px 5px; flex-direction: column; } .softaculous-pro-steps-holder .softaculous-pro-wizard-steps{ display: flex; justify-content: center; flex-wrap: wrap; } .softaculous-pro-wizard-steps{ justify-content: space-evenly !important; margin: 0px 15px !important; } .softaculous-pro-wizard-steps li span{ margin-top: 5px; text-align: center; } .active_step>span{ font-weight: 500; font-size: 15px ; } .active_step::before{ font-weight: 500; } .softaculous-pro-wizard-inner-content h1, .softaculous-pro-modal-header h1{ font-size: 24px; line-height: 1.2; } .softaculous-pro-wizard-inner-content p{ font-size: 14px; } .softaculous-pro-wizard-buttons .step_btn, .softaculous-pro-import{ padding: 7px 15px; font-size: 14px; } .softaculous-pro-category-input, .softaculous-pro-title-input, .softaculous-pro-theme-input{ width: 100%; } .softaculous-pro-categories-list{ gap: 15px 15px; justify-content: center; } .category_btn{ padding: 10px 20px; font-size: 14px; } /* changes */ .softaculous-pro-wizard-sidebar.compact .softaculous-pro-setup-logo { padding: 10px; } .softaculous-pro-wizard-sidebar.compact .softaculous-pro-setup-logo h1 { font-size: 22px; opacity: 100%; display: block; } .softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li { padding: 20px 0px; flex-direction: column; } .softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li span { font-size: 14px; opacity: 100%; color: #000; margin-top: 5px; } .softaculous-pro-wizard-sidebar.compact .softaculous-pro-steps-holder { padding: 10px 0px; } .softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li::before { color: #000; } .softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li::after { left: 0px; } .softaculous-pro-wizard-sidebar.compact .softaculous_pro_return_btn { padding: 0px; background-color: transparent; margin: 10px 30px; text-align: center; font-size: 16px; border-radius: 5px; } .softaculous-pro-wizard-sidebar.compact .softaculous_pro_return_btn:hover { padding: 0px; background-color: transparent !important; } .softaculous-pro-wizard-sidebar.compact .softaculous_pro_return_btn span:first-child { display: inline-block; } .softaculous-pro-wizard-sidebar.compact .softaculous_pro_return_btn span:last-child { display: inline-block; } .single-templates-content{ max-height: 400px !important; } .button-softaculous-pro { padding: 4px 15px !important; font-size: 12px !important; } .softaculous-pro-wizard-steps a:last-child li{ margin-right: 0px !important; } #softaculous-pro-single-template > div:first-child{ margin-bottom: 10px !important; } #softaculous-pro-single-template > div:first-child h1{ font-size: 24px; } #softaculous-pro-single-template > div:last-child{ bottom: 0 !important; } .softaculous-pro-wizard-sidebar.compact .softaculous-pro-wizard-steps li { padding: 10px 5px; flex-direction: column; } .progress-text{ text-align: center; line-height: 1.2; } .setup-progress-bar{ width: 100%; } .skeleton-loader{ width: auto; max-width: 250px; } .softaculous-pro-wizard-steps a{ position: relative; flex: 1; } .softaculous-pro-wizard-steps a:not(:first-child)::before{ content: ""; position: absolute; width: 100%; top: 33%; height: 1.5px; background:linear-gradient(to bottom, #7e5ce7, transparent); right: 61%; /* transform: translateY(-50%); */ } .softaculous_pro_single_content{ margin-bottom: 40px; } } /* for resetting wordpress margin and padding */ @media screen and (max-width: 600px) { #wpcontent, #wpfooter, #wpbody-content, #wpbody, ol { margin: 0 !important; padding: 0 !important; } .single-template-div { flex-wrap: wrap; justify-content: center; } #softaculous-pro-single-template > div:last-child{ bottom: 0 !important; z-index: 10; } .softaculous-pro-features-container{ grid-template-columns: repeat(1, minmax(0, 1fr)); } .softaculous-pro-wizard-steps a:not(:first-child)::before{ top: 25%; } .softaculous_pro_single_content{ width: 75%; } } /* for resetting wordpress margin and padding */ @media screen and (max-width: 960px) { #wpcontent, #wpfooter, #wpbody-content, #wpbody, ol { margin: 0 !important; padding: 0 !important; } .softaculous-pro-features-container{ grid-template-columns: repeat(1, minmax(0, 1fr)); } .button-softaculous-pro{ font-size: 12px !important; } } /* responsive mobile*/ @media screen and (max-width: 426px) { #wpcontent, #wpfooter, #wpbody-content, #wpbody, ol { margin: 0 !important; padding: 0 !important; } .softaculous-pro-wizard-content{ padding: 30px 15px 0px 15px; } #softaculous-pro-pagination{ margin: 25px auto; } #softaculous-pro-templates .softaculous-pro-md-4{ width:100%; } .softaculous-pro-theme-details{ margin-right: 0px; } .softaculous-pro-search,#softaculous_pro_search .softaculous-pro-search-field, #softaculous_pro_search .softaculous-pro-categories, #softaculous_pro_search .softaculous-pro-sortby{ margin-right: 0px; } .softaculous-pro-categories{ padding: 12px 15px !important; } #softaculous_pro_search{ flex-direction: column; gap: 10px; } .softaculous-pro-dropdown-content{ min-width: 0; top: 100%; } .softaculous-pro-cat-holder .softaculous-pro-md-4{ width: 50%; } } .spro-tool-tip[tooltip-title]:hover:after { content: attr(tooltip-title); position: absolute; padding: 10px; display: block; z-index: 100; background-color: #000000; color: #ffffff; max-width: 200px; text-decoration: none; text-align:center; border-radius: 4px; } assets/css/admin.css000064400000022615147577723070010471 0ustar00@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); .spro-header{ background-color:#28527a; padding-left:4%; padding-right:5%; margin-left:-20px; padding-top:10px; padding-bottom:10px; margin-bottom:20px; } .spro-body{ margin-left:1%; margin-right:2%; } #soft-main-logo{ max-height:60px; } ul.spro-header-menu{ float:right; margin-top:19px; } ul.spro-header-menu li{ display:inline; padding: 0 10px; } ul.spro-header-menu a{ text-decoration:none; font-size:15px; font-weight:400; color: #FFFFFF; } ul.spro-header-menu i{ font-size:1.2em; } .spro-quick-links i{ font-size:1.1em; width:17px; text-align:center; } .spro-box-holder{ background-color:#ffffff; border-radius:4px; border: 1px solid #c3c4c7; padding:10px 20px; } .spro-box-heading{ font-size:1.3em; font-weight:600; color: #000; padding:5px 0px 0px 0px; } .spro-box-heading hr{ margin-bottom: 0px; } .spro-box-body{ padding:5px 0px; } .spro-action-tile{ padding:5px 0px; border-radius: 4px; border: 1px solid #3582c4; padding: 10px 15px; margin: 15px 0px; font-size:1.1em; cursor:pointer; } .spro-action-tile:hover{ background-color: #f6f7f7; outline: 2px solid transparent; outline-offset: 0; } .spro-action-tile:active{ box-shadow: 0 0 0 1px #3582c4; } .spro-quick-links li{ font-size:14px; } .spro-quick-links li>a{ font-size:14px; text-decoration:none; } .spro-quick-links li>a:hover{ color:#3c434a; } .spro-settings{ font-size:14px; } .spro-settings label{ cursor:pointer; } /* Checkbox switch Start */ .spro-toggle { position: relative; display: inline-block; width: 31px; height: 17px; } /* Hide the checkbox input */ .spro-toggle input { display: none; } /* Intro.JS Customization Start */ .introjs-helperLayer { box-shadow: rgba(255, 33, 33, 0.8) 0px 0px 1px 2px, rgba(33, 33, 33, 0.5) 0px 0px 0px 5000px !important; } .introjs-nextbutton { background: #0d47a1 !important; color: white !important; text-rendering: optimizeLegibility !important; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important; } .introjs-nextbutton:hover { background: #ffffff !important; border-color: #0d47a1 !important; color: #0d47a1 !important; } .introjs-prevbutton{ border-color: #119768 !important; color:#119768 !important; } .introjs-prevbutton:hover { background-color: #119768 !important; color: #ffffff !important; text-rendering: optimizeLegibility !important; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important; } .introjs-tooltipReferenceLayer *{ font-family: "Open Sans" !important; } .introjs-tooltip{ min-width: 300px !important; max-width: 600px !important; } .introjs-tooltip-title{ font-weight: 550 !important; } .introjs-tooltip-header{ padding-bottom: 4px; border-bottom: 1px solid #e0e0e0; } /* Intro.JS Customization End */ /* Describe slider's look and position. */ .spro-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: gray; transition: .4s; border-radius: 34px; } /* Describe the white ball's location and appearance in the slider. */ .spro-slider:before { position: absolute; content: ""; height: 13px; width: 13px; left: 2.2px; bottom: 2.2px; background-color: white; transition: .2s; border-radius: 50%; } /* Modify the slider's background color to green once the checkbox has been selected. */ input:checked+.spro-slider { background-color: #3582c4; } /* When the checkbox is checked, shift the white ball towards the right within the slider. */ input:checked+.spro-slider:before { transform: translateX(13px); } /* Checkbox switch End */ /* Custom Grid Start */ *, *::before, *::after { box-sizing: border-box; } .spro-container{ display: flex; flex-wrap: wrap; /* Ensures that columns wrap to the next line */ width: 100%; max-width: 100%; gap: 10px; /* Adds space between blocks */ } .srow{ display:flex; margin-left:15px; margin-right:15px; flex-flow:wrap; gap:10px; } /* For mobile phones: */ [class*="scol-"] { width: 100%; display:inline; position:relative; flex:auto; } /* For desktop: */ @media only screen and (min-width: 768px) { .srow{ flex-flow:wrap; } /* For desktop: */ .scol-1 {width: 7.33%;flex: 0 0 7.33%;} .scol-2 {width: 15.66%;flex: 0 0 15.66%;} .scol-3 {width: 24%;flex: 0 0 24%;} .scol-4 {width: 31.33%;flex: 0 0 31.33%;} .scol-5 {width: 40.66%;flex: 0 0 40.66%;} .scol-6 {width: 49%;flex: 0 0 49%;} .scol-7 {width: 57.33%;flex: 0 0 57.33%;} .scol-8 {width: 65.66%;flex: 0 0 65.66%;} .scol-9 {width: 74%;flex: 0 0 74%;} .scol-10 {width: 82.33%;flex: 0 0 82.33%;} .scol-11 {width: 90.66%;flex: 0 0 90.66%;} .scol-12 {width: 100%;flex: 0 0 100%;} } /* Custom Grid End */ /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) { .spro-header{ padding-top:20px; padding-bottom:20px; text-align:center; } ul.spro-header-menu{ float:none; } #soft-main-logo{ max-height:50px; } .spro-header{ text-align:left; } ul.spro-header-menu li{ display:block; padding:5px 10px; } } /* Small devices (portrait tablets and large phones, 600px and up) */ @media only screen and (min-width: 600px) { } /* Medium devices (landscape tablets, 768px and up) */ @media only screen and (min-width: 768px) { ul.spro-header-menu li{ padding: 0 20px; } } /* Large devices (laptops/desktops, 992px and up) */ @media only screen and (min-width: 992px) { } /* Large devices Portrait mode (laptops/desktops, 700px to 900px) */ @media only screen and (max-width: 900px) and (min-width: 700px) { #soft-main-logo{ max-height:50px; } ul.spro-header-menu li{ padding: 0 10px; } } /* Extra large devices (large laptops and desktops, 1200px and up) */ @media only screen and (min-width: 1200px) { } .sm-0 { margin:0!important } .smt-0, .smy-0 { margin-top:0!important } .smr-0, .smx-0 { margin-right:0!important } .smb-0, .smy-0 { margin-bottom:0!important } .sml-0, .smx-0 { margin-left:0!important } .sm-1 { margin:.25rem!important } .smt-1, .smy-1 { margin-top:.25rem!important } .smr-1, .smx-1 { margin-right:.25rem!important } .smb-1, .smy-1 { margin-bottom:.25rem!important } .sml-1, .smx-1 { margin-left:.25rem!important } .sm-2 { margin:.5rem!important } .smt-2, .smy-2 { margin-top:.5rem!important } .smr-2, .smx-2 { margin-right:.5rem!important } .smb-2, .smy-2 { margin-bottom:.5rem!important } .sml-2, .smx-2 { margin-left:.5rem!important } .sm-3 { margin:1rem!important } .smt-3, .smy-3 { margin-top:1rem!important } .smr-3, .smx-3 { margin-right:1rem!important } .smb-3, .smy-3 { margin-bottom:1rem!important } .sml-3, .smx-3 { margin-left:1rem!important } .sm-4 { margin:1.5rem!important } .smt-4, .smy-4 { margin-top:1.5rem!important } .smr-4, .smx-4 { margin-right:1.5rem!important } .smb-4, .smy-4 { margin-bottom:1.5rem!important } .sml-4, .smx-4 { margin-left:1.5rem!important } .sm-5 { margin:3rem!important } .smt-5, .smy-5 { margin-top:3rem!important } .smr-5, .smx-5 { margin-right:3rem!important } .smb-5, .smy-5 { margin-bottom:3rem!important } .sml-5, .smx-5 { margin-left:3rem!important } .sp-0 { padding:0!important } .spt-0, .spy-0 { padding-top:0!important } .spr-0, .spx-0 { padding-right:0!important } .spb-0, .spy-0 { padding-bottom:0!important } .spl-0, .spx-0 { padding-left:0!important } .sp-1 { padding:.25rem!important } .spt-1, .spy-1 { padding-top:.25rem!important } .spr-1, .spx-1 { padding-right:.25rem!important } .spb-1, .spy-1 { padding-bottom:.25rem!important } .spl-1, .spx-1 { padding-left:.25rem!important } .sp-2 { padding:.5rem!important } .spt-2, .spy-2 { padding-top:.5rem!important } .spr-2, .spx-2 { padding-right:.5rem!important } .spb-2, .spy-2 { padding-bottom:.5rem!important } .spl-2, .spx-2 { padding-left:.5rem!important } .sp-3 { padding:1rem!important } .spt-3, .spy-3 { padding-top:1rem!important } .spr-3, .spx-3 { padding-right:1rem!important } .spb-3, .spy-3 { padding-bottom:1rem!important } .spl-3, .spx-3 { padding-left:1rem!important } .sp-4 { padding:1.5rem!important } .spt-4, .spy-4 { padding-top:1.5rem!important } .spr-4, .spx-4 { padding-right:1.5rem!important } .spb-4, .spy-4 { padding-bottom:1.5rem!important } .spl-4, .spx-4 { padding-left:1.5rem!important } .sp-5 { padding:3rem!important } .spt-5, .spy-5 { padding-top:3rem!important } .spr-5, .spx-5 { padding-right:3rem!important } .spb-5, .spy-5 { padding-bottom:3rem!important } .spl-5, .spx-5 { padding-left:3rem!important } /* Recommended Features CSS*/ .spro-rec-plugin{ justify-content: space-between; } .spro-plugin-title{ font-size: 0.9rem; font-weight: 600; } .spro-manage-plugin-title{ font-size: 1rem; font-weight: 600; } .spro-manage-plugin-desc{ font-size:14px; line-height:22px; font-style: italic; } .spro-plugin-install-btn{ background: #2271b1; color: white; border-color: #2271b1; border-radius: 4px; min-width: 68px; cursor: pointer; max-height: 36px; font-size:13px; } .spro-plugin-install-btn:hover { background: #135e96; border-color: #135e96; } .spro-plugin-active{ font-size:14px; color:green; padding-right:2px; padding-right:15px; } /* Manage Plugins Page */ .spro-mng-plugins-body{ display : flex; flex-wrap: wrap; justify-content: flex-start; } .spro-mng-plugin-header{ display: flex; align-items: center; } .spro-plugin-info{ display: flex; flex-direction: column; } .spro-mng-plugin{ flex: 0 0 26vw; display: flex; flex-direction: column; } .spro-status{ align-self: center; } .spro-plugin-info-con{ min-height:115px; } #spro-token-count{ font-weight: 400; font-size: 14px; }assets/font-awesome/css/all.min.css000064400000274406147577723070013346 0ustar00/*! * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. */ .fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp-solid,.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{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)} .fa-0: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-thumb-tack-slash:before,.fa-thumbtack-slash:before{content:"\e68f"}.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-table-cells-column-lock:before{content:"\e678"}.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-table-cells-row-lock:before{content:"\e67a"}.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-table-cells-row-unlock:before{content:"\e691"}.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-jxl:before{content:"\e67b"}.fa-dart-lang:before{content:"\e693"}.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,.fa-square-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-web-awesome:before{content:"\e682"}.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-square-web-awesome-stroke:before{content:"\e684"}.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-flutter:before{content:"\e694"}.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-square-upwork:before{content:"\e67c"}.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-square-web-awesome:before{content:"\e683"}.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-bluesky:before{content:"\e671"}.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}assets/font-awesome/webfonts/fa-solid-900.woff2000064400000463010147577723070015301 0ustar00wOF2f )e¼6$ `«P‘fÊ–ß Ë«T‡m %ˆ“”L˜ªùy‘¢ÙÃSAô¤õâPUUUU5)!à1Ûvªª*øÑO~ö‹_ýæwøÓ_þæïþáŸþåßþã¿þçÿþS`0îþ0-Ûq¹=^Ÿßðïÿ~ŸûdˆÞ”ð–…çŒ*+”­êòe™‚'ªXeÕ~aª+àû méHwo”^³vÂBÌ‘B=´N—25XWáDð )I¬êéª9=®æÁ6 z¶>ÿ¨Úݺêù='DTddI|9Ï_+$Gæ '¹‚ô&p#`‘\U·ÝU‡Ÿ7#„Ö¼Dà?¢ëýS·z¿ˆ³o²ß1>`Ïãõy^²«)`ÿÝZLæ'Sè¦AHU—Þ#ž‚y` ý^Imj¢Í¡B¸¨êàáa*™Ý¼áÿÿßiî#=Û£4VHc p@RÀ* ÅÅO Vhð¯x³ÞàÏ“•óÿž[áÖ­ºu+¤ÓÝÕ]Ó]3¹kjºkvgW[›gµZ©Q\%Ô (#¥€ZD$‚À0Ö a¿% R ·6¶ÁØ3Æソ6Ï0¦æçIsþßsgæÞ¹SîÜÑ4©4ªÛ¬Y•Ù]{mÙ^7ðÚ`lSEÀ!K éJ' –T’÷I”Ç+üä;­(¤5¿V£×I'¯‘ß´?‘ªöófvfvfvgKúKd %J‚:mI6-Ù*¶b3®rœ¢ä—¸¤´‹Ò:ÓºÒšƒK¿®ËµÆ»û%×}=× Ÿ'ÓÙ¿´™ùSÚv­vµ;+Ë’f´eÜ‘cŒQ‚1Ø4A.H#ÝœS”©&­š´ê´.Hk\…ë¾ÖÖÖðÿÀz¿Î¾£~ÓvÚN+m§ÿ©þ‚<Ú<£RomôM /úvJê›ý¦:­)AJ0A0`Ç`Gƒ`<ムþ ¶ÉŽ’•eÃ?œ¯7¿ïUb §pÚ¦t~ ¦Âà?;ƒ+dg™Óð¼:íI7-KÒŒÂva¹²SLKâ°Óàù~oµò=A.äòÍ#BÔSÛòøíÞûî?þæ ä¬Ò{Ÿô»gDÏ£¤pØMA£ —Æa%R¯F:^Rá€ÿÿ÷ÕÖϸ"ä:Å} ¤§‡²á^}Âû²Šÿm ;&g'™$‘å!Å.ärj}›$ò#²Õ”³zÏT„TÔUMÉÂÿ¿7í?ŸTRcèéåû¿Ú^¯ÚÆÕeÓUÓô^•»æZÛØgïcÜÆš0.÷a\bï}.Î9÷¼2`P ™Ê’™¤ô”~¾1Þ"‚c|D %#(ÊP6Ff5}Rê‘”ò)éý¯®ÆWó;½ê»PVGeuYÞûe½WÖ3ÿ(ëûÕu–QŽW†U®]«¢ ;jPKTŸ@Á˜ú']›©²Mc"M'íÉ–œÙZ÷µEÓ‰ °ë¼ŠÌª«í!”‰-ËʾQë{¿v›l{ƒœ?†Úßý9:Ó–Ed<°-²÷¦-øa!ìú¤?²YýÎœØÞ—(…"O4GLÓr>'ùÔ·BœX`딶9bªuvò¹Òr¢ÉÁ–)uÿ½ ˜™¾~Y»¿qþ+ö®øöùû‹[¨ßõζ5±SKNnEƒzõ»þØöNü낹'Ôo5÷dá5»7ôd‚¹ýY›™yÃ膗ÇûÃ~Þ€±4CòqêøµŽ­{·n«’ãr ¸ÎåÛD[z 4PÁN%ÈYV€¢¦J:9ˆšÊk$¯©¢ÆãÌñ#¸:àLûe÷·t~-ŠêéÚ¹"Ï4ЩÚ^;qåÜ…5þzÙr“%+~»DŽ{§eaù§FMpFc2ªÿ ^Ö¯‡O]£½wÃ.‹ê•SrÌ`Ãø=OIGÇ è™EÒlùš××lv{,pÿˆ~Ã8 û,mvVp§½†s£)ògèÓl79ëídŒ×KÑNlåýhz˜|—)ªöqD?YãqGgFÔT/Ó)…j÷À+µ¥ý˜,BW}oü.·`YNõÙf2 §ëŸÉýz§Éq•Fƒ™Ç¼òjïVœëÓØ`F Žî:bö ô„¶?ßgzTüÎPcû Ê`ÁäosñŸ)09ôÓ3žVL?¿oñé ø×0j,ŸúµðxW›–F·ïh_×fœƒy•È§òf‹yjtÖš5±À”±3ß7ÁÕÍ'á,Û_g‡eÕ|˜·fò¨ýÇ×Lî¹8lÀÔ>ºw/|dîs«Ü€¡Ä9ñ] jm Y ²Y?95æÛ<·çφóZßJ^¥`ÝtõxÃÊŸ„žÆ|Dó¥œ]Êq¯c»íÕ­U«º˜Nz.Û×KŸ¿!‡ÂzÆþ ~•¾¥€æð"¶9VœVc’õRý„ô/¾—ÈË|Ê9GtÍËãû‚—BGj·Ñó{íœ~çH¼L×Øî‹?Oc«#AvÏÿ¾CãÙt~`£åe+¤“®VØÛ÷_U;kù˜ÔXíO•¾Ý7š¿Úƒ$v±xÊ"®³6’8(Á-Ú½›µØÓ¯Òññ¼’_ åÎUæøJ#òq·Ò^¯¢ÕêˆÜ1ϘwÑÞÃfuÕl¯WGp&£þýšõì‡U•íL¥!o–zü?ÃZRûô~ã¤.[—“s³i¬Í)¯‰Le‹“!“Œû[}a‹å5ŠÏÊíß×AáãßTžæ“o(íéëpEì&p¾ÜWÁV¢·Ú¸ZŠõ”®‡©ÜÍ2K/püúðpßgaÜx6zŽ!­uñ{á|–^Boâï©ÆXWšö^Xªõ›æJu¹ôŒ®ömyÒ9¹ß«ìŸÅÃ¥ê~Ïf~à߀Ñ9éé#¹ä‹õ ù803—âÜÒ8P{Ž§F½Òãíׄ¦¾ h1nxÁS@hcù¯‚ £Õ‡ýÉk9äOú&£/oô¸Æ”Ê>vEyTdÀÁ ïõ ±ây%u*衵ƿ‡’;¸©w½ïã§üÿCËbz%ºŠÞM5ë>Á–÷AÒS-FÃÛ(×xÑ»­OÝIIü¼˜G í/½y"“½¥´‡9©t¥wlgó\NS}Si= _×æí»¶ æ Íö¾1}ì^JòGlÐÐ/˜øøú(ÕjxˆEé%îåæÇqž 66î­ôÞÕ±ÅûþÿP|»P­î·Ñ·x¹Äþi¿&ý¤å!O}ú7(˜n7v¾¡èЇÄ}†¦ëa:W˜ü£ý12”M~ýÿµOËþÿÞÆBµË0§l,ƒ¦´B>I]–qK^W·Óú.£ÆÇÀx?5ýhwº žµÓ©díçU¶Mê§Ç3?ï—î²ûãáÖ¯uI8Cd=Ë~éñ§»âí¬T|Í¿–ªóeN»ñn¡îXødŸìï'¾ü’¾ÝŸÃ¸ÿÿÏí4æöslΠɹ¿Íñöæþ¬ñöKKŽ"8ó{mÒÜþgŒ%,Y ÄN†@ª: ‹ ÑC1c1ã11 “1S1 Ó131 ³1u˜‹y˜XˆEXŒ%8„#8S8‹«¸…çønòM…©4-M+sØ7'ÌIsÚ\6×Í·ëí»Ñn²›í»ÍÞ´·ìãx^¼Ê.tå®ÆÕº®¡ÛáêÝK÷ʽuïÜG÷Ùýp?Ýo÷/q'Ú]ê£gÑïèAÅ€!sYÈJÆé±± ›²[²=;°‡r‡sGr'p"븄K¹‚ž«¸šk¸–븉[¹ƒ»¸Ÿx‡x˜Gx”Çxœ'x’§x‘wx—ù„Où‚/ùŠßù‹¢%”˜¤Jš¤K†dK®äI¾H¡I¥Xi.]¤›t—žÒOúË$ãe‹l•mµx(_¤B±ŲË^,±Ö&¡IaÒš:f¢Yh6›­æˆ9nΛKæšylÞ˜ÏÆI©.µ¥­ô“!2B¦ÉY%Ûä°œ–ërCîÈsy)¯%F¾Èwùo“ؼ¶„­a—Øíö’½foÚ{ö‘ µQœS³o®ºkà»ánœ›ä¦¹Õn½;àN¸Óîœ{à>¹Påb\¬ç øR¾•ïìGùñ~‘_å·ú~?êOùó¡“C§†Î ]º!ˆ‡Hˆ”H‡ôÈ€ŒÈ‚¬È†ìÈœ¨‰Ú¨hˆ–è†î螈AŒ!‰™˜…X„ÅX‚¥X†•Xƒ ؈M،؃½8‰³x„§øƒ<gá<\€‹p .ø7à&<—ð > ßáü†pˆ1a&‘Éd²˜|¦„)g:šÎ¦›éi¦›f®Yfv›«æº¹mæ¹ùl<Æ5M¤‰6±“aÌ…¹±–Á X «bu¬‰µ±.6Ä&Ø [b;ìŒ]±öÁÁ8GáxœŒSqÎÅ…¸WáZÜ‚Ûñ0žÄ xoà-¼ƒOð%~įèÇoŸ R!*FÅ©4•¡jT–ÓfÚA{é8¢st™nÓCzB/è-} Oô•¼ ïô›þQ4q('㔜ž³rvÎ͸—åJ\kq]nÀM¹9·ævÜ…{pȃy(â1<ž'ñTžÅóy oäí¼—÷óa>Ëù _ã[|Ÿòs~ɯù-¿ç/ìçoüƒÿ2pG‰#‰$‰¤–´’ErH~)(E¥²T“šRWKKi#¥«ô—A2LFÊd™.³dž,’U²F6É6Ù!{ä ‘3rA.Ë5¹!·å<‘gòB>È7ù#ÿʼnH¤ ¶qm›Ð&²‰m2›Â¦±élf[ÀµUlÛÈ6³-mÛÓ¶ãíd;ÃεËíZ{Ý>²oí{ëÚÿ666ÖqœìNN§€SÌ©ätwz8=^No§¿î„¾ªžöžÙžµÇö{‹{ËŸÐYÞ¥Þ ½³?=Þ©»û˜À„5ï  œ œ< x?ô; üwãºyÝns·ƒ;ÜãÎw—»›Ümî~­ÏQ!*TÅQqU2MLÛÍ®ª©ê»×UÍF»ò5LMS3ÝbµL­|7›Ô6µCíTÇÔ5õL½QåÓîß•Z¿ÕŽŽ§ãëD:±N¦N:—MçÔ¹>^A]L—Õ•u5]W×ÓÍtkÝFwÔÝôh=CÏÖøò]7éƒ?¡Ïékúq÷“öè_L«#t$8 -d‡’PªAh Í 9 ‚á0Æk|Ùiß Û`/œÚØu¸ wἂÚUílâïZÖ´ëôè̽2ñq¯ˆRË`ùÏÛ »bwìƒýpŽÂ±8§àtœ… q1.Ã5êžÃËxíûyŒ/ñ ~A~ÃJM…¨0§T†ÊRuªA+i+í¢t’ÎкJwé1=ÓÄ/½¢Î=çç"\–+n¬%·ãÎ܃{qmoOä©<çò^ÇÛ4z¦×Í]?³o—?¬ŽÄ±’P’Hªƒç“‚RD*~œæÒF:Hé/e¨ŒI2MfÊY$+õö·ÊÙ%xض…}áP8N„Óál¸®j×ámç÷>)qbœµ›?.>ú ÝññÔxF“W“ù2óEæ“Ì™÷ðc‡¨d•’åJ–òÿüsÓŸô'ü.¿ÃoôëýÀÏöSý$_ÍWñ}QŸÝ'Z¦ý¶ÏöÊØ;k‡l·í°u¶ÖÖØ"›k³mŠ²ÖÅšF©Ñ§èFt5:ˆŽEë£ÕÑ÷Ò½pË\7×εuU\9WÆ•ry].MÑXƒþÓ¿úGë/ý èýª_ô“~Ôú^ßé[}£¯õ¥>Ò{zKói^ÍV"¥D2çœp.çœ ppÀéœ pò²z"'øm}Çp4Gq$‡?­m(À!ÌAòõgöØ‹=ÙÝ؉Ù!÷.e[¶±l lÉ›lƦyüµ³ ÀÆl°!Àë³ë²6k¬É«³«²4‹³X¼³0?À|ÌËÜ’!逤I,å—|ä ïå¼–G€<äÜ—»r[.È99)'ä ûÙ+ëe5 «@–²E ³™!ÓeªŒ€ÐýBÿgÿÞ@躡}hš…&¡Q¨ê†Ú¡z¨*†B¡`È„Tþïþãßà›¾èÃ^íU^î%^èží™žêq¸¿{ºƒë»àŠ®àr.ëÒ.å’.áâ.âB.èüÎíÎîlÎìLÎàôN 8¥S8¹“8±9¡ 8BôCßôU_ôYoõRÏõTÕ @ÇtÐÖ!Ô~íÓ^íÑníÒNíÐmÒFmÐz­Õj­Ð2Í×ÍÒxÕ Ö P_õRuT[µVK5Wc5RCÕWmÕPuUUUVy•SY•Q)•TqåV.eSFePZ%U"%P|Å•CÑMQE‘þåoþâw~å;¾åk>äÞæ-^áEžáižäâîånåfnà:.å.âBÎç\ÎálÎà$NäŽâHŽà0eöeoöbOö`Wvagvb;6eÖcÖf-Ö`%V€¥YŠ%YœÅXˆ9™•Éð>cú>-=Âÿð-¼¯Âóð,Ü 7¾°%¬ +0% EÀÈÈÈÈÈÈÈ¿ÿmHÕTýT@óÕIyxT/ùRù”O™”IuU\¥Õ\…ô79ME4€—x…xIS5Usy›sy›Q‘/ùRõùž+¹R»9–ó9“ã9#ÕN%9’#Ù…Ÿ5’9ˆ—؃+¹œ9_‡µç´“µZ›µV£5Yc5V“5”ky›WyUUUUUR¥Ušç¸Ÿ{¹[õUQUUQ%UT%9”—ü¿*³$s'wr'×s;×r+·²[p#Ç󵪴*²€Šð«*«ÿ3ÓX“A98Ó¹›ŸùÞ÷únßí;ù‘?½ çr¶¯åToã­¼¶×ô™^ß/ñs>Çs#×ûg~þ9yÇŒÝÅ­<°ý'ᶶðª€oöí€çq¿õBÀsx–”WG‹ßP°ŠGñ4OlÐevÔ¯s1vêV¾Ø¦Ûìx×V´«v?…kë¶3­ÃÖ´A6°ò¿Áú‰»@âÊöjüy‰¸—Ú_ûéßjå1c×ñãÀ6°¦8í6ÐC: 9²æ3øðõ?ø ðe žê z5jís·q­>|º–€OÖÃ]ƒÖtû˽U·ÂÏu{¶tTÿ§£Ã ÛñOL[6l.Ød8KßÎÅÜLiíä¯kC8„"Pž T¤•©BUªQÔ¤µ©CJŽB2ê’'Rú4 !hLšÒŒ+¸Ý.·+ìJ»Î®·›ì»Õî²ûì {Òž²·ì}ûÀ>´ìcûÄ>µÏí ûÒ¾±oí;ûÉ~¶_ìWûÓ6Ù6Ûc{íˆU¢Rª®šJU_-ÕJmÔQÔYÝÕSý5@5DC5LÃ5Zc4N4YK´Jk´^gë]¨‹t±.Ñ¥ºL—ë:]¯Ût»îÕ#zRoê}¨/ô•~ÓŸú_›´Y[´UÛ´];´S»´[{\¼¨ó^ÖËy—÷ê^ÓkyCoìM¼©7óÞÅ»ywïá½¼ò1>ÖÇùxŸà}²ÏðY>Ûçù_ák|¯÷ ¾ÑÏö ýr¿Å÷?ü?ÿß7ùfßâ[}›ïöý¡j˜æ†sÃMá–pOx(<ž ¯†‡á“ðyø*|~›Â®p,QR4H%-“vI‡¤3¥šw€€ È€<  !ÐH€æ@ (И3¾]e`¦«ÌrUÙ®0ÇUæºÀ)®&pª«œæj§»:À.Ît9à,WÌs0ßÕ¸<°ÐE`‘«,võ%®°Ô5–¹FÀr×Xáš+]S`Õ^Í€{  û ‹‡ ¯€G Àãðàyèàh ðìzà|¤`BZ i-h ¤ !v„†Bz/t/¤BAút)¤C¿Aú(t¤Ï"l‚ôE$ } ºr…ðr»ö䮂ý¹«a?Cîد»>r×ÁÇBîødȽ µ‚Ü+°» ÷.Ô ËÃþ„ÂÚðý94 ² ‡¬¼(dõ¡É5€}YCØ—5B¨ ÙM°'!ûö9d[`Ÿ@¶öd;`ŸB¶ö>d{à} Û/ÙaØG} Ù1ØM„n‡º¯ÁoüP ùçaBþ hä¿„½ùc'?N­´9­#º ¢U‡èHÚA H±Z±’kA¥ ¦» "i1CR1pĆ@lŒðĦ¯Bl†ð9ÄöCìM€Ø Ú ±;ô?ÄžÐ&ˆáë N‚o„8~6Ä)ð5§Â×Cœßqìrˆs¡?!.‚ž„¸JìùjÄ/_|?Ä ðM7·B<¾â9ðÿ!ž ÿâyðͯ–@¼ ÞäìˆçB¼¶ â]PˆwCÛ Þm‡x/´â}Ј÷C;!>m…ø ´ âCÐnˆCã >"&hÄ× !¾_ñ]©—ù{ |ñ}„cÿ€êCÜ‚ð Ä­ð? BÒâQ„¯ ž¨}÷¡åÖõÕäƺKëÉž#~y´ê‡ZB½¿C½’ðP¯”ó²P>ê Ì…zåôÐN´†#Ok„˜|$HÐ%äA›iME—hÍ=i­ˆ|Z+ ùšHºùÚ _ŠÖ0‚Ö†bòXò_ukÄä;‚t6­ó¡­ Z"ÿŽÙD¾#³-„|æˆ|cæüTæ˜ ä3læX÷¤.Šž½0/Å@Áüþ# P,C±¤ØŒâ`,BqÅÉ؈âBŠ‹° Å%‚Í(n†Í)nƒ-(îƒ-)„­(…­)ÞDÏ%)>‚m(¾\‡m)º)ªñZ]ÎÇ:ì@¹å’c´º\Ø•r}ØrØr7؃r/Ø“òˆuØ‹òDÊ“Æ_uÙÅ:ìKy å¥c®º¼ 8€ò.8ò18ˆò98˜ò%8„ò]8”ò}8ŒòC8œò8‚ò8’òw8Šò8švßµ8†öTÚ3üæ¤ö\Àñ´—‚hŸ'Ò¾ N¢ý œLûQ8…öóp*íWÞÓh¿Nû œN»#8“öwpÝ“àlºï|ºè¾›î{0îßçP- çR­ôœGµ Õª8ŸjOÁ…T|BQLu.¦:œê\J5Mp9ÕypÕõŸÐ•T7QÝŽ«¨î¤º 7PÝ«u¸‰ê~ª×ƺßPõÕxšª êય©¾ÃÇT?ŸSý(ëÞü‰:ÇÔ½©gÆ/Ô-êyHèç§^‡4žz=êMI‹QoN½i9êý¨$mB}0õ)¤-¨O£î"íE=úÒÔ—Q_N:šú*ê«IÇRßL} éxê;©ï$H}õ}¤“èJçPÒÉt§s8é:ÇÓ9žt*.:]¤ÓèL§3t:ÈHg9‘;6Ü&z=ûÇ:z™O˜ºˆÞÄ Ò4b1œt1BÈW F"]FŒzÙYÄhb,érbœoBŒG¾91é*b"²Ã‰Iï ]ML%–&]C,«uäkË+Þ.¯Ž•@v<±ò;ÌŽ!V!Ö&=G¬Kl1®cKÞ%¶BzØzé#b[bç¹D»½ˆ]‘ b·O¨'±;±7©$ö%Ž&uˆcõÒoÄ Äɤ߉S„ì|âTd§!ýMœ.e“ŸÁ7þ!Î"Î&ýKL#¦“þ'Î%ο c€l q!ÒÄEŸ0ˉˈ+ÈzWW“õ&®Ñ [–¸–¸ƒ¬/qqÙHâ)â ²1Ä[ÄÛd-ââ ²ÙˆBRÏ®kÝó¨:ª=.%j¤ïˆÎ:Ò_ÄWÄã¿mD¿’-Eüòåˆß‘Müáadv+ñ'ñ?Ùò4hzÏó¦ùv4}iú“­G3@Ù&4iÍo»4Ch†’mL3 É÷¦!©¡‘~¦C3lSš‰’t=ͤˆl+š)43mM3£"Òß43Ѵȶ£™UbÍl’íD3ûu÷hÐÃfš¹Év¦‡äYÉs‘¶'ÏCžŸ´+y!òÂãï.yQòÒ¤½ÉË,%ÓäeÉ+“"¯J^“t$y-òÚäõæí»ä È·óæMÉ[‘N#ïEÞ—tùpò¤ ÈG‘Ëåùd#±ùÔˆX—|ù Òeä³$éJòÙ’–%Ÿ#é*òy%ÓÕä É‘®!ß@¾™tùVIº‰|[d,J¾|éfò½äæ?%ò£äçHw’_"¿Lz˜ü.’%¿göô}$=FþÀêPo>$Lzœü)ùkÒSäïÉ?’^$ÿ†¤WÈ¿›)þƒü'éUò_%Æ"ÿMþô:¥émJÒŸô.ee0éCÊ8”‰IS&£Ì4çìQ™ƒ27©Ræ¥ÌGú²(e9ÒŸ”剈DY‰²2”U(«Q6"úRvTDŒ¢ìFÙ‡MÙW‹Äø”ý(û›ô$n¦!©/å‰ )'éIHLD9Ù(>•r11åtD¢œ%z”ó%&¥\x„ú¼E¹ˆr11åRÊ•Ä”k(×ÓRî¤ÜMLO¹G3R‰r¿‘>€ÄÌ”ô!$f¡ |H,LùJ‹R¾‘XŒò½Ä┟JÆ”L)Ä’”Žò±4åOI,Kù¯d,GMÔ¾ÄòÔÔ!ÄÊÔ %±:ub‰5¨ÓJ¬I½ ÏmÔy¨óžwÛ¥®KÝ`|׉ ¨›FĆÔÍ©[Q“¤¨‡G¤©GS!6¡ž*‰Í¨WÄæÔ‡©Ìåòú[QŸ’Øšú\DlC}‰ú ±-õ5Iì@ýHbGê§;Q¿’Ø™úSDìBý‹ú7±+õ_Iï<êÿ»ÓúIìA!±'mr‰½hSJìM›*"¦§ÍN›“؇6·"bÚ|´ù‰h Jâ Ú"Ó“8„¶„Ä¡´¥$£-#q8m‰#h+KI[Uâ(ÚGÓÖ-ˆchÒ6š'çm"âxÚf´Í‰h[«dœDÛ–¶q2mWÚîÄ™´=çÐö¡íGœK;HiqÚÁ´CÎK–h‡Ñ'.¢I;†¸„v=Œ+h'ÑN&®¤J;“¸šv6íâÚÅ’¸‰v™m_z7ÓîèaÜB»—v?q+í!ÚÃÄ´GiwÑž”Ľ´§ â>ÚK´—¯çí zÒÞ¦}@9— â"r>rþÛ3ä¹—’‹K\F.%q9¹¬ÄäJW’«DÄUäjäÄÕäÚŠˆëÈ È ‰ëÉMU2n$7'·$n"·!·#n%wÄäNw’»KÜEîY2î&÷&÷!î!÷#÷'î#RÉx€<„<œx<Š<†x”%¿' >#&%¾ ÿ’Ä×ä?»Ä7äÿ—#â[j8jxâ{jD âGjtjŒk*y…Ä/Ô„¿R“FÄoÔÔÔ4ÄïÔt*IÍHÍD5µñ'µ°$þ¡“ø—ZJâ?j…ñ?µ µÚ”|X­IÉ6Z—ZÔ†ÔF´AÔ6:‚mµµ=m(µµ3m8jWj7ÚÔþÔ´‘¨ƒ©C®•¨Ã¨Ãi£QGRGÓÆ Ž'¢MFN‡:SÒÆ£ÎhãSQÓ& .ÕQÐ&¢.§®¤ML]C]G›Œºº‘6%uu'mjêê^Ú´ÔŠhÓSQÓf Ud›‰zœz‚63õ õìuˆ.õ<õ"mvêe¤ÍE½ZÐæ¦Þ¢Þ½.Û¥>§¾¤-@}´…õTˆ“¡úTÄ)P5IœÕjDœÕ¿ ú7ÄPœ"â,(JMˆ³¡Ô‘è"(u…S¡Ô3¿´>q”†PAœ¥‰"âB(Í¡´€¸J+I\¥}D\ ¥'”>—A(‰« L¸Ê‰k Ì“¸Ê"‰ë ,•¸Ê‰ l)q#”%n‚²ãf(B9âP‡rÄ­¡åXˆÛB9]w„rnDÜ ÊcP‡¸3”—$qW(ïJÜ Êûw‡òµø&P~•¸”ÿ÷D¿Jüÿ(Õ"1¢T—Äz(Õ'a J H‹RCÆ¡Ôˆ¸&(µ&î”:? ¥$ü‹ROþF©7‰uPêCb]”ú“8¥ÁÄ?ŠÒâîDi‰‹QšKœPZ@‘(-t{Ø ´ QÚ‹øÉ(íKü3(íGÂh”'ú¥#ˆ{ ¥3‰»¥s‰¥ó‰ß¥KˆNGéRâDéZ¢kPºŽøÿPº™„KPºƒø¯Pº›è$”#~”'n=JO8¥'Iø¥§IØ€Ò3Dÿ£ôñG¡ô û£ô2q_¢ôñ' ô&ñÇ£ô ߣô ‡ ô> × ô! ÷ ôÑE(}AÜ(}MÜ”¾#a1J?’P¥Lt5JU¢›P$¼ƒr-Þ@¹6  Ü€„¯QnNÂû(w$aÊ“‰¾Fy>qg£¼€¸sP^Lü—(/'¡1Ê[†òÖÄ¿Œò$|Šòa$ÔAùxâ¯Fùâ·@ù,»¢|>Ñ)(_à„ qÂE¸_¸âF£|%qÏ¢|-Ñ(_Oül”o"þ”o#q)Êw<ÊwQ~¸Å(?D\ ”!®#Êÿ9ʹ Cô;ÊOýòSÄŒòÓÄíŒò3Nxâ—¡üÑ?(¿L|+”_!®ʯ’àQ~‹è”ß!þ”?"á”?&~ ÊŸçPþ”ÄE(FÜ (N┿ ®Êß2Ê¿÷Ê¿¿=Ê¢ P®UPþ{ˆ¸Ûe†N2@? Äo@ˆŸ†¬ÑuÈê]¬.q"«GÜ‹Èꌬ1QY¢«5%. kf÷˜Ysˆ{Y ¢[‘µ$®5²VÄ]¬;ÑWÈz×Y/>CÖ„3‘ #n%²án3!ázd³IxÙâï@6—„»Í#á~dóIxÙ>G¶”èbd;Zùe¶ V?2Û~E¶7q_ Û—„ß‘hu%³ƒ!q3²#ˆ‚ì8«¯™ñóHÂÖÈN"îMdg“8Ù9Ä×Gv•µÿÌ®†øÍÈ®#º ÙõĽ‚ìk“™Ý‰»"»‹¸šÈîñøá^¬~gvÖ†3»âNAö q÷#{ÔÚsfcdö"Ff¯àñÃÛ?Ù;ÄAöÑÈÞ':Ù÷D?"ûèOd áÛ\~ë¤ & Š a%ª8f Š'a"ª&¡J$a2ªÔ a*ªÔ&þqTáÃ6âCV'n#d$h!K‰ÛÙâvE6‘¸]M&nsdSˆÛÙTâ¶@6ƒ¸Ù,âF6@ÜÈV"îdd+·.²Uˆ;٪ćlˆ¸Y“¸}‘mD‚=mBÜ~ÈÎ á¿ÈJŒ!»€èd“àSd—w²ËI°1²kHð²k‰»Ùu$xÙ $XÙMÄý‹ìvRYÙ$øÙ=ÄÝŠìþ†ìA¢=D»=LÜrÈ#äÈž Á'Èž"•²gˆëFö2©¬…ìUÈæp d¯‘À½AÜ do7Ù;D!ûš#û–èd¿w²ßˆÛÙ_¤² ²EÄݎƾ²þ1û·‡op¿ð-.|‡Ç ßCÂóÐØn?â~á'<\ø·‡_p¿ð+.óul\’ù·‡ÄÈO"aòSIø<ò½Äm‚ü ÄmŠü†ÄeÈoD*S‘ߘT¦!¿ 7@~;üΤ²ò»’Jù©lŽüq$|ùË× #qß!q¿"ÿqç ÿ,q§ ÿ: nBþ+âÎEþkÏ‹ðÄ-@þg€ü/$¼ùßHx5ò¿“à,äÿ$Á¡ÈÿE\'òÿý†ü¿$XyOÂÏ_DÜ?È/&lƒüRâ„ž@‹ÐÂI°Zx9q77-|†„ …sþ“â® ËfëtͦJ„ÉŒ@QÔŠ,ïJ‡z‡²¼V¤Yڕ׊ޡÞ4/ú›Ež7‹™y#m¤]yµV­Í̲¬kƒV«ÕÊž|òÉÖè飣££CO>ùähkéªÇ‰f$q]ªÇÉÒ¯’¸®µÊ²,—þ·VYÎ.ËRíåì²ìLâºT“¥û%q]ªÇ‰nèYö‡è6Æ3 z†³<èU«ŽïÊ“´14X4GºÂfÑ̲j­š6Òý¢(Ž£(Šâ8Šf¤ímmíiÚÞÖÖžêô8Š¢(^FEQ‹¥û©'Iz¤ž$éÑ:K³ì ÍÖíÈQÐÓHó¼Q«åCy‘7‹fÚH]Žã`ÚŸÔª½½¹ŽcµVͲ¢Èuge#ÃEsh(×A͢鎂€dÄ7â‹œP¯ÑUÓ9!˜îÞäÁÞeŽ·‡¼fºòqdÏó®ñ®± júúaNØ<‹ÒÑׯ—r˜Z5FwõcRw&° ôf„œ• I|ÏKVÒnâ'Aâ>‘‰ÇI‡È¥²Ñ‚d¥ÞTü¿ ‘‰—¸DŽZq§×KºQ7‰’nÒM:ñÏj–Û«?ë—îP'ŽÃôµüùˆdý¬—¬fýtÌ)Åtu¢`ASùr·>‚ˆµR"€”\Ÿ3Y¶ì²[Ú³ÿN¹â1I”d¦é–ç™IµŒ± ¨åDðƒÀõuHŽSvJ9L(åÓ šÊuB°Btf’L ’¢0^©†5ÇQ¡É)¥”G!TfŒé¢$)²$Èšf›’L @RÆ+ÕpÊqTEˆ8¥!¡_ÀžBj¡e„ ßK’Õ¸µ$²ç~º’éÄ"?ð³~¸Cd‡©÷QªêºZLþžù/ † xjCà2õ˜ªë*¥Åäs*ätÚ±mgú©m-ËF°SìlÛaŒÎ-óxvæœ=óOnÇ"Žc¾\jµ‚òá=s£C9«Y’ôÓ4éÝ}{2™ôÒÃqœÔÛ??H“~¶UmQÒ³ÿȈR~Ö£Äx‹¿»ÄÝ„•ª%QdŒ1‚õÚ ×pÝÆÍwú(§F[÷ñ=ã~ˆ;»wwb°ÌšÈ#’(2±Å¢–q<ã~J9B°óß;Û0‚O ]9ý8Iz…'!$r N“þÄk|×ìë’(21yD¨jm×Û¾°/ŒøýÛàN1YEVœ5 cäN•üþò4ì«Ýó!o—\]Ѫ7åòde£ŸòîÌC@¯tQ£TÖ¥³E­|QÁ³†JqÞZ¹׿ùïlÓ¨ÐSoÆŒÓXømÈá㨉ö<Ï&‰L\Ïõ’Lܹwâ,póÓz®cùgËúéJà¾÷S  j:£ïmãtý9sóù¾’®ûA¹øº>õÞp›¦3JÔÏÌS,,JÇÿ­âoq?¿òâ8œµó8cTï·+›5u4;=òýÙª¢l+Œ1&ò·_írïd˜f1b‚ 1ô,Ç Ï‹ƒ[èº!èô¯1=ËŠQϲ`«q'îg$ÒŒ ùCý,Ekÿîy½n’$ï+%iöSB¦Ûý°ßžˆJœÃt»Ÿ÷ÛÓÀy)‚‘išUÛ°íj>1j†áüëŸSØˬév¿7mWªs– «{º7Û®n÷‚UÛ†ü–p¿ð·18¨‚ÖrÜ ÔÓ•¬ŸGžAu"{Apò~VÂs×ë6âw—y³¯=¹~®wü†Âô{)Ó5@É5ù–±´¸p –¿ƒ(fsŸQ(eºv¼/œ_À›áÍøýrLJ$æÚ§ÚøœÁ#ùÛûÿ™‰¢DcÅÄ° gŒ¸ƒ1Fœ0Ƙ(JcÕqÔ±$ŠŒ w2Q§!Gš¯ÚÕ„‰Ôš•åÐMoIÚ­Uˆ‹ñ¼rœt´l™Ì0Œ.`t™#·Ä˜”H8Ú¨Úür¦ ‰"RüêO€üÚ“7ÆÈÜÙ†.ŒÑt ½úç^Rj©ãTÞï!²gERiïïôåGÓ kÖ§æc`[µ¹)ÃìëÎZÒäúμ«Ør¦*]ˆÕLЕª=5Õºt%„m-]1B;Œ`‚èj„€E¬ñ?@SãÌ}±óð„u8óðÎlõ¬Ýó0äu:q':?ϹðÃm¹œ=çœ+Úé=NîU¨Êtua éS¦£µ`¼çÁÉ]»q³- gT×U€Î@¬–3‚1ZA¨íõ¼ 5ÐÞææœf+íMÀ£¶ô²Ðd2‰WÒÕ‘T-¾oô›Ö-[SM5;%V V¨w"¨4o`mÕZ eròý¶>‡hô&KYšÞö ŸhË`ið-rJ#_ÙsEX&b»¶#.ÈO;UÏ™³~šÀ·x4IHØzokV%ƒŒª*ÓÕßZºÆwØÿ„ÂtMÂòΧàÖBQWÇË_Yg¸øåýÅ·œhV¦kô.ªrÙZݯhµ<»z+îôb°&ç”6±ïÛ †›‹ñ¹k¾>7ÒßQïAàÔ,·c…õ¼¨ÇÉüEúYàóO}Šû>ôïò„jYêWº$øð1Éþå/mI :Ô ð_åüÕâg'J^îü70‚ßAÓ¿Æ ±ÚÔÚy¡Ž»Ùó ÇÙâzFñ«éiðQÙ,¾ 3aœ>òÙ€½ÅŽ?6ò•:&\¸¿×£Ýð6ìÏñ#™ˆ"/þ¼¬`{¾Ýö=Ïo·ç§Ž}jõÕÞúzoµ^ƒÏ)CÏowææ:ÛUþ,g¼7Mõz#M÷>ÍÑn/4F ´„Ž ÔszA¥²=õ "±I*nñš|8öìtI9JÒpp{’ÕIœ†^oè±U9B™Oü¨ Ÿ©[w ^L&2‘Šå–@&AR2?KœãÅÅC ц ©ºN6NâYPîºyŽîúÙÒ¤l.í^ªé:U´Kæ2h¯·ÏЯ~éÞ]êêêÚõx?±y´Ž6 9{½ 2/s™‹=Ù57%ðš€áV.ž)—ÏÌîݼ[Ô |?h‘Vût"_ÏýÖt´´wvoÁZ­ÀߣùGpN¡[Ͼò¿r7ñÓ‘8šS¸qpaßM®t“5ˆÍŒIìì»vÛ:q–¤C®¯‹‚$êµ5 åj%(q]滳ÃN©ìJ"Ýù‚h:¡®ãê»ÂmþËç0仳Úç3È‚¨iºêºª$í á2½êR•ÚU ³VŸÎK>B0€Ä4]—% +üG»$åAÀ@÷|g:‘Aq£¡Ë#LˆLE!¦ Œrñ{¸¥ Œ®¸ÇÈÏyÂŽoé`N‡¦CN)—Çî\ @å×nk¡K¢9ôö±É¿LÞ ŸðAt_¥qgl¦YHdÒ‰…Lü­rcò›—cº$ŠcêyÊX%~[%½ø.ìÒ%Q’cÅÈp`Ä“Ž3‰À'*Œû\êïžhVHdÒ:îpOטtÇ%J(—ÜÑŠŸoI·¨×¼Fñ}º%J’%I/~ Ó>€_ü ttI%¦éÅÈÃÅ¿z؃‘®1ɳmÞÙù[x >î[{N•‰§¶ÊA oøZy@ñ§®¡Ó·½êºª(ïyO±¡ùäFL¿ç=p[Ù÷ŸÐªëÚ Ÿ)£Ÿü¤ú:¦~æµñføj+¬z’œKé)çp¾»ìVtÆT+îG×ûa *cºòÖ·Â3ª€Egì‡@ø]?ðCÆtEÁ‚úµ¯é“çöëmxƨ㕃k\lQîR…ÿöß»>±˜¸Taàý·û:k9fñEˆœ±Î3Ä"l‚\FhÝ‚ãõ¼Ø?1K²$Mƒ$ tÙ‰D,tŠ 숒C;¹’õ{>B5N”Ädœd bŠ$Ñ„Î i«eË Íõõæôš&gp×TwÂÐÑi0„!cŒÅyœ‰âTÄömÆ[nZ˜oízhqtAh _á)l]@·ŽñÅ™?bœÄI‘„èÕ±ÄP×Ùw {Ú³öM`¯;D t¸&û·­×“úéJ 090þ̬fÙ6§4:gmSʇ10!›å1Š+O7××›7pJá‹‚¢¶Ð+‚=¨—%VÓۜҘLâÅÅCt"·0ÿ.!ó2qjƉ<¯_wàýð ´†6jcé¶( ’‘òJ/Q°•ÞªG¯Œ…Á3oõ’ ñI{¨š&mÎR=”ö╪m÷ë€4ÑÛ(å!§´Ç xÑÇØ|³`¢S c%ºû(Õ¹ºM¼¶½¹–4}ßÚïòôx€çÁ‡a‚jhåè"tƒÀ†ýߨ'½Gã˜Ø¹Ú»ÖÉNÜ“¼'è èÃg%KÃP†–¢x-ù¼e™À*cê.Xî:_u¹¡G‰qæ¹ß¼°â—>Æþù««û>†Fcuu¿Ò6C(å!öÛå2¬ñRâÎn×)p×év€ÎÝMp\còÝ]~•€‘w±ïc¼ºz¾±¿uµÑý7äIC¹Üö1Õ©`ÿØ5 nÇéCèJôˆOgmÚ|Oym[ÍúÙ˜^ÒõºšL5¸Hµ›¸Š‘õЊã;q/éÄ2ñL<Ýö9Eæãß/Ø}G s×å:`Ý¢LÃ,w»jÜkèÞÙ 5ÝÕ›ë`PÇ΄áˆÏµCž«º®æ\Q<<(cîSÓ›¢n¿]SžYùÔ&„îïàvºwvã™Ù½i纊!èÜm²Ô0RÖt¹9 .}Šmp3§47bú~ø)=0ljHÕ²çæÁ-ZY‘n醡,Çõ𴽿çïúÁ IÚ"zýŒB„„v¶ñÆh­¢ýèºÝŒîAOftú¬$I¥\š—€üL3GÜÔKúYКÜü¤=¯WÖñÝ„L:ñ’ã^Ï»ßâzù‰ŠçV³~Úm[{X¤Þ˜ŸoÔÉ÷ÂyS€^†<4À2À* (Ê  kÓ0 csrŠ3‹%ß/->záº` :wwËu˜«Tª•¹¢³mòÖÇ){Ö€¼Ñ0ÞÎã?nÏ2ú &ÆÍɤ¸ ÅÄ331|Ä›û»uN)";ÅÎËøÍðMôQôiôuô¸6áq„ CZA|˜Ó‚¤ä̹ån"{2q=9q=7ñ/I’$i¥+A7‰×k¸sY–øÁ}óJº’‰ß´»÷ïÜ9:6„$ûDˆKô$+©Ÿf—‹ÖY™tbgÇ=d;qêeî&ý^?[íõ“ÕÞjÒKz'ó¬D­¸›Éjï`ž~‡¤µäÔ»/ù@Q†36u¢N VÅÀ÷ 1e‰éš*)¦!IeOR ]‘]Såeš€UY1‘k €$z5ÃdÓÔ|ÜWD×Q”t—¨ã¶j©Üa~Yc¦m2I,ù¢ìxª„ÁaDŒ°@Qñ]Q -}#/ÖÑ8·,Õ¯& ÇÓ¤ P\Qñ Aµ%šêÓ¢âykîV|A’æ«cFu*zò ú}ó¡ t9Bþ†ÎaÏ.$!I3‰“8A$ˆƒÈS;>mö³N%yh1&I³ÙD[9¸Õ«ïºë®×…ëµKQðte™Ë (:7M³‡«tA3*zÙ^ й۸£árTPd?ƒ pî8œƒB˜$]™ç_]Q¶óÜØP—zìæ¦Ëu˜t¼¦ã-<4‹®ŽpëQy8ñ¦ªØ9hD‰LÀ?£¸^“h¦¿ŸñÄÈ­ƒŒ#à¶t%ËÚi”’7_oÒM¶×|Œý5ìw}\¼: t«ªiòû0 3€›Í_»--Íã/L?Z¼WñO}jmm;´õ«[ªir]ÀêI0Œldmj:îM*¯UþIÉàr#˜ ×¢7¡¡ j¢½ˆÝË`ë´Œl€S‰6w5O?HV{«=kýHð85¡Pԃć×YltLœÄq74àø¢Å~}éJÀ³Î¹=rÚŽÞ^G¦Ƶåܹúà™ÆLSß³àL&eBÊ¥;ûÓn·«(]ŽóÛÉÀö¼]&”ò3€qÚ¾ëÓ¾ÊßÈo)nƒª†ÚØw3Mi»1€¹ÂEœá”_9”Nù?9ßç3ÐU”n±=ïÛî|‡ð d£6ZA›h„Þ‡þ!G»ªO«Hq2XíuY«ÄI?JËQ©tµ]ýÐ|Cù–…R©äéP£¶«/W«U%= ¨í²œèŒí‰}W- pœžö1ö¯Ò´‡}Œý‡5í#>ÆþGê/ùäÕKš ðIüŠâ¬­~y {ìر8j•AÉ––êm_àêÔ~•dõ6QûžãIÃ{yÎÍÍ0¬¸LµóååeªÌ¸:µMH»</)ºN<¯Fi-[°±¦MOÖˆÎxP7´ó«¯à·ÁwÑ~t-BN‡È8¹­8NH£Ä‚– á#”'C¨9'YiŒx="ùÊâ3Odý ZÁÍÇŽÁL

÷LBí}]˜SÏ-,,0=.â ÿõw÷w¿%U{ãÇ&ÛÛ‹Ö·ÏxˆáÑ?]Ǻ݀^îE¢'Ñ{ÊÒÞI ZæÙÎv“nâõNÕ axéhó9ÅJ­³[ÓŠ8YªGú°ÔªxÐ’å")~O–ŽeØœª3Ç}½ ع tî°?3攂¹`†ì¦û=;9ŽýRí}3xæ{hûœt¥^X\<ìš=f8L¹`»˜˜.×Añ1¥üXÙÝ{ºØñFÕnî»ÿ¾S÷•ìý$é~óð]´†® Ôò0Bí < hi^Iü J|^w†5d»8GÛýLº@'$ÏVoŠä¿¹0YXXÐ¥yKŠlITUÃùÍi“NºëÄex#EXlÀÎ9ó¬u-êøæÓµyA ûm°Õj Z  °¸a28c8&›Yúë”oÜüÛÅb«_”Km»ÛT’QîôB˜ - +ÐëÊV³ }¡„°9ˆ’0 “\m8’SiB×Û/iVødzI?ë&ý4kå³!ý_ò¨E.ùå?üÃ?Lõú‡ï÷…3Í`í;ßùŽê~Ä0žQŸ2ŒG˜–÷^0t§Û‹.Ün6>έñÙ/<ú»¿û»»£¨q6T|ê†“í¸¤à2}ìëzè+~èÔG÷¡zJÇ­vô5:P5wˆLËbH¼ø°(%œgúŸõ©{”|žédý¸3PÍQieSSu›XØS”ò‰VjÛìyŽÆ(µ(-F¹¸ˆiŽça0–ùy1M5;cÓ”Ü戇ÜŽ7õ^-kW8çPí°‰š]7FL´×~øÊÐ!tBãÇúqìÏI\Ó'¨C$&4‡Kc~ÐdWÒ¶ð5ñæŒô/'ˆ‹ÇãP§€õú¡]oU5M+vTJyÈE!$#<íX/Yí9T¡Š—l_Ï |ÏõdÒMäøeQ°¬®çÖ$™LŽœLVúYdø 뎣SÊÑ-ÓÇ­Es\×3-Ê厦m„®où>çX¬£ç¾.e啉ÿßÆƆ¦uÊe-Ós]‡yQÍu€[3ŒÝÖ8^h–ï†o4÷m`{»fìaNé·uÀ´Ts¨YõFÜYXXÀ˜tÊel¥,X¾Ï]‡cÈ1¢Cåg Çåo“‚Æ"ƒ1¹-L;lÛ¶år‡`¼°°Ð‰uk Àqk%ŠA玻’ ·Ð1L\V^°Aï‡IÈÝ™àÛá{ˆá6ÉMè½H˜“Ïsí O L‚t PR}Rl¯ed—„ÆÜz+q­ÆÀÌÈl ª&} áZ ;úÔýCt?æQÌM³ :wGy_Èe ‹ð»K?Ÿ)Š¥¹…0ð3æ>½]ÓÌÇCàœåœçŒs¨€‘%¼æó Ï Bnû¾½|¬¥^ènbÛþÊóFóZO BˆÁõ+¾m“»Ûôwé±eÛ÷í|& ÃДe-·¬\•d3 MYRsËÊ5Y6c¾–6:ŠpûÀ,,_'¾zQ¤m©-\†}·DQÒ‰W‡½^»×Ï0®5‚ÐhÔŽ½l2çí6}wF°×úº»‹Ø_¼ûPgÍ’›æ%eNh4(NÙ¼ßp<³÷‘wY§÷ýæ7¿¹ÓÁúÌntŒï¸cUÏ5¬¹31LPí‹^Ùzƒ‹’Ž^ÅBóQ7„ˆ¿IûA°ýÈú£7ðOò@ [F£=Dl ,žj•š{È&·¤•m;رk_­Ùv°m—?p}èc쇺 J‹`<C©5B Ú LýWÙL³²]s\שmWLîÃÕé!åܪ/µ2¤›Î׎°}Ç‹/EØv˜¤(sì»Ã¿Zå†Á«•ZË2¯Õ*HDÆÎ×áß¹×¢›Ðæˆ ÓÚC0úøÑŸ¢~¼wâ˜ô>齺Þå?-é2!ò×-UÛ^^º´R¹tiÙ¶AS­¯ëæ_Ð.Ëf:}Àw¤¯ €†›>¼ÿÀœº†A¯o­—Ñš;­}—­f9‡òªZ®D¯GˆMÂä’/P2عø&›ýÀãý{yÔ}½ÂSÛŸãô¼^ӜܒAè0'ï ³Ôõ1ö»’qFA×ÛK¦ù¤È¢Od}úþ̤T2 l„”֘ᔖȒý ³Tš“0 ÃížÐ0ÄP- «U2¼ !`ä2½©;íy)9¯ÿ‚ËçT‹SÓ"©]rH„°Îà„…M«¹0<¥Ôª–}ÒröGN_‡|®¾ƒøRvBœÚÂ--Œ;¶Âv½.ÏWµR©±ã§1[­B¥“}ßu˜wúæ‰ÈÜ™Ài˜  ®BïÈ Qêð†â ÃÞI’NœýÌXôóôüèdr›LâtÍF¦vSž¥}GÂH5KÑ¿¢y^’`¼¾~òäú:†°ÔJyó»Ìñ}†›¾Á¸áOh€¦ÁÝTb["èmßàÀcŠlŒíÜÆ^,‚Y-m-¾¶68¹¾þR£yRêK&ýHm]Ò Üð‡/A3m«ÃáPÐ&n£`‰ÄÆ- Ü°k.hÛ6ƶ–æ% ³:…>>YF{} Õ…éãLK®k#N:q³o¬ÆD‡/’–8ðëDIjߎ^'`îíÈòQ>GLU“Ïã•âî W"|É%—¼Î5Õ„êd2 ×EÛôºý çÿðÙVqKSMÞé¸lê¥ |ª™ª6IZ[÷§Óç÷o¾‡rte­—ø•Øã½kD5+y8I'jrýtÜÆéØ hz^OŽZ¬ãØóxÏ^Éâ$ª_öËdY¡¶õyM)Ï̖ʳ²b*ÁÚ1Y¶ø­¢e5»–£(²œv·Ã5ÞÿýÓ½­‡¬Ç@ºá„NLM(ívûJ]Ÿ^ø1È5*éãO<ñ„§¸ ª÷ž÷¿¹íCJ‹häÆâ¤ßëdý¬™È$†¶Ô–=—t‡Hî›ÌúY–çž&¥kx°üÑ;:¥Òƒþ½ Áº:oÿØ©ì‚âÏa¡øsJtª¨öÿµ Caü³M’ûaîR¥×;‘Pû½p¼·ÔYXYMcÜ],ÞòþÏÿñ‚óz½°>ešPjWö£ù8l»ŠÄûùât]‚®«ô6{uâ(iß“I\æÏÙ …EÞþ8N¢òK4“~'QÖ¬»AŠ_þœƒ¡^_š+yªe·v&ºS³nŽÇ7x>ˆ-Õ뀿lÐcƇ×:Àe8×"/æ¿^änyóCñ~ì,Õë jÚRË-G³Õ*àéÐ[¸Õx êõ%OÍïC§³VÆÀß;afÁþ•~ê‰CïFÔzadž=i¤á¸=6éÉ#nVÜ/{%Lj&ÄRe_².ˆÓR“KU Ι @7}ýŒ6êJì¬RÖõ]ûÚ¬£ëe…RUg*­… a‹ন:SUõ½±ö-Öj*Ý•z#6c}bVIt0ðF(½Ïrð…Iôή¹»þ³úoîº=µüzT‘Uÿ:N8è6>q]m©}AóÙM}iTë4ãi7 0ü{U§‹þ8üT±Pì~•ín¸­ÀÈA¦îrêþ+ Ç?+ƒÎ]"gÿòGôGú¦ê~˜*¶×†`‚†èô0zý™¢™Y6‹ÔÁÛƒsÇc<%d£ÂÙ+éD¼Ý4_Á(ˆÜkTü…õãUûOK.õJ9#àÞž›'>Æï±”Tm•Né>ƾ>EU[¥z~àTxk¾§Ê6^U¬´b×”ì!w+:„Dû†i·É‹¯Ì‰DÛÇ|Ä€üÓcRÊPø²ü"Ïo*lîíêá`t+º½¡,b?èg$ÝųÈæük†Û„”—ÓÆQZï&Î%·Èk+YþÇTÄÁ}9?ëRF²»÷òq'ûŸkkk•ååÊ!°ýV+]tîJP3ˆa”ˆAŒH‹Lµwv»]UÕ´‰îâÇÝnWÓTuß<÷Üs&Ææˆr =ô7 ¶Á ë\Ùå:&!2€Lˆùâíò¹6gÌøÆA\ÈöOé¬uÿ^ ÝÕéî·¡ûчÐÿ@È â ªn€!yö¸íñÊ(Íq¬›vÃDä®OdÝdeɽ)×(E"À_²šeŽ¯˜Ç)dH#B¨-ÍqÒ!×»2Õ4u_‘§ð©ýàÚÚš&j̨ù?Sí]àHey¹’  ÜŽPQ CQj˜ %Ä4 ¡ŠiPå,¡âcì+né—Ÿ{î¹ÓOù¶rQ^/èÜ=¥˜›Å›@ò±Ë«/Œš))Š:ÉV‰cV½Í”‚!Ú…PÛS)Áé£ÖC®ckE1$$Xª‡¬õyU×Õ[ž‚Ïô¸ ï™‹\Yîµÿ).ú4¥·¾ýâuuLé­Ï—k½ÐË)r©„]æ+¯QÂÕÚdÇõ!üãûû˜YtBN‘õºb¯ví©‚`«yP€S»Ð†£hË/T]WGu;6–5¬Ž¾|¨1!êÐIûs¾Léhõê¹?8¥êέÜÑQñü9Ú':"/bSÿD'£q º ½.2–Ù ©KŒŒËµg<Ë'ô1 Ti®JÒ( ’(É êyÊÆ•‡XÕÓ™Jž^MÕ+­YKu2åWÅyž‡á•÷Þ{¯¾¥ƒŽMô™ Ê׵˪¦Mqu¥ùŸù̉yâ@Ï9LÐ9è(º]…nC.ýB3$$ïšÃMvÔoÀ˜Ó„†º°—¤AÏëÁ”þ4o”ã¿ç§ô\SÓ³f[·7JnbÎBJyØíæᬹ¼ÛÍÃØ–sÿö 5Í|pο×fLõn8„n½\6¦ÚÝF˜eW ÿ‘¼ õòa!îÔÇ—£›Ñù©E̜Ъëœ@`ÞÐ-?þÅ3Ô28;ˆÒÈ“ÀŒºWìøÈ÷Ü’Á+ÅYº‹l3¦i¦jnÒƒAÞ¶¹¹¹UOü„ÛPp_,¨µZÜž2Êåzyëì˘}¯?÷ ©iáäWÿ0¯«{af4¯1÷eÙÇ!É u¤o_­V“*ÏkŠ‚—Þaªšü j Œ*°¼Å)üã?þc+Š&I%ÇÿÂ…‰Â×uíœöèHÉ/ãè½Éº¼‰¬—¤¼]¨wÄ^¦k%jæ“iG ®)m&½¤y‡GH+b©¢Ð~Ÿ* Ô×L¥ØÆlIÌ L }EEy~^Eõ•|ä1N©Š µVq^: !å;Û8‡q,ªå„’éœÄ´8²4” NTÄøê«ÛÎûeI?õOb˜u I|\ÒÈub¾¹ èëNƒBÙ[§ðz^éÇn%ð½ ˆ*Y3@és¢ØlB6lÂ`Êgòö–/…°N|š¢žøA+Œ‘Ÿô®ó8¥ùxl[ðd.d0Ÿ5ä”y“ø@|~¯ÞV}ý¿âPªÎ¤QZJ¤/ÉR=eÃC¶#¹(1±úóüŒEd)­n|ÊdœÏmå”F8¼ûfÆ@%ÔnéˆÒôüæ4É’,iån^`5&I/Œ"¤Ïx«V")aÅ5½“K/½½ „œß|ﯺꪢÿ¹jÛ Ã£G`R Œ Yn-ãðè(ÏóÀºy£ä±ixt¼ýìl#ͪÆÆèƒV"÷‰„@LºDŽ0DÊ°¤NR´\“+ï¡u8p,Ù$~êŠÎd«Y?ÅìÈöàߌÑ:ºˆ$rÜŠ;½%ào#PòCÿ•S®XPÆ€…†iKË$ l°¬Šd›!Æ0`[˪TleØöOcˆìOÚþTi‹¿°CÁ²*edàÝûýYËN¦ã©6„5¼=g>ø¢Wý:Fð-”¢=h=€„°ÁK —vÕí‰õ¹„UR÷œØ°iC¤Ô· ›O8›î´Ù4é >nDIKíl (Æu÷u=û]÷aºÝ7Ù¦_ñËMn~Æ Ý šF6¨DŒ°íêsÔuÊ¢D—+;.}®ßž† '¯ÑÚ†qÁ¯õ}üf]nDoÈm8Æa1ÁhÏV½iuçò~Ô%QÐ[$ pãýlpS]÷›ÕP•ž¡ZíïèÎV«oÏìHÑ£ëpr®¥Tv\7H¥q½\d<[­ÂÑÚ:÷(T«³ë+j6,Äß~9Á·Ð*Ú‹®G·£{9±—h—R5l—$÷°%uÙ)ú·µªB+a™ÏVt0ûíéûq›mWÍ{ÖþaÍ”(•(±JýÕaã }2ð21f`ºÝ¿µvVmî\{þ†Ǿÿýï×d“þ&¥ß¯ðzñ¯ïUE€î¼ ×Á7Ñ%èÛ2 |Mʶ…Àg ”xvÒ¦:q7Jãæ=µv⌌<éŸV‘ÌHÒ‰w"ë\SEíÀìØvÃ.<ªsNV¸Ù•XÃX¡L×L»o¨°Æú¯ ã\¾jiiÉǮӽ{÷üC‡guM"ë‹FšYhw*GK§W%aj~bŽÔ¨¬à5€0òWÀ4Q€=«¶+âÊM/¾øbc¦]«[ÿüŸÿùŸ þJû¬Ãmø8ŒÑ…lmo| À›.,Çõèά`äQ_ÿ|älú„{šêÌ|òR³¬0:¾#_TÕW Þù¯g$™BÊÉc"©V¹ÁºÇÕ’Kßêð#¶eý4€ÙÓaøïQ+Ã鲦·íc°œë_6TøLÜlºŽã6›ñÜ«[WUMk·5MU§§¿Vàù^áâ<®//ïŸÆÐUÍ ¶à{ŽÓju:­–ãüêrÛ>ðÛ±ÛçF0F‡Ÿµ0òÁê•œYÙÌ’ˆù"X¯—–ÝVóSƒEêITõÔ^6 cÓ¬j¨Önw|Ê´bnËàS·Yh!©Ù„tÆzI“Z5í4›MKÔøŽ)5MŠŒ =m5Cs¹¯Ó4 G5嵨aŠ¶›(oë’rYçgÄ Sš?†®ã%m“‡Œ:õ”µdzÀ)½Mq®2*»£f+[ŸilÌØc,æÎ$+óO§=ÿíFGÐà˜3!)rtÆ?‡â*–+,R ·O,™L •äÈÂ"žPi• Õ¹=”òOiʯ¢¥r ­ ÿ}«õtõ§ô*Z¢ªª3uV‹8¥oS–üòª«®j•K”,­±@WŽk1&ËC,BQ½Ww-Os Çx&¢¤G°yö[£¸ÙlúÄÃD?ækÂnþõ«&¥ÂŒ@©9,‘Ê-6çrµ¡«þÁU6ÿçUW]eÞâaé?`TŒ`$…BSx2ðõÊPÊ79¥ 1slè ‚›UÕ:NJù€Sªü2_—N€+å-ê—ù™¯ZGU4D¡'y¦" §ÖHß6qpê¨#tcûÙçGA&)P)»ê|ÂáxƒÃm»> C¢étbþ–õ°Bé“ûÒ=¯ôû³7pnY=M£ôjÎ-ëjM£ôÎ-ëžòa®=Ûv]Ž7mR4Rýã$œÎs™·¡€AºÝ®N‰öþ¸!çQÔ<—ÏƇçÛÓAøËâ¼G©¦]mYœ_M©¦ÝcYœßS~ÇÅÓ>Ôçæº×1³}3üÕ»ùˆ89iþFÌ :úuJJ|bT#4Ä<|pÑ ðÏ.x. Ûv‡m%ŒQúX65À§ò0ÛÌÅ º‹±†ôOÆD‰±| ˆ9)FFk(º%£¿™¬µ÷µã£ŽVRcrùíñ5NÓ9­Ù\z¯"ènÛ–L‚AÙqé‡*¾ñ!ê:e…@‘U¿Ò®Ì-Ôëä&¡Ñ™1÷=p~ñ A ã¼\xGÇR4q”2¶ÔùÀ’÷Zí$ƒK†h™Ô™öB'¶"JF_Иmo>a¼Âó…›©Î4€>ý`9ËŽ3ZyðéQ…ƘNG°Ê?ÙÇ·"Ú‹7yÏpì+"ïèÄ8δµµâN@ÉÝëXˆ®UÜomqJEQÎî sSSª@]×TA‹ÎØYcÞ†évÿ<Ð]h-c¨7V0ÏÉ&@óD¯–¸Ñô’®©‚@_¬imN^pME=ÔÞ×4•{¾Þñõ¥¥R¢œŒ`<–Çó#[Œ2!Lo.6{Uñ^éÚ³ìñÎê²,ˆÓ7¥¾ýÔ{_è~×h¢Æt]–rêrÍqJ?/èo=þ§ì@ZæÑÏ<=æ`Ä"îÄGs“>s§*U5»ñ¹j¥}+Õ0u’rZ–š-­øÇ»jLi­æÒå‘(Þ·Â#¡t «y)Hè‘(Š ÿ˜'|ã¼L\ëDñB1|­¸Ók&QÒH÷£Ë¥úVè§K®®ëºKˆ~øÈí·9¬âê €•G+UÍ­ú¡©“‡B#×_Ĥ„V4M©\Ftëº[|ÄÕu,Ɔ!c]wá†R?({SÚ—tΰ cë—QÚ|T« ²Îî¡ýè¼¾I¬@›dR×عçˆzâù0IÒ(S ôrl1§t¸>?Ï„ÖèЛŸ_ýõK/½4 K%í¥—^zI+•Â¡9`†Ûp\97ûçªkÑ4Œr°ì©|ʶ «Àzú ËÑ èö3éÈ9=Þ~o5>Ça$RßsI”ôz­M½$=SLá{Ë`uv6pJ)ožÖ:¼Ìήn¾üÑ~t°Üøè+¯¼ðÊG˃ZAì…ó“hò°ñT•Šò–cTb¾Ra\Q%6 ìc‡W¶_1Y‰§Ó8¼B]ÒŠâ„$­(½‹Çå5½;É1>Ïç8‘•²‰÷ÕAÞý‚"þ9¸.…y·÷Qk—"‰x× Qù­CÐçi~° ‹’²ËRï= ³§Ñ¸"Ént…Õ*¡w¡x¹C ¬"·¥ØiÒ_Q}€òÌŽjNRD)H5ïñª(ILgš¼f;MçÝn7ÕÔ4 ³7….ï[¥WUº]Îæ à™Ù½‹QËéL“EIbï¤BŒ·'ŸÊx¸Ÿz#„~9¥cN”ÂшÛÎ,õ<)œ_Ê´ãE£á~ 55yˆÜÿ‹]¯)?ü*åë×|à4R²ô™J'¦/I`×qƒ„WF׬ 80À×ígû˜n&½¶äÔ}‚ÊZ) ƒjž(C!9,”ä!¸éb0{*‚C@³ôÚ e”UÒÚdËêÙ±¸\½øÑž¹‘+«“Ü´øuÚæNè]_“^Ù Ø HFšü®n$§"EÍK#~ pÓК¡aÍn ä”6àͶmCh“ÒË% à¬Åbඛ':UlÏ#z ãïutƒY76666€Àrl LÅh¼édã 5ñ[Á-Ð~Ä0X"|ƒJ?Ëía>—Ô ˆQ€¯hdmn¯žÏ4ssÛÌGÓÝ^äãECµÛüh]}€† I|SÏÝ;®†aPŽFY,Yx]ÏŽæµø]wÝu—`Ü5$ pbýôvÚ¢ëÑ㱬îžZ*¨“‚ì%9SéJË¿Ò;Q‹ŒÄI–ÒNMB`;û·N§#IŽ% ó¹=¾ÎyÄ]Ç€G>]ñ8|ù–[n)ÝR*"EYóE¼]„ìzÿÈk0\rÊ÷s¾ûÑ‘¤N16Lj8‡G ÇåçÅã°ö¥­=MEYóvÐG‰ã.!ð]¤¡·!kÒžÆÉÈh¢c™¹LÚ›8®…Úã2?²Ò|èU·Åð+Î-ëäÄ‹ú.Ó´ZMmH iÚÔ”Z—BMcÚÔ”z8Óá¥fµ¸S×(ÕZ ½Ö‰kŒRÖZY}þ–e‰sËZª²›sËZ’ˆ´,ÎO~øjà”²ZÜ©iõ¹¦F©VïÄï£CifSSÓ´¦²©)Mc¿ÞS«ýùyɲ8ßCh³¹ûÝÔ’"³\€ax¾ƒ:Ý„)z<Ò`lCÌÓ0ã¶ÿnò6MQEëÏÎ:¼‚q…;³³ý‹¶‘i%¸Úa©Ú?øèúΆÚ(zië¨&B'v»Ô3_égÁ›ÂªŠwE.Œ@¿ÄO®žÞð±ô¦M\ïîÒ¢,ƒñ”ãJrË÷€RnÎXaâHÀ„1¿xŒ”2E{£*^ǵ1Á²«MR)O‡ŽŒ?«¯õ[ÛZ»Ûô1?»“éJº¢‡“ËòZðDózøò®ä)¯özIª™8Á4ËW›aÉÒ4àU_iV)0`ÓÒ4C^©’‰{Æ°iiŒiVÉ­¨æ¥²iSÇX.bzŽ瞪©S¾ÇH–DHsD:ŸMÙŽêã76dõ’=„Rv/c¯é<1Ê‘—ý¾ãðUF^ĨB®fúA$3?wìÑÅè‚#›j•h*b¡w’ÆñŠ’)¢çf:v j•-Å6¡1dA¾;›å;-l€ÀÎ%§# ÆåÅ´DâRw<õaà+n§nÔ› ƒKö-4S8à­¸é”"6)SJÞF®<ô|¾œ¾çÄ'(€;G˜è©´•Êˆïº=˜r©Sß< NÊ.Ù,)nSÌ(Ý‚—¦o)L]! ;¼¾‰ ¢U;&qßîĹG¢Vó5/:Y3±aÂý§¨Ù–DQÝ6`A0FTÅѾ/ØØ·‘µš Å.4[L„Óš(Ðb¢( È_#°mEÙV…âO,A°Œ¹r \ž3Þ)v¾ |½ }!çêçö%ø¨º¥}¶ÔM»Lº‰«„V º££x÷F^£1bYþeÒVÒ±d¡Í/q^çU]ídÒå˜g²;G\÷!ûÛ›Q NÐÿwL5-¥¿°¬À˜ ÐRD¦;–ëÙ¬£€€±ãͪÜ0Dc]c¢(ɺ æ¶Í¡·°¬Iªj•‰¤ª®åy6žu© À €Yb°íÏX”(XÀ8b0´MAQ&º®i¢ ˆ@m¯õRIpçj¥€i ‘@ÓeIä¥% ˆ’¬ëƒ$˘ÚÎj­ìë^§V)s]Qd¦YÒÿ4]–DÆ)•Q’eÙ!$Û=ímÔGç sÑ99ðyaÙÁ¾ëë%ñfáDÎ2glP9‘‰G9Ò$« yÉJ] %T®üÝE ./^+½º‡Jz¶ü }®6ÇØßÈ=UrE²ÙK%鈾ò)Ó4mƒ=áÎϯq‚ÃMþqUÛ†C‹‹X-B>Ç>W'}¼H®§‚èR+àH¾œÛöe’LäihLèÕÝz ¶sˆæì!z'ú-FZîþ1{—œ7(Hiß¼jÄÒ…‚¹^Ë÷ I¢V2÷w,5žŠ««¦‰ÄæjËu|_å?8%-˜ƒËõ8®¶\|oÚ$ªS"Øæ ¥Ü•s^/EIRÀ0‚Èðx­ÖãZy­Ö´#ëF€1óM 8÷Ä-ggjuÝGº-_V«t"z¢«l†á§£:wÁ2w¤ÿ®'ŸÕ£o|Z/æèÊ|ìã‘Ý Çí¦0:qå¹ÞÏä“-žÐóz‘8ª?No=ßÜ\§ªêjšZQ ™|ÞSK–$kG,ëˆ&KÖÒ©J!J,É/]À䨌*.ìL¯v”`A‡‹ž‘lß·¥g0ß»çìçGçÁ›(éÖkï <Ï Ë2Ví^µm0,ËÈeÓ”ó{oŒaŒÔB—"Ôf]iz°P7(—­ßrï:JS#5!Q…:*ðÑ"ØÐR»¢°XÚ·:Iõè€1ó<Ïó*ƒE;ü e&ÍvÓ€ü^߯wtíî0p¯ z^/M½$J­ësž{Q›¡¹yîb@ ¡D>ïó9ù–9Þ7¶ÍZ[C@’ ²þÝ¿ÕQ@ù?ë€qwÔ\x‰B} x(“ ºÿ~¡·¡÷#$õ…&¤bÀ|dÄq‹dqìÉÇdm®âÃÈùl@·Tã 6I2µÿ@ ̵K2dedªá×øБݻ§[­éÝ»¼ú½²DZªš\׉H$ÉŒAbŽ£I‚¤M‰ ŠÄ¦”éž®•Ea¿ïûD´:%ó`-öŒ ¦¿¬ÃðeEQDÎeEйì†a¨iªúäÕåÐlíÙ{ðàÞ=­&¼þÿ-]×EQ”dI—MÓP,,Àe °jˆ¤¢Ñ@383,bbüà JApdM‰h ƒ9Ü¥R‰Ë‚^â²Èaªª¦½¹uÿî¥èZ¢6 éznI>piVD-3îÍbžðžeÔ¡1·!¹AoO‚ ŒµÇ”ñ5˜oŒßŒªº¡i3ªªiµ½šÆ">>˜Z¥Ð®®NõyóÏ@µ:+“´¥P!r jãåöAøDq³é:ÇÕæ5mCUg4MU§ö¨ª‹—Ox½ÿkŽÎÍöp)¹^Ãù'£ŸeDî·ÅI”å:öáÆ+Ÿ§û^¥ÕH¶ÀÑêIQ¸>ü˜<7¶e$#Ý™tWNåøì“œyÄõéi É¿R5MU3é¾ØnŸ×Ì«äFtŸ¤é.{Tz=Ï&¾bçGS+˜KÓŠ¢t?¯â¥ÁÖ 5]3ºÕ„3®Y>.¸Öû ü4a«Q³š Îg’.X¢(›\6ÉíB¥Kð*´+±6FéŠ#V‡³äˆ…á}zŒÑ<ÏžÈ_šlÏIJçîúX½kî =ÿÔ!K*E‚¤x=¾F0A— Ð]è-èBAF²dúµê%«Y‘í°q*mMÒ 0¨‡=Ê&ãSï1iÇSU‚ƒ*ä°Æ¥–ž÷~v†0– ‡{þzçî2+~zo£2®©ÜˆvjÕƒYDLòeÿy´@× 7 ÇÐ öqJòéÌdi,»|‹,v•8õN\tŽ+ñJ'6 lõáeqÛïµt: :÷ÛM‚Î]×èä:4.‰IÍ0àr¸5`>ßFh®ùà§Ï JYR­Ü•´Õ»*5 ÆD½EçoLIŽ;=Ãð`›Àœ¯°¹îC1“§ŽoQ9Û£ráhBâN±ó²÷]æÐõè~ô4Bm0è²*΄ø)NÔu-g‰¹¸„¡^õlÒånžß‰;$ŽRq ‘œ4§ýÀO{’7=òç›t“.A¾^QÒéž _vð†n‡ÍÏEžãOé„‚¦éoa%iPBh#YYt;ºQ8@Ÿò/š›‹ûü­­TßEQ]Ëò<§VwxÕ­zÍñ<Ëò¨2¤”ÿ ‹ÜÌ;àœÒ#eÀ%Ý°‰,Ñm!‚j”A0EQMʆ*¢ëš&›³†2cö'C¾"aI7€¹ÛÑ~ìõwà20t K_‰3yqäZôal'KSIfå$G5’®$’H²–ÛÜ™dë_§“¤U ;™)I–½4\Ò¬X®kÕêŸY–@ï©ùF¡‘|tGßr2O%¨>SGǘŠStÆÜo VYP]žÉ=ýŒÚÇ´¸‚±,<ií|ÁÞꃖ—»݇ނދ>Š^°B›ŸRSœ^`0’ ´ýù>F×—mÒM?´¶ûµ ñáY«_Mÿ°|GßëÈ?ZÀ¡»· Ð0ôÖÝôäŠ3Ÿ §2§ÏæŸÀ€áXô½¬3ÈN|Þ§tPÝÖçUñéoê=ëmð#ãÕúû9v`ˆ½té>t+Bíf³9v¹,âÖ€Exp€QÏÚ¬ÖÙ·$yv‡,‰HƒÙ¢ ¡Šf3ÓN $×Ôµƒ”"왞ÛΑX»#³–V5T]W‘ÍoCÝ™à{u(:ö:™|}›ž÷$@"-*íÉíüjp?iJ â@¼¯Œ¯e@•BÞ¯¥ýLPæ¼"B1õHÛ_;'õ®Ö¹·eËÇeqž[VιeØÿý{áô‚Í°ÒFŪÕ*s:q•RÞå”V1ž¦ŽËþg®C;ÌõJnÙm=ÿ§.y.k¹åBgûÍ?Ìó+ákkƒ öï 8¿ÄW‘[çÁ½>~õZ Ã…™kÞóÖ$IÊÜCXLƒÜ­Ÿˆø˨“tʉîlõ6õ˜®ïó˜®3oŸ®3ïè×ÐÌókëb_:lžøèžoŒ½çˆS5ñ½Ä“˜7.óTiÂé õEß%Ó• mY–{P! UEþI~HéÜ?O=‚‹à©JBQ&˜‚e‚`RúXõJ…–ÍFfÙ|³{‡;Û° c4…v£“¬„†(à yFòÕ–NÜ"^&V7Ö•™¸AštzýLŠÒÈ3“é(h©`S_ ­žÔ_¤ÖúKéJÖKäÐú\HIÝ4@UIk復iX7›M¢RcS•Òêa¼_€®Ø¿¿Ñú®?9Î0ÜøIö ëaøõIÖçÖ[×É7ÁSjäSqrä(IŠ†S`ð[lc®à°Nª"èl?©4Y z ùE“NeƒÂK}L°íêLö‰£Ú,Ì®ê+þO`sŸ$L·ûUÛ†r´Åú¹yî³wÑ^´‰~ý•Ÿí¸WÄ ŠC¶@µ°LlŠ1ÁH” Ýञ$:>Ñã:wp]V®ë% %I ×nÕN/p:´§*…=¨N s# äÔ(½¢[êÜ|,ˆ’,ñ9έ”þ‚oì]Žc);;äTØ{¢[²ì·Ââ2ó'zý­·ÞJOG‡¢_ýðå}Î@$Y:AáÕ…A9t±ävC¨ Kœóaû3î [n¹¾)"ÉR{ÃyÿjLP B7¢'ñ^ {c#ØrN ÉšÌRbßJÂláÛžç14«Ì$$%gRêô_1<]wªZFã8zÈá)øÇS"N£¾zŽ!¥ü²<Ï×¢ ¦v<†aäQ,ˆ[f—a»èX2!±VÞ¿RÜ'g ?º=aÿš9¥ÙHž ¼o‡’ì|? ¯  ZGè:ôÂŽRÔѦ¯ù­æXœt¬Zmvèˆc\oä85Àý£uj5ÿÏð€ï(XŸ…$rÜŒƒXw *ZȲ' ËÚgU@voIgç÷±r¥ÝN’v»RÖ%I_²ƒÉòW8 Ëâ|_çOèã}¿™,½HËÂù¾}gz Ë‚ÏnýfüS¥Q÷}߯7*Œ-)œGoyFH8¿þ Šú­»oßU9Ç©#Y÷}ìJ+™2pÉ© ¡­ìQØ•%Ñé4áî`¢ä­|ßæ:oÄÏ”´¨VgŸ™ó$#[Zµ«‘Ò<ÚoOŸi½Ô!qüK']N!q縦ä4ê1ðÄOôH‘¼9-$ÉqPµÑ{œDæHβ¦ؼN'j›® 6D¿j”+ÏX>yö"•…ÒŠE2…zƒÁbRŽ£çš\]¶ÒÂÂ⣠vTL¶Ÿš­VAnQ¸éà…I”>œvšÍæ 0n‚ô#b`š" ¥­$çϾ%És¢0†#Üâ*‹© 0Dˆ#ž­Ð\0ÆýÖ‘ :—=W[v@(H~&N/îDT²Rׄ4…‹&±üŽÔ±ïóBL(«Ô(6ªÓû‹éâv!øI¶m œÒØõ¥Ü¯³ž~Â'Hs´]lkíH«Å«Ôû¥6ö’,nêà’Îtÿ­FÎ ©ÞÏì&d"GM[0Ëî”@­Í†Q6qcuSñ=”0¦ý‘p4ñ¶}ì~G³«Õ¦›éE“fµjkÎ~¿Û7P¼Y×Ýu8cÜquG×c¤£ûjèètœq–lô À 1’ÉZè sñþ`r_?{ð„rö|€íxQ÷°*†_9¯âÛð¼rÏîÂfÈÁðĘß?m0†0ÁþÌŒO5,•sÕjTL{ªnÛõºm×ñŸ²lnÊ6+´Z÷mæ–ùÈ:Îv’tÓ®—‡úJp*|€"(—¿1üÀ%ͤÓóì&‰ØõвçÕ[uœ pÕêž'Ä1z:…MMá»ækwʶ@scÌÑÀ²§À¶«6çö•Æ†ÞÜàăÎG× Ûô,+Ä´L¢„N®ž6èŒAb‹Ú„U/±Å©õ$·/ì#msÒ$9¼ >¥êÿöMXWÕ\ÓrÍöP0 hkÚoþ È͉bl@›çiýù™|VZD¥ÕP”Ÿ³æ9’AñÕ¹®š¢ºzàiU}A÷Ñœ¹Äy¦Ç¢¬®q:‰®m¥=ImÍK\"”â%'^Žàšuz‰ÒºÞ”\•G/¸û©Íl˜ø–„ ”,ªoÌ´ã 85Œþ31îæ|Nã)ã-³#^ïÈåt8wlŒÑ~t®_µÖ}èíi`Vô»ëµÜQ/y}Ò”³³½ýˉ³êg!FÙRð“Ä Õ @¼‘pg1aPQ7’¶Yл¾fD±dÀq¹é`wUR8;´)œÒÍJ-¿?¦Jåeℸ–®tŠgÆÝ-‰¿ “wzG£«Ñèé(ñ=‘€è'µÿ¹Ì®LÔk<Ë ¤wzZ¢‰Uд—¤q8‘Ä¥Ç~ÇâNóš(%æR”Fç[Íúi/¤z/àŒÒm„`Щ…Vv_¸0èg¸4!àC? yø¢à”æ6ºeÅ ›ÞÁ0ÿ'Þ‚H "”P±¤7á0Bûl¼t…¼iš´ˆ¬qÇÇHi"¯d õË øA”Jq l íe/ÚW,L+Yß‚Ï¥Þ~ŠÂjŽ®U«÷PoV½f¹à85¦(FsJÚŸæ.þl Þô|d;Œew4ͧöˆæB˜³:pµGjŽŠÂ¦‹kckŒÙFÿã'0AM®Ç˜‡¢Ì(57Ñ.¤ô戴”ãÝŠ;½aÏÏíïÇ]¨Õº õÚüH¼ìÞÉtÝù™£ë‚/qJaFQeÿÜ<Æósûe¡‰tua#ã'9¥1ªÓA= ï;|þ]¢5ËH –PGHô´–ÐBÑÙ‘ç!WÇ¥ã&.î«×ˆ’N,y4KV¹Pmº=Tžôqà0@mOi÷÷ÅI?þT³Ù$Ž§U*šç–I,‘øž ˆNØ1|_’m»Ó±Iò}P£:’‚=_–,bÂy05î¬Êž/*ŽaÉõ©.™S¬mª3£l‡­7dÇS}I›bUK¯ê†mrCPà’cÇŽyqvïvˆæÓlÏdƆ@Í5_oFj`Üg|ü5ST°g|Yð<[ûÂòò²áXZ{Ÿ/ú¬)®O%7¶5ÓÕD¶h›šÙ¦=ËÖ;ž*;=C«º¦¢7lS7LÅÑ_å)¶éùÖÑ t5zz½}}—7ѵù‹<±œWÙ¤3ˆfúð‚ÕÅ[¥m ÏiŠ>Í×ÑL¾—óý2¬?¶nY8åwZŠ1?tËè{“›k>ø±”Þ#ýùÞ¥ªS—ÆåS㦪kš6#x–ËQ4{ÞŠC,ùwÙãÓÇ^µ‰„rñXþ>î ÁÏ°ƒšVÀš¦]”^Ôg, 寰±A4†N Ódå&¬7irS†Éfâ¼(NˆtÔV^œrœËmwBçd}kÀSlYuëàL‰ëfr/§×ùPµ as`Êç&Jº¹ykå¼Ù(*¿èrÎÕC๸¼ ·`÷èÀÈÿôRÛ€ÿóEôÍÜï¬ ÂÄ߮۩Ž©€;Ó¸û?vjb’±øãôû%`™SšÝÒÙ*âG´`dŸ49qþa‹Q†Ž¡ËÑmè!ô.tªtˆèûG¡dØŒ¯¼š&ïìàѵw¢@ªÞ]ò§qšSšÓ¨è-Unz–*©þ ÿÙ}H)/BÈÁàÇ uYç1ËýaÙ‹.@× 7¢ÇÐ3èwЫ¨ºyêB¾uÞÀ8%Gÿ^èrŠëÐøÜûÄú CýûnÚvy¹ñô‡UoYÔÄ —–ÔÑ¿7½}}õ(Æ=#iµlÐ7øòqpV/âÀº<ìÒc§Ø$¥—_kÿá'»Ý.YÜ/Á~èc0žõÙîåߊ¢HrDeò‹,­r‡ª1¹Óy ¦@½ôÉHÕÆRtâðEcvuuu^e°]ú;BmqûËx?LÐ.t,Ö®‹½=‡>;K;J’( ¥âu)ÆaÖé9[Ççh}AŸ±‰™Äˆ DèŽíý¬ŸÍÇ^‹¹Nhx~FÕüÎ0'Ë 1ÃDìõ¥÷s¦Õê}JûõšÆøý7_sÍ5+¾‡u1oæÇ,0Â’‹kk b.gšƒF ¼æÛÛð¥ß)Š]ÙlÎÎv:(ÎìlÓ”»—v:¯Uçæbƒ¡_wõ}6ìwi½Í^éœà·Tµd=õ¯l?ó«dW§ŽÙG˜ªFRü‚+Yñzz¾¨¯;'ä D±–qü/ËGÑ &f3yæÂ[ÀÖaW Ët¤ƒ)9÷×ЪmÕúÊèršÅl«ªñcCU¡RoŒ«•<ýûÓ™žª™Ãí‘mÿéEGBÍb¨ªªç*•jŒÌ1ì›÷Qt}ý9ú'ô Á†F[*Ìf?š’.-qÕã2…y]ºZ¶Aâ}E (¨¼°?ÜÑ‹ÒhÙú^o3€<7˜…xµ+EKiVøOFl]™žèÑù5ôɶb¶§¦ßA|°yÉÔâgjßÜu~Q\Ýûr›—¼)7Í+ oÑ]—œÅ~²­7û8Ãлb³5á~_/àßÚì‹‹ÄÝÙ®#‡':å+™æí~ØB“Í_BãŽÅݼÞ0oêM7^×”-Kn¾ÎÐ5Ò»É0o­ˆªÆ¶dË’ÃOÂ×(ãÖ'Ã-½#üs´ŽrM+·&×o"ŸÜÃÊ;ø˜ •õ÷ ^‡îD#äo–P õ6A”Î::ï…Iƒ©AYÓ>*%çAÓB»ö쩵JšnÀÙ.&çÿ×~í;ßùNMtÎ8¢v¼V«…˜Ý ûãpJuÝÊ;+®K­rfzˆæâλ–õ䟶ºÝ.ç–Þâd¹æàUP{=´ .¸ÀhÏä€>öí›Ï´ JÜ0xéñƒ«pkpì s]λÝóõs|ë‹cj÷t Á4ÀjàF¦Ø®&+¡ø’Ks7†‰mq'v‚®©¤ñ{ÝhbS#Kâ×â§3ý ÐÆ»£uHÛ®ÎkPõdnØwÛ—½*hóp&z¯µ®}›6Ñþò3œór,Ý-á ï{µ “÷o‹`‡ ÆfÓÌmUÓT;7››Å„á„×,5ff ú³¹¹¹9Y~óQTlŒ³ ¨î;ã":‚Þâ0Ô³Š“Â/RßJìÐdb'¾­5ú¢™,z~’ydMÞO¥á‡7Miâ«^b1FÁzÈ{£ø«¾~èŒi‚@Vk«lµ¶JAcŒ):0fJ¦Ù<CÍÛf‚±ÇÂÁ§Xµ§Þ]Ð x?ÂúŠ±éûu|ÞÕ(Œ± .dÌ\Õ¸ï/àaa n NH)ßâ” ÀöU„z·PµDv±`¬I¯wèÝ $îììLðÜîæb[_ÀÄ1 ]&ø‘Éó¨iÞë‡+°*0þÎ’"Øß%𛽕«ßþA ã”_´a+’ˆSÈ´²»½{w{ýó.LWj ,JŠ Ibâƒðdή´œƒ&`m‡á`0 ²ru›{{¨Î´ó—–Îטκ=Û¾Z‘‰ ž\£!ýü²òÓ±äz;¶ 8CÕÉG“ÞXÐm+Y8§š×‰3©ß‹Ã¿™Äð‰ªeQk.l>~Ño‘$LÛæÓ"©Èõàf»ø/ñEInSò4´ˆçÕ¸F½æ¹” KZÊHÓ)vŸÎœ«jçJÒÿÄâˆ×æHÇN£ ]‹î–FCõ ÉFbû$¸{B(¢_C5ÞÐ\í±¹uë91\0 K%µƒÄŒ!V‚©¶V*°ñlè¥2çÎîªm4‚.½<[P€ï–±ê¹rS8`äH198Ñ•’?oóaŸ²Tl«:íØ¡º½N*"å aW¦~é(öpá;hL£´ï}Ú°ÏÄy¤„P’›~ ½EŒ3jó¶bQ€§³˜­^˜Æ¾Ûµ `A«îy2N7EnªZ½¨Ûíê®­vuǦpÔ¦K ?\™»éÓZ'ˆŽÓ(K• !õ¡Õ*3 lÊ'ãMÝ]ÐKsÝZôÁòôa,ØÝt:‰nDw¡·F¤'(M%íá{YÀ2x2Zhê¢ß/ÒÀ%œš ¦›Ý¨hdä)ÍuôõxÛ;°ñãê=MùH18¸¬¬Llµ QøØ‘íü‹oÇW•»gNR£¡Hù ãc4v}XÏÜ„C¿¥_5ÃFòÅÇ[æÆ:„¬4¤È¨O. ®í?4QJ“Çéz©¤ë:¤|ȇ]k°%c¦(X6,÷á°¸ëápøÏú†ëHÈw²>ßæœáJzO¶Þ1ê-3`"´ÖÈg²L±¥{ï°»d{V$”Ÿ(>”‰¯í.üÒ#QC‹ÒY#N–ó¢Óu˜õöª.Ndv ®á#”JÛ¿ï¬ß ÚD RÁÊD‚Õ~†Á® ¤4o÷#O“&:£ 3öø T)]wglÆZÄ?ìݲ,‘)€®ˆ–D×$ö”¯ºLИ=†aí­¡9t "x %©3J}_îr˜´’OW71¸n¦[«‰—´ N\níÅÝ»—•ãau×-DÅòºG2vÙÑÌûmt!0µ—¸(jª@‰Ùè.OÈàÉÁ -E=Œ ©"†õHñEJ¬îîè„‹)½§éMƒÅœÊw(\Á£L£R)nãgrxq ­f‡j®°ÓÁŽcPj8Ž­%e®ÈcÜŸ†‰Â'd~si€OõYKÉ&Šo¼Ï–®ë”Ôææ–²JþÆìZàÆàN¦J%F+•¦ª¶ãØÕD rù¬¯dÈr 'é?ŸCF§ÃþkçÇøü.Ú…Î˦)˜k¨ÄRHzQ5Ù¿hžwâxüÃŽåØ"­}µg™êÒ’jZÞÕvÔ¨hÛöù³Q«ZóxÍaóñxL• .Pèá <äézv‹È3½î$ý¸5ƒ8ˆÓ$õÂûdqÈ© 5Á÷›¿Ûô}¡*åÅd–òߤÔh4›F &ªÊ‹ÛCÏp½ÞÇUõ·¯¾úê«ç¦É9C ;;;“çÐãÞ¯Ð)Ëz +exjm©eYÿméá?—Ó[¶Á˜a[ҩ϶­øËŸýìg?“¯ |£35e3fOM9eË°¬2’Ùù.ü ¾‚æÐ%h„^@ŒþîÇEò©ªÈ…¢V¯ØÏžµÚëgY ÖªÀ“DTJq"H‘Úg¢éĹ ³×ÁH¾¹ï*R¯u?o+êÄRŸ:QëIкŸÛˆü³q?k¯æyy²ã#‰ž†‰³X¢Ã=òÔ:ÄERÔy‘ßÓeY4MoN1ŽKoÒ¦¢Êì™ BÕ¶ÁñGºÆ¢²íá;`ÛUAЊ“D¤6 éfÎja±#æÜè^±ÁTóÞø½ù³L‰&ÏäÏ„µÿœ½øcÃd@ÝC,iS`™S.Sì&¾º‰²,ÝK° iS¦Uõ˜âÀý_Öß+¾Î1>îŽd©Åôobëš&mÄäߤ’eH&{)Ȳ¬Õ›•Š¡8.³ãu;¾ÁO“üˆ#ŸF=În ù^ô8BYGNgˆr gèüJN#€cáó&jOÉR5 ò^v”U‡R‡V3¢TS¶H[¡¼K–¦ŠŠýÑéEȉ³íÅhñ|Ñ4Tœ¾T ï]-ÆaFeI¾Ó¾o]?#^x½åûÓ°.Å»­ÉUŒhf¤1]¡êj­sNžÓ©­ªTÑ™™aW%y‘‡ÿÈÌÚãÏšJуèþþœµ¿FÄ›,HÑLÑN|zÆq»É;ûl!v¿3žI¤Rö¬MÃZ'Þ;;²~ÚÜw~6ÑgәȬ˜ùzƒcBGæz›€ÜÃä˼¨išçK¢"J¾šãºY­w:õ)C7l·xÉÒ˜“rK FèYf"4Ê¡üP+Î U`š…»–Æ zƒS9( Ÿ ËFèÇí †¦ ZHþå–nÚfP.¦mêÖ L³f3U'e”hÝä•ÊÍ¥ \®ƒsÃT|c¾Àùy×òã©й{ÁR³l>ÙkRM#”¥Nuf0ci É+õÈ÷éøµèTU6Ħ$2äÌ£ÔèzHÎ^[(ŠtøËå5èµ­$‹MÝJ5ŒŽPw¥ÚE“¶Ðû;å’7-œþÊ¥‰ß"¢\ÆûkeŒ h Jâ<Þ)·¶‚‡”y ­¬X‹ØÈì3\©®â±Ît»Ý(‹w-–iw¸RïY)­T‡º ?)íÂ;ß„^ÆÇ7leè„Úi”*ÙاĸˆšÈ´ /]‹z˜„tIsŸPÙĺy@ëÎᪿM£¤_ß¿?Û»çò½ósÚþýû÷ksó{/ß³—â5…ï³ù…!Ïß4ܾ|Ï^¶ oï±ØÞ=—_Ìl0 ‚K󋸽‚ ZFkèRt7BmÁV,7’i?HSô¼ÈY¸¯—d´òª„ÄAœ%iâ ¦‡ƒmzðÀuûý0(—:›Æc„Nê—â,ÿ?qÆçŸ~¸]b{¸o†0ì÷®uJex€vþÇÜéÏo;vlí1ØmXÚéýXª.µ®Do@¨íK’|OsM¼j$°‡@ãÍn35i7]¼¥€Sµ;Äùâ‹^¬4ê¥JÅ›š*; óÊcÌ4Ù…æ<tÏ*Z¤®²²™£:ÓN)/nðü#zùöVUj¿µda!¨FQÕE¹¶¢9Ì4c¯)-T\‡jš&œn:»€,nÕGýÜ|‹MÕjñ­{ø¼­Ï¶Q-¢Ãè¤_yËØq+ã>f"ñëîØ®†*#m“  è ¾Jÿ»Z­J´OŪ$UEÚ§RU_$ÅðEéþ7P¼úÊ *’Yž{ûRëeŸ±ø–(>è\¼# ÛàðÍ#øZG—öSXã|¸WŒ ,ù7Ê~’$GtýÏ‘výsYï]ÇÄÍÀÚÊ;ó~Ê,“X9*eýÙy‚e·ýÇñ¥Ãt2zzc½Ä[4 ¢+Që_-äšž+vÙÒ˜¼BP@ꣳ–)ËãÁu"";ÐÂ7˜f•ÂôÇ΃MKc! Ë¶·;F¿eªZV÷ ­Ö´B™º¤©SçM3-ü.ùÚïöë0ÆV¾ïn> ”r]û[ äГ~yªZý^\<´{¹[‘é’F.´Û¥C‹‹xs-5t\áŽL¡ õjÏAÐ%ö¥oò´ÿÜur\×H’(±’(Ò¹9Õ›µI)ÏßñŽwxÞ¶I_ç®A)ßNä7‹‰w€}>vß}÷™æ„{îZwnxr®EHÐÚÿ£!úP.Æò,Kü¨\6‚þkÐc!ÊV­C‚;uxw©ãœ¶dÅ7™ëKsc €(’uº2í£zç\°kOø*c#î{p p”®/Ep <ŸŠ3¾ßÞkèÕ·C9x°_7^Æ7ÀwêO0wú ú³ZdËl z!öÁOÎýQ±o_“¡ü&bÜ÷‚=×ѯ¿BØ»û†¤öZž—­ |ÞqBÛˆ×V…¶ñì8ljËÖá{u‡ÐÿúàÓÕkÃ>{ßj;8ßž.I‹ð6Á|q úclw{þwÚÑZoóù¨}Ž£«Ð!É :uÖaîlÇyÑ™xÓó}9F,uo‡€Où—Z® u¼åõr<´ù8˜­ãÿú1V›j—íö謧K‡fmÐÕh¡¶6i+§`–&Ž GQáyAü/œVºšiÚ,µ'ÖØs€Üu£â?«èfŸÛ_èúl•g0Púá3ñMÛëþMϨ)_Ä`±Ý)AúóOø¶¬:`¡t^4QÕ=îíôŒ·âÀ}ÀñÁ¿‹RF¢QH+Ñ×8í ±ÒÙ® cÚjuÝ"}º2j)jWïè7Q¬<ðÏiˆ·DT½ÒÄë-\=ˆÓtìm‹oÝÜF/vd ]‡!ÇñÉ0k%QbÍú4Ü9&I¢‰h£|šÈ%F ]1"âh–cš2\öÕšSÊÿèïx¯pJC_!æ¶çõ^šô¼oÑPL sJgî»ï¾âc”ò ¸Ÿ˜æ)qfà®´Aj7Jw>¹½ÕG£Ìöãd"õÌJàÏej+iàÙìãmµCüó~7Q¼­ÎÏdÏKV<­O¢ÕÆ‚†Åáîš_c·šóåa벬‡Ó'×÷`h·º>ä ¹¬‘úÓt̪eA¹Üö,Ƙ,K"«G{çþ[Œ§Á[¿+ :Î0ßBÖtP´ŠþhxmíÒ#½ž-ówW(ƒH¿Þ.—A‘¥RÒìÅaÆQÍÀ”û%[Å-SÝ`l£øCHc9å×’ø¨[{ž²U}\øfL0ˆôáûd4bÊ…R;1ÈRÖ‹dÆÈv¨2\Bìèæq öæSÆÈ*¯á7z]ƒ{&µÊF FÐߘ‘I'θWRÊ9r›Œ€µœT[a™/ÿÛ`snnN0Ͳß/›&€4W·íz×®_•ëÞþl0 ðï³\²U@zŸ0ͲYdÓ½\<)ƒwî%°°ãËOåŠ)(0ZÏ ]Ü+ H¯… Å%æ±fÕ1³ÄÖˆ{ÛƵc0$U•¤DÛ¶vË` Á’Ñ'­_7TZ€/©êML?q±“>„sY\¤4S‰˜–›Á0‰”6óJª”ÂŒÈ8ŸÐÙMã&Ù/P‚Ž"<'ˆ»î,Õ ¤ê̯›ÁîEš¬‡ 9èqõÖÓZ0„év‘mVb$™唺vP.$ÆJ?íWæÂi-ÊT›Û=ë¯éPÇbÿ@7 {ÑÓè#èÓzIéÒHNBNŒwE/PŽ…(VÀé&Ñe*égÄósÁ‘lÊcÍÉI#b——¤ˆûºž18· ÅÕò,YíÄÚ÷o6=çfŸo¼ÓçA ŠÁÔ¼½˜À(—$BªE T‡Ã|oc«é{0Ü.ÜO(œ—>6°2â£m;ÅÎOj[t®‡ÐÁü4êBÂxGyݽ”´Þ£trî•8¤u5îD/‹’Rx<:s™£º¦ 9Âßâ+ @¿9©×¸¦m—çurtqã~ÿÂÅõõl­ÉÜåqeÕ›~<Òίvþj½O_â)y#z°:=â±²Ü"]RQaŠ…I›Lßòé9žÊ1;ãÔÎb¢GA5(í™(É’ÀÚ}!qƒ,‰$u ŸÝæy½>çF>'ë\™õe]§g™éÌÏ0Ëá«Çëªéòî Ö]›–Y†%Ÿ^³¹¶vØL-ËZ®ŸÄw›ÖWK¦ Öùø ÆJÆç€-.mH×ê´lEÇ gƒ™¯³2‡3ëÈœchÖ‘C6ÕÝðƒÖÌáµµfNÍÌÌÌt0Ƴ1Ó,•Ìk»`F4´©d õQåÇ uYœ‡['1 ÓýÌÀâG…#ÇßÔ;’iç.'××ñÿ°,Îοïi,Úà|ãì‘Þ›DýÆaêŠ××O^ιe5°ïã†eq¾aY|:¼Ï_ÏZCGÞk,éYžÛ‰e’ ¹ñ½Ç…i¥òAO¶MH”<ÎŽ:’áx,P¬ÇC“ápøÝÉ%7ÂeiY'—’7#+Ò‚s ¹‰‹ïpšX>ùº¢ÃåГq¤÷¥ ù®»8sDÝ™ÿÛ‹7.øû´iÿèý¤Id0Š„þ‡“÷¾:…3ì¤iq%éUöÁý½ä.þǯO¤ódXy¯k…†¯@rXWQ‰Ál„ÕA"'!Ê}I@Á‡KŽá$‰á—¦,k±?¿&¤¤ÓYOºR*‘*ª¥Ò/ëz§P*ÇŒsÀþæÍJU·áOEMkçiD–fP,hçK Re}]¦³à:Í=5ˆ-&Xì·¡øyj{æUø…¹œYm]ÎkËú²ªó {»ír¬J²¹éã©â3¿CUÏ …ÒËDU1h’Hú}§‡—âNÕ>——56FFÄ?MÈ‘‰èuAçÏdσ,Ë‚°Ä™¢*\Õ÷äd¡nƒÂ ¹ÌÊD&’õgíJ¢é÷:Y¦‹lcãcuÙ;ÌÝTyì±Ç}¸©£ÑztÝ÷ªUÏ×uhìž>šöà ?VmEñL+ªÀÌM7ÝDÀ0J¡ õo¨›/óЮ’¯¤ì R{Xl/»'*³•F#Sª}Êlå„»l«É>:(’ÜÃy¿´ëÐêKyÇŒ‰šh=¿6ïi9²ÂÑSÞÖK,ºˆË&@™ - 3Yr¨É%Ûâ/ý0"ÐUFpSð?\/FQ˜I'ì}½Y—³9kFç£Ë"xÏßcá#…HžÍ–— Ì¡Þ¬6 D©î‚ˆË%ù#£²p¬h«]š{RB7´øwÖ íx•O¸Úµ¡}pó£Ù¹®¯à|UÑ.tº=Š>ŒHÃq¸#1 €Îyñ°›~¢ŸÒ(U§§h:9H#±znú%$ìa#éÇ©~Öϲâ~œiÒ#2Çr2šßÉ=¿¿à÷ƒâ è÷¦9þÇü‡ Üðï‘]ÓóL¥÷”¡’:óÙ}[c•Bð>;'ªJÂ^™,NA_`Š·viºop¨ú†áüeÕ¶aØ{Ü"&NJkÃ<$ÐæQ^TÉÎm¬õ.ôzzŸæ¦ªSC<T`MbÇvY`sGø¸ ‰·nŸêŽÜè 4¤´cdcM‚b9M?ü0NyŒ©W^©% sÖ¦ç]~I}Ŭ¯€,Ïë®ÇÑn·k?¿9ܧ—cݘS@9ÿüÌbf‡¦yÞÅd¯zñW´áxÜc6× 7ק7WŠ?…y_‚ù]ñc4§Üp†¡‹Ðuè èMèYô ôô%4A‚ÐÔ³å"é¶?„]´à'Ó80oI¶ ÅB€g «§çúÙô•ä$H}ÚÒkdtßßí‚ýpssÓÇØÿa”Ó]ŸC™S—E˜Aþ=ÔeGß•IuøË·ƒN‰ÂdyÖ,U,ÛvXúÙSÓ)sî2°°õÆ æ&ÝÏToÒééÔ9CyÛx'BRŸK7³ÇI"ÐAuL±ùt—*6¨YbË&S:‚!°)æ鬟eI”j'Ê"IV 1S÷ ,‚ðï58cèsÒÁ'êÓQµàû­Í0%èh¦mt©â¯`¯ø 펡uJ ›ýPË÷*ÕhºþÄyŽqÛìÊ%Js®ÿ|É]ÓÞmÚIFåˬ.WæÚ•ŠÌrs.u f溯tJd »H©³zþŭΙ|¦$W*í¹JCíÁËdš%¶©k„®5öåwG”êûk”¬:²‘uõo£·¢_ 6T :Y¸™$¾¹oĶ-Þµ‹ß˜—dSJ¼—ÜEW;~Ue’•†v½­rŒ1©wÖH’ˆ|5n3÷6-¢%ÉÐ'ª{©/a ¦¾„LŒ@Š§n:J<¯G9¹¶ÞëÓ~^—ëÒú=Õ0 JŽÛ'ŠÀk²ÎI(`¶xÜ?‹ ¡¢ër J2n¹¢À+Î+‘fª3!x²”áG{ˆCE‡Ë x42ùn©ù©Ù¦©™Ýý~t»Ý.Wô½ DÜÜXðýv#ð¥`Ž¨s»¹"é¹,·ã Dæež”‚NG–s]&|÷œJæJRE”{¸%•BA¨pQž_9žëJ8+ ¹.ÿpG¶wœFo¾çxôÞ÷GP…¸ Cx:Uºð_ìVÐé,.v:Áí”*NqŽ£Pz;è±ïû~üu«¶V±¾^Pòëð|sìëÑ£èíè#è¸yI€ø~àØÓG)GЧŒ +—aqbhX . ¾…çÒmÜh&ò56Ô›"ÁñZrT”Ìà/Ž9Àƒ…=U‰Ÿ™й; ­çƽ¾QœÙ³gÏÞnùÜšê8êË*Õ\xÈѨú²3›äªû„x°ÕdqÍ•m…Pçú?‰‡+ñœžÜð'¯¿þú|öÁÀ,¾cÙ€e[°›—¡ß#}´i8¸aSÀS”ì¼xÁfûfÜ]L«§­PàpñÖ²ì|;ÞB#Ý7i®«ýˆ‚a– ôß3¼ƒeU,ãGšvÁ÷Þׂç¸Y2 Üäà[èrɺ\ˆºKà]ÄD¦$’g“qBÇšdGxN/i'å—ÉÒ$H"lÒ©©¦¡Y(ßNßWø[°ïã| ¶>ý2>uðœêÊñÞ,¼¦"0M7š¦©Ì_×4mS{+<š¦"Šš¦_‰C%Ž¤:GŠ_²0o‰Sú²yþqçÙ|­NdAT«SÍß* Ã0ô;làbÈF‰výkt#º =ˆÞŒ>…§ ƒ§Qæ“k–Ü3Éá‚„Ç'MG Ú_ꥯçõ{«q›ï9#øA/áMõ{«±è~Ƶ.öƒ ¨NMU¡K+ò©•%œñÈárNiͲ!ltÃvõlðRµ ò˜mÕž­ ÊvÞoš;˜{P¦jÛ¶L3ŸIJ°:µÞš¦i†]»~Ô*—­‹Wæ¬Æ^½½Qå•j §!Îßxž¯˜sòRžiU+¼Z·„å\ââ‹/¶Êeë/kïÇgËÖÅVyn|Ë\«ZáóOñüZ’°ÑÕ™8hàSˆ¡2ZF{Ðïùžq£–ó.· Ù-úAÊýhr67GcVøQÜcfóú`ÊÈ_«¿™À™ V³Íp°†Â“A¢Î\b…3cïŽp̈>—¼Œ–“ñ$z?ú=„®ƒ%·0H9xn]¼Ä²'„$HÀ˜¤ê²^53CgFÓ•,ªonT¦9øi b¶<ë4ÑËõO“­„da rU±‡rgLêÆ ZJEc<³.þyØ]wèº$JX ,Å?ê‹S|…@PV\JÌ*cŒÈ¢¨{¯V[QCé¸;^/W™;ËåòÓ?³—ˆ|FÐ{ ¬Œ8¥Úþ•õ‡Þ&"{XÀ}YDI¥ÂDÈ›•óOê2ÁêléUŒö÷¦Âa\|µj»a;\´Z{hF’3gÏ9çœu¶së9„N/Š¢­øçSv&x¾‰ö¡óÐåè|þð ƒ+vùјѽðÈòj$fü »7O¼·„ÀòVg1½ƒµtâ~ªOß]¡¢¦r]&uÖù°µs¢‰ãëÍ×t€žÜÑÅ¢è9,g¨8¦«–W·+Ö;¥ù&<ÑplÛiDtnUyt¨Q|_æ!xAç`%<¥e:µ!ýyðþ(…S á• Œýƒk<ïh:/Âöbg‚ß ßFÕÌüŽ?€¾€HmÉTóhÜN¤LM¢v'ÂAQ)ø§gì#2@‰@圣zÀ©w˜Ípÿ®kÐH™~5Q ÓYq¶8«3FdAÔ i˜f€b¯pú‚Xë³>êÿT­ö½T1ñ] ¾6 cº& ò?˜0Ý+ÊGzJ¿Ðž…™§ûÑûV’t•=%Ø÷ÔúÆü bÈCÖ“Ë9f$2Ö@wQ@•õzGè¢ë.>K<ðz*DåºÁC8>ZL3?yò¤toô~xõÌdqªFê—9”ìÖ}¿\¯x¾¾;6Ö3¢3Rƒ“ :)¯p¯ÒE©½ªöÊrÙ4—²k=1Ý»¶ šOgùýüç?GËý|žÍÓÝLÏz 5Ä—dD]µÒ{þ[`¥+÷»x,*SRhÜŒ°ó›¯áKº4Km¯Ÿ¡„‡¨_©v²É¢´¡³½Äõ‚<ª­¸ˆ’gèd«Yƒ…¹BÌú¶çMWù‹}ûöqÇ1uQ °'A”Ïâ¶,SÕ¶í1`E"XRñA·NŸÕ^*`Ô{Àó}Nù©]£xì‚ .01fÌ0 µPO/gðŠjÛŽ-Ët’¬¨ŽáuuË2Í©£’¤ª–ž–uÆôòGßJ¿ùØÕçÆNLýå·Œe5.ÕŽb˜T*!`p‚ľ,A^rŠ¶_-ûá ºžTñ/«Ëo–BUVÊk3’L´ójGpn„ݶǿ=v£¿m]'ß_ê½%íe¶s˜REÎXqŽBæhM/ݹÁ– ÒÌ” ñQ F]=âI A'5æ‹›V–——kL×rnmqºìwqTŸQ¦³ ›O)?IÕ4JQâ'%4ûÒ®]»´:ÔÍ¿¼L÷¯-iMëÒG07ýç»ÂW7K2)]2¼0J¾6ö±vP2WLPÖꋽ²ëX☨ƒþ j8:S³eÖ<¦5]Q-p<Ë4o—^ø–}{;Å9Zk6‚7ÎNGÕ§ÀŽ¦éÒµX, ˆ/Yâ.k„3a-£Öú;H°_/BíÞyþ&è\tY= °Tµn„Ôˆ¢Kd¯§ÈR4 ¥0ÌÞDž‹,qæ®ËJ|!U¬æή"®Sou, z¯TªKS¦I)GX} ¥\"`ïÎQë é{4)DÀì—Ü8—t¯á¹ÉÌŒ£•‚ºš;ã6²ó2~&èº4¿M¡YÈQ\²º˜P’ΰ'¢$Nœù¬ÓëaV+Eh“îÛ%9Ì“nâ»e×ÁŠéˆÔYâ¨iN-e2| i¬0]cX WÁ “«ÿ%xé讦ë”.m 6×Üy¨(û¿&à'‚Ól˜„’¨-UëAIsfâzîoð_2,…éÚ{ÒlÁ^ÅnAͪÝÝTû~ÿne‚ªÊ‹G&ÚÞl¼<ÁJDQ©YØ)v&p@©Wrõå>4Ó·à´8c˜é&Ý$vRn©/®%Aç ã§ûRñ|}]–OLÝa–ʬ—ÓiÃPÖËî1ÇÛÛÛsÅKŒ>]ævP_hwGæŠxÝ:—Á.Þ@— GÐÛÑÆk§‡:ÍŒd#J°ýæÒ>HòˆˆbC—D± “<™È„ø¢qÆŸ?Q«1õ RFÉÅføw ÍYfšJw‘hÉTæT§ä§ÁXðÚº"ë]Nd½»DuäO»]"s÷ØÓŠ: ûŸø>7¯¯¯ÏiX0†%^²–9`;S7J=ê0ãR}øŠ¬sR’u])!)fÌñ¼‚tTG+uÏ“‰a܉ˆ¢%ÂuDIa+áÞ±ÕK²¤EkÊä‚á¡÷~áa|Ðl÷ /<ߧ†É QTNXÕoÚ_mŸ½ƒÑ0@¿®•¹Àg®(Š²É4ËÒØåŸ Þ /¼°t…!Š”&¬fýQX›C! Õv&ðð ⨎.Dw û8È|¦­CŸÜz2hØͬëu“Ø[‹É";Úm[}BFC€:yÐ9'‘£YÄóŽ±÷¬Áø`€í|ä#˜"/Ó?öûýß/O­”ük˜¬pΙ¼†5Q Ó>Š¢a½tú(¤:=û_”dòDý÷Y8Ø¥(ß¿›Š÷]qÅw`ü+Mùª3YQ>Ât-¥Ç¸iP*ŠÆ*¥üJ>P2‹ß`Ýyà¦Ò_³m×z…(¯X¿)î¸Ûz*ñ¤Na¢ëÍmQš’‘íIÌv¶Hõ²Œé5!º¹ Õ–’9è´ŸeY„w6jéÚÞQ`¾Ál¾á¾‡zH¨¡ÐPüQJùHÀ[.¼ìJõœ\–žúscÂ%lª™ðPÛ®æO*Jθi=_üIÐ9Ë7.½–ŸÇÜ0¸©ï§Ôb”Òϵ˖7صyI.ïÀ­ï`q !‚`2ôØ¥ šFÖT™¯j2ˆ¬®ÙÿtÙ!Z澋Øè?vzC}*;:Wr8 ;"ô×/G;Y3¼7üxÄåO ]f³ˆDŽÏô–®P ´æ¬šÍ·¬ç'þ©áŒeq>¨Ýs , Î ·;IËš.-O ¾i—oYmtdPœÛÆù`p¬YhÝ×MãPu²,KVK2¦k!Ö©" W¨ÌÊ Ù åÁÑ ñUżHrçü,ý,‡“ŽàN½Ñ^¹% ×  €Ê1cª¿¶ ¶ö5÷ƒ é|& ·øóß?î·†–ÀvÛŒ»©ózik\¢‰Vu»ó®²1CS¡Co0“a_’ ‚oWÞÏýîˆ[Ž-Y”ܲ’têÈ™²âAˆL C³J›a¡Ó4·ëh&áe·‚±½®mww½ÛÁhOKÇ|MQFªø}vñŽ;ŠÐêœÜVG¼”Ý(~zòäÉ^ ÷ûëE™Çü¾ÄXÆZô¿¹KÑè3²šJÇõq<~ç´úYö‡Á)ˆ2ÜfH·+ã¸ãa)x×V7Êkµª‹õs~’ù㩃®<‰@+J]5Ç\¹L;UªF£TE¹Ê;‰@8¥ß-y³zB?g<è)\žX©0ám¿¸NÚ¶\n^n8\×'?Š´ýùãõì[®]ŒáÒ °8ÎÎÿ+´·Çûî'¾Ç¯ßáÏì©â—õ{¦\ùò¿[} }½Œþpÿâ…š|yUOäʽ=j?féx _ú#¶×G>„ͨêÏú¿ÖÍSg¸¬°´¢>øŸØÚyGeïÒ*¸ËßE¢Ä Ø&ìuúqv©Gë/AâüÿÏÑiØg:#¹,,cL'9†™í¸·ý™e YØc$$¢ ½AÏÓã™èIöÓñ Õ‰Vi,çóÁJš)¯’…I⣘™_Ã'̤×{Q)Œ[sͲù\¼ÛrÊVË9:/)%»AýaÔçiþh"بtËÅOÃ4&›–CBcd£-¡ut½m¢ÇÐ3ñÁ`1}Øtk SËcuÿ.Ùö€.M\bæúÓœ‹ËÉÍ4‰®SÉ"‘w±CüÕÖ‰;±yñµþÂàUFÈår»Löv¹,A-Ž#óŽGLB%§XÇ/ÞN–˜w6c8iu0>8ß WZð6•°´§;•*‰š}”T+Ñ Ëa‚LÔD'ÐÍYÛtiÚÈs’ ÿyèj?ó ùž›0³3Ç™5ÃC@J|dvp9õ-hsL¢h rTé£H–€³ §0\“d -áúü<;xÝ°ƒ¢bZ{—-Q(ßqj§œ~6…®ï¨‡Þ:Ÿ¶“Ô܇ÃOxlï,»žÙIiñÊÊåvù÷”7¢7}ÍÛv囤L † ³”\«"ÂYê1þŽºç­#qqW¾%æò¹wE+”ý‘F¯—··¼eÆÓ]ùN1=°îÝÑ3…Ùý‘¦ïòà̯ü€“¡½¨¼ ó®Íɳ͠è*t/B"11Ív5÷ïé‘Å¢%{ è&¹ÇèÚÞ$[/\W*•"‹¥U‚±Ô¡ Idy™HíH&«×QYXÑ’í‹s¿Ë¦~ëÀۻݮ,w‰ÔîQÊ%AÉj[’ (‘!ä%+ìÎJúGà+3SŽ¥Õ6ƒ<™ØèpÏGµJHU1º)JHBbsN©”¯îÚÈè0Gpã\ñ’K(åpϹçž+]y®|ÅÜ™¤+Dz,_q®|Ź^r;ç^D©˜ù®_útÈ)͵/j_œœÐÚWqIÍéÚ_‰ž¬µŒ® }•5€˜*o±ÎœŒT&yZA´¡ÖQðó~‹]ùˆ ÷€ðî*.¸×Â í ¨hÒ›õ8U‹üNÎÌ@ÝŸO)?5 ²19f'œÒW]Í}ü¢ßâM9œ¼êŒky>»/lŽÉó!!¯ˆäºaí;¬Î…UtêùÞ>ÇíÆdÏÍR2묬f%Ð~øR'Ä×Ø_?™ëNŽ{¦Iæ-k±Ý©³|lWùyÛûÐAt º =ˆÞžÓÈ (L(A-àö£4h JçªK¢Zƒ1Š¢ HBÀ ~­Ê½KÝì>E!+³èGÔ‰UÀ…¶ýä½f0SboyÚ)µË¥!hk·Ëe0ÖÃ|^@çî½Oþ‡Ó+ÏV¼}î4L0‚×o¹^Ór’iÀKªze ijYXµmØ=«=ôM@¹ÜžòBpÝè!—ëpåKþh70:k&®²íz†¼TUŠäø1 ì;ÊWòGõwgS¸;÷àòšÞmïÝ‹ÃL²«Ôãï¥/íŇ’]ÛÐÍÌXýHìÛ̼—#ãÕ{ë›ð·£‡Ñ;c‡Á¨{Jƒ;rr“Fþep¹I†•Žb{°úëåRb´eÒ­Êš—M@¸¹‰Rzü‚ËoÔ@µ§qÁ«’{Un¼Â_ƒ«ÊÑ·ƒv\6wávŠ­ëò£óˆMçøFí¦Ýz¼y1Aøô빜3wM¿™CíÙ„ëœnŸ8^¤+2 ûqå<íü:r€h=¹÷)Ú›n ]ÉpXl²_`P=æÆ;T,²1ǘßx‡*yž[ž+cYÀõ Ï}ï©:èü\O(‚7GÇÖ)géÜ»Ù5€'Î4’Þöz[î DÚýš%`;SU'›j}–„˜&›Å#%saó.io6X³äÆ)Ç'[Ããâ9 ksëè˜'W ×[ɸµ|Ö®þ·)‘é¨ë8}¯ÜâØÇà8–eqn($ð1ö¢œ[–å8ÓÖ±=M¤ÐÌ­òÚicìǨ©ÇË°KÏY€÷°‚e¼ Ÿ ±ØP ÁäY¿%c4® `º†Òs #“ÀˆÏÇÜ‘mÔçÆâ$â:ãTÒÔìýxÒíµ©Änâ&^„êõ¿ÝŸ…¿žQò›ž™gòòG-añ¼Ø0bE»dœ¼ý÷õý KšÒÍÈ<ÙªÊuV•¦©»ªæàý’$Ýxè’+n In˜‡I›L³,,sât¥B®1`«nÄé0’ +”*:€v @[Äá÷5çè¢ïpU}ºí:žK¿%É냘ï"ϬÚúÁj|EŒŒÒoUFE^=`Ñ¥LåÐS>´`¹¾½¤7V¥Ò.•ÁÏT5óBÔ]%I³Я¾Î™w.àßššfªê“0¬VàÃXÌg û‚Bc|ä›aò62¼¹¢ê-"ί ¿™RÞcMÝøÂBÛ¶õ&ëUÿt ØYâMÁ‘”S[6vJÒ0—æ0B542ëÛR¤¨¸YK<®'d$‹Ou_ØfV³~Š]«Ò˜’ÿ¢Økí¨ÅYÐåØñNðbÆÅd4‚çsór9ürÑt]ú©\T%¨xwŒR Æ+E暑€Öx„„@! p;ñ€Îl¿õ­oU£X®kO„A;RŒ‹¼”{‚,«h5œ2»^œª.C,†æŠàêÚbþï‡ï øÙÊú°è(aÆ82Ç]‰ZmLsØ~–î8Ûª|0åÒ™BOó=s†«B¬mÃW+F±ÍU ¬We _â”jª!WÆH><© <ÃÇ%P\5_€­ò8‚ÄKür“<¾vPÇ¢÷<ì?tc`šC7íœàw™±Í‡甆K/ä÷WpTÂÚ)g0ìd 0°Í Æ6LÛЧô1öœÖ€óÑM8`ÿí/™2*¾û  ô^ä§wIßEóè"«lÜ,£ØV(•_qÓü )h( ¨œ 2£¸‡ "5‚ÊÊ ‡ŸÚ¦n´Š×7 Ý´Š2°MÝhÂÓâ/näV©’õ‹* ‡¨»Çä*…’ ž‚¯ê†mÖë¦mèH(?FßÜ·ÔÐ4Jù½ä'-Ð4cÌ”Ñv&1ºÀ;wygë@üÞå'D'n&Y°%÷oÚä®kðã×j¥Å{š/m`Ù>L€ë6ð$fgÒV êl^ìLð¾Øt_’Q¶°³{lŽîÈñÌýÙ™)çê0¾ºí. >¤ž¿ò±çlH®sCƒï 2Úo‚Ç;u˜>:I‡œ±½ëãÿ8×O¹"yÚ .µ‡æ|x£öøʃ>(БY™}‡§«ëã· ~ï -´Y GǯÂg DubŠr©¶ÒôƒA ®kJN%õ¶,‡B(iý£Ù–—Š->ÖØ,mQ´Z0ÞŸžËˆF_ço‘C÷E ÉdJæ˜4jz‰%<áMm!Ïå<Ù¼QØ€-ª­T„}û+'OPËœŒ¤É®Bépã] 몷'm¯ã¾çQó•ètz8/Kx÷g5žE*½Uš¢¿Ç@Ã!['$¾¶³eâ‚’¬oˆªN¦I»ŒŸŒûqgm¼&ÝFÑë 1Ñ·jŸÎ˜äyc:“$É4%IbðÍ~gšúï1ã{³§$QbŒ1Ùû¯ùp^¤üTíŸø+M§Ó9¯óq<Í04Ï!šn ÿÌàeQ’ØÊîÝ+L’DYcz¼¸ë“e¦õ‘$yºñOšÞCÑ”g)ʨ¾¸ØºQŸ&c°ô×aøù‹.ºè¢Ç=8QGѼr­Vv{d¤:wwGð-t.GCt“=P*µµ5(œT@ð-ù¬(i%Ý.u{z3u’õ3ó’dÞ¡3_׌ÉH–ÄAqBb{7Љ£ÿà|ÌDQRJ¹Èxô€#ºÏÝáPâ”:ª$Šl|l}}}÷=÷H’´oŸt7×4m)ºcqqQkÝkP ö¯Ëò€0ÆlBUðå™PÊ6cŒ ŠƒI’$“©©©^oꢃvjµN§s°vöÉ9—¡“ãá§ðãÿéb7Ü€ñ px!ƒJpþ‰ >…d‡NžÇT©Î)5#ßÜ e:ùËÜm*{†’`6òÑ.^:ßfBœÑ¦$æ¿mšL/"ÔÎT5"Nûì´iˆ¦Ôà=ÿvòúë¯?ÀDÉÜA×ådÙúþë5í¿:å¹îP3 íß®¿þúýºmÉIç6 KÙë5ÃІ®ëMUýk4 !„Dd7AɾFz°ráH"\ {Æh¹œ\8›¥[çi€(ïn¸ùŽÞÑ>«Y?ýwãrR:y ¼®“%r¹a˜ Àš˜Æ2oA1Š €Òu"yx‰Ú>Ž\Wò7lJÉPuuHè¯gI´ü¨?ÜÉ:Ðkœ‹.C7hWœ:2¼á¤ýæ<.Ä%Þë£'5-¡iAÈøøXøƦ¸J/–g„0±­Lj™2•Vœž;mH°·£¤Æu‰ñh4:‘î Š_LI^£øwËâ<þ]cÿwc$Îõ2¿ëœp*N(æ)d éggççÄÐôJ±»Î½ösnY1ö}SÙh€öïÃÿp8L†Ä¨wV°kõ䉢Íõ,Æ,ÏEâî®Ù±7°¶3å7›¾®ûͦ?åØt.ÈiëvÿãMº¼NË÷†‰Û-)³fܧrO-ô¸ŠZÙNG”Á,{˜ÐzúâÚnÛ«³vĪmÃît$¼)ss/½ôÒùy3ø½ |®ãéû ½ÂÓ'«àøzºáhxzr½û-¹Ì£èÈúýŒ ½Œt¤çÀrw¨1 Ëˆ—<‹¶DI§×íå¾SéÄ’î:Ì3d Çñý²bÉ…å†;{|—S“?½qèÙ³«v{ÂùùùùK‹³|þÀýCÚav|drCTx³!¢©¿÷Mã:‡…”/'ð`|/±X²£òìç ›ÑÝèôÖ#+q\zßR ‘ü89tb?A¬ ^$[N­(îÓ b@\v”}“ Ä–,I é–^-&<©ÈDyhE–‰rå¸&€a–N⺱ =69|©õN“’ì3ù³\6·ÍW9*U¦Û\«Un{DsEqûÂQ Iêu¢4­–xá»áÚJ­†Oooo7Ù|cP³™gMËÿK.àÕ„øÎîÜÖ² ¼õó3Ôqé>ÜÇÒܬ}gh%­¸™§ojûN›þÜ©yö0˜,Ôl‰_3)¶U)7  á&¦oÑÃ:Vl3µY¯øÍÑó7óûóUæãd¶Zá\¦BÏy>Å'å™åØeÎòi I¥wHßjõÃjJÕøÞî»ï/çÂO/–³Ò?ftY•yw¤g†•p`‡nØðÑ2z-Rò¬ïL.ÔHRjtÇXÍ4J­Ö†iŠ’8Y|õh§Ù* ©Ht!Qõìo·¦IEi]ÞŽÕ,®®©|{{Û]ÍÍænooÎãÁÑYh9î±¥¥¥ùO>s¿ä­.6ÛCñU\|îÌÇÎ=÷\éð¹5ù>¹¤i‡¼˜ˆWZûÀ÷LT¸u“D¦ Zì ðr~S÷\ƒßÔÚ2„³ ó¡…çìY¸Ê.öêNçÜs½Rs®—ô óýV\¶ÕEnX6^‚V+M[-(7ÒVk<Ï…¤"ÈWÖ;ߨ×$©Voø}SOÛ~ïbSŸC«•N!sVÃWË‘ê«áÿ¾Ìoí¡sZÅD=jŠ#0|çÄB¡rÒöÜ(»Ãß#=¯×N¼¤‰ÃT¬ Fd"¥/¥nPU™.OOÏͶáH™óI1üý’$`Jæì\nüIÐ4ƒkËMǶ‡AU2Ms×1„©U|&èLþõ{žDDýÁéˆÅ'˜iûçìPœFæ€ßxQ+<Ù^’µ_š\tZ”ô‡¾Ìaºi›L¯Î=WÕ™éLwÞ(b~H¬Ìè4eTŸQ° ˆ”ÜGgÞx¬`E0?;¨xØG™eÆ0MfÚfšŽÁLÓ袭6dyê€,Ë@³,Õ äÀÔrCGénÒÌ¶Ö yöþº\¹ŒdŒæÑþø#è4Doái‚³.f€¤KW›†ÿbSÓ?ë/2ÛÞÛS¤BIŽíRó}vp­ŽK%µ†ygNž<{òd ag5£j‡‹÷‹–UΩݎΔñ¨cµ›1@¯ü~û ô¼#ÓW’Ÿ<é“áo`['Ož<¹ö·o”^þ7v¸ôDK ª9’5Æ­Z)ÐAܱ$ZÂ+è{p7žºõf%$Ó}uçöÌ÷gì7::Oç{F¹ùÖ)ÜÀ'ðÎ&¿Úc­ßr Wçð_ÓOÿpݽÿ,0˜w5o6˜ÙãV4õd푹 ‹Æ²¸Æ.ŸuIbˆƒªñÖ4%µj¯=(vù€I©þ.­v¥Š8È•ëä4Ôß÷¾÷…$ªšŸjß ü¯¸Ô=À¸!ä÷]ׯcðŽâSwß}÷Ô¼`p==Qr–ëýöè™ûx¼ž—ŠÔ87J¤fo[©áuâ¤=‰0 ÈSÔ;rÖö8Çû 9µ5~½3ÁRŽÞz‰6{sKØô `¤„I_®)âfB ¹1?Ï‘Cñvå?ä„zE¾ýÌ3Ï@瘀ã˜ùùƒx§ŸÿKÓqàÏ<óÌ3õ”EßB+âÉÑ9'½D*cÃ)„ž $ý~®ó±Ï`;hØþàCnèðUÕÜ(~¹.Ù |ž>qæu1¿½(C‘ÆÙùád=¬ÖL7á™-RÍô8±“Ê mcBí`„åšû‹¤²²ñ–sXAÊ%§ñüÂþ$](«†»ó^8o€Ÿt“ŒïŽÿKAÃ^ê:j¾åÈ2¿¹Œ Ó=f™¦PºY—ˆ³•Ãï[Ö[|ÁvøMO;L£‡Q9OßÄ[ðß‚0Ây+¨‹P¶ë#V‰Ã%D×í¤‰¾†—Ž§+˜*:¼EW(^I_•÷ÐL¯¤Ç•×&Ž§+8—r`ÛX,#Špª¡Ï—8>®½]ÉÌÁ†»=U™är/^5f™±>è–R¤”J•Žã›ä+ÝŒ¶Æbk5¡¢[ÇÈ…½¤½¯ª/ž6çC.Î w.w\8…ÓncYBà¹XAª ík˜ô:­×(…'ÒÄ#©Ç%=‹k¹&ãñx¼=þ—Ú4w'7Áp4Ïtþ´ìLP£ØEÈù–oÕc—l¼S¼}›¾k›nP¹4TMwrÄ›³k¾-¸uQM•ÜÁÉŸž<™Ÿ Šäà>˜¨ƒ[\ž˜žâCƒ[W›fàÍ+++‡Û‘ªØ mŠŠ¶GE?~£åQÏNò<±òVå'•Ôš д„ÙF——­{7¶£ez¡¬¤ 8~dx¾–±Yyý™¸Ä½íS>¼Íqvû§Ûå:I8zs+’£[Xe‹˜Âñ²9»¡Þ6ÿ~F(²Œa‚Ð’.ƒ±€ÿ³UY^¶öGáf¢W½½ø§îRA–Àžj¤Y]˜ÈOë¼~ß¾€ö¡ ÑkÑ­Ö‹²½ÒXiMJÔLé*’öâõã1àÝ›'¬ÎŸ‹q¿ïm»#Ã3‚Ÿû®¿2?,ûËK»|ØãÒEÆ Ô·Kä°ó4i¡CTaê¦Ø©l}2ÞjYO›·cóMWLˆ/RˆhÓÝn·Û:‰]º±Ý2ÆgôþÊzqlÛþ4ê«ÐAOCþÛIHÒ+üo*Ï×k¹\·èt§eë‡3¿ ‹3ÁáÝØÈ4¦Zz¿´J$˪pˤÏGƒuŽº 8A9´E°F½uì r!”g¡×ìÚ¥µ¹)Ë·šªvÜZœßË›\Ûµë5°‰Ó• äÄÈ/Úænw£ek«Ý®»3iŽ·ù‚•ÿ!ìÿ×çPÕ‘ íPl ý>™9ØŽñ¶CŸÅå½Ípl€‘Kýþ ¢ÎÞ¯+Ôâ2Cvþ&ð)4…c×f¬~f!º@è3þP36²~‹†»…Þñkd³‰qÓ1˜aX3ømêqígªËËSÌ´MÜ´M&Çì ü9ÁgP%èºåÛ @Ðh’FV'>ɤlàsvöŸÚö“©ì}?Lƒ³¥R©4k0ÃÙÛtÇiÚ&3SŒS“™öžÓëºYßwác3»v:´{×,3m³ÙíîÚÕí6MÛdÇ«xq1îT™ásGŽÌŽÁŽ—E÷§‹ ñ‹YvºeÏqr º9›AñÃqÿ4×±F·ÞK0k™73Ž#'¹ÄÒ`:ó`ÒË5‹˜Ì9€,‰x4èÄìT6}#¦rõEqmM]sŠ³ÃáÖ„~'( ‹°!A£Í)%Š=þ G­óîψ™çy~v]pPöÌÞ­ê*%õÈø4¬Åÿ‹¬À­š 4…ОL>U‘§Ó© “8JávÌ×CºZ¶=°,ë߉D&ñ¿ë7&“’æãiì›'3·±<7ÜÄU“çg01Æ~¡G²¶| F!WqŒ XçmwN©Ø„­ÿFŠ<y­äÌ*ù|1w»ÑRœÁðY1å¥Ð?€œÓN¥ì¾Õ¶O;Õ÷›¬ZƒÃPÊaóø@Å9í8ou*e÷´Ç§~M¶¯4ÿFð*{çׇ ‚Œ ±ÀqLeý@j+…­Yxû+N:½œU½D¸|4Åñ¦eq¾Y.8·¬â9йûŠsê°¶œr¶é–àC=öØ\¿?÷FÎ-ëÕ(ª>fYœ¿ò|À‹Usê”Ï>åT.åg 8jçuÄ7–diSÖ/ä0ŠšjY¹b™6à\lm¼ô Už¬lnn®­Á;\·xÕ1Ðí.™…Û~ýþ÷Ã/y³@/!\2ð~Y`¯N‹uª%–(‹O â%ôÌ5$îÄ¢”w·"Ñ—Ô¦¬4`ˆÒ J¦rgzsssë¹%^¦Ûýn˪բ~eõ8Õâ ÞÜ(FžáQn„Óü'*¤ø¨ó1Žò³ÜÈY Úú¨5™Ë¤“–œ`¾VõáØp¾!Ãwz±>Øu¬„8;ß ?¯¬a“ ˆ…ü˜26š-3 @ ž ÇyŽádƒ4™ÍËr_Žyž<çû !Ã0ýÂLJ¯¢ÒÂÞK›ËÂœW˜di ûE_Ü/—Åûp{1 ‡y.ã…Ïù^žX2 7“ÒÔÌÑ)¥s÷ôéré1;*Ÿ–¿—ÑÏþµlߣ(›…Çõ>™À_ Q¯’¸þUIü V¢½šÅ rmxGN«ˆ°mHá‡ýŶBÊð1м”ÖP í%–g]Ý :_ô9‚· ± J›µ‹Å1B·SíQ8´øV ïtêEþLrèeŸYOÑßöÇ }¶úäÇ1ÿ܃µª‡öw–¥pÙÝ|ÎÉÈÜ9‹l!µÑ:o·¾kÜãS§t8ŸÖÊ[SÓÈ| Ą̀ÀŸÄ~÷Ù+Nb\3-ËÖ oJÏÂ~¶VùnŸ÷6^PxVIîÉ]>´çÿÝ÷Q4üI2G¤mçrÓÓÙéiÑ™³ŽÙp p”LîòÍád²„½Rõ_ôš0v#UE¡7^8þ‚ŒxÕ«|^×/EQû¨*‰ò<¹ryçÞþ#Ê‚² Zy¢²_á’Ù4ºñÆß>úŒÁï½à‚Må |¡@#‡*÷ܲAÈsmp—‰Uò‘7á}ê;ô ¼lB ßÏâ|hZ: ¼.üMLQg9”ª¹j,5§J˜értÚsÏvT‘„?;¾©Ÿ)¿¾` —¦Û+½}pHa:¹¬¢hš’+1†g9‘Éý.ò pýݦi6)0]]×NkÜòSÕßwÆSVwxi‹v(Tú`ä:Ó‚j7ê8;Éc€aZÐ\ËÖ×ó¶ÆŸÓ•a(ö£2À£fqÖÔÀM~ë:LÞ ·"LÏz²É“Žp¿!¦—ߟÏoË"B>©JSªÞœ w\ŽS§w87›qìQÔ‹ãfóÔôÆ56ºù9lŽûý —÷í˲2cå,Û·oùÂ~GΕÌÝŽ ËÞµ ~ /! EžuI¼DM`lP-–dBÛÌÎS“X¦¯ó°hNwèðÁlß·ë×Õ-Ë.þœŠuQÕø匞ºîÔy°Ž´,`¹ÞÚÝ|Ú²ê×Õmß·í¿¡úI®©b]¤§®;õ9HžÀLŠÃ×æ $ô¹ /Ê?vÞhë8hµ)ƹY©¬õ^³Q/1úÇý ͶÁ8(åQz—Š[þGä”æUõ®µX¶ìm¹àË;Hÿ"|Gã×Ãwõly»`Q=­æÏ$0ñ,ǘ°ÚtN)›¦P7çËÿ ±ú^|b“ïUÇè=—bO U„Ú1š*ʃ:G’©ÉXÁ°™ÀÿuŒÏ€åŸyûÆg Ç‚{ƒ%(ì=÷ºTaï¹÷ZašÔ–{ßÃê>/&nŽbpL§²Ð\)ìã%^Ä=¯×¾ÉeCÙY²\£ŸùÌ—ÇyÙÄp,ø{—÷Ìͽçòáp8 Ke‘a¨c¦P·ì[ÿ Fð²¤)áî“ܺ6Ž•J%€R©¡àÛð!®ó©b<Åu~šW+Æé¶ê]P–Â)AÂ@¨ÞÒµ*žKqø¤ËdqÐk4'Š…Áå<+Çô¨ýÌÚV¡ 5’šÅðçTÏd ”iÑ)/!Ù7+¨ódÜë™×ê—ó…þ,ÇœhÚÄü˜׫ͬނõ[2ü/±( b"–žP ¶c¾pyz¹6^0 tð Ç$÷«_^dC ¿z IH1 L´Y¥v»¶!¼ó«mø®m/z6æ7…À#„I?:#éÀ×à¶ÇO»šÞ(Æu®¹§¹·ÍN;cs`–&FA’«Šî“æm@0FµÈl8)G@íëÖÏ“”ÒI¥Wýô§«·Ê䇰 úüó5âìÊs¬?]C¨8U”Y´ªWØô¨‚Èv¬tP€Žl{b!NÁ=5ÐŽ\jpô‘oº¨Êºædµ™:/§<•ç¸ŠÆLŽõCŸ) X‹ ÇÕ¿±å`¶ãYJ°s9†cÝÕƒÚ51Â"CQuVçÓ\æü»¼æxqè³ýЗ @1[ÂÔ‹O8õÆÑhŽØÊò¼±ÉvxSË£Ñ(:°›–ßÀã«Ê‘ò%šýß5ÈôÁ² cæ¨ Jð[Æ“[«+£äó¿ôkè8¢u*÷˜w‘ÔîÔg†®6SrgÊtý¶$©š…™CËv~úôÝ9‚ýF»#KhCׄtWÐbŸV)cÇÄŒìúÚ¹éãí£udX&då¨Vßù-A!lòbvŠ#$šï›ˆŸ–ðPÀÓDË™(5S£ï9h UÝ$.¹ÅQâ½Òjµ`ƒ¹¥—ôGÕ¹c¹Ì©P.·qZ-•ª)6à€Ó¬ ˆX [+mÚšÚÚRÁ0o­¯¯Ëè;ƒëø¶ÞÈÎéùÄÜÜì|.Îw³4¶îÓ¬WO£«õöðnäôvýJü£¹}t¿&냑d'DétH˜¹4 Ûð–‰"0÷,.Úé^ »ÅæF9ˆ› •²öÚ[[5—–΃ý~#Ë’`T*áÍ0„V3«¶JÔ¯/-ï2TðzŽwwOOÄñý¯ÙŸIRÕ4ûöM0ï 0çúQ_Ÿ$jf¦/aþ‚èjG,¦âkàÿH?ÆùlÛô8¯x¾aR µzº²o_ºR¯žŸ?z°6b«zYgºmsÆ*L‡0Là%u–—±r£6jµ ïõ {½|ÏƱƒÅ뼠Ӟ欦13,¦…Aà¯NÕ°Sìlãƒ0F”W.óœÌºÁ2mŸ¡·tn†ãàSÛÔŠ;êYétµŒ¸¿½Ýîtš$iAMw»{—þ#™$± îu¿Œ`ÛUªX`ÍæLì8”–Ê ŠC´šQ4ÅØT5[Á ‚|§Ç?‘(o¯€©ªÅŽCY³9ÓpŒUªÉZo ,¿?Þ—[&¤O^⟸$NÎzÒ%q`‡^M„ƒW²ù8úò o©¹®&ŠÅpÕt~®¹ùâÌ®½³3ØŠuå|䊔§—ž¼¶Å‹ñÓQ·»w£LËÙ6ÂF¹@šL«zò½mwƒç:z½u¢¯ÃdGΪxfv¯ªž»4ý¢×wÛ¾ÜøõÎ6–`7QCÎtŠ2ôæ,'égÞm¸Q'–MÕ°Åâ™æÉÂ#ÿóëÓ0§Ø êóã…MêQÈýÌÎrBEzÈ’7‹”É"¨¬ñ¾oÄÞ©ï~ÍÙ,ý3zS"$wÖIàlÙéTͲÉ|£`œÖë@tŸcKhF=zÂnëŒÐÊR<0z¨ds‹BA2éÅ㣠cÑËS¼zP£Ø꤭RöœÍ^ Ó.|Y qSœÜ3•ÒW­XnôÔ55bãâì*×0‰˜„–¨ŽèÏ 9¥£¶€9‘ElD/[â$|Gªhì¬ÿº?=×B»Ð-úr/‘¶!ÛÓa‹HR' d0<½’eRjìL‡0Ú*“ñ™ìj²z>x1ÙM„¦:7Ó¨/‡àœ™™iÔ—͆©ÎOã¹níCªÙ–.X®H5CJ®Aøhȯ¦¯õæÚzôW½^o®Mÿ•èk_£‡öŸgmsûOtê8ê‡Q; KÝC›‹ZJô×íd~€’]ÛÀOÚ S‰Ö¢Š[̵®uTI IßjIˬ6×f÷òòTlnYXU  ¯´W¯[Õ©ååݼŸèGë¿„(Ò½†Itm »…øCzKÔ‹*m., |º)5Tã£ÑHuY?äÏw„Ãá0‰oî3°a/GSîCž a†¨/h‰øY›ìú¯Àå à2€qŒdD$Û±SÆœî83}ßÝf½<Þù5Bø0ŒÐ"º2öè\XÞ±©D1z7ê[‚Ô¯ 6Û0J¨8 G$7¾«Wï3Õêìf¸ ýK_ª(ŒH‘Ú^ó ø:J¾ŠÏ™Õ]({Œ:‹Gó™¨TL°´"ÊÃJ,È )Ý)kkÉ9ÜRË„ßr™&ÎÇ)Û’ä@Èuñj·«Ž+­‚¼äã8b$Nƒa8*q£f[Uð*,³ Á~±¡$¢¼K+SM„ÇËb ¸ç b&ÊóY!±cƦê8!…¸KÚ¾M/—2¾u'ÛøÐXa‚PF2b†‰Y©ä¤ “I@OBåÊž.¿üòËÁ¶«÷VœŠSÆÙ!ŠÓÓNUµaËVeSµ‹Í'»o?ûì³PªÚ68çТ†˜Ðš9y(¹E‰Âö?Þ“ûîÀú¿¬Æ|9šc¹ ó“P:Wü8ÞØcЙû†œ˜×6Çr´¡vF2ïMò0A¤ê—ÿîæX¸é—{JLÓ™Ãùi|¨×£ß;F¿Õݳ¨Š8*2äZ‘!-D²åÄÀ,ùà¹Ð|ôiht`>x#|ŸJ{^]QT`AŠ^ïÄ–A$+aá ˆhB\Kœ0@Èo‰Æþ_+++Ÿ½«¹°Ð¼kdðÿ”RÏzÚÏqÞªmÃ)lŸË뇣åry9!Å6„>öÓp¥JÊw™ƒã aÒ ™ üY  u7$€.¡<ºàJ–%~êÊP¢`š'+Xù8IÔÂ¥g|<£’feÊí';Üt1^IŽOU>NT4Ç%°?Cš ««™žx÷ ¾^D×¢;Ð÷Ñ_ç4ˆ´Ç³†’m`¿#>~zFùDÑÞ¹°\S<fw†ÍòæO4I$sgo5Î2ÎU„MðŒ€EP&áä±ß9<#Ęr¢-çÜt% âÒü­éi’( ’¤òšéÊ"W5U5DÙ5§ U’Q”˜±Ï$QDY5¦LWãĘ²eñÛÉÖ§TC!2!L¢ºR3Á¨):•!2Q ÕU5MuUC!’òõÓ©0ÛÜœ$ìÚ½÷„ÿ½NñR¡d:]Ê®Sßç[ýf?ðÏp9BÙ=ÀÉ5"Oa#Ã6j~0 ì`‡]_^$Ý^+â\¨wbß;#;ê‡b™YEµÖ×–wŸöžs…ÓïÛ½¬ñ©–& @ •cÀýþEpçü–¬/*•¢©š,púÒµ5º+šdYP5 HTã ëG“„(ó;¢á•A¥Ëв/m9+i¡£Jq¼¨wc`"ºq^,êÔÑl½K{X—Ëm}ý¤ÓùðàÔŽ´¨_¡~‘¹Ó‡ü¼š/Ô°C–=Jã7;x|ŒÞ}ol…a0õ›/¦n¹²\\j>5¼¦íòA¢ªYLLUtnÕ…Fñ9ÄÔ'¼¯‘ ×u)¹µb -/Öåz–òÒà xý¼ï'Hÿ)‰L¤ ‹ì   ‘"–OFèÚÊ/ J~}|VjD ò¼h’UîýÅ$­´ëmBÐðßu‘ãaÎZÅdOò*â=µyûÍmÚc½èÛ÷+¬%w[!Jí0.¿µ!Wi9ø¼Êz¤éd]†Ü$A‚Ô¿|a2íA’Ã$s}ÑͲs@^a¢º‡ÿ·Ô;ëÀ Rû’_Á„ä0’#Fj)R&Q–¯¿ ØÚÞVdpõ[} ž5Û톥išfr[2ŠëSÓ4Íj´Û­–ïöoµ½ìÅ|üâ‹/&œ[¨d["|,êXœ“‹EË*Oó«@Q°x%i†¶­HL7L@ìšièLRl;l&+‡}¬(<áoÕÁååºÙ ¢(ywÓ¬//L¢(@ˆ¦af‡.‰Q‚C¸àŸ qã (ìF,9q ga¥˜@fóäò]ª!’›»‰ š†‹~þsÑÒ¤=©…e>9顸7ÿ¾ Ÿ@+™8͹m)ƒð$AÔƒåd€=“v¾é!Kƒ´¹F„%ùë‰J-Û±víZ[˜w.Š‚,¬ºê¿Í… ]â\0Úí. F™}=dA¹ãÎ/¬íÚe9¶EÕ¯ƒz#œÓ‰¯´Û†À¹D—úO9Á¾‰b•Á'¨ŽÅزÿ†øS²Î“U {ö¼îuÔÔ’ ËÆ°êÌôæfˉGgà9C–…’Z{äu¯Û³põ¤Áuy†zIyv®7ãTëOà]uyV¤ÔŠ Zšá#ï/à/2 ÒØg0‰è®4‰+©åJߣ¼Ë&С“à ÒR¯~­À»\uû•²*¹Ä\àsÖcÔídÄ?hE\¼IŽàûRÀ0©ô¶’¯ùFG•™Î˜(Év«µ È9‰ÊYìA¢3Ïôg†1½íû ÈtÇŠÍ9Œ‘…Zq°wxñMºSÞÌ6)ª$¡ùóý?¦ÒƒoNÄè7œÿfœÖ+º¶¤)ß«¨|x×ñne6Vd>¬‚ïÑ?Ä»ëºÞ.iåË*(àmHz¥§9rð &ÉÖ$ßb ¥üî×¾6[k/±¼|Áà:N©¶¥á`ÿþ¸ÓdÒDÍ@eAìX-°–½öµw×ë,/[í|r> èÄû÷«•ÂU†–&Æïç¡et]ÂÉc<|*½ £‰é•áªWäq¹*..ªÒ)F ÉMŽÓ2†ÓŪ„ ûb¼8h¤$ùšÄ|ñ\ª/täкŽ,@ì¼\æä=zˆ¸gŽ(,âú>’l< ‡¬,¬’Á†8f¾½´œÒZ^úšÇ¥ËKíyÓq4À*_̲=”îɲE{”ð…i×µn:IZÜ¢ëL/pB½÷Óô<Ó’ßwâñÇ|Æó‡¾7k×/×÷\#bÞE»Ów(~“Ç¥Y¬DïëlhÂ÷wñT æ9\¥‚½Oº¼LQßg Tåç˜×ÕÅEU碱Ýϱ´´|eyö×Ö ñ;t ¬C>BóñâDµÑt!z;í"º|õ^"L6X:‰4ã;Îð»eN1“£®–ôò™@%©Ä J%mÔÎœá}”^£ÉýRå‡B%Ã[ ; Ts£Ô§ý‰%Öî o`ªˆŠaÌZ ¨€¹ûå>GꡆÜvMÙ2=›ãÅÅCçXÖÚ÷]t’|ƒ<úxjk ×…òõaõŽf¡P³?vÃôêàO2¼@g/Юü /&£=JÞˆÈ)++,\Ñâý_'­ó#–øó¼ÿÄ«¤Î$¥½,SW—ñ¾ÎõæBTC/XDz^ÏOW2ˆ–#Ò ¡(QGr¹‹pÄZ?“„y—½„gí.üÔ2”m¨ÝÇõ³#J¼l™´[‘§¾Ã[Jãá /X{=¯ŸÆž±R,4íˆwí Õ÷ŸL?(Û»áfÈPÏø#âU^V*¡…v8‰áˆôÒ„Câ)u² # ·¯Õ⇖ÅùÑ¿ô1öÿò(ç–µÉùæ„yØcœ[ÖQìûø¨Ô­1ËÚäöŽ‘—ãêëÄÇIFº )¾•uz>!‡øK³¡?³r DŽ‚7QÌ^ô<Ž¤¼7i²†ù‰¤•ŸPl1§F_?;Þ.‚^l kgŽ1£Ðé B„d6^Á¾‘/µáÓhƒÎCW¢ëÑëilÚ…ÌXçþ^C/¸‘7ØÚ‚*¿ ÁÎíü5–çhJåŸÕx2!ä§J!kÓ—Á²ÌüOý„v¾³ý¨£*Z6XóHÖCc‚t´œÅ62t⣠€^€ õ´Ù$:McM&©¨Q¥O±7ÎòâÖÖ1µqœ™¤óª†YÚRí9>šLR‚œ› &‡Á™ÊÌLÖ~õpeg”šŸ’œ;Ä ÑNB¼6ùke8rÃèdºÍlH1‘n+¦àÓÌ(U‹zSŠßžhO C™Y¥C‰b©[o=/{HŠòŠà/JžžØ„2ÖEGb ëy™[lbÑB%i²ÍE¨Ñ­uâRt™F£&“™~Nµk…}!"„h&xkQDasI½@¹‚ßÏþ¥ƒáý³{¥¹Áwý¢ÌÀ–!t:k÷&þ Å—ÊØ]ïQ­ø‹´Áï²ÞÆŽ×^×45Uð]‡l)~½Öé@᫸<ºœ½ó§øøh/z‡Å× ¨šY°Ž#0”ÃTª×ŒÜKªeí 2àuQ¶o+P4Ó1µ³ÔÑWh‚ÍÍÅ«éÖð„X¹\žªùAðÆr–=Œ- IÙ Qì,îÚ½¸ù›_¾®±Æ>ìáëçWÚºðÆ/,î޵ؖÄäÌôï˜bA c¯6Ko ¿6UÆÓc /¬¦ñÜÜfé3á{"¬ñLÏ R>âNdÔê-¹4îÜÙhFxfv/læëã°SµªÕÙzàOO/Z\Äó• lNÄöév¹Q˶ )™ö½‰Ó2OÍéénÉ´µ%¹ö:AΓ™iV+O5Ä“€!Z˜%ý„£Y^¾^Ç­A¿æ: ÞÎ4¸$æNôBËÁqíxÂ6NÂrì´ag¯v·?xâ‰'ž˜n¬­5¦å¥M È|U‰ƒ°±ãSYÉ ^°")i!N&ÿܹý8NˆçaÅ ˜Cq;t÷°Ñõ8vü%ߌn#Mók5ÿ]Á½÷Þë×j¾¦}$ÿ!QZÀ°¨õQ¼›­ñŒòFo‡ U]÷¼w}ðÞ{ïõ<]ÿHþ/M¥oøûÙé*Εh†$¡•â²  DÕK&Ô Ôû·:áÌÃ?ìòCˆö“ù_!§1%“+Öƒ·ªIDaXæXPÐZ5y¿aoã$“ï'Ô„¡–þÂûþpå2ÈÜJä+’]‚‰5ä{½^9ßWµ½Ì϶°O´Z„%þ$šÈ(¯0xïG×’Ðð5O¡ýè2ôzêp ðë›ÔHzã4ßhη>q¡Ò èîØ‚¿VÞ] ‡tÎÌh×õ)>Þ§kšáXsj5ß3jÆ\üé‰n(ä)*ÇŽ,7O¦Õƒ¹C±_üƒÆLK3³ 8AÉîXS{ ÝÐÎW5ð 9cñ³ »y;?ÂNy´jû¼m÷SŽäi¯,s â“X«7ÞÉ'k˜ªŠýZ5+ Þ“®‚ö ÌcãÄ>.ÕškªëªÎä_U&:ó=íp¶›‹œ¨WWI7ýg5tI‚¯I‚Xo®q×u@À²äÿÖ-`ArÉ9œíæ’rž*B·¢s‹Â4"wõ_( ‚ ªqµ˜nÌ°UUq¾A½ªÎLd€Á“¯«I€E`~)oT}ÄàÖG¬ÑLÚ Z8ªk[¹ì Tõ ÔX9“åÖšš”C2‚%½Æôë?Psñ‚MœÒœ!xçf#’[Åa ‘Y†õ±ÚL*²õt™Ú`©Í³vi·QŒ¥¯äãÿ…¬©¹˜KŠÑ$R©œÏ÷LJۘø‚µ”Q ¡ Õ.}“D¢Ð÷ÖI’þq#8 yÁ‡ÐHŒ¹è—wÁ d¿¡¯Õ„ªh¯;/á4ô½%Žé«âçwÊu”£* }Ø>ý’=÷²_|ÇB]ÝÀ™õ†%–eÉ™×Íɳ9M,º‡6ëS‘Ç0Çã®`”«Â'â¡×¼ ‡aŒ %Å¥¥8[«™åû¦ÇYŽZñ§³y4•õT]§ðÁòÞV\8•>â;Áû߃ÆP GÙ}»ðgX ~†_£ãïÄ5ð?c<±öfÀj`PM¨H'Âg'd¤ ½E3gÿØq~·ä\÷Siù±åyÖCE1IŽ~'ÉÓ›gÎœ¹›Ï|R×?‰@_ô/zË.GõkÍKúkÁiKÀ/¶ò=êhüUÔ"äMjÝ6Eï’îq# äq Yæ°a&‘{PWáÕØšdªÞHÃ>U×Õû)5U]WÅ[Åg¥Ç?«êººIi÷ç áõÅu€/Sz¿ªëªI©x«øGð{b›ÒMU×ÕîÏ X_\×aöO]Ýù | ¾[éÇÑ(Ì!‰Òíúë»'J2¸š:ž³ƒLB½ÍÔñ@&Qü7œÏ¦nl® Ÿ&c>¢/‹ßU EUVwt`CÕ‰¨gy[§ne"Ý1¿œ_ˆb´x&BÔ •gK¦ 8ÁY÷H@žý}ãgÉöc†Yú£¸¹…ž1‚Åß ½ò1B3kqÈöc%Óø#AÇ;JŸc£aÙ5RÁ"קU= µ£÷d¢¤0…€eO†=Ôòü3! SD‰ óœÙœÒâ »«À˜'͹¨m*6îŠ*r:¤ó-4­PQêÀÐÕuE ­ñ ÍŽ“à­¤_{¤.Å ió»YZwÍk*ÄË’‡÷wÝ‚¥˜`4k;V˜‚?“”0ÈÙVI©þÓX*}–M%ÀKØ4kÅçV;²Í\ÞJ•Q ´ä]m\ŒW›%Æ{d¯ÌÖ6Ú/Ã;^µÑ”¨D;EEÒÍ,íU4;qW©ÌãÅÅC‹ÓÓ~PŸ­VA^¨M%¿3)¶.ðg—ÜÜu,AÕ¡fÏÆô´)Šô7‰çO†ÙZËýö4<çp/Y/x\üVcÿ­±PHï<>2û`F«Èâ1^ëGÛ!ä,Çÿ«XÖàgé_ýœp>¸Ï Ö¬+–ivÖÒ º×­§1À<#p"RJOî1Cæe8ú*ØFéfküÙá®(‚Vˆ¢]žÎ½ûå|#ÃóþpÝ£ô*JmM3Á~ZÓl]ŸnëÆ?!³—ÏÙåœÅ%;•M+˜¡fcÉu‰ZîÆL`™ò.€ý273ŒÎë\^ªªáXä6ºðMôZ)U˜REµ %Ï&“pÁè 5hôª®„“Åi{¤@1þH#K^ðnQ’õÊ°s¢¢ËÒ-z³*.cMgR£±Ðm„yå?¯$Ç&‰¼+šÆÜJ<ã ;…ûQÊáÓºÆDú÷Oõ&áƒ$Q!–é=°>?§ÏW§ÜûHÉz>Ux/`q雟_À3-¢ˆ’¬ÿa7?ÏNi±mìà9È6¤¤†¾ˆÏzÝ$ïܧág uØØ“@·z(âÝæѱ#Á°á1?*ßG ‹<ÿG îçÙp$Вܶ6·’ÉEâÀˆ tÝwŒ„å³Øp€ô[äâ€hŽbÇ¥ td9Ö©žkÝÎ3 Ô¦­$mK„ž W8vy´G“ÀÙA2"ꃭàÓQûÎ{š s‡kþ)77‹ŸPÒ¥ÚN=u,‡/ºƒ^ÔäÎtgP´5ím¦ ºÄÝÅ0¤xýq¸cz ½4°­U`peï†5Ü6&3yÍ*¼Ò5‰vÝ»Æ8b;ö¦0ËûÆêäQ?pûé(Fkè˜lÃ0푪ílÒݦ<Ñcqeà¶5Ö†ÆJÓ&ƃbµ”4ÌxDã9‡8iE’WCêPíZÒ}rJ….±ªK§útÁÁ`^•›û¢w°¨ïKöÞê“0a4 ¼å©\ÑÚ4ïÈÊSVL4®9Á†˜&2†Í{GÌ8rM¯Ë¼ùn¦ÝÈø»ûf3¤M„ÕÀrÓèlŠf¡2©ZÀ%VÙž¸%vˆaŽhg᦭Œ >%jû™l û?êkT °xºç6‹úè:]‡uÆ÷3—O@ÄÂô†ùT!²ÀÇ^Òç6ÄG>[Úô=`ºwaª¿—×ÖÖ`éö–çO%rÙ<¿ycàØj»A¾ìð—årYTndðì)—¦Òäîçñ–Ñ^dë–8“`h¤X~ê]ˆ­ž%Å‚þdGcÃG~•LÜóÍ7+ªÉÜ™§cý×Wç¨Hÿ¹Ñ“ù߬Ê9¹âÕŸ&Äã?r ­K±vÇ€ÛÚ$#@·à&ñ¬˜iûöÙWñÄ0Ç«<áÐÕ§žê:*mîï¹!Ø>Î.íq­;–Å•i“ à‡úsãàó(K=î7u_—žä\7'œ/Î&kõ‹wXàƒçÄãŽñmÞ”¼¤g_)g¡ÜB÷mÒ±ãìüšáÚ¥"èš\Îïi×\úÕEx•Qá~—£OdM‚øx?nCCŽäÑuýÞ~6€ì,¤~µ9Œá—ô}w;ö«CÑåÙl&õ¦I‡G6õ2*ÈæP—Žvâ&¨ #Îâêèõq-Üþ¹é{€­ßü®K‚¢€ DãPNƒç7§=/Ãòe¼Hj]èð& ÉGzåçöp¾­Cì‘b÷@‚0b ÛK9_øEÚ×}ƒxûÉoþ¤²`—Ž,£kd蔥=ä ðôe/é5_3‹ ÕJ§~“V滊”' v9ÛLÿ4mµ­fI±•‚ä.<”pc“”sV–è8´@Éy†í§×| å"ëI­fç¤JŸm&;ÿµóUŒbb’”QÇ.S@WÄ ¤` jzkwŒD3MRž ÖãÐO€öË{ÑÜÿÌ ¼Ç!J¥â:„T+®KHµúõÚý½[©⸕ŠBœø~øóÁ7ðÙÊD_Üv¶:nµªÈîòjñãwÅ ¾sx®2s„eз”É‹áпƒgæ7ãÈ•‰œ;’©t§*4êZq'6Jøä⾆š[¸ŠûA³ø\c*µjµÙÙZÍ¢š¦¹á/¥»o\§”¼J–íÌ’¯šzŠä[LjÌþæ\¦QíÞ*©4¬{¼ò¨¤È–åÌ_"ñ„1Ãj£+¿ p­dè‚Þj--µZº ’Z©DQ¥¢?ZÒ™ÏøÖ×2cH‚^'©ñìS~ñ~m†È¬Û*åüº¥ˆ‰f­`¹Á9>PªN»°5už²ý L&Gwyù&ƒB|Þì÷¦öæF\|ÁÉkÙwtâ¦DîHê $îékª÷&z])n¶cAWp¡©*òfПÇ4uÍg-™×Z~t«î÷dÙͯ§Y“ „”l³à@æ^¾˜?Ž>¾…þýúÅØk¹± oõáeÁý¼ó³¯”cQ T ãÖÞŠ|Lø¡s= ¾FFä58¯—Íuþ{d ËW1×Û7-îwû ùgY«Íowß\§RŸöØ5ôzmÉxeV`Й0}=©¹$M¥\m°‰XÄy„³ûŽÐÕT‚žÜMÊÏ#¡ÎÉ#HÍ¢öb0Fa‘|oõ+^6 a( /8ä”^Ï¢NgšZ:p[ǯçy­HYþº Qb¦{NiNÓšÀõ˜6ëÚºî:åP¥Ä•©©¼Ñô<ŸUçÆL‹Wl[T¨b?õ¨^iM&'}28qˆÿm~‰s~€ïgr*@²| pT`Gˆ 9ˆìI•ñHÒqóØû1•6°ŒÏÿÀ‘#Gèa,‰ÙÙH-5”"äPÒ9Ô¤þø-UyDÇ>ù‰dîè“aõ¦"¯g Qʼn"ÊÁâˇlìÿM䣺˜—ÅÈaIs"ëiƒ!«Ïä¢à]šÔHÞ¸v!<¥3M%FžžÌ (½âŠaœÙ¤#(¾¿Û,WYÖ‹<¥ÖM0Ñ™&'U/¿|S³¹癳Æ'Ú¡JžC.7G®s¬ÊfÉ®;¨¹¾&1j ôúzjZï6Œw[&çï~7çïÑ…U±!}!„¶EQ-•\/žäoKž5ø[ ×5Þʹm¾ím¦UÒŽu8êæP­Î:'Šfc,9n»oÈÛ¾óà‹ð~äÐUAo×ípà÷ 7bˆrù4.•µ-¸Á19ÙÒÊ%|º,‹Aú¾iõb”5Q”§†, 8K–ºÇ׃¥4ª5±`’eÙ}²ÿóÏÿàzc¥P”;ðòí“õûýt<Ë ;Ž;:PÇ[Ï@•Á«À©³´âµâF·¡9¶á¨*Ì€ZvŤðò%É«hL~+JŽ`ˆUƒÀ¤Ï€®ûµh8]9ÒV¹øgûSpìXñª¿ÇÐüڸؓØv• •-ÉcdÊÚÂwQвç|a?L,꨹¸ íGÇÑ0< 7Ö€s‡zcÑTÓè8è2Z}qWQÍÈë©°9‰w_ÉñúƒxÚŠÎöz ϼ”Ën]¹ëÔW¿úUa±ÞétŠŸìÚµkŽëu`ïŠR›“|ÃŒ®ß9‡åÙù…f,Í»~[§9wEñôÓOŸÓ­QªýãÚÚÚËëçÌÔé­4ßEl&Þ¹ÎÂ&W–Ê%FØ3üñ®éòÀ³5A0]9¾lž|"¾ù`f"d:%ßFÍ,óåV?MÏsE ›ïy‚¯S TO€ªr½]ÇöÙ87¾h“h`Û0ÌÐk'¾•ù\Äžæ)ãŠ+Œ›ü™2ÕK/UÍp]+ŒmJ‰é¬Sž6^b\²ñš<ðA¾”?#šÃcúX¤Áï’3]^©f;±l'ÜÓ¤ðDÚÝ2Îø¤vP G£xg‡ð!Ùèb<œ AÌ@»>éDi = D?ûÙÏl{àToáÝ{Q?nÛow*eW¦ôÎÁÃo?oûÙÏ~æTÊîÀyã7áq§RvßnÛŇ¼ý L$Úô—„I ñ‡ð·`! 0ÆñPøÆ… ãHk®û‹ ×Ö4ég`à &`sö8UúÝp9å^Ra—‡_õ!?ð×̆Ëv>>è‚ûj?ŸrFnî„/ü?–`9]âŽBJù!^Ì)=8¥†à“ù¹è˜ðMvÌÍ»f'³±ŽÌ²ãבÉÖúG3øiÛ¡nWÍòò¤ÚíòÈNfÌŒžw´G:׬RGëê.‰õdšVbHzÁ‘ãØÒÁðɺMåcÁ¡×¹M/ñ&~’FeÞvûíiX†SõZ’чg_ò¦Ã*ÿ“zÓúï-.yK†évŸ¶á” h ?Ruªo.SErŒèÙN+ä ëã“ L\BµÂØ2aõâ|ýpeµˆÈÕ|dP„—H?OK*Ã\´E4¤ž!Jö´•yú&`XäÚ¼…úg‡¡{¸¡þ-·öÊ}Û­Ð ×>ÁžAt†Ì¢ìX }ŽNìklyÜÑR·I ‘‚k!…zGê ½øOÃ0øØUöìÔ4eV²†ë¨©r8—X†c÷+î˜*3žZ•örÀ4khiL e'âÙ\e{»’ËòBª—¢†[ÏfµüI>‡´#‡›ÝJ+¢@WÏ%¯Q ÏpÕ›„G(ŽDÄYÀÜ*¸4„PŽ$蜂Pâ(É÷Øã¥RÉTú"N éy­S²4·¼ǵ”B%9›Ý£¨œ3 óRæ?A¯¾Çö•J%žâ®aç*@”=Ù¬,Q%U‹ãåå9I>Õòz„P~Uó¯@]N[úÔ'(‹dñ3ßË— GÎn}Ïœáܶoãü6ik÷¼ìµ>sƶ9¿Í¶oCÇ“U\.ÐÖ¿,ùo+p8Á²É w-IœGÏ&ï-tÎk1(¿”ãÉ*ã-Gle—í*ÿŒrݤq§ï=¿Òî#éúÒ4tñTlx]±egoíWê6@.ò˜T'’{sêl’¦Ï°±¸ˆ×Ñ„I±aX%W,1Ö§\\Üøe¼•Ë%™¯/†Çå¯hç=<ª'©ÞtvFpHÃY­VXîØ/˜Vžƒ¥:fJ.¸ÙZ_¨TR1žÒ']£›ÁCä´*Uø7ÑîOù~Íœ1„gò sFÆêê2ÖYY#ˆ7x¡[«`øÈ~dµ¡Æw+-ëìXàᘋḳL²™ÅÅNgq1“}–Ñ›@¢­RÝbðµ<ßɤ»°Íf³ Ýg©÷|aS˜U÷©Û<¿Êˆ/©¡¢Lf˜A’AuŒ»±ÅBgAâËc)¨AO,Œ# Øÿ—a@û'at½G…•—1ÔÏ¢Œb€û-ôd…,ÿM gÒ?b?üŠ¾¾ôF- uÉuq#|DA§—X8dÀaë S®éðîÁä$Ä~ü† b“¬®œžEn•¹ùà P\ðñåŸÒùÊå••C>Æþé•Õ¼©>ÏüÜ~c¡Xì?¸ß«{(^¤·èÖ¿EL¢Ü×fl¿Ð_6 ÓØÖõmÃl¯úbÊ/rJèYjšêYBääž*YDûæL™ÔR2®Ë{ŸF%Î3²V„2Õ^ÌÊQsŠÆÓRàY0/b\ä÷ã-mš `Z#™M-þ\ÑQCÚø™]ÿ®è•Š®ð2°ôÈÖx<=8Œ%C)>Ó>®²ƒ+‹“Ìýg·C 3÷¨ÓÐüBØÑC(Ù€ÖÈ£'+«“áÁ‹*õÌŸtØÊå@ YÕÏWì“är-èè(!Ö¸Àñ K¦ Ԃ쥠,ÜŽíU\öñˆ˜²6±ËˆŒŒ~6òb7ÅL’ôOèT`¾2PÊ–ÂDo^œþ<ÚwDÊBIÓ(¶„&TÊhœá¿3ιaxG<Óæn¿ýö#·¶‡‚-L¨z¯p'çÜÂôŽx†ñž—M` “×úåwl1õåhà@rJêuÌNÈG"VÜ·'›h[ox3ç¶ýfàv#M °ùo¶mÎß|!.˪Ÿ­ÛqÓ™º ¡Zômäqå¨ÈvPj ̪öj—ê Ý„õÌ;A—lí°0\ZZŠ‚$aX–ô íyŠO†ojšejo5Œ·1Cž¯dEK=U@…•H©¿ S‚(T©iÈB‹»Ö[M¼ni{¥.„þ*5®¢+K^*»êƒ>-nƒ¥-xmtpâ$¤r;~™6=2 Löë<ú裖¦É+Šù8v¥Ì†¶ì÷¥••YÓ¬GMå;>ôJˆò¯=gÅ4ä¹Xm­Ü ê8ú€3\t¯o¬©·i„Z—,J´ÛT-¼ÌœKï 7R·tË0-}K=–Œõˆ.1¡b$)~%ƒ‹xðP2\øËú‡g`£_¨ÕH™oÕšñh63¿M±wÁãU²õvÀÝŠPâzqÊ Üt¦™di»Ët×Âno+¾ÑÔ¨A¾Á´Þ¹|ºß?Ê‚:³Eî«/³Ý#ž{µE ÛLí÷Ó0™ùâ’, Y¾4ë&-ç¨çW—»›DÕ™òpÎ4Æe´ÃÎÿÛ™ÂÛnJ*ªT7ü¥ ]cWªŠs†ëöb©îÇàÚºvÒÔ ERˆyÒõúÕš¦ë…‚˜ª¥d¸ÙoÇ¿3Úò».å‚4/G¡VísÑ$‹Ù .8·1¨/¤ÒØt¡'_÷‡åÈú°n#|‚Ì’@Ü@#ުĴ~Ô(ñ&oÇ!@Öò`Z–i©ª¬V+ ËRE¬%“êï³a˜’”š$Ð( ’–“²yKU%5ŠD7¨‘(…1Å×-|\þÁK*“)Õ ÏMϧ,*+SS.R¦þß-+€K HDÒ˜„e•ut× æ…MAÂѲfE ƒDŸ0g6’ð»sŽ n'Î ¸Ä¿ »(ùÀOObq½±{ªVVoì^sÊ!)\C%›kƺ7Ò c3}þ<¼sþ'Do/êDpñ+&6 s¶ÚÔ{¬ÎoŒ`ŒŽä2Wx„WàìÔœ‡„ù!Ý<ƱðÌúxk¢å­³½=) w2Æ'ç؇ 'Ô^<µ£:FyîiÇð»èº]/¿-Ó§‡ µÉL@:½å$ùœ¡O~Öt¢IGÑDKì^Vôê²[q\©µª[š£A ®¶j“º»6¨Osu0GÓi:7X½"—ËéâÅ”Rʇ¹\NèðVŽùè½…°ËG|ì?ù¤ý,³ïˆx3y2žüÈÏ––ù|>?XZ‚‰’n–¨0S‰UüíìÄRYy¦tC1]€÷QÐ#FæL*Jˆ•«F²‚–f%/÷ü¹ X#~Jveõê-qÚu‹åœñd4Ú&fzæ°¡kò§·ƒ€•0AHÆÕKÁ5Ðènô ?S±"D'¶»°9[ÐÕfJ“š}R’ôTP‘3ÿÔHÈ®$Ñó¨> :H¢òµ1ý¼Æ¹v–0Ý0µ»áF4ÓÐ;ûc|ä1Ê/£ØqÌ m ‚ò5NÏÒ\¿hŽÛl6]××´¡n˜`UXjð³?®2˜Ž‰>|/‘OÍšzåéÁ…S#³Îù4uxºáȆíf³ 3V’ÖÒ¥~;½˜utYaû”zµ’qÜ_Q‚Û q#Æq«Êp^ç2N™'OÓYýûB®ëºMxïoïýñOƒ¥%³ŸqÆŽ g2ÜÈÓå”â¼f)ˆÊØúÍÔ@ëèJt;zÍ•Xàê*|p{kVñXò4|)†ï?¼ÿø'¦Ë»}A®k0ZÐ*ÇÎ\lˆ2špi ÜÞše•£òm]À3eÃR,ÿš‰G˽0£ËÞ8­Ü2.¯Çó5vþ«ðšCW¢ èu‘eú4¿?äÀ…zq·ËI³êP8’‘U¶ÑHû=›TŠºß/ç†䟃¯s«-bÆ¡iÝ·0gWLk0ªD=N(¥ÓíãÓ`±Ú%ÂÎÁ˜"dÎTq·tðè©…6;|%/0 }¨} ¥#oùÏq7cL7 6~ P ¡Èã)ú+ó!Ûý"&ï5C=¨ ’ÑÊ8&íö¦Úïh"±aÒüd.ܹ€Üê”ðu³ -ÐüèÚ/s]Ü|Ü0ÌǦ•[…–Z&^n c•Â4aÌjܹØã #µ/•wuö©÷©+äýj Ë”ÂbÈdjÕÂOo!%/»yŠ<öÄpÚt}c¨U%”`µê{ÿ/> 1ÿ$k§„ÈËŒ^/†UW×e¬z’=Ú36èºMqI^ÜWáMÅt} ¢-ËB¸³Óy~ ð!Y×hF`r·Ày2MIçC™UW_"[èÔÛ™¥)wtW×å©H’sÕ'×¾À£Dç"=yh®ª÷{ZA8 0*“6°Ú&ôD:•F +y®kXúõÝ;CôPGí;Ë >Ÿ@¼yþÔgïP/xÏNÚ°–á+£ª:{ǧ8÷¾)`CŸ°(ƶÁe<™¬xÏ5ªIþëùù_²–:¡¶ÜØ-–Ó¥IÉX_'I*4é³øÕU…×HP?h‹g:šJ¥Â²Xq¬¤ˆÐâ+”µÃ@ðKFQY<.Ã-‹g®Ñˆ8ºz¯:BöÂúäž·þVü×ÅWÓ©öýsö%e h0Xk$¢Ÿ©‚£hÛ±åø;Bor2@×FŠ‡?q`Ò£X>!9âN¼ŠîŠ]”Õz­;4 ߊð"ŠÝ;UYRöîU$Y½ÓÅTU¯¹F¥êº÷¨tCõ{Ê°ºNýÔꇯîsÕê{uÝÉ.Vª§\ 6¯Ÿo‘€ˆ Ç%#÷#+"´ y‰ó¦û–;ÅÂìê|»¯ß«*ŠÁÅeË1Ngš– ¦ÁxJ"½ëLÓ@ÂËññåf3 ††A]2F™h‚[Ä…‹+_nÜÊ=ƒ§”$£É˜ÐÐö(\ñÊ¡CZî`ìhD_± vS:ÒÜ»@rËHa¼Cou$Þ†/Õ/-/)'R‚ÂGƒ¶7¨ ©*¡&7Fnܘø@7¦Bd‘ë?6b›ì'õ^/"L]¦ Ì‹¦ªÆ›MU…\®Uá/xÙ­¬ŸTrš”u†›ù~KšÕóÁ² WÛ·é¸$Y¿Fxª\Àöÿ>Ù˜Éúö]VÀ`Ž3ìMJcH`z[ÿk Àú5)ïÛv ãÐ <ëM˜‹2„‹ñ5†ù˜!Ä@Wè¡H¤Ë£AÂö(‘^N(ŒñèézïñØ÷hSe òKUH—‘?ºûP%Ý#Éã8[êEž|_â‚¡b”PM^¦;D´¨éŒNÕ\Љ—;Å"¿j'0dD+ÅàÔäòcXÛvÄQ4oW>¯ymèR­æ1Ç5¬l¦,Ä÷3uÜòÛ0Ʋi¤nJ’²àM©*ºnŽ¡Žs2šëf1«J^c¾ö÷1ß%©f³+žösæ ×`NNKíj>oÑ4ÍÖtvpŸÏ9h7D‘GM³d#ÍyÐ` S_ð<¹Û=È´#ÍÒq0\!˜õrð?Lt²“K¬€MÉw×J«ØÂɸw߀àx¡-… ÛÀ„´Smø0F ¹6§i&ÉèåDBÒuÙbX”ȽH?œv¿£àSÒ=F‚qqùPÎøà›Ü%Q¥Æ>”øÞëööî˜â¿¿ãŽ;z{ñt‰*ŒT]×4©Ãn‡P[„½¥¥Š¦U––z³iÐRa¬iB–-] ÃÁÐ&Nî!mC·Å¶°uƒvý[b%ÇYà|ÁqJp_&“±4M>#hšeØSÏ ÚOÉ3Ú†nkÊn¶f¯‚§tðÍ|àø€’”S> I’TxË[Þ¢•‰DKe ƒ¸ês·ÜrKãì- wîÜ9ÜçÄ«ÏÒ¯A¾2ƾŽ2Ygd…ñ”*Úž#”’i/&Ñ… ‘«c•¸¢—UæƆû8Í%éEÿ1N}™dÜÙ+Cdjš÷ƒ,eüi˜ y¬mè"xz8êé´ «ÏEÅé´>$äï2–¡'ÿT"ÕÀ;³ŸÈuÒƒœ$ªH$­1ã&PĽ´¸udk±5Ëcq=²O•ˆÔY€ÕoA#¦00ŒÙ³€µ–ÉÑLE’Ô% Ö …AÎ)>Ωl>î˜2 Ãztö¬a˜îý[b=l§Râ Æòy*õq~¡æ¤¨ªJ$™˜óÝÌR50öÊ&§ë*_“·~ Î˳‡òžà{ùG;„tµÅö+ÏVÐ ÚéX’¨”+KóÅœ™´Ë¶=âˆÛÇP¢•*‹ˆÆ9ƒ‚Ni:$i2™D/åÞ¼Ëoóâ~Dª¨ŸÍÁÜ¤Ñ¬í ™ÿKÎÐzX1Me@„ÍØeŒÙ‚ RŽãÔSxA¤0Nalf§,U%"%ÛŒ™1Ã08·=:šÂ8ÕÅ©·‘g0äê÷ÛÔÖôm›Ẃ0{{u~~~þNÉ8•ÂJµ ëÂRuY1T ÂfX&ç†ÁÁÍàT Ë)ŒEh§}×;¶Ct/z“?à,m9ì(u9&©mÛ(I àxh½zXß…ÞP®ý²*Í–.tËÑÑàëN†Ô¾ž³}Ãí¦6`:ƒ˜yEõO易õñ÷ }=nGa4º#B6j AšØ\è)ãP{_)rÔËß}Æ7†®ëÃ(wµª¢]\ œ¬’»0óʶͼÈí;òŒ»¢‰á]^q±½þn ˜;ö•ýw?®ø¡šG³»ºWÓ)«ÕbÑiÒ\¡ò $ô:7K!K}RÎôi´ÏK»/o«¦¬2´2D±ùm™b ¿r£§oŽ|¤Ì*ÈE7º5i=Ž-p,®`6.‰j7aq èti,^úOÓÒ™tÚx<ô5KŽãû—ðÛXÊU£JÙ÷Ë•¨šS¸éÚöÙ 8kۮɸɑ0·|ßq°ôãV¶ÒÓõt:“Ö˜f¤Ó¸¹œË3*ìò}mQ~Q&šÆ2?^±ïnÔ- ¬zã°%À5¹ìâËÜtAXA:“ašöãŸûz–ϕ˦£¶ ´„ú+|yÏRBM#äHæ‡|]´<èO’ t#‰“P5O{{?÷ü‰£†îLügîÄûøÿèPÉÖ­}QU7T!¼ÿp…M7TuƒÚÂûwOucÏÞ¯¶Ù#«««_^ý²ÿ¾Í_ÂøÒ=ŸLN¡k³GBþü0µ,`BÄè Ñ+”â|ÙFQ  ø¾SªÐ„öâ$öè®&‚ž×‹0#‘Ólû;»¢+®¸âäÉ+$éw0V0”‡~p÷=~0 W†ãÊÐu‡ èÔ©S§~ùŠÿ¨rNz^’®8yòŠ —_~ù)) aXXØÚÚ‚ªUi$æ4-Ž5mΪ¾´nUa«nUUµjÕ(•JçÂkšÅb±T*üà–[n ‡ÕK¥âG*•Ê-áµ FB;ßÀÞœ\ƒÞµ‹}ÂfõÉž…¶^îð(Û 9c„4,zU °0Sc^›‡jÆc#„Á¹g|1ÿ«Ðí9nêR úg, ÌB]³mÍVg¢mMíè†I3.îf€à7–3¦¤©$³w $댯’að\GÁó¾ôV.Ö2¼k`a¯ L³ÎºRZ{8ÏO$Þ!FþÇT’ôf‹»…3ñ¿aÔ ãLm†IK¶m«ÂRÙ;céLµN©½h är­|°‰ÆM­ÆÈDGæ°â CghNÂGwÀÁt+¡òr”²ò2ÜZiV¦™Üs+oÎf³PϪþg}õÆ(Š´LºôÙR:£E©˜ÝØÐRULù×_„Æø püøñãÇ]wóüùó©]pž ánÓ, íòì¶+ulX]›x__ã:ƒ^wV¡í¢ÊW õÆŽ¸Â¸8ÜeĘÌ$‚&fZŽ"atla·¤oõA” M8c… (âä¯F¤A!#=¯ö³Ÿý¬¯fgU}êä@b#5ëãŶ/¥‰óyÛžl<{ü¸ ]¬@?(Ù5Ñþ«Áˆ€aÎc ´EÊ4Ô¹±zT¡òž÷¼‡`/sŒb¯|\Á~Ð…>7OyX9^ö0=–ñ0y¢ª |ñ‰'ž ÌÃÇ(óð5„yó£çŠØcäì1z {Œ>Aø|øXg<4‡öÚÖåXÍ)´QÚOx± ÚI­¢¤Ô]½Lð`ß7îàÇãIüµ(ß|óáÙK¿œu°5]d„úsúÍzê%è¢ )= ~ýÃq=u5‰¨½:F/x.÷ôº™ëΧñBtz;¢P‹=‹©P›)ŸâK:s Ò%ä1ÉvàÍ”Ž¤0GÐVèvBø óŒw#J8R{8ÒÎùà>}) C;‚-’Ï? †sGFõBl‚¥›€;¡DkF'Fœ1{xÉ(^Ê-©ê ¢NãD{Ó‚ðôµ75ÆY#+4ffèvYFMº6\'B×ËeœQaZ¼ñ ̾gìζŽÂýþ¤/ÆÞ¢sø¾8žŒFær¹6)åTß•ÛDØ´\¦Â&mÙõU¬(ð¾Õf;çλÆ°®9çʪ? n¼Ñc_•ÝóùH~í)0?Û¹¼‘[ªÕjÕr„¶k—n;ÖóŒçñFþO·ÛíÚºå8àXºý…ºX}k³—22ëUî™wz:^ÜùTfÜØØ¥cWà VÑšà$NgÑsàùaè{Æî»r›oSUÃPÕù®êÚÒI.S—ÿoJ‹ \Á$p¨ X¦sò—¿Î>¦*gYÖÎ>ÄYn+Œ)f[¹ÔDõ:=oHGªÊTUÝTUï0Eõ’а6Çh/:ŽnêQ,ÿsjbaͲ€S ›¦Ñ–n’Ì÷„,àæ!õÁBÓ ÐyòÀrì(þ;?‘3öŸ;:GÛÎí?‘ 1û÷Í_¾‰ê^ý%*e£WÉš€Ïwÿ.ð@29pC¸ÈOªL3¾Ö“”€/êîlh©”Ä—Y”yWùsºÎÔÏ,0ÇÑ™žCxkÊ•+añɪ ¢Æ¥‚†Þ%»$sF¥(k}"†Ê~æN¯T*Ù”i¹ËVˆ^€´à~ÿÔÞ¶É/;$}ß•EÒÖÛµ}ÆÇ4Æ(×µûp¥RщbßåcàÜ(í‚œ+š(«X²hf`>‹v×zØ¿M£aT9kÿ >Fö~äîâeSͽ‰@÷¨ˆŠÜ_Ÿ‘†µ×èKÄ4íié”5¸,}£àÈŠ[z4·/.ñ=I¬^ܶñsš×Læ—¯¯ÿÜ£²õ–ˆŠùý¤ŸLÔ@UléÂ,cVÇ»eñsÙM€ Ø05_Â.¢9ió_FŸGÈÚ²¸#‹ÉÃ|‹¬(puuéŒ×»%‹ €àO$´L»Ï58 dÇ0ñÀ}ãl{ÑhÖ³-rLÆqÙóÅnŸ_VšÐ©ûÒlz _&»õm4±Ç¶z×{æUïú‹ê_„STÌ›®bjꊩGþn»on¿É7Í)lõ¸8cƒ»÷S¼–cBË4àYNB»âÕ¹4¹-â˜y°X½i¸!× ¸©™»a,ÛqC®9ýÏ6Bve·<'»‹–ÑÙ]„üǧ ÊÔÏ!Ì=§m¥RiÌ9œ|§Ú;E£ÛóH¼/‰õ,;=—:³ hAÚ>}ÚN¯Y˜K¥à¤“ßðHÞ9)ª1­Oýám|i—%Ñqa*'K‹ìqœEIþ£ˆøû“ dåy‘%ÒWI9’Ì\oPƒê‘:ÝZ·!ÿ…mþµPbOãˆïø¾B¦T²—(]²%ªJb‰¥7h¦©áJÍßñ&Cbló5Óf¢ËV©¯e_ãp*¼}qq‘ÒE[R©d/Rº¸¿ Ø=Æ$Ãò¤V–¼éÁå—ƒw2ÍÉàsÕ[UÓê+`è›]Ò·øÿ¸Ùlæ‚jXƸVƒ\Ó#9ÕOr¹ÄWsÄ»ñ…^zK\ .þ5Vöƒoú¶®4l4‡d1]µåJìe­ø½.CVw½)étp Î6cvÜ$c9Ï¥ÿh䌨êÛ¼g,ç)ª’½åŸ³„*^nEí–[°“Ãp0 ƒ¥iåQ\qwo1jîÉbœÝÓŒ{»[ ¼"Ç„á`<ÇuÆpˆ­ƒ pv4úµ^ fVYwëØJTµ¿óÑÏ&iÙ)c~~w—HbÐý£zw¦Eõ ý´D’f]’Ë“K¡%+|ìO|²ä‚÷‡^ÑžP;)xߢaÃYJšÙ¶0Åc ¸´NmùøR—¯ÿ`æX€B¥x8Ëñp·?÷ƒ "“²m§7ù~Ò«öÔô8\Zú/à¶tÅÛL ¿1ö‰ŸW:ËãÆE癤¨à×FAC…7;lwcãŠ+66ºšihL[?qâÚkOœX×âFùf@;³®&c 5Úq’Äíz0® ®Ÿ‰5ç¶ÿZÎ ùe´m»Ë!@XÞKÊÓ¬‡ûqs2$Ä”ûØ©ê*¶,Ø5è+ù0:‡¶ÐëÑ{ÑSèËèÇõ“Þ$­.Ì.´zë–wvÓ%Ù:mŸØ2í+‡úÁ€«¿^8Ѩ{úc^%a_QéèyõÊ8Pûû ÷/ÑR~0BÔ@ÑÇ7õ¿Roãg?´AGÕ‰AËsóh zŒvÜùÝCþÌ ¡vÕÈy Å9Êße”P¸†þ~œ±ÕwÁKþû¿ÿ›Eþ¸ßr˜â»¤«×9ìðoŒ1îXÉ}³óÏ<óŒr,Q-'—sÈý=+³Ë:åJ Êt–ñî ¥\.»JCºs‰ófJ‘‹¤µ»xH™û Ë K¯ßÃ&wþÛá&öàãœs––o ·ì»fsLÓ4¸²_ãô³hß4½ ¥¹~’äîÅ%ºûm5†[pÞètšµZ³Óipn‹Lf‚€S[åÛAŒ¼à5ûÖë¶à<2a˜¡i®‘²£#¶”óPÖ$;Ì7äúx²Õ›ïn(ËÕÖˆ)\}áÂÌ Å^õ³¡](JÍfqöAÎŽßœ+§\|™L«Êƒ‹/ƒ'.\¸ ióR½Ev¡Øl– …Ù_§ËsMßF.xÙâƒJ•Ê/[|0͇…;|¾†lÔ‘„‘§™H% 6!ë †ZØÔâxzÝ\9Ÿù°†%ƒÛÂúe îuî»ï¾¥RTÕT.½Ý.…p’VÿeÛ† ¢°ë¶ìí·ß.•Â%BL—z’¥6ƈA±r.Í :Ž~ ™ñs¯Ê ãâ½uží!øŸ]c °+üž¥Ÿt;í^»ã2ÝÅ^ü8Çí¸‘WT—ãA¨ŒÏ:¯žv;mo+‚yp,ßÃZÛúk"Å:§¢¸†÷¸Zi„Óhé]N§‰Œ§KÒ2!òheñ¶Mªé¯¤úßÈ¥R` ÏV ²J,«Âõ,UÆ ¥k›ÕölÆؘ Óã«ÃÀ‘GdEq£ÈUdù—câW„)Cëçææ4]2›ÁÓ’tmŽµÁß8¯!‚ÄÍGTƒÈ˜š`™Ÿ§À@~Ó á¨1Ô„ Bt¼–í¿Q$!K’,¤ÇUåtÞ–;»ŒQ ¶Ò!¨'e¿ôƒ‘5¶ˆ£—sÑ!Î3@ÖŽ vâÂä’‡hWJ/L[0>_oƒº_ã¦æ©šNçú UÁÓÂE™Û¯6gSÆø†Á.×€y*¨» ýZf\ÅÿË„2ßÌpTC»b"ŠÛS¡‘rtzÙ°ØŒKñ yêµOu  ‚l_[?™=‡×V¯±ð㚱焩 ®‚¹0×uíC¿ºô“ŸüÄŠßé+X^¿ÿ¿zÜÐçÁE¯ÏA`ëêÆ>”®æ¡œãà@À€æ®,©Z…÷!¢ ܾÊ:ŒVô4JÒèLæÛ÷¢5FeÕ5&«;ólL<´óéÀáuL., Ø38<š{U,J¼.¨A±«¤oÏFhÅ.oÍvôJÙC³<>¦¸Ýßæ¼kPÝÊHt;ði¡ûä]†ùefxSqç׸½ ,ž 5¢€N–dÖH’Q¸9k!·y˜ çD,Žß]8ÚO”èvSæ[î´©ÿ0®w5àX¼¦lå=9Õp×Ü‚Ÿ³›“W³E46ÕÓÞ">#7à:/dNô®0 ×a¡BJq!N'·OjöÅýû÷ÇÉ>u=NªZ•N§s Â;ï¼3Þãq¼dP×¼q7Ò“Y²\¢¶Gšµ½gÿuϘ=·{÷n‡¶ÔuKyw±ÄÚ;‹¹a@ûüùóçGW^—&:”AB¿¨×ó‡ÑÇñ^=S×x¤S@zß’nÒ„]x;]“ŽcñMÊbY@ñAä8–š4‰4˜²:’ªª¸Óf!¼°g½kBK˜Ðú{&\G7ý¬ï¹0ƶ¹¸…tç7(°”¶MÌX©¹q[Ȇõ‚X|‘¥»GÆî 3/ŽÇ‡¼G}0huOúÞ^ëOÊÖKF5×øΠA@¹¼YcñÌ›BgN…±s),ýŽÏEÊ2ó ÝüKò¦•ÜG  /#fß0îÕņ;ÿX–)Ræâ£Ðþp¢êY7ä2špýHf$†Iõè.ÆŠW¤¼åcõèu€g}¾·–®RçZ(NÿÂü›b±[OÔ´’ºzÌøéF¿V…YÆ-¢×A“Æé!Ð"‚òôҩߊ">J‰žö PÍt¬ÄPRÄzÑSP%­ìWTu¶?Å©œJá@•¥ôÙYÐÎh·L鄸%D˾=—ˆó")¹©®ÆmÅ¢Û ¥–¨ÔQiááYû¼9–,è*®“K’+9ŠaÆqhKÖ ÷£N/“ð9gbEKÛØ„_Éï :ûMÆvÒ׫‡TÁâé÷;–‚€ñ9çBÏÐË{jÃPœÎe$N£&é>7„0þÒ0þòq?|z}0] } Þ*×=Š|™éÈKTšM¥=UR”¸úbJ÷àåIÖè_“rì1W`&Û”+üM^HÉ’y>›)l×µ³ålæ¼)É©…_¾T·Ã;ï¼ÓuïÜAïr^?÷(»«C,*l~å†ÖuÜÔòèä—êðKÕj•Òêµ×~?HNÜcû&èèEè^ÿAìI0£¥(%a0´ëc.¥½aŠuŽõ{]šJh+6·ãJLh /5Z˜RFCjtê`d$"Nѹù)#@3°µªçI{í1eÇ•Gê÷±ë”Æ{%Ï«j¶2[1 #§aEÁZÖ´uc¾×›7tû¬"lFív;¸ŠŠ!—¨¦>'$ëƒ!á›2µÚ‚õm> µZæ&,àg ᾡi4Êæ« \‚Œ¢dÀÐmN·uc†áh†“Éd†0¤°%ßùO¢;Уè÷j?Aч² îÒ¨§H­-ª±L¬;•Wƒ¼ÿ²éz€Íù“jü%õrx£$ªÍh0îÂ5ñÂE'wž3¹â+–l»hÕ#«ÉÞ¢âõ¹ÛÅ`ßçòù¼á:,?¤LÑI³`ö *„»ºÕ‚Ô*¡@“ŒU´ƒ£:({P¿œ(žZt°^³ÅÅ Û²ìf¹ìê–æBuêÐfÖ…ÙO»Ý®Ã ·7Þ½ mïOéúÚct=µX(ìä(ÕÚŽ7Üø.2Ð2S/Ëh“DÐIœ±\9QÔDQ”0pBŽœX[C9Z¸¤X ²Ì°t?ëJ®žStl݃Û6¸Îâ/‡Â0T¦•CçϪºÊLC„Ë>Áþb:Ì^›âúp¸·h*Š,§Ñ i¬g²ÍCýOãðÿ¿{?#¾‡™PuÓºN9sÆ©® ×ÔUÁ°çf`¬(Lµl•) ÆkG·½•Ñ9„z`™'‡1úmH&­kD­!ä/˜{‚¥Äl¨íq"Wá-x±KÿùÓŸþ4UÎT-=¦W簨ܦPçaí€û†7¼AÁiÊ-ÚêPK+wÈó,÷LÕ{ꩧŠÃì]&˜§¥"Pò¤®ÿ‹¼Ë0®¼‡é¬±·dÒˆ¦ÎÆü A†¡8Ô>uír MÄN›¾“MËÊf‹ÅlÖ²–ØÞ×l‚ès››Í}õ|·ö¿ˆ×ÒÒÜÇŒö® 0=Á]m#z%êÿ&âõšºч`̸xŒ‹@¶Ý…nY'wMãÀ£°¿%ÑËÝ…埞{eƒ—g_Fiçž7ý5iµ%º¹Ç•oK±mM  è7‹ç:£nN=šô%Ðç:Øö£ºi°ü®]ù kí0¨<æç„b8|Ì̓çU-C¬©Ç0¾ Ö"€HÃ@Ëq˜¥§ëõ¥v[ËúsŒPt¾&±ïã¬Öno,ÕëiÝÒMƒýURbüÔ ñ”žÚtÝyž—•Y¯ôp‡Î>kN}nkdÒàVC‹ÍXN.5$7>íy¿¡“»ºŽFà×Dk#Sk¯/Ì'‰“Ê“Ym~Ás‡O·æ7 ^¾(wý$w 7Åú¼.â`Ú8Ç*©õ‘tó <Ï=Ý~ÒñSjó–¦H´ä2N­V¿ß:T¢’¢ cß()*&ŸsÀðäÄjÑzeâ–h m<|.›&šFKn€`-¤V xè5WÐe‰–µúë óZ ûó”<‹·‹SÚüÂz¿e½Ôºoë$vP “,ˆ÷৞E§ÑdÞS¡–í :cüHÜÖ¿ /õŒUÀ6 ΕÜ]vä==^Ìo½\y.íóBCüìC£ÀýÅÝ™õc5ñuË÷¸•C{ùøчƒ¢oÚåø…t²÷Íj€ê©Ÿd uÑ ôò2'ê¢&Ñæ„DÛ Ýà=*ß}Š¿âZcúšJC2ÚŽÚ>O>N¿+¹;eþ=œÍâ׃ö¶ÃÁ´ÜÄe€ªí›?…ªêŠ—9äÞÆî킧ìâ–—–[^U@Ø¡:¶©äõH3ºÖßùýrO¥´“;ËêînõpeÿÙÍBPZ|6]£¶¬,¸)2ɲ—¬¿lW,_Òÿè/ˆ p>æ ½“:Eô²{mD½ô†Ìf矠UtÝ|%Ç Me²\Ó4î^¡«ûC„ G?cÛœg ת.<×—ñ/Ù¾­'×âsô3œÛv¦pIFùÏØ¿2iÏ À+4Á¾‰öI¬ÆÔJ(ÊoJ<ìèÆݸ,§¶ùÉ&IY´ø=º> ’¢5KW)ŸIrËÑz}÷3º™Ýï(jÌ—¢…<K)ÃGW¢øF4f¿_P·c"_ [1¸¶Ü’Ä»sDN5À²0–Å®x6]/¥øÜǵv{ã<)>óÃCàÜØä|Óà<ÔнRw×gyسšz“0?w „¬)Ë[¼iÛ›šBÄÊú2ÔÆø¯(`ƒ´#psv¢Ý½¾ l=ÂH [ç#îÅFFà‚nÖˆH/p+í¦2⛚ÍöÒ†Ð>œ;šMÓAknii®¤?<˜JØtJòK¥Àð§ð ËVRö0\+e{gSˆUg£~Ò¨\Äëx³Ïo¬¬+Z} ”Æ>”Û#Ô¾—¿¡_.éxd"cç«×à0D]]Mû®CjÁzhì®/óñÎ2fª9{¥©2ø­ u]fó:ÏìƒÇ;ËØ(^½|D¿{”»æÍÇø?•æœ¯ïÈ!vù ê±ÜÃ|(p¥^ö°S©îRñ {.òTî˜t”¨Úm®¼üS añË„œ±)c|Ú2©Kßt&ÛGÿö¢&D\dl©Ó0Á7e$ð…ÂPE ©Í‘$FÇcw  TA&:=R—dcm…™£om ÂôAgöƒhÉPtKQà#÷lÞA¡­¤aÞ§…óÂ<ëªe³d‰Øƒnf‰d³5ýé\ÒŒñ!t^ìÏ­Gçуèmdž&Ý[Ë›F‚ KÐ_‡’Jø°mãŒ]2!RÀWí>Dág¹éøF!HÝ!µÄ¶¶á8¸¬! ¿Â”ÑBLY>÷h¹Ïõ²hç)Ç=¸d…>çøh6"î?và½_ÕÑlQ<ÜCß À*ãW1OcìÕG#ôž­$üGíÃñYBg>~Ã.M&“Iòþ¨¾_½E¸c÷ÇU䤢bDÎxc€¢À¶8ÕÞfJâ*èaó/Jd÷Ïî")yeœqÖYV¶‹aCÄ}šOºFœz>®FO­ñ»y²ò€‹éìW”yÞ2{Ü;{‡‹é÷ñ^û=ØÕèìÅàáÌWàk–D3%¸.Ag8¤ôsx,ZËhÇÒ­92JÌ{ùp¦å³/%SM5+„Hù‹'!²ª©2ÀLãj·\îª\cx[ýÄ+¦p*•!7Ú>̤Rf_ù ¥^W"|á ¸Æ°´¥Æ_—‚Amªè˜émÒ±Ut¥¤2hê×Ëq–±ûÁŸí¸»V.— TS6ÙPoJé!\U)ƒ¥ÈXXÄA ¨:.®ýÎþ—sxjöq85û¸jY*œR-K•ìŠst2M ‹®š¬^Ží´ôW_¦R¥Î~µïzJ%þ/¥-‘¬vˉbØÏ’4PâËIµwwÞí½;*íÅþYì<[ˆeË…TÝH ïQ%XéŒý£¿›Î¨–¥þñ;9b3X{ê%–J—.œTå÷¬l ,õÕzPŸ6ݳÕR-K½›Yȼü'»s¹¼ +d®Üþ…Õžðd}IÌ‹’t'ÛÚ¿ªÙF‹‹[„ƒ”8I‰N’«ÞálÖÁÅp"< b{3¯ÔbO=ÄŸèb¯q‘BtgC²{cnðžè2Ûh0Í­h:,rë`0\G/W¾VÓ¯ß[}ÀÖ̹û5ùD1ĹTëT- ¢]Ÿ3ýÄþ•,„6‘‚î$‘ ‰j¡ÞRJŸ#O9q³6v«! –Óä¸ÆîYû]: Z­`åÑG=vôh;ª0I»QB½Q“X%jÏ^sìرG¾ú™…Q¥ÝŽ*Œ"àdÓžýUºáÆ aûÉí›^(ͦ¯|å|¿b[Op0Ÿ°ìŠïÃß¾ò•¯|å;Voß—‹\tZw°-Åç Ðе”¯rÎ ˆ£B675Ôi$ÔQ |Άgaicc ©rÞh 'ÛØÈ)e¾gL?°kcc×ý(S×_vv\×u½™ßØ(4úkùXôqíW)fxÈ_›è¨¾4M'b,„B76¨2>4ú~¹B:]˜}_¥”§ûÝqžäè BéÔQuôS}ïÏ7ÿ—ìE—k_ÁeœReo Ñ£n`[FƧ:ð­k² PÁD/Žìx†‹ê„e5Õ•&ùQºÃÈáEÃ#£Š+Ž±—ñ!…Ï™ q®ÐÐg£%¦µ¢'ñ_ýyŸÑ-)úß•ôL‘oŠˆÊ¤ÑR!z¦tÇ[0`qYï¤ê{0«pLlrçôÁ+íBÕ—Sb}wc®éÛ|»–Z›BÌçiÃ1ÌŸY1’)L$¥/vñš<»šžÂŽ]/6ª‚@`_ƒ¯âu†(œ˜F~3÷˜Bºq÷Áëãñ2Þ„†9Wµ—¢JˆPŽ‡aiM7L!Œ;öõÊrĉæ·6$1£K°Œ$×Ø©^öËÀA9*9Ê:å—P#oš1'õ?⨉Z¤?€dpˆñ}ÝóÕ奊qÜ”ëà·…ªâÿõ9|©6Óq¸‰M‡8æ7²Zëß½o!\JnJÞ@Q©W ÷¼i„öÐEÁÃòc»•?2½Œ ä:l÷£üúx“»[¯Yîv»=F®¨xÜ•ƒJ"`ݼ]¿Wˆ A«¶Î—éØ{ ºÞ'pž‰y÷|cy©oJRÐVó®ÛÑ ïð,'QoôÃçh½ÑxÞQm=,4y^ÑÉh+íÊ¢$×ÏqººX®˜§¤Ðæ8dMbª¥&×t©®xY…'ÝYº‡®›ßØ#&¯c~L$Iî]N ¤\nœ¸æh1l~„k`Oº©‰„Eþó£~"½¯_,¾%gCÛo²ßñÿ;ˆåÈÄ:d£QS ½b"Õo;bEÇÉRÈ)vt5¡lpïŠz!b ¨t®ZÍÕ°draé+Á°µ?^Œ»Œ¼ÛÀ—rµ-@û^€ì¹•!–®aÉ<g¿ÅÚ¯ÅÓ©À ²Ë)¦‹ \ŽÞÜÙóÈTÈJ§‹³·®z’ðx«›Tw†^ÏÉ|–¡Æ¤™R}àî?d>¢öâÙß]y啇(²eÆGs‡³7zc…c̵²<†§\A…ú–ïÙßN,‘.çk—.)7Ä­ŸÜ+\Ö¶~ì駟~Â4dK8åߨ“V9s:“²¥¾‡ÆnAóP\°Ð‹ƒ‡*ÐØΑµ52µŠŽÎóIÈNHã×Xž@ó®Ö„Ю·ÏçyÖÌþ£b¸|îJ›¨~Wßìø^Ó¼·ê» _%ö?èð@ø÷åÌó`41.Öû.iVêçw2dgŒo°0±îÁã›61ÄþYŸ±µU*ÔñôÚ:™b‡OmFj•ÛüÀnh[Ž{:uN wVnQFÏÚ°Zå¹Cý/ÄU§uù5D³$ ï©ác®ÑŒÈ¤…jñp?¢‘žî.‘GÌuÑXêÓ®," =VRʳ.täÈ'{Øú‰hfê1e5“¥NɆV¶òrÚ¥wÜz)—vò"iAŒ·äËmé®]K8X… Ë6?èŒè»­¦m­ ø鋨9 £-¡CôÍÎ`??þ<–Ÿò‘;d²ékÇŽ¯k<Èõ±á|×®£íz·µcª¶­·mà<¾³NÿÃç'G|ϱ{oül{ë8ï½QÖ¤ùåp^Âí¢q´Ž÷É›^>î<¦\Û ,ÐÁi˜ÐuãñdÕ—³ÆŒñçêum£Ç8¡äª}ôû2èr¢ÛùïéÏ£õqVªJvo0’²°N!Èdt ¦ªXVvF²ZqÝ>=!ÑD’˵Z,$(vËOú芗1Ÿ$ ¼6™½àõ³WÁë—JÍÙ',º¯\[[›½ª#Sj ‹Ž诔ÃåQ¯"µNË’X"U‰Ç S_ñ¶ÂÇŒHêPÇܱ›š,+×ý©@yÿ/CöU/—{¼{ç™ ,Rý±ÆÂhEÆ‚~½ÁÈøÁuý×Y–¡ŸkoÒàn†÷þúßjnø¦¢QÑŽq öüÓûb£ •ŒBq¬é¢¬÷†û¤Ì—“°¾ÃØ1Îä¨=psP¦p"¢¢Q±\1Ȇµ= ­/åI.× Ç=Û†AŒÛ5j?ÎXJò-Ô‰üØø:_8£L„#ˆ»¸/IúîT¹¶3Š)Ê8|—0ªˆæ£ÖÿÏ׸þ꓾W—Ø"€| l"ÖÌ>W_o¸;ùìÉõ¶“¶¦Þ=š}Ü5˜c³Ôù—<“sÓ_ßïS3ÜÇŸýÇpØl"ÉUÊ{ο_(îl2KhÆÅXˆ¤˜4Œ¤EÏâ[YHÐP³ÉVø=ó»žN]#“ÇÅóXZ"§™ï*œÏÕ<£9?ß4n”F:]êÁ[½šºž¦èJ‡«}¦xÇ9æ)Ì¿šŽ¢+S `§m+šÀˆÍ2*î|þ™?ñèatÇÃ}ëðÈŽšE«Éi'÷E’òÏc §¨7"y,ª %©HŠ¡ÂE’j>Œ]B”Ô"'ìÇùòa2.¹¼¸+Ý,•Jágü&ø=8ÈL> U}€ýð\Èyæz¡IfÏgËÐtÎåË7Ü`­ã} S¿µóªW½Êi¹{Ÿí}P§Ìü(‘ þ( àë_\ŒVÐeè\¾](çÖq£½¹HjÄJ²L)¦ÜdbŸÄõ©ºÔ9Ô°‘'#õ§ùÞ£GÒ”§k§˜á¥Ô£”[<Ïóæ®ÅþÊM¾mÅÇmÆ2øÔ¾uïØÞÞö šrG5¼mÌ;æææ憾x…›ýítÔTóøªÆ²&'-´æoeÐ¥`ªÜߺËëL…=|Ö#õFƒ…)b¯~¹Þ´©Ÿ$Þ?§¨>žt»W`Màüá,ÖB<­dš/œâ­œ+‡?À©òø“ù³0™w ÞLdðIC׎úsAæ"Ãz/•4Òj¬? !„Üçwþ¿Å®èÚÓpM¯DÍ­¾Ö²ëÃ^Þ†Þ>Œ>‚>çEï3ü9ú'$£Ò ¨Ð,#Vä{oûîg|ûCð´U;Èð>x°VíýÙªb§`I»±û¦ùîþÜ3“¥{+V9ÚA×Á;øàb†›̨Þýâ.Ó=u½CG~ "ï&õåúêk´½¹Ã÷âÏ uôz úèSèGHÒlM˜´ t$O¸OLîõæzÔŽ»qEÈêr„°Æ‰RK"*€,ĬŒ¢¡ýŘè⦋D:&Õœ”)êYl¯GJ©¾è °9ÝOàa™zNˆ!,ƒ„]«m{¾­*‘Ð1Ëùì? ”*P 0:jr7;jj—B°fÅmÁ§Z¸)Ëò™ÊÅï3²=Œþð‹’h¶,]4‰ikŸ. –©-2™Jöw¥¸Z |]‘0ä ÿ0ŸW]é|‹%î¸b¼vKmb¹í#÷3ó ¦V«#³~gŽTUXé,{ÈaŠ?ícìƒ=9z¤è¯È~Ê“è‰(tk4tb¢Ùª,DÜÑøÕ0Ò…:ò—«@0KAáC(¼Øèê£}˜R¾?ªK"“§°Oþ²}¼^¡OOR”æ£j’£²$ªQÕÆ”*™5_’©[?i XÔÏŸ²Äêô…WNòÕæŽþ%mrbß)ÅÑ°æJ¬_«]4&—Ƹd8š[gz§ŒTLÇòÕóóÿbçé¥Ùu;ú™ÕZ ô_YwNþ8Ž›„H¹ Õ7šµÓKå»FöÄÐó; “¹ wÄAÌð Ïæý°õóBøó½Í½¬ˆW˜ï…TïÂ0 £“»\ÜmÔ#x¾ÙlÒhã‡S³Éh$9" xðêB©¤`M㦪kLJpJfmK©&4ªi&.TÚ ¶ˆ1oi6›×;?¤¯†;€¿ø<äóó¦ªÖ4sca»è¸#m×"íRx³-âÜ%Çåø]Ý6oj5J ý7 %èºÖÓ°vD•vA*iÌÄ4ˆ× ’ŒeÄ)ŒÓOjA£IC£IÒ܆2Ñz²Ð¤ÇeXƉ`ùe,›öŒg7ê §šÁÏ•rÛgšÉd|Ã÷ôR6›ý3æ¾d~nx<<Úët˜ekNƒ“Åø»ñ³w}Ö82–7JhŒBûµ•!dýlˆ€¢˜NðŸ6…x"Wþý`¹ÓŽk1 d)O7Ð%êq<¿d™_¯õ“Ù{àŽÙ{„WæÓ³ó¿Üdeö—’òÇ¿Y*”»ÝåkÍþŠ³„¢çÍžWÍOÛhôYM7Ž»®Õ^}ó`PÝ!¦¦0 צòuA4Éß„3€ÒïÝ‹qzö&Z…(¿rÖ’fãÁ§‰ò¶·)$ëzÇ?VIš?c#ô–|Ieí°ћžìq ª>Kð|sd“Rq!û5:$Ê3Q>”2S ŽÔFÓ놃ÃáÐÄÀ4añ›Míï·1èv»éBÞ±eÉ¿*åÒG'§Á5¨dÙ)ƒXoš}ÖŠºúfXWSÖ`¬ÍðãàŽ'Nh–ešXÒ®PuCÿ÷½ªÙl¦d9Î圃ªhO'þÁU(Ó0æ–ãðWœ+ˆëÓÉŽãIôÞU/Yæ%–l,5¢<<  ‡X­×{‰PG^W9\1L&“É-Çáš8ü›ö¤a<®›Ë|Ãrž{øá‡n߯ë÷·/éïtÂçÚ¹<:ïÔi‚ÖÕüy´‚6ÐIê_YZÚ±Ãø™B®Ñ ›|MG¨žè€¾¾o0obk0dßÆŠÀåBX]v¢ ÙŠ´Sm‰ ÄÍk³©Çþȵ¾çâ-^ŠõÁÖÛLÏh6Ï£t]å •I›;rÓe’¢Î%¸ŠÍšF£ÑÈoÂ=YËÄç8¹”Tê†H¼ÎéãÖ®e¬YÂiŒ®« 0b?U¤væùέøúØ…BuP-ì\µ6?_«æfww ·¢–çº^ëQ47&à¶uu· ˆªÕ>>äxtÝ?X‡Ïm/ÉùSCÚ§¿ƒ†·ßšåjþÐ&ñø¤0TÈÐ6f¢â‡>ku×TZæÙÙ&.³uvîí`†Œ|gæž!/•€{qè’kûÿ“X–ÿ€·vjßÓ ðôíÅ‹7Ë•eÐð¿k¦›$œý|¯—´,_Ðþ,m%«(,`œUÆ£¢åùõ¨! ƒsuï?`a¬íµÓ+&HéduÎ"dŸ^3éÅ~0lYç¶> Ûr>Þ"~š vÜ H$G¡ˆÃ¿"eþsøc iÓÊcl¹“Î<èøºŽÿžOýÏ`ŸúEâøèú Hà’ιׅzN`Ô0¬ÈF‡fKˆ£²S¼u;0B¼G–‘”ýä·`Έøh¼äç Ð؇vGÏ~'z z'ú}ôyXÍZ÷Ùä…H“z£NÝ»Hàì6°ºÑib7¼Sz[¦MA‡ƒºfYš-°äç¶=æ-¼G>,E±5ŸÏw½ù†*óYѬ-²þz+°ÇÒt]Ãrl›ó±msž„…mÛñùÙ76öçîO<Øev~:Ÿ  »còQ2F¬“óy¡Ú*SigYœäŒx\*= •À;,–Gì'½¸<ƒÈ”jˆ(9nùEaZAXöÐ_9ѧf£Äú¯'X‚Ùî5@¶LQô-.ýka¨) V¾W6tùüÙ/… yKÝÁvº™_õ5ÀC鑨ɜ7߯‡‚Y2&ÔȬ¦zq?&sÐÈÅœ0£ ªúöW쌸ÌÁ¾šïSy¾_ÃÊz­6'nî°V[W0Æ 3}6³°d2Ç8 8 Ž¯Ï¦B©l–erÖoqRYÙÎç^®7vQlÙkW£žÎ!×O5’íÎ'ýsuF-5G,|aNµ(›ÛÈß¾94–͵Zi®È²ÂÓ­V.ËضÀè‚w#tGzÞÕÞé!èT`U‡]8…0˜MÐ*ÅÂoZ#þÝ)ò{ÿ»žb„Bä¹W´ ¼ÈåX6¸mܶÊLíGgí¨,Œbâþ¸°tÕŠ7¹^.8« à‹CÅúbÈTö÷»§Ôb=ÕlÚrÌœ(,oùˆ%œIÚ|=Ðx±dôRìÎϤäü¾äégÐÚDz¨…” Î ÎVo'Hƒ¤7,»<²1^趯AïG¿‹1,ãQÚ®4Òp—¤¬vð]ßÀž}¬©J›šzÍFx©¥Þ(] eÑßÆEìûØzŽßQø/õ}¼òç²·]OLÁ‘HWPþr%v›þåó·}Ø,”ä$>ÿž zOAº÷Œg ÏÈb‚+Uÿú¡áèˆx€/8z¢K¨m(ãÝH²n#ËyAiÔ×®MŸr ÉËœq›9Ê2NÔ¡¦œ1˶9×SªçÉJÚ0œï|ëFÆw%Õßسgç²çe I"ªaiEö<5µÈËGÜ Æ…ðñ/ÓÁ½ëM0aŒ=ñ54>t%Õw8‘ƹ®®r¢ú®”ŠªŽäú*áÝ #ÜñUÉ=Ž]³?ÙÓϨøI“þ¢”K¿^—ôŽwJF”s…Š`|mÿíC.¿0— ‹‚ ZmUr¿ jÿå?åË­j5Š–EñüB>þ/Gjò¿€Un| ÕÑ žyÅ(5ÚÒ.\%W.XZ™ÑH©Çë 57µ‘Ðq T‚U등ԃ±V,åò¿%Gól &—‹è ( hL÷Ó+ÊÜ`*60çØÀ*ƒ6LÀâõÆ‘-ÙnŠ1>ںĦd>Ä´(‘ñ8nIΤ#=dJ曀úà©ìMAŸ’£cûèBÆ5¡ã¡€ý‚aM€5m Y±FítÛ´Ð(fŒQ$œ›[X]]Qˆ=M›ö¯ëûqK'D¼tŠý‘ DŸ[àz´_h©epˆ'ÜH YÍ‚¹axžIrð4¡'æqózw{ë¬Ðofe(¢S Ñ!½ÁÃ)í°{&e6¯/ð¢}€ßÕ‘y²P•ŽäØ Û,Ù7˜O‡Mu#¿f±ì‡­i$ý¤2`Ð@5e—è2Î,2´¡½8Ž{d E7LiúÕVWVWæèzj•üâ[ñ`_üš5òªŸI”q®lEVtÃ\ª-Xœó…91ºRŽ¶–v=µ”eóúƒ*=>}±íP<„).º ;-\‡ÅbÊåñ¥Âíú ØKªªfŒÑc¹^:zöÞ+ù" ÔÔ…÷œ<–{#Ns$Š?IÛNˆ3G”‡©ó©Zïu¯7Ɉ"EO Ì]ñ8ã±É\Ö8“z‹Ù„°³¹uîU¿U‚êå'&h\ÚC0I­V&ô'u€¯¥ªÁ›×J¥rŸn©ê)Ž›ãt¶KÎu¯Zr]?Ë Yv-›Svví·F†Þ)Kš°1¶…&‰µ¢l³È|·Îî¡£hØóꌹ¼«Ç¼äF³b]ðœGXihC‹ºQñ îX“ÿÝÃoÆøÃáÊ·G%l êºj¯PÓ¤?8(òkÉ$4êkáh\™MDJî2&Çòvܱ½½m&˜¦±É˜•®ë'€è¦à²Ñtž¼$_~Ø™@×[®M7ÆÔ5ý1G`Û«IŸ+†@jÁÓ•ŽG ƒïM¸»GÁŸï†QÙ[1üo ÉšÆôÅ·ýÿÃ#ôD ÉXá÷-ËòÊÞŠX©TÓÉfÜööö¶®kÚƒ‰¿Òu}‹ÿmá½ÌÔ4©JÄ·ƒ'ƒ Ppp%,ä^Å96½>îf3nÃqžÜÞÞfÌзÓ ÝŽÁ|Ù¨ê/±.Á»÷Sà¸ÜÇñëâ76}ä§?ýé‘4yâg¯ƒmqÃN6ã6S©#?ûÙÏ,ÿA®irD­Ÿ½Éh‹4ßRBÇË7À£\C›Œ¸.û zKåGur@"‡ÞÞçå›Íf3•ê‚Ú]'›qÿÔ¶/Ø6çüBÁ7í¡û£—]ȘŒaÅ;ö;&|¬ÙL_~Ù®Îó œÛöÏ{ÉðÿyÌS0cfæ±ß1eîL&°£›PBl›@9*ˆ2Å D1¡˜èQM£é„ZG‹£!G-z77¶)ÝžL#$™MA¦®TÀnþlY©èVóbB?iéÛªº­„³¯I³¢h_úgjJàkôÕ|Ki$¹ëòµÝ'Þ¬cï“þEÈž~3ÿgÓ 1Ÿ ž¦D¢IU?œ¸ö²w‡}ÀÐ}BçìÞ¯6ʨ‰Öd„²³' —ܼ\ͨ/[¾Â"1’e«éŒER²"µ">õh-ò÷+)üÓü굯}í‘×N‚%h‡!#ÎØ«ÏXþqCñ$¥–h.ÒR8R0ŒÏ¼Ôù`|Ì ˜Â¯‚ûÅÀ©ˆ¨$4x$@™Ô }‘|"Ðc"ÀO~g{{»Y3Ùý)CU¯SßmNö÷õ~×z$¹‚Þ“²ã¯uJVÚO`QÚÛÖÍøûs™Üõª.–ÊPs “v«“žmÛý˜¿m™µ]}f7ua]WßÀÁÙ›àå³7EýþêÚÒetæymùÆnðA”mÙJ<ïÁ(FYèg,dO YʘÝ,ýü{oä2YpÜ÷µÚ-4'×EŸòº²Å´qFÌó^*¡p¥"6Ò¦”èZè¯Uï´×v…¾0ÛŽUdé)D\g™¿» IÅц€´®ü¾qci3fÂ3&cxqiã+~ç~3C¼¸´a2Ƙ¹±´ˆaDï 8C÷ºèá%t;ü ùlBáÛ1‡ÃÞù”wc©n éø W˜¦åaÓžÀçl;äüLìðp÷óÑƙ٣۵ƙ¨Ãú2_à<´í3 Ýêê>Ú83{~‘7¡îi§?Žlm±Œ÷R”àŠ*â Nξ§.ßêÓÔ"`ò׺3ôL¢[<^ÂØùL¿a¢EŸ!C•ô†Lò3åù.äê«â\ß O:üqaÓ­Z§Îíûñ8ç-îœå½V›YÊ!~s¶ þ¸pî³­Z§féÇ ñ8wÞâ³Í.]¦1I<:»ˆ\䔨ðMVô`³Dì“~àzµÈI¿Óï8vo¢Þë& ùÏ *Q…ÎÅh£ÛËý*õ†fL_Σ…IØé×·ªÏ×ÖNna 0HfùÅd˜jI\¥io£×³fÈ*?TVLNó»Á_¾.Cù §×Ö¸P•K–Ê2C4žyI"€-k‹×ÅÁ¢ÜTʇ¸*»óÇë”û›®Á1dÛr1YAûå’&¸”+õ“nƒPJ¨ßé'dN´ÀK3´Ò [ñ„P%h}ˆÓxûr@ë¡AK8Úµ¾/y°2ñƒe ÄÏÖ™Ó§OG@ÄÁwýÝs§'ºN`aý©Ã7_J€÷>µÞ= ?^HÒ²a²Àÿà…m§ƒõõõ§Ýòý•‚ÑéÓ§çvû._â¢Óg Hí®?µ?GtýæÃO­/@ýs1 D§ã½?±»Ê^üáËe » |¤®ÄXQœBÊ–H9Æ¢D) žÍØKí ÅY½ÎûìGH§X½ßÚÓïABðØXì¢K¦Ó×C¶(¢2æšBÇ‘e¹»Èn£G啦áá ìNÈ̘w¹¸vï-SSÚ ·5tSÊØÇØ—ÅC"<îZppª»Éðáüü¼‚ýK>VæÇ.BÔJtHí¦ÌB5‡_-Ts¶¸¢ÍÖ«¹H¯°Í‚§dù*£ùGWÉr ·q[Ålkmmp” kËoÒ¥n·k°ÒÑ£%ft­´¡ZH- ËSÌè Ò,¨Ÿ¢¯D¸1€!§"HJßW&íûŸ©Öë¤lwâÚ)€ô-º®i/ªW31NvÀf«Õ¢Øƒ”‡ik wËYR^Û}Yäz,—cž­´oÖ4]ÑZ™d9c³—Ï<Œ=F[/žñ NõBt‡GSëÖÓ¤›Þ_æ=kUÅ=î·zÐ 7¦]w¼eeã§Ó««ü5>ýeùÑ‹ÕylL`‚œ[…È¿ÛyíJÉÊÁ«˜ëIÐ*‚Œ`ÎJ MÊ1)ˆhgÔS­DèÖ½–xÌÖ éòÙôrÉÐíÇž9cü ­V ÂÅÞì㦧—ÕÚ»mè¶J¿ðªÚºA•üü‚36k´Î¯ƒ­/Æßñ–UtLN4‘ŸG"¯øËw/îÙ#nð.H—ç+TŽéÐ4M‡ëAF’¥e]WAe ÷û§ÞžÂº—n(¿‰bîñ0mÍ&­0*<¼“{ƒ­Q®c,Õ(¥Œ‘3©ðC¶mÉK5“2ˆ¶ñòiœšýÎAÕZ-y)t[Ÿ4›Ø×ÃïÎGOvÕò5¾»Ø+Ó¿ôM Å……bL3`œ1œ3ÇF3ÆÕ¯Qìý»‡ikÒšò ÈÇÅìëÏgŒç”­-%ÇûßoÎ/gJÐa»Åy¤ý"ŠÆ¦ÐÙ(ø¥\ʵS–a½~"ÕÀZ.—¯¡- ¼²—õå$íªî‚«ºiB„nrMÂÊböÜ –4nrØ‚¼|›Ö¾º²¶´`¢_ðçfÛÇ j×`ß39¥*Ñ5ýâE]Ó‰J)7½ÍKY®õ=£U’W+óè0¯Ë´N»”g¢r¸ô0?@ÉÂ##pûÀê·O4¤°´ÈìˆÙTtL}#pcTÀº“îÜóp‚¶·‰‚è¦=Kw°-´úöv]CSÁ‚/ÜWÂó8IÐK4ëCý@ ºz£Öi6§¡èÔðÒ—ïÀÀ7ËÆÏ_Fy©É ‡x” Ñ_‰(Éd]`ûñÑdÂö¶6­+pLjvwõÖ†^¤Ç¹æÁ±ïÂóðYd¡•Ñ’´˜ “OF"±ÔëF°ŽH@ ´ÞèŠößz©.æŒ_¹÷ËçU‹xg6žžýä駟V…âÙHÂë—þîÞ^<þP¡+—õÏá>}æ'sòôìïž~úé3‡<Ù¢p<îéï ÛÚ§Eu,’wR»6Ú9rÝÍ8#ÁV¨Ø‘†ÜÕ³ÝF6VÜÓ#ù|ýíè)‘kòý:$à W4Q™â.·cƒ ñ§ å¹ýaqMf¦åLÚ·w™¤™œi*ÅãwkŒ¯ìû13¹rNÜ1ä‡Ú¥¨ÓšËfçZÙÕÚÏ™†©ª1Ëd[^\ÊMMb\cöó´2úÇ‹IíO}îk`>P:åáÀÕäûxL]ñù÷ôâ£G%éèÑ?ŸÔ³«ŽÍÖOÜ}÷‰‰Ø¼ümsÿuPý _çó@¡I³-›è¨ä(C3Dt]Ü÷]t´û9Ü¿àH+]%‚Óç[~ N›T(ö wbÑŠš¿³'xàe×üž»˜¾F’°ÜÑ1TÔøàoZ»ð¸Ç÷ΤB™‡ï,x˜V&Œýã­7HâQ[Y¬2*rê^§5ÕüÉ3½&3zc1ŒëÅ¢ý,ìÁbúÚÑ\yaöèo~ól+²Ô«3Ý4µ5ƹ2Ðj iU°á%›´Œ]'üé\CtÜ—‡~ó›ßèFT€ª¦íák…çlM3MÕ{R¥ø¤Ø$ƒ¸14ë" ­5Bûz£QŠ¨ä®%+½ 2¤ª„jèg‚„­n×ýABI„Q³ErùþÉÎ2–Yæø©+V×Öû÷þçrKÍ%Y>T­Ñëo*ÇvíJQ¨Õ÷.Hkõº¨¦ÉÒÒfûòuæì?~üh´¸Øý Ç›Gw3œ#JÔnU²œTCBSÉ¡Ý»­¥ã—‘¿ÎEÑîÝÇ áñ=»Ë×ì>Tíõö–æ¯<´QŸ½­Ú¢¡{eÇAé„yó®CçÑ]hö=Ýuüò¬T´Å}‰«¸*ûpužËžm¶ÙÍ/µVQJá(¶’¼ùê³K;StÌÉ¢ò͵êM±x¦F m©•¯·êµŽÉÑQ/¯ÛÒMζ“ÁûæNlO«ò$EÕÚ˜N<ZvÍYö¨™AUþàÚ8Tu^ ¨Ñøú`kËòôkê˜Ô¥¨í™èÈ×"œ(ÄD\ A/²®˜GöêN§séžúÒ¥K^¸ç¨‰3Fpgo<þü²çÏgaŽK>¨°Ãú2ÎÖ>W‰ûw”R<%Rr§owª8‚Óå>=W(›¸&¿óÛf³IPu4•Ê%ü„Éݦ¢J …é‚çž° áx¼¾%°UÕxÙ­£ÌmYªo}Y? è€óq‘§¯ßÂM:Ñ«Š{ÓA[!¦Ü¶R†mp™úz,q3*Æç€…é¥ P×íÄf°,‚c ËG‚e3§ÒöGpR™œ©ü±WÓ>¹Ïº5D«VÛ:æ uxVRâ^r°©øô‚î€îK$¢ªDzI×ÀIÿäÉ~‚õkIåÅœn1¢ª ›Kã¯bŒ¹U"Dºõ\ªlŠ ÙºY)Å\4Ûd{7—û-Fkõå6fòWø°o}’Ýèøl^ä p¶Gq/‚3‰Q˜¼³m°°D^Bcö÷Ö1ë7lE´°'q…ÈÅCÞ(/@²G………FƒªÙ×æšs Õ§h’l 'eÜÜÿ € •à“»[[Ó锲ÓÐO2_n¨j®°¸Ø\//§Ÿ?`r]S—$û…+7~ä\uƨ“*JøžáV¬dêE˜ο[ ëzg‚~´ünõ×;ñ_þG:±ÉqéATR=X·`0¨\ßQQiÔi~#›êLœ“ª,¿pÝIeuasv¥‘éìöƒ½T ¨òQRS¬*é¹kÏž ©—” ˆÕp“j'¶mÞPW~‘¨w£^Û#Ž`‰Œÿ:Æb´BUQuÛàÔ`Fú~Øé™LuZÍdtÁÿ¶ [©ˆç „n÷‘kÉÝ”éƒ;ŽH¼þz¯yî;)+¢}65`²ª…„-³ùMsãÅ/68× À–p.œ€¦ØMâθÜÝиã ƒqíR³ÇÅ®¬Uè÷ê$p¾ù@/Dw¢lÔ€K -øÇ„‰ýIغÉB-‡{´Rãr{5×ÇAˆ(Ü£¾Wî%‚=I9®k¡ Êiud.ÙfpœâB›•þŠ„†¹,A%Ir½z©$ïzX/8Ò_(>K÷á°Ëÿõ_ÿÕÒ ­Yÿº4dö¬f­äKaî~òoÒbµZlU±a`Yq=]W0ÎsÅbµºxC`ëÁjë¹kÏFBH!Úžçycé˜Gf…¥"’ÄËÍç™"ñSëX?‘úˆ¢ KÖ 9–¨‘S¡W„!ÝÉ}¤Ky¦×-忈gßùœœù·Œ£ëŽqÆþK&Š¹ä®»K¦®+±Ló1®ëJlˆÚ%†áÎ~£ƒêòn4³øáoQ;.cüV®ëŠµî¬[2QÌ÷ïÆ9ÆÆ&èÅý=šc~`W¢Ý¾ÛL‘•lV‘¶í#§üú˜Piî±´âT2ÈÈå[¦ŠRFµc²ÔŒXþeš7Tùƒšì`DzHàs~&ˆ¤­Å"™Ž“ì•:lK“S˲¦Éùà $µªË…#Ã!4OYt3cIK–Ò‰ëI —;k£,Zˆ{k‡¾3µ•lG[<6þ©T!>¦vܳ„á  ”­<™Taõˆ5Û x¼×vÙh68ƒ%–ýÀëÕû^],¢ãÅ+×Á.[‘§Nî¶Û ã…1wÄ_—>)°'‡@RM­ê€ÝŠöê>Èå [ï6š\ö£„§9€Ê Ó»˜›ŒF#pl•:M)ã×f ´ïi ,ÿþÀ²(—Â\ÜQõÚ®íúß‚ÙÛ4t±9MÄ[Áƒ#OhžÂåÐA~x (@h ‚ÊžMFì1lâ žà‘4·ê‘S»sÎ0õä†7ÒÐYs²ßÊ¥Rp1sˆ¬œ+ŒyUÇCk±Ë5ÝøVÖYsîÂðh·õÙEÚ p÷ئZ&…4ò1lÙA9|m2se|Ÿ6ã¦?Yá®°žj€ÑÊ‘ÙÐÚ•Ì÷ׯ’›ÁCëuò‹³ª£Ýš³ƒ#q˜N²4g{ ‰b¸²¸Û…­Jõ¨?ÃvêÒ&yÉF.?Šç‰¦©_RA‹˜¤×Ý=G4Mý2íÕÅ-ê¸ñôÛ è—UM#®•WÇ¢=Çi ~IÕ4ß'tÑ㣣U:”GÇ“h¹¨HêRùG…0è³NP1¨V[Øz$‚/È™Ì › q¨ý;äQûï7,ƒæÐUïžÂo~¹wУ‹ =’®£ûÆ‘á!íp7 ¶Ú1½‡{£ ¾†ZèÖñ£S (}n«çTKúß “ÇœC††RĪ‚JêˆPˆ˜Ì5Á?µZ­ëü^ÛnÐô.jrµåóº¯ ™4½D¸©>aš¦ë„¡¥ŸÄŠÅ´ Ècõë³ý~û>ÖÂ[ ¬¯cßÇzõ&ƒþÞR¤Bú#fr\…Æ7ŒœfÉÝ4³ éóÊ—a‘D@%‡ØZY¡Wf¸;ÍIè:PYC6;MOuI¤w¾¶E>™ùá7q©8¿P(¦"8wζ9?wàܹsȧ)¼±¥@¡°0_œŠsœÛö¹öƒž·y3,¦ œþ" o @¬šÁx#n·‰"Ç;Î0¦Í~šã4H#õ‚½ ‡á[ßõ®wu† VaZØì§ù¦’;Õ Ð¿`"†ÏoªÚk˜ßGQ˾Òob; 1±Ý[‚PUîx[›dëYÄ_ñï°ÐðÿÔrÆj·ÛíÇžÏÒ`<ó”'y"ôñ†ãqø(»\D»Ñº¡À¶ínÒˆCšœ˜$N7M* ""¡Ë(ز³3Š!Ž:Cloa8Òõ†FJ×},%¾{¢W„ggasvÑÇ0Âþì1êœ×;5a}öuXw…¥Þ¡(w¨–pg_G?G*a^¾¾4öWV|¼5 ÃÍÍÍÍú‹´Aíézz÷B šB¤G²ulЮs‰¹ùJ0]Gbí]ÔLµZQ”Y©m©f÷â•¡^‘MNË’Ì<©­ $Û‹¶$åKmÂ?ú Neó nÆÐ!¸1zÎGßeÔDqå ð–C†WkìdvPÝÍ;Ñš3Կݹ€¢äAÌ#Âx$~š%Êý<mV¯·£ª8e˜,%2î!<˜w}a[>6Íîؘh):Òµ¸÷‚Ïá™Æ;LªW! ±¿À£!±-ßQI$Êñ-›„G7ÑiÄžq=F ÅE©«;øeðTµ0oÒï&3+Ñé…Î` P"ªVå‘Z¦6©#ÿ7×ÝTýÛ¿):Ëu>œèS§tòa‡26 l0XA¿\J÷×÷×\)GQX oÕª¸QÛ6]¤Áë^ÐEjÛúÆÓ·ÜrK`šlêã®m]Ãè¶í~|Š™fp BÈðýEtCd€ŸàcÐM(M^€ñ0kGR«âLjÅEÿ# â.vA—îPéÉ@š˜ñòÛ¸D=“ œP9ßÌ‚ö*:´íS—¬ ð!†çOŒ·ãðJ£ ¹¸”ØsÿÙWyüš•S¿i¼ ~Œ=!w•´šk€Í/óÿ¾n(µû÷è¯ö»pôyðÄäÓpÓäÓAWMš4z~mó0¿0¸jrìÉ¿€Ý˜=Zã·©Ån’ÝoÀ$tÄP™îÑþ@b‡ŠQ¾¶ l½¼)˜]íô„žŸ@ýÆÔbe2"/6ºƒ+Ô íi'” Ða}V§°=å?ª³(ª´Û•(bõ‹5«ƒ¼pù<‘»X.†Xµvš¶óöãCG¨Á²:¿ ©^M0΢€ú`vZÔ熖A%ŽÄSf&:r¦Æë­º5ë A0ôdr̽vo¹¸wÅò7½a¡jœ`L÷:Y§ñ†$öÐ3O„£õF£¾X[u@çïg¼ éüQ žã„q8€Ë@90ö¹áÑ.ö}lò#Œ©0„HBç†Ïˆ',ì_q]·2»1oÌ•ÝP"@Cá}ÁÖá¼eWßuÚÿ¿N «Øg˜È’£mfÀÆ@¡3Ãó95˜±O1‘eGÛ¦EÃ@ɼãøÀ†ï3L˜'ÿÓʧi¾e®Tèô?Œ|iý™â8º5ªMN@B·í”‚G¸ÃØ2þLCqwf»{ÔHœQD1{)c£‡þ`Tšidö,>Î/LOûÌ·™'Än%ŠJÅðµ&!TÏLïeÆñk-,à u瘉ßü¼Ý–÷³º¸ßgÄÌ —ªÕ*¤ØuêõU”W¯·wÍÎä ª‰M“‡¹&{ð¡í²³4Å/¸ ,uÚ…Г¨‹ä¹$k“åd5¬6Û< $Éu÷‚ýê´;¸mϹÀU­N«@ÜWÍ਌Nê'îY8-`“ñÈIDg­(5Ü.ÁfzºÛ¡§ƒ#*ú0Íš¼¿ÅÕýH'•JâûI¥’Äñ]Ò¶ÅÝðÖX}ýºƒ\¥šÄ±ïÇqR­äî‘òžk×ÏW9ÖdŒn“Ì€{ âXÛœj=2¡ªÕÄ:Å€ºÂÐD[³UÏšY3 ±ÓuÓÀh¯ß;©q++â¡‹•M­[†UiF=Û2 €äÎK…ãkÂx·‚C*"Œ1‹jØBòbÓ‡ Pêð ¥G¥nôÛÌ e§u‡ac+ÃqH€ƒ”‚!­4³)Ùð!M~rFòè÷$AÇçC)DQkŠºV:-††iÒ^×ÇÌ;S ³ðœoå+¸ûêã„+ù­É׎mÙÆFè°$£¤*"œQI0J`“ ³ ŒAÃuKª8‚ƒ…®Y¶ŸÇaˆ‰@~ “P•w( çySÊ"ˆ™‰±{³Ùü8éâ‘Åz°tµ'ÌÐlu#”Õ”v$öŽ_v4·>\ÓÓÉJõ˜ÝäÕ_Á÷Ã×Ñ.ôò¨ïŒ¨ÞÐœí¶b‡‡XäAØ1.•‹-2E€ P ]î¶Y?› EÒl¥ß£¨I\÷®'Ãé×½ÎcÚ0.–ÂÐH‡Šûê M²W44™WŒBÓ½vóÑ€Ô@/!¡¶Ál7÷àO!‡ý8ö¯sÝß+=xìz#̤çÌÕÕÕUuOæ?@}¿´vÍ+njš¦ÖahŽå\º1æ¡­ç¢ì9w¶sÉ=îf+˸h{D±L·Å’ÆO;1vÊ„,OXd+Øzy>¯ì.À;0ùƒœ°•Ç.³pÄA ËÐÙ7!+Øx2Ò·âçUGÓÌésì8ÕA¨žB½ £Q·s)~æ½NF¸Ù\^n61¼(UâÁ28náP6%±Ç^OGx?ëôõÌÃr*;TpÒƒB¥™æuËKKË×™æÈxÚ4Û33åÂÂÂŒ‹ß=Íh„ø`K¾»3 …òÌLÛ4Ÿ6âÀAS»I ¬ôÑ“GÒ9¸Ôp¦’¨ÙbƒùPnÃ2ðarJÞ T¯xÐù‡a_êþàlÇö­¼‡Nøo•‹AÕ'/)À˜Ž pUð.›=ý­Ã®Â.ðà^ÜK_€ëå›ñ’”Ág/ÙŽšyÏ…àz=;b¾g°ƒU7àjÝ0 òrŒ16ŒÝ~±ÝnwLY¶E©“‹éëÚíö¼&Y§Ñ±WÅ’ïíß¿¿«œ["…ñ §¯ góž P=J×M®qœ­¸^þl!¸þôÔ«m¿ÅQÝý%E+ÁEº;®PUúËx s«E£a~gLcnòáx`ž“Ôní´môз¤AÆ$D½ˆußJϤ¸£|¹;'5!DK¾;Êèà_I›-H‘Và3eŒ)fÏó-× …pÉ4Gù¤ÄÜÛ¥”³Ò‚åaÓÖQLRí?‚¼G: n§j¹LI—CÅ–ˆZ-­Êju!ˆFCè¾ lµ›†u Ø$•†1_¿x4 gŽB| ‚¼„ïã…ZÍ¢4#Û½«ßƒÏÃ%$¨H©ª’='ÃBìFU‚° õvG%õÑ~«%»˜­à?©pâ•=…Õj±Õ›Jyw:?{|:ßôs«§Î{I_c,ÏŽN:u›ÄXbïøcoÞE… ` ºç9åR£Rέgµ^¾M‡[÷úªj:ÚÚ:»µµuÁÒŽYUÞI„Œ¶î±ènôz=ö´¦—Ž9‰¢0G ŒzgÜk#“ãH¢N Â} ]?ݸ-»4¸°î8njfÚc[é“yq“¿³=!ÿꙹi×RP»ìäeÌÀRÚaè:^,Ûó4È6ñZ […J¥Xp9& WèÎàÄ–³öh.ŸßÓ¾ps¡óùr¹0þøìI!Ÿ‹]xþþ˜±ÐBƒögÇ)Ò_å$&ǧ#ÒÃ<˜áÍF¸ß¿ÑêWº]÷JéÉ|ÞM|9樹×ö™={ìv­T«ÐŒA6LÚ$bløïM/Cì¡Ç­/êôö–Õ”KUs¢®b6ÃlÐ( ˜¶­ ±ŠBÒ Ý;3¹1¹GUçõ¹m%Hãmš·ÜõfmdVIô:h K²Z¾¯C\µ:b ˯È÷I[òüÔTžK[ê(òÞXþVP¦´+[rÙM—Cú E®§Ë]–Ó‚{A\Z·ˆÍ^œo>vÔ\(Îà w΅Ǫ¾Ï –Lü!ænøá÷éšàÏð×sÒêÌÌËWïâÝÒ¢/À"ˆ›îWAsè„Àó¼óèEïóÄò]wžk€S® ÉJ•} кJ ­¶—ª)ž\² F4¯!Á‹þßß'ŒÛ‹ÕU£E­”1C·ß­•"³0ö”(-MW«‹wZ‡<9u¸9ß7ŒµRÄ>¡± ú„½§†­,2»$ø×5<9ˆ®³ë~þUЩqíacä’.<2(ÔB·z”VÌŸ|=ˆÐp”ªOë£SsœÔg’dF蜾'ë2² 6'v{…4î«ÙÆâÞ{ïíxyíb–ü+C°-àûÅ+›¼dÇ«Uû+DtÚ4»ÒQGCЙ}çÎìQŸÊ‡tð)Pÿ|´à WF4QŒÇDóÔƬÐè,õÚ÷…Ñ(ŸÛ+?{F»žëjCš)5Cþá\œ¼˜¼ôu jøÖÅ[rH S€Ünx,ÿÙ¢ïÃîÉКü!´a˜[Áå|»á\Cg~ÑØ]TTæW´O·ETÖ¤:LèඬÃSž"¢³šT++Jí‹#ê¿í•J•èÕK—.ÑWRø°%LSXŸÌÌZw¦dóÖìÌà“w‘qÓô_\Í QqŠYȺY«mH´þÜ!Ú6\KrÙ^«©^ÿíûþ¿î&õç¥ý¾ÇJCš.¿pBǘÒàzˆ7ds ÑsÑkc(F¨}"?dåéGÐk`é¹)vµà:tâ£C¾+WÖ8qw‚K¾°¬ÛÂ݈r‰¬Dm"K%=ÕóÂ/­Öòr«X¦¦µ†’_g•\ªzHûu÷·0Æ€1`cÑÒÞ1¥ññn¥ ´ooð ¿Ý6T+Ýö¾}í}tbÌØš+ …9óŒžÙVN·]×­ñ(óRŸ"ˆ¢/Œ¥…ïçç×l“lÆîCaÚkóóa þTèŸäÒm_¿÷åºÃÓ†`Qô†J¦Lòâ§aºuÝO/ß¿ Ft[õPúýõ¡cô1þ¡Q@mtŒ?gÆVâQ;Á8:!ÕgLw¦tÈàxº© ÷\<þ|µ$Â0›¼Å¿Ý§ó¹ ñ€4;<àݘ\‘…RŒö<]Ó>Ö]ÆC³ÇÅ›riô·øEý’ó­÷/3-l2¼–ÄI`NºØ†² ¹¡¨$q”3hM²ÈÄöžÂ×ËtÚ&¾“œUuVÐKVB£·^rÞˆçAb3F™TÚrmNžLÙ¿]¤ëy®Kæ¥P¤Dæò’PS(!óÒÚêë!„2UNYç“|>Iòùä4Ü©8¦£ÝÐ÷0m‘—ý´21T•š5-ÇqscLså:Že2mÒŠE ƒXjj¶Ý?׌1®ÙuPǤÕW–\ÛvK%Gk§„sk¾{-?šetH· Ÿ^«téi¶2'æ“ì±ÀùáD‡_Ã|—^ ”8ÔšY¾ö<|Ùvøõé°XÚ#?qô‰KW7>ÄvÖ={ºYLÇÎr]KÅDj§xâè÷í¦:&Ùrúm˜Ec…išu³âc[»»ÜÍ¥"BçÎiw$sÚó¹¯yÍkÌÀ¯!{K¿%_hW+à—šÀðÈ®Ž«hß\lµJ…ã>€ éÏÔ"Η˜Ðcšýñqë_865F9h[üÐÑ/DÐIȺ:é“U+IyØ¿?èþ˜ÒŸøþ m¯†´] †™rJ©¾BþOî󬣖uÔò–+Už˸¬çß'ÚÎíþÂ`ÒÔeX¼ì—u“öG„Ì`\¯ª{ŸEr}¯ù¾ßŠ€b݉ x3üÁ¥xíD©j H¼‚™Q/pChPs áØÆÝ:œíÞg¢øu–KSE8Ù+Ôle;óiÍÆ`;ŽÒ@©J E)hå867¼r¥©Cãµw 1µ[𽶽—‹ÝS 8äܶ”779†\¾…±¢À¶m›” ë Ì™f5´»ú_î[\r±yʶO™Ø]ZÜ—¹'Çû‚æ‰ëø_N×¢+ËݲoS–5o€0nd÷ÙJé¢×Irâ7ÿiBÖâò…óÐ{ðÁ5Dìõ§\ˆ 8Š—oË?ÉùÁê"¿®ÝŽÛëçb§§gf‹ßn¶!î?óÅàû ˆ¨Æäof á¬÷§¦ð»þbciÉÛï;üwËkæ­Z}á_#ë=8ù]¶Ü¹Æ6þ²áÞ‡ôr Uv&¡ØÒ=K»!.Mst×,ç¼`WÜ™ä çC ÜçsÖ÷…STe²ƒ×êΤVã›BèS…à>­¯q‚À¹/Ø|}Çý€Ô^Ò¬£(¬·vé*ÑeŒ€é5zŸ½Ýiw»Ýz·ÝÆékr¶™ä¨ÚîIöñ·+nó}¿6Eí~­BØO½à)[¨×ú6ª†AE jЬdןT«ÕGßbc=;·Vì²67«±ý–G«fô•š±’1lD/C¹_TJ?Ž-Ý Â <8\£ý¦¢# …Á%š²´…^å3éu:qÓF|‰ÂÄJo¥!”Õ:'âMµQVP²f¯¦K!®¡@B)>îqebïž›±˜íºªq& %AM€F™LÊÎÞÊ``(ÝŽSȇ›pð{~û8†¡uÁqP,Îìw óüðÿØÌŒ‰í8Š3ÌcÌÆø-³³³¹KƒŒ…ô,˲B”QP¬$3ºÔxyV¾QcUDF#ýGÑæŸÿÿ29§NšÎ7kµØ“‹|Z«*åèxT®*µ4/¸ ^\«5çÓÔ¡œ›9L qÃV È‚ÜÂä¥XpÜ4M“çS*à%dCö¥lƒO^% »¿ÃÇxßG9ÔA×¢;¢ÆêKÔY£Heúši4³1‚C×YNËï"¨¹ï 0¯mkw¥›Úr‹R ¼ìrËè¯âÊY^ÍE߇¯(µE»²˜ë2˲ök,;Û<¼µµœ-ç0eÙ¹Þ†SÏoø0TaF!“¥àûÅnR*%rÆ¿º©™™)‹”Z–]XámÈã¹zÈ»·ÛOðK¤ÛA0•ú€„ëpŽÃu Éð±~ ÛoקЊ߮ϬV]òrŽÃÏî™[¢ðŒ8Ÿleò{”`¯ÇÌ:–‘ÇÄ /æ2Ä0Û9XïÝu= 9†m¶9é*à“NÛc8™pXq,¹mFèA0›Qû˜©‘D;÷6‘°Øº¦Ü)/ÖéŸÆ´¨”×[3ù §x>Ô6üÃêWÁÖáù¢³úq™t‚1ŠÑQt=Š~}˜š5 \’8Kå6†ÖËÉVÀ‚å!ØšÅö. ŽJÀ$ñ®cð˜‰vg¥gõg1œ$ˆù4@K“m¬uÝ; CÉ@ÏGàýUèçÁ‹'(ÛsƲpƒöN>è¸K­éb°Y„ât«}~•@–­¹ÞUÏÕòÌÅ•¬žo·¦‹ ò{ÎœÙc)a†´œä§0Ø9³'Ö¾‰ ¿ç \,FyFp¢"Öççí¦ŽJŒ…8¦€†¨X C“Àõµkéd•HqL¶Š”@˜NTÌœþïO—2Ê€°Bš¦&¥“¹NÞÆä"䥓a–Ò+\ø%]ˆ‚ë“~’¨º µ—@­-Ÿ7)^5 FØŒÌàQY­ÿdcˆçæÞòmJ«¹¼ãçQ*ØH ×IÕÒqÂÌÏÍZÓ…Ž“ÏUÓº ã«W¯~ ?co40vá3‹Ä² dK&™^k°kzms˜OÃFè•íð“F>“÷)én°Õµ¯X’QÈ[3°t­Ù½ÍÜ`cæ¹Éra¶¡ÆÏ7Ê“vsíÅ!—ÑmžïnyùàÐ ©Žm]à=ág¨‡qÑREÀ±BxX ]¨¾¶;ËÂ`ƒ)\e0Àb‘V ¶d8Žèy j‘¿fjmŸ3̯l)¨ç''¾GJú ž²Ìs¶Ö朶âõ—IÔ/Ø‘G¥Þ.úïˆåþûUYÊÓò¨$†ý ÈDvY1ð%¯ÑíZËfòÐE ÍgÊ?úãɶÖF›zæšÆ¾ŽðNôŠ} ˆËåøuQôºÇöX¿ª¢¾Øãh¡¸ÅVxáKLÆâ—noÐïß5=¶Ï<­¨—_^¸oÓQµŽ¨%S*•â—Ö ,—!~ƒ~}ÙO—Ôš4¶Yî¹íÄÅžñuƒHóæ!ï„$wøІËÍ2æ&ë!rMe½ÇÓøÜ®EëüÞ’Ÿe8™5ñî¿Mòy6þ.ÃÛûßË–b Ñ·¼+-c®Öè Ñ„rqê:ÂE˜H€Å‰‰Ú‚ŒÓ^Ö ­O©éBн_mÞŽ.ÙAάj'²g” ¡ÎÆ™Ÿµ¯ #€qCÞ_ò=Tu­7MÒñÈ™}ZÝn¯ãq+_'(ÊÃ~\üÜ#‚¡e;_v¥|‹‹‡;CÎ¥äüÇ&g½QÚºÚuÛ‚,¶íMÞ÷ÖO‘¸¸ÊMr\Vd{Ð1@ÂÇíG¨A”US1øâ•'j¤²ÎôéjñІë® ‰K^ˆ´Òm>t|ŸIˆ4Ý`„†JM`9qaž- ‡ ¦‚ð¥Lö³«W¯sJ`š9k»Áqã©,õÖÉqÓ´1\`óó¦––ºƒïaSÔU!*c ®±îõB4aQ¿Žëà.•N‡Ó1µWPms^2ŸhŠPPî}1cã¦PYP¹tÞ¾–/zhË ΢ÚÌLz­ʺ–²8Ÿ|‚µA7Ÿ4ýwfsÿþ“,Ž*õ,20íža˜˜ëDuÿÔù“÷^T,•âj刲¤8J ‰äó1£Óyç¾_¼ñðáùy³ìû07TÛÌœ³¹·B ¼É±ÚÄY}ýD÷%¯‰ Ú¦ù(mäÎK³¥Hœr‹¨˜ û÷qdëÔ¶]÷D€89m)ÏL<ö"oM®¥ uCÜÄ»™ë%ÃÔumûDP´sé;­cpnê)¹YFJ?øð÷Ï ¡ÒÇp"š“qw"Ñ#ê±Ì€Î)BýH³ÕÜ–¥XÐí´í®¿DûâÄp<`» Ò”•UÚ)Ñ•Å©î·C5¾É€!D›9mÆtÛWÀ8¶Ýaœö"Nƒ•v6ªÈM‘ë|  Íti¹æ ƦÂø·€ á¥ËKi“­F’‡U[€ÍÖ»Î/V«4¤ÕEqè&ó, Ú®†\FUj NÜbhk †Qœj ƆQlL ´Îˆh¿þ`‹~ùE¶MM“Ú"ì´g0…A}Ðlñ0’6uü·u»¯Ì¸úm•òb/–+ü*îŒ6ø~;ï¸Ô–QÀ,üosssȶW³ƒE ÏÎÍÍ-σÅÀ¶@—*©wÚÙv]iJìÒASØ:è´dv‘r¦^[é2®ÀpvÛñôåšú÷‡ç_Ó\öMÃnGL\0Q$FȈ;n¿}òÌ% X[CàSyˆNøÙ\ŒR¥(·DÙÈ3ÿÌd9!´…€Is4Ž¦~ÛšGÛ7VºË3OÊl»=1£Þ¦Á5_ã ö‹®lº´äÞŠÅ™ô?„0š½ÉÏ9É«Ñä æi‡b»ùÛ80÷¼íîðÆ'Xi=2»5ìpPŒ2–ùé7;ÑÑCôQ‹cÂ+òåTšÚÌÏá›3Ñ ºA î BO2ÎÑTS¯nlLNõÀš666fžús„$©×s7ÿ_ÿæ¶Cf76fÏLï­¼træškfVg¶Å&õÊ ÏÙØØØÈ­C¹uïŸÅë^~ýO`5È™C祀2HŽ k ÷&E ¸‡¡=ËåóÅUÎoò4å©Fµ˜Ïçæªä 6ŸJ’¼)ÍËxྯ躮•xXC= n3!•.rï›íÏÍçØÍàÄ™ã¸Ëå· ™”{ʵ¦¦ã‚#´ƒ<Þßx:Ò•©´¯ƒ©LÆ3û:7¼©Þ;y«ªLvì£N‘ü'6Эè¥èµh»Å~o0XºH²|T‹ÑÐ ëe-´áZ5t«Éð ªûKE ÀÃ%jÇ(§¢41¼ë¶uܶd\§íÇÓ…‚fêèÑ5wÑ;Æ èó”Géa±¬u..>ìOÿ@T‹ˆŒ¤bEp“EôbfQTLë"ÔÇŸÝÀàìõÿÇ^Ë(Fåúv-B<ƒûTŸtm“ö½˜àœÜ*C*~àÑAïÔZcÂ|@ :ˆn£T•ÔæXûûÚ Ü÷ à@ 7 FÁ²’ZŒl†>ƒf÷êŸÁeøOÍâxÆå;5ÕàùL ©à·½úƒ~/Q˜ðYûBÖîÎÁÄúïì7‚¯<ý/ò¼á§Zá=¦mY{Ë:†Ü±·¿7í)Å3™ÚȺ­ýƒ¾wÞ·„N'Œèœ0­N~¦ ù÷“©åøÐ*yvZW}š¬ÛÍA–no6}‰c”tf œW ÁîXŸdxóŠž7ñS_%Õ Œs¾oS-,û£½míÓÖïû|TÓhãŽtº½8짜’ÀjÈر“¿¨¥m“ñ¨m`X VÃíFn›¡'—uµVцP>H ™´;æÙí†ÀRx$û””ÐÏEQnæµéGVz0q49ˆ$P<^rV—lþ¿Û‹O ºî&ø{+Á÷}·[ß7ÕüMÁЊ8Ì9]ç!̉óˆÇ7X&gïXÛx“ÎÇYB\C©'[µ¶¦§]÷çÈzCáµñÉ t¨Ý–®Ï,‚g˜¬×-ëçKÊIÛá/•Œ;pÅῈƒ¡øÚº3Ñǃ'×Ó)pâqtÝD¯å!'’ùø}ò|ŽQÏ“c糧ÌêS¢ŽæÇu§ip†AÕÔwÝ:|’^§K™Á>؉UŸ\Y²²ðEÕ{Ã-g±ðjË¿Þ U¼mrÉu/˜>œþJã_zøï{¶n5 iDÄ“"#ø¸0ú…i“Ãwݸ˜ ò¹\ò?ðmO)y^^É@p>u=÷]Wrø¢Îy­»m¥„hÏNÔ×ÀCÓÝn·Éµ>ïÓ/°]g¿™î·þÉx”n!dŠ¶ÍÝnlZ—¿*o}°uâ-¡ïDÆ£˜çAXÛÁÛ·’6¯1‚†‰J㣑o[+Ò¶õ[G¨‰Éx‹Øc¬†x±Ûå[jTÞç2Ž3u bM\‚.³²!x­³Š‚“X6íaû0¼GŽÂ8?Æ&B=ØÅLf”ŒKNÿê£ò¼µ‘ëUŸ´ãR ·ÆaÅãŒþ¡}Í“ëÑsãˆpƒ7¡(‚“RDʧTLø¸ 5®VG·ò'”q2z ÚãìèY5a.BÁ—‡‰Orr“‹Ï~îßàøìv=¸ñ‡Ñ*3Rµ[¾…›n†r¶`…«$‰ûLa;¸ÚLûý|.Ü·Ûc?ÒÝŒ£Ùr<Š:ª‡1iLÝŠôä °ÑºÑßr¼ â´‚î[|SÙÓ“O\¼xQ§—z1ŽsÕj¾a«MnõO3aªÓâ‚çLOþáâÅ‹Ú4]øb®ZÍÅ1 êØß æô@)¨7ЯfôöD–2Å8ãá §¨µ¿+#kиEiãU/¶kF¡Y>†ù\V™™©V1LeÝ•Îd‡Ý µ°¾ •n6¸Z™©d¹|æò FmÓv7M#Ó’›Q8=].¹T'5=öœl9n©<=F&ÿŒF¯tþ:õoÇ7÷zÆÍ>Nü¾­Ý ;0©)]n h¹³Ýkw.yßB2OÛó…<©ùSä ów41Í+N¦Ò jFçtª }jH“½Å…jn&Jx„¼¯ðF:H¥C{LkÃA9´q]”uH'3Lݘ; ãQ'8„r:zŠÃâ̶C‚9.d|šO‚<ÎæÝyýõ×o÷-ýÕ³¿NÓôT7ͲÌpžzô¹G¬·_¹ód…ï;µ81»µµÅ&yÉý°týõ×o=ÇÉõúl…èöµzÀ¾·%iG-ÌgªÐÉÒÄÎÖÖV@÷xƒ_ã5{=Õ6‘¥Í¢è¡xˆ˜Ó{—#Np’eõV?/t¤ÞlQd’rð¸^‡q<µk×,¾ö®Èqg›Éçf¦óùééü, ¾PÛ¾7OŒ`š« 08{Ë-·Øö-FÄé,??«Ùh4ÞôS!˜úlŸ8î$ú²ÂÖj5¦ƒÁYò&³úõq¼q%ÅŽ©=öÒyÖ¬ûÿû+¸?ƒ…9Δt‹Ñ*;5A8îdh*ÆÒ|Þà%br»mßÞÞ¾gtMæô ß “”ˆ—ð<“G›¡Uêƒ;ù°OÞ}¨ zÚ=õ÷¡¡ÏÃ*6šê›¦.€ ÃGö .áu¿ %U2`+}Ùx°@æ©:ÉAG›ÄÃÀš¥êu¥¤¬-¬ZJˆµÅ5ÖëR*U_\BY« µ_Þ@]YBÔÖ”buaÛá «B(µ¶PâS ? Zxø®8hº|üÿõQÂJ=‚G/,¼ ^#´‰Àß$±Ñuž´d^mèµ za‹-g+ô"^/} ‹VºDAqÏò–“ß±¨Èçjµ\^–]/¾\ˆUaÙr…£æõt•e‹U /ÖmƒUéµ¹fÅ‚ø^¡m9”æܽÍ}ÿkÎCikqoüÿUŸ›¯{E­æÈ8"?,—¬…PšzK3bW…‰Òö‹Š6˜Þ² Ó½ÐtÌ‘Ûözei¥”Ò–R ÓRŠG…ÐCk–[3™¤WLµLÛ$eÚ&&iížcù—*}ä<ç=3Øí¶.ò¬g!J‚\5@+]ŸÀ½Îdh Oég¶£,ÎÏ&!ìĽ è÷52´‚ÎÍsž^Š…Ÿ¦ñoàˆ:‚$eš§¹É€µðE£Ö¨eÞŒ÷b·+ŒZj¾Œ1„æ³nmÐý™u-Že¥Î7 2§AH;¶×M'“>÷ÛðkcʘÄûˆdtV‘ª˜šU¢®£‹ñúþ¼Z­5%ªÕjUL)²¶‡QÁ˜©ý„s/ƒÓ;q&î×ìÓ€2;βØf²ÔœK>’Ì5K'I¼·YJæÒ¹¤Ô<þÊ+#d\ýï«ß…WÂÑmèùèõ±KJR›3—2â¯qâ&$¨o”°ó&–ÞQ ï…˜+îRô™V§ÙÐË&Öo#­øç»Igy0 9ÛB|°}MÝÆ­ÏóþdÌÀB¢©¡;¯ï¬t!Ú4·¹Ð7þs¾ï ÅRRú˜YJY  RF±þ6ÿA€™RJ] Ž”ðo'ñýwòOsss ¢™Ø7͆!­­ FÉφiúñL$`ŽP&VkTH¾¹G÷+.ÿ¾I‚ã³ú_÷ÜsS%ç€Ù1›æú¹sçU€§¸Ç49˜ðÍ Ÿ¢‹2gc$¿XÃEâ‘“˜ö׋†"€K·È:pýù~½¼Cˆwèþ²Áä7EUÄ2ÆCo—¶-ß žÔ’Ö 4Ø`GÄDOÖ ëüüh[&#Û‰ FÞ¹«°Ði» Ó ƒî¦ÛÀ͸-òTaÐY`³ÎUK¸¯[êsÈ ˜n·]ö7~¿?] -™ö.”Šíè²Ã¯7›ÐriA†½P*S²Í Z,ÍØ™¾¿½¯‚sÈv» «ív»}aûzã¢? \¯,-®9ño´Ûjõö?B«ÕÝbÇÚâRe?Úлú‰ö県áǾônðâɺÁ}³4ƒx Éâsn7*fA惗®È_C·qVpÿÌ-dx82=Ýšût•\ÎÈ9W+TÝÒÏJn ÉMCî—wÛ¡þq!öŠE/^¼ô¦7½éMo2™Ô-lTr9#ì<ïÜü`})Š–Ö»³³f¾)/V°b§;Ó•ˆY¬·ÉÄ€ %ntª‡]m -“Ð,•Þ¸Ç¥^Kàä÷!ÌŽ#‰0“¡¶AÂéµ÷>¥?V!Ô¨–4>‡›Úà›Œ­0¶10˱”q€ÐúúäÿÙtB.º=ãTSô Ý[³Šo伧”–6Z6“5b*‡ AµŠsi¹™œ‚¡¤/íùéz¹äs„0BWwðÕ Ãg~N7Ó;î9ÙÂB<½÷5kUÊf{ž™¿ŽöràDŠª¯ÝEqbjSˆmßN˜¿‰_†é‘£ózè‡ÃâÁ^^X²J ­€W05èÄÝY±U€˜M‰Í†Õ(v'ìåè Å8²{îÔ”ˆÍCfk™ON2Œ›¤¿`åŽ' é/(veh?±íxbqˆîgá”xn´Ñ[_¸šõìû¿`i$Ú=ÅB0Ž„qbE;¡0›’e†¹§WW1Œñêêi±jôt´aJî&“6¸rmHMíÝsîÜž½ª†s[¸ KÛn ëê¯Á¿Â—#\aêÚB>0²ÜŽü³ÔÉî»kKñ`Ú¾iÿQ¯\[q§¦Y~=_?µªÐº;}œ¹ûï\õóÔv«Ç«õ“õÜî„Zß.U;UÏíÊQëå¯öYûûõÓA°1ݾ™S"ßüqeþÿxcñÇW6[¥’$Öl¹Ì;ú‰r:ø÷W'0+šáåòÌKw’=m º!m’ƒƒ°|¶3Ö8–u¼øCAéŽg6Õév¼>*É·Iœ»£UYè³½!^å°Æ‡°Õªäç×®2ÙŽe'iø"LŸŽŽšGõbô0Ä^ ©|HÄB ”OM<÷òDÔ°”µª¿¬ŽÑÒ¦ Jg¹—zÞ±ÍâȬ„âHS–U˜3µ¶;HŸœ‚J{!#?+¬­ûLîÚ2Ô×òÔ[hÝkq_«çUµÚ«ên”AIx7ÈzïQaƒ%Ë=ŸÌÆ|ÅW ¹Ë{^¼Œe©sêgú¥*סèY…Ï}ÁíJU»¨VoåE|I–lUH"JJœó œ<ÐsÒtZ¾l‰ÞÔÊÊ¡tª¿°P5xÕá¦wí:Ük¯šÖªÉM¾º&`ùߟ†q„ãÑîQgzž™Ü\µÌé—Ý€x´?lÅþ--çÜý2‰[f¯:Ìr¹þí/[]ðB“òŸ°TâAŸwÒþ½°v\ÙA £È­#àWi‡4ï`C]¿÷bƒ ©¡'#µÎ’0GÅG¥Ù œYŒ— R‡äEåŒthw9ó¤î]Ù+^áÿY8Œã/ïÅqŒ÷.ã8Ƈ 9~è{ÃáГ:xQì—L`šÕ=wݵ§jšÂ,­_(æà¥:ðäaQ(îÞnWï‰1ŽÐäBŒq|èbŒã{ªíí=……#³³³:ðä5”+¥LÒ))ÁTJ%˜Ç‹ƃK²Ž6%Ç‘Ú»ôb¢/Î$ó*ŶȊDý1IÛÕÜlŒèé4ì">—Å:”ûguéÃ'o 䆓?~ž¥ê¥fIùr!­+_bžÇ®ÇÊiZþr³Tï‚\ZO¤¯J«@%íó•Z­ÛP«¯÷ÔêõÚžñz½#ÓÖŽÅçü¨*Óv´mž-Û¶BBÞÌi$_Ë´µc›*,FþœÉxn6Å!øÃÿ&¿„Ž..„3\ôé¹ëÄlø‘^Ä"þ¡8¦ìz»½"ˆ¡\Øí”pf†h™Ànà$VŠ€RîÜž½{÷-í’ÊfÖGQŠÛŽqCR£Æ¯”!—±!¥ÉMã›%|u¥×t•¢u©¸¸gÏú¬->‚[Lô9-ض7YFCo-§–]ªÅ&¶ßõèÚ·ª–¯€Œ+ ;§H™–«KúFH~.,Ƀ&r5.‹öî‰ùžôUf̃LËÐ<¸²œ¼mô7ý╆ ŒA¥"ž¹sí°ÐQ É$Å¿ï"—}¿%!nðÒcž¹ZkÏ'e496ËO3°zÅØ”ˆ­¬Mï¿ž¶ä­ÙŠ6ŠsýŒÇ3û³»ï¾»Ôm$ H­z7meÀ¦è£vîÖCîÿö4­ @” êyRHÓ–—‰•¬Ç´Éu˜©Y—ÿDM`dôB¿f^„çiÝz¡-ÈíƒñÅ#?f4y¶Ýn;P³IkÏk]±“ŽWÓKïý—yíÅÞA¢Ld^„DÀŒQãýo0g_”|î}GŸËL¡3Žóþ¹ý ¾_¼ø®k;;v(ÐÛ&Þìœ%7£;båbeï±lâ<©(Aà„¬åðKÓ¦Ï)ÁŽÝV¡7CN1óu¬ äCIíÝ`Ë¿¯<^võ£${Í›DQè[6à*7ݲ$ëËðμç’Þ\]ke¥©¥´S¯;ZYµý¡n°ãz+¹ÿ­þžnÌ aŒnƒµOËù£^Kþ‘x=+äzîŒ2ä_ÞKQKÉ·õ˜ð° ]„gëÔÀP¦—™Zð·±·¥ñé@Ófr,Hu0û²1¥ì$Î7õ[ç3‡Þ^Ï'P¦~$ö–ŽP”RäÍô,×OqzžP©šñ¦Âäyªù&6ùü£ÍØɇk®,7iöø* p"˜ ;X‘ޱ檆›h7×{ò|¹ü²J³Yy&ŠÞ—Ëqï†:Îû/÷{¥³“_Âì¼”7×{ÃùJ³YyY¹üL\.ÇÞÉÏ,//÷Yëô(}c³&??a0­!3íÉcñ¯‡‹ F$HgHV Rá,ž4+Ê'ÝP9@ÏÍ÷ÌôÌ[4½·fžy«œ?)ÄåN§sžaØ7ûÍôÞqZçá8Ï¡¦IïœÌ~Mˆ“½$1Ï$Ñço¶-ÿlyyù<7g“ÆôRª2ùÿg¸8MsœçÒ4²FÌìSžTQ{?ÿØ8zã„Á/ðÇL3†ðP(ÈTWZ4:kIÌæ…. 6 1\ˆš- ´½§Çûƒ>-õðß= öÆfzÉ…7ûõôzm¼{÷ÙöôLÙõ;[^Þ ûK }•Ç1pcúßå¼…‰iù®×oLœYAqgùؽ¦| L̹åQ ±R÷N¼œ…˜1Ë¡®šëÍ3.=sŒH+^oÊX 65>»{7ƒºc»þL.‡[ýCZ{aq¯R,<" ¥¤EmAù;’o6,Ó„`f6¬³Œ›`.îÍOMYB‚;7—ŸI}WA±8“ï¯(!@ïޓ׫}X¾ßW¦ î®õ|Úcço¹Ñ‰ ÜçÜSÑ‹®þrñ!¸è}®%.Lz7T3<ß*ƒ¨j»Q€áx]_)·Zív«U)‡‘â\Ea¹²vQ9ïßùŽœ ;§ºÙÏsx®."r¯B¾Xˆ'*óŸÛòQÒ›™;G{Iø’WÂ.! 'æA!Ée”õ[œà®•uBEÏ· £­uÚîB6¸!Woì‚«øf0Aãïúd‡FF<^Hí"³£ªIáì º†ãÃù9Ôק¸Fdö{B'|Hh!$evnÊÌ+‹3 ¿>>,9'v>Ÿ¦ù¼M8—õééºüøJ8óyB©´Þõ¤¤”Ø£bE11ö‘mŸv'K_ô†ápÍáÇÂ(¨ÛïýeFb¸»}òú¹”óIÇ;bU*å- º8qú¨’`Â0ÁaùB™ÛÄ+Ò ê¸m‰4±’pÚ•þYø¢”Ò0,©MË¡Lrƒ²²àN)•RªDËÝÿ'„veÞf,³Æ˜°œP1»ôû×ÌN}ñ,݆'|ßçb†Ry‚r J¦=*ˆaÓ˜·ìHÊPøÁèÛÓéø±-0ðÈ’³BHÂX`avɶmà>ÐMìµc£+h<Ït P°#H[T aˆ"Š­L,u‚¯¦5£YVÌfÍXLZ1†ÖóÄKYm»”RNuW½ºöŸU)eW%™‚¡&ZðÝŽÀÌåÚJÒ¸®g4aìÀxàZ³£÷›xš_ðÿÕ‚ žç¥ÂWÍA eÙ‚cUµê3 jdD…§£‚Z¶åÅQèGƒÕ‹v,jfYΊO¥1Iéæ‘ÉÝ$ÜØkÐ;#ŒR dÈÌ$¥j“¡tO>–+Ùp§Ãt”²¾ŸÌ‹7'RS.õž'úÖ÷¥üÄÔDÙ¿GS˜)ׯ¥ÿÖg£™™Gyʲ¹’%8áD›Ä¶%•')u|›y³s×íÞ)¼cL\K`íšc:g¦´ê‘q‰g`§?ç6ÿä}Ä´]†MÛ¥7ã2‰KåŽô¸c„Ç7sΉò$ÆVàHeE¶Và{ÆÄ–mQJ­y ïÞ}]2 X×ÕGÒ¸Æ1œ3à–m¿Ôí _tŒ˜èœŒÃÎD‚‹¬$BÐ ˆ°ÀHSÚ¸R†Y¸©3fsÖ'rKRNÔvðC£D§DöÔšcò"‡Å6Åœ‚h†ÝeÜÑø;."ã¡-ɹm\ÐÚý»#{1æi:kœ˜fËÒÍÝû÷ïÖœnôgÎõûÎé)8#ß{>³Á÷\ŒI àyžæÜM+žoÛô¹0`Ì:IlyB4x¶K¦á\s§ÿ Ôœ“ãgáÂ8¶M3´Ã|žÚ–Y3ħ¶e „yo¹¦çy” nŒeSŸ˜µ¯J»ù_þHy=Ló,Þ”Ý^Û&)‹zº\ý¥®$Îìo`züøq) ÆÉÜáLÀÂoB~BÊœñ<ÿÓx_žçT)šB# „ Bˆ¦ôŸ±œÉM‹¿ðë ŸÇ¾ƒZèº= ½½O")[`ª½§vÞíd£ñ¤ùxšrÆL2eç ú÷x›ZÑ ËI “rENiFÓ%·uäHÈðꈡ°©fC¼inÜSéÊN&Y_x#=úb¿cða7Š\×صZ €pàÖ"Æ‚`ãÄQKÈymí[»úè LŒG3B¬ßgúÙVŠ¡÷õù„'R¥X3_™HPÛ—–æºJùÓϺ“Æ9iaÎÕ­0ûd³Ù$œë[`Fè¾Í÷}ø¤qÝ(rµ$@بڡ­(v &ã+Ž^½¶ÏÒóBÌ|ÛgúRA@E3U{g·ÿ» äd¥h0¥¨¯Twniiûal% ƒ¸EqŽ›„söÀ-·Ü¢9'+j„ë8§½°¿¨Æ&. *ö‹‡²NÄ}”¤-Lðµ%Ã?´(#NÚçåTp½çà½Jp ÃÑ`þŠa¿ÏÓ†Ji§C)u ˜õ}̶¶x2 ´.¾§Þöp%É«8}gþsÖaÀ©÷!80!¬W'Œë°ç½ª½üZB‡Ðèùè«èQÆâ½fr«µE'±9‚×p‡äs mšü':fU˳!ÈZ6jn*YN&ËÎ_ærxY¥qÃÚ@æzÀ¸7»gÏáÃ{öÌ n3FnÊÝ#Ëóö_vë­—í÷<}GÜF©ÍÅô2,¸Æà1†ãEFÁ·Àâ+ Nà=÷¤&Ü—HÉWêfÁ‚>ëÕ+WãêදRî8Æ4ÃØ1“›÷ìÅxïž› ÆƉæqŒÃé3‚zÝ°¹­¾M#«kœz=P”0&Lº€­.³wÂíuc—Ð:ŠžªK*‹ÞÃÅp¶ÅE$øÏ£¸ú²/¢ÂÆ]ˆ.!ž¤o‚‡«8`D)Â\Åúy[ÇÖÖêic¹¾-/µ­¾ÜHëkkÇ*\ýðz­ó‹‹‹U Ràêbó§ˆÒðß·ÐcÐóíÈÄ,áZ¼ñÔ-þçA'Iºý霉Ú¿ ÎÜÝé§ÕþáTIöZ2²°@©&„ˆ ÄÉL¿žÈyöÝ\dÜšq8œÃLsÁŸ——i5â"Já¶j·Ñ¢Ép%í®“Q‹X¦4hÊÅCŽy•a1Ú ªRéÇ/È Až_izAþq… gbíX²:7W•– C…W‚ëZh0¼Ê=á¥Ã«2ãõû(-´D…>ðî‘..&¢{åÚ¿ð¸Kú)X¢XWT¤_¶l¥ŸfÎ7ql>f¤åè¯ß‚+ÐS3~Uˆ‰´EZ»îoê×eÿTѼðF>Ú‹`ý{‹Ÿí±Œ<¼»çu3›¶åç,ùR–´7X³Í_û`ǾžÈ¶ü|kÕÖ<Ï7êäwªËès~”óÓ;£!{>˶îçMóÅ.Þ9åëÊǵ’ N¨üÆá‡Ë8gË8£Àûý݇ÿs8eêÉË;…!E½Fü¤%3¦‡&dÿœs’ ÅB”UõYÐÐêÄîÝ×u¨#îcè?oÛ=‡òL Ü…wï¾êÑ+±–¦8‰9o€^»ix^Bþ̯>ãwýúö¡ëÐS2»á…˜Ü¦ïûßpRPv-‡éq>¨V{O2 þç†y’oÙƒë]ž—@žVòêÿ÷œ¼ƒW_YxºW­B ÖEÙ RÛòO_·{7>­nd¼,駥c7ÔmÝÆWÐ¥Zˉ"%íÅA¨@t4I.PG‰¦G—É-‹Q »ßñŽw4>ö%Á·Là”¶üž©œX·sEëêÝ]tÑ¡÷'X¼øá‡n¾ã;X1ß“ÎÄ Œ=ýÿªZ¯ÌÌè5Û¦’~UOÕõˆÈÐÇ¥(7÷É´ ØÏ%I;Ú^(ǨÍ,½ÁN.âÔ ¹ò–šX˺7òeË Ljð5÷(d_ZØ:=daf>û×Ô8¶œÒE{úÀw•v¹'ÓGª°)S±"‰ÜdŽ„ÅP‘ê}ÙAÙ³:±Up?à;é€} v·¯ ôöV;jUa.ôi¦?BŸÜQK­Š“þõ6-QÏ4ÿÞs™<àšòÿZ[BèvDa[ !ӀȈž<½ìîs¸,ò=È5ÉGé¦(¤Ø’¦/}§ k© š7¢oPYŽc$O{$¢á|›ÓýÉRŽ%š DŒ»J]ªýé¤25ÅSØJ±=±I§ñv<1'¡gOß'ä®b¾j;Í/q¤Æ}Å…],ç‹—r›í>†— r[µæ È핽ýöÛÓ®gY¶å¿U“5ß:¶76‘µâ™\šv[çž>èq”±$%Ü÷¹!Ù²,¥0?eÄ›0?Õ€oøM§Nªc°loÝ·lÌqÿ­ÿúúG5jCÉÊË©êCÒÖÆ+8‚æ8ÙÏò®)ª¼×œº?íC˜·m4.öó¯6+Š.Ã9¬˜7¦‡¸Ð”1ªÅbs\çôδpB)áƒ0PºþϘ×c-î0?ä·¤¶„äcÌ¥ÔZJnjš eŒÂ£°°¿øCÐ3XõT9·¹VöÏõÿ6 ‡~ù£ndw審’k;W|$ø.¸ÞVpè˜ûe4ÑѨùãèAôè'¶ ðÎ%ú}õŠvÞ‚Íû+:I³«3?ÎAùÏ“E>å:ù<ç’üf£$í¬è’viÀŒšT êT5¸°E?5}B´ü‡f¼,I*\ÓjV*Vè/kú9(“õòq 's£Ò¯÷”|.bÆõ}©hÊÜk|©uM±' ¶÷pbù?GÊ:>S«)é85,dîµC ëmYVnWÏËa„~¦¯c®7¸Â\/XWÃÛr,¾dýèËúUF+ £¼eÆߪx'Ü‚È₸ »v-,¸Ë%@«%¤ÖÈ“ #£?N‹è ÀqÿËû™è£wTÌ2òÎ /îLz¾ÓîÎýi½ŠÇ·,ú%x>þå}ÝzWŒä§%âƒÓû;tM®þÛ#øïeËÁët5ëL›!mÊ'u¹NHºÌ;³Cr„fþ'Wˤ‚ “\†®þ¯×AürÚÛÂÏ&ŸÄö7MÁûGå¤Ê^%Ç0§1û:S\ »”“sqX_¸}S)Ln&‘RÆš85¦#|×KaŠÂí(¨|_ÈYë6NƒëUÖ+ž [çXmñ¦ç™Ù–Pd¬[Cø™´b"•õÞu•²²>÷ƒŠ÷>w‘i©èoòo4P.ѽ×—çyŒÓÄÞ W2 ᢈDsáÎ;Ë`7ÝÏÛ?.Òb Ë~¥†ƒ›/°Zñ¹Rü)÷ÝwŸÐÊy:06}òò¡ŸÇ˜¤§à)³©Ÿ¦~:»uOÜéöz×ÿvv:ÃF¯×íÄB|m×®]Üׂ-h=ýØ#¼éO tø{­£¤¸´h„a£x°ü m 9æ$GÏ1‘Z$.†ï¤’ÿã5ðÀh<— ¤&Eá÷ºjcÁ:J—SF™d[‡+%N¼é ‰1'ƒ§[Üpö¿¨dÌþ†3§¾šÎn%?!1êpðß@ªTÖµ¸äzÉ2‡ß:?ñø.XÞ—DZÿ~H7`X4ÂðÓnf~Œÿ¾õÆÁ žÁêûÒùÔl@µÅg£,á½^Ãu’f39fŒïó}çé/xo½þ¥¼à«—Ǧ÷øl\¾ ÷×ë®ÇÇ|ߘcÆ8OÁ{½^cúõ¼àk‡n«šô£°6ž;ê æ,S²¡!OˆŽM2+JWå`õÉFÂ4ÓÅ’¼Ö@,°Xr%>Å·i?Ë(Åéµÿò•Ûà×·ÝvÛÊåûUðÄÓéQs2ÿgÎÏK™b¶b‹9¢(å‹”.: €Î {…áÞÂEŠÁ}ª½å-oyËH?Õœ >ýK;6ãoÖz‰‚`V—²‚SBRŒSj F»@—ðH€•ÚljJB1WˆQ•ÎF::ÿP•Ë+D*aé¸^…Ê’éQ|ª7’]XµâWÜ®Îñ·F>‡7W¶:Kb)ª—*.òÆç}«_!ýùÕÕdÈF¡!Òø&rQ݇6„àÓHÃb¶ˆgäcYëÓó ëMV£Õõ“š á‹J°©]¾¤õ:eÓ¯ÂÅŒ®OpŸ­$ƒ’ÐaK@žVâhw¡¡hÿ(sŽI ÷Ë`*²O;æzx•Yøµ´mëOî»S‚œFŠØ´göú‚(i¶ŒTDø{gÚoµm>£0ˆ·L=þoJ˾¥¥$®¿ú˜zœ,-íûtéÅõRÕ‚)‚0ß3âaÞuÆÅøS1j£¡$Ȥñî¶='M Mì&£T#ðiJÕN»Æ›%ð •<^] ÁŒçº‡–ö ]©´…gís=2¡›ˆÞxsµQŽJ›—&GÑ“cÞ;J_ÆŽ(%lSùîÄÅ[Ê~–¤]áïŠáL«23Éq÷L—Ïãsñ¹í:£Ö:_^ÈTîËr¨~óÿI)‡êTÑ\¾ nº…†±õÅ"ÊâÆžAìtû½îwúmª¼óŸš/Ÿ\ ­ºî¢Çþ¦âRÕ:ËìwÓA’Wl*ù.íƒY•óø øÜêêêc?ŽýE×=1ž—ÕÉÏ}ý.©^Cû{¼Ûfg­ê%ñšCsæ›Ã$ ´!cPؼ Àæ…›b4²9ÝÎÚw™‰åN»gÛ•zç ³w%ô ^æün.—óýµ—¬…|89{õêÕ—\Uö-©ò×Þüæ7ŸÑú:'œT^ Û +L¸Å!μ>›Ëå‚B>\{ÉšïO¾¸»?Ÿ4*DH}AËÿúe±ÎuZ‡  °|ÌWJˆ!„Ÿ#gÞL£sü3Ùnœ[ñ£½¨—ÁW“ŽÉ•Lw9Žùw˜Æ L/˧ú$¨|Yl˜o[„ýÌcþËgˆ?ˆÜ— 3x¸ò{ž}R¦^î³¾½ßè»òwÜq‡¦á¶›oö8ßK¹[t£Xä¼ÔºQØ“ÿ/vp¿Í‚û,ÓöÔOý7<¦zñµ¢k:y qýŒ@lL£st±aŸ.SB„þ¾}ÿûß/äM0ßrÇ.m×´¸F:¯19xGË\©h­Z¼0yJ„”ë÷œ¸æšk¤S!èmËÆ]éܤÈkÇBÇÝ›¼åHšäz,ƒ»çXoŒ-êf\ )ô7Šµ.ÃevïÚô¬ƒ^ëŽè ‡C sât3—¨ê ÁÊýL’ŠKÜ-­;½RÖíwZ–+Óíj Û[¹A€¦&´iž~.BTû”*ã<ô=8X‹FûK 8Ÿé"¸P~!θ?½×Šg¯ÅÖB·»Ž»²VÑç õl8¼|/z"ÍYPxÁ9í…Ú†… øuÀy¦¾k×FSðoìÚUÆp~ˆjpðÚG»ÞôâJßh.w?ó-´Ž®G·[xE'; ¬À£–ób){0Ê E½7^n§5Ô:S¡s÷gÁ9¼$¤¥Z=¬[6êh ‘JÏË@ó©[’d!4•†!›஥„œUF¶ÅÝ\â EÚúŠ~[„q,cÆ7¡¡PˆÊqx»‡KeØ¥iÉHh3%ã µ"(ƒ:S.p­ueë¦|“˜…ØqÐpë,øËn¸á†ýåÖV´î‹äJß34°ì†ÕÁ«/røº ‘Š“¬ÆX gÏž=»üìÈ öCzlþŒ—ñ¥â§½ÜóCmƒêh~ˆ¸ðuöŸ9…î@/ʨ uVgÕ8‚ãJ)Dx¬:ùÅS5!7ƒû©sÑ$ðÛ´Wq)Ž2Ç‹Ô)­u¯Y‹éÆøÕÀ£êLlÏø·ZTH÷"°äFŸÙÚÄØ™|ìÞétÜ‚&”Ä0›+xÁäW¤Çk7hÎÌD>_Û¨D!@–?z}¹éè¨íZÚ÷µm4ªUsw %ýÃ}ÁqœîRξ‘˜ûpcØ&¦·n.Gû÷ßúz})kœ!ü‘ÓrŸ-~ÞaýžËl±°Šçb©.c6Ĺ:ÆÑilìEGÑf̆Û]5©ø*Œ…<°w|3‹¨º™D›òÓð‰¦±ÇfïdAw±L«Ð¡û*¼“<œx¾±B¿ú‡%Ãü—ÄáVŸv©ï%“—¾îþûï—¯S»ï¼óÎðõÂ{ï½W¾4z÷[ßúVõ)õÃ{ï½7z©Üºë®»Ô-ÕjcíÄWQ5‰Bü°!ÄIPìè¡"–µö…› cè™C®8]÷µ   ‡LœIZÀîb~PZù÷Aw9ùZ7“BȬ{è&éc˜Êö¬ Ãcë{²)À¾¼éÐv¡ìšžÞ šš&ûݴ㸮ÓIgû¿à®o¥aö‡ÖÌìáZ¯W;<;c1ÆÜìÏ$Y3phœ„ñ—R‰E ÈÔ›­[è«õ >ññ ?ø­R©¤±çrß[™®aˆ6Á~PIü7sÅS…0[%nS€ïº¥|Þƒ'Fl+ÚÝ=Ut»•v\‰"Ð Ô°¨c¸n1ríbVÎíÒnÁq “J#Tg¦ó‚öllØ8†nE/Ž ¹®Ÿòe’oâw©ÿÓeÇW0`õA»2zuÀh œ#$d C4‡äÜIáY©`ýÂu<š 2/ðÉ ù½Ÿñð›(¹@~µu"ÊO±Ê¸²ÉûIÜ‚‰[~‡ªÿ€þSñŸäýF.½ÿ¤öõ?€‹†HcXë ýÆõXÿÚ$í€UìºX´Càcpœ¤î.Ê=Wø‡¾RÁiosÄqàÂd Ã/DùúW?[ÏG…$:LÆkV·HXíZ®ãœpœä÷ÒgáøSÕÝ—F;NíNrv?Ÿ¹Óñ’—Ñ ®ŠÈ&á ò—ÔÒâMŽl•í¹Ï×õG#ßupþ‚f,¸4”A(†—Ní ¹ ½x{):¬iáìäÏï¬8UÍ{Q¬*uR¢­8«ÐatÊþ­Pr¶’uÔ¹x\ôÄí|lQ‡A¨¿Û+'ÿ]êóÒ—¹#ó¿ àœ²à¤®lû®¸ñjÀ… â¾­x<Û;ÂÔ»ª«ì)ë—ô‚¤™ûR "˜ .âèô@¶ÏÛ° *b…6>R¶&æ¬ÔÃ|‹—ºòdêĦ­›¢ãâ1†ZaÓ–S¬ô<ÊšÇ ˜Ójky-ïÄ­MÔ0Ü_ÞsWÚ9&m[Þ,åoÏŒÇã{ŸéØä÷$qlJÛM3ë“Ñçæ`4¹ŸR`Ǥ¼YÚ¶øÓãñøÌ8S£ŸoüïÝN®NP€{GQnyJgˆìèÜ€Y:¥Ft»ô£|A™?½zØ¿ ûÐ9ôÛo¸”NYÓ¢iÇص$¨Ñ]AãoãÜâæ’R)ɹž”œ›áÌœ17šœƒ^Š'úšHØÚó…îßÜQb:ŽI(5}ß÷¾JvÁÛ†í¨õú»¸ŠÐN+€•ñgPÏ®¶¾‰£rûTÂÉõZ6K%³LŸNž((•æ%#T¦´s x}èÕ´W,-iý>ïáÆ…‡=Àþoh½åÈl©9â(K™AùuN†ð-X }ÜJ DØ!@éµÇVÝĉÝÊ!|ÃMu0ÝÌêÀ™zõh«GÍàJsè˦6Á–›×××7¾z"5˜ß×俆BiËEs„T(8:ù|Þ7úEòSR"“÷™”꣤¼Ëj½·2u9Žã•7H/ !r”3g½ßŸ±lvúäg Q(A0Ðõcâ„8¾É´eÛ´ nRiâRiÉš˜èäh?1ñ8zÒ£™ †¢Óâ|†5 äÒòèu»ÌTÏ ÿÕŒvÏç»[ˆ²5-×½8¦@Õ„¾8n˜°ã€üÂ}÷áp€­GÒuýáIÓ4…ašNÆi Ó´½wAn´©-ÄøÙô' ÄJ²Ãû†uÓù~ŠT™<¢8÷QCX=rc@1´3~$þ׿ZØ¢g[tƒj'íÄÑtƒZ¶·ÀÆ;JSJ1y{€”îd' |?H u êé¯ïo­¸—û?î×eIÕÉrsTnÂr¢Ùj”ɨÁ 1ÙþŠõ•R¯T8N²,‰1ŒUYy]–0õu¯{Ýë²| —ÏâûÛ©÷6Ρ‡Ð»²–[] fNdV´,ú¬i™®ÅÑ@ÍT€ý sO™”\2™¾zÉÝé>«j=ˆÝŠW¸ÂLÝ—jÃýÃßGwpE:õ¾ ž*?>÷1qÅ2/†«ñÈãEÜR2ª¹iO$÷õ¯àí>Æ‹ø÷®w.躼‰@?“ô¨pÃ\½Öo»A€ÜD`ûÔ~ñÐâ|˜ u ?[;ÅÒZÇ~¹ìÇq´V*âöÒ>[ki[Jk{o»aFS8ÜåõN›0ƕ⌑vgýö½{qä§L ïÝ{;BH âÕ1ü_›*Ãn-ôô¨E}«¨Ñ–¢ã:=ÚµÆ9k’&K)¥°’£œqàƒJ³Eá®'j†›æ%%â­4$¦¤ÓŒã‘ÍDŠ&ø‘4ÖÚr€|Ï’)lÏ&ϹS?é’r~ºîɺÃy~þ[w‰i[ZÌÀ–´ƒi&§¶×â{À4·â¨RñJÈQlÉ¿”êÞï)ý¶é˜4ÏcyÆßX¯ÕJ=9'I<-{¥Z­>÷p0©Aˆ²b!>ÄBÄ–"Ä ÐÞØf“ž[Ó¼t­ó†±éùC0ñðks2„-?SæbK<Êg“Z²:òäd£Ž@Aó 7•ÒÛRR„&´jàiƦ£ÿÕäÃ@®2–,)„´b[5Üævl0fÄ.×^É= ïVÜWY•¿dï³Îø D^>h÷n¿ÞÎ2»q€äËe$Ž¶­HkcmGÄqãK±ëÈÖ8ÖZG–­Äð“ä4qÜx3Í0ÇÍM'Ñ:&[óyPR„a!ÒKÏc¦H<—ÅZk3×K„ÉúÕ¯~566Ú|s–e¾R¢»ÛÔn›Ï–j!*X)ß?¦…W`tlãd“Ý Ò,”­Â–ëF÷¸ë®»¸ë†› _])qãáÄšßØôõ(Ò‚4wwØš”lBö¾`û Çš-D}Ý]¯¼Pëš(ž¿Ã-LìE &#=*H×T‡ñÍr£0€RĆ+c.´Óe5vñE™\ì÷PÄʣ̀F¿Ðýi*j£ë£îz0Eøêñ]ðuÔF{уè IêÚÙ¡{'·©¼#U”Z³çvdJé4ÛLrvÐé'-ëñÅüþ à^–̳®)h?™àŒsAì`Ïàj?™±Ñe•ù_·aJ(=?ã€ËeC_õªW) ¿’ru¤ÝngJ¹ ô—NG+e˜ÿaÆmÇVÊ®4‹»nþÕù$q¼˜qHÌøˆ¶¥4Ì(2àëòÚ$l†Ô²Ö¢^ÏÙI$ó~÷ÔÔQký%A*‡fYsoÕVÊ0 ÎìêéCìmMÅ7‚€OqaÆOñ8z ýNiÃÊŽ 3zßVÀÄQêMŸ„–<0WPøÊBÀMT FxG?*Æ‘Ò‘Lá­M¼Siû¾¤º¥O÷z½WÍè®yð³€î¼óÎòâW+¹Äš "KþÅ×x¡05U(ð'y¡0ÕÈxM Õjç9¢X %jg† MúÎZ´f„ÊÆY’>÷5&wQ_oÚõ”¥¦Î'M‡’r¾ë€ëä±=Èd\w¾ý ù]Ê æE!'…«”W ™»d)/•íGÍ0*Ú<·ÚÀI‹Qh>zâmäóâ~Uœâꘔæg\¡øg°Â…=qrTq;Z/iv`ŸÆ]ë¥ïì·ZÿÇÿTó,ëÎp)d0ѹSg(%ß”r¾¼"ݱé5œP¹jÄr²ó×9°*)á›Jm"±k hä»]]MKÝC[/dw—» Z©;/kDKhau}ZÁL™ ØœôªÁ†:VWj¿¤“l9æOiŠñ¹ù¼§ô§fë¼ ¨¡ Ü[A^c<(%œ“Ô€™Ÿþô§¦c~‰'ý`ÕÔâ—ÁëÕ½C›#ÁyOX5lDZÕ1ðç ÷ïkùIÈg“EÑ "éÆÔzÓÁûñáhp{Æ Ì_,‡“Ñpˆ=|³‡!Šk“B-Šò¾÷T²þ‹;E¶M~ÝÃÑø²Êï9às8AéÕoá~ˆ4ƒ¸¥²&HL1 Ì&Y‹˜êOêâ}@$¹?²ì?¾½ãwz½ÞÌçÞ{g£ñÎw¾óï\²|KÊ»¸ãð»>wüz.—û|î¹#®{äGGŽù,¢rwtÀFPJ=ÇátÊp (·ÉÙHú×¥½‚,•q:aқ߷ 8IÅtÏܬ³-FgçöœSÒ–¤«8^U‘¨{|rtëHwžÂ¦>/$ƒ´Ð‘->¸LÒÛ¢¨¾†ý/ü(tÇÑòn6mÐi`=ü ÞDêo$¶4ïU‚Õª@+Záa7æÛ¤p‹-˜zþ¼BÍßf[\Ø·@Ö6”1c´Úh‡=í§ [,€1ßÚ"Ÿ¯_³‹)[.q!xi][±]×Ôóy1pÅìQ† ,/2§ð4¾‡sl%³è¤Ô^ÙÕÁÞp08b`†äqÀ Ñ‘âÏ¥Vo5{+ƒ~×~#¹m11b!;Ž€h¤‹‰h‚E®…«.yËí¶‹›± ooª°³ÝÆŽb’õz£ýÆT@ƒŽë5P +0Õ)” ZPŠŸ„‘]æÝøíÏem•”GP†]ÃL¢¡˜2_ʲdFÍ3UG$4tPQL*¢c¥t!õ«€”ƒ¯™Œë/kç†t§ÝP“o,Ø:Ü_Ñ•(Ô6Ä¿a)…§ò<Ý<}út´ÆHÀq]Ü}%ðŠÈõ | ‚ržÜf“à}!&¦’(-Zïòçž\¢–­Ý Âàh±Ð– –m“Ëg…8©kËäç¶ÄCsçk\ÚV!™‰W³tZb!6}èô…V«ë„ÝÂ÷Å–0¥?ö¥)¶Š–ò.Ñ"|ÒKž²¶O,°£”ݶ~ÔÙÛ“?¸té~i)ï'7|&¼:†¿Ó×±X㌒PçàHMéãF1,xÐu•À[`÷¯Z%_ç¶,›»Œëá‡-B˜ËmËzxøª{ÃQF U²,›9ÂmË*)ƒ°£oøógZf@9‰EýB:À…~ë•…Ð ©r€B ÌhYD5£KKœõùŠ0ó„¦Å±CF &†Jù^“ª+U.òE÷a¾ò¨øà`éÜ÷^ÍVèºü×cŒã_w¸Xáò}Ô ŸN†¯[Ž¿“tmN&.ƒÞ|—Æc(¼¸)Ê”®û =á]ÈNS9`Íþ× ¤¥Þ‘”âüxñYòð§ïåÂö~ªNÆ/ã‚7EŠo.æ€ç>´K„×H~^_c7£4XiÇ[ú–åÐ <Ç£ë¾Ì6ìz9ÏpÐÇEZ'yÔŒÏrIÎKh‰à-_ ä)ŽÜíW~- è4º½½}}‡Ò'T@†Ü ÿÌYØ®ÌÆí†ãÏ @ÐÕ +wd«ðJNˆJ_6;‚àö‘„>jîàäÊ ÷oÛM|@ú Üù$7ñ÷¬´êÀŒ6j¯®®:KBhH`Dgvm3—s²Î=—Oe׸ù«¤½Æj.oýŸ)¯ýó/¢è º½½}}ý¾tëF¤QMÒBÒØ›ï{ŸÏYصµò£Ò†ŒÄv dSqÒk¾m½¾==û]g©YÖ‘•¯ä¤LÇF¯£ûþWJàH¨N.V6 —úŠÅ™ øÐÊ|øT`›¨©¼¡é³dxt(‹ž`v‰ûꆎ =Ñ TóDœnÓ½WðxYM{ÉåàaOÂÐ2:†ž‡ž² >cy.94*¢_……¼0’Mè£ÚûÂA?iGíXn²Ýiv¤Ùæ# n›9S°Óã¶bI«ÝcÓAlša‡u±Yü~=Ól芭7@mŸÿ¯ö±ta~A-S–&”2 ~P0Œrv!ßÐóó§NµZÂ$9söŒ Xϵm mDZ²ù…ù…tÖÌS6[§NÍÏk…s¢üFËq´bÙž+$b¾Ú0-Çшmy®X9iÚlæó”RÚXîÎ3jàcå|ÎÀÄ÷úë<0fß7àé$¶¤4leY:Éy–û‘]­?¦&€kÛKáÀ”`óï†0rùrk×GËËå´RJKç#»–ßcbB±O LlÛ0©kR“`Š€+&¶åÜQ÷}ÊŠ…&ÃØHMbb0„Æ “Ȝ⑛ /H\`ÒBk)¡È+ÏgQ2"öTD „£¤:°;#$+å»ý ÿrÇìm¢|¿,Þ@¯Eï@€þoÔ Rf?Œ ’V Œcæ.©Ä ù&½ qAÓú±‰# С²ŽcŽl…ÔPŵm‚é'¨½ò¾àÀ8™­Ð6ú Ÿ˜ŽÚ›O8qb³š¾4®Õ¦§kµx8E‰ÚÞß7·Ò`òo®ë††R®£lÅH€q@˜²•ã*e„nh(é->¿'•šÅ£ éúËÝTRØ<Àsy[óî»ïF¡`Z D1¥ÓÉ¡ãóaÈÿ¿ >=?Àã×ä=O7°¥Â}{Àm³Õ¦…i¢Ò ;µ€ +C sù½§®mzî7 ´è2¾…qï}W¨½ O„?~ü}7¼iûõ¯×@ŸÐ>80׎‚Fûaå¹ûÒÝ#ƒÎ¡Ûæ^¼xñE3Ͷý_LsU‡™¡âÕ4à‹“õ÷¾Iß5Ê*Ïx­¢ýÈ"ðÔéHMÚŽ%IÈЭJ3;ÈÁŠ‚LA¶6’þ‚“,‹hn>æ{‡0»™^\EÑlôõ®ãiɵ'³óIØJkñ¿Ãµ”òM]²íý³³³³~ßóÄ|©TRëh®cÎm 3ðëõP®ˆo?AhP‰È6M¾nœŒä‚—ýIüÔÈv3LÛ¡0MÚz¨bå¤m‡K‡ËýÍèóK¡m+Øé;¹¡j¡ ÓQ¡PÁT£ßJk‰™Â ¬ÎÂ\-mõS9Jð\›3{Ú‚œ_ãÜ°^¤'M ê> KG }OÅOÜ"‰œ•~ê)²B§qi$ÎUšš$»îtk>jŠ½{ÞsoOáÇëÍø°£#²¥gÑ:NoOÔ´Tç#~£/3ÙX ëDÔ/û´À{IöÎz“Ò˜U­[¨v»ó2„ŒTE±—ç©ÆNjü/`ÕžvC8ID2tÕ7Z¾³&®šš>¢TÌ×=•å5)=…Y|*ˆ|;‚ìýh.Š²Îk¾½½}}ýúOô;$7¡ƒ¤%Uo ˹žãËv]‡ÌœCçH’2[:K­¢$[©÷*j~yo;eÙZ%éoëÇâq–û-ümÎI‡MÚöÓ ‡`b)E˜¿‹äqêî|—¾FÕƒ¾éCË\ºÿùÓyûû ÿ7ö¶ï¹Ý× QªÜA=h >ˆ7B…–&¶œžnñÈ°u7³3qpÙ¸îÿ-ä|Ü/Ô—oÚ €-ö×tz²™º®;¢eòÇ’a‚”ñs À¤"f¤_Àòm-òï[ØaŒù ¶ãÐ/Ð+÷Èè£Ú³¡ù)ß'ÄÝW„á±_r‰õ­úFY'ʶ$M Í& F£BL¸ÀçKQ`v’êΊ‘Š\JÂêç¿&å$ëgc8ƒwï¾."(7IÉãÝû øùûö¸z2Á1E9qh2 cdà–l]Á$ |*\:^Hi ¨Oˆí­ó+=(„@s¡ãœÄUù81%¢(Å5|wúcµcÇ1)xQˆIÊŠß›`®»Êì¥aaÏ´,M1F$a ¨HFܵ^ÓnÙš1Æ0£Œ?ÛUoÆÍ™Ô=ã^"†“sÏ̸M wÊFññ: šÐl˜ŸÇYÅT/½$ÇØ5²9ã•ïFÏG÷¢ûЛÑýèƒèSè[‘¼9š¤"m*ãâ}WëvNÌBôŒËQW)m”>œÂÕ£ØdvÈX*§0FÍTdJ=ÒwÄ-œE=OVÖ2q[§ÒÖSñ¡K/N×Ëô£š Ÿ%©ìW€Gçy‹5"_¡:–›„‡Âân©ŒQr÷"˜#ú‹Íê(0Jke`Åm4üzàô›­9æ: k"Î%Yk<ÊKÍ×k-8.}V³Ç<{aMD…¤«k ¶ÇzÍ°CáëKØOZs̳Ã'RPßSÖŒóï'y{¯¹à¸ìäÓäå—y{žç’¬‰øÖgà[ÑØ®C·Åb)¤€Ÿ‘TuRåÄ`ÜÁyžZØ¿œÏ= ãx¬iŒ¾„lq Vi¦Éz·=ã@⿈Høú°¨s |‚ˆþf…”î&ð7$»RÄóO-Ÿá¬ÍvO¦O PFSh×Áɹ¬ú®ôú,F{DãÎNî©Ãª˜z®mátÏðoÑ*f5`CÉÙ±gmnllž±.æ±MÌÝ”cVÛ2ÁÓÌE¥'ó¾‡oÂùidJáæEÝ!áN—yž&Å‚—0cC›a´Ó5˜»RÍ„vEšEÚf»‹‹‹n(-¢$˜Z µ:Ö&iýúÚÇ”Öîßµª›1»Rm}ಆ‹Ûäp¿aÒò¢ãà=Ó÷¼ç]/Òß‘ãáÐŽ¾¹„aйY;®Ö8l.%·…òr>}`ƒ6„QõÂpf }Ÿwé ©Ô`…Tz° hŽß)·Yö…(Ö9\îé¶È#Þµ| B¶0¼Ëÿ#튨ŽB_e7¤œÄG/vµ“ž$îxì& È©£½µ£1a•2å‡Ñከ0ƨçWr)ýÀ7[Žï9`Kùž¶0ØŽ8&®zJ éÏe¶ =>¶—•$­XÙZG¬rCE‰ððáP¨Ê ÅÁZfUR"&ž±ÇÇSx[gÊò]×`Â÷l‡QKûë8nàk‹2Çö|!×õ-Ÿ È»°…sØBŸB¨ÌR,…ñ")‡+–°FQR·MuziÆû"= ¬¦-il$¢àGxK^Dq$î{ÏPšù¢2…ÃöÇýñh×ä"©ÍÈ®Œ±K€ c¬ï¢ôÉcL ]€§ue1+[µTðæ¿Vg<ü4oÇá«ð’hA'Ðm«’° : AÍš`¾žYVð¬w9?«öXÏCÔ:é¿0Â9°ÊMã‚IY`cðeÿ8š&e™ódœÚàY¶ç_~ú?â£4 ¦ÿÊØô_!”B0ý?ÆaîÄÖP .#Îc¾`8qV]FœUØpsWÂÍê9É“·o7£+¨•E¬$Š Sƒ·³¤­éשóž÷šGLT¦«Á¢œ~äìêj²š¶}YÊ[1Ô-õÚR§øÖ¿Ýú)û^ŒÈ7WQ‰¡[$×ö*/h&AkYßlZ­ç ¼Ë,±eÕ q–=¯MFç7£ë2mxNr"êçàKiÉQæ¦ÁéV|â›®¥ÞŠ Áo•e{hßsÏ=–ãX÷ˆ¸MX-z«¦/.^¶mg Óõ)†^„ëo+eœ§<Í1J]óØÇ>VˆÇ¾¼¥«øò¾+òm;ðt ½}8Ô!‡ýàsPf\îaû<žQY—›© ÿfYt×ÜË2œ´tz6õÚª¹Ð'±Ak·nˆ³Î GÅ\ÆübÁ11‘’ÆVÉƬG‚ XéÁ|ê÷êþîÅúA˜ÃÿÓÑé¬0v³KÙlzävÙÖ¼ À„Xà–Vðã¯Ä…………õÌö+n_>£ÁØÍ#fÑ»c¬^Ÿ_ãW·ÑnoL)šÕí›ðZBw çÈ“©^p%“«µè\Þ7)¯st=%Í<¤]OÞ?¢ ø²no0dÌ´q^¤åS“Q˜2*,‚Ü¿ÃiÉj³³ó”RºÐœ¾­ °H(eó³³5&£ ˆÙ; –5Ó¼¸UHªÕVÿZk¯êš3Æ­z—9s¦…¹¶%¿‰[¼S«Ö1!d¦ÜÞl-”3R¯Ö:|Šv‘º;‹º 89¸«ÆqØÚ¿ãÜŽÍ6Æíf#²ßzoÐÛ4;“Ahã.ü&rÑíÐÑŠH0›3ÑïæE‡8$Õ tÌ ]Ç©U§m*äùk=Î^P)—þÇ‚\ä"êÞî’wûY¿è…š…€lhx)ŽÆíç)µÁ'@G9Rzé(Ž‹<^‰£gcFÎ.N¤ªàíý#ŠQÑ%A‹èˆ™çEGqNô†ýLÀ ¿ Œ>É:¹NY–§µw«ýVÂ8(XìB¹q⸱\wŠF`ý5 0PéÕfkŽ,ÉŒ¿Ïö›ÌNè8R&ŠÀCs¿Z5.'#¤UÓšUh‘媞ßn'½9ðÓ¬QWÆ­e}G’ÒÛå0cϱÁaw–éWã*ÖV5n½`òÕ ìØb[H Õ#F½½ÇcQ$iÆX0,}ËY¾¥±¸HáTºMðù¾C»i0yéK_úÒ˶/T wÓM7MóUXÜ~ÙK§Çq~’»ï¾ûÊ®ºéIOzÒÇœáèÐxÛÊ•W^y·ê®l =éf,$õÞmý*Z@;Ñ!|¸KeA*¸<³LTÎ 84{¬snÞíóê°eVß®ÀÖÿ8áê'>ñ‰SÿWš_ ÿZ7•':ê°R‡•ówƈ)mKDçæ2 Q¥`ê±}íÕÝÅYîà@¢ª©•TUÛl™lOŠ”¸¿ÙºŠI’Ð×­ô Ûü“M‡Û×-Êõ¹•ì“rPÍ©àžå,/ïŠ=÷ jnˆ}fÛwÙ²q?|Ù¼·ò}Np°T”ãÓ°iqÒ}gË©y ·°ÏÆàmäE?$‰ô<û¬A*×µW ùÙ\Xm‡óBÿL¯ÑÅ\)I½tÁÑÔÃ~’¦©M°ÚP.ÊäÂT ,+|N¥Z‰ZW-P(ú§oÆ=Ôß)O›]–Ã`|eGr µYRóÆw½aéØ ?0¡È(ZÞ¾%‚µ6=O·Q¯`æ¼@¸RÎ-óAäõX¶óɹ|¡¡hÂz¦ 'Q{UÙ¡z†vòîg;_˜û¤cÙ]/Á~д8§¾Ec"¿æ¯QFÑŒ·\!«^[0¯ õÜ~“ï0(çöš¨ñ)oRç/ø¡î_¨Õ­C w+6‹†º&~éIXBÿmþIÊ_. ³1¤Í[ѹƒaH¸j¤ãK}*$,ñ †&y™Gl@ }ú`ú¥°Kvèc°€,àE× !A}s‹´ùT$‚±/Â_·U)&LŠ™6´öÂŒŒ`Z…½^60óíû›8ŽÁ0XË"2vL‚cÓœí7¦ 4 Åâôt±¨Dt…„ðà9„÷úhJèù¹dPÒ^Xi`»^ Ç ô·ûtW†.[.Òš po+çÑ^Ô%y¦–·×ªNõåOrCxù ½àŒ9WL|té\.P*Èå°Ñ²å]­RýöU4[Ó±Rñt«ypøãé"÷Âù7"”4{}af¡3¢áè •åARöõ:F:a©vܵ¸’ D0‹›@ÝC»Ÿw`yhoC~ØxŸ I ÑÒöö¶²Æ%ùñÂm¿° cÍ:oi\.ÕöµÚÒ½t) Ú•¥™bÞçƾ©å@ziéÙgZû®¤ŠSF.m‘ÊÕ?ÇŸÕs\Ñó}ª€ ©"cá]ä.'I'HúD€Á{‡x=‚ íÞ Eæ¹ñOvöüŸÜËÃHÝoEXœ ößôÂ6³ñ¬èÍ›‚—D;±ÖÉ;¼Ë½gª¡þžû9ßøkÖc?q™FçñØ™¾îQβ&Êzm¹;—êßqƒx¿·¡j’ô€ ŽŽYé½&"îBÊK–ç&¶É¾ã¸i¬æ—Á™_¶c¤ŠéQØè ¨ÁöÆ>F °H×ÀÀŽR\C?õ©mË“–M}™2nýJ‡$Pf,z„„Ô0®b°#”,l…‰!B¦ð‡= cÄP€Ž£S#æèô¢ŒÃ©t;×™±«ÝŽbÙ|0@mçC^X6Z°W,º%ud”Y'¼Úåãôœ`/ayÞŠwôíUë÷û÷û÷ôz=¦”óÂU;—³W_è(ÅæÜ¢(š½³X,ûïž~Jf£‡>š_[¯×ëý³É™3gF%¨ë>ç•r”8sF(G©[B€ð–Ïz6˲lu~~~~5Ë~±^¯×ožŸŸŸ?\n?@5ÔGÇЋ(uQ‹l!ƒš­fYiu¸ÛP5Z“êiÛÀó¼va^Å ´§D/7GÑ?ìp ÷Ê:-èKùP ÜóÚî](=ô+%Ê9Z ¦õ¨lù¶XCÊ9-ý˜s7U†ë*u§—·Mó®\ã%?+€êg/iäîš &ÿ*¥ô¨öŸ®HÐÌ·lòoàûŧ}}”Òô!Ó,aY*I\šª#$Ï­Ùw¬QA=tw^‚-~½½½½ÏâŠBø&ö˜fZ0 0¬Rã.%ê^AT9Çä™T¤8%äQ%i¡ºR÷èN²FE]öpcIg0¢ Düà‹’3·ÕÄÜ‘£m-n…Ñ梛µu8y))•1xkUf)^]s1.Ï{Åô£Ht‡Ü_©TŽT*Gªor]·æyµZÍõ¶qnyžçÖj®ëzµ4xŠéܬ…˜üˆ6¥.îKÙÇ.¥íŽ1§¹?555uq姷,W*•JÇK¥õ©©©©õR©TºP*•Jˆv‡^Ë×4HítC'œÀª“LÄÄtž­6"™‹®®^jxx¹ZÕÔmq‡[í¡”ײ“IµÜÁĘvo×dD©>¥¬— 4wG@¨T`¼âë©úaC¸å”GvÁ}]FßEñ‡RŸÍÍ2t´‡ªF¾\*' §^_Ž68QV ½M˘ƒV-2?1_J„8˜|Œ :½!ŒqÈ ldÉ=º=õ¢n·×q„[3äóöjã²×-àêpoJ0#c*”à|&kbB‡F±«`B)Ç$k/€“ć,ž¹y‹ƒC°ØÎæ” @(ŤÙo3!¥hO}œ0Lҽ×nllyl߇·çÈÀi¼¨,3…rÅãŸÃqÒÇõ1j›g7i呬ۄ½i—´R§ÁxúIåKbà •¦N€K 7Ã1š¨lOl1FàD› [3Ñ ¿Öq3ù&ZÚ:…PIB§œ¢ŠF†©‡mVXZ&"ttÆ<4 ×Io¸/ê4=W¯×±1 ÌÚbfõžýe~0ÿÀã‰ôgãx6 ÷¶ûNá{ž_8þö Ø>ýsØ»®}fN¿ ŽQf>xÀŽwù@ÖÖø»b»!Éþýû÷Oe7RÛ „ŒçAø VæÈsF2æÂNlJ× äºÙB¥RÀº:7Hÿv=£%E4ƒjÌøÊh9~ulu®¼Ò¡ÂÜyçô²õЋAúº¤:£ØØÁ¬¦Aúf^hV‡.-Ms½àå¢eˆšÑó´0Ë¥dHÓkGëÓ$)J’³Eî–šîÔ³LžJþß*ëóþýÜ×þïüø³žõ¬g< ¯Ð_§^Jî<°gú7^H¾æ*•ÐƒÞžéÓßö6DÑLŽ3íG¯°/¡â ˜Šñ•) Ä8Š¥q¿‘ E\(³£¬ >»x›ÑØG_(ï&E±Ò¨£—š¡Ãlfób2,ÊÉtI”8ŸÏM†a©=`Õ÷}¿ÙœóÅT½gÇ1¢OŸfj5頾ω‘½4…Ú¶ùá×ßÞ`Ô͈Sg«¬î¦Áñ;J”ßÜ\@M? ´Ý$Ü÷Ê'É?ÔÙ¶_YGJ^«õ¯ÉÒê f¸Hh ~óžOAC´QKZÎõ¿(õ”ΩߨKFG{` e¤ü:>U¸€…vÆÁ4A ”¦$Ž™ýuÞÇùØS·wŽûyþP{B©à`g·p½€@)áépzN?ôÐCßL—6µaÿÍÍ¥ô›¿í¹æì¬B)êl×õÚ>íqýY²ìð êÚdVˆ«+¨?bZ ˆJ@päÆ??¼2oÎKi¬:Qx~~ŸãXœÊñº1~—Ì´íßœCšt¦ç› +Iba²¦Z;QÍ”kQSOßÛ–%ÂÙÎüEóócmɆ®¿Øja×T9ÁÓõN’^­½jM€fd;6,é%yœ´ðo“Mx0cÙ×y6ŠÃ¤mnG‚CD⪦aÈÁ[š1sÅ¡@žuõ] ¶{†ö%6×HJXŸ’Neu½]j[õ0`U!×zÃ++ŒPyÁRŠ„ä6ùáü>´_Û–҇¾ÄT+mŸªŽšð¸ðã¶ûÕÛËñšH6asœ›¸¡RÄ8âˆÖ7.‹‰™k©ÁJ-ÏŠ3°z9l—ä-H¼á8De|šÇ1»ZÙžô8$EÆ´èg™áÞ›\\L”¸.œ‘ÈïÃä6S l‡FÔÖªâ qÜšé¾dsØé@ àdu_KtÞÞÄôYÇŸŒ±H;yÞIϵÛ&Îk½NóŠ óÜ ×Iquà™öŠ±/ŠÀÒþm‘ÏíWÃ.oxt:ÃI88]ÔǶýØ W¯Œöƒ¶?1˜MÒí:û¨‹Æè:ŽîDÏE§Ñ»ü“&òñ³w¨L4 9`>SØž ý4®u¹t5‚èÑ('åX˜ðÊÄiX™Œ³L =—º3oe˜¥Yz ÓÝ<š&i/eê¨V)'¦4„šL"ÏY”EP”Ç$òÒdXŒÇc#Mð«„œÆèa/Têÿ¿µäÈ匥xÆù")±‡2Åý÷ßïp€jìþ%pîw±þ(À×>üásBÈ1&%¿ŠªàsGŽáR²cÔ|HÊþꪫ®¢”©×(FéURžxÏ{Þ£(£ëLQÅÖ)£ .n·ÛÜ~…Æp+“Š-:uŠc 7UgŒê3¯xÅ+lÞfJ²[ë3š2VWæ†1?õË0 ±qX¥–{ð‘Á¡kÑÕçGQD{ƒ'¥¸zòäI!ß`ã )­{ï½W B¨{µ~@ uZÊÓJH„B¾ [ð Ñ<Ú‹P8ISZòÔá‡nÜ8ctt4¤Ü¨xð?£²ünš~\ȯJùU ?þ‰³gÏJ)å;+ ¥„ÓRJ¨¼SJ)ÏÂg-kƒ)ÅGéã˜RlãÌÆÆS(F鵦ñMÅ(¥”©o6̵”2õˆb!DòÙ3ÙB-«§sݘǸ%Eü¹nWY.À¡:.£".s…&1Ó1žJ‡Ã´´qåI “4Mih ™`‡ vgÛ=v×=®SsÛ·Ïu¾Ž/ê„Ñc¨¨´ÎÞU }a0ûò—¿<˜'•NšÀÌê-n'{ZF‘Ôô¿…›&®s^ «gß¹$7‹ù­¶ù‡ÑuèVô\yHœËŠºä 뢑KÄsä%#³uÇ&ÞHW¼J„÷Z[Rr ÆE@Èâ$°C–%lŒF#AÏo—„ZwåË­àQÿG<©…Nfï¬:ff–;ÓœQ—c`†2x¶} ÎÀòò2N|>}‘ãzæ…•ÿ°(‘ûßl1&Ÿ —8ŽCµÅⶰ,è]éx‘q t’,¹Ø«TšË33Ì0ΘËñ6‚.._¼¸s,mÛÆ8Áàö, êÚÆÊ(Kì©€¶ä“Bº°SØB— TFB¼Ë³~— .x:\ôÈï Q>¥ýãIÿ$ ãö‰Ï¨ºvŒÃåP ­-à–«¾˜€ªkç¸Ò ê@{&·-%ØËyÄ,ùœ£ë ¾S¬[;_Â8+4a)e¥éºþf̘ºh0ïðûÜq@ˆÝ'½b«¹Ã<½½½}m¡ G‚œ)¢ñ̹ i²Ê@ Á†ˆP©ã’ÓêѤ ™VjÁ1D°ØY¤ƒjÚs.êØ„Ê1–e©3פ H¹NåK÷YÆæסþPA’Hô–&qŽùŸHð(ì—J ¼ÚÖJÑæ*ʨn4› Í(m©Hp."ÕšþVV—vù UJ·+° €Åë Pj­ö:ý’Òšz’õ˜¦fÿÊúúz‚Íðç“GÖ§›‹ú×áO{OõP‘ p<óz½]pô"WZ6BN‰>:'µR6,Qúp¾áÜVÿp.µâKÊ'<¬ åaã^ÆŒ“ù9 _²ÂÃ=goŽc ­¥WaË?8S]7¾8Æ×´¶_vþFÁY8‹è&tú`«€P†·àvùÉY%¯ÐíÇx‘cî—ÍH\`4“ L,ÎÜ¢óNV´6‚Ù€p8ªÇºÅ\+ä§%5’¦?ïyž“Ç„'nT\71B€¦l^¬ïùóvm½8N¸à¸ ³&ã‚W¡»ƒcR2ÖW½¯²Ó!É3j[¾ÞL¢ TA¨Ñ„dzëÏç¹Ú’úv3tœ93íîÌL»¢}¼] !·ÛÕHàœÐ¸v µÑF®ÈÐÛžz„ÐÃú*}I0—½¤ÞõÔô h5uœS‚4®° (R™Î¡D¡È Ú•ÏØ£T-ŽÊe»DPÌ¿Xì=(5Ufk,7G®ƒjžÌÎ&õÙÓ9bÇa¹ xÒ+Š[]uêóO±e¶Ðö0r°: Q`Åô#e}ÑêšÖÚxÂÀ²,Æ=켚ág–eÛj†IÉûÕÖ™”lFÙ¶ur?ª)BÖZ¨Å˜6ÛoÂô§¦Jè.ç-ËjqÞÕ»êU^°¥½Ä¦Ç°~  ¸'ß$zåRýÈ›µD+HÔFÓô¡á‹Ý,]— –­`ç¶Å9íI߯¤sÐm¯#ýésþë¿þ‹‰¾Ò_OçÚI PûS1Û¯´ííL+ÛÐßÖ+wøðáß C¯¾¼Ú=Zs.ª Dóõ£4ïýDÑO^ö²—q¾íχN¼ò•¯ ±ÄRY××=O)1ÿ! Û„w¢¡W¢7 wŽkzÒJ„Ì1BO!^æ…[‡Ú-R °2ŽÍëÃâ4•©=@À± °JTŒ¢Y< ꕧ½åÙÜ!ðFß÷ iû®÷úÚ¼Øq`E1R9Œ½=øÝC)óÎ9n¨…¨ÔëY nÖWQÀc÷û'ùZZ©ä 1´¾æ¥ŠÎ¾b#8Ž,!§ãpoÒÚã®Öžg‰Ëeäg’B$œ]Òì…!×È„†mÅ‚V’ÝŒ·,{®Þä3WQÇO®®R“+‚ ÏûÆ+SY©vE¯{Cõy鱿R+¨Á•Z!8„ Q¥LÇT½ŽaÁ¢¸NŠb$,Xµyõb¢Çƒ½]©T™ cWÊ S ѸÁ 7Íjܺu¬¯E¯Ív±*+;ïøf\÷„ 1­èFÆZrF*x‡ðÓë®». 8çNv¼â¡‹§}Ü¢¹\Å°HÞlÍ/¯D¢1íºOšVT6HÃ+öìy?RYÄŸƒ}^~ì‡_B×Qk£œo!+x´ÓCj’,¨áe<רì yoX}zsiÞ ¬—YBðõ›$«Þ]Ì°xsß—\íY’~}·áöõn ëÔQaÙ/`d’MÞÜ:lÅM=´¨ì¯±/Gg8æ±[ ©Z :ó@Å-M¡°©´°Bõ‘.Þ<Ó}¥ö`¨±±ë`ðp¾6iÔÿ=Ž§í<¶áí¦í¹Áë-cwøy?²|ÁÖ‘/V­ 6V]â¸í4…:UHv-èªã|ÜÕ«áý0ÊÜ`WŽP“HÈm‘ØWÜnÊÓm9ñ­“¾hß¾Bðòòµf+H¸ëò$h™×./c(öí{‘ '| kÀJ¥¥¥µ›¡¾dØKuX\¸imi©TJç© Ñ&ˆS1j ¨ÈÏEÜ‘X‰€˜cœÚénPZ+ƒ¿û[ þ@…û÷ïß½oÛyév`;£•)H˜^¯†s.Œ/\¸ðòœm×mØÊdŒL©:¢K}ÖTÃUº¶KéÕ…(s›,R´mGø>e^Ç9<׫uH²Z"W‡m<2ÿP<—®µ¯J&oÑŠ‹·—ohw·æ¯~&—F#ï`ë‘šm ’›ëoq Úí,M¼‡™(ž…ñS|¶Ï·‚~ý9úYFöˆ†‚î>ârš´º ÝÀ,Ù@´dSŠb̽òà%W£AU§f¥ïPGÞ-ªÈD½ê Æ4æ;ÏFx'¸’ ˆu,ä?!¦¦¤<ÛW-ËÊ·,ù+Û-Ë—Â6-žy&C¹eš¶mÛAĨ¶TxMÛ¸¢ýô¢SüžQ”™61txhvÖ& lï #³›sÀ1Ñ…b}X/4‰18¾Ÿ¯iÆx54Íç¤iFÁ‰késÎ Ëö#´®]"߶ n˜Ô4,î.&5eÎ9“üépBši» _í'Nê–®zg£T¶Õ6N·{,Ùz¥r¥»¼ZI9æÅx 8ǃ“à?ÞÇf¡éûe÷_Ó"÷k§> ôÝ&FÒÜ5v#4`ŠEs@ä‹<ŽxO>&á¿L– ¿l½!øG/\8êƒTÅÁ¹sƒ¢’ã£+ÝîÊÑ«r¹úÆ]wmÔ ^©éë}Öò ßÚvŠ[‹i0Áî…éF±èe™W,6¶þ˜OóLn“Xo“ýîr·[Rõ+…„t‰J9…îE dÊz„ ÿºeÀ³t‘šƒäÊÛ÷{NLH•sœ) ÀJû– FõZ•ZI®’¯ »E‚åÖÚžß®çЦ’l÷îx湸#­DQŇéÒ‘{k†vïܨ>tâ]Žã˜S'­¢SÌN?p(Ôµ(m‚)± X`^ifoZ´Ù@{Ž\¢6ˆÊŠÎu´âd"®ÖaÒÕŸä#¶mBñE-Kàzùbi%ÏÂ3•Äù·|Ž&éËá4¥øÛkë°'q6 N œÞ÷Oöü¬Qô{¡m[¡I80Ê#Ën8…Ä‚7Õ kE0ÖB*âÕ‚ CYX × (®ê7LÄ7R#õÄ'V¡8ôÆ]Ú:’†I.xwÓ0ˆ ‚œnôFÙqŒEßj¬Š–£Þb| Ýk¹;DFYä7I೨f=,Û"Ï@2`Úþ{ɶHÓÚF庼[˾oÀ·ëZ4¤mÓq¼ð¥)l.xCnÒ!°¤³¡XœÑGu<1.¢á­ªyŽÔ‡Œ›++Ë÷9\ôc¥µÙ-UÒ^ï¸mú‘=SÑ’ n&Ù¦ü7EuåêÇ?ñ èíèÃè3è— mQ–AëO¼‚< t1¡¼AÝLæM)áä[M9‹´rnùR„™7!!jçdgªu[D_Ðq¬ªG/j®%*d>´¥Ï ]×l?ÏÃÖÚx©D®zÊ‚x.ÊïÉ6…Ð&!LˆDZ¶dœW¹÷çœIÛ’‰Œ2V~5Žÿ©ç=ïyé‹[7/ð×·[Cù<à,.ðh>ßè‹[¢”ÿ`½Q§gÆ«Ð0©[Ê[(8E÷ç¶ìG’¶õ+6K€€ÂØÄ–*•hwB>ßX,¸F.Ÿ¹O6¯!¸jͲ½³1‡£ód™Æg„*„äÚ‘ngÀ‘Ãd,Îðs´Õi1ßCÅ5Û¬KŒ2‘Õ®MÚä:sòÓuô{ÏÞsÏ=Vî`3_ž©¦ÎÉ[BSEO8T »Ó±ßºwWmiiéP¼Û“iƒ´‹Tï¦]¯x«Í—»½æ)+áò! ¢xêпÂT£oš¦ÙoLÁ*åß¾°Å¯¿þzˆ“z1†•}Ká ¶)>žÏ¦füPÛp±m¦Z©R¶c:Ž V{ö‰½Ñ*úÆF.ö—{°¤Nµê¤AS¯Á’‰/ŽËF5_GãüÖú°Pˆð$ÉÉ^žªû¢ªy|}½½Ñ—Yð•ÌÖ¬Sψ"`ý¢Ec´A–ºé}+¿Ê;´1èô» ‘‚3®ó¨–“Áfþ3\ñ\SÛ§ p\N'ÿ$-g¥ºHÁɘAÊ°Óe¬ë`Æ°^alEc6ù„ã,Ù…áæEÆŠä‡yê¥Ã7mmºÞ–Á#è䊒³R;òÊKÿ>ùð7úH´²²d=vdû4åÑFOfÑMžØ–#?·Ü#À­K ¾!o‘q«Ë"ïÃ骦±M(®{à6FMÒGߤ­„y!µ^|LŠE`Ó«Qm2Z»Ž(,6ܱç{”Ü5JÅ Á ‚¨P²=Ï[»—Ñ2–ƒáÝX÷3‰Æ“ed‚e¬ÕÃVÿØ%“jéA&HY8(“£‰ƒI¾¬C!¤eIѱ)fîCA!ž ‚æ«Õjèt¤)&tàÀ¥nâ–“z!·¦è8QµZÍ}0Î…|ø¡œirÃîlw—Éç8 ÄíJ},œþ/;ö$c´ž#±öWyîâ2Û]îö8Ø¹ä ˜lgíì$J'‚øÒaÙÅÓß·/j–ðMBü^ÿã–;ËÝ6¯Gsˆèž ÿú§ï­ôÚQÜ%v&vùãĬީgín¿W{€Aºj¾ÅN‰õM,p× ªÕ€ÐuùB§…Øh&ºPJ9@hs/~`eÀ !ä|"-;Š–»báY6”EÈÂ_Ìöñ•J¥üã.2SswÿbÑõ ­¶•”¹<­Ãîø)üL[ŒbŸzëák)ƒ¼1po±ÜÉ7ðA6㔟¦:è‰4D·O_Ĭ´ªŽÔ3‘d([ˆë‡C‰cs6+kÐq[à/:Yf]g>cý)“R‹›Í\,+˜(Ê^ Ÿø~ùmB;Š-qM¢ßüE¨XœwòJ/Щò·&‡À*•%;ŸO9nÉTäsÍ\ZL)<A×+qÄL÷»NèȲ¨¿ðBaj¦X„)éµ­üv §<|ÄcgÐ~tý‚ekéT*P’QRêßòeNn[j¼OÕrZ§!ʮβð‡útah/¶§Õv­PÐIÓpÏu€÷Ë.“1Ç”âŒiùµOŲíygx,˲ßédÚ”æsR*7¶Gn€Œ×Mó,{ÌŠaìW¶9DƒØjÿÜGØ¿ÿú7Í·ößh”¥©S3"•Ø ÝŸÄ ·Ä¼µîòwÖ¾:àm…¼-£‡&ÿ¬ŠþµÝÞð§—-sG]T]FC~cSõâŹêZÍñ«“«ßÄ­ÑýQ^Cßæ- ³ÍÑ£Îø9 _.F œ††~ÁÓë‚}—qʃËÆÙ•Y— ©qš¸ºŠx³øtäb(‡¡—ª¦ÃžLupã¡ly“«?†¥3½Ï«iSpœ¢So¡ýxÏlÑ-ÆUœTB¿êã;ù;´=yc•/EâA=wø0F‡Ð}è-èÛèÿü‚w9ã˜&žT[gÖ÷ºK³¶&Ø·ê$.Q««'Ðg_–Í«÷: X_ç¿G"~ IŠþú³V§5XócÑifÉF_Ò(¦/.bB1PŠö§ûZ!O äC¦šlO gV{8v°Žã¤D#kšÓžVê;d‚eŽ`ÏÀ„D!Øð0ÉÉûŸ6&/»÷ ¶«(žŸÇÔrBK– j°zyÅÎÜê˜%ŽέL*w2¶Zœº½ë Bˆì/öO5&±K1Â¥•öÂEn¼½½3F˜Vb!U°m¢HŽ´öq¦Ý1¡DÜgYË€é‚Í5ø3Éì+mS÷uËùÜ`,×~,ØïVk…¼{üúúÂýîÞƒûŽ¬öæ„c¾V¹îÁ¦Jåé\"cèzí·è”›+qMR¢x­díõ’/ÚºæX ¯íyµz¶ 6Û6&ÀwEðÜÖA ™dÌ0æòu?3¯Ë>¥ Ù¶n§W›çz_›%(b.ÓIÜ ® NÏ ‰ï îH,RM«b€‡2CL¯ß¶æU£G?¬à³Êœñ•V˧×%CPMj'©üyR@Z%–ÃÏlï¸U¸óÕa¶“Í?8“T‹žW_ãªe]6 ¸ ü«Ú™†ñ$]4#¥œ?z­äàv”XÂ|HÂð3½nÞä¿766hìÇ.žÁóŠø•GÝšë=äôn×Z+Óßñi²>Ò’j›~àe»× 6OtPì ”©Ô&ã$æ ‹q3:ßžÈ$UºBbö åîÉN¿õ÷îÞýûGQcB¤aXi;O¶µëÙ¶AxÙ¯YŒ)Gä&a˜ÇÑ[I2µ å¶I ud…ŠÉÛcàÜ´íšãï}‡årµj’˜•p¤”r]w®¸.äóZ.Çß<×%…û?œ=Á¥„{•ÉÙÈüƒú­ncëmè zÉx×5ðØÁÙÙ»Þ²¢‡èN©w$¦UæM“´þÑôŽÏý`nöšsç6®™k ÆÜpC*ö3Û Ã–vWârD[jQ }<NæƒþÉØ#«JW¨Ü•àœ ‘ôìû.[!;¤/2éi/ôëÆ!:\ GöÔ2 iGSJ™%-¥wc½ŒÕפµÑíQ7«×(†$1«E?Ô¬Sœn ¼°pH¼¿]ú¿;°m`«L0bäó!@#Ø(YØx-6ÖéõíË'±1³¶¨`i*8l ãAæwþápHòƒEclYR ˆAÀÈBÖÈú£²Ú‚5’±mJŸåí×0[uŒË z9¯‘ò·PH££íœ{¤y Ô!4íÍèz³5¼)0?^9ÓÁŸÜ É–—³¢HC\Ç­TËY³çÃp»á5”Ç€’XæVoéx ýê¡k…Ư áÎ:]¨ Á1kTýfe¯•u2Ónü™4«þ èz‰ÊRJxÕh¹¸˜&ÖÓh‡&.Á\àz0{ãä"_Åp+µÌ¥ãdUJï¯MM ÎÙuA^<Ýl³Î#¸½lúœ¸Ì×!&6±Œ3#48F$º…b1hõY x¸›ó‚©©À ³´ß™ØK…ëŠÔ‹Ýv»ízÕ8•Ú—r·ÍFÎ: Ês³så·ÛŽO.ÄŽûíÐæ,ó€SƸpi/—ݶí¶}%—Ë™q*ç€ë$[U€ê'0vÐN:Ÿ¬§C¶)ãÅÿÊ(¢Ðt­ãQO»‚ÀÔ Óo©‰†„b=SPvI"Ý;¤Ýq“¬yÞ‹–CÙi=¹Ç’~#0&M¨ÓÅç5_ö’Ö/2¥Ôk3Ôzäy¿jF#ˆeŠyÉa|^…VÑ‹Ñgð€V@Fô•-=êݹã¿~LAûAh>­q#–Ÿ:ýOköðØ£ôÇ~˜';!µ¦—ˆbMò{½ýCðMd¡:5ã!?ÀÌêmiú/ ¸§+³¤ÙjÊ?9À;$ʼn $ìÆæôulb õNûbÜž‹ÒuõÔL·;3¥]WJ‚íF˜Œ“pJc"o^__/ä¬á)ãŠm`.?±gÏže@µ‡–Œ¹\0QÆ˱¦1‘…J¥ 1±µëÊ¢#§¦¤S”®«¿Ñëõš¹;_±-µcmôz½Þ†åhÙ~ Z¾!ßæì71‚¯§‚Ñu48ðÆâ$i‚ó ¨Næ4Ù´¶š½n·2Ž÷B‚V"Rß´“Ba^ZŠ¿ LFˆ­¾qÏK«33 ó³3ÕÔóv¶'aˆHðÆ;A«‹‹†‰üd þ‡c؜ʊEí8ºX̦šÃ«q>Õ W¯^ýÆxn¢>OÉCèÕRvËõ“Ó$êê1ù ™Eý7s­Û— ëýQá€7þ™šƒ~ëÐ"ôkÓ,UVƒú’eáè ™%àpÿExÐäuþY‚±W¯®„€ >»ºÖ¬•J†1YíW°Ú[%³A©Tk®­Î1CØ«Ô=¼ˆ‰À¶i–JN©dš6¡Sû?öwI\QAdkGuÉŸ7ß L†a‡¡d¤9÷:UÁ’Ëz3mGŒñÒÑéšáUVfFvíi·]Â1ˆ’_(ø%˜·ÝÞ³ šÃd¥âµé£KÄT³Y,ŠÍ攀ɳEDzœâ­ÏÙ›ý¸4m™›šÊK n÷,(ÆT ,ïߧK±oÉüÔÔá[¬Qì èµ,ßœzᝥ ¸˜„$î¬âý 1†ýÈ‚è”î!Q‚Wôþ!âSìóâÈÆ2š´qT @«´‰OžCy„íɧÊ´“ÏåàÆ,ñìÜp®Qœÿ2»Ú ·£s‹‹‹¶\4òž={ß+ðéõõõÊžêó÷ìÙSÙS¹ç¯OÖ 1Gü®“ÏåÊôï$õl† çfqâ}¼Þ Â؃ sooiiIڋ߆¡ëDÚ=Ùl6ƒfpð£i£Ñ>&Œñþ:2NÙj<Ç…od®¯I2 5kÅ,NVêÎpè ˆ^ÔiOÐ7¿WáSP2ð<¯œxž`LA1&„0©iÒ»÷µÖ¥Tjð(S–óª)•ÚsgFÐhà›Âó’²çyT „IM“Æ÷{˜ Ì\1cOâÅ=JI9˜ü»c)¶oE))×½4m š hvìG×#ê7ë•.|˜&Èé(¦PÂŒ¶Ù¡ i¸ßÙ̲DÈ%‰îµN³50œ4Й©Ÿ±Cs¹‘ªis-ç{|‘¸Xi^bx~îO‘;©Ž$…Ô椶ݼSþàï«ýÄ\ þ/I'÷vÎTˆáüí9ÇiÒS¤™ã ËBõ÷唉~W{a®×¿ÕZCûÑsѱ¡ÃÝ訂†þ8’9©Œë‡F°"fÊÔ0Ó°Ä…èÔÉH·ƒ÷8sØNõŒgðÄ™¾†™&›bìz“«½“ks­´½Æß_Ew8‰K—~µ;nö,Í 7ó“ J±¹»Œ;8¹)ÆHÞ´fŨŠá×ʆö9)ÉŒ¥¶›¶™º+»HuU²Î¨àÕÆI'V\›ÊPk_¹¬3èÔ–=VÜZ¸åÏîÈ?š>öØc…;Þwë­· Ì»9?9e*ÓU­ð¢!ÄJL8Â^Å0&¶Á½‘~:„ÜèÂ(5”¹ß&È} &…߇¼Ù»;(‡hz.z½ãî ¢—Üòo”,n»Xüô~EÞñÍÄIÒ H¨ìh'YOI€-’neŽ‹ð1¶³UûÝn†ñ|evù–[n)쥗éÏ}ôÑüéãR²ë§»¾åX7{¬Úóôw\©pû§_°³Ïž*,sö•ÑyeCB~ŒÀöž¥Ÿ^ÂÆùbŽ`Ï•xîÊ:–/‹Ç‹P²£™= ¯œšðè 0~iô\šÀ€ÓÑd–5åž„K;1ÿƒ²ü1DiŸPˆðµ˜TàU±åAw#x<©yÓ¡{¸bùXÛGð´E÷çQñ{1ã#N>Ðç)èŒËC=œŽ–_T†>=ÑrõÄŒœ¸ðjñúB%wh”ðpjê’¹¥¢$`üqn²'¿LÃHJ)âŠR -¯·ñò]BÛ‘1¥ qɳt7?\.—;Ù½2až7 ˆê´Hw a@U²¸ZI²J‚¥(§.w.åRÏg¶…ãN…[1†íHÒ°R ©ˆó¡å:£iNû;‰ç²v)‚Hžå'ïn6s½`Bj[ñ=­lmáˆV•-öï?`zº¨Þö¤7»ms«1nJ“Gq¼•Ž? ?Äu³¿Ê!çz@Íãº!h€eƒ¼EŽþ‰†TD£klXou'®ð^ì±¼¾>RªQ Ü^j=j[ŠRFí™êâTC9Žšj,VglÊ(U–}ôèx»ù ÏTJE×Ï—J¥›ícÿtüøq}®Ÿùâ"ß57?W<í”Ú¶¥h¡0u°sš ‹û÷/ ä´C•5ÊoŽ 4f^sº87?÷®A¯×Kw‹Åâ®´'Ú§ Ã6JPŠF±/ÎoO-ÕRâeÇÕÿ­Ä1]ÆRêÉp5¸?˜\†m¥œÉ'+~à8ã(5v Ÿ{O^€ÞýØü â—Y&Õ*„º çš‘rH#r‘»}ª2„” ΙG¶ûÑßÂ-uÓ<˜Å~dü3Z£ÑæÌ‚þ™ˆÜûûÞƒßò¼¶î‰lj*çQ"¥Ý*Õëv³"!ìØËÅ'f¨ÑÖzzrµ%è{¾¡uÛ 3'âœÛB.fÝîü eõRË–’P/75•pÁh{ÞôbgÀN´ ‚÷Fßâ“ßR \Á´ZÖ™Ž87Ô¢äz˜ª-Çä"¥”¬ßl@2¿2<™PD†½´//Ôj+ðV¦®;F! Ã`·7辂9:¡ä>™‚_šð«?öÙÀ¬…òè´¯£<Ô*àaÃ%Yr'ŽñÎѲÈ}¤†ÃFY—NtØq:U §®ì¼ñ±9(/ô7ŒO?ÓùÐèƒP%wZû0BØV©h)5…apnå’– ­# j˜oSÁö­ôü¢Å¹a“!œ T²>ÞKèuX*YŠi6õg\ä°šlBÒ¤ _· ŽŸYv.ðÞfpn¥ÏtSàˆ¯ ý³pË—OÅÁæáÕ1îÁW[oj(É5TÀ¶‡œw‚וÈÃU[…£Æë­ºhâ1 Ít&Ce¸ÎŸ‡!,.^÷I϶Á©5Êe»cRêç3c¦PóB)(]H„m± Zm¶Héþm!HÕ‘o§û–·¼åÔþý¥u&…çË8 ëOäò9?Pm2Œí–Å„>:ö%+U©ázg:\®6õVzB\ÔÃhPΚ۷óø±cÇÀ4-ø‘mŠ†ã{ʆãÐRÙp£\¢ŽCßöä_ÀÖ:¦Í4…ic2éênƒÍK€~±SLÏ{ù¢ ë„ …BTáEþ8ò¥^>N’³S23i÷&¤•$W3%ñD·Ó«U¤nCœd0œüSkïÞã®›ª—'Ï8p` ʇ0¶ÚË=¢$ºò­!=P†-xÿã?¾»^üøC=dW«‹éèÈ®Ñh”í¨ƒ–:›éh4² QŒÛ7SJ£µZ…¤€sQá¥y 9w(^ @¾4åh¶"¡ã»)nMï6–›M;õ )úx×{_MŒBHâ¾ßäð׃p÷t C¹Òy<²Ù„U:l6CBuë«8© EKÐ8Mâ®E¨|:_êºKB£å.5¢pNçaÒ¿=«Pœâ–¥Z¦Þ(MMMqƒØ¹b1gƒOY®c߸±±¡M­–²,>UÀ¬½P|êƒQlKw Ê¥¿‡SwŸ…‰™õ´½{÷Z–EM“Z–µ—󎺗™˜X{Ýš¸ç*–›à;*Ä®LÙz£‹ARÎv<94ÉøH+´@c«YÀ?îô»`½A—'_ß ûCgX=f\D ›Wi¬nP6cFEæó©™æó²J³ÂˆûŽÝ(/\º»Îå~æל †Í˜QV…B½^(¨ aÌ¢TŒ±<™Fu€ë|C©Rö?üʶR”:ïÙ×ã#ØJnÔp%ÆÖ_™lF„ÂW¹Yª,û¶4à ½M+E¡hÆ{-êìæ¿ÊÏèÍA¾ëò–ÊïΔBU¨¯´ðÂäØí¾úĺø¤œ‹mM¼¡¿ö¼-­ovóíi­žï©pÜæ>_ËÈwÏ­V;7HD†]ç>°±±±wcïÇn>/|Cë-Ï;çú‘ÔÏwá8ßÕ0¼çK{º=ßpÎ}«dF2윛|p;~ÿ+Å©ë¶ÀŸ|˜ðÇh«Ùca 8LAgA\9âXKÛ×'S7e#ç¬ úÝq©×qzÎS.\(}1oaù‚ÂXg3gwïÆškm}xDTU½ªè}MÍó˜s¾sáÂ…òî½ÒKk®ñîÝgg2±z¬“×ïøee²FÅ{8—°ûx'ôúJ#<²G¯Ý9ÇÁðK_úR!8aN)RØíΉò͉%0N…ɯ—>P)œM®´LÓìïõµèåœ]HΠ­h¡´Ýüñð;VéJo“")^8Á»YmÜmcé÷!ž¡í‰PÈC„€;C¡“KdfKÖ‰¾öw_%¢miº¹ hórˆyL¤Ãíar”6 ÓÑp¸57Ãn(߃Œ:]Ý B ÛÎt2†±¿Z×Ð1t;z¸î¦ÎŬ'g_·Ó¡ãa#‚0àÚ]ÊÙtZNV´zÆUŒd‘Ó½N?‰´Óê®DMp˜×„öÚB ®Tríz “_Çu!†8<¦…X:sæ ·£“–E5ê8Á¹!Ðd¸O©3ùƘçy:ý8ŸÃºå2ÛdvœèÞÁ¦—Jù#ë8:Õ±V9‹õ_œ>}Ú±âS´ÿf· ,,ïa+„{]))w+F˜­ù¹2ù*¦ûôT]ôâýÉfÝÖê4Œ qQÝÆÈRó*&ͨ@MnA¿f¦É…Ç®7¿“WZáÅäÓ`±üD;‘Å}g~~òD ^êû¾0m›™Œo,ärÒ[¡w÷Õ°Ëg¬Èù»¤iÛLø6ã:Êv?ûˆ»KÊ+-ÛõœkJir?RfÿØ Õ4MÏf\{€šTªØ-˜¶•…ï[„\³Ýc|ÁµEÛ 1œyÝrpÞ£eûr²Å;™RîI§ß5ËÉôrB:Öò›^î´»·„¤, ±A¦¹KR’†Ž !ò“Eh$°/ !ùRsggRKìNûœ%Nü<€Õ¹ãøUïøZ5-…'p|¸ˆùå’•¼ÃDJè‹Åù˜úd n ˆ†%:y64åã€1Í9-˜è]9 aXœò"cü%jê’g»|ùòq”_ ]vFw!µ¢=Ðý¦ú©5M[¯Q”80ñˆ;/AXä{† !#šô‡Ã±¿:8Nn­Ó©Ð8«ÏDàûÂñ$w_ý3$0îà¢üÞ$}ö6‹3¦á¾ÆLÎq Xìð,Š KL 6šdùù#ù†wÍðEῃïEoAßpΑD q 'ˆÓ^´,ž«œ¯ùAO’³€bó$xBB‘À`; ~ñÁÛJºàW\%]y.S¤¸âDA°|þw8%ÝwfY–q¥Àq  ¦I<ÏG/Ê8ù[WÞý‚ãÀ fôÒX6Ô•Š----™ÄP@Uv± À™-eS_Ëæ1øºy$l”ñ5—À}B1?Ñ2=y¡H"Buý™I’N³×ÃäÄžàFIÒÂzäÝ_ä@ž»üÔ²,žŸ­ä;æ²ÕÆњǹáÖf WÞVrÝɶ§ãÌpI˜™dãý7ãZ¨/š'O Ã:ú|€`ó¤7B£¬¾|‡†µl²àv·i [MK:Žâc«É„Ô`¯b:î>Í.Iß|qxߛϜ9ãÏ<?È#îÄR@íj j.èy»Æ‡}Áš>Ñâåà B˜³PÃV>üUàK”ª­Ã­/ýÚ¯ýZçi‡ú¾apb¶w óZ¦û§n:ÊÔý¹õã^Õ Ñbݶ@¹²£<7W]g)‡út¬Q¨×¤é8¤HQÕÅ`Ûƒ„¨FU<ÁgˆÎü¨ŒZ=ƒmBíMp¦³KèºÙ^ˆqlUH¦ÿ#½}¹–Nôúìf«qëšRŸ;ÀjHêµçÐáQ/êu:±3M°g·f’Ã0C*¤ È•‚…x Oˆ¸ohr.åñÒææRÌ)L¬þä :ìm‡Ù‘¹‚³îä9Ò‹Zw sG²€à·á8ÆW6·mÎ t*¡0"ȦˆÕDó®ÁÐÚ.dÊ—´p¶Š1ǧ#\ªkM.8VDÞ[4„Î\hÐêðÆJ‹óӛ͵ȟ™¤H_éR+ÜU×{δm×í/Pñ/Zsû¸ —_ .ìN¦šÏÝý–¹÷­ðw„p“ )_s€Ʀãî™™Æ7•Š¥Èm$1LÞÏßRö´ã]/ˆó¹À–Ü/Ö'†zAß⛓‡ÂR9 ¼?­í}Ûÿ¸Z``ûr³æf‡Ìä„àé™=pçfäúY}~²óF£1„ÀLbKøˆÆ™Š™š¦o5Û¯¯Ûá $×ÚÙ•$¢¬ £bÂœ ‘s&¢ `Þø~ñÕ¿sýìg1#Ñᄎ 5 \Û@æ.Â7ç.-)‚T#~sêÛù³¢ïÃYŬÝ&QÌçû­Úno§ÄIjo7Ù½Y'-²I®YIª>ÍÝ Òû†ÖĨ˜Ü/`²‡Z¼Ûu]¦ìÜ4†¸Ó¹ÖwÅA¥GBß^™°Ù€|(Š"ƒ$Ô7dK‹Ýk;Œûý“Æñ>á8:·Ž3Ja³Ù›«Ã¨4„§Ý¸7šX6šúm@tB3“hpä33gYŸ u-ôÃG|;ÿǵZð5_/nZX¨`(/-žËÊ çôÂB™T–Úg'¯Êçó·u:U\mµ®ƒ¹Ä2¨w›à‹¾ ^æÑ©t´ÕáXž*Grgts—­z½²æwðFyw0ñüb˜]»°rpeáXrðàA‹‹æV²rÖ?ì¾-Ä¥,ËÂâó¿½ÜßvÇ9dÇîý§®=Ô‚½‚[Ç2Îúš1’)zÐ æÜj83k†(d€"Ó…3d+9°â&¡¸õHãVëU–ºM{3üýÂËÊë¥(¿ìù¶QXÚkYr¶Vu£¼ç‚£ó Û:*Ãqæ{¹ztü7GTÞÛ㇠žr'§”! Ï+çý²—Ë{¶—+»³I!oƒëåóÅ(’ŽÓŠ\× ,ðKÕÄÑPzêWUõó$mç^\Îû¾¨ÓäÄŸAˆIÆI¿ûšnÃÊ ?÷çæ yˆâÙ¹ápn6Ž _˜›ë7¤PVæ‰iñ¹uÜRÊ•¥¥þ®½ûææ1žŸÛ·wWi©Rxž²„™-w槹0o‹w=Œ-}°5ÒkGDG:HDžõb/þh€y_«e®ÕykÉuñY|¿8Ç;Y=ï[ha»Ç:<_(‡›-“óÖw†>á§ÚýWi˜çÎ>bȽºÏÂ6*¢)´€ú蔽ŠfîÜ€vÊ'YT¬ÙÄ4 2à\9¾üòòMï±L„í¥³g—Úa Lkòð©6‡ûžU¶“âäÝ#šª¸ç‘ÎÙù-Ú¦EˆÝhÔë×ë†MˆeR6TM)÷µ W*ÒD‡€Ö•«µM;q”–?#]Rk’†Ï:ãPÁhë“–}ÁD #蟅M=lÅqÃ^Ä l~×ýºÆ8a”F#YÏ„¥¼˜·¿Â¯aƒ>1¸ß"ÊÓG…¢øIÓ_6óèÓCÝ0§÷!ÏªÞ Ö¬€yJĽØøŒ*,?à=Ïô{ÍVMà+ FÚ«õ:`„kõÕ6É’îC ÿÑæ:ôÔS‡9 ÜÿýË&ñCâ;ÐK½ÞÁáƒ++¥)ˆ;qx¿p9ÕùMs¹låÒ4¿¨”b¶GªöÁ@,ƒeë9¿Yì,­µ”ëFÿ£sã>®çý†—Ëyîç&?Ùqá“ù4ÍO¶“$Ÿ¦yØJ’#RºÃ¥ë5,KÛÄÚ"€)ó›@aL™VjÍúäñÇÿÇårÞoxç9Ïɵ—Ûq<·çæ[îÛíÛ¶îò®|Gø¢P.æ÷—ò6X9 ¤ã8,ËtÂRÉŒ¬É'¿ùÍoBå^­}rq lÛw-ËPºCuú»õ…¤Žúåêú‹Pu×y‡¾ŽÕe³™F&[ÍVàºÒÙf«žµqÍ»5”øN‹ô˜4;K,ú”o[Ô '¹ë¼+%ðÅ¥kÿ´&Ž§ô.™€G U¸åW}–}­ð]Ò'ye‹Z¶þصK‹|r¥U—˜<-Ãwýʆü–sßF:®¬”‰‹Ö¹à’!3$Lk1lyE²÷@çHPbè-‘>‚ħH ùx‡£Ñ(ô!qg§kv£\šeÁ÷‡ [¦jLÎ ©ù‹hð¼lsKºh×HÇù€—£W¢7 ·¢÷ I©w ÃçãJ£5Ÿ $BÚ3ÊÈà ­DrXw­îx“J«g™¨k  ¦ö(ÙzÄ—;¡m»,AJoéwµÖ%­K¥’arP¢BÐ⪠†Q*YÈ™ç¾G‡.‹«ÅâjQk­‹³Zk]:\*•ôOIÑ|,[ÊÒÝ.çr¹\®Ýn >Xõ¬ÃÅ4~zÿœÞ¸W%—3ôˆs¾×¦ÿªö/ßK¯ž@S!˜‘R“^pø~ ¬F™•O¨˜ÅÀªyb²—.H–'iš† X2½2ÙÑ@$eaÑùû×Ð2•i½Ä¾ÿ(†”ϪÕj¤Óé}„$uŒ#ᬯP˜;ûȃÆþΨŸVâp<ÂvT³ŽŽ%·LqŒ“kûŒ\Â8ìw6y0 tÖêì8ÿÊÄ„ypø× ³rŽê4úÃmïËðwl|¿·n²Ù  W’ÈU&8¿¢!wl¥×Që`_”ïÚ˜!ƒïbmgè[· ÜRjKüØÑþT£!“âr´§Ô;‰Ñ–4$;ymîÚµ+S†1%¢]†1M3ùÈ´aÆ}R×}'µÝ–xfȹîféDèó]vX—X/æå—®g“Gó°>¥õ¦ÙV]^þ´Ù Sú©c­[?l}‹^~2FV4þœú.ô˜¿|"–AyBn€aó<ï~†‰4+ÂZt× ÄùŠ{÷îµ]WŸJ0ä×çyzn}F(ê0Û{“7©»t]oÍ×![+¸k§Ó‘r”J^óE;qÞÈ“¥Nm¨îíß™‰ ªTt—µŽÐÛ&ù›ï’üÆG¹‹KÔ+Íúèg]ÈoÜ8’ÚøžŠoµ%Ê7à;è ú+ôï  Kpn‚ ðü"BI¼ÀËÉ=Í.?ݼÙ)w^}²fZ«q²½zÔ”‡HscÚêéšiŸiûìƒ4VßøLÛžß©éÎ4½Šñ*øXÁ­' 3@šÀòÞÆ3ëvf;>N”_» й&¸}µÜbˆ“õžX…Ì[õ7”ñ!üÚXƯ¦ñï'9 ÷<øa'gÑ}Ò?'2ÚÓWQ% B€G9@®i³WŸ­™¦e²›rœB!ÍÏ6 PupLÊ€À€õÉ"d”ÔÉ•ÕëdºÅ5‹Ø”iû)ÅI}rù.™¾ùÏÑÇÙó ¡ß2ÿ|Yh7\„×K b.Ô­„8ýq¢§ÐÔ°ð ÍXµÑ¡%ào!ä]€ô·uÐI˜©âG2 “âr«Z±³ëëÊs…’Öµ«HÐÆ}Òdr9ä§.^¼È÷¢¾§á®Âm•‚é¯ó!7›sqܸ§¾hƒ³íºHÞ¸Gåõ2:ßn·ÍˆûÅø±Â‹¼h¸Î¥šNÈ/!5¨S0-‚G&›ÚòÒ xeÖZ Ñ$jVçŒk’ªLÛ! Áêue¨—Ë {ýƒ…ØÙ_¯Kº,ç|W¯9Iw¹wò£¸ób7èÕ«W¿íz–^Ÿ~XS Ñð*Öå¹(¢“H·Ü!  Õ/š³}çáBÌå€~¢^¹ T‚lLd9@£ø(‡µèf‘ÂÜ×ƹmmMÎX–%¼½ž°ŠõE;®8_Vêz½PmµZ«Ê |$¥4&?£Ég-õÜ Š”A±'Ñ|C:ú%’+ ‚ûgíº•g)“ß÷}_ ´¡j´Tµ-\@ϼì“7ß|³Tü¢ÉM5qØÝRÞ™Tʱ‡q(eˆ±—+É~•×“þÿä{¨U‚fΠãk9$;h+Aƒ¿7¸…%A[Ëm¿ŒøÈ]Ò-Ïv¦¹÷kû Ùj5òºÀÚ-n´ý‡’ðýH6ÄàoòBôx/Nt™czÜ›îÊ2››é$ :6jµ’á@Óœêê• ŠðÒ£ üà ­&š—2žTÅ’@ÊŽ{Ûþ„Û6_õL¥Ì¡`ÜÙkÎøÖëÏáÕɳìɤÜ1@P‘•(¨7Û~Ø\¸þ¬ý0wŸR7ÆYõyÔ².©Ç/„N¯¢tJÕU¹á–»_˜ü¹®Kp>Nüü>ÑÚÎzÿS9¹D„e‡¨‰&­¤=|ÑaÝS¶‚,·t:@à0®»¦æ&?@ñÆÕvî­ŸölÛ`/þ„|YíÖ©n×ûf\ÕÝ1ëõ+žÛÿý÷ç¢}îùçs¾Rº…sOÃô/\;ùëÕ¢…Ø;w/=®S´®þYlúw$¶ÿ?ÁƒÉ/ÏÞ®…€ ø_ïãÈôO݇ùöHþ8L~Ù8Öß—ñY™žæš—þ9ÙΠæ¤7ZòN~g\ú/󠌾º3±K×`4#Ã?9*sƒª‡{šzp£%ËÚŸØ+¡}êß }ãe˜~¶[ud?j#/E¶G¾*Šëʆk)ö„¥ ë?Q‹ø `Ó ÓCR×Ù•€Á““#E¦‰qÁUÅö` žrœÄÉvÞ}‚—´8ÔEïâñpõ»ÁÿoJókˆ½ V.ê [#\Þþ.µwr³Cþÿá VDÿ÷º}ÓÞ>éÉÅüÿZ½é[Ìäm]\G3è(:…nõ‚çò.0 \Hä÷*€ºð…ŠÛmÉx¶+fï=Ç\,\ŒÌƒ65F3æqz3 ÒD4›Í xL½ÉïKçÈ’$6Õy«š¦ ìÑ@ýšOÆJ?EÑqcC°ZãF*FYã=™eYévÛ #“ÏqRŸŠ½È4s#Þ«š¾[Ð|*®ý'¶„óƒ ÿ2é­±"F¯ù×ì¢.¸ôÁ›ÚÞ’¹Ù±×wiëàƒ g‹ØbJ±’‹?»Ca˜6-üåÝÞ²mÿÕ†ðÕÿE?e‡VsMMŽŽ»ð#Yý‡Yæ ãý\Tü³¼Ú5ßcÿÇ!‰†Š áæƒÐÖ<ëõæfS®í0È»BpþÖÔÊÊáÃ+½¬™jWÉ\cïÞóç÷îšO íê´ #lqÊðôtw¥¡¥”R7VºÓÓ˜Qnáß    ([Bú»æZå2Æårk~Í—Â*þÌhŒ`5$àånÈCåid  ²…è+#œŽ×: è]`¤Þú»”RR©õeˆ§|Ë‚|¾Z«ÔórÄ4©i¾«òø»³3ùë™®\l6#¦aumm ²ïç Ç ›årŠ'ÚÁ+ªõó¢ïÃ÷˹dÆ.V°Lúä’ÄBe¯Dsø½ê^=Šœ;j¹LWŒ¢N]¾|Ùe yÀ¡…<ã……Cîe@ÛÒt4Jm®‰4MÓ¹uÎCàû(CÙ\fúþ‹vÅ)8 ~èò Š&ß&.…dénð¡aÆ“SZêÚŠrߎÿ áËÿ#“àQÒç‚ÙÙ%o¼ÉŒCãqC5ãù—jv7üÒºÂåÉ<‚­Ô…(®îý»@ÀÛÂ(1Ê&Ë–•ùejSmFÚf©ŒS;ÐÔ5 “ùÖÒÝ¿Ù}‡™¶ÚX‰¦³Ë`_¥4Š.²Oˆ±M™Epœ•‡¼©’ž£ 2ω/ês}DZ?jžfi¶¸ÐÓS[\oâ<Œt®^øÞP:<ßn¦ÏϺç½Þ^í²!î­‹¹+ÇòñSÊ÷ñ>¿ bk'Hn4ôý ÂDB¿žPl ˜Û)Hó:~z”‘pô²~Dªñ$Xµa†ÈÉáh4º.2{.%›ÑÍÂVƒ´†«*EtŽEªñ|qRßyv häòó$!Ð —ûþú>‚„áU„Èë2¦2žW¾ÐEˆ=!ös„ø—272ÿ!ñ„¤…²R_FÈ*!d½!ëçÙ?@ïa ê„ÁAÈ0Ôÿ”zˆ†4ÂÐ|Ú ÃJ`X¸ýàNÃp Á7ŒHÀÈ9àq§ FuÂè90ºsÃa1(˜M0ÆcÝ0.Þ0¾&ÔÂĘ\Óòaº ¦÷ÀŒ˜•†#¼p¤ŽŠÀß–§ ¬ N+‚EðÏbVB0 +àô$œ†òœ™‚³ª¡8;«`uÖú`Ö¥`}Î)‚ 3`C6!ä‚P6µÃy¨*€ªlŽÃùI¸  .tÁEepq)\r!T/€ê,lé‚KãpYj‚py\ᆭA¨­€++`[-lï„ `W%잸jì-€½)‡a_öû£ À ¸¦®MCý'p];\Ÿ€†r8Ø7Æà¦Ü\·æC4·Àí­pG Ü‚&àîÜ»âpß'pŠÀÇ~ø$Ÿ¶Àç^èJÁ!ø2 ÝAøº¾-‚\1|WßwÀíЇ{à§èm„_jà×øõwø­þ¬€¿"˜µbŽsuc}ª±¾õX^vhÖ¯ëŸÄta{±Á…X~Á†F±a-˜»áÁFtbž6:¸°1>llżalB#6±›Ô‚McS˜¯óýŽMëÀcÓK±Alf›åÇf{°crØ\/6· ›ïôa‹üXq=vlóïÀüilI%¶¤;!‡-Maÿc'•c'g±Òvl™[¾+Û–ÁVô`Á=߆ÚêÑ UèÅFôRµ‡ÑËkÐ+èÕzµu4¡×bèuz£¥cèÍz+ŒÞnBï¬AïÐ{PÆÞ/D£¬ eЇôQú(†>-BŸö ÏêÐçŨ+uEÑ—è«êN£¯ãè›ômå|è»:ô}õDÐíè§$ú¹õV¡_jѯô[7ú£ý™Æ¡Çü8*Âq pœŽ«çJœ>%8} qúfqò:púâôËâôà X€3  g`-ÎÀ.œÁ.œü98C*p†dp†Vã kÁq×â /ÇáÅ9gd;Ž'†3ª gT/Î蜂<œ18c qÆö⌋âxëqÆ—ãLâLäÃL˜t&k†É³aòm˜"¦x„){aªr˜º¦)‡iaºF˜~fª…Yºa¶|˜}欄¹a®s˜§æ9†yïa¾0ÿ.,0 îÃB»°ð6,² ‹®ÃbÓ°D',Ù K]ÂÒ°ô2,3ËfÃrÛ°Â,¬V …•¶aåUXeVm†Õ aõxXýÖL…µ²aíLX{Öi„uaÝDXwÖ}…õöaýeØ 6x„ ka£mÂÆõ°I(lò ›ŽÃfÅ°y2l~ [Ü–ƒ°U2lµ[ÇÃÖ‡°M)l[ Û¾ÃvÍ°Ý'ì ;¼ÂŽ‹°S&ì´;×Ãη°K#ìò »ÎÂnù°Û3ì> {œÂž×°×>ì“û|Â~`¿sØÈ…Óá D88‰‡CkáÐ[8l»…ßáˆw8ªŽn…£ïá˜pì;7 Ç õpb?œô§ä©±pZ1œàô}8cÎ,†³ªáìb8ûÎ9‡s‡á¼z8.ø…‹úáâv¸$.¹†K[á²b¸<®…+;áªL¸º®‰‡k>áºe¸~n(†Óá¦}¸yny„ÛÂáöt¸#î<…»Cáî[¸·îý†û¶áþCx`œ…‡¾ááUx¤9‡ÇºáñBx¢ž …§¾áé_xæž½„çFáùIxa^ ‡á¥[xõ^…7áÍAx«Þ>„wÚáÝHx/Þ{†¦áÃeø¨>Î…OúáÓ}øì>¯„/áËEøª¾z‡¯Gá›jø6¾K‡ïóáÇBøñ~z…ŸOá—Iø5~Û‡ßoáWø+þ ÿ†—Ãfá¿õð¿Tø2–üV‰ D6‚ïœD2AÈU¿ï"øcA¨_¡Ï„F6Aøp’D¸F) ˆ´‰ ò3‚(£¢é¡œ¨Ð[¨ðlTäTôSTì%TŽ6ÌGW£M/¡ÍQ´¥(ÚšDÛ£ÓÑÎÚ%´»$ÚÓí £}q´ÿt°3:˜D‡RèðutäqtôSˉŽçEÇ_C'6£“}Ñ© :½I¡³»Ñ¹ ºP]‰ª‰9…ý=v=žž8…žL §£è™Ëè¹z¾ z1Œ^Š¢—~B/ŸB¯VD¯]B¯'Ñ›ÓÑÛ}Ñ»#Ñ{£ŸCñÙè£úô%ôyUôe}s]Ž¡+CÑÕºÖ]ωn´G7×£[èöjtg<º;݈«Ñ·§Ðwa”l~(‰~ˆ£¿D?×D¿lF¿ÖD©º?ý6ýþú³&ú»*úû2úçSô_Iô_B8í6V{ìÎ ÎÅÙ—ãÏá\‹qîÃ8OçÝóEq¾Ë¸@š q‘‘¸hY\l<.Ã%"¸ä~\z9.³—ŠË½†+äÅ.ãJ \e(®ºW{×XŒk=ŽëŒÄu›àzqý²¸A¸ÑHÜ$Š›ÎÆ͸ÅPÜ2Œ[åÄ­…[¿†Ûdà¶qÜî%Üa<î¸wŠàÎeq—0îÚwû wá-pÏ8Ž\½C¸ÏxÜçSÜï5Ü¿îÿ8°Ì‹]ǃ_ÂC"xhM<ô=<,…‡ÇñÈõ}ùG_ÃéoáqEñø¾xBž˜'/ÆSÞÂÓæã%ñŒÇñÌ÷ðì¬xNÏÍŠç&ð¼Oñü0žÿ0^à ÷ãE›ñâñxÉÃxi/«Š—Gð áã•)¼ú^Äk³âµ—ñº ¼þ:Þ8oJáÍxËv¼u<Þvoáïá“ñÞ¡xß?ø€ðÛøÐz|XøðÃøèb|l$ŽÅðñÛød]|j6>}ŸíŒÏmÇçÃøBU|áS|1Œ/…ñ#ñƒ«ñC1 p 7 8Ã í Š¦ö\ôi•aÞ²¼Ö{Ÿ©ÏïËLa®½/;5)ú¾aïûòRë|±W&ÊM¿/@ýÀ’÷¥‘ûïËD«À­¼>ßg¢i=ß—™ši½/;•Þ—ƒÚiåÞ——Êüÿ_rò‘û}¦Mží8mêì²mæ¥Ïš6%b$Ÿ¬ýí¬D¹º ïMhÙöøÔñ5õmd^-ä‘zÊïv=™(éB}ǺP|ÿ&F•^ÿíä{u’¦‡(Iö§ÄìŽ2ß^t_­’ɶf¹ºð°M&Ÿ¬Ý<·Ï ?(zjrG@xçÅ£\±!gÂbù¥›ÐKÉ pEÿÏ©à0ˆ2rãBÁ„ЛÀ³Ù!xìZà 5B@ýãLO zyyÎúóñš_Lô´C:B³0§bqŸ [ìð#56¢ÿêdØHØ;0âɈ‰i¾‹:úº“+ÿhˆcž~/4RRÛž°çD‚aÇñ™g|nÅû–t¶Oä9Å‹û¾¢Øì³÷ßœü?assets/font-awesome/webfonts/fa-regular-400.woff2000064400000061570147577723070015630 0ustar00wOF2cx þõc,6$ `†P¯Êƒº|˃*ˆ zeAô¤÷QQëa©I=ªj™o¯¿üöÇ_ÿü÷që<ßE.­G6kïÎŽ‘%#7Œlxë^4!„ˆK¯í€ÁÒ'zêýÿl’éãI¦'T\Å•ä¸"ßÝ¿púöÞ:Ö¤•Ö’žv,[ v¼–-ʘ#n97ù\—ØGiŽ‹àâ”øPeûÿh™þß[ ÕXÕ\ìÑôhEÝjÍ´¤µäY{Ñ묵k’!¶L?kÖ;žã°ì)q`ÏûÎɆx~€zÄz@4ú §ÖÏ”FšX`Jìرå¤$™”mS\J9%È6m— G] çˆ{½OC"קr{_øn­o ¾iEYð,“¤fzÔ“ºÜZÿÿ—šÜÞÔ ÓÚ»(íðtCÍRؾ7#ð¾$0cÈ«MÑ*`”*9M¶3ÚVÚ-ÎŒí-]coeékS+ ZLLBŒÕ›e¯ÿ• _赾о’¶žP†Sùª×ýÚèžY£W3;0f0zv¿˜îuOO£»gVB- —‡BÌ``ìÎXãNCPzä·¨N à(„´hÒÚ£èÑ$ ïû?h‘mçLÚ­œõ* ,À¸O'¢ÖÜŸ^êxò«ŒÍù®CA¥+¯C\ü?ý&Ûy»*„¢ZÆÿÎlmeY£ >þ‚…CNöy­öLã?º¦SñÎc犱XÞ!Ù¶€¼á\Ããò¿Ä ç ›.íM3’|²Éqã{i9ç<ßø=ç<3ÂZ'°ÏËS˜þ$ÃM„xýòåø‘¾Wº—†Çy’Æw^†;tçy~íÎãÍIŸªÏxÞ÷püó ¯óÜðÄ¥Ü㹑J?wXFxQ[÷ù’¯âÍhøôÖqsÛô Ô]Ÿ™%ùòûp/Éi¤ÞšÐ®•B¼Q×pÂé¦s|Ï$ó•ëuÓIxÞë<Ïg4dÕî<Ë#ë.›u³ÉHÕבáØ{÷œÇasâvLÃÏw ø>@ºÿÀR|z^ŽÁaÿËZßÀwx‡2È¡Šîô£?È 3„¡ c8#É(F3†±Œc<˜È$&3…©Lc:G9•–™v/íeÆžŒ÷3že<·°B­«Êênõ°zZ½¬ÞVkuÌ:nÝ´ýì Û´]v‘ÝÈnbw´;Ùíj{ ½1'.'>'=§Ý |©>ê§þ á©Q«qš ©š®ùZWicm¢Ý´§öÒ!:LGëX “t¦zt‘.Ö%ºT—éݤ›u§îÑ}ÚÃ:{Æž·ÏíûÖ~²ûÝþ°?í‰&1$¶Ä‘„’X’H*I/%—”–²RN*JU©)u¤±´‘±2U¦ËL™+[ä‚\‘ûò@É+ù(ßå‡ü’ßE+hE­¢Õµ¦6Ò&Ú[ûë@¤£t’NÖ):Ugê]¬{uŸЃzHë=ªÇõ¤žÒ›z[ë—@h } Q`Mà†ÝKãôŠy%¼R^¯œ×ØâmñzoýÌ~?¯_¯ë·óú“ýÅþ·¿ß?îŸôσ@ R‘‘ì¦-iEkÚЖvHô–„»ñz7oYmÏØs7õñ¦ãGU‘êRGIkcšgÜœ'”»gµµ‰öÐþ:àÆwßñ„žÒë·Vý;àóçú«ý]ÿՃσς‚÷‚wxItSÒ\=+DÏ=)ý D=Vô(æùnÚÌë\¶a®›k抹lΙÓæ˜)3GÀìòEo2À¬5ÌxÓ#>×Þ´ +obêƒ)ëÏ7ÅêTŸÉ`˜ø`â˜X&&˜(&Ì-/Ò}îqw‹»Ñ]vøsÝéîpGÛËÍnnp³»Ùܬn"pãQ>Ü-Þ†óœ§à<ç±9Æœà\申ËYæ t*9¡ÑîE[ѺGÓÑ®®á®a®¡®Nàò5¿à\B³—ÙÚ¬mVšf¦gF›¡fˆi®|äe.Ëû‘jdÉFˆü#÷åùÍð•‡òüe”5šF¾QhÊ9ùB>“»ò¼!å¡ô5 (ý¥´’ ÒÁ¨a„ÈY±`«ãÈ<ßä ÈOò›ðPì7•m² d¸ —x‰ÆDËYÒ¤·H«UºGH]iàÖÞ+Æj¤ H®äÆ—GK&Ÿñ:q)åÅ^rv—Ò$$S‚‰Iê×YâAbÙºH4H>[|Ö-¯2œ‘Ü ññ1RÛ—1#³û.P7¹>GoO>™$³=,øü^þ_R(5#œ"‰"šb‰#žI"™RI# ,l2É"›rÉ#ŸŠ)¡” *©EmêPŸ4¤1MhF+ÚÑžNt¦ Õt£½èMú2Gë¨ÑûÍžÁL<Ìg!ËXÎÖ±ž lb3[ØÊvv³‡ýà ‡8Ê1Žs‚“œâ4g8‹«÷ÙV-ì$”÷î¤KŒ—'Èü€B  jÝP L$ÐßDL40ÐăL,0ØÄCL<0Ô$ÃL"0Ü$#L20Ò¤£L*0Ú¤cL:0Öd㌌760ÁdM0Éd“M0ÅäSM0ÍäÓMpÔÌN]¶Ò2v˜i/á±hïÕñŒãìsø´kžoÁKß Ý€>`%­ÀªºÕ8VàX=Ó`õŽÕ8Và$Xƒ€b°ŽÕ`g¿½ `Ø~@°ƒ€ö`›ÀB°]À2°‹?°»Án°„ƒÝ‰a;cèçmß®[;@1ØȉÎ@N<樆œv@ ü¸(„_E >1´õõ+ÏW% @)h8°4”ÆûAã€C  @/ÐT 4¨Í*AëU €š ¾ Mд´P ´§ak{¨ :ðøŽê‚ŽêNÜ “PtèL ¨Ç@A{´;hvPìDæ»  ع@u°ó˜/v €ò`—À®L@m°«Á®*‚=cPì9°çj`Ÿ–½}n›} nCüG°Ÿ€š`à2ìwmÁþº€ý Ôû¨  ¨ƒý66€’ qP $>HB >Hb4IäI”IÄÉ8ôëV¾äФ4Ф,Ф[[14©RUÏ*¤:HÍ9Å—:[ a @÷ i ÒfÞ¨1 cç _¦Z` ÈôVƒÌ™¹ù2Ì/»1t9raîðå €~ ÷þ Øoym_òòòƒ­ý`0Èo h” -Z ZÑÃA«#@«£@köÂHÐÚ âl$`hÐÞÀdÐþ¦¦ƒhí ;@GåA'3A'3ì³@§2ìL¡ s€p ‹Pt7è^`6è>Ì=Ì=È°‡Ì=Ì°G,=Ê°Ç‘€Ü '@O AO™,½zX zÛzàÿïÀqþÿ œ ªNR5qŠj:Õ¬±Ø¯Îœ§ú\ Ô)MÀJOp‰Ò\¦ W(ƒÀUÊp2 \§Ì7(ëÁÊUp“ò ¸Eùì![ƒºdPì ê@-r*¸MÎÿ¸C®&×à.¹‘܉ûä>ò^'Ïgñy›¼ƒÈ|D¾“¯€OÈ·ˆOEÕ˜²HT£(ÃDõ=e©¨~¢LU¡te¥¯(c(óEKY ÊJgQvS΋rÒQ”Cbõ0$N@¬že’(W(7E¹E©)ÊmÊpQžQƉò’2P”W(ƒDy2W”×)³EyC ï‚rJ”)kDÖ§LÙ€²VdCJw‘(KDv¦LÙE “@é"r e‚È}”­"Ï0_¼¼n›—w@!ò!ežÈÇ”U"Ÿsû½| †—ï‚áåôú9(GE~A9"ò7Ê‘¿Ó{À~€ÿ™tS w¦H~ ˜2 ÐL3à.ÀtˆÜ ˜f)À=€©FîLóàfÀ´@~˜à^ÀÔ¢oL= ð}À´L~˜S€¦£àÛ€éø.`:N¾˜V(À-€i•ü0 (Àí€é÷%/¸0] ¿Lw¡¿L# p`S€Ÿ¦{S€5Àt_ ðsÀ¶YW¼„øõ!Hœ> ±úÄ꣠7¾ð˜X}bõ ˆÕ'!VŸ‚ÐéÓ`¿÷’îŸÞKbuà4À—| p?àK3àÀ—”4ú,>ôï,À ‡'b40ÀQh$ OB%½ÈBÅ/ô¤â‰ùžJ¦âD©8™Rä‘'•Æ5>¥‚0ecccccü±ÇÛØèllll¼Éû*öŽ†p°âÑNÛŽlnnnöoÝÜüÕææ&ºù«ÍMªÌ»/o=vAe° ïÆ.aÀBKE^œÈL3Q*n·ÂÀ¯rÍu<ŠÖcD¬,òù|^¸®gcÔß~+ýµÈ‚Èçá«IÿÀ~„6q®"•¨Ø³-§q_µ …A’¨‚0N"uµØã<áGìßç2ó‹“›c´cüpbŒÞ,9¹ó„Óøƾ4k'm||ü„ñðzy£›ÑèFÄ:Œˆ½Ñeœ¹„#’¹¼ÓétŠƒ¶°ïàZ”«ª¾Æ5®yôª‘{#®q-  bË•jzÍÈåqe[ÅIœÄ4¹0TnMÂðȣع}'#bÙ¡ÚäT^Ó r†ËeÖš0†²™¡É©¸T.K·ÈmwlÔÉ°ŒtV6>䟀¬)ÇÇ'&Ë.Ï8³¸EŒQƒ•œÙÉrÙÐyNÓ­|.'É0xFÓrÜq yÎ3Ø$ÆH±|©uHŠE™Ë夛/26”Õ2.qžm u8€ø9ü¡ uŒÃ€£ÒC$±ç©¶Š“±S£ Ï8C çFa¿ ì2ºvGA:ÆÞ`8²°ãZbGþú³­Á¿ðFìÀ¤®ôð•ÆÉ‹”ü,‘Š“ ôUûEFĺÄu}3Ã2Ü~»{b\˜°GŽ€<òÜCta;ѸRw52ˆ“8ikZO` ûî»°ÀÜ7ì6&+ˆ•ÉFIöÄëÖ±2Ù8‘š‘~G~ÆìVp.÷|¢d{mÔÊWF^¡ú‘2/ì}W‰1:òHbŒVñLÁ5¾§áÈÂLÿ–1ÆÃçŸ~©O˜°5.1?NúXVAx”äØúƒ0ýKfÇkR Q›Ûï:2œßüí0uØÿ²´lñ·cˆ#£!Çu« !¥?‡,œÞu·ÙkŠï*ÌâƦÃÑ‘6¦_áµ.xlvÊîJžÆ5î«jf-Ê‘õm®‹S³ÙWAŒ,M+^:½XƒúâÛ&ÊÃs%·ÈäÔÛj^±ìÕÞOXú1<³>õ\€A}q± eŽ ¹Å\ih‚˜• ³x#~ýÆ^l㉸ !€‡Ï(Í£HÛ2J£’ûò¶£w4-gh`ÓtÓtô¯>ƒŸqô¼Ýÿ—^ÔeuôG2"v1FW< ¼iNBã÷X¸7Uûªdí_ct¯wcvñ®1ÏÓ³¼ä³bü]fW_*rŽ<×FFÄÎ<õ#ÄpÎÕy)7bVÈçŠwö‘³oçzª¶¹ÒÜ‘ãH‚0ãdZê-¬L6š•ìp¿ñYÎ÷=Åî»°Àpæ«d銾6v¢®ÇþÕeÏù¯YºUzëW» þ‚û`] šñÌl—µµ$Ö\Óþe8¥Â_Ó‚(]×û를áà±²NgÚÓ…*ì ïÀ£ú«ÖJn£ð[[MÎ#¿±¬—qaœÄI¤ª¡\Uí†Rª¡üà‘«æ¯$6Ð÷ÛÓmßG63jYèûíÛ¾–5:Ã>mYV…\D—*zòÖôtx »ÄZÛ÷}¿½\“£cÕ¾ªc£²¶üit©’n£r±ñt×úg°l°ÉS£é®·ƒ05®qOóÛ!Õê§FC´saÉ+xžV†Ä³*;ϼøu„­¤®b?ËKý¿b½”+ºýu4pÕÕqÃÕ/º¸è–r[š)øV®´VŠ²`oÄÁõräMÍÓO¹~jt¶6l ¡™ÜW;^Áëx¶­yÇ æQRWqÒ ë*à™\ ëý¿–rEWu4ú7ºÅÝÕ¸0ùß0°ÛØÀ.´à˜wDU·íûhÛ“µ¥Ç±Çîܹù±cNqçΗŒ?QçrÄ.šVyk+ƒïÆ÷Ûõñ ÓÛ¾?êpp|Þ™ãvùÒàOxÞÓøJ©ìÍ$^݇VíGʵ×âýö‹›Íx¿ýbK 1¿¸¸¸8?/„óþcFiá®­V¼ÿþq«%„,Í™¦iÎ-,---ÍÏ›B˜óR 1•Ÿˆ]°0&LDΤð^(ŒsGùC.rD~ä!ªÉXSrä"šVùÈ=šÑøâÄxÔÜãH¦lwyÿFŽ¬©9D5Y.‚iú’i•qu¬™JmF*OYñÔ¬4Zã$.%ºþ‹£q¼“£;‘‡ÕȈuÜãWLôÊûþ åߘ?’µÍHJ]%#b¥iwÙ1é;˹¢‡]hº+g÷¨mÊ~¤#{˜ ™íÞþöm4 —ct½,ê˜ß}÷·v|k»™†Ujì‡ë/ßçf÷fDL×KoYZfý¿–X%Ó˜Ç:ê‰Ü_‚ºÛv;Àté©­´ì˜ü®Ò@[û. +½ýèGÄ=êšNûl’ýQ?Èy+ ””üiSÊíó²21FëL4ZÛÞ™±´÷»Öweè¥X@wƒ#Ž]d6õ'q"Uœà41³Ô^H[°¶þ‹"KT«KÔÓan<Ÿüg<o€)WÃ1éß‚P%*ŽX²mæì}õÓ¶ W].„”õýëDbŒ>ºú;Y4í¿\.¥ÿûӌӒÉJ#"¥Š“EbšxÜI¥.£þ™½ÒŠøPæ\ï_„€{¶²Uìúô„Rq¥ùÕ0T—Eĉ”…[o-Hkr—®á†ÁC–x ¯ýçQŠ!Mhîùl±øl¿wüa©3ø;žøŸCü` 0sûžÇbú8ÜÄné%ÎÍÉïluÁ*Öä9<7iº8T6ñ®ÉŽÑî¨x5Æ=¨@ÀoŸELò”Z¸I…¤‹l>5nŸJ^¾D¸¤½^©T*õzéÖÑ`­¾Ü?z´¿\¯ás#;%1sdaáÈŒ(Ý6re=Ïõz#Ï×o\qüûÙÙY¿úƪç!z^G[¯ÂG$‚Cys›£ÒnÏî\áˆüʳ³³³>z^u2¾^X²bìï,o#ýñ˜…{D"RNRÁ1¸ri–Š 7<—Û*?M²,ÍËG‚Vñˆ/Y‘Ew©JÓ,Íh–ÒT‹üÛý±$IŸ[Dl5ûKÌT5E]Úè7[ˆ‹Ÿ“l×µmô¼R©GbósŸk"FQ\)•<©aЀòÜü1iÐKL3Ömª*rl˜½Þ@:6ÿ±,¼ƒ@ÓZ­LKsçžkÌIÓ•*U4-R ~‹Ìâzp #!2‘E"¢4Ô8Gß+ŠV=Ò‚ªû)ͩ؇}ÿ„$Á&§Ç?ÀÙx¼B,Ë~ó›mË"•Ç Yá8Ny¿ßWì'oÑ0|È4 ˆ~Ë“¶ÒÇ1Úo$ÆŒÇ>Ì ž9Cu}ø1ƒ1)z»7<òÈ#¦äÞ¬[—VTuå’¥ßìJæ#2ÀáÇ8 èÃõ.^()âÅËa£ŠŠa@Uµô¤¾Ôjµº ¥6þKP5neí¤ÛÇ“^/Á5²ïºõz»]¯»îÖK¸ˆwM>wiqgéÎ¥¸£ed)?{çÙ|‰èš=y¥­é8œ/EQiþ¶¸Vó\׫ÕâÛÁO®db£‘ygó%B–ò³¶¦ëšÿ‹ÏÒ`úp`: ²ïvýe?l !G&rhËîPOªÒ"ì‡P‰vÂý©j–E–U§¶¾Á$ÅVûªõk¯]¿ªÝÂçŸë/ÍmŸ™ÞÍ$ŠÈxuq±65U[\\½màäÚZ§Ý¼ÙÞÓO?ý´M‡¦ç³ÕWDÄcWí¼ÛŸ! ÎÀ-p< oŽÍýV†X³×¢ˆ b€ý|ip7·“n?·Ï¯›„I;ɲÞK•0 Zàv†‘ã˜#òÉpl)ˆ;y2œ`ÛË]$QÞvtþña©Ó¶[ªyå2î Ÿj9:‡1¸‡ Ü4‰¶7Râƒ×c¿Î‡cü‹„pw#7 òM‚+L9Qd×Tö¹E˜ê ÷Ãðè‰3í‘Ù®ÞévãâèÍ÷ÜsÏLrd~~¶ÔÏÏnžÈ•z“?Ê|¼#vÀ§Ú[±äi:U\·Â©sårÙðC$î?ë~¹ã{ßÉosH~œÒþ0sHº\È3$ WçÄ´Yð:Æ^79 ˆÅÛ¶õÁZ¶…¸0ÓÉKïÔõ;ñÍ)/t?ͨJ{Œª”á×|7âß‘¬ÂÉX»2É’¬·µ ýÛ£Yº­i¯£çº-¡’¡­Ç•§©eÑëšeÑM9Ž&<«1îF“Ñfrså¢Wtý‘YÃØQqÈ1e^šš©qîWàä¼ÿ‹ßj°  HàžB÷² -$`=W@o©BKÐô&J;Ù8Ñs”›-ƒÜ³:êøu˲«-Ô\÷/žzê©…§uÍEå¹^xÁVj²a°û=û…0´¢Z-šüISFgº\¶žÚY¦;ùG×´,ÓµêØÁ7Z–庵…c/{Ð]S•¿xá…˜{?3t©¦Ø/DµZd…a‚åòôäËF1(r9:®iyc!X;| .j:€¸¦Kæ §@Sèk’^Mdzv½  çí;ÏØâ"c®»¸èºÛëw±{ x¾”Þö÷È© _±o£¨(ëûÆ\÷ñJ~Ï]wÔDjÞ“26‚yo´«ònøQ€éå”tS„èdï$¡¹“Vy.i<%r2²¯¦]®±©ÇH±RlûŸPóתž‹Øh:™·oNC¶¦# |< ü‹u‡kè¹ÕŽïE„D6£Yg¨@ÕCòMniòáäð€\›]q.Âëó:È:!“¿VHŒþ¤›(à+hö.[û¦Ø>Bû4ŽB•ª´Yšgm±?õƒØÌz½F-ðMÓj^/»ìX~¯“¦ëëiÚ‰…°Å"~^ÅTSˆø{¹®;‘ çU5 #ÑeAÜAß«Wk5!jµjÝóñþ§Q«-¢íVOYÖT?·ûCŒD»-"Ô´ˆèT ¶E$%Û(‡ÿuøuò&ü)Î9/K1ª…Â-9Xåà™’ˆ®§ËT–»m“ˆD$ƒþr²äÎÍ ¨’Ò H2Ÿμ›$Ú“–4I² L|n9dÓç–ó`-LYî×UòÙ#­÷ ®–ý0<¯<`Ø™dñÂ/\¸p¶µ¤èÝ…±+ÛÕn›ÄoÈNœ¦ë§G~ ;ÓƒÀ[™vWð›–ãóIj9>¿Ðh6Ê}:Öq«[OÎ!ð…ÕjåH5—Y‹õÎLJá͇r·_ïŒÔNµNm¡32Aê­ ¦;¨Îé­9Y0ôÐÁäpœ€sp+lÃÃðãðxZiæe¯#Yî®)÷içO ß~.‹Ì\ež…aØíÒó8ì‡w”ù1ö%O £Çðô¼êÒ’þÝ‹›?^{´½½½½»yÍȇ›£ííÝ!ÇÍÝííímvô¼ª“B™¤ŠÞ¿¯wyeåâðÇnÒ••½^¯Çqå¦yooe€`Äž÷ ×Y½e•ª4p û…ˆôÀsÅ)ßY¥*Mã4Vã4k‹LBˆ_6Ù+ƒR/½{eqeåî»WV°c£¤WØK$â*‹˜¬ýa_IýXL!ª©fÊ’J"­2K‹éÆFº(I‹éFÖãa5²Y®L/ŸX[\œª"V§׶¯Ác®¡4 ªj’¬•YûÙ…êɳ%!Ö*#‘é…³xqÖ–KÝb@Ï«¾¡Î~t!óYrăIÚk¦°7® ³i€ÂΰüÚáòf“ãîxìsYãxlBç'û½Ñ+ØJŸVÍ¡p 6ãBÕa6È[Ù’è{«K`µœ¿þV¦Ò¸vpQÈ,Ííb_@)1¸×A1ä¨i8Ò4ä“‘#)r“QpÐV«R¯¥.ý,w‚OpüÇíímŽÈª™?ØËo§·4Ê’ÀÛq=àlX‡GáeðFx7Æy…a@–ÔšrâæÈ^ïÛ‰nPtûËE·C `…™@"Ëp«^?‹sˆí5:ÏúYŒ#!ýªo;Ž|</gÇYð¶ºsší¥Èc(}ÍæŽÅ”;þórsçŸØqf\e€¡•o6m,3õùîªÛ:œ„|×ueúY-'E…¡ñ'4¹äòL²nUd?]§P„ý°BR覀¹ši gJÛ×>öÿß+þuíëDãˆ87ww›Øh684¼=ãÐ"ûoTiûÕk è-T‚¼?häÎææææ?v|Ïó;CÖÇÝ9hµÚ>jC¨"0GSÃÐï‘&ã8VýÈ„8†„Ž1âB6ô¨‹-²(_*ŠìU@÷ÌÄƪ ¸ð!ÇÏ:~à<¯5} ÞQïtêï8ðMäÑ;,ëÇûŸþyŽÈŸBˆ'n:¶t|€/¹MWÁ9xÀ×D ;zVÖÏ_¤ yƒ"w6Û±ËY uoâð”)=833³qÐèÐÑuvzjnCu\1#qEœKI±N˜ž:î:#žôû™"G‡#Óõ†6 mÆìP+m+øäâÙt\$pǸƒcØ‚‡á•Óf°‰Tïs#!ÏòiöWCÿC´ƒ¹ÈtbÈÿíÉá EÍiº¹:äP£ÙU8!v¦ÞÁû)Zèq9“tîkZ×7_]Ó|®K™Ì½PSÌÞu8Ϙ—#ò¶ˆp#Ñþ©æLaÒ™Ì45£Ú¬Õ<§Z6ÍÙU¸ß­Îš–+®W«5«†ö2´YP΂È9NF‰¶ã´E„>….øá:E§B]g>S !AV<¼œtãÐÆì³àÜXiP ?ÎcÃôõ˜®¯ÄÄY®«”ã.§ŠÆg;ñŠ®³´ÑÄÞd?É¿ùf‡#߯T|ǺÎ|kvöhùdá[¶hÛ–_œ,µ|¦ëÛØl¤åëÖׯ+§&Nö*¾ïû\Ï}!OâXÎå[èè/Òÿ„¼„Àq<&˲,Ïþü뱑4K³–­:zP ún¶=¡aØ”dnm xr_¿•Ç¹+#VdY–Åkü+r!ÙdÚ}nPä&K÷܃û0ÖBœ¹"& Xòy–%æö³òÚæ/A€[ ÀËãàÏ¢íb#à±OÿçÖÖVD<¿æÊз.mM.nmmáCMDVBI WîE¢×‘èJD†h³ `6·J6óÎÈŽ£{Æ1ACà hLlwÍF Ö1P•ÿbDFû“+q.1ÙêÕ±4ùÏÑvælñéR©´:eü¨f÷MÜY„å@?ì§ë±S—£uðº¨!lñl!ŸŒ‡húªž‡?=D&î@¢ˆŒ…˜‹õ!›úÏáð†TD ç˜r£V®'VhNŸ‡À¯ÂŸõ£BÃeß 3(")úäìb©¿Ä°*äø‹‚€/\988ˆ”9"?-‡h`ÀqœÑùpÞhÜD~Ü“kèŸS`|sûô[ÞÙ99nÏ2K`Í&cˆ-lµZÎÚF0a£p{²‡ÛÞØp_Ü~¡èI:šu„FÄvºöûÙrqOó-ÛÚ5Í]˶,ùû€>ªÒ-jÛÚ–ªRv…Qýg‚‹sçŸ ‘uiïßE ÝáõuœäÓp£°m}·­{ -’@ Àñ ·¸ŒçG£Zºàº‹³À5¸Ù…Fí•[|œ1×=fæIq ux>0Ý \dì#—]È”›çÜ ‘Ñ 7yz)±¡íÊXFKºƒÂwÜn9Kãn’ö»Iן,Š®á@Ô‚#¤ZlƒeP›]äͤV³&ªër|è¡¡ã8ºÎdK«e½Å°¹a8)+Õb‚@蚪¨’$ÑD"Y'%’Œž?ÅþÒà17áh¤œS®5ôÖößãœ79bv˜G}tHy“ß}7O™®k¯2Ç|¥n|žÌÏŸ¯×U‘%B8EBÖ×%EgUßÃ}³áiW°:ÚÔ&h-óþa9 wá¨RÝÜJ Ti"à /¾½+æÏ<ó 7 yE±‡m_[‰ ÕÞíÄÊÊŠlü[yHèulyU|‚Î{å²Z|~"·4‘u7K2iåA…Á2‡§Ç±©zÚEC¥|ŸSÕ¸¨N¯¡ŸTéÎj;&·mnîhÛWŸE°OƜƢÈyWºÙ~5ø™ÄvÊ…‹-ö°hq‹J RI 7Ö#înDo|û†y«SÐ&„ @nƯgöƒ·„è5±½ 6Ö¡‡7™®ïIO9’íô銻l®ucS×ÙfRµƒ»Ú·ûÕÉïVˆsUŒí³gD@‘ûKRš¸ýr£†ÀÜ[‡$µÌ½ (bsfU>½¢Okšµˆ¤Þ–M¦ë“Ž¸ ³nžWÅ骻€Y 9ËØéêOÁCðìnõL4K'ÃyeRFE.› ‡iŠ-#Ÿˆ¤X®ð/`Í €VJ@Œ;èÏþ‡ãñz¹¬«ª½lsÏÉC]Õ¢@V5OS){Š#ê–$i2Z¶"k꾌Èï œ Ÿ™Þz­}OÕóP –Pò=¯z'U±Úä÷˜®ë:2]×u6ÄhŒÕ‚€¯º®ÍWJ µ(¨—-ÛFnÊŠeéŠjK’e²jÊz@GsÆp}6ã{nÕkRÕkºW­z:NP/—õè:;`º®ëì€é:8ü]NjgSá嘖dÜœw†Ô”†“ìÓ”8kúyNÅHô_ðNR™EªÒiˆÕOï+.‰(Lû{œ´s¾¦=}¦ÃøªXG ïït½Šß ªß4žßÞ‹ç—ÿïðÛDÂÀÕð#ð6ø@Ïfä·@c¥°Dö<³Sˆlyƒ©˜$Y’eiE7ã|Ë\’,(”hHÆh6ºƒZx*Á”\¼$Y–qãÓ²$ï^[Qèê*Uû^oÞû¿Ñx,>tìØ1.9çæu}þœ#ñcŒM»-¬^©pÎy¥RK1)Yϯî™›·E·Ïϯ’7a¦Édµ4Ö–¥üzÜ©£FT)¨z§E"]ø~Ú¦jÜŽrN²<'—æóotÒÛqšµã4SãgZ83s­\·”¬Tæ6n[ãû¦8½BQSeYSKQ©FÈÙ,#®[GDUUƒH–¢È²¢È¾xùØÙ•Õ’L–²³ËGf¢k´;hÌæé!"*ª,é†A¨ð ÏÄqQ‘e¢ZAÔ ’…^0œ©Ô¼¥AM2Ë-–{]2ÿÉX˜ÒOÍ™†•“‰mª`K¾G6[N ŒUÿ¼-P‰"Û¶í(ªŒÅ£tÖlÛv$ÊeQŒxàD÷TƒNÁmð ¼Â҄㉑2ŒÀ4¤Ç5æûy×(Ù©j3Q¹Éù!ì9C€6PØBžâþ<Ž»‘˜ÖÊî5Ä´úÃ,×ýèÐÆþsÙ0MÓ”ÒúìT,í4›MzFÂâîy3"$rœíf󚺒Ç(çl6 €ˆ² ïÔ¡k«ø·ûÕ÷ìêºY½ƒÜ)•Ž7éK791¡L÷9öMG>â8B>丽 £’iïæ†C;xÚ;Z@·®ë*œßÕ¬›øï–Èò¶„À²„.&‰·dª}ê^ýwß - äTu]µ\V]WMå ÒFϺ\MFªèf9Ž_iþS kÑžƒèÜx£ƒèìEšÜt“ƒèÜtSßs7FËëo°¾·ïî;Öü¼åø|zz<žºÞ¾¿r,úÜrÒô>ÔŽøŸÛ’‚¤/™ñ¢‚K:ßVTµ+ÌÓš£½Û?>777giš¦YæEaŸDcªIZ}q/®hšeiÔ÷C~îšÙ_öhdZ¢{?Ïò¥b$•òÀülBÑ4eÆRt]éɲ¢§»º"+§+?íâÈ"¥Wùš6¤º¦kÚE9r¥<ûax™Í;0¶ýnX‹s2•†ú)-ÈÏaxYI°¿žoT¦]Z«i#a©°åj©T"‰·”¨à%5›Ë‰f#¡½éDgG=FŠ§·¶¶’î‘è_±%ÅÖ‚S9G¯Ë6Ûjµ\­JOEöCÊŽÍàR*^$ŠÓ…¬.¹³­"ÂA@£ÙÐmð«ûØ0hÇåˆÜíPCÇ[<Ï<ݲt/°} Õû£ÑÈP$ËÜãSI1äz·[÷t;J¥ °uOœî!dp‡Dð]°)(‹Lòæ’Ì4D™ ûKöcS×Ù6ÓõyI6MYšŸØxÅ…ùÖÉ©4/šHêÎ9ó6ôúkáfÈ7[µ®g( ©ÐpW±à=Œ¹nÊX꺌5Ûƒ<£ñN¢0ùC×-¤&eÌuö#?*è'(f^mÂQ8·Âü'”$CH{)2êXf[„àX,©4rn(ƒ¢Æn’pIÈ"SÛ“h‘R#TˆGi‘¼xÖ"SÃ@Æé/Û×ΞlFÕj´y|•U‹1×µŽß}÷qËu³¦/ÐÞÜÜ´íÍ9ĹöæfþÁÙ³ƒ_ÛÜüÜyÓ¶cä7²j÷ãØ,ZÛ„àÇì¬rÙ¯mnnnô´¬zœÅH‡‡‡cBðh@ ’m ©c/YÿÒׄ~ì ˜V¦i&²DIDRd’ã"ñÞf茯ä¶- ‰ãx“á2Þ2ù ¼å÷ðxç?ýéßH¿eú¾¾ö¦ÖuË Õ8Bå?øÁ¿aþÖ'NüÃäç@8c#Ê}¸ †×´n{…×L'"i»*@{ìë&ݘf»]‰pÊ…Øå´ûoŠ”ÇyœåtPP!ÑMÚI®Ò¢HDÒ60ÿg‰reü)¿xÛm·iT%Q$D•j· åzJ$©Ý8rBÕ4õÄ‘F[’½^_DD‚?…D:+Ë2"â"Ÿ•$‰àO\[3É~Èc©-ûªs•£ú²Þªªª"k·*Ê­š¬¨ÝÅTÖ¨vcÛ_S”5¿}£F59]ìâê»eEÿIŠæÜňô'º®+ò䇆ã}?©ë±é¬8ˆÎŠcÆ@ó€ý}87Â=Ùˆ->?  É&ïÁf…kŸ‹+½„Yt,_Óá”VéüŠË‘qŽð ±?ʉõOv/²Æù¶#òÓͦ}‚}|àÊþ>«Â4ÝÏ‹;$šìÛ&‰0Èdì'{k–¿µŒ®LîÓ]ÈÞL1nqs„ø‡˜çì&° çàö—Ì$7ÑC0áLy”¾@$~"œÄ¸@Žõ©-š6¡sÜÌÚ’µ|‰ßL×wžùª]*Õ4m®^CÿϾ¶¾¾þù–ºˆ³\S(Çz”F¡³×tZH‘lŽø¦………嚦Ņ¬ü8œàÚmDÓ)E¢éšŠ“ƒ)5˜ë²¤R}¨_µ¢sÃ’Ç¡•Ûä¡ ñÖúJeã!£<`~mû—stl©mdoîw¡lLO·I`¥;;Ì«ê[˜úó )¿&œÜCXö#ÌF¼"ÒOe/(”šYEš©±Kæ)³'ã®ô*ËýÛýŠÚûÜÎM¦ë';èÊ?‹µâßîË¡áVáF/,.L`‡>Sq¸‘Ë…¬bYáLÊ"‘pŸ<5×JCÜ y: ZsèX |ˆ(LD&'w‡·Êô ÖÞÓæpt¸NØì¨ïyÍeNÁÕÎÖ]âRàÂ)ÀÞÁl ß‚¯ÒÜÕ*©L•ŒMNý9 ÎI5œ½p~µ TÔpîü­W•¯)Ê…óŸ ‚¯Ñ±u‰ˆõüù sWûë£ãæ_=wáüüÕ>‰&ŸT(U.œÿ—jÛ÷Ûeðr¸Fõ•ƒ¤„SÑÐÂdeÕw+Z……–/WýØ¡Ÿˆ$‚vZúÐ ö³Ãå .ÔðëçÏŸ?_Ǭ]Àqqö‘Éœ?¾1ëû³õ ÇOÝÆyžêæá÷p oâÏ',³àÂ9¦ ƤÍK¨½šýµà”6ý?GÓ:"c$üø‰Œ‘† Ì*»ºÐVãû ý¬¿;]‚ÅLE9î³Y(†Ô­æzèyUYöºÿ_DÕóÐcž§ ×m0¦V•´ ,ݶõY4 …΄'Ú%§ª.V],yž¦ºoTÉ)ó©©ø¢å<× ÿ;„žWšŽã˜å¶Õm5£ P©ühDH4 %T}_m,Ç4UÅÚ6p bPý8†5xŸF¦$+4wš*-8Lžn¾4•õö—k˜Wtše¡ vf-FŒv)aƃv¦èŽÛqã…þÕþ Fèy†Uõ<”üJ9ðý­ÎⲦ!"9¹˜ª„~Ï«Z†×c:²:ÆñAÉNQÑnÙ¸Õ0LsÎb [“¶ ÔY”äûA¹âouŸ..ž$ˆx…ü¤–T=å6Ù¶T’b‘ïiŽÈWV ;¼ÏŸEìw:2^µeš†1k*ÔùCŽÈŸ@ùü¾!¼ à„(ò ]™réÓªJ8´4¤ê墛,gËUûô*DAÌ’3U,³×Öã¬M“Ld4 â@–— ;ÜŽ׫JZ…1…†Qõ³’ìU»æL;1Äv;׶ܵ¾ºêùdÈ‘ð;T5å–*·•~a%1eº–çù¸ÊˆÂoþ6Sû–#©ÔøæóUß#D¢JÕfJ¢ÈÁA,uf^ÅO":Î1D”]¯êÎPEÆ,™v¼#WM•IÙf¶ãˆ¶Â ŽÆå#²‹&ÕPÕñ|ömã";’9Ô^ªçb7égæZ¬‡Ùà­Ý¸*ˆ¾'Ó795Ôå©…”v»½ŸªC“DY|fç;æ"Gä—÷Á¾_‰èßáè\séW$Ä “·?ŠˆÜ£öÈë3k ´É+`q @îTï?²üHDHôHgêþ9<ªŽIkðJ¿k˜QBq‚(Úex”M»É¤Û˜&ZK½s)pT†cõ[þ7ÓM’ŸP-»R‰„V·Õ0¬–ãNÕ¶Õ‚õzýöÖ‰;CYr¼r9rsÃ0ËŽû"…1i û¡žSfËg4Ï ¯¶LͼsõT»SÒWãrE lª‘2.7”ÀSÖðñJ$4Õ²+Ÿ¬2&+žW’eEÕß_n4û§¼r9 %Ùµ__%ƒJ!“öÕ@Wü‘-Sö’mÛKÔ°S³…ñpYb}4të½\FöÑýYåðùmV> ;ðJx3¼gn"~§(sêó§‡å‚QT¨¢Äh ´²6¾âÿ˜ŸD˜MJ‰bÚ›ÝMÄæÞâÕsL…³££k(š-I–eÊj;Zhe}ª\r®¥¦­'†ë8a÷æˆR …_+⸇?Þ) U0¼¶ÃT™=äÍ£€_úH›chÿêv;/1]Ÿ›/ÄóªˆDžzÂLM§¾]n†ûÙæKRØ—mÑ4&ì*Š~Ø·L£Õ‹X`¯y}Ú }ÚnŒD{+"©–Æú¢Ù«Œwvvä9öåôŸšáY1×’hk8ºŒ…?Žc„&ûž_•x‰úÒøÛ*ë&aDÞ•ˆðDR2ŸÅ[”Õ{ ú¦—}dŽÁ Úh!ÁÆèvAœõcÌØå~6(” ›•¤ôJ á±Fù'üÙZŽì‘˽ÂRhOúbÏi“¨×+¦‡©½O”ë=_žJ…™Y‚Hú!¶²nÁÝ‹‹’등’oÁm‹‹_gtݺø[qó— ¤&¥/ÚÙÙ zšè»Ë\zpgg'êÉw ÿò‚¿O†ø4a–à(úÊ{ivÑܾëýÛâºn‘¹E×u“ÌÍDQÐÂÍhæ’ì²®}uÏ2 ä—5ík{¦ùÿ}é®ì.]º„Ö¬ÉGJd}]¦š…›Ž:”ÈƺB˜ü)NMþt§&ŒõÉc=üqJæç籶0ùSpø8†œ("‘íÿEai•‹,Ëh1¼~ÖßnºŸÅö(8´vgt/`6ž±œ·rÚÚ C¾*®¦ë¨9MKÎyëHÅ!g` ¦mÉÇWʶ"ËFHe(œÝ¼¼dʼ>ÖéÃr-œ—1Œ§G"¿%ÖECXíœÄÏ”:=ü†¢p¿ÐäÜ b²é<έô´b‰54söx4²Óo]ga[Û&þîSÎh¡Øã0Jºa6nÈ–º>äWîw“–äºn IÈZw DÆ£ˆ3D?ŧJ„llRšß@E$36­{"k>¸ý±¹"'›ìoÃh=Éa·›H÷Š„Èò|7NÌ€¤Š‹u›¨a´„Õý(…lPäĈ؞J…‘<þô‰Ü0€ŸDDc#—›+ÄñÃB§ßÐÉó\xU' šQ‡VM‹ b[†©›–®£mYgìúNX­FÅÉÙµ•#õd“£®³¦¯ß¬hS±ª‡SÕRP*yUÚÑ,]gM¦ëÈ{WI¤:»fPT§ÓSݤvRÓ\ç´ë0Žg¹|vÒDÎqah9kÐ"Ž¯Éó\uJl„Q‡Vu]’,IÒM]×LFjX®{}Ë÷D½^º&AìT‘ï//ÛzY1õ@"®ƒøLlU7yŸ#)M#îî2V®Ñ “ZÖµ6wݳtãCÄŸ—žwýÀy^úù_zÇ;)Û!ìPÜw¬ŸawÑÂG)úyÛÁÝg‰b¿Ã²Þa+äÙ?}â‰'„xâK‘~ ýY·v,.ÖÜgõ¬à¬¦¿Xòt:ž†›àÏiÞ8DûE$hé9tlÇnOo7uÓkÈ>TF>ù ·91¾FîÔ.)2M ²Ö‘hq·Yç"1âȨ¬KgÓ!&%Õdq´÷ùáΉ€ ãà)5¿3êq¶yD¢¸%–'É"ªwsäŠKü4²B; :¯¯ ×ÚA…©Ý , ¡ó…œ´ \7À™@Ò›½Ê¤ŒÅìœXæ¶H·o¦k…N”L,*fa!Ù#¾73ÙF“­([<¸¤˜I76R5 ëÃzÒÇçÑ a†%Ž^}‹™›;BÜ´“ºÂ@gí–"œ[ÖjâÒšò\D×›ÚœÖkÐA?|™MXƒëá6ăfÇ@J±´Z»X ýÐäÓð!šJgAš 5!gxÈdütÄvîÞp8ìf!,Âý»ŽƒŽL9¬~Ç´CèS©íž ž#`6ü%X‚«álö®ëÚDìØçײ«óÌò"Z§)8ÈÇÍßk‹(ú!ŠèCj¿•7¿ØUVmÂ!pLy㔑#ŒºL`ìj–öŽwí°mXðƒAÏÅd{“je34 ‰æ XßžÉH’˜åh*I•˜Wàÿ“¤Ñ§“ãkä'TwLû©¯Æš@ à€ Pd6òäÒ“÷{SçÃksŸ9ïç-bœÇP*;Þ‚ü¶„ÿWEL­‰—ñâ÷³Vú­V«EÓ0Iä0¬$¢ò áèNFt-}“ÍÕ¯Cg‹»ºÎØs—±ÒM’ßqø<<ÓùvG~ˆc¸l[àü˜ì8çÛµ-v¶øª9TìйÂþÞ’«þVi“E‘å@´†"Ûºóñ Èú·ÿñÞÏÅAD„ë2¶zM¨…¡¬M¶îM7I‹Î]s͹ˆÊacÚÓí`Z“ÃP ¯YeÌu‰žûÉ4B™þá˜D ‚1×]}Qò¢P¦Q#Ô½ÀŠ4- ¤°Û ¥ Ò´È <=lDšœë^¿ Ü\ˆÈó¿â®ïž $Íàõ_ÄÇ`C§á¸~ÀOC Tز­ .d(„Ùä©1†K7ÏÝi‘ ®ë€È%šQ!5a‹²á[øÿû¾ÿŒ/ÉwÉÒ»;[q‡sÓ£WÕ6¦ÝÚ]5÷ïÚ¡} ‘Pç¤-¾mjjjJ–«EQxÁíý!‡Œa‹bé%“}L'ûÛ¢2¦Ãý}+8¢œóx¹ÚÖáf¸ÐÁïÄ1,|Ì|NàUç1˜‡'Ò¾fÏh·›tæM÷Å2ël*ÄvÔ>| µmºlSË¢'–p}úö“öÈøWƤ»†~g5O—˸3ãàxãRüˆinº†q’ƒP ѵnbdž{-•ZßIœ+߶Ò$Ú†v"ÓkQ r'$Ú‘%fkZé;Í&ìÊÎ7SƒÅNÇʦU{îH†ããaÈåWœ)ºÖÅÑñãv—ÇÝÍã櫺I¥ 8*ꚊƘ-x™žÃB“uJ7–6a ¼ÜJ9Ûü$„q–GNN—eüœ.//Ï/λð >s'\Fõz}y¹¾¼\á)ìÿÓ&Úáˆã½_UÞjöš"‹‰`Þß ƒôsMàjù³P9&å˜{_«ÝÌ Ó.†-jo ¡åXé²Æ@"d€aŽ—Hq˜±Ã|:·L›ûú;i:Àâ7 ~ªÌ«Ã[C #:‹ «gÕ¡°»˜ É>n¼Ž™úuÖ ±Ë¿üÌàÍ(O…N=„ qçY3ž˜jâfo"ÎòV¦qŒo¦? ûQ ÞrìرãïúòÜÜÜc¯è^º4zÅ¥K£=ö±Ý9—~ò“ŸË?±ä’°c‹%iÁ= •½{÷î}ðH÷îí¬S» Çy‰”/qÆ~ÁMx!%ÔCûÐ-ˆq?D»® ˆ½/™3q Ñ-Fõ©%ðBÏœÑÊ­+˜ë’8xóà(KÈ"Ií“ æw-üâÏ5v#ÿCÖò ÒÙ`ê€$¹<©²F›œÂù… í‘ù“4·B`E¨­æÔ¶íRœÑò\§¯ÞOUÅ÷á] ÛÒÁµ´_çëõÝÀ6XEÐIôhœ‹ÍGøUÐñˆäBOp%Es‘é[…^1(Q®H…&É…vÓÌ…M„iQôV„~^·›# žmW£@;~ª´”¾_*€Ãwþ»ƒBÉ0vhíy)µJ}GÄQÕ¶=ÀÑÌm®ëþ›÷åÏ|ô£-È2³-ÿW¾e³²Y€UùÌvêëÖ'¢ÐV-„²ÃéVk|ÌÅØ“r‡çi½1YÚJ]QvMäëÖÕ›ù¥õz½>nß¾eÛ–/¾ ˆ ä—;ùv´ ó±j”ó>.‚8ΟUƒaÞëEq—ìÎpžŠýi×l@zÍ^œMdyKy÷´ J !6×ãeÏ6ìo°^ÿz `KÈÀsËÏx̼ÏÿÓŸþäŽ~æBÕ,Œþ˜õãÀúŸÐí%Ñuè€ë•mëÁç`lX?çAË.{.tÞîìŒn®×k.T€‡ÕhétVÑnt݉îÖ¯Q1A#q&‘X»èR¬#Ýadý¼™(Ü—2XUrÅì–ˆ\LdI6ÑŠ“qd€|µ–OdQLðí?Ôß¿óÎ;=)¹«°ëu ÚöºC‹w*Ƹð•*\˜0‰³ÆIgöY®ëÂÐý fËåªyöèÒüfSó‡>ƾ±ÏYˆþ¡avpÊ•`Y“¶Wp&ÃnD Ô9U‹u\P †óž÷اÙj¶“àÑr½^¯×úýZ«p\ð^Zù¼z”™g£þŠ{*$¦%ã ­hfIÖlV¬8ëéÆÓ¬á53á @m½usZï'j-¢¨”²R«Ù´RKEG1Ä‚t÷-Ž0Ž>þ¥/}Éý7÷3³B{Óœà£ÐÉK«pÏüü<ð,_›Bi8S5÷T³zWi‹èå¿]^ÅV‘­ˆ=çF„ÀÊi'þ3‚2™½oD_¹(î0"̈Ý9ÔRê1Ó\þ‰øLÕàž9ʶ}y]~¨V,êæÆMU*Öå×I߶•¹7ª‘ §§CUûQj1bô·=ƒ[q.Tøºç`×-Oc<]v]üœ×Zp®ì H°×ĸéáÑ›ëË¢¸e¹’#8_8·ÑC¸ÿ@BOdqc!$@cSªŸ må­ZÁ^¥’ç_®gsžô,™œ Á¶Jµât[» Ðno£\)F7O9ä›!Âë7ìb€É™ÙÍož=C0ÐÖãÑ×må Z0F(6ýJÅcvœÀ®T|€Æ„.`Sö°iªÛßFÄb]æñ¦ÑÕ9B$Ÿš98¼õ™mO3:U “#ô©ÕTIAô®¨MSHEµ¨Ì‹}FF42–{æ×ââö1MÂ|\rü¡V‡!\Ø–,+Ûºo; ü’jÕ×v9˶A©ùNkPE³·Ï´Z­ß4}À¥VG4¤¿yiO£«Ñ"º½¤¦H{ÊuNh³C¤ž\k5…Ÿ'ŒTÉæå.äìµs³’ ê·v;>š3! }ÎÆ¿é¿/®LKÎ=›„s9]‰Ïò¼ôjìŽddÍJ%!DHk3ú}5ÙB.¿ƒ®D‡ÑºÝ^ˆPk8üÏP§t] ³ Føˆ:Ð&I<€ÂZ!óµDè¸P•r&Fvψ‘¢ŽL…ÓíäùŽ¨º¦§ ¸Ý¢kj­ì¸V+êÕòÞEàú¨h¥t¥â(J+K iJgÂmÝWšGå»ÙšVk׬`§LJõÛ€ 6hþÎÍ£•UXû×½„0ÅÕ«Ðø[ñ©KÇÅg8öÙùú*ú…ˆ0EH%ý¤`h·£³,í¥ƒ.Â"éW·“´™dp6»=è?úeYÚëg››¤Y|É¥Y-Åèìí!À…¤ŒQ)¾õ‡ŽðPÁ ¥„# äD[Leß `^ ¥x ‚|(ʆ´„Á1Ƙ†”†Á-àœ¡ŒqBxô« ÌžólÎ0é«8·¹±kµÖˆ­ÁÕ/Á\O#Múõ¤í«øžGx”Z"¨ídfO?Š?m2½òþ„>€úNô4ݨù2 œƒÅ«ÑàƱbIrp½ ŸBßE¿P+vÇ_Ì cì8™Ð¯/îæí$áAäç7S Qßœ°›E]¯³-¸H›Áž¿Ú~< žg›O'N'º‚äÂ%EMÑ¥GhP2aYEˆ,CíuÂòp|Ó&,)x½=‡ƒ ák¨Ž9_dn8…KÅᾸK0Mµ"¶¿sL;žg˜4fÎÏ0u´0ðíKеð÷!0­Òã-Au%aIƒv7Ö^™ÄšùŸà™&cŽãŸÐ¸ÈןÖ$Ô=m§]hAn‘±ßA„UBY!Ò$]Jë½'O¸°¾hqAt£±~}£¡Ô:lÁ–0 aM—ÊåÒô}:hDÿùŸhz.úÊò[Z»ÇÝ: N=-u~V‡ã8¢¡‹CÇu|]Ü-qí@Æò·ƒh–·ü÷S°ëuº|Oèt'ïY½½¥ÆN«©§F»AÞÞO ñ—¸]æÐ)k¢}­¡AÐߊçØøØ)Ë gÁiÑßöï@gÑèévUñëìÄF°˜q‘Àac†y¦YX˜þþ 2b8¨•oäWLÖ³ê¸Í`_„ÈXˆf‘\‡‰ŒcµH¬Ž)ÕS0óæ°.Æ‹ßÅ8ÄFª„Œ·^.`ÛRÛBÛÐtÝ“œÖJ>žl3Ú+ 8¬ŒÞdØ®~¤\ÐÈ1`·µýþZExÜóàÅïÔóÆŸSá0Õ&Þhzb º‚…¿n?}áÂ…ãè¥1D/uÙ>e¬-»žªuíöØ­u†FM•œJŒ˯ˆëæE(‹ýø¤­|4¸Júè߶˜dË{â¸vÛ6ÅÊ;È$‡O˃R4®é¾“nOG½‹• 4ºØ c‹Ö´.~j{y ’¹HÁÖ˜Ë^ø† ßUÎú)óØQ›æò÷eš9Niæ@·`îjMV>"PZ«Àø£ìÄEw»×í³WŽïNƒ­Wâj›õY™G/FŸŠ:¶áïÏÜ>+Ú¨‰Ýè°GO1ŽÆX 饴¼÷eâ¯ÑŠëë ß:™C<Ï‹ß)'Y» Cád»oE:·0—€zfŒsܦ¹òè™Ð} º·'&;ó ±ü¬Ì¡Sèæñç:³”ÐÄJ1 (ÅRé`…x(!¢ê+5ïü-ܶÒÛ‡nŽ„¸Ú°Ö½bw*hSKÝÊç ŽwgYm aøv»áBàñiqþçxÛÆkŒÃq ˜Ñ{ÇõÿèÐýçUÎßÜ¡û2o½÷V?ð/î &ƒÕ°.‡_ˆúÑOâéø3ÅÙâÅÒ#Ëýòß*«ÕõÕWU¿363ö¡ñÓãh¾dMÎOþ¥õªvšOöp—:_TŸÕÌ×æjEíy]s_wU?Ù`áUüXþ¦±­ñ£i³¹žy®–‰ÖæÖ­¶z¶Åöbût¡\øê;>.-R{‹w•4([ò¶tuY×òøò‰|ÅÿʧUþª×Õ]«oÖ´­ÙX‹Ú‘µ¯ëLm[¶Ú®e»Ýí«ÛŸìPÛav‡Í³;¾î4¹szçÑv)í²»«¾ëøn©ÝFv¯×}e¡ÇŽž•=öRõ:ÚÛÛ‡ôyØw[¿Žýëõ?8`èÀŽƒn0øòãC—»=|¹Óãªt½tÿ¤C½k}…~µÿn@ ü ^ k#M"Š˜,Ï¥ƒ`ëo-nëzûâå÷=*$€öÄ j“±åzâ`ÁôžxÔC¸'zìíIAôd"f™õåp±I[×jý;öpT'zTHçÎõÄ š›‘Œ=öÄÁ£Šë‰‡‰»Ó“Œþª@O xÎÜ“‰ÖܰÚ…tî\ ‹Ž‘>¿BÔn iËD…T¢2‹P¿¢Dåb£ÑËDÅ9yïf‘猤­DéþHOêvJxÓ„¡¶LTŠŽÚJ”æç¾T’L$‡7™¬E&Áb'êg6GsŠÉsþÎVÓÛOÉ(êj#““eÑa§Dn&™*Ä)zˆÂX8Pøwè fóÂËc !°aÃó+ Pà Ú‚AœÚ¾ £@!ƒ!Zr÷ ¢Q #ŒðþN;÷÷w‘žÉ#^çô@A‹#è F '$ €¿Ï2Íåç y÷¶ðloÏ ûCödÞ‹ŸÀlÏÝÞ+Š`‚ ìK(âûM|&Yü9ù=–5è ÉùFÂ…6AÛp º¡çü<‚À2|U2èÏ7œá†0B@¿üÖ>7assets/font-awesome/webfonts/fa-solid-900.ttf000064400001473374147577723070015072 0ustar00 € OS/2akbS(`cmapÚw9ÞXHæglyf_Àºv¯ head*"l¬6hheaMŸä$hmtxþ˜ˆÐloca^Ò0`@Ômaxp‹… nameHÞv%´ípost—;×D)¤MX,ø·â_<õ âºðwâºðwÿôÿµ‹ËËÿµ€ÿôÿõ‹ttƒ„LfGLfõ„ AWSM€!ÿÿËÿµËKA¯ €€À@ €€ÿþÀ@ÿþ@ÿû@ÿþ€ÿü@ÿþ@@@@€À€ÿþ@€ÿþ@€ÿù€@@À€@@@@ À€À@À@@ÿü€€€ÿþ@ÿþ€ÿÿ€ÿþ€ÿû@@@ @ €€ÿþÿý@€@ €ÿù€ÿù€€ÿù@ @€ÿû€€€ÿùÀ!À!À€ÿù€ÿù€ÿù€ÿù€ÿù€ÀÀ@@ÀÀ@@€À€@€ ÀÀ€ À @€@ÿú€@€@ÿù@@ÿü€€€ÿþ€€€€À€€€€@€€ÿþ@@À€ÿÿ€@@@€ €@ÿþÀ€ÿù@€€ÿù€ÿù€ÿù€ÿù€ÿù@€€@ÿþ@ÿþ@@€ € €€Àÿ÷@@ @ €@€ € € € @ÿþÀ@ÿþ€€€€€@€@€€€ÿû@€ÿÿ€@ÿþ€À€@@ÿþ@@@@€@ÿú€€ÿÿ€ÿÿ@ÿþ€€ €€@@@@@@@@€€€€€ÿû@ÿþ€€€€€€ÿû@ÿþ@@€@€ÿü€€ÿþ@ÿù€€€@€€€@€ÿû€@€€@@€ÿþ€€Àÿý€À€@ÿþ@ÿþ@ÿþ@ÿþ@ÿþ@ÿþ€@ÿþ:€@ÿþ@ÿþ@ ÿù@ €€€@"€€€€@@@@@@€€€€ € € € €€€€€@€€ÀÀÀ€€@@@ÿÿ€@@@€ÿþ@@@€ÿü€€€€€€€€ÿù€€€ €ÿù@ÿÿ€@@€€Àÿù€€€€ÿù€ÿû@ÀÀ€ €  @@@ÀÀ@À€ÀÀÀ€À€€@ÀÀÀÀÀÀÿôÀ@€€@€@€@Àÿù@@@ÀÀ€€ÀÀÀÀ@ÿþ€ÿùÿû@ÀÿþÀ  @ÿû@@ÿü@ €€ÿþ@€ÿý@ÀÿþÀÀ@Àÿþ€€ÿùÿú€€€ÀÀÀÀÀÀ À€@@ÿû@ÿû@@ÿû@ÿû@ÿûÀ@@€À€€À@ Àÿû€€€€ ÀÀ @À À @ @@À À €À€ÀÀÿú€@À@€@À À€ÿùÀ@'€€ÿùÀÿûÿý@ÿùÀÀ€À@À€€ÀÀÀ@ÀÀÀ@@ÿüÀ@ÿþ€ÿþ€€@'@'@@@'@'€ € @ÿþ@ÿþÿþ€À@ÿü€Àÿü€ÿþ€€@ÿþÿþ@ÀÀ€€€€€€€€ÀÀ ÀÀ€€€€ÿùÀÿù@ À@ @@€@ @À@@@ÿþÀ€€À€`€€€ @€ €€€€€ÀÀ@@@@@@ÿÿ@€À€ÿþ€€€€À @ Àÿþ€€ÀÀÀÀ@ @@À@@€ÿ÷€@ €ÿù € @€@@@@@@ÀÀÀÿþÀÀÀ@ÿýÿýÿþ@ÿü@ÿý@ €ÿüÀ€À@ÿû€€@€€€€€@€ÿù€ÀÀ@ÿù@ÀÀÀ@À€ €@€À@€@€€@ÿÿÀ@€€À @@€@€€€€€ÿù€ÿù€€ ÿþ€ÿù€ÿþ@@@@€€ €€ÿþ@À@€€€ÿù@€ÿùÀ€€€€€Àÿÿ€€À€€ÿù€À€€€ÿÿ@@@@€€€ÿÿ@€ ÀÀÀÀÀÀÀ@@ @@À€€@À@€ÿù@@@@ÀÀ@€€€€€@€€ÿÿ@À€ÿû@€À€ÀÀ@ÿü  €@ €€@€€€@€@@ÿúÿûÿø€À@@ÿ÷€€@@ÿþ€Àÿþÿþ€€À€€€@@€@ÿþ@ÿþ€ÿùÀ @Àÿü@À@€€@À€@ €€@@€ÿþ@€€@@À€€ÿþ€ÿþ€@ÿú@@À@ÿü€ €€€€ÀÀÀ €À@€€€@@ÿøÀ@@Àÿü€€ÿþ€À@ÿþ€ÿýÀ €@€€€ÿû@@€@ÿÿ€€À@Àÿþ€ÿùÿü€ €À€ÿú@ÿû€ÿþ€À€ÿü@À€€€À@@ÿþÀ@ÿÿÀÀÿüÿü@€€€ÿþÿþÀÀÿû€@@À€ÿþÿú€€Àÿûÿú@€ÿþÿùÿû€€Àÿúÿþ€@ÿþÀ@€ÿþ€@À @@À €ÿþÀÀÀÀ€€ÀÀÀ@ÿþÿÿÿþÀ€€ÿù@'@'@@@'@'@ÿþ€€ÿý€€€€$¦$ ¦‚ª ª!%+9Zabcdefghijklmnopqrstuvwxyz£¥©«®¶»×÷    9 : ¤ ¨ © ª ¬ ´ ¸ ½!"!!‘!’!“!”!•!—!º!»!Ä""####(#)#*#+#™#Ï#é#ê#í#î#ñ#ó#ø#ù#û#þ$½% %¶%Ï%Ð%û%ü&&&&&&&& &"&#&%&*&,&.&/&8&9&?&@&B&Z&[&\&]&^&_&e&f&r&z&{&~&€&&‚&ƒ&„&…&“&–&™&›& &¡&¢&£&¤&¥&¦&§&¨&©&ª&«&²&½&¾&Ä&Å&Æ&ß&é&ê&÷&ú&ý''''' ' ' ' '''''''''!'1'D'F'L'N'S'T'U'W'd'•'–'—)4)5+ +++$+Pàà ààAàvà†à˜àšà©à¬à´à·à»àÏàØàßàäá1á<á@áRácáiámá{á…áá›á¨á°á¼áÄáÈáÓáÕá×áíáóáöáþâ â"â-â=â‰âœâ·â»âÅâÊâÎâæâëãã¯ã²ãõä<äEäHäläsäwä{ää”ä¥ä­ä°ä³äÌäÞäæäëäíäîåå%å/åOåXåoåtå‡ååšåå¡åªå¯å´æxæzæ‚ææ‘ðððððððððððððððð>ð@ðDðEðFðNð[ð\ð]ð^ðfðgðhðiðnð~ð€ð†ð‡ðˆð‰ðŠð‹ðŽð‘ð•ð–ð—ð˜ðžð¡ð¢ð®ð²ðÎðÑðÞðàðãðäðåðæðîðôðõðöð÷ðþñññ ñ ñññññññññ"ñ#ñ'ñ(ñ)ñ*ñ.ñ5ñ:ñ>ñFñGñNñTñUñYñ^ñeñxñƒñˆñŽññ“ñ•ñ–ñ—ñ™ññ®ñ°ñ±ñ³ñ»ñÉñÎñØñÙñÚñÛñÞñæñìñöñ÷ñùñúñþòòò òò-ò6ò9òIòJòNòPò]òlòwòxòzò{òƒò‹òŒòòŽò‘ò’ò•òšòœòžò¤ò¨ò¶ò·ò¹òºò»ò¼ò½ò¾òÀòÂòÃòÎòÓòÔòÜòåòçòêòíòòòöòùòþóó óóó(ó2ó8ó[ó]ó`ócóó‚ó‡óó¥ó¿óÁóÅóÉóÏóÑóÝóàóåóíóûóýóÿôôô"ô$ô%ô4ô6ô:ô<ô?ôAôCôEôGôKôNôPôSôXô]ô_ôbôfômôrôtôyô}ôô‚ô‡ô‹ôŽô”ô—ôžô¡ô­ô³ôºô¾ôÂôÄôÆôÎôÓôÛôßôãôæõ õ+õ,õ0õ1õ5õ6õ@õAõ‘õõ¢õ§õ±õ´õ¸õ½õÅõËõÎõÒõ×õÚõÜõßõáõäõçõëõîõýööööööö!ö%ö*ö0ö7ö<öAöDöGöJöOöQöUöXö^öböfökömöoötövöyö|öö„ö‰ö–ö›ö¡ö§ö©ö­ö·ö»ö¾öÀöÄöÈöÏöÑöÓöÕö×öÙöÞöãöæöèöíöòöúöü÷÷ ÷÷÷÷÷"÷)÷+÷/÷=÷@÷C÷G÷M÷S÷V÷[÷_÷i÷l÷p÷s÷}÷÷„÷ˆ÷Œ÷”÷–÷œ÷ ÷¢÷¦÷«÷®÷¶÷º÷½÷À÷Â÷Å÷Ê÷Î÷Ð÷Ò÷Ú÷æ÷ì÷ï÷ó÷õ÷÷÷ûøøø ø ø ø øøøøøø*ø/ø>øJøLøPøSø^øcømøyø}ø‚ø‡ø‘ø—øÁøÌø×øÙøåøïøÿÿÿ!#*0<abcdefghijklmnopqrstuvwxyz£¥©«®¶»×÷    9 : ¤ ¨ © ª ¬ ´ ¸ ½!"!!‘!’!“!”!•!—!º!»!Ä""####(#)#*#+#™#Ï#é#ê#í#î#ñ#ó#ø#ù#û#þ$½% %¶%Ï%Ð%û%ü&&&&&&&& &"&#&%&*&,&.&/&8&9&?&@&B&Z&[&\&]&^&_&e&f&r&z&{&~&€&&‚&ƒ&„&…&“&–&™&›& &¡&¢&£&¤&¥&¦&§&¨&©&ª&«&²&½&¾&Ä&Å&Æ&ß&é&ê&÷&ú&ý''''' ' ' ' '''''''''!'1'D'F'L'N'S'T'U'W'd'•'–'—)4)5+ +++$+Pàà àà?àYà…à—àšà©à¬à´à·à»àÏàØàßàãá1á9á@áRácáiámá{á„áášá¨á°á¼áÄáÈáÓáÕá×áíáóáöáþâ â!â-â=â‰âœâ·â»âÅâÊâÍâæâëãã¯ã±ãõä<äEäGäläsäväzää”ä¥ä¨ä¯ä³äµäÎäàäèäíäîäïåå'å2åQåZåqåvå‰å‘åœå å©å¯å´æxæzæ‚ææ‘ðððððððððððððððð!ð@ðAðEðFðGðPð\ð]ð^ð`ðgðhðiðjðpð€ðƒð‡ðˆð‰ðŠð‹ððð“ð–ð—ð˜ðœð ð¢ð£ð°ðÀðÐðÖðàðâðäðåðæðçðððõðöð÷ðøñññ ñ ñ ññññññññ ñ#ñ$ñ(ñ)ñ*ñ+ñ0ñ7ñ=ñ@ñGñHñPñUñVñ[ñ`ñuñ‚ñ…ñŽññ‘ñ•ñ–ñ—ñ™ñœñ«ñ°ñ±ñ²ñ¸ñÀñÍñØñÙñÚñÛñÜñàñêñöñ÷ñøñúñûòòò òò!ò3ò8ò@òJòMòPòQòlòqòxòyò{òƒò‹òŒòòŽòò’ò•òšòœòò ò§ò´ò·ò¹òºò»ò¼ò½ò¾òÀòÁòÃòÇòÐòÔòÛòåòçòêòíòñòõòùòþóó óóó(ó2ó7óXó]ó`óbóó‚ó†óó¥ó¾óÁóÅóÉóÍóÑóÝóàóåóíóúóýóÿôôô"ô$ô%ô2ô6ô9ô<ô?ôAôCôEôGôKôNôPôSôXô\ô_ôaôfôhôpôtôwô}ô~ôô„ô‹ôôô–ôžô¡ô­ô³ô¸ô½ôÀôÄôÆôÍôÓôÖôÞôâôæôúõõ,õ-õ1õ2õ6õ7õAõBõ“õŸõ¤õªõ³õ¶õºõ¿õÇõÍõÐõ×õÚõÜõÞõáõäõçõëõîõüööööööö!ö$ö)ö.ö7ö;öAöDöGöJöOöQöSöXö]öbödöiömöoötövöxö{ööö‡ö–ö˜ö ö§ö©ö­ö¶ö»ö¾öÀöÃöÈöÏöÑöÓöÕö×öÙöÝöâöæöèöìöðöúöüöÿ÷ ÷÷÷÷÷"÷(÷+÷.÷;÷@÷C÷G÷M÷Q÷V÷Z÷^÷i÷k÷o÷r÷|÷€÷ƒ÷†÷Œ÷“÷–÷œ÷Ÿ÷¢÷¤÷©÷­÷µ÷¹÷½÷¿÷Â÷Ä÷É÷Ì÷Ð÷Ò÷×÷ä÷ì÷ï÷ò÷õ÷÷÷úøøø ø ø ø øøøøøø'ø/ø>øJøLøPøSø^øcømøyø{øø„ø‘ø—øÀøÌø×øÙøåøïøÿÿÿÿàÿßÿÛÿ×ÿÕ + % !õÞÐÀ¿±¯¨¦£‡~2+(ÿòêá×ËĹ²¯¥¤£Ž‰‡€v_UFûéÏÌÿ½¦¢pàßWON+%#!  úø÷õôóòñðïìëéèçæåäãâàÙÕÑ úù‹Š‰ˆ‡†„ƒ}|zyxwvusqponmkhgfeXWSRQNMJIHGF@?>=<;:97654321"  þýüøôñèçæåâÙØ×ÖÔÒÇÅÀ¿¹¶´¦¢¡‘Ž†„ƒvtsrokjc[ZXVSQOKHE65,ÿþüûÙѽ¥¤¡ž›š‰‚vsmdSREDBA?>=<;8653/,+*'&$#!üøöõôóíéçåãÍÂÁÀ¿¾½¼»¹¸·¶µ´³²®¬«ª©§¥¢ “Žƒ|wvtqnhea_][WVUSOLKIHGCBA@>=;/.*%$! ý û ú ÷ õ î í ë á à Û Ú Ô Ñ Ì Ë É ¾ ¼ º · ² ¯ ­ ª ¨ Ÿ ž œ › “ ‘ Œ † … € ~ } | z y s q o n m l i h g f b Y T R P O N L F D ? > = ; : 6 - )    ü ó è ç ä ã Ú Õ ­ £ ™ ˜ ƒ t¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶FHfŽZ´ææ@*.J ú "hÂÄÀ„„ŒØŒØ¶¶ææB옘ª|Žˆ~†xV,xx\ðx jÂ`˜–ÞŽ²¦¾¦‚š¢œz‚||‚tœØÒÒ488,.. ¾®¬ªB484,(,tÂü6,F¨¨¨ž¦œ¤¤RP ~èD.4"ò6 ü  < ††ªð쬪ª¨îöTŒŠœ„TR><ˆB¾’Ž~ žðvÒÚ® 8¢¦¶¶:4  j´rº’†Š4ÒÜ@¨<jj2dÚÄŠ¶úöRÔzHr†z|€ÈæxvBD¼fdb`t\|`œœföHøœpnf\žŠš4 !"#$%&'()*+,-./žŽ•–™›œ¡¥¯°±ÁÆÇÈÉÊËÌÎÏÐÓÔÕÙÚÛÜàçëñòùú  (235:;<@BHIJMNOPTUWY\tz|‚‡ˆ‰Š‹ŒŽ•–ž¤«°ÀÃÈÏÑÝàæçèéêëìíîïðñ *,-./1=?@ACEKUVWXYZ\acdntx|~€‚ˆŽ›®ßåæçèéêëðôef„™›£©ªµ¼ÇÈËÎÑÕÞçïû)+279< 0@!!#%*+09<Zaabbccddeeffgghhiijjkk ll!mm"nn#oo$pp%qq&rr'ss(tt)uu*vv+ww,xx-yy.zz/££ˆ¥¥Š©©Ñ««I®®¶¶û»J××–÷÷ë  à  T  U 9 9M : :N ¤ ¤¤ ¨ ¨‰ © ©Œ ª ªÝ ¬ ¬‡ ´ ´ç ¸ ¸9 ½ ½‹!"!"!!Ù!‘!‘Û!’!’Ú!“!“Ü!”!”U!•!•V!—!—\!º!º3!»!»¡!Ä!Ä:""à""ô##O##P###(#(\#)#)Ï#*#*Ð#+#+#™#™°#Ï#ÏÎ#é#éË#ê#êÇ#í#íÌ#î#îÆ#ñ#ñE#ó#ó#ø#øÉ#ù#ùÊ#û#û™#þ#þž$½$½›% %  %¶%¶È%Ï%ÏW%Ð%ÐÁ%û%û %ü%ü &&&&&&7&&&&&&)&& & & ï&"&"+&#&#&%&%£&*&*Ç&,&,µ&.&.¼&/&/Î&8&8ª&9&9Y&?&?è&@&@æ&B&Bç&Z&Z~&[&[&\&\‚&]&]|&^&^&_&_€&e&eŽ&f&fà&r&r°&z&z°&{&{°&~&~ô&€&€ç&&ê&‚&‚é&ƒ&ƒæ&„&„å&…&…è&“&“t&–&–&™&™›&›&›„& & ç&¡&¡5&¢&¢ë&£&£ì&¤&¤í&¥&¥é&¦&¦î&§&§ê&¨&¨ï&©&©ð&ª&ªW&«&«W&²&²ñ&½&½È&¾&¾x&Ä&Ä7&Å&ÅÕ&Æ&Æû&ß&ß(&é&éË&ê&êß&÷&÷2&ú&úÑ&ý&ýð''''''''' ' 2' ' Þ' '  ' ' ''K''f''e''•''•''–''–''©'!'!È'1'1'D'D?'F'F?'L'L–'N'N='S'S'T'T'U'U'W'W'd'dŽ'•'•'–'–à'—'—ë)4)4d)5)5c+ + V++ˆ++ˆ+$+$W+P+Pàà0à à 2àà3à?àA4àYàv7à…à†Uà—à˜WàšàšYà©à©Zà¬à¬[à´à´\à·à·]à»à»^àÏàÏ<àØàØ_àßàß`àãàäaá1á1cá9á<dá@á@háRáRiácácjáiáikámámlá{á{má„á…náápášá›qá¨á¨sá°á°tá¼á¼uáÄáÄváÈáÈwáÓáÓxáÕáÕyá×á×záíáí{áóáó|áöáö}áþáþ~â â â!â"€â-â-‚â=â=ƒâ‰â‰„âœâœ…â·â·†â»â»‡âÅâňâÊâʉâÍâΊâæâæŒâëâëããŽã¯ã¯ã±ã²ãõãõ’ä<ä<“äEäE”äGäH•äläl—äsäs˜äväw™äzä{›äää”䔞ä¥ä¥Ÿä¨ä­ ä¯ä°¦ä³ä³¨äµäÌ©äÎäÞÁäàäæÒäèäëÙäíäíÝäîäîžäïåÞåå%óå'å/å2åOåQåX9åZåoAåqåtWåvå‡[å‰åmå‘åštåœå~å å¡€å©åª‚å¯å¯„å´å´…æxæx†æzæz‡æ‚悈ææ‰æ‘æ‘Šðð‹ðð2ððŽðððððð˜ððCððœððððððWððZðð ððzðð¡ð!ð>¢ð@ð@KðAðDÀðEðE‚ðFðFðGðNÄðPð[Ìð\ð\Óð]ð]Ôð^ð^Øð`ðfÙðgðgðhðhàðiðiðjðnáðpð~æð€ð€õðƒð†öð‡ð‡•ðˆðˆ–ð‰ð‰úðŠðŠŽð‹ð‹ûððŽüðð‘þð“ð•ð–ð– ð—ð—¯ð˜ð˜ðœðžð ð¡ð¢ð¢@ð£ð® ð°ð²ðÀðÎðÐðÑ'ðÖðÞ)ðàðà2ðâðã3ðäðä›ðåðåëðæðæùðçðî5ðððô=ðõðõAðöðöŽð÷ð÷«ðøðþBññIññañ ñ Qñ ñ Wñ ñTññVññnñññññòññXññ¥ññ]ñ ñ"^ñ#ñ#úñ$ñ'añ(ñ(ñ)ñ)eñ*ñ*ñ+ñ.fñ0ñ5jñ7ñ:pñ=ñ>tñ@ñFvñGñG|ñHñN}ñPñT„ñUñUñVñY‰ñ[ñ^ñ`ñe‘ñuñx—ñ‚ñƒ›ñ…ñˆñŽñŽYññXñ‘ñ“¡ñ•ñ•¤ñ–ñ–Hñ—ñ—¥ñ™ñ™¦ñœñ§ñ«ñ®©ñ°ñ°­ñ±ñ±@ñ²ñ³®ñ¸ñ»°ñÀñÉ´ñÍñξñØñØÀñÙñÙÀñÚñÚÁñÛñÛWñÜñÞÂñàñæÅñêñìÌñöñöÏñ÷ñ÷ÏñøñùÐñúñúñûñþÒòòÖòòØò ò ÜòòÞò!ò-æò3ò6óò8ò9÷ò@òIùòJòJòMòNòPòPòQò]òlòlòqòwòxòxòyòzò{ò{®òƒòƒò‹ò‹òŒòŒòòòŽòŽòò‘ò’ò’ò•ò•òšòš òœòœÕòòž!ò ò¤#ò§ò¨(ò´ò¶*ò·ò·,ò¹ò¹-òºòº-ò»ò».ò¼ò¼.ò½ò½/ò¾ò¾/òÀòÀòÁòÂ0òÃòÃ1òÇòÎ2òÐòÓ:òÔòÔtòÛòÜ>òåòå@òçòçAòêòêBòíòíCòñòòDòõòöFòùòùHòþòþIóóJó ó NóóRóóSó(ó(Tó2ó2±ó7ó8UóXó[Wó]ó][ó`ó`\óbóc]óó;ó‚ó‚<ó†ó‡_óóaó¥ó¥bó¾ó¿cóÁóÁeóÅóÅfóÉóÉgóÍóÏhóÑóÑkóÝóÝlóàóàmóåóånóíóíoóúóûpóýóý™óÿóÿrôôsôôtô"ô"uô$ô$vô%ô%*ô2ô4wô6ô6zô9ô:{ô<ô<}ô?ô?~ôAôAôCôC€ôEôEôGôG‚ôKôKƒôNôN„ôPôP…ôSôS†ôXôX‡ô\ô]ˆô_ô_Šôaôb‹ôfôfôhômŽôpôr”ôtôt—ôwôy˜ô}ô}Bô~ô›ôô‚ô„ô‡Ÿô‹ô‹£ôôŽ¤ôô”¦ô–ô—«ôžôž­ô¡ô¡Žô­ô­®ô³ô³¯ô¸ôº°ô½ô¾³ôÀôµôÄôĸôÆôƹôÍôκôÓôÓ¼ôÖôÛ½ôÞôßÃôâôãÅôæôæ*ôúõ Çõõ+×õ,õ,õ-õ0îõ1õ1õ2õ5òõ6õ6õ7õ@öõAõAõBõ‘õ“õPõŸõ¢[õ¤õ§_õªõ±cõ³õ´kõ¶õ¸mõºõ½põ¿õÅtõÇõË{õÍõ΀õÐõÒ‚õ×õ×…õÚõÚ†õÜõ܇õÞõ߈õáõáŠõäõä‹õçõçŒõëõëõîõîŽõüõýöö‘öö’öö“öö”öö•öö–ö!ö!—ö$ö%˜ö)ö*šö.ö0œö7ö7Ÿö;ö< öAöA¢öDöD£öGöG¤öJöJ¥öOöO¦öQöQ§öSöU¨öXöX«ö]ö^¬öböb®ödöf¯öiök²ömömµöoöo¶ötöt·övöv¸öxöy¹ö{ö|»öö½öö„¾ö‡ö‰Âö–ö–Åö˜ö›Æö ö¡Êö§ö§Ìö©ö©Íö­ö­Îö¶ö·Ïö»ö»Ñö¾ö¾ÒöÀöÀÓöÃöÄÔöÈöÈÖöÏöÏ×öÑöÑØöÓöÓÙöÕöÕÚö×ö×ÛöÙöÙÜöÝöÞÝöâöãßöæöæáöèöèâöìöíãöðöòåöúöúèöüöüéöÿ÷ê÷ ÷ ì÷÷î÷÷ï÷÷ñ÷÷ò÷"÷"ó÷(÷)ô÷+÷+ö÷.÷/÷÷;÷=ù÷@÷@ü÷C÷Cý÷G÷Gþ÷M÷Mÿ÷Q÷S÷V÷V÷Z÷[÷^÷_÷i÷i÷k÷l ÷o÷p ÷r÷s ÷|÷}÷€÷÷ƒ÷„÷†÷ˆ÷Œ÷Œ÷“÷”÷–÷–÷œ÷œ÷Ÿ÷ ÷¢÷¢÷¤÷¦ ÷©÷«#÷­÷®&÷µ÷¶(÷¹÷º*÷½÷½,÷¿÷À-÷Â÷Â/÷Ä÷Å0÷É÷Ê2÷Ì÷Î4÷Ð÷Ð7÷Ò÷Ò8÷×÷Ú9÷ä÷æ=÷ì÷ì@÷ï÷ïA÷ò÷óB÷õ÷õD÷÷÷÷E÷ú÷ûFøøHøøIø ø œø ø ø ø œø ø LøøMøøOøøPøøRøøSø'ø*Tø/ø/Xø>ø>YøJøJZøLøL[øPøP\øSøS]ø^ø^^øcøc_ømøm`øyøyaø{ø}bøø‚eø„ø‡gø‘ø‘kø—ø—løÀøÁmøÌøÌoø×ø×pøÙøÙqøåøåøïøïrøÿøÿsññÿóóó ó  ó ó :óó;óó<óóóóžó!ó!4ó&ó&ýó'ó'ûó)ó) ó*ó* ó-ó-Mó1ó1¿ó2ó2³ó6ó6QóKóKóNóNƒóOóOƒóhóhNójój!ótótAówówÆóxóx9óóâó‚ó‚Ôó“ó“¨ó—ó—½ó™ó™góžóž‘óŸóŸ{ó§ó§¦ó¨ó¨þó­ó­žó²ó²äóµóµŒóÀóÀyóÁóÁ]óÂóÂ6óÃóÃíóÅóÅ^óÆóÆÿóÈóÈ„óÊóÊyóÍóÍãóÐóЊóÓóÓ‰óÔóÔéóÖóÖ~óÙóÙ¦óÛóÛ¶óàóàœóâóâ«óåóåBóèóèQóëóëóôóô¥ó÷ó÷¬ôôÖôôÒô ô ÚôôåôôÙôô6ôAôAåôMôM•ôNôN–ôQôQãôUôUôdôdôeôeÍô{ô{ßô€ô€ ô‰ô‰¥ôŽôŽbô”ô”#ô™ô™ŽôšôšŽô›ô›ŽôœôœŽô¡ô¡9ô£ô£Çô§ô§Âô©ô©Iô¬ô¬®ô°ô°Sô²ô²ô³ô³ô»ô»Qô¼ô¼ô¾ô¾ô¿ô¿áôÀôÀáôÁôÁñôÂôÂòôÄôÄôÅôÅmôÆôÆmôËôËTôÌôÌüôÍôÍôÎôÎôÏôÏôÔôÔ®ôÖôÖÚôÜôÜîôÝôÝRôÞôÞôßôßPôàôàªôáôá.ôâôâôæôæôðôðÌôñôñiôöôöšô÷ô÷öôûôûpõõêõõ^õõDõõ¨õ õ ©õ õ ùõ õ Ëõ õ õõ÷õõ¤õõõõ@õõÏõõ¯õõõõ¢õ%õ%äõ'õ'õ(õ(àõ,õ,“õ4õ4Wõ5õ5WõGõG©õIõIºõJõJ²õKõK´õLõL¹õMõMÉõNõNáõSõSõkõkõnõnÚõqõqïõuõuâõwõwñõ{õ{õ}õ}aõ‚õ‚2õˆõˆüõŠõŠLõ‹õ‹eõŒõŒÓõ•õ•Jõ–õ– õ¤õ¤Žõ¥õ¥aõ¨õ¨°õ©õ©Îõªõªõ±õ±oõ´õ´õ¶õ¶°õ·õ·ªõ¸õ¸áõ¹õ¹Žõ»õ»¹õ¿õ¿ñõÁõÁòõËõËõÎõÎŽõÕõÕ;õÖõÖ:õØõØ¢õÙõÙ–õéõéëõêõêùõúõúöö>ööWööFöö?öö@ööAööCö ö Áö ö oö ö BööZööSööUööTööGööIööHö ö ö"ö"lö&ö&8ö+ö+|ö,ö,=ö-ö-kö.ö.wö3ö37ö6ö6_öBöBXöDöD`ööóö†ö†÷öŠöŠ…ööÛöömö‘ö‘Cö–ö–²ö—ö—‹ö˜ö˜±öšöš(öœöœóö¡ö¡<ö¢ö¢áö¦ö¦Ÿöªöªìö«ö«Øö¬ö¬¤ö­ö­ ö°ö°1ö²ö²Úö´ö´Zö¶ö¶ö½ö½:ö¿ö¿7öÁöÁ8öÌöÌööÎöÎ öÐöÐÀöÒöÒðöáöálöãöãžöëöëiöìöìhöðöð-öûöû¡÷à÷àW÷á÷áW÷â÷âW÷ã÷ãW÷ä÷äW÷å÷åˆ÷æ÷æˆ÷ç÷çˆ÷è÷èˆ÷é÷éˆ÷ê÷êˆ÷ë÷ëˆù ù ŽùùŽùùùù ùù¹ù#ù#Dù)ù)EùAùA'ùBùBùCùCùDùD@ùNùNxùSùS>ùUùUùZùZGùwùwÑùù–ù›ù›äù¦ù¦ëù´ù´…ù·ù·}ùÍùÍœùàùà‡ùáùáŽùæùæÅùéùéiùêùê¨ùìùì•ùíùíƒùïùïnùðùðùòùòìùóùó?ùùùùÜùûùûòùüùüLùþùþúyúyŒúzúz>ú‘ú‘Óú›ú›ú¶ú¶îúÁúÁ’¤8Œ(ðlôlø´Hü ¬ ´  ” ø ÄØX œÄHÈDÔ(¤´8¨Ø8°¤8¨L !0"€#Ð%H)++ô,ô.Ô1 2(356h7x99ð:Ì=„??Ø@ÐA´CD0E€FðGÌHÀI¼JÔLhMÜP(QxS,SÀTTU4V4W@XhXàY˜Z¼[Œ\À]À^x`aXb˜cðe(ffÀg´i4j,jÜkXllàmÌoLppðq¬r¼sTtuTvPwtx<xàyèz¬{´|X}p~X€``‚€ƒØ…<†h‡X‰HŠ$‹‹ÀŒŒLŽŽ L‘`’ø“Ô”ä•Ì–´˜\™˜š¤›À”Ÿ ¢£Ä¥H¦l¨©´«<¬Ø®ä¯ô²³,´hµP·H¸Ðºx»ˆ¼ì½ü¾Ì¿ ÀœÁhŒÈÄàÆDÇÄÉ ÊdËÌØÎàÐØÒØÔôÖ Ø”Ú|ÜLÝÜß´âãDä¤å¸ç èÀélê ìXí¸ï4ð@ñTòÐóÌô¬õôöÐøœù|ú|úüû¸þ`ÿÄìx”˜ ¨ œ ¼ è ø0l ¸ìØÔ(X  Œ"œ#\$¸%Œ&L((ü)Ð*Œ+P,X- .D/7ð9 9È;(<È>D@”AðD„DÔFhFøGðIÀKŒM\NàPÌRSdT„UÜVôXYDZŒ[¸]^¤`a€bàcÐeXfLgôhàj(kÈm4nLoTq r´tÔv\whx|y¬zÀ|¸~ L€˜Äƒ „ˆ…´†œ‡Ü‰ŠX‹´°ŽØÔ‘Œ“P•,–œ˜X™š››ÄœÌ´Ÿ t¢p£ ¤¤x¥D¦(§¨¨¼©Xªt¬­<®ø¯€°¨²³X´Œ¶d·°¹,º˜¼\¾¿ðÀä”ÄlÅPÆÈÇ°ÈÉ„ʘËÌÌÄÍlÎÐÐÑ8ÑèÒ¼ÓìÔpÕÕ¬Ö Ö˜×$ØðÙÚŒÛ`Û¼Ü@ÜìÝpÞTßxà¬á€â âÜãÄädå(æhç¬èHèÔééèêxë”í@îHîÈïðlðÈñ´òlóóÜô\õpö€÷løXùDú4û`ütýþ þàÿ@ÿ¼PH|ì|ô8Ì ˜(˜lÄlì œ 0  ð l„ølÜl´ø¤Èt4PPè„(8Ô„Ü0ì T ä!„"(#,$$¤''ð(D)$)È*¸+˜,À-°.ˆ//°0P11ä2Ð3 4¤67X8°::¨;D;ä<„=¼>p?´@@ÔAÀCD`DÜE„F”G4HH¼IIÄJìLPMN|OOˆP Q QàR$RdR¤S$S SàT$T¨UlVPV¬XYYäZ¤[|\@\ü^L_ˆ`L`èa¨cd|eœfgˆh0hÔixjjÀkdk¸llhl¼m8m¼n@o0p qTq¬r¸sÀt¤uxyhyøzÜ{¤{ì|¸}ð8ЀØà‚dƒ°„|…X…À†h‡Xˆ ˆ¬‰8‰ÄŠP‹”Œl¬Ž4Ž¼¬4‘(‘¤’0’À“L””œ•´–|——Œ˜™ ™Ü›œlDžHž°Ÿˆ È¢ £P¤ ¦§|¨d©H©¸ª,ªœ«¬¬Ô®®¯0°Œ±±°²ð³ô´ìµ¨¶·ˆ¸ìºl»Ü¼¨½ü¾Œ¿´Á(Â@ÃpÄÄÜÆ<ÇÇÈÈ”ÉpÊœ˼ÌŒÍdÎœÏLÏÄШѤÒ(ÓôÔ¤ÕÖŒרÙdÚLÛ ÜDÝ0ß@àà˜áLââ¤å4åôæˆç@èè êë´ìÔí¬îÐïÜð(ñˆòÔôõÌö¼÷œøpù€úûìýxþÔ@D4À\hH0àÐ 0 à  < è € è8`Üx¸€\  ̤Tøô`0ø  ”!\"X#0#¬$d%4%´&&à'x(L)H*L+`,`-€0X2t4<5¨7P8`8Ì:H:Ä;Ü<ü=¸>?¼@¸A´B°C¬D”FpGdHÐI`I¤JŒK4L´N˜OPP´Q¨R¨SdT@UUÈW(X4Y0Y¤Z`ZÀ[ [„[è\¼]¤^h^à_X``°a\bbècŒdDe$eÄfØg€h$h iiÀjHkTkìldlðn4nèo p0p¼q\qØr`rðs˜t<täu”vÈwÔx¼z<zð||Ì}œ~8,€ 0‚ƒXƒØ„°„Ø…ä†ìˆt‰h‰ÜŠü‹ìŒ˜ˆŽ\|ì’8“”D••¼–˜—D˜T™D™èšÌ›„œ\Œžø |¡l¢4¢Ô£h¤D¥¦§p¨0©Xªªð¬¤­¤®D¯,°¼±œ²à´ µ,¶·È¹¹Ø»\»ô¼´½À¾ ¿˜ÀôÁ¨ÂDÂÌÄtÅ@ÆHÈÈôÉøÊÌËÐ̈Í΄Ï ÏøÐØÓÐÕÖ`×€ØHÙÀÚlÛÜÜäÞ”ߤàlá8â|ã¼äÌåPæÀç èTèìéˆêTëì,í<ï@ïÜðèñÈòó,ô¼õØöèø<ùú„ûLü˜ý\þ(ÿ$¤P4쨸´ø Ì „ 8 $Ô°äˆ ÈtøÔÀèüœ\ØÜô ¬"#D$|%x&'l( )P* *È+ð-ˆ.”/ð0œ1T2P404ø66ü7„8Ð:;Ø=H>H?L@ðBìD$EDG(HJôL4M”NìOìQXRÈS¼TèU˜WPYZ°\˜_(alb`cìeeøg`hPidjkkÐlàmxn nôpLpìq r¸sÌtˆuhvˆw¨xÌz{°|À}d~$à€œH‚Lƒ0„…T†Ð‡”ˆÐ‰xŠ„‹ÀŒdŽìœ‘p’@“”•T–L—ИøšHšì›ôœà´žÔ  ¡¡Ä¢Œ£T¤4¥¦ô§”¨4ª,¬h®`¯,±¤²Ô³ä´¸µ¤¶è¹dºÜ¼ ½8¿LÀdÀðÁ¤Ã$ĬÅìÇpÉTË`Ì´ϼÐtÑ ÔÀÖ(ØèÛÜÜ Ý\ÞPßDà áDâˆã¸ä„åhæXçXè„é¤ëLìDîîÐïØñ,òŒó,ô õpöX÷¼ù,û(ûÜüÔþþè@äD@ d € ¼ |œd˜dÜ4t4` h P˜€Œ \!Ä##Ü%è'\(˜)°+|-´/`0812 3Ð4è6`8d9t:è<\=L> ??ÄA¸BÐCÀEhF„GPH ILJ8KðM@N<OÐP¬R@ShSÔUÄV<V´W€XYàZÀ[P\,\Ì]ô^Ð`@aðbäcüdÄeÈghTi¸j¸l|mÈoxqq´rÌtudvvèwÔxLx°y z˜{Œ|h}°~@(€P´‚ô„¤…4††Ü‡¸ˆàŠX‹ôŒ¸Žhœ@‘Ì’l–\—ü™™ä›ˆœœ°ž|Ÿ`  ¡ä£0¤t¥à§H¨©Lª(ªÔ«L¬L­`®„¯ ÿÀ€À 5777'13#3'17'17#3#17%671167!11!1&'&'@ZZZZ'³³³ZY€YYYY3³³³YZþæ    þà :††††þô:††À††† †À††  þ`   ÿà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#10101&'&'&'&76767676'&'&''10101"'&'&'&'&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----D€D----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&'&1116767&'&'711#"'&'&54767632è  ‘%--DD--*+@?   k  ¬+9D----DB,-Kë  ÿÞD 471163!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*¬  Kÿþ‚‚1111'%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   )) ÿÞB 565114'&#"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  8ÿÞB +;111132765513117676''16767&'&'##3#5131@  _g T(()=pppppp"" À  €’  x$#.=)(à ""ÿüÿØD¨j013'110101&'&'&'&#&'&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-- ,, ÿÀÀ,j‚2111712#'1'1##11"'&54763151476347116331716331517111312131##1"'&54'&##1&'#1"'&5563211#"'&551477à ` `` ` à `    D-- @ $!;;!d µ  À      à  ,, --D  .. @Ç+ +ÿÀAÁ8H%11#11!1&'&'51#1&'&547%162151476331211%1316751&'#@ þ¿   k   5 þ¸PPÀ     à ^% y. ?PPÿÀEÀ-@Sd "13167675131676''67311#1&'567&'&'&'2711654'&#"3'67&'&'f ÐB/0º   ÐF@@þøN4444A   %'&:· À00B pÀÇ@@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 þ` ! ÓÓ ! @ @þà  ÿà€ )4AMZhuˆ1113167673327654'&##151&'&'!15167"51671&#55671&'71&'51675&'5167676'&'5211#"'&547630  ++Éx @ þ@ `PppþÐ----    ÿ **  ð @ƒ ˜€qqƒƒƒ˜ “ÀÀÀÀÀÀþ'((''(('p   ÿþÿ¾‚žª½Ædpƒ&1&'1&1'1&1'1&1'1&10111111111"3201'1177117712327176''167176''167176''16767176''16'716'&1&'716'''01012337211#"'&54763767&'771767176''167176''167176''16767176''101656745614541515111112#"'01145716'&1&'716'&1"#"'1&1'1&1'1&1'1&117717011101&#&#11#"'&5476321            Á000   @ƒ            ý 0€   ¿             þñP   0þ§             ÷  ÿýÿ½ß©¶¿6'&1&'1&1'1&1'1&1'1&10101111111"301'1177117717176''167516751176''167176''16767176''16'716'&1&'70111011'7676'&'7&'67§ !     '  %     #     þµ44€¡                 $  þ´+  ˆÿÀÀ#HY3#331211!1'1'1&54763'#13!67&'#171311!15167673!!!1!1&'&'5]sss  U $ÿ/ 00  þ Oþ þ` À [@@½ à@@@@ pp À0  0ÿÀBÀ)]i5#11311316751316751&'#151&'#167116'&'&1#1&'673327654'&###"1#1"1333277%3#30101"101à880880P  wy@ @^-#-%  ¡,$þ‘¨88808808þ   X  $ @ ^ÿÀ€À^~ŸÀ21116751476321675147632111#1&''1&54763214545147632167514763&#"11113277171654''1'''11#"''1'1&5477171632'11#"''1'1&5477171632@      /@]Cq  <   Ñ000000à000000À а °p à  &?k  : °Ð þ¹Ï0000þà0000 ÿº Á%2p€”é2711654'&#"32711654'&#"3&'&767545015147677167716'&1'&7716'&1010101011514'&#"%70716'&733010131716'&&'11&113167&'#1&'673167&'#1&'673167&'#1&'673167&'#101010101#171676'   `  þ €.< .  N >  D+  ,   /   @ <''3°\  ||  œœ  |ˆ]. €   €   þð  0III'#"7..%O ‡  k uK1 G***2 @/// (  %('.      ÿùÿ¹‡ÇAa&176''1&''11'17161131676751&'&'##'1'1&#"1'171&#"1'5311767671767671' P ‡ ‡M  ±*  LH!YR#~' l\ þ‹ » þ0 j {< £ € /IBc«€€€ S % ÿùÿ¹‡Ç7Jbk|…&176''1&''11'17161151#1'1'1&#"1'171&#"1'''#1133127655%%131176767176767%&'67%5331276551#67&'' P ‡ ‡M  ‹H!YR#~9777)   >þâþâ\ þ’ð   ` » þ0 j {< €½/IBc§,,,à ´úááá›S fÀààà àÐÿÀ€ÀH[dmvˆ‘76711671167311##101011111#11#10101#1"'&551&'&'!2711654'&#"367&'7&'6767&''&'67767&'&'6732?I77 * mk P(  .`  p˜(((à>32--E5    I=M    x¨xÿùÿ¹…Ç8ajs|%'112121#1'1&76167311##10101%671111#11#10101#1"'&551&'&'&'67'&'67767&'À,,, +' ý° 39MI77 * þ@;>+ "P(  .h@(z""" " Ð (,--E5  f:1ø" I=Mˆ0 ÿÀ À,Zm74711#1"'&551&'&'''6767311#13#30101311#1311#1311##15167016372711654'&#"3 Ý€ .øããã56DI77 * Ð!8ÆÆÆ œ“ ‰‘ 0  à!¡  I=MG¦¦¦:##--E5  @    P   ÿÀÀ6w€‰76711671167311##11#11##1"'&551&'&'7'&766767676'&76767&'&'&76'&'&'&'&'6767&'32?I77 * @ À .à        (à>32--E5  @  I=M         `PÿÀAÁ7DW%6711676''1514'&##1"1'1&#&1311!16765513%&'&76767116731#1&'  5   j þÿ  @ ÿ$$$$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É 4Ag‘676'&'67116731111#1&'&'51&'&77%676'&'&'673111#1&'&'5171654''5315167611'&'51#11''1&7716@  & ,+@0    ¦  *,     0@ ` @@ ` @@ €$$$$© @/I  t2©$$$$ˆ 2t  I/@(  @@   @@ ÿùÿ¹‡Ç%G11#11'1&761'1&73113%%1#1&771#11##1&'4771'1&567I¾ ý° Ç(8 etþ(Aþ¿AB 81g+*  • Ð œ°?ýýýr¬: nn !ÿÀ À%?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./ ½         H½P3EEAB+ +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'1' P 7@€@+F Lþt#UUUe ÀÀÀ@ à @» þ0 +ʘd4"  r »O  À  P  A3$ÿùÿ¹‡Ç5@[&176''1515101#"'1'1676727676''1&#!1"1'327'155#"'11&'11!127'1#' P W ³ ())*:þœ8Ij!0@•Î» þ0 DƒdŒ %%%[ $,ÚS¡………ƒ@ vÿùÿ¹‡Ç'?R&176''16767&'&''165&767!1'%%31276767711&'&54767' P n&)); "þä&9HþÔ,þÔ   î ±   » þ0 V55MR6666RK5.&,243'0-þ„íííL55  AÁÿùÿ¹‡Ç1EUb&176''13167&'&'#1"'167&'&''167&'&''11310101&''1#11!167'1#7676'&'' P ¾².*)0)"+'D.Ö Iš8&&J¸@û----» þ0 •. ."#)$  ""».+9 &&8‘À'((''(('ÿÀÀŽ—4'11&#"1''1&#"1#1"3311327716132765516761327654''1&7673127654'&##1&'&771654'&#"1'&'5676'&'&'67     &   &        '   '   p€   &        &   &        & À  8ÿùÿ¹‡ÇIS‰&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  ÿÀÀÀjx†7''6711316767514''1&5515151&'&'#10101"101&'&'&'01"10101#1111113127&551477'''1&767761'&7Ï888//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‰   i“S`    Sª jŠ   j“ @`9"'11&547633121#"'&5511#"''11#"'&54771632171#€    © i‰   i“S    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Õ K€K "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!167675ÀVVV\@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ÎÎÎ "" Î "" þé ÿ¾bÂU_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%$ `    ÿ$$$$    ÿÀÅ+8Rly‰731276''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þ@   ( `i 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* #" *UþæU0E55E0Uƒ0Pÿ¾€Â]6'11&'&1&'"&'"113276551676711767712765517163213276551&'&'7. "  0     N  $   +•  _!  PÐ Ð  +Ú  < šdÐ Ð-5ÿà€ #-7ANf5!1676751&'&'!111#157115135#16767'3#31&'&'676'&''&'1!167&'!1&'&'5` þ`@@@@`@@@@@à'((''(('ð""3þp`àààà @ @ @@@ @p----Xð3""ðÿÜÀ¤CJQ&1#1"33113276551311767513127654'&##1514'&#"1#1'3#31''#3#51{    da    9Œ¶w::::’À  € €’€  À ÀÒþî@VVÿÀ€À 5777'13#3'17'17#3#17%671167!11!1&'&'@ZZZZ'³³³ZY€YYYY3³³³YZþæ    þà :††††þô:††À††† †À††  þ`   ÿà€ .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))  ))4p¾žžžP/ž¿¿¿¿ž/Pž  @   @` @+    +` @ ` ÿÀÀA671167111''1111"#'11"#&'514771511'&55147715À²«: nn :«²bBw 99P+*   *+P99 vBÿÀ +: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€  "" @  ""  @ "" þÀH¨xa "" 7  7 "" 7  7 "" 77IþØÿÀÀ1?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 !  ! ÿÀ À :Ccƒ7113277171654''1'1&#"1113271654''1&#"7'171113277171654''1'1&#"1113277171654''1'1&#"1ë&&&&&&½#}#þƒ·iiiiþ#8998`8998•&&&&þ #}#þƒ8iiii"9988ÿ9988ÿÀÇ ‡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&'67°8 Ê 0è0à`Øx`ˆ0Hk  6))))6S`````HÿÀ`À P&'&767&'511'&'&7716763332311###1#"'&551##1#"'&55À  H :-" (    Àþ7  a'!$  ` `` aÿÀAÁk%6711676''1514'&##1"1'1&#&1311011331232323332767515147633121133323233127675145513  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!16765513%67311311#11#1&'51#1&'5167315  ÿ þÿ  @ þà 00 00   á à    P0 00 0 ÿÀaÀB2111'&'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 àà þÍ**ÿþÿºÆ~™6767676'&'&'&'&"300101011'&'&'0101&'&#&2330101317676'&'676'&'&'&'#1&'&'&7''#1&'&'&76761A(  6,/  " ))   5,/   ) M) ( # `   6 *     4 &   Ñ   ÿà %6>JZc11313151##"'&54763!167&'!3151'1&167'17674'1#3#131271&'&'67&'@//E8È þp H@ €7)Vy&}[‰ …++8¨ D--À  þ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 Gþ€G 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 "@ÿÀÀVly‡•671167654'&'&''''&1'&''1&767716771671771632111#"''1&'7'#1"''1&7677166731#1&'7'''1&767'&7716F::$""$::FF::$""$::F/'''  #       A  +  '·  @!"<=CC=<"!!"<=CC=<"!›      ×  þß… P ÿùÿ¹‡Ç3Lrx&176''1653127654'&##1&'6771654'&#"1&##1"'%111331276551&'&'#3#"33113277151'167'1' P š@ @ @ @p É) ˆ ) @@@ @@ ?%5‰°8'_» þ0 x  @ @ ž)  )ÿ  % @ ?!mß&JvÿÀ@À#*Ee6711673113311#!1&'&'#3#51211#"'&'&5476763&'1#131167513167&'#15  €8$#"ÿ€€€€€0'!!!!''!!!!'0000€€ '.->-%%€@€€`""&&""""&&""P0000ÿÀ€À<Mq!!!6767654''1&'!113#3#1#151#111316767515152111#15147635"13312765514'3&'&'%þc// LþtL [@@@À@ à  @ 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 "È  hÿùÿ¹‡ÇU•&176''1673116751&'1#1&'71176''1&11&'513167&'#1311'1716'&1'#151&'16751311'1&176''1711#13167&'#15167'' P Ÿ"" 8 #/P/# !_n"" 8 $.Pü» þ0 |#P/# 8 "" !KÑ P/# 8 ""ÆÿùÿÀ€Àd’11#"'&54763267&'&'#1"3311#1&'&'51176''1&177113327&'#151513127654'&##4'11&'&#"3276765'1''1&761716@   ))))   0)88--DPP "   +""&&""""&&""M H ( = `  P4))4  Ð)88D--%P€  À'!!!!''!!!!'+ H ( < ÿùÿÀ€Àdˆ•11#"'&54763267&'&'#1"3311#1&'&'51176''1&177113327&'#151513127654'&##271167654'&'&#"35&'6751&'5167@   ))))   0)88--DPP "   ›'!!!!''!!!!'`  P4))4  Ð)88D--%P€  þ°""&&""""&&""`PPÿùÿÀ€Àd¡11#"'&54763267&'&'#1"3311#1&'&'51176''1&177113327&'#151513127654'&##271167654'&'&#"3771''11'&771'1&761716@   ))))   0)88--DPP "   ›'!!!!''!!!!';$$$$ %% $$ %% `  P4))4  Ð)88D--%P€  þ°""&&""""&&""µ%%%% $$ %% $$ ÿùÿÀ€Àfw›11#"'&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€ €€€ €ÿÀ€ÀUds„¨77654'&#"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_o«6711673113151671311##&'&'5316751&'#11316751&'#5316751&'#171316751&'#5316751&'#1%'1#"'&54771#1"'&5476331'1&547632  ` (   ` @      °    þ§PPP P s s   HH à     P  p    p  ×PPP P    ÿþÿ¾BÀ*cx’%271165511327654''1&#"13277113&'01&7676767677676'&'&'&0101&'&'#3#1676763635&'11&'#11010167625   P P  #+*#  &,21  12-&  #**#N  €  ` Ó P P Ó F       æ ¹  à0 á  ¹ÿþÿ¾BÀaš111#116767636367632327626551&'&'#1511327654''1&#"1327711#151&'&'#&&'01&7676767677676'&'&'&0101&'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À'4A²Î1'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& &!@@@@vv€€Uk2111#"'&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=p¤Ù6311215147632111##1"'&5476331'1&547676'&'#3#"'&54763310101112111#"'&5511#"'&547747116321716321312##1"'11&'&51101015'#"''11#"'&5510101114767631101312## i  ` j ÷   `   i j-  i j ` mjjj i   ` · j `  i ÷$$$$`  ` j i j i  `ÿiii j `  ÿÀÀ"Dfˆ›2111311#"''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%$) ÿ ` ` )    )) ÿ÷ÿÀ°5kx…631121311#"'&5514'&##11#"''1&5477'1#"'&54771#1"1#"'&551676731'1&547632676'&'%&'&767ù “)  “ P PPPP P “  )“ y  þÀ$$$$§ )     P PÿPPP P     ) g$$$$À  ÿà@ ?j!!!27654'&#!1"31132771132765511327654''1&#"3112771132765511327654''1&#"1 þ þ  )  ) ` `@ )  ) ` ` `   ‰ *Ó Ó* ` `. *Ó Ó* ` ` ÿÀÀJ"1116767&'14'&#111!167671&'&'#1"1&'&'514'&##  Ð     P )) PÀ þ÷%%  € þà     À))À  ÿÀ À?T11316767514'&'&'516767&'#101010101#101010101#"'11&'67676#`€p@   ÀA !ÀÀ! Aþ‚      ÿÀ À >KW3#31#151676771633121#1&'&'67&'67&'67&'3167&'#13167&'#xPPP€XL€@````À((¨  Hpÿà ,K67116703036767267632632121!1&5471163!121#1&''1&'&'   þ  Ê 0è0   [  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( þ¨PP€PP€PP   @€)@ @))@ @)€@  @@@@@@@@@@@@@ ÿÀ€ AJS\wŠ"113311#11133127655167672676751#1513127654'&#!5#1513#5#1513#5#15134'11&'&#"3276765'1''1&761716@ (H)   ) ))5A/H( þ¨PP€PP€PP˜""&&""""&&""M H ( =    @€)@ @),'H@  @@@@@@@@@@@@@þð'!!!!''!!!!'+ H ( <  ÿÀ€ AJS\w€"113311#11133127655167672676751#1513127654'&#!5#1513#5#1513#5#1513271167654'&'&#"35&'6751&'5167@ (H)   ) ))5A/H( þ¨PP€PP€PP'!!!!''!!!!'   @€)@ @),'H@  @@@@@@@@@@@@@þ`""&&""""&&""`PP ÿÀ€ AJS\w™"113311#11133127655167672676751#1513127654'&#!5#1513#5#1513#5#1513271167654'&'&#"3771''11'&771'1&761716@ (H)   ) ))5A/H( þ¨PP€PP€PP'!!!!''!!!!';$$$$ %% $$ %%    @€)@ @),'H@  @@@@@@@@@@@@@þ`""&&""""&&""µ%%%% $$ %% $$  ÿÀ€ BKT]n’471163!12##11#11&'1##1"'&551&'&'513151#1"'&553151#55#113'53151#"11131514'&#671167121##1"'&55147635  (0  ,)   )H( xPP0PPÐPPx @ P""   €  @ 0 )@ @)€@  @@@@@@@@@@@@@@ 00 ""0 € € 0ÿþÿÞB€?x471163!121#1"01015151&'&'11&'3&'&'"'&5567016'&'&'&'&''&'&7676760101676   )) 3#**#  &-21  12,&  #*+#` $ } €))€ } $þÚ       ÿÀÀÀ!H5#1516767311#151&'&'#1471163!12##11##1"'&''1#1"'&5`0+*A0A*+0,0,` €  ê  (A*++*A,,H  Õ Õ ÿþÿÀCÅU«776'&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]o‘¬Ç671167!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]o‘¬¿1113151676713167&'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]o‘¬µÂ1113151676713167&'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]o‘¬Î1113151676713167&'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_q“¤È11131516767131&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""ÿÀ€À'7IYy†œº1113151676713167671&'&'!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+`  ÿ¾AÀ9I[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&&&¼**'ÿÀ€À'7IYw•1113151676713167671&'&'!67311#1&'573#31#1&'516767311#1&'5''51671''11&'5167656751671&'&'51670  `  `  þà  p  P  ### # }  À þ` P  P   ð      ©444+`  4+`  @@@@@  @ ÿÀ€À+;M]o‘žµ11131516767131&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       Œ èþ¿000000¨PPÈ 55  OOO%(@     @(%OƒI000000ÿÀÀ:FT]f1111131&551677167633121131676751&'&'&'&551#113'731'1&##1"67&'7&'67H9:""+ t +"":9Hk À Ö¬žtÈÀ"":9HÀ p!@ @!p ÀH9:""þ (( ê****‚ÿÀ À FŽ676'&'55311327655117676''1&'#1176771132765#3#11"13311316''1316751&'#151716751&'#11151&'51&'°$$$$   44 44     <,05 @  þ €€€€ ³  R,,R  ³ àd   `\ T8m tÿÿÿÀrÀ 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?MZ“2116731!1&'&'676767677'&7716%1'&77167'&771671'&771667016'&'&'&'&''&'&7676760101676à "þÀ)S000  0  G 0  0 ×000  0  g 0  0 1#**#  &-21  12,&  #*+#À)þÜPPP P ! P P !PPP P ! P P £       ÿà€ >Xfs†5!151!%111311#1"3!127654'&##1'131676751&'&'!!1113167671&'&'#3#3#1&'676731#1&'211#"'&54763€þÀ@þÀu K  K uþÀÐ  @  @       `àààà@à   à þ   ` @P    ÿàÀ 3Mg›53312765514'&##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 ( < ÿÀ@Å;]j617161#1&'&#"#1'1&76167'1&761632371671011101!10101312#!1"'&5476331&'5167ô ‰a WG   PL a?f  ¯þLÀ  þ  ൠþÏ7W4 h XŽþK   À00ÿþÿ¾BÀKT3#32311!1'1&767314763!!!211#1&'&#"#1&'&'01'1&55147635!151!67016'&'&'&'&''&'&7676760101676à€€€ 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&&&¼**'ÿÀ€À$9wŠ°77632&'&'6767630101&'11&'&32767471163312#1!151"'&54763312121#!1"'&551476352711654'&#"374'11&#"327652711654'&#"3Z --DE-,"!&  & þ    À    ýÀ        þà   **.D----D9/0 À  0  @@  ` @ @ `À        ÿúÿÚD¦9L&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  0«1@;)   öPF````@  —¿¿—  @    OO  ÿÿÿÀÀ("131676716'&#!''3111'&''  !¦! þÀ)ü!!À þl  ” ]]]]  ÿÿÿÀÀ(="131676716'&#!''3111'&''7&'11&'&6767  !¦! þÀ3ü ­ À þl  ” þÖêêêêf ÿÇù¹*U€«Ìí67116'&'&&#7676723676745677&11237676'&'65&'&#"&'&'11&277676'&'&'45&'&'"#&'6'11&'&"#767367674'67%47176751&'#1"176'&'7'1&131276''167&'&'&É  !    €       þÿ   !   ­      þÌ <  !]! =  x   !   =    !  þÓ  !          !H=  -! ';'=  -! ÿþÿàB 4Avƒ7&7116771633321##11###"'&547633367&'#11'&'%01110131010#111###"'&5514763317163332###31716011101#10103  $-   %-#-NP @yw vº  $-   %-#-NP @yw þŠð ] @ $  X  0 ^ @ $  X  0ÿÀ€À%Pk–±Ä×4711632#"'&5211#"'&54763211311&'&'6767&55167314763271167654'&'&#"374'67&551673147632311&'&'6534'11&'&#"3276765211#"'&54763211#"'&54763ð   0    +--DD--,   À5  +--D/%&à   Ð  P        P ''2D----D2'' þÀ   `'"3 ''2D--'"'  `   0    ÿÀ`Àu’4'11&#"111111#13!67&'#1716551515151514'&#"111'&7716'&'&111#151514''1&'&1''15155315131131513167&'#!3`  V `V  E   /@/   E@€@€  þ    @;$cc$;@ @1\  #   4&> >&4   #  \1@þ@ ÿÀ€À 3zÁ&'&767'"''1#11'&7711'&7716321''%21111117676''1'1&54763211010111#1"''1&'5151514763!2111111##1&'&'5167710101717163211771655151514763@  -   && þ» 3     Cd 0 dC    3 À¤YYY##Y  d (P(3   !.O d'f@8 8@f'd O.!   3(P( ÿÀ€Àa¨211#"'&'&547676321111117676''1'1&54763211010111#1"''1&'5151514763!2111111##1&'&'5167710101717163211771655151514763@####þè 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#15½AAA = l ''½½ÿûÿÀ€À;M]mŠœ111163311#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~  Ø  '((''(('þ Ø OÉþ§ÿÀBÃYb&'11&111'1&'1151&'1#1"3!127654'&##1'111#17111#151%11771676''77311# ! l„  ‰C>BK5)Q !*þ½ p †ƒ  ['#'þø   ¾NK˜ŸX^  !›þ} ÿà€¨ 1Q^fsz‚¥676'&'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Â?LY“11&'&''1&'&11327655131132765167716'&'&676'&'!676'&'1111132765513113276551133127654'&##1'1&'#è     ;    ;    X  þÀ      0 &+!…#  #DþÎ €€ 2 C#  #% `¿ €€ ã  ;$ÿþÿÀ‚Ä(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  -% 02  P eG  3  ÿÀ‚À J€676'&'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`i•676'&'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 JÿþÿÞB 3@y4'11&#"1167632716771676'&'&1'&'&'5676'&'&&'01&7676767677676'&'&'&0101&'À   !i  i?=&€$$$$ #+*#  &,21  12-&  #**#€  )$#’ a   ( €  Æ       :ÿ¾áÀJW211111311'&''1##1'&''11#"'&55167676765514763&'&767  !9W, &`\    . °  À  )##P:  3  øJ J1((   ÿ¾}ÀIV•4'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À 2^&'&767553121'&''11#"'&5510101'671167101011#"'&551#1"'&7711'&'&77    ;   n  &" 5Àþ ààà a  0ß €ªÿ` `s9  Zÿþÿ¾@À HU}Š–676'&'7713276551311327655117676''1&'#1"1767%&'&7675'1&17677113676751&'&'3167&'#1&176''À  …    / J-$ : ¥) 0 7°88  0 0`Ñ000ß €€ õ9  Y" a  A  h;;;* `  87f(2   ÿÀ#¿ 2HY316751&'1167674'#1"11331171&##7315117676''1&'5331276551#÷—˜""œ¨ ˜£i²«««©6 M € À² b""p  Y¢«««.Z Ë   ÿÀã¿Rnw67711#1&'3#3&'&'47''101'16331271&76111111'&'#3#"'&5511'&'&771671#'67&' ˜—œœœ""ä666®2_  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'Ð(   :  ;   ñPPÐPPþ0PPÐPPPP  þЀ€€ ß/  a a  /ß €YPPPPþPPPPPP ÿÀ Ë&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þÓ @ €ÌþèXXXX®1 G G 1®ÿ¾€À Vn¬676'&'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ÿ¾€À Vn˜676'&'4311271117676''1&''171117676'&''1'1&'&#"117677167771327716771'1&'% "1#1"331132771654''Ð  TG 2   "#3  < =(É “ “ P P`i@!MX  \ 6A  %5   ‡>>>; > $-·    P Pÿ¾€À Vn˜¥±¾Ê676'&'4311271117676''1&''171117676'&''1'1&'&#"117677167771327716771'1&'% "1#1"331132771654'''16751&'&'167516751&'&'1675Ð  TG 2   "#3  < =(É “ “ P PŸ`i@!MX  \ 6A  %5   ‡>>>; > $-·    P P™00˜¨x00"ÿ¾#À 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þ""&&""""&&""`PPÿÀ€À6Qs11111771111237112367&'&54767'151&'&'271167654'&'&#"3771''11'&771'1&761716¸¬: nn #Mð'!!!!''!!!!';$$$$ %% $$ %% ÀTi B1G+*  "#).&%,Tþ""&&""""&&""µ%%%% $$ %% $$ ÿÀ€À?Pt671167111'11111"#'11"#&'514771511'5147715"11131514'&#671167121##1"'&55147635Àf@: nn :¬¸P @ P""   bT:"G+   *+G1B iT’ 00 ""0 € € 0 ÿàþ  .;K^p“¶111&'&'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 uJJJ[JZ*JJJ[J[ ZJZJ 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 ÿÀ€ Id…3#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  ”‹  ”‹  ”‹  Âëþõ   €€=Fƒ3#3111111##&'673151#1&'673151#1&'673151#1&'673151#1&'673!!!1!1#1131#1131#1131#1131##51515151515133 8 X þ` þ`  €XPPX(  (þ€€(  (XPPXÿÀÀ<]3#3716'&'#1#3#0101010101!16767&'&'&'01&'&''''11'&771'1&761716À€€€/ Ä /€€€€*) )@) )*//////////`G  G "#78R))R87#"Ð//////////ÿÀ€ÅCUgz•§&1#11!10101#1516767113167#&'&'676767251&'&'#1'3#31#1&'51673#31#1&'5167713167&'#151&'4'11&'&#"3276765'61''1&7617Rˆv  @$%%%,;-%& vˆò    à @""&&""""&&""c H ( =» [ þÀ `:) %%% #{ [»@@€@@À ð'!!!!''!!!!'+ H ( <ÿÀ€ÅCUgz•ž«&1#11!10101#1516767113167#&'&'676767251&'&'#1'3#31#1&'51673#31#1&'5167713167&'#151&'271167654'&'&#"35&'6751&'5167Rˆv  @$%%%,;-%& vˆò    à °'!!!!''!!!!'» [ þÀ `:) %%% #{ [»@@€@@À þ€""&&""""&&""`PPÿÀ€ÅCUgz•¶&1#11!10101#1516767113167#&'&'676767251&'&'#1'3#31#1&'51673#31#1&'5167713167&'#151&'271167654'&'&#"37'''11'&771'1&761716Rˆv  @$%%%,;-%& vˆò    à °'!!!!''!!!!'$$$ %% $$ %% $» [ þÀ `:) %%% #{ [»@@€@@À þ€""&&""""&&""%%% $$ %% $$ %ÿÀ@À=JZl|Œ3#31#11311#151&'&'1#1&'&'5167673171514763&'&767%1316751&'#5316751&'#11316751&'#!1316751&'# pppOYf°  °fZ 0ÿ  p  þ  €  À@@àp  pà@@ ð  @@@@@@p@@@@ÿÀ€Å7I[h|±61311&'&'1#1111310101!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))v†ÿ½ñÀEYb&#"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 S½P3EEAB+ +BAEE3PÚR RÿàÀ 6Vb671167!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"10##1"'&547633171#1"'&551"'&7677''13'7171'1#771'''1'3167&'#ò     E _þ_ E     I;;;:uu??t .#n--- "v  ½P P À   À P PþC1111À55SCCC&&&&CðÿÀ€À+=M_oª6711673113151671311##&'&'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"'&5514763ñYX  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  ÿà€ OXer®111"131"33167673167673127654'3&'&'#1&505'1&'#1&'#3#31#15676'&'%&'&767''51671''11&'5167656751671&'&'5167`   ))€))  5)4%à ++++Vþðp  ã### # }    `  ))))  w$```ÿ  0É444+`  4+`  @@@@@  @ÿ¾€À>ht}†111117711117711&551&'1151515151010151&'&'513167513113167516751&'&'!167311#17&'6767&'Ȉ{2[ZX  ÿ P˜àÈèÀkQ @%R( !"RŽa°ààà! +((+ !à  O11aÿÀ€À &;Ohu‚67!1!1&'67!1!1&'676'&'671167312#1"'&5&'11&'6331##'##1"'&54767633127676'&''&'&767Pý°Pý°S  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.HHHHý°HHPHHþé$$$$l°&P($  8 FpF 85  ¹HHHHHHþHHHHù  P  # %p  P pÿÀ€À3@Qcx…’111!167671&'&'!471163!121#!1"'&5&'&767316767&##13#367&'&'#1"'&##1"31674'&'7&'&767676'&'`))À))þ@ À þ@  €8 Fm888F YP)°)ŒÀ$$$$À)þÀ))@)` þÀ @P  …  / &  & q  P   ÿÀ€À!3CXerˆ±3#367&'#1"1675676'&'11316767&##67&'&'#1"3#&'&##1"31674'7676'&''&'&76773#3167514'&##155&'133167&'#!31276551&'1#0XXXh €  8 FpF 8Y)P)°$  P  xXXX hþ8 hXÈh 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&'5167ùXXÇ      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&  @ ýÀ @ ýÀ7777777777777777¾77777777    þ€   ù777777777777777777777777ÿÿÿÀAÉ 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  /!¤ 9IÿùÿÀÇÀOi|"1'&77167!11''1&##113111#1"''1#11##1&'&771&'5167673151#"1113312765514'&##4'11&#"327652711654'&#"3W  **  q()#B( 7€7 (B#)(qI € €   `      0) /B 77 B/ )0p     À     ÿÀ€ +4=FO`„671167!11#11311#11311!1&'&'353151#3#3#131553151#53151#%"11131514'&#671167121##1"'&55147635€ C8þÀÐXXðXXXXðXXXX@ @ P""   `A@ %@@@@@@@@@€@@@@€@@@@p 00 ""0 € € 0ÿÀ€ +4=FO`„671167!11#11311#11311!1&'&'53151#3#3#1315#3#1315353151#%"11131514'&#671167121##1"'&55147635€ C8þÀ@XXèXXXXXXXX8XX@ @ P""   `A@ %@@@€@@@@@@€@@@@@@p 00 ""0 € € 0ÿà€À:171&567671#1&''1&'&56767171&'6767tjh   q(Î(q   hjŒ!]    ú$$ú    ]!ÿùÿ¹‡Ç/<K&176''1676''1&''13127654'&#!1"3311'''13353276551#' P – 9  ÿ °”””  ¥%  @» þ0 u @”   P‹þ¥ttt+ ``` `ÿÀ€ +4=FO671167!11#11311#11311!1&'&'53151#3#3#1315#3#1315353151#%53321##1"'&5514763516767#14'&#"€ C8þÀ@XXèXXXXXXXX8XX P   ""0  `A@ %@@@€@@@@@@€@@@@@@P000 € € 0"" ÿûÿÀÀ'.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'=  @h€h @®„g’ DD ’g„ÿÀÀÀ07271167654'&'&#"3113!12765&'&'#à####.K32  „  23K\À""""023K   K32 ÿà +;M]o™³671167!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@€þ€XXX8XXXXðXXþ€XXXXèXX@XXXXÐXX8XXXXðXX þÀ@@@@@@@@@@@@€@@@@@@@@€@@@@@@@@@@ÿà "+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;;;;XÿÐðÀL4'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  ©'((''(('ÿÀAÁZ%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 € € Ià€e.-fp  óJ € € JóþÀ  --8ÿà !:"1111!16767514''1&'&#!!!!1#11#1&''1&'#17y9€9þòþò03  x  30  ã\\ã @ÀÀÿÙð§F#3#"3312765514'&#"1'1&'&767654'&#"#"'&547632‚222 €  ,9999,,,,9999, 1@@1//1@@1  € 3,,,9999,,, //1@@1//ÿÙð§<7676321#1"3310101112765514'&#"1'1&'&76713276551101767676'&'&#"'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=)(()=0ÀÀÿÀÀÀ54'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-‡DD‡p!!   þ€  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@%1111"'"'&70101010101010101510107676767&'676767"":9H80#&, /"":9HH9:""Ð:// %4E:////:ÿàÀ  1B567676751#11&'&'51#53#3514'&##1"!3#3514'&##1"32??23€))€€€€ @ @€€€ @  ```?2332?``))` @ @@ @ `à`631121#"''11#"'&5477é À ©© ÀW À ªª À à 73112771654'&#"1'1&#"é À ©© À) À ªª ÀÿûE€-[%2711654'&##1"'&55131676''1&#"13113"1133121#11327716'&'#151&'&'# p  @ @ )p  p  @ @  )p  €@ @€)@  €@ @€)ÿº>À,9F6731!11#!11!1!1"'&'1&##1&'676'&'%&'&767."› )þà þà4.€P  ¨™þH  0ÿà !!!!67671&'&'#1"''1&'#11@€þ€€   €  þÀÿüÿàD 1771676731213311!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'&'Ý222±s!,,!s€Ý€± 3 @¨*,,**,,*G`@þà þà@°2222ÿÀÀ,9%671167&'&'113167513167513127713&'&767PK1221KK12¡P(( !(  `21KK1221K¡ P((!ÿÀx¸anÎÛ6'&''1&'&1&''1&' "1'1&11117711327677167176771676''1654'7676'&'76771676''1677167654'&''1&'716'&''1&'&1&#"'1&111111771327'&'&7675          ĉ              )  9              )  þ»          ÄÿþÿÀ‚À(Y7671167&'&'1#10101676771167676'010101011105"1&'&'&'67&'&'ÐX;;;;XX;;'  " /:ð=>Z66I:/ "   '66S`21KK1221K;,   °V88 9#$   ,;G11ÿ»±À111177123#  @h€ŽÀ„g’ 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 € € Ià€€€€þ€pSóóó óJ € € Jó  hÿþÿÞ¢2E&'11&'"'&27676767676'&7676511'&767676À 998,+ 998,+ë*  %%2 `+,899 +,899   * 2%%ÿÀÂ'&'11&167716'&''1&1&'&'716''¥ X< ?  //  ? > -- > ?  ..  ? > --¹  ? > -- > ?  ..  ? > -- > ?  //€%<RŠ211##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ÿÀ€À%<RŠ47116321#1547116321#"'&55'2111#"'&551476347116321#"'&55553273271#1&''1&'516767312##1316767  @À   @      `--D>B/ %X 88  ÐР @ @@ 0 0 ` @ @X  D--. &5  ÿÀ€À%<RŠ113276551#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=<"!þ×GÖÖGppÀF::$""$::FF::$""$::FGGppÿÀÀ47113276767&'&'&#"'&771#1&'6731'1&761!"<=CC=<"!!"<=CC=<"!)GÖÖGppÀF::$""$::FF::$""$::FGGppÿÀÀ4671167654'&'&'''11&'511'&7716F::$""$::FF::$""$::FGGpp@!"<=CC=<"!!"<=CC=<"!)GÖÖGppÿÀÀ4116767654'&'&'&761516717161''F::$""$::FF::$""$::FGGppÀ!"<=CC=<"!!"<=CC=<"!þ×GÖÖGpp ÿ¿Á $4>L[cm%#1&5473173#3#1654'7#3#&'##3#676766##3#67673#3#1&547&'31''&''&'&'3!11673`ºº{{{{pttt(<-,•°°°   Ñttt,-<({{{{» °  <(<-,tf,-;'uÀ!!!!@!!!! b6'(87(##(78('6b !!!!ÿ(77(##_b6'(88('6bÿÀÀ4=%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        0ÿúÿÛ 67!111''1&551'1&7 ° ·@ · ‰à  0 OàÿàÀ /P3#31#151675#113!51&'&'#151&'&'#1#3#1##1"'&551#11!167675¸ 8@À@@€ÀÀÀ @ À€(((((``(è   €€ÿÀÀa "1311#151&'&1176751311#11327716'&'#151311771654''1&1#15131676'' @  `@ @`  @ @  `@ @`  @· @` @ @  `@ @`  @ @  `@ÿÀ€À 0Fat&'&767!&'&7676711673120101#1&'011101674'6331#'471167632#"'&'&567116731!1&'----p----þ.*)Ö•)*.Öµ   `&&8v8&&þ¶À'((''((''((''(('þÕ. ;%%; .`  þû8&&&&8ÿÑn¯={%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Ð  ÿà AWmƒ6731131#1&'673151#1&'&1'&771676131#1&'&7716'!!!2#!1"'&54763!!!2#!1"'&54763!!!2#!1"'&54763 P?  #!X H‰ÿ ÿ ÿ ÿ ÿ ÿ ˆx`þã  &  N            ÿب@y6767676'&'&'&'&01#1"3!127654'&##111#1&'&'&7'&'&'"1&'&'&2010101010101117676'#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 þÀp333M€þÐp  À þÀ ))))  @ 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 À þÀ " € þð  ÜDXÿÀpÀ#4E%67114101016767&'&'10101367116751#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-$$),$%6þOPPPP'' ()=0$$D--$) #"/6%$§PPPP'††'ÿà€ %?&'11&'676745676763!777116751176''1&=)(+--D-$$),$%6þO''PP ()=0$$D--$) #"/6%$Ù'††'PPÿÀÀÀt}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#1311° 0ÿ@ € ˆ((((((((( þ ` þ€þ€€ÿÿûÿÀÅÀ,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%$))à €À   ÿÀ€ÀEk“671167311#151&'&'1#13#31#1&'&'513167&'#1513167&'#1516767!111#1311#1311#113%1#11311316751316751&'#151&'#À   P  Ppppp PPPP   PPPP ppþè  þ0P  PÐ0þ` @0  0@   ÿÀ€À?JWdŽ671167!1131211112##1&'&'#1&'&'#1&'&'3#351'1#1676'&'%&'&7675#11311316751316751&'#151&'#1 @ 3M  ))€))  €€€M3ÿ  pþ 00 00   0M @  )))) @ÐM`Ð0  P000 00 0ÿàÀ '8Iq3#31#15167511!115151&'&'#1#3#1313#367671&'&'#167311311#11#1&'51#1&'5167315¸ 8  @  À 00 00((((( þ ` ((ÿ€þ€þ€0 00 0ÿÀ€ÀXd6731#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@@þÀ€€ þÀ@xhhhhPPÐPPÿàÀ ;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#"'&54763Pààp  Àþ€€þ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&'67315ÀR6666RR6666Rÿ0  hà    €66RR6666RR66hˆ  h    @€+;M]o‘¡³ÃÕå÷111!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  ÿÀÀÀ8y…211171632771611'&11#"'&551511514763771117167517165111'1&'151151&''151&'&'1&1511771511'755#177  E;7#&&$  "IE;@@   @@@@1' * ! ) @@!À  þè "` PB  »BA @ @C G F@ > HKI• HN–FFF 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'&##1À777 6ó³Ó    à³Ó    S666 7@Ó3   ÿ@ÓþÍ   ÿÀÀÀYbk67&'71116331676751&'&567671#11&'&'47675151&'&567673&'6767&'PP #` "" $%6` ""  ""èþÈX X "" 6%$ "" Ç ""þˆÿùÿ¹‡Ç7AKn&176''171654'&'&177161'16'&'&'&'611'''7%7771676'&'&1'&'&54771'' P Ž[**'43,  `  )55,“Ès¨ººº-&&&þÞ999**'43-  =2» þ0 oZ-:9-%  !`)+,!'!s !*Zþ’’’>0 ä888-:9-%  !>(ÿÀÀ¦ 9676'&'4711633121312##1"'&547633151#1"'&500 @  €   p   à   À Ä!k4'&131"33327654'"1133111#1"3312771133127654'&##1'1713127654'&##1"1'1&##à     þ@ ZZ   VV   ZZ   VV     P   €  €€  zz  €€  zzÿÀ€Ik"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|ŠD‡êêêP  ƒŠþ™P}ŠCÿÀÀp&'&'67673116767&'&'1#1&'6767&'&'#1&'&'51676767&'&'&'5167673167À  9      9  y      yW     9  y      y  9 ÿÀpÀH111676751&'&'&'11#13367&'#151676751&'1&'&'5À))))€+*B0HH0B*+$%66%$À) )) )Ø(D00 "" 00D((6%$$%6(ÿùÿ¹‡Ç'O&176''16751&'1'151&'&'1'67'1#&'&'51'111#13367&'#15' P Ÿ))¹1+6%$/+*B0HH0» þ0 |(1(( Í))6‘þW"$%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&'ô  Aà8 ! *   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=<"!ñWWhhÀF::$""$::FF::$""$::FyWWhhÿÀÀ,7113276767&'&'&#"'&771'1&761!"<=CC=<"!!"<=CC=<"!ñWWhhÀF::$""$::FF::$""$::FyWWhhÿÀÀ,671167654'&'&'7''11'&7716F::$""$::FF::$""$::FyWWhh@!"<=CC=<"!!"<=CC=<"!ñWWhhÿÀÀ,116767654'&'&'&7617161''F::$""$::FF::$""$::FyWWhhÀ!"<=CC=<"!!"<=CC=<"!ñWWhhÿùÿÀGÀ|11#"'&54763267&'&'#1"3311#1&'&'51176''1&1771133676751176''1&17711#151312767&'&##@   ))))   0)88--DPPD--88)0  `  P4))4  Ð)88D----D88)Ð  ÿÀÀÀ8N111311!1&'&'51676731516767'&'&'&#2711654'&##1"33à"ðþÀ()=,""    @ @€"0ÀÀ0=)(%   þÀ   ÿÀÀ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@     8X h   ÿàÀ ,=P111!167671&'&'!67&'&'&'&'67&'&'&'&'4711632#"'&5@@þÀ E88!!98UA*+,    þÀ@h!!88EU89`+*A,x  ÿÀÀ-7671167632#"'&'&'71771654''1&!"<=CC=<"!!"<=CC=<"!¼ ÀF::$""$::FF::$""$::Fm°X 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&'#€þÀ@à^‡‡˜ þÀ@p‡‡f ÿÀ0À6h%#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 Ð  @'(  $    $  ('@  ÿüÿàB Q671167217676'&''1&#1#1"33111!127654'&##15165513127654'&##15p Q  Q6$%    Çp p  %$6@  -2  &,-  @ÿÛà+:¡471163311'&''1#11#"'&55153#36767&'&'#131'110101&'&'e&#&'&'&7676010107676'&'&''1&'&'&7676'&'&'& P=)('4 8*  @000""0   $"'     ##'     € ()=-#"€  Œ€  àÀ""    +    + ÿþÿàB¢Y&'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¨    ``` `       ààà à – `  $þÒ .$  `þJ   €   €   €   'ÿÞ£*Sf‚&17711#1"33327654'&##1514'27716'&'&114'&#"1'1&'&13%611'&'&76777677165&'&'Ã0   00  þÝ X    X     1%%š  4   ` þF `  $. þÒ$  ` ­  q  B$%% 'ÿÞ£*Sf‚1312###"'&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 Àþ@À þ@ Àþ@ÀþÀ€        €ÿPÿÀÀ‹111##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  ÿüÿàB i671167217676'&''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#"55147‚>5kàÞkkk5>àÿ   ) 5.." "..5þà)   @``@@@ ```` 0  0 `,,t W ÿàÀ )A111!167671&'&'!''67!11#&'771#!1"'&5511327@@þÀššššš‰‰‰ ÿ ‰  þÀ@ðddddYYY~ ~YÿüÿÀÃL_71!16751676''1&#3#1#1!1676''1"1"551#11#151#11#151#11#157211#"'&54763óàààà s@@@0À0@(@0@(€  ½```  `ÝÄ  ÄÀÀÀÀÀÀ    ÿþÿ߀ @V"11117676'&'51676771611327%167&'%1&#116767'11#"''1@ þè: @    Ÿ þè À66RR66Ž e'1,%B*.$ > =:eeþˆ‘33‘€€"8?€6711673!1!!&'&'!!11!&'177131176'''#17%133#111''1&'1'&77167'1&761167##&'67315167À@ÿÿ@ÿŽ @ J @& ,     #H4@ÿÿÿ0    9++++E$      ÿÀÀ7M`s†™53151311131514''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ëÀ ÀÀ À®®®®®®     ºDóDDòD<>>>>>>þ999¼9¼ÿ»@Ä =FR[eq'1'17165"11177117716751&''1—&''1&175171'1'1716557117611'17751711#NNNQQN›`"!`qr` "`"``"RRRRíNNNQQNRR÷NQQNfMMMR ,ppp$&w#* 11 *$w&$p&$$&vY Z(Ìddd `$̪"""d [ÿÄÀ)Z‰6717161''1&'&771'1&'1'&'&776111#11''1&771613127654''1&767%''&7677161''113312##1&'&'477¯44' W &   ÿ )` @@ `  þ“ W 3    )2“,,> X <  Ï ()  @@   ' W R   )Pÿà  GZm7!1'1&'#1776763312111##1"'&551!11##1"'&5515147674'11&#"327652711654'&#"3‡&¶_### ¶ #   þÀ   X      KKKKKPeeee0 00 0[     ÿÀÀIWj}"11111111331276551!11331276551514'&''1&'&'11514'&##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 @?__?@ FccFþw FccF @?__?@p000""0""‡ f""f ƒ  V""VÿÀðÀ!(BLbnŒ6711673113311#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 # ÿàÿ#3CUew‡™©7''&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 0eeee€SS ÿÀ ÀXj{Ž¡®111121#1#1##1"'&551#11##1"'&551"'&551"'&55147630101510101516767533151#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 þà ) «@@À#.˜  PÀþñ™f@@fþ0  ÿÀÀ "1132771654''  Ø Ø  Ø Ø´ Ø  Ø Ø  Øÿþÿ¾BÀ;H471163312131111#"'&#""''1&76771516767315776151!167016'&'&'&'&''&'&7676760101676À € 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  #Ð  ` €À ÀÀÀ€ ÿà€ Qk‘¤3111'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&'     '&6ÿÀpÀT471167632#"'&'&5671167&'&'1#1"331132765513127654'&##15P?((21KK12((?      ­ 0/BK1221KB/0 #     #ÿàÀ &5P67311''11&'&'676771'1&701110101010101271167654'&'&#"3"p !521KK1221K8,4! nà‘p !4,8K1221KK125! !þ°ÿÀpÁFa61167676131#11&'51#1&'673151&'&'4767&'&7671132767654'&'&#"H //  #+*B    B*+$  ¹ ##   &&.D00  00D.&&  Ù`ÿÀðÀBQl67311''11131#11&'51#1&'673151&'&'676771'1&7011101010101014'11&'&#"3276765Rp '&&;;&&--D=+' n`   ±p '%0=,+    +,=D--%' !°  ÿÀÀk†211716116771'1&767311''11131#11&'51#1&'673151&'&'67'11'&771'11'&'516734'11&'&#"3276765p )66)E ` E&&;;&& `ð   À E ` E)6=,+  +,=6) `ÿ  ÿÀpÀUš7271167654'&'&#"37111312##11#"'&551#1"'&547633151&'&'6767676767&'&'&'671312##11#"'&551#1"'&547633151&'À°((?      ?((21KK12'0  0'-;K12((?      (  pB/0 #     # 0/BK1221KŽ 00 !21KB/0 #     #ÿà€ %4Oˆ11&'6767&'71176751&'#01110101010101471167632#"'&'&5671167&'71176751&'#111111110#0"'38 !4,8K1221KK125! pXþ°0K125! p!(!$ 0"  !521KK1221K8,4! p0à°21K8,4! p !)$ 30  ÿÀ€ÀUˆ7271167654'&'&#"37111312##11#"'&551#1"'&547633151&'&'6767676767&'&'"&'6371'1&767311''11&'°°((?      ?((21KK12P-0  0 8,! p !21KN2 pB/0 #     # 0/BK1221K¹ 00  ! p !,8K125 ÿàÀ9Hc11'1&11&'6767&'71176''171176751&'#01110101010101471167632#"'&'&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 888ÿÀpÀ8471167632#"'&'&5671167&'&'1327655P?((21KK12((?  ­ 0/BK1221KB/0 ƒ ƒpp5211#"'&'&5476763271167654'&'&#"3À0((((00((((00þà)*..*))*..*)ÿà "+ENW111!1676751&'&'!&'6767&'111!1676751&'&'!&'6767&'@€þ€0þ¸€þ€8 @@H @@HÿÀ€À1S471167632#"'&'&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`)#.( 7€7 (.#)ÿ  ÿ    À)ÿ%. 77 .%)` ` `ÀÿÀÀÀ1Kex‹1111312771311331676''167671&'&'!4711633121##1"'&5573#321##1"'&55147634711632#"'&5%211#"'&54763`)#.( 7€7 (.#)ÿ 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&'&'5P€þ€P"€" "þ€"   "" @ "" ÿÞ@ !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%%þ¯%©þ®Rþ®Rþ· € € € @ € I%%þî%%þî@ ` `  `  ÿÀ€À'7k&'676731671&'#1&'&'67571316751&'#&'&'6751311316751&'#1&'5131671&'# %Ò%%Ñ%WÒÒÀ%@Ò. I%%ÒI%%r%%rrrþ€%))q %q%ÿàÀ ,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 €))8‘‘‘IHH0#"  __  "#0þIII‘H~ __  #"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. `DDÀÀÀÀDD   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° °ÐƒA7"1133133676751&'&'#11''10101'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þø``````ÿÀÀÀ'=M‡2111#15147632111#"'&551476347116321#"'&55%'#1'1&767655332##1316767513273271#1&''1&'516767à @ `  @   þÝSSSFG F 88--D>A0 %À ÐÐ   @ @ @ @ @­½½½£  Þ    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]  QèQ=`€ ³  Ð  Ð  ³ þó``````````ÿÀÀN[7671167632#"'&'&'7&111771632176''1&55167716'&1#"''7676'&'!"<=CC=<"!!"<=CC=<"!¢       (++( _  ÀF::$""$::FF::$""$::FV  3V II V3   ÿ¼äÀ 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<<XÀ44AN44À   H'&:%w`(5*)1 ( X<  D+  þÔ   .   ? <'+*A°\  ||  œœ  |ˆ].  III'#"7..%O ‡  k uK1 G***2 @/// (  %('.A*+    ÿùÿ¹‡Ç9CV&176''167676'&'&'&'&''67116'16'&'&''167%112301%1' P i  #$00=3+*!p¸&11+. '   Zßþ•kþ• Sþe $#00=þØ» þ0 R  ##!"X‘"!442"  FþÖþâþ÷ ´##!"è  ÿÀðÀ%67&'&'1113151!1674''17165&'!\@v>>þ†`þ @@‹‹ÿÿ€€!Rdm€‰777161151#1'1'1&#"7'&'&76771&#"11311767671767677676'&''%1331276551#&'67%5331276551&'#67&'C```  c  ‹H!444TH\  †þ¶   P ð   P kOOO   N €½/}(((C0àS  {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$$$$°€€€€€€` þà þà þë  Õ  @@ÿÀ0ÀD[11167674'&'51&'&'6711671001&'&'67670101511&'&'6751671  ""  p 00 ()==)(   € ¥""¥ 00  0¤%3=)(()=3%¥ÿ  ! ÓÓ !ÿÀ0ÀD[11167674'&'51&'&'6711671001&'&'67670101511&'&'6751671  ""  p 00 ()==)(   € ¥""¥ 00  0¤%3=)(()=3%¥ÿ  ! ³³ !ÿÀ0ÀD[11167674'&'51&'&'6711671001&'&'67670101511&'&'6751671  ""  p 00 ()==)(   € ¥""¥ 00  0¤%3=)(()=3%¥ÿ  ! ss !ÿÀ0ÀD[11167674'&'51&'&'6711671001&'&'67670101511&'&'6751671  ""  p 00 ()==)(   € ¥""¥ 00  0¤%3=)(()=3%¥ÿ  ! 33 !ÿÀ0ÀDQ6711671&'&'4767571110016767&'&'010151&'&'676'&'p   "" 00 ()==)( 0  P  ¥""¥p 0¤%3=)(()=3%¥0 þ`ÿà 3FYl’¥¸4711632117716'&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þÀ@@ààààààÿÙð§.^'&'&7676767161#10101#1&'&771&#"67311131132767676'&'1'&'51115  %,9899,* x )1@?1x )1@?1  %,9899,* 1!  .%,,* € )./© )./!  .%,,* 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'k111‚1(Gééé# xê‚­111‚1(Gêêêx #ê‚ÿþÿ¾ÿÀK'10101'10101'1'1'171632&1'&77163211111111'&7716771'Å(((4`4Ôff `«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 @ HÿýÿÀCÀ"6''1&#"1311331276513167> ˆ ˆ H @ H   þà   ÿ¿@À!(:N671167311331111#1&'&'#3#51'1'17163277111'&77167  €WÀ€€€€¦ G  îG < €€ ~WK €@€€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&'&117675131177øp  À  pp  À  p® h 88 h h 88 hÿüÿÀÀ+&#"1311#11327716'&'#15131676''’ h 88 h h 88 h¸p  À  pp  À  pÿÀÀ<116767654'&'&'''&7673151476331213121'F::$""$::FF::$""$::F ppp @   @ p À!"<=CC=<"!!"<=CC=<"!þuppp ` ` p ÿÀÀ<%&'11&'&#"3276767%77613121##11''1&7!"<=CC=<"!!"<=CC=<"!þuppp ` ` p ÀF::$""$::FF::$""$::F ppp @   @ p ÿÀÀ<7113276767&'&'&#"7'&'51#1"'&551476331514761!"<=CC=<"!!"<=CC=<"!‹ppp ` ` p ÀF::$""$::FF::$""$::F ppp @   @ p ÿÀÀ<671167654'&'&''#11##1"'&551#1"'&7716F::$""$::FF::$""$::F ppp @   @ p @!"<=CC=<"!!"<=CC=<"!‹ppp ` ` p ÿÀÀS11327711767514'&##111!16767514'&#"1!1&'1673127654'&##` *ª ©) €þð""@"  þÀp pÀ)© ª* € "þÀ""p p@  ÿàÀ 9111!1&'&'16767!"11132771176551&'#€þÀ@à (G$G(  þÀ@€ (G$G( ÿ»Å!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ž ˜ÿ˜(`  `aaÿÀcÀ.%1#"''1&76731514'&##1"'&551476331131^ ˆ ˆ X P P6%$Xq  À   $%6ÀÿÀcÀ.6''1&#"1311##1"13316767513167^ ˆ ˆ X P P6%$X   À   $%6À ÿÀ@À;67116713276551&'&'1#11!1676751&'&'#15`""  ()==)(à@ 0""0 0=)(()=0ÀÀ0ÿÁ€À)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&'67PààP@@@@Àþ€€þPÿÀpÀ&/671167311#1&'&'3167&'#1#3#131àà€@@ àààà€þ€€þ€€þÀ@@€#-7A\w111!167671&'&'!#3#51'55316711671#7&'11&'31471167632#"'&'&571#13367&'#151&'#1@Àþ@@@@@@@€@@@þ°L€ÿþÀ@À@@@À@À@@00Dÿùÿ¹‡Ç#;&'11&11716'&1&'716''7367716'&''1&1&'å X0œ P þ¤1 (a\\\:FGO `(§ QHH:z Ð þï '(`þÁHHH-X ( 1 ÿÀ€À&=&'11&'!11!16767676'&'67116731##1"'&5€ÿÿ  0W © €þ€€€$$$$¥  ÿà¥0131#&'676767&'&'#11''1&547716ÍpK12  )`    @21K8%%  )@   ÿ½ñÀ.21'&'&'&747677163676765'10101½ /.VV./ ½D'&°ÀP3EEAB+ +BAEE3PCþ†zþ†#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 ° T€€T þ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à  ˜ MþàM ˜  ¹))) )þ®À   0 ¹¹ 0   þ'))))  ÿÀ°À09I711771677161!1716551&'&'#167&'!1674''1!1`  2 €@66RŒ ar)þÀ) „  % W ŸR66  Dþ›  ))ÿÀ0 '77671165&'&'#1"131'1674'&##31674''1#1Ø ,,       Áò)À)à,, pp ù  ))ÿÀÀ 7FW&'&76767676732761#!'1&76763276701110101010101!!!1!1&'477   z,,  kþðk  z þà )þ®)À%%  °°  PÐ)  )ÿÀ° 9M_5567311316751673113167516731111!171'1&53#367514'&#"177!11!1&'47 @ @ @ 3þà3 °   ¹)))@)þŽ(((( && `0 0¹))))  ÿà€ 7ox471163312111##1"'&551#1"'&551"'&54763514763315!531212#1##11##1"'&551515147633125#1513`         À         €ÀÀ€  @  @ @  @ @@@@ @  @ @  @   @@@@ ÿÉ÷¶!.;H1676767'6'&'&''761''1&761''1&761''1&7øb- îb- í÷WD½þß½½½WD7 @ @ 0 @ @ 0 @ @ §'N-2î'N-2î´WE½þݽ½½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þþÀþÿÀÇFa%"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#--4µPGF4BBY#0)$27$ 7E;;-.KJW Ú##;;I K<;!Z;E$55>+SED&þw')%- !ÿÀàÀS\enw€‰4'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!1676753333Ðr½ÐÐÐ3rÐþ@Àþ@@…eee€ee€ ààÿÀ@À$Jp#3#131676751&'&'#11#1&'511131676751&'&'#11#1&'51#3#3676751&'&'#11#1&'51#1"13ø((( € (0¸ (0(    (0(À pp PPÿ€€PPÿ€PP ÿàÀ 7_3#31#151675#11!167671&'&'#151&'&'#167311311#11#1&'51#1&'5167315¸ 8@€@` 00 00(((((ÿ(˜0 00 0ÿÀ€À9%''&''1&#"1167674'&'&'477167716321u4oo4 76QQ67 [)))  *¿gg"P6666P"1((6)  )6ÿÙF ;KV6711671#15#567675117676''1&'&51&'&'&71167611'#110171"@  `@ 00 €,,'',,(* 00 )  CPAÂ0  ppààà0  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&'À  &%    xh€€€€hX€€ÀþÀ@@   ÐpÿÿÿÀBÀ GS\enw676'&'671167131517676'&'&'&'&'47&'00"'7!167&'!767&'&'67'&'6767&' 2222Ñ $à$  # ;G[E    7ýðÈhèp*,,**,,*Å  mm      [¸8`ÿÀÀÀblv|2111010101010101131&'71716767#"'&5!1#"'&5676767&'&'&'47632!14763#3#!1&'3#367!167#  ,6 v&  þÀ  ,66,  @ Mæææ  ææææ þè 8 vÀ -$$)$  $$-  -$$)$$)$$-  þ€0ÿÀBÀ.P47116331217161&'&'671#1"'&5&7116771171'171611'&'' I\.Ê  Ê()#\I õ .=. 1 ˜ 1  þì#C D()0 g == ™ 1 ˜ÿÀ€ÀEq"1133113167674'3167654'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=<"!hhhhhPPÐPPÿÀ@ÀCTa3#321##1"'&55147633#3131676751311!1&'&'1676731674'&'#17676'&'@@@ @ À€€€ ` €þ@p Ê up$$$$À @ @ @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  0à0  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  –)à   € ÿ  '((''(('ÿÀ€Àaly†111#133##33##33#1167673167673127654'�''1&##151&'&'!5#15131&'&767676'&'p 00Ðа°00))€))  M3 ÿ°€3Mþ€  À 0€))))  @ M0 í`Mƒ0  ÿÀ€À%Ken…œ511#"'&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&ç===88¿Y99+9 9*9 9¹ &7HH7&•===88¿99Y,9 9*9 9ÿÀ€À+;%''1&767&'&'6761&'&'&7!5!!!&76767f È &1D--/&1D-- È þ÷ +*;;*+ þåþå +*;;*+ É È --D1&/--D1& È 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 þ€ 0èþ°Pþ°€þ˜€þ€€þ€(=þÃ=kkþà þø88p@@@@`PPPPÿÀÀ>U471167632#"'&'&5%&'11&#"#11!167671&'&'#4'716'&132765€""""##))##8€8` " !  ####pþÀ@  O N  ÿà *}†471163!12#12#!1"'&547631"'&51#1311#1311'1&##1"1316771654'&##1"1513167&'#1513167&'#151&'&'6767&' À  þ@  PPpp3 x 3ppPP0P€  þÀ   @   0G    G0 ÿ ÿàuŸD63171211''11''1&'&77'77111''1&'&5511767713; õõ *£SS£*777  ÍÌ € 7–  T .‹‹. TV[[[$§ 33 §$[ÿþÿà >Qdw%6711671167&'&'&'#0110101010101010101367673'211#"'&547633211#"'&547634711632#"'&5H9:"""":9HH9:""/ ,&#08€  €  `   //::////:E4% ð       ÿùÿ¹‡ÇG&176''167&'&'&''#011010101010101010136767327' P v="":9HhGjþ«Uþ«/ ,&#0880» þ0 \9P://6SþW þó %*E4% ÿà€ Q671167!111!151&'&'567631##1"'&5!1##1"'&55167672113!515@$%66%$þ€à    þ@       6%$$%6"00"p!  °  °  !0 0ÿÀÀ}§%#"'51&'&'6767"11'&'010101010101"'"'&1675167676'&'&'01#1&'&505476376'&'51&'3#3#113351#167311!1&'&'516767G"%%".!8;;XX;;8 ,G         Ð*HÀÀH+  þ`  , ":VX;;;;XV:!8      þü' ' @  @ ÿþÿÀ¿T]51&'&'&50101101011&'&'&'&'"12771316767517165&'#17&'67¡)%# Ÿ ,-((  Š)(>LJD-- d"P_.A@/ ""8 ""0:*) &=--D - "ÿÀB‚3B%67116'&'&1#1&'673327654'&###"1#1"1333277%0111030101"1010  wy@ @^-#-%  ¡,$þ‘8   X  $ @ ^ÿÀB¹R_&511476321716321#"''111###"'&5514763317163332###31716011101#10103¤e f”  $-   %-#-NP @yw þŠ7g gÇ ^ @ $  X  0ÿÀBÀ_”¡5'&#""101013101011&'51&'"#&#&#&763276565116'&''1&'&'67675167111###"'&5514763317163332###31716011101#101038          $-   %-#-NP @yw þŠ¨  "    #  þÈ ^ @ $  X  0ÿÀBÀLY63211&'&'51477111###"'&5514763317163332###31716011101#10103B))C$  $-   %-#-NP @yw þŠ¹`))`þ· ^ @ $  X  0ÿÀ€€E‹4'11&#"1111331676751&''10101'1'1&#"11''1&551515!5111'&'&77171654'&#"11010111312771655151514'&#"P  dC    3à3    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%     xÈEN)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//2N€„0))--)š `  ` š)--))0„€ÿþÿ¾‚Æ w‡”£676'&'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-!! ˆÿ¯ÀGV%011101'10101'16767117165514''1&'#111101011011771676''''1177M†58U(*L(&8S\6 X€SSS_ 7L}’:  =]%<#!5$@`i  `X```h  RÿÀÀHfyŒ1111'#1"331!167673127654'&##1&'&'676731&'&'6767111'&'&'&'676774'11&#"32765%2711654'&#"3] `))þì  ã `))( ))þu ))       `  ))   ))))þw ))‰  à   ÿÀÀ511&'67673124711633111#"'&551&'&'&'66T 633@  þ  ?23  ?23 W== 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/ þ  @à@ý× .. ) š *Àþpþp0 .d W"þp  À  M M  š * šÿà€ CNat‡111116767674'3367674'3127655151514''1&'#151&'&'!#3#51312211#"'&547634711632#"'&5'211#"'&54763@"))"‚""" ;1þ  iii129  þ    `   ÐP"""" @  G0à@=p        ÿùÿ¹‡Ç-=&176''117671&'&11111'151&'&'#1'1!167' P W` îKpþ‰wþ‰%» þ0 D   @ €­;þd'þÙ'ÿÿÀ1À1:67116331211312###"'&547633151&'&773#3'1#1  À 40 PP 048†£  ©7)* d   d *)7©c@@ÿùÿ¹‡Ç*&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€€€@/oÿÀ€À0K^211#"'&'&54767633#32!1"'&56767471167632#"'&'&5713167&'#151&'à####.\\\ #þ“  23K®""&&""""&&""0 À""""þÐ -%&  K32@'!!!!''!!!!'P@0ÿÀrÀ<”¡211#"'&'&54767633#3271!1"'&56767%67632171611''11#"'&'51&'1'&'&'&771&547'1&76767616754'&765à####.\\\   þ‚  23K                 \À""""þÐ   K32V            † ÿ¿€À2DV7271167654'&'&#"3113!1&7716771&'#% "1171654''17716771'1à####.K32  % )2J\´  G î < GÀ""""023K  < (0D G  µ < GÿÀ€À1K\471167632#"'&'&567116731#!1"'&5#3#65514'&'032331#&'674'67`""""`23K\K32  þ|  a‰‰‰!>D.- ±0&0  0@####þžK3223K   .''-.D  )6)! 00 ÿÿÿÀÀÀ/L6111&'&'51'111##1"'&77151&'677617716#!1"'&56767ÛÈM$%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%$$#5xþÕ21I  ÎÿÀyÀ2NW7271167654'&'&#"3113!167'1&551&##7"111132771654''1&##67&'à####.K32  „ d\Î kIkSÀ""""023K   d!!P SkIkPÿÀÀÀT1132767654'&'&#"'1'1&331010333"301312765&'&'&1'1716'&'##`""""_!$ 6!" ƒvƒ "!6 $!  @####È|“ *+9 9+* “|ÿÀ€À .Cu£ 676'&'!676'&'310101&'47&##167676765&'&'&'#1!1&551&'1'&'&'5111'11111&'&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#"  __  "#0þIII‘H~ #"00#"  `_ ‚ %%") -þ¹  '"*â||||`"£ £#\||||""£ £ÿÿÿÀ€Â9@W^u&'11&76761671''11##1"'&54763311&''''13&'11&'&771631%731'11&'&'&771631v  q."z  ˆ À  ! ~RHHHH‘I0#"  __  "#0III‘H~ #"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¶ \8îÿÀÀGX|Ž£&'&'"'1&'67676320101010101010101101#&'&'&'676767&'676710145""'&'&'5167676767431135551676714567671&'&'51%.M=W %66RR66þ¡/'(&('0\8%##9ÿ+!+ %8\0'(%=WW=  7àW=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&'67‹‹‹‹Kh€€€`Àrt ž‹‹‹‹¾°°Pþ¸Àt"xÿàÀ ,?Rex111!167671&'&'!211#"'&547634711632#"'&57211#"'&5476374711632#"'&5211#"'&54763@@þÀ@     €  @      þÀ@`   à  €   @      ÿàÀ ,?Re671167!11!1&'&'4'11&#"327652711654'&#"374'11&#"327652711654'&#"3@þÀ      à     `þÀ@@  à   à  à   ÿàÀ ,111!167671&'&'!211#"'&54763@@þÀ    þÀ@À   ÿàÀ ,?Rex‹671167!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`@ pþp @   €þ€   €à   ÿÀ@Â.M4'&11#1"3335111#"'&54763273#3133127654'&##11&'&'#1@ ´  @à@  ```` @  `  - þ  Àà  €þ   @@ ÿ¹ÀA%%77131676'&'&'477167716'&'#1&'47716765&''1&'11716ÿÿ9DL? Q p,-@@-h$¾ èÿÿÿ9( " %@-,,h$//37½ ÿà@ ^g11111312##1"''16'&'&#"177111116761312#!1&'&'676767676767&'p U \3 @ n !)) J J%Z þà&&AAR  "S\  oF G%  TEE,,hÿÀÀYk6711673113116751&'&551'1&7611111&'&'514'&'#112#!1"'&547635316751&'#1  %  M  þà @€€€À% š@  M  ˜     €````ÿà@ ¬Æà1671011311101010101011010171316710101&'&10101010101011131070307676767'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þ¾   @€%^tŠ 1111!151&'&'676751&'&'!!!!1331516713151671315167131516713127655%5#"'&5514763235#"'&5514763235#"'&55147632@  @  þ@ýÀ@ýÀ 0```0 þ€   €   €   €  GG  þà@     @À@@@ @ @@@ @ @@@ @ ÿùÿ¹‡ÇEo&176''16751&'11'151#1'1633151#1&'673151#1&'6731&'&'1'''#&'&'51'111#13367&'#15167' P Ÿ9#PPPPP))¹j+++6%$/+*B0HH0» þ0 |(1( -  ))6‘þi"""$%6 %(D00 ""ÿÚ@¦!4>HR\7676767671&'&'&&'11&'6767#11#157115135#16767'3#31&'&'ABAA<<<;AABA<<<; """"à@@@€@@@@@OþË5þË   5   ï))))@Ð@ @@@Ð@ÿÚ@¦!+5?I\w7676767671&'&'&#3#51'55316711671#7&'11&'3111&'&'6767'1#13367&'#151&'#1ABAA<<<;AABA<<<;€@@@@@€@@@€))))„OþË5þË   5   þÑ@À@@@€@À@`0  00  000D@€'4F111!167671&'&'!3#3#1&'6767!1!1&'%3#31#1&'5167@Àþ@0    `þ PPPP€ÿ p°00@€'4Œ111!167671&'&'!3#3#1&'676731#1&''5'&'"11211&'51&'01010101&'&76327656'&''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@LYfxŠ2111311!1&'&'16767315147633167&'#33167&'#33167&'#'&'&767676'&'%3#31#1&'&'516767!111#1513@ xþÐx 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&'Rˆv  ÐÐ  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À#P''&#!1"1367676727676'011101#"'1!151#"'11&'11!167675151$:::þœ:*))((()*0 þÀ@X[[[ [%%%%%%—……ƒ@@ƒÿÀ€À6E!!!27654''1&'!113513167675151#11#151#!327651#%6ýÊ6 LþtL  à @À@À  @  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------ÿà  Nt53151&'#155676731131211#1514'&#"1#1514'&#"1#15147716335531327653132765311!1&'&'° 04€  €  €4€€  €  €þ€h(((((((((4\     \4þà@@@  @ÿÿÿÀÀ=67676731211''11#1&'&'511'&''1&76771633Ô  !!  "  8 4À3 8  ~" À  i  @ +úú+ @  iÿ¾BÆ 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 ## ÿûÿ¿†Å_lŒ¬61371211111111#'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":    À  @    ÿÌô´,?Re&'&1111177167716'&'&'&'&'&'&'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=<"!à  › $$ %% $$ %% $$ %% $$ %% ÿ¾ÀN`s1'101010101132767676"'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Àþ€ €€€€€èfffHHfÿÀGÀ'@G6711673113311#1311!1&'&'5531'1&7611'&771#5#3#51  €¨¨ÿ€n'PP'n€€€€€€ €p€þð000'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'&#"1101010101011&'51&'010101&'&7601010101010101227654'&''10101&'&'67675167@€  À€€À@@@@€       Àþ€ €€€€€P@H      ÿÀ€À$^h111!167671#1"'&551#3531'3#3171611''11'&771'1&'01#11&'51516767&'#113@€  À€€˜HHH +" "" !AH44Àþ€ €€€€€Ä(  <,@PP(ÿÀ@À_fxŠ111!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\&&u¾—5R¬222 15—*\ÿÀ@À(F]6311217163211#"''1&54771'1&547''1!1716''1&11#"'&'11&'6767632) Q5—¾&&u\R °111\?*—52 '· R5—¾u&&\Q Þ222\*—51 þç  ÿÄÀ0Ql›¯7671167276'&'&#1675%&167514''"76313676551&'&'&'11"13676551676'1113676551676713676551&'&'&'117716550;;X0() #22;H9:""Ëû  6%$ 12Ki $   i)    )  $ÀX;;" )"":9H((5(({  $%6&% )*K12E.>$$ ++)  )64 ;=66 :<)`[T ]cÿúDp0C671167&'&'&'1'&771'1&761674'11&#"32765µ''00''  ''00''Z .. Z   25 PP 5r  ÿÀÀ'4AJS7671167632#"'&'&'3167&'#1'676'&'%&'&767!67&'367&'!"<=CC=<"!!"<=CC=<"!°€€))))#$$##$$#þàÀÀF::$""$::FF::$""$::F€X#$$##$$#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::$""$::FÿÀÀK\w7'11176771677167514''1&##1"''1&'&7716176''1&7716''1"#&'11165!671167632#"'&'&': : +"  G55– þ0!"<=CC=<"!!"<=CC=<"!ÿ ('      ((@?8-  2F::$""$::FF::$""$::FÿÀÀ5^y†’Ÿ7'77161676''1&7633167716''1&767716771&#&11"1''1&#"1117716167%671167632#"'&'&'176''1&77716'&7&17716'4         !$X;;—   $9þ5!"<=CC=<"!!"<=CC=<"!‘  \j   ™      ) ;;X    .I,F::$""$::FF::$""$::F\  Ö   ÿÀÀ&2;DMVal’671167654'&'&'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@ÿÀÀ1x¿671167654'&'&'7611&'&'&7667'0111010101#14101&'&'&'010#1010101010101'&56767'010101013011101#14101&'&'&'010#1010101010101'&56767'010101010101F::$""$::FF::$""$::F„ ((43(( =GH<ª @!"<=CC=<"!!"<=CC=<"!Ç -- T    ÿÀÃ;P—Ö#"'&'47450367676'27&'&'&'676767#"'&67676'&'0111010101765&'&'70101010101013141016767670103101010101301110101010101765&'&'70101013141016767670103101Ý    ÝN=! "":9HH9:"""":9H€;EE; ''22'' ¦ B    ~( "/6H9:"""":9HH9:""þ ++ Y    ÿÀÀ1Nj671167654'&'&'7611&'&'&7667'111''1&'&7676171676'7161''1&7676F::$""$::FF::$""$::F„ ((43(( =GH<½A  › A @!"<=CC=<"!!"<=CC=<"!Ç -- ¸ A  A ÿÀÀ1Kd671167654'&'&'7611&'&'&7667''1'&54771'1&547611''1&547716F::$""$::FF::$""$::F„ ((43(( =GH<þYYYY$$$$ZZ@!"<=CC=<"!!"<=CC=<"!Ç -- ¦000 0++ ++0 0ÿøÿ¸ÈG\sŒ¦63112"##"'456747456776767'67676'&&7676766721#"'&54767% 767676'11767716'&177771676'&#'1'14'&«   - ) >ASTK ) >ASTKþ¶   m 026 ,..$# þ¶9 b² a8²   KTSA> ) KTSA> )þ‡   É 621  #$..,L8a Áaaa 8ÿÀÀ1Zƒ7671167632#"'&'&'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 ÿÀ À2D%77'110111015167%163211#11#"''1&54777711##1&'5147;žžž×V»  7 ÊH 2 y???G E…××מVHÊ 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      À  ÿÀ€À%KtŠž4'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"'&7010101010101010111030521676767654'&'&'&'0#41"111010101010101&5470101010101010101010111315121676767654'&'&'&'0'11#111010101010101&7632'6711632#"'&'7211#"'&'6763F::$""$::FF::$""$::F1    ¡   À   @!"<=CC=<"!!"<=CC=<"!Æ    i     ÿÀÀ»I671167654'&'&'7"'&7010101010101010111030521676767654'&'&'&'0#41"111010101010101&5470101010101010101010111315121676767654'&'&'&'0'11#111010101010101&7632'0111010101#14101&'&'&'010#1010101010101'&56767'010101013011101#14101&'&'&'010#1010101010101'&56767'010101010101F::$""$::FF::$""$::F1    W @!"<=CC=<"!!"<=CC=<"!Æ    T    ÿÀÀ$¯ÂÕñ%65&'&'&'27&''1&76766'"'&7010101010101010111030521676767654'&'&'&'0#51#111010101&547010101010111034121676767654'&'&'&'0'01"111010101&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     ÿÀÀ/v­671167654'&'&''&71163!12&'&'70111010101#14101&'&'&'010#1010101010101'&56767'01010101301#14101&'&'&'010#1010101'&56767'010101F::$""$::FF::$""$::FŸ  ++::++y @!"<=CC=<"!!"<=CC=<"!Æ  4!  !4e    ÿÀÀ/Ib671167654'&'&''&71163!12&'&'7'1'&54771'1&547611''1&547716F::$""$::FF::$""$::FŸ  ++::++%YYYY$$$$ZZ@!"<=CC=<"!!"<=CC=<"!Æ  4!  !4Ç000 0++ ++0 /ÿÀÀ/BS671167654'&'&''&71163!12&'&'76711632#"'&''&7632'&#"F::$""$::FF::$""$::FŸ  ++::++/    $$ @!"<=CC=<"!!"<=CC=<"!Æ  4!  !4z      ÿÀ€ÀFShy‹471163311!12##1&'&'47#1&'&547#1&'&'1&'#1"'&555&'#113#5567673111#1555311#%3#31#1&'&'516767 "Ð C  Æ " °P`PÀà  þð    "þà      "  @((((((((àààààà € àà € ÿÅ@À1CQ%6711671167&'&'32777671&'&1177151&'&'#"'&'115/""33"" q‘‘‘ tþo {q!!Àˆ"#%%3""""3%%#"¿::: . þÑ<þò3ü 1D11Â7ùÿÅ@À0BQ^1111#"'&'&'&'676767456571611%11'&'1677671'151327'676'&'˜ ""33""t ‘þê {¾!À!(  H%%#""#%%3""""3P . þñ:/> ü31Â1ù7Â1´ÿþÿ¾ü¼$7 "1'1&#"1771611171654'''11771677á%% VV t‚¥»‚‚‚@J fJ@¡ VV t‚¥%%þ‚‚AIf IAÿÀÀ 8b&567311'!7&'716731471167632#"'&'&57&1111771617'1&7716''1&''m EJ2føfff2JE mþT)*..*))*..*)¸2 $ --  $ 2šr 4šššš4 rþÖ0((((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@þÀ@ þÀ » Pþ¾BPþõ°   ÿÀÁ:&'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#"''17Õ9r9þXÿÿÿrÿ h  Ì’’’WN@ @- ---@ @NW’­9r9þ²ÿÿÿrÿ  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   3€j 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'&'@`XâQQQQ¢â``))€)) xo @þ  XXXX`X````````À)))) è„l   0ÿà€ Scoy471163211167716771133127654'&##1716'&16551&'&'1327655771#&'5167314551#67&'!1!À  T) )^  € T {))  111Ÿ((PþÊ L@ )) !H#GO&  6 %))   ±3/H?(0ÿÀÀ5|³671167654'&'&''1167676&'&'&7670111010101#14101&'&'&'010#1010101010101'&56767'01010101301#14101&'&'&'010#1010101'&56767'010101F::$""$::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Ù@ À @Ù3þt‹vvv ‹ ;ddd[ niii tš””” ª Åiiit `eee [Àÿ@   @@hhhhh0hhhhhh0hhÿà@ "5767676731##&'&'&'6731711&'6767632·3# #3DU $#=?^@ @)!–  “#**#  &-21  12,&  #*+#www ]=>  $$$$¦       ÿþÿÞB SŒ6711671'&''1&'"1315167671'&''1&'"1"#010151#11"'&'567016'&'&'&'&''&'&7676760101676€)%   À)%   À³#**#  &-21  12,&  #*+#@)%   ``)%   é``éþú       ÿùÿ¹‡Ç *=67%1765&'&'&'&##1"'1&176''%11&'&'67@R6þÖ66R¹!!''  § P ~þç"0 @7ë9+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`  ˜þøþø Ë 7þøþø7 Ë ÿÀÀ0a111"'&'#&'&'47&'&54767&54767&5476767633211"'#&'&'16767¸    Àþp      ÿà  K]jx3#31!17167#711331276551!1133127655167514'&''1&'&##1"3#31#1&'51676731#1&'%3#3#1&'67¥¶¶¶þÚZ###        # ¶ …````   h  `KKeeeP%9 00 9%Pe°  €1Q^471163312314763312311!1&'&'5167673&'1#131167513167&'#153167&'#1P @ ` @ þ€0    þÐ```  àà`    0ÿÅe¸0>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%&'&767«555qeQ C­ddd.¶ ) !$$‚$%! 1]   þí  ``L```` T}}}#hp #### 02##¯ ÿÀ@Ài†111"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ÿàÀ -i5310101'1'10101"#&'&'6763230101717111#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 eeÍe eFFÆFFFe eFÿÀÀB]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 Î $ PVVVAÿÀÀB63131!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  GÿÀÀ5H[n7671167632#"'&'&'4'11&'51&'16767'2711654'&#"34'11&#"327652711654'&#"3'4'11&#"32765!"<=CC=<"!!"<=CC=<"!@  °           ÀF::$""$::FF::$""$::F`ÍÍ°   P       ÿÀÀ-J]pƒ7671167632#"'&'&'%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  MÀF::$""$::FF::$""$::F`“ “ ÿà@ -BVk”¨½671167!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  °  °   ÿà@ .BWk…š®Ã×111!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  ÿþÿ¾‚Æ2Kjƒœ³711767&'&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 þ`°  PÿÀ€ÀHŠ—Øå531'1#7'31212#&'&#"#1&'&#""'&5476351476331516767313#36111'#1&'&'''1&7&'&'516767&77166767676'&'%67316111'#1&'&'''1&7&'&'516767&771667&'&767 €0PƒMMMP  !!((!!@!!((!!    ` þõ                   P€@@@@&fff @    @ P æ        °›        k  ÿà€ Tan'#1513'5#1"1"33167674'3167674'3127654'Ȃ'&##1'1&'#1'&'676!'&'676qLLLQ‘   ! 00 B 00 !  0ma  `````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&'5167¸ 8@À¨##)@À``` À('@""&&""""&&"" 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  ÿþÿà >–%6711671167&'&'&'#01101010101010101013676735'&'"11211&'51&'0101&'&763010127656'&''101&'&'67675167H9:"""":9HH9:""/ ,&#08        //::////:E4% 8    ÿþÿÀ‚À.]­11&'&'&701010101110521676767&'67676711674'13101010101#&'&'&'&'&'11#&'&'&01010101167516767&'&'#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   ÿÀÀ8Xft#3#1111'16771516767317163213111151515151#5513277110101!1&'&'01013#3#1&'673#3#1&'67×GGw` M21M ` þlÚÚþ€°        ` '(YF, % % ,FY(' þ ÎÎΡ ¡Î @ÿà !-!!!&'&'167673113311%3167&'#Àþ€€þ€€   þø @ ÿÐÿà !A%11!1&'&'16767311331%67513167&'#151&'1#131þ€€   þè@@@@ @ ÿ(@@@@ÿúÿÀ@À767!11&''1&551'1&7471167632#"'&'&576763276'&'51&'131#&'&'&21301010101167516767&'&'11&'&30147 ° 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 Ý       È „¤ ¤„ È  _""_         ÿ¹'ÀH‘17161111''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œ        ÿÀ0À³7''&7617167177161111''1&16767&'&767654'&76131201131&'&'&7316''1&5&54563316''1&76767671&1'&7716''1&547716'ö  &&.'  )  . #@@QQ@@# .  )  '.&&„ þæ  > "#09% # ))2/D))))D . 2)) # %90#" = ÿÀÀÀ#4Ð671167!321#12##!&'&'113!151!1"7''001#"''167671#"'&5477141414'1'&771&'&'113276''171654''1716' "#1'14#"1'1&111101327711&'&76'&741')    þà)@ ÿ Z% )) %           `) þÀ @  )@þÀ @ ê && $#  po!$ÿ¿@Á$NZfz'71'17611010111'%1515167%%%1177111'%1&'51176''15117'&176''6'&177&17716'&1''<ääääääÛ þåþåþî5 +ÿ ÿ+ 5¹ @ @` @ @à '&''HGGGGGGvPYYPþöUUU.  ‰PP‰  .U           ÿÀÄW`i610101010101010101111100111110101010111717167654''1&761676010101011133330111#11101010101'11''11163&''11#"'&567511&'67271'11'7170101010111#1'105"'&'&'&'&'676767672721713111010101011'1611151'1&701010101010111116747674705&'&547674'&'&'1111010101010101&7767&'67&'ö 0  *$)    K!-(  (- L    *"*  0  H  ¼(   $""'0(   (("" +     + #"((  (0'""$   (w##j##ÿüÿÀÄP61111!1&'&771517173#313151311315131131513113011!1&'&77121255ð¬0þ@0¬°@@@(@0@(@0þ@0¼b  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 €     € €)@   @)€ ` ` ` ` ` ` ` ` ÿÀ€Á.i}”2010101!1&'676767010101010167676355&'1#1"'&5514763!121##151&'1#151&''111#611#151476773#311##1&'&'15!!)-þœ-)!!p0   0@@Ú  F    @ À"7,+7"þHHHH € € HH::û    ›‰%€   ÿÀÅg"&117716''"#"01112676767630151113101010101654'&#"00#&'&'0#&'&1"1163#1133&'&'&'&'45"5114'&'&'"#"010110267674'316771633121#&'&'&'4141#14'&' 010100103676751&'&'#11##165&'&'7{    b /   ! ¦   "  & 56%$'  &  ())( 1  0&  »    >      g       $%6# `   )`) 0  ÿÀ€À &'673163271&'6767"#011172767516767"1&'3276763#0#"'&'&'7&'&'&'#"'&'6776767&'1#&'0101&'&'&'672327676767476747&'&'&'51&'&#&'671376771676767'1"#&'&'67673&'67Ð0%%       #  &  &  #!      Ѐ                     ÿÀÀ%@7551'7751''167765&'&'1%671167632#"'&'&'à^(6‡‡‡‡F,-%^^^6()-,F‡þY!"<=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¶ \8îÿàÀ 0F]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%$(($%6ÿÀÀl%1#"''1&'&'6767'&'11#&'&'&01010101167516767&'&'#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&'&'#113¯2@  @%) /    ` À@%) 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 ?? 3GÀH9:"" ;;XX;; "":9Hw@ 2F!!F2 @ÿÀðÀLSZaho%731''''#1113173'##11&''1#1"'&54771'1&547633171671312''71#'''13#3#17731''71#”*!666z66z6B555 n8  8n 55 n8  8n 56*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<$$$$<hÿÀÀ9j1131131513113151311315131676751&'"1#!1"''1&#53276551!1132765513127654'&#!1"33 @`@`@  1þþ1 @     þ@  p @@@@@@ C   CÐÀÀÀ ÀÀ À   ÿÀ€À§°¿7767632112##11111"##11#11#"'&551#11#"'&551#11#"'&551#1&'676751#1"#&'&'&'45676767716771715151#1"'&'&'&767637167#3#133553351##0101#3= '' -(        (- '& =3‡``ÀHxÿˆ¸ˆª$ 8 B#         #B 0 $j@@ @@@@ÿÛG¥>1''1#1&'&'51676731716'71611''11'&771'1&76-‡DD‡|7777777777 þ€  x@x „7777777777ÿÀÀ5H[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  <þÛ  %<þtœœÿÀ ÀEŒ•ž3#3327111#"'&5511312##1&'&'51&''1&'&7676116767011101#&'0101&'&5010151515167112010111131717171016311111'&'6767&'@$  ˆ8 )  %*)3 ,  @   "00 À m  )ß  &U'` %% ` [ÿüÿÀÄÀ(T5315113151&'&'#11315167131513113276551!113276551276''1&'!ø0&0$%6@6%$0&00È        þ ÐÐÐÅ.€€6%$$%6€€.ÅÐð ` `` ` ÿÀ}À$K2276"'&'&'&'&5676711!1&'&'6767516767263ð  "))> 5P#-66R0"þð)#) "À !")?)) 4#-Q76þP")%) " ÿþÿÀ€ÂHU|111"#"51&'&'271'&''1'1&'&771'1&76771716761716676'&'11!1&'&'6767516767263&U&#))) U22UGG–  ð"þð)#) "¿U7)))  TGGU22Ï$$$$à")%) " €€v‘75133127655116751327167516713312765511112767716''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+ < oÿÀþÀC71#'&#67674'&74771633127676'&56767276'&'&'       Y   0  /0BK12·     0  ?()21KY ÿÀÀ2K^r„”¤´ÀÌØ011771676'&'&1'6'11&'&#"1763277111743676''1&'&3167&'&'&1%&113167676''#3#1316751&'!1316751&'#1316751&'#!1316751&'#'&'167&'16753&'1675QD      þú C :P Eþ» PE2PPPP0PPþ€PP€PPˆ@€# -  L x  LL0 .  L ‰)$ . L $) .Ž0000€0000àþð ððððÿÀÀ!(^ˆ©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&'&7716763312À32  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ÿÀ@Àdm%5531176751&'3167&'####16751671131676''1&77165451133127655167010157&'67À  P 6%$`K0!  "  T   0ÒNNN#L$%6'"88 *,24 ?  … ¤.®ÿÀAÁN%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  55LR66þ€66RR6666RR66€0ÿÀ€À–£¬Á6711673121315147716761131211&##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&'#116765ðggg C&) R[66%$þ$%6d ”>:!///D"R  23K\  "@ 09 p2D $Dô$%66%$8¼h`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# 3344þ¨3344xº `þÐ *  cöþæ4334Ú444334FÿÀÀ*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  ¢X¡1  þÚBBB b B b · @  1¡X¢ 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 pÿþÿº€Â6ER_ly 1&#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")%) " ÿÀÀDk“¼ä6763217163213331'&''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  `0ÿÀ¾9L767116761"'51&'&'&'4'11&'&#"3276765'211#"'&5476301LM1101LM11   `  ðO98 ? 98PP88@  98P0     ÿüÿÀÀ)^3#31312#!1"'&5476331676751673#313151311315131131513113011!1&'&77121255ø=+*  þ€  *+=¸@@@(@0@(@0þ@0À *+=   =+* þà€€€€€€„  „ÿÀÀ'BU^7714'&12767716'&#17165&'"211#"'&'&54767634'11&#"3276567&'îÃÃà ±/9:V7./f K þÒ####   ¿KKK f/.7V:9/± à ¿""""`  `ÿÀ@À%6`mª4'11&#"1315!4'11&#"13276527116551#113"1176771327653276514'&##&'&76755133127654'&##1'1&#11132765511132765514''  @@   þ  @ `      €ÐI C)   &     þ@ Àþ     Ú›    € P  þûHHH  *7Ê `+5 ; 4ÿ½ÀÁFc&##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ÿà€ :b‹Ò671167311!15%"1111771176''1716'&''1'1&#&#"1111771176''1716'&''1''"1111771176''1716'&''1'1&#3#!116751476321&'&'51#111##1"'&551#11##1"'&551513--DàD--ýà   Š  –  ÀÀ   "" @ À @ €D----D@@@     P0 0""0 @ @@ @`ÿÀ€À$2@N[113167316767&'&'"&'&#&'!!!!167&'#3#3167&'#!!!!167&''&'#13167 ()={#22#0  0%2#&5=)(Hþ°Pþ°P@ppppÀþ°Pþ°Pˆhh0=)( 00 ()=à`HÿÀÀ-Kr‰211#"'&54763271167654'&'&#"3%6711671&'&'4767571110016767&'&'010151&'&'671167&'51&'1     þÀ   ""00 ()==)( 0  €   €   P  ¥""¥p 0¤%3=)(()=3%¥0 þ` ! ÓÓ ! ÿÀÀ-Lr‰4'11&#"32765#471167632#"'&'&5'11167674'&'51&'&'6711671001&'&'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/@€Ñ €€ `  `ÿþÿþB‡8q¬667016'&'&'&'&''&'&76767601016767016'&'&'&'&''&'&767676010167656701016'&'&'&'&''&'&7676760101676#**#  &-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  ÿÿÿ¹AÀLYhyˆ"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@ P9€ÙP à      `þ 0xH¨H¨HÀ @ –FF– @ 0þ€¨hhhhhÿÀÀ!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^^^ZþS    @    þ T€€€€€€€€T€        ÿà€ %:a‚—3#31#1&'477167#3#7131355311#7&'&''1311&#"11#1#"'&5'1#1"'&5476331'1!1777632&'&'67676301&'11&'&327672[[[^Þ|||c c:Ò  Z½ 0Ò    2µ --DE-,"!&  &  €T€€€€€€H @T KL6    # **.D----D9/0 À  €a7533151671315167131516713151671312765514'&##1514'&##1514'&##1"1#1"1#1" @@@@@   À   àÀÀÀ pppppppp À     ÿÀ€Ä;Gv„‘œ6'&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 P€8& ÿþÿ¾‚ÅW`i617161171611'&'&76771'1'&''11'11''1'1&'&7676171&'&777171'37171'œ}}O %)  GG  ).$%  $%.)  GG  )% O,Z KñLLLY¯..™+,+V  V.AA.V  V+,+™7555 :: 5ÿþÿà  "131676716'&#!''!11!  2ý2 þ@8vþ°  þ©W À€€€€ÿÀÀm–±¾7127716331111136771632136''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''&'&767Ñ0M#$$ '"*+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 0ÿÀÀ5E[m€211#"'&'&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 › €`þ0Ð0  þP``` _  _ ` `` ÿúÿ»ÇIR[&111&#"11&#"327654'7117654'7117716''171654''1&#"1'''711'''711é`Z%,0( l  l Y`Y7 0 7YŸHHH>H>¦HHH>H>¹`Y l  l (0,%Y`Y7 0 7Yþ¡HHH>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@³³³M PPÀMþÍ€X000000000000ÿÀ€À)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! Y°°°L$R ÿà€ Ee"113113151311315167675127654'&###"1"'&''1&'&'&##4'11&#"1!1"3!167675  )@À@)   911#") I  þ è%    ) )`  )1#þ    %ÿþÿà >i“¹%6711671167&'&'&'#0110101010101010101367673'47116331#1"1##1&'6731254''1&'%3#3#1"1##1&'6731254''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". GŸŸŸ5 T%  ½ 2b 8 K!‡ 5'2 þ¥=== K ," ^ÿûÿÀÀR[dmv•715167171611##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@k’WWW){    00  +6 79 9@M  ÿ  àØ8h€   @`³ÌÌÌ% p k"0  037 6SUG  G5m    0ÿà€ ;471163!12#!1"'&5471163332##11#"'&551#1"'&5 @ þÀ    €  € €  €  à à ÿÀÀÀ/SZh31113!1276''16767&'&'513167&'!#"'&'&7110101&7676320101155113#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 Pþyv !>•ü ?9@()=U#",þàÿþÿÀÀ%Uew‡211#"'&547634711632#"'&567116731511'&77171611311!1&'&'531316751&'#5316751&'#171316751&'#   €   €ˆËèèÕˆþÀ@@@p@@@@À   8  èB*00,L  @@@@@@@@ÿÀ€À9776311#1&'&'5167716316767514''1&'47š U$11JR665 &%¢ Q#/.3J1166RL6Y&&5+"ÿþÿºCÃ&Q6111"11'1&767676701716767776767017167670101317111''·/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;;þ€Ð ¥ ;;X0€€€€ÿÀAÁ8`%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"@"ÀÀþÀ@@   À$$$$°""ÿþÿà >f%6711671167&'&'&'#011010101010101010136767367311311#11#1&'51#1&'5167315H9:"""":9HH9:""/ ,&#08  00 00//::////:E4%  0 00 0ÿÀÀET111327654''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'&674767À6++*+@@+*++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  þzSðpÿ €  þ€  þÀà   %%""""%%   `0Ð    ` ÿÀ°ÀD"111&#11&'51"1113167675151&'&'"&'&#"514'&#è  -,:v6%$    À ¤  I8&;'$$%6@    ´ ÿà@ -?"1111"''11!151&'&'1#&'51514'&##676765&'!  08""!"80  @ïDDƒƒDDýâ  d T55C@BC44T d þ ÿÀ@À1[h11131#1131#1131&547675151&'&'#3#31311#11#1&'51#1&'5167315167&'&767113312765&'&'#10  Ú  àhh'((''(('à Ú 'f'À Ð@P $`à @Ð----Í ''ÿÀÀ}Žž111#"'&5471632&10#0101010111101#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 0€3?K671167!11!1&'&'53!12765514'&#!1"3167&'#33167&'#€þ€@ @ þÀ 88ˆ00@ÿ @@@ @  ÿÀÆ,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  ÿÀÀ<#3#'1&767313#301!1&'&'67676701010101016767&'11#&'&'&01010101167516767&'&'010111&'&7&763276'&'5@€€€/ Ä /€€€€*) )þÀ) )*T        `G  G "#78R))R87#"X     ÿÀÀÀ#3:kx†”›111!#"'&5476351"'&5147633!!!1!127654'&#''#17'733113277131276''1716'&##1'1&#"1#1"3773111#1'57'137771#3#31''#177'13`))þà     ÿÿ Õ 7 8  7 8 88*E 7À)þÀ)  @ @ þ€@  °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\z”1&'&'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<+i'ÿÞ '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¨     ` `     à à– `  $þÒ .$  `   €   €   €   'ÿà (Sf‚27716'&'&114'&#"1'1&'&13%&17711#1"33327654'&##1514''611'&'&76777677165&'&'  X    X #0   00  !    1%% `  $. þÒ$  ` º  4   ` Ë  q  B$%% 'ÿà (Sf‚21'&''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&'&'#113°°°D----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#11113167675147716551&'&'#14'&#"#14'&#"#153#3#1&'673#3#1&'673#3#1&'67p  à     0            ¨H œ\  \œ   Hˆ@@ÿÀ€ )D^k671167!11312##!&'&'#1&'&'53#351#1&'6731514'&##1"'"1113312765514'&##676'&'"PD--   þà))"@€€€  @ à € €`  P"--D   ))"àð`@ Àà @ @ þ°½Ö½22 ,d ª 4 2o  õ >¡ 2o dY ,ÿ X½ .+ &I  õSolidFontAwesome6Free-Solidhttps://fontawesome.comVersion 774.00390625 (Font Awesome version: 6.6.0)The web's most popular icon set and toolkit.Copyright (c) Font AwesomeFont Awesome 6 FreeFont Awesome 6 Free SolidFont Awesome 6 Free Solid-6.6.0SolidFontAwesome6Free-Solidhttps://fontawesome.comVersion 774.00390625 (Font Awesome version: 6.6.0)The web's most popular icon set and toolkit.Copyright (c) Font AwesomeFont Awesome 6 FreeFont Awesome 6 Free SolidFont Awesome 6 Free Solid-6.6.0ÿÛt      "# !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmno 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-tramtable-cells-column-locktable-cells-row-lock web-awesomethumbtack-slashtable-cells-row-unlockmartini-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-talkiecaravanassets/font-awesome/webfonts/fa-regular-400.ttf000064400000204610147577723070015374 0ustar00 € OS/2_n^_(`cmapJ¦ÐØ€glyfé+Þ¯Ý|head*"k¬6hheaJä$hmtx^ ˆPloca°Ýu¶Xªmaxpãû nameV ¨û€post9;Éÿˆ þœHÍÚ_<õ âºðwâºðwÿøÿ¸‡ÈÈÿ¸€ÿøÿø‡ÔÔù ÑLfGLfõ„AWSMÀ!ÿÿÈÿ¸ÈH?¬ €€ À@ €€ÿúÀ@ÿú@ÿù@ÿû€ÿý@ÿû@@@@€À€ÿû@€ÿû@€ÿù€@@À€@@@@ À€À@À@@ÿü€€€ÿû@ÿü€ÿù€ÿù€ÿü€@À@À€@ÿþ€ÿùÀÿþ@€ÿü@Àÿø@€€ÀÀÀ€Àÿü€À@ÀÀÀ@ÀÀÀ€€ÿý€À€€€€€€€€€ÿÿ€ÿù@@ €À€€À @ÀÿüÀÀÀÀ@ € @€@ÀÿüÀ@€ÿû@@ÀÀ@ÿúÀ ÿþÿø€@$4$ 4ÌÌ!%+9Zabcdefghijklmnopqrstuvwxyz©®#(#ó#þ% %Ï%û%ü&&&&9&Z&[&\&]&^&_&e&ª&«&½'' ' ' '1'D'F'S'T'U'W'd'•+++$+Pá…áþððððððððððð"ð$ð.ð>ðDðEðFðYð\ð]ðgðiðnðpðsðuð|ð€ð†ð‡ðˆð‰ðŠð”ð–ð—ðð ð¢ð§ðÅðÈðàðåðæðëðóðöð÷ðøðþñ ñññññññ#ñ(ñ*ñ3ñDñFñGñJñNñRñUñ\ñeñ†ñŽññ’ñ–ñ­ñÉñÍñØñÙñÛñãñêñöñ÷ñùñúò òIòJòMòPòRò[ò]òtòxòzò{òƒò‹òŒòòŽò’ò•òœò¶ò·ò¹òºò»ò¼ò½ò¾òÀòÂòÃòÒòÔòÜòíóó(ó[ó¥óÑôô%ô:ô?ôAôCôEôGô\ô}ô­ôÚôæõ,õ1õ6õAõVõgõzõŒõœõ¥õ´õ¸õÀõÂõÈÿÿ!#*0<abcdefghijklmnopqrstuvwxyz©®#(#ó#þ% %Ï%û%ü&&&&9&Z&[&\&]&^&_&e&ª&«&½'' ' ' '1'D'F'S'T'U'W'd'•+++$+Pá…áþððððððððððð"ð$ð.ð>ðDðEðFðWð\ð]ðgðiðnðpðsðuð{ð€ð†ð‡ðˆð‰ðŠð”ð–ð—ðð ð¢ð¤ðÅðÇðàðåðæðêðóðöð÷ðøðþñ ñññññññ#ñ(ñ*ñ3ñDñFñGñJñMñPñUñ[ñdñ…ñŽññ‘ñ–ñ­ñÁñÍñØñÙñÛñãñêñöñ÷ñùñúò òGòJòMòPòRòTò]òqòxòyò{òƒò‹òŒòòŽò’ò•òœò´ò·ò¹òºò»ò¼ò½ò¾òÀòÁòÃòÐòÔòÜòíóó(óXó¥óÑôô%ô:ô?ôAôCôEôGô\ô}ô­ôÚôæõ,õ1õ6õAõVõgõyõõ–õ¤õ³õ¸õÀõÂõÈÿÿÿàÿßÿÛÿ×ÿÕ«3.- ûöäÐÏÍÌÇÄ¿½³«©¦‰ˆqha]XF@?) äÚÀ­ª –…ƒs740/. à Þ Ý Ü Ù Ì Ã ³ Ÿ z K  × ™ p l k j i h T  Ø ] M < 8 / (     ØØØØØØØØØØØØØØØØØØØØØØØØØØ"* ìôèæöÞê6::.00²ØÖòÜÈöö`dbNL”R´Œ¤‚æ°âæ š–jj„„D^FZ>B^fF,,(ÖÂ4¶d`( " BÖjl¼ þÞ–È..(  !"#$%&'()*+,-./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+P3á…á…0áþáþ1ððQðð2ðð3ðð4ðð ððeðð5ðð£ðð¦ðð]ð"ð"6ð$ð$7ð.ð.8ð>ð>9ðDðD:ðEðE`ðFðF_ðWðY;ð\ð\;ð]ð]<ðgðgðiðiðnðn>ðpðp?ðsðs@ðuðuAð{ð|Bð€ð€Dð†ð†Eð‡ð‡gðˆðˆhð‰ð‰FðŠðŠ2ð”ð”Gð–ð–Pð—ð—8ððHð ð Ið¢ð¢Tð¤ð§JðÅðÅNðÇðÈOðàðàQðåðåAðæðæEðêðëRðóðóTðöðöfð÷ð÷mðøðøUðþðþVñ ñ WññWññBññCññXññ[ññ7ñ#ñ#Fñ(ñ(ñ*ñ*ñ3ñ3\ñDñD]ñFñF^ñGñG^ñJñJ_ñMñN`ñPñRbñUñUñ[ñ\eñdñegñ…ñ†iñŽñŽ¥ññ¤ñ‘ñ’kñ–ñ–Vñ­ñ­mñÁñÉnñÍñÍwñØñØxñÙñÙxñÛñÛWñãñãyñêñêzñöñö{ñ÷ñ÷{ñùñù|ñúñúò ò }òGòI~òJòJ€òMòMòPòPƒòRòR‚òTò[ƒò]ò]‹òqòtŒòxòxòyòzò{ò{±òƒòƒHò‹ò‹’òŒòŒ’òò“òŽòŽ“ò’ò’ò•ò•òœòœ=ò´ò¶”ò·ò·–ò¹ò¹—òºòº—ò»ò»˜ò¼ò¼˜ò½ò½™ò¾ò¾™òÀòÀ4òÁòšòÃòÛòÐòÒœòÔòÔ©òÜòÜŸòíòí óó¡ó(ó(¢óXó[£ó¥ó¥§óÑóѨôô©ô%ô%”ô:ô:ªô?ô?«ôAôA¬ôCôC­ôEôE®ôGôG¯ô\ô\°ô}ô}Uô­ô­±ôÚôÚ²ôæôæ”õ,õ,õ1õ1õ6õ6õAõAõVõV³õgõg´õyõzµõõŒ·õ–õœÅõ¤õ¥Ìõ³õ´Îõ¸õ¸ÐõÀõÀÑõÂõÂÒõÈõÈÓóójóKóKGóâóâmóåóåUóôóô7ôAôA>ôMôMgôNôNhôdôd4ôŽôŽ§ô™ô™2ôšôš2ô›ô›2ôœôœ2ô¡ô¡Sô¬ô¬±ô²ô²ô³ô³Hô¾ô¾OôÁôÁBôÂôÂCôÄôÄeôÅôÅ\ôÆôÆ\ôËôË¢ôðôðzõõTõõ{õõ8õõlõ4õ4Wõ5õ5WõSõS5õ‚õ‚Qõ–õ–ˆõ¤õ¤2õªõªOõ´õ´Iõ¹õ¹fõ»õ»rõ¿õ¿BõÁõÁCõËõËeõÎõÎfõÕõÕõÖõÖœõéõéAõêõêEõúõúöö¸ööÉööÀöö¹ööºöö»öö½ö ö ²ö ö Ðö ö ¼ööZööÅööÇööÆööÁööÃööÂö ö ³ö"ö"Ïö&ö&¶ö+ö+Óö,ö,·ö-ö-Îö.ö.Òö3ö3µö6ö6ÌöBöBXöDöDÍ÷à÷àW÷á÷áW÷â÷âW÷ã÷ãW÷ä÷äW÷å÷å°÷æ÷æ°÷ç÷ç°÷è÷è°÷é÷é°÷ê÷ê°÷ë÷ë°ù ù 2ùù2ùù…ù#ù#¾ù)ù)¿ùáùá2ùíùíaP‚êtºþ,pžà4l¼(¨ð@fÈL|Üd¢Ô$V„ºì D t Ä  ` ¬ 6 Z Ž ´ ð " H x Ú * ¤zäžú6š.ª°n$À2€Ô4è*Ð<°r4úÀ.žà8Æ\Ä#˜$$P$ø%ž&0'X'®((j(Æ)Œ**n*È+"+h+Î,€-2..z.Ò/F/ê0 11Š22~3"3¢445:5„6>6î7l7ê8’9(:f:®;;z;æ<˜=N>>~?.?þ@ÞAhAäBNBÒCFCžDDvDäE0F$F‚G$G´HBHÂIDIˆI JJäK€LLxLÚM<(',¦Óþð Ó'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--)‹ I€0 #'0  0Ÿ--DD----D@,« ZÿÚC 67!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@,« Zÿû……11'%1&'47%16~þÛ% þ°  P s ’“ ¨¨P°0 !167&'!!167&'!(pþpþ0°ÿûÿû€…117%1674'%1&%þÛ P  þ° s ’“ ¨¨ÿà0 4G6711673111167514771676551&'&'#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&'58Œ5##$##5lltttl  ttt”  Œ ¨¨##5%#65##È 0 ÿùÿ؇§( "3276'&'&'&767676'X6EE6226EE6,8888,,,,8888,<446FF644++-9999,,,ÿà€ -1316767&'&'#67116731#1&'&'8hK1221Kh8h?2332?hpþ°21KK1232??23Pÿà@ -11113167&'#1&'513167&'#151673167&'#8ðð¸¸ð𠨨˜ˆÿà@ #111167513167&'#151673167&'#8¸¸ðð  Ð¸ˆÿàÀ 2116767#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  0ÿÙG§!&'11675171176''1716'&150P” š—çˆþð€vPÔ Ú—çÖ ÿà@ 131#1&'1678Øð þˆÿàÀ£$61161&'11#"''11&'167 ´´ œ œŸþïþp@í íþÀÿÝ€£611671'11&'167 & þÚž þ£Nþp ^þ²ÿàÀ 5"1132767654'&'&#11#"'&'&'6767632à0((((00((((0à45;;5445;;54p)*..*))*..*)°=3333==3333=ÿà@ ,3#3#151673#36767&'&'#1116758ppp,,xxxxA*++*App,,Èÿ+*AA*+àxÿ¹Ç 871167'1&76167&'&'&'&'&'6767671''021K6+[ [*21KK1208H?2332??23:6 6ÀK12k k0DK1221K¸'32??2332?Z>A @ÿÙG #61111675131176''16767&'&'##3#516731#8nw e.'&:€x€€€€%% À°˜¦  $$1:&'à¨%%ÿüÿÙD§^201'11&'&'"1&'&767676'&'&''101&'&'&'&71'1676'&'&'711&[$#; 96G >&$#: 96G    >&e!  $=   !  $=  ÿà€ 3116713167&'#¨ þˆxÿà€  1676751671&'&'5167()==)(66RR66 è=)(()=èèR6666Rèÿûÿà…¥61161&'1&7 ’’ ¨¨žþ¥[ þp ÿüÿàD¤$611671161&'11"'1&7 wccw aa‘ŸþµJþ¶K þpCþ½ ÿùÿÙ‡§6'&1'1&11771176''17z –– ›› –– ››y ²² ¹¹ ³² ¹¹ÿùÿà‡§&116751716'&1'+ ££ ••– â  â ÍÍÿüÿà„ 67!11!1!1&'&71!1&'P þÒþ° /þ㈠ þ˜  iÿà &H013311!15167312711!!!1!1&'57''&##11!167671&'&'#1"'üþ`†""+Ì þ` þ€î+++…€@ `""+p°°’+++þÀÿÀ€À 5777'13#3'17'17#3#17!671167!11!1&'&'0ssssæææssssssVæææssþÍ    þà ¦¦¦¦þ´*¦¦Ð¦¦¦L¦Ð¦¦  þ`   ÿà+b'''1&'5167676676701016111#"'0'1101'11101&'&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&'Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!è ` UÀ9////99////9F::$""$::FF::$""$::Fˆˆˆˆ @ 9{ÿà@ )<IVcv‰1!1671&'!671167!11!1&'&'4711632#"'&536731#1&'6731#1&'6731#1&''"'11&547632#4711632#"'&5@Àþ@@Àþ@`   hààààààH     pþÀ@þÀ@@  ``@   @  ÿÀÀÀ-B&'11116751716771671&'&1#"'&15776711'&150P@;EI"  $&Uaaa)'*--+53KPE¨(þá1Xd"  N ò $íÿ½€À+6711671171611!151!11''11'&' ‚‚þà   šš  0þw\ \‰0 þHnn¸ÿà 9F1'1'1&#"1'1&#"1111167!%111!167671&'&'!676'&'Àˆ S P€þ€€þ€P  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////////117711117711þ0!"<=CC=<"!!"<=CC=<"!Q////////ÿÀÀ5G211#"'&'&5476763671167654'&'&'6'&1'1&1779////99////9F::$""$::FF::$""$::Fqo/@€117711117711þ0!"<=CC=<"!!"<=CC=<"!/o/@€ÿÀÀ5_r%4'11&'&#"3276765!671167632#"'&'&'7671163311&'51477165&'#1"1'&774711632#"'&5Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!ª:  ,: 6   À9////99////9F::$""$::FF::$""$::F[ $   »  ÿþÿàC "Ihƒ1167676767&'&'&'&'671167&'&'&'&'&76767671167&'&'"10#"'105211#"'&'&5476763 1(( ((11(( ((1Á$00==00$#  #$00==00$#  #Á"""####p!""!## ##!""!## ##!ß"""Ð""""ÿùÿ¹‡Ç9Igx&176''167676'&'&'&'&''67'165&'&''''654'23&'&'&'&'67'167''1127'1&''1' P i  #$00=3+*!p—6L1(( 6$%61#.ÍRRR" &.1(( &" $#00=H6*Ô$%68%8» þ0 R  ##!"Xv)* 6%$$¡@@@ " ƒ$.$ ##!"!Ÿ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````¨(0ÿ0(((¨88h@@@@@@088 (((88888888( 88ÿþÿà L7636767&'&'676767&'676767"'0#0##01"1#"'&767671|(0_8888__88$  g/"":9HH9:"""":9H80# 9/0>>0//0>1( )%4E:////:://  ÿà 76711673121311!1&'&'71!1671&'#1"''1&##„+žþ€@€¡ - „`+ÿ@þÀ -ÿàD @3#367716'&'!1116731213113151&'&'#1"''1&##113€000 p þp Dv!/u0uu Àu  þÀÿà #1?1!1!1&'&'1676731#1&'3#3#1&'67!!!!1&'67 þ`hÐÐþðþð þ `hH`ÿüÿÀƒÀ;v76'&56767"'&6767671167&'&'6767327676'&'&'4'67&'&'1&'&'&#&'&'X!++II++++IxX;;;;XX;;- B9à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Àþ@800€ppp ÀÀÀÀÀþÀ@þÐÿà !>GP163!1251&'!5!16751&'!1#556767!111!1&'&'567&'7&'67@€þ€€þ€0€þ€xp¢¢ð````àààà``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/þ°°@€ =my…”3#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#€ÀÀÀŒDÀÀÀÀDŒ€À0À pDÌ0ÌDÿÿ 0ÿàÀ =FS!167514'711!1&'&'1676731211'1&11#1&'51#1753151#676'&'0@"þÀöJ"JÀP   `þÀ@þÀõ"õ@J"JdhPPPPð$$$$ÿàÀ )1!1&'167!%111!167671&'&'!€þÀ@þÀ@þÀpþÀ@0þÀ@€$>113277151&'!5!167511#"'''671167!11!1&'&'@­¬þ€€Ž$$Ž0€þ€PŽ Žd¬¬¬¬uuTÿÿÀÀ3<Nj#3#13151#1&'167313316731&'&##1&'&#"67&'#3#&'16731113#36767514''1&##11i)))`` H,>)'0ÀÀÀŒDÀÀÀÀDŒþð0    þhDÌ0ÌDÿÿÀpÀXk|%67&'&'0101#1&'&'0101010101&'&'6767101010101#1676701010101010167'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 þ ÿÀvÀ3V²Îø111#1111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111110101!3010131676514'&'#1514'&'#3#31#1311#1311#1515!3#3101011111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111&'513167&'#1513167&'#151677673111#151&'&'1#15#11311316751316751&'#151&'#1èXhX¦øXXX8888XþhXXX8888‚°@  @XÀþà €(0h€Ðþ°h0(8þø€@  @ˆÿàÀ )K1!1671&'!671167!11!1&'&'55#1&'67315167131#11&'@@þÀ@@þÀÈ@@@@pþÀ@þÀ@ø@@@@@@ÿÀÀ5%4'11&'&#"3276765!671167632#"'&'&'Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!À9////99////9F::$""$::FF::$""$::FÿÀÀ5Pcv%4'11&'&#"3276765!671167632#"'&'&'1167676&'&'&76'6711632#"'&'7211#"'&'6763Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!²   (( "   À   À9////99////9F::$""$::FF::$""$::F>  n     ÿÀÀ5Nat%4'11&'&#"3276765!671167632#"'&'&''&767632'&'&''6711632#"'&'7211#"'&'6763Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!¯  #",,"#    À   À9////99////9F::$""$::FF::$""$::F€ %%   °     ÿÀÀ5H[g%11#"'&'&54767632116767654'&'&'2711654'&#"374'11&#"327653167&'#Ð117711117711ÐF::$""$::FF::$""$::FP   À    ¸À9////99////9!"<=CC=<"!!"<=CC=<"!ð     x @€);K]m¡±ÃÓå1!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@@@@PÿÿÀH`````````ÿÀÀÀ3@&'1#1111!1676715151&'&'#151&'1#15!!!1!1&'˜(@(h`þ `þÀ¨(0ÿ0(((¨ÿÿÀÀ5H%4'11&'&#"3276765!671167632#"'&'&'7611'&55147Ð117711117711þ0!"<=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€€€@/oÿÀ0Ào›%5551&'##&56767336751511'3#313312771654''1&#"1##33167&'0101410#&'05&'&1&'&'&567673'111!1676751&'1!1&'1673167&'# >'  000jj@  ‹ Š  0D--  èPþ°@@Á $0  __0 }  | ---D-  Ðþ°@@PÿÀÀ5K^%4'11&'&#"3276765!671167632#"'&'&'7'&771677161'4'11&#"32765Ð117711117711þ0!"<=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ÿ Pþ€ZþÛ€ÿÀ€À1=I&'1673113311!111!1676714''1&##3167&'#3167&'#@  PÿZ¦8€P þàÐþ€%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'&7716331#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'&"#"#11&'&'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#"'&'&5476763Ð117711117711þ0!"<=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ÿÀðÀ/ISiu“3#31#1&'&'1676731211#151#1"'&551#1173#3#11&'51516767&'#11373#31#1&'51676751&'#11376731#1131#11&'515@0000¦Z0P  p  `     P0  0€Z• Pþ€p 0PP0P @ €€@`p 0@@ÿÀ€À3W7673113311!1&'111!1676714''1&##&16771167716'&1'1&'1'0  PÿZ¦700€þ€€P þàÀþ€%Zñ SS TTTTÿÀ€À3S7673113311!1&'111!1676714''1&##&11771176''1716'&1'0  PÿZ¦[ -- %% -- %%€þ€€P þàÀþ€%Zé 99 00 99 00ÿÀ€À1IY&'1673113311!111!1676714''1&##116751316767&'&'##3#51312#@  PÿZ¦H,  DD,,,,  €P þàÐþ€%ZÐh8  h8 ÿÀ€À1D^&'1673113311!111!1676714''1&##4'11&#"32765&#"1'1&#"1333276''@  PÿZ¦`   E)  ( 0 H€P þàÐþ€%Zÿ  /<@  hÿÀ€À9FSky&'1673131673113311!111!1676714''1&##3167&'#13167&'#1767674''1&'#13#3#1&'67@0 0 PÿZ¦0      €P þàÐþ€%Zp@HXXXXXÿÀ€À3M^!!!671#1"'&551#1167116731211!1&'&'5''1#1&'5167317167'&7654'&76@ÿP  @¦ZÿÀ $$ V    Pþ€ZþۀЀ€€ #0# &&  ÿÀ€À1[671#1"'&551#11!67116731211!1&'&'471163312171631"''11##1"'&55@P  þÀ¦ZÿP ` -  - `  Pþ€ZþÛ€à  h  `ÿÀ€À1CU&'1673113311!111!1676714''1&##6'&1176''177&117716''@  PÿZ¦a00`00€P þàÐþ€%Zþß00"00ÿÀÀ ;IWer%&'71327367&'716'&1&''1&1177167176'''''654'717&#"'1677&'6717676'&'6KK6PPD99  D__D  99  D__D  "PPP P,,"PPPP6KK6ÔPPP,,P #,,P PD__D  99  D__D  99  "PPPP6KK6$PPP P,,ÔPPP6KK6P1  ÿÿÿÀÅ(/7111132771176716'&%%11'''71Œ  >| @þ@4VþªVÜ{O¦¦¦Ö0¼  :g J4  ÿÃÃÃõ3‹EEEïþÌÿÀÀ5<@HLRm%''"1#"''1&'&#1&'71676''167132771113#3#1367'&'"'377''671167654'&'&'&113167716''³YYYYL"*EE*"L³ÇKøKÇF::$""$::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þÐ 0þp(þØ0þÐXPPPPPÿùÿ¹‡Ç'9NZ&176''16''1&'51&'&'514'&#"1'671163331'''#167'111!#3#32765' P X+$#8  D$‘· ,å¸===±!/+@@€» þ0 E 7F!:))   9r,!2-´þô0002;% E7  ÿÀÀ5X211#"'&'&5476763671167654'&'&''&5114763276'&#"3276'&#"'9////99////9F::$""$::FF::$""$::F9 '33(%%(33' 117711117711þ0!"<=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  þè  þú@ ` `  `  ÿÀ€ÀIRbkz¼ÉÖã45116723&''111276731367674'&'516765&'&'"#1&'&#!67&'1#1&'51673&'67"#11&'4567%3#31#1&'51#11276731367674'&'516765&'&'"#117676'&7'&7676%'&'&760  0  Ê  Êp+  Ê  Ê;þÐ  ‡...  Ê 0 Ê  EY  þà  3   }  j  j   j  j ¸  ( j  %%  j    æ     ÿàÀ 41315147633151&'!#3#&'&'16767!1111##@à PþÀàààà@ZpþÀP àþp@àZÿÀÀ'9S3#36751311#1&'&'516767311#1173#36751&'#11'556767311#1&'&'@ààà0à@@ àààà@àà@@à0à ààààààÿÀ€À4>J67!1#1111131!1&'6731516771'1&'51#1&'31&''176551#113P+RQ,þ°,QQ,o¸RQ­à¸¨?-QR,??,RQ-?þ¤RQó""ÿÀ€À3BQ311111#1!167&'#151&''17167513167&'!'1#1516775''&'51311,QQ,P+RQ,þ°¨RRRàQQQQàRÀ?-QR,??,RQ-?þÞQQQ++RDQQQ++Q ÿÀ À‡67763763763116751676551&'&'"&'"&'"&'11'111711116751&'&'171'1&'5147716716751515       &&&   + €   h…v#h@  " &! m€ 6   B@ÿÀàÀ:—&#1'1&#"133323236767454551&'&'"51&'&'"&'1115167111167510101671010116751010167100"###&''1&76176751671675( X$/.4F/0 ($$5V>W , À"¦X$//F°"`  ˆˆ8PH­5$$Tbp¥µ&111'1&'&101011316767515151&'&'"&'"1"1716'&'111&##1'17163''#1"'1&766711&'5271#1&'&'510101476331#131676741413277&'5151671û  5/0G0G0/ (  Œ7773 ±&(""303"" P(( J¿=1 –#G0//0GH "8œ0¢ZGššš‘j 0l" 3""""3   ÿÀÀ5Ud211#"'&'&5476763671167654'&'&'51675131176''167&'&'#155312##9////99////9F::$""$::FF::$""$::F`=% """X0@ @117711117711þ0!"<=CC=<"!!"<=CC=<"!hppp`HR K,"X@@@  ÿÀÀÀ3@a&'1#1111!1676715151&'&'#151&'1#15!!!1!1&'1#131167513167&'#151&'˜(@(h`þ `þÀ°0000¨(0ÿ0(((¨ÿ(0000ÿÀÀÀ4AO1315167131111!1&'&'151516767315167!!!1!167#3#&'6731€(þÀ(þ `þ @hÀ(((0ÿ0(Àÿ ÿÀÀÀ4Ac1315167131111!1&'&'151516767315167!!!1!16771''11'&771'1&761716€(þÀ(þ `þ @_//////////À(((0ÿ0(ÀÿY//////////ÿÀÀÀ4AU1315167131111!1&'&'151516767315167!!!1!1677''1&761716€(þÀ(þ `þ @Gppp@/_À(((0ÿ0(Àÿippp@/_ÿÝ@£ )2;11''11'&51677161716711'11777116 ¨ ·  ¨¸  ýúxx80xxxxœ þ°@== P@>=eþäþä..þâþâ0þâ0---.þäÿ¾ÀN7111716331671&'!11311111'&55151115151##&'&'16767!11#1  I ‹þ€`0 00€‹eP 6  þà|  0 þàLÿÀÀ5CQ%4'11&'&#"3276765!671167632#"'&'&'75&'516735&'5167Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!àpÀ9////99////9F::$""$::FF::$""$::FHÿÀÀ5O%4'11&'&#"3276765!671167632#"'&'&'73#321##1"'&5514763Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!À€€€ € À9////99////9F::$""$::FF::$""$::F` € €  ÿÀðÀ)667&'&'111113151!1674''17165&'!!111!\0†>>þ† d00þœ`0ÿ0@@‹‹þÐÿmlÿü€€…¨±º71##11110101176767613276567676''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€þà þà þà$$$$ "À"@0þ€€0þ€€ÿ   ""Ð@@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&7615167à9B% % 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"à">%^í à þàPPPŒ777þÐ""07gþÐ0þÐ 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þÀ@ÿÀÀ5H"'11&'&54767632#116767654'&'&'517151#151#11#9////99////9F::$""$::FF::$""$::F€€€P`P117711117711Ð!"<=CC=<"!!"<=CC=<"!ÿ €€ €€ÿÀÀ5H7471167632#"'&'&5!&'11&'&#"3276767%#3#1131513151#150117711117711Ð!"<=CC=<"!!"<=CC=<"!ÿ €€ €€À9////99////9F::$""$::FF::$""$::F€€€P`PÿÀÀ5W%11#"'&'&54767632!113276767&'&'&#"%&#1#1"133112771654''Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!' ` ` TTÀ9////99////9F::$""$::FF::$""$::Fi*   *[[ÿÀÀ5W211#"'&'&5476763671167654'&'&'31133127655131674''1&#"9////99////9F::$""$::FF::$""$::Fi*   *[[117711117711þ0!"<=CC=<"!!"<=CC=<"!' ` ` TTÿûÿਠ3'71#731'#3!17%3#3'1#"'1&771633121©WWWX¯×HHH92²²þœ²²þ–I8²èèè è p ð p x]]]]MMMM}ÄÄ0MM(ÿÿ˜ ˜@€3Ni111!1676751&'&'!671167!11!1&'&'471167632#"'&'&571#13367&'#151&'#1p`þ pÀþ@°PP  ÿ€0@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:'-  !7--  þ0 P4   4ÿÀÀÀAJb&'1#1311#1131'1&567331317165&'&'#1513167&'#153#31!17%&'!113!127654''ø  Œ64> ¤¤ >46Œ  “öööþê þ÷  . ¨ ( }  } ( þh 4   4ÿÀ°ÀKTnw#3#1111771611#167&''1&'5147#1&54763311#17165&'&'7!1'1!%'#!1"'&5477167!1&'67ãnnn  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#Ðþ` þ`0000Ð0þ` þ` 00þ`00 0ÿþÿà Obuˆ7&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'&#"Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!²   (( "   ¦    À9////99////9F::$""$::FF::$""$::F>  n    ÿÀÀ5Jg‚211#"'&'&5476763671167654'&'&'76'&'&'7677'27116545176''1&1374'716'&1771327679////99////9F::$""$::FF::$""$::FH    ™ `   À `   117711117711þ0!"<=CC=<"!!"<=CC=<"!v    z          ÿÀÀ5Bc„%4'11&'&#"3276765!671167632#"'&'&'&'&767'6171611''11'&771'1&736171611''11'&771'1&7Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!$$$$™ÀÀ9////99////9F::$""$::FF::$""$::F   ™ ÿÀÀ5>GS`mz‡%11#"'&'&54767632116767654'&'&'67&'7&'673167&'#'&'&767676'&'7676'&'3&'&767Ð117711117711ÐF::$""$::FF::$""$::F`ظ€€   ----€'((''(('À9////99////9!"<=CC=<"!!"<=CC=<"!øp €'((''(('P  ----ÿÀÀ5L_r%4'11&'&#"3276765!671167632#"'&'&''11&767632'&#"'6711632#"'&'7211#"'&'6763Ð117711117711þ0!"<=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=<"!þ¨( ` ¨°°°°   À   117711117711ÐF::$""$::FF::$""$::F@000000000PP     ÿÀÀ5L_r%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'6711632#"'&'7211#"'&'6763Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!^ && ,22,Î   À   À9////99////9F::$""$::FF::$""$::F4   d     ÿÀÀ5L_r%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'11&'&54767&'11&54767Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!^ && ,22,~   `  À9////99////9F::$""$::FF::$""$::F4   t@ÿÀÀ5L“Ê%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'0111010101#14101&'&'&'010#1010101010101'&56767'01010101301#14101&'&'&'010#1010101'&56767'010101Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!^ && ,22,„ À9////99////9F::$""$::FF::$""$::F4   O    ÿÀÃMd«â671165&'&'&01327'&'6767674'#"'&'&'6767&567676'11&#"'&32767'01110101010101765&'&'701010101010131410167676701031010130101765&'&'7010101314101676767010310101Ý    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&7676Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!^ && ,22,‡A  { A À9////99////9F::$""$::FF::$""$::F4   « A  A ÿÀÀ5Lf%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327''1'&54771'1&547611''1&547716Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!^ && ,22,ØYYYY$$$$ZZÀ9////99////9F::$""$::FF::$""$::F4   ¡000 0++ ++0 0ÿøÿ¸È/H_y’§63112"5676767116&&76767'6767767676'6763112'&5&767677761'&5'1'1"'&76771121'&771676&5114767672#"'«   þ ASTK?HH75)) >†) >ASTK?HG85)i  """ &#$þõaaa 8Á8a þò   ²   => ))67HH?KTSA;KTSA> )(67HH?] """  #$&& a8²9 bþf   ÿÀÀ5]…š211#"'&'&5476763671167654'&'&'&#"11117711765'1716'&''1'3&#"11117711765'1716'&''1'#"'&327676'&9////99////9F::$""$::FF::$""$::FI&""& &""&,22, && 117711117711þ0!"<=CC=<"!!"<=CC=<"!{"%&""%&"¯   ÿÀ€À7RsŠÇþ%&'&'676767676711&6767&'&&'&''11&'&54767676721!r#0105&'&'432''11#"'&'&763276'01#14101&'&'&'010#1010101010101'&56767'01010130101#14101&'&'&'010#1010101'&56767'0101 !<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'&#"Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!^ && ,22,Î   ¦    À9////99////9F::$""$::FF::$""$::F4   d    ÿÀÀ5ÆÙì%4'11&'&#"3276765!671167632#"'&'&'"'&7010101010101010111030521676767654'&'&'&'0#'11111010101&547010101010111034121676767654'&'&'&'0'01"111010101010101&7632'6711632#"'&'7211#"'&'6763Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!1    ¡   À   À9////99////9F::$""$::FF::$""$::F    J     ÿÀÀ5Öd%4'11&'&#"3276765!671167632#"'&'&'"'&7010101010101010111030521676767654'&'&'&'0#41"111010101010101&5470101010101010101010111030521676767654'&'&'&'0#41"111010101010101&763'0111010101#14101&'&'&'010#1010101010101'&56767'010101013011101#14101&'&'&'010#1010101010101'&56767'010101010101Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!1    W À9////99////9F::$""$::FF::$""$::F*    E    ÿÀÀ-Îáò%#&'&'6767665&'&'&'27&'''&'&'&'"01010101010111030210#1"1110101010101010101010101010101010111030210#1"11101010101010101013676767&'&'&'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#"'&'6763Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!ƒ Õ ""..""    À   À9////99////9F::$""$::FF::$""$::F:  **z     ÿÀÀ5J‘Ø%4'11&'&#"3276765!671167632#"'&'&'&71163312&'&'70111010101#14101&'&'&'010#1010101010101'&56767'010101013011101#14101&'&'&'010#1010101010101'&56767'010101010101Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!ƒ Õ "".."" W À9////99////9F::$""$::FF::$""$::F:  **U    ÿÀÀ5Jd}%4'11&'&#"3276765!671167632#"'&'&'&71163312&'&'7'1'&54771'1&547611''1&547716Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!ƒ Õ "".."" YYYY$$$$ZZÀ9////99////9F::$""$::FF::$""$::F:  **·000 0++ ++0 0ÿÀÀ5J]n%4'11&'&#"3276765!671167632#"'&'&'&71163312&'&'76711632#"'&''&7632'&#"Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!ƒ Õ ""..""    ¦    À9////99////9F::$""$::FF::$""$::F:  **z    ÿÀÀ5H["1132767654'&'&#11#"'&'&'6767632%6711632#"'&'7211#"'&'67639////99////9!"<=CC=<"!!"<=CC=<"!þ   À   117711117711ÐF::$""$::FF::$""$::F0     ÿÀÀ5Ban‹˜211#"'&'&5476763671167654'&'&''3167&'#1'&'11&'6701327654501676'&'7&'11&'67327654501676'&'9////99////9F::$""$::FF::$""$::FX€€    ----À    ----117711117711þ0!"<=CC=<"!!"<=CC=<"!ˆh    '((''(('     '((''(('ÿÀÀ%@Qbx%55&'1#&'51&'1&'&56767671167654'&'&'276'&#"76763276'&#"75676751&'&',44,;;XX;;F::$""$::FF::$""$::F`    ¦    v    *vvv™™v&&-X;;;;X-&&j!"<=CC=<"!!"<=CC=<"!$    Z      ÿÀÀ1FSfy7"'11&'&'6767"''113276767&'&'&#"1132767&'&'&776'&'71132767&'&#"271167&'&#"3°2;;XX;;;;X+%°!"<=CC=<"!!"<=CC=<"!€    €/! .B0    €   8QX;;;;XX;;ÀF::$""$::FF::$""$::Fq  A *`     ÿÀÀ5P—Î%4'11&'&#"3276765!671167632#"'&'&'1167676&'&'&7670111010101#14101&'&'&'010#1010101010101'&56767'01010101301#14101&'&'&'010#1010101'&56767'010101Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!²   (( ( À9////99////9F::$""$::FF::$""$::F>  Y    ÿ¼+À';&'1111771176''1716'&''1'1111'1&#6D™ o ‰‰ o ™D5 vVi²   nœ II œn þ2þÎ2l U x8ÿÀÀ5H[h%4'11&'&#"3276765!671167632#"'&'&'7211#"'&'67636711632#"'&'&'&767Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!°   €   0$$$$À9////99////9F::$""$::FF::$""$::FP     P  ÿÀÀ5Nh%4'11&'&#"3276765!671167632#"'&'&'67''1&#"1'&567''1'&54771'1&547611''1&547716Ð117711117711þ0!"<=CC=<"!!"<=CC=<"!±11"&&"*YYYY$$$$ZZÀ9////99////9F::$""$::FF::$""$::F@##­000 0++ ++0 0ã<!2Vˆ ,  ÌC< 4à 6ý u B3 6ý d© 0  X= .• &ƒ uFont Awesome 6 Free RegularFont Awesome 6 Free Regular-6.6.0RegularFont Awesome 6 FreeVersion 774.00390625 (Font Awesome version: 6.6.0)FontAwesome6Free-RegularThe web's most popular icon set and toolkit.https://fontawesome.comCopyright (c) Font AwesomeFont Awesome 6 Free RegularFont Awesome 6 Free Regular-6.6.0RegularFont Awesome 6 FreeVersion 774.00390625 (Font Awesome version: 6.6.0)FontAwesome6Free-RegularThe web's most popular icon set and toolkit.https://fontawesome.comCopyright (c) Font AwesomeÿÛÔ      "# !"#$%&'()*+,-./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-tiredassets/images/plugins/backuply.png000064400000045354147577723070013352 0ustar00‰PNG  IHDR\r¨fsRGBÙÉ, pHYs  šœJ‘IDATxœí} Åõþ¶û (ì•&–¨Qc{o€51Å(‚+ÅØÅ DĤü41‰‰%•ªˆ¢†$¶â•(¼{w÷ÿ™Ý¹ûöö½ï¶ùôcï»wwvvvΙ33gΚ‚‚Bèt*¥J((40”PPh`(  ÐÀP @A¡¡€‚BC)…†R ¥J((40”PPh`(  ÐÀP @A¡¡@bÐuoXƒ®_´3qðõ‹Äq&Ž³ß°8F"=¤9èú7g ºîÍYg\û:¸pÖÀ1¯w8zøê•. …â¡@ ¸)q;ûvºaî©ëÆã†aNÕMë~ÃLœ°©Êiˆ£Å>ñbîk#—BlE°Ýé£æowÚÈWÌJ—“BþP  €Ö¸Ï±KšVÓ¯ «é}Ój&¾j%ZŽ6­GY‰Ö>VSk³ÙÔI³|¶–@žF¢U3Å1!ŽÄ–pÿ£À£ «ù:(†÷­•àyÇ,xúèù›TºÜrC)€*Zx-|ëà±K:»ì–3Ç¿õZà´¾~ÂV)Ø©%tIè!!.ŠrQÊ}&e€û™PD­&ÑjÙJêa(ƒ†‘˜Ëà)XûÁ2è¬,ƒê„RU‚A7,ÞxÐØ%‡£…?ÿ’a6¯2Í×VËéh…·3IàìhðÏF¢…ZeþY°¥âzK¤Ü/`'Ï"ðŽþßRÞ,J£ù(­Óu«étQVWœ>zÁ1§ze÷ÓFΫtq+p(PvàÏd¤Í5 iÃ#ˆ9(¶1“ß5”À^P'W:Ç•DÃ*€3Æ¿¿*À$Jˆ¸}²ð+?Ÿ¦Ø°Äð£ ùnÃf“<+@JbüÉWÎ=»} i 4¤8öÝC7O1ŒDÏ4ä.¾žÙÈ=Íê/D·›…•Î[¨…]†åPc žÝ{÷]uÍøþÉW4¦—`C*hþnè ^ÅZÑú³ÿúë÷3!w}:šëpÒg¡„ÔÔ ôà(­ðÞ·)‘Y~'àŸ›Oºüå†[9Øp àŒñP@Ï[ñò;§/ë­GO?Ws ÜŽÆ„Ýqìù÷]ýWé<ÇI9¼˜˜ ¬iOFZé5zd­ƒmtÜ0ËNµ}I¿;PÌJàÝG¤Ué牃ü{š€1Äø ¿¿Ü{küxö‰—ÏÙ¤Òõº£P³ ß„~GƒušM·€™VÓcèÎMÁq ¾¿ÊH´ìlZ-Û› ÐjÞß%‚) aúuÔú˃}6jjùÑÒÛöÖòCøSÉoñÓú—!üCñÛxÛnûÊ&k@(²´:³x ‘p€Ñ Ä›%¶o;ÿì%`U:ËšTýG-îŠx^Ú,Ã0Ÿ‡P_eXMç‚g˜Vk'ÚTRì2Dñå›wQ¦=h€t³_îóÛÜôwRÌôWã»á3Æíü~Ÿ >n]¯ÛPwJ ´|˜oLšæ%Ȭ€f]×'आØ|´¦@ÿÑK8åÚå§@ÐAk>ì ™íך¶™¤) ¿ïf²aßÛ¯ÀMuÍõGû];]øSð‚Vÿ\(ƒwéÊ㺭wíäÍ8÷×6Îw°¹"pü™ú€¼|Ø Ö}xƒ‚Ⳍž8q¯F¼\/$#ª^ _o O¿Õ)cÞú…i6?aþ„ýt{g³ oµ¦m%mHIf‹'üº4߯ó=ûo¿ŸöóûéíOyÂO&½=oýÛ>uœäg&ì7çOöõåzÆøî ®Àï¥Rm.ë6¤%àðnE¥Ÿ5j{çb©·?5Èœ‚ØJP6ðc¾,´®QÕ `À˜eû¢µ¿-ý"õ9ò|a·$á·gñà„»'ŸóõÃz™¡˜~µîíçzGß¹ÇæÂO­¾×ßgG?zmï¢uÿ“JÍ*ë§Æwÿ –ÀH'•| #%+Mvªø3—Hi÷&]ãV€Ø‘Øà …Xq F•U=¡*À€1Ë» ¸vÅ}h½Ÿƒ)?B¾½‘hÕÙöÛAk/‡‚Öƒøo|¯ySZÜ#mÖY7Á=X«ì9ùxž})¯õ'ág­>?ÒàŸœí¸öÀ¿ÜÓgÖs?;ØÍ”âS7v_%0Jà\ÿµPŽpë¤C Æ V7ti¥ ²3Îxüˆ9u½áhÕ(€þ£–n ÁïsÊuï<ƒÖûE3Ñ<‚¾UؼB<ñØïâ¥y}{!è²wŸá }Í›û>™‡Ÿë;ùD ¿cop ÄsðÏEÏÞÓgE>ïJàHë\wÒYë[!%Pù2(…AH÷´Ý†ü@Q—ôÑhÔõªPƼÝ­øµhñç Uïïé·ò\èý0Ïþ–ߧ÷òèz0º_wž}N>\øy?ß;Bøip.ÎùÉs÷öYYÈfÞØú 430é}åJJÀïÔº%Ð. ¨"Øï±3º‰GYý®¨¨è?z¹5`ÌŠ3Qø/BøG Ÿ0Я÷FðM1ˆÇC9¥íÂËöãÓÓvã­‡>}.2ŸÀÉ'å‘úúÌ»ÏøÃ×ɹŽmGËÿ÷bÞ ”,ÿÔ#èŒEú_’Ç “ œ…ÄÀ`íŽ ðúƒX#bÔ¼ñ¢.øqÎi*¦ kShõ{C¸‡£å­|°Õô,á°ÃWlÉ#øi wêŬÏEÉìwÓçøY_¿ÍíÇ÷ópÎÀ‚Zþ0fÞÔ}½ã$´YwàëÈî€ËòVùò)œþVcþ‚!^Ï8y<­ñû.¥”c5£Ã@ÿQËš\»bwÝLL…x¾•)æí¥8îþ´oæËN;õhÚgC{³ßñ}û™ð;Lø©Ï?ç …Ù¿úùû)ùÎOßÔÃÁý¦ Ý1‘ÝÍåÒä–|¯JAçŽA†èNÁ(€èI•Îc¹Ð¡  ÿ˜·7…àßÁŸaïcÈ{bç]î’éOÛ¥Ü7šà÷^Çóð „ßkýåù~ôùqήc¯Š3OßDcÉ)|`ð«v³³jO ƒÃbÉ°°6ƒeÏBèvÜes6®tnËSýG¿½úV#t£é<ÝlÞ4<=©/èxÙâ‘yêg‘N1¤¾¾è÷;ž‡õýÅ=dþûf¿çÇ¿‚õó÷öY…–?vI„%„òyœèÐbäÃ¥1[ĨÍD ¢q1‚ýÓê¢6Ôåf"¢ú_ûÎ&ºÙ4¦ý´ü-¦?ª,ÄðGòå Ž Ùâ ¦5sôIËzí6i¯Ã<÷ÞÃ?×â¼7Êš#Çþ¼JàÈÃz‡çI“»5 1ƒ$,Oç7% é›{iý…/ûõ¿våfháï„Ù?¦þfz¢™Íß[~4–À7Ÿöê.*O1d­(9ù8¡yþ”ÍFû…o?þþ^¸ïàÞXfüñ–^ÚÓ7îüò2ÖvRS‘õáî@íEDƒèAƒÎdþÁ‡.å)ÙÊ¡¬  ÿ˜•] à7£¥ÿ©‘hn–çóÅZl-mIn#·ø.ÿ?ððóýRlI¯“òGûmšçwû*×µ!ü}S•CÜ÷s(ñàttCÖ9µî' |x@“Ù²qúak>]W(‹8yär«ß˜w¾ !¿}ü¡z+üÀÜ×ÚÍãk NÞßw%á§Ö5É…žÏ÷{þývòUÜ98é9´üN©ï¬ü –ÀoÜùsäïZþ5Íp?oí÷ÐjÊG@ŠÀǼ݅tÉÙ¬:üæbEyžÈ°¶„ ÿ-ÿÑê7éhùå,Þ«fÔaÎR(ö“Ù/œ|xË/;ùxS}¶=ü'Z~»Ô×U,œTò ×N>îù Øígj§; Í2qÏ@&Àï¦Z[áØ·\eY)Ä®ú]ûnÓlÇ#ð4yóú†ìãS+u~»¤Gò ›ý¶ÌÃeN>ç½pŸ•} ôyþRð§[a ÜܽÍq’Aøa ¤; Õ^w@(±€ˆ!AuØÚuø´®|c·ã¯X¸Ûq—/è Ö¼‹p¬ àäÑ+7Óuk‚n%~¢Ãì×-Þ×7­vëð•ð „#ùH {Ò[~üœœ…æØ ÷õù°Ò¹–ñ§›½)ÂG!ü×Áø2jaÐÞV)"¢±mÆ›4õØ[“b6åÅ—ô"Q%þ‚ã¨ã¯|ýâã®Xx1”ÁÅÇŽxuŸcGÌ·Ž¹ì•šé+Ä–Ñ“G¿» ´ä-Иà £¹™ùðs“_3%3‹êz#ÏíËäóü®äÛŸJú}iëùÙª¾ þza {: º¹ût&!ŸãhLÀ‘ÆØŠE×æÊ—{f²®©Lð§"ÊTkg·al&Wö› £i"êùDœ‹£õÀ_àÚáÇŽXÐíØËæoYé÷’ ±(€“G½³L¦ (¬óXø­@ø…¯7·ïAµü rÜ~ɽWvî Võ½Œs†Bø߯t®³á™[z@G¥F~¯Çs¬\Eè Y5Zÿ ›ÿçaÃ=  ™‡˜cKÓ­D').E”çì‡óiß‰Û Ã„¥`>r܈gBQé§Ë„x,ÓÚ=‚ß,Ì~|Ç*ä¹}5àÇØÞ½7ðìk“ølplÞò;1»÷– ÏÜB ˆRd P´ávAEg^¥³]  håàUN*9Å$L¥Ç~Ue‚ÇœqŒ K`˜Â¡M,]o âTŠn‚%Å­´ZDXú}‘Ƥõ:ÒýÑÑ—ÌëYé§-Iè¦5t6hù z4i´ŸPi›®j˜½×óüv0àçoÙ•J~ A9 -ÿl´üÕ(%yJàP—³½6°Nyó× Æª‰røð´AÁ@è¦4Eè 6‹BF9”²…" ò^Hc*ø»£/AÅv"*Jœ8jeâäk?8B.%•|Œ: ¹y0o¿c-¿ÃïeÇMóâýÕdËÆ3·v'WáѶ|œk+Æ ¼F@Ä—”V úaÄ,¶¿ É-Ktágc|ŒÀòc[Â"°F!Û¡ö:ê’¹y¨(€Lo®³)¿¼¹R#j«-eú3¤ïÒë;ùØ‘1üæ“ÏK÷÷ù[¥s'þ|«×¸ˆâ à¹k4Æ`ú¢!Ýg DC(3P,ÒUçÒ´ü8MhH/„<ÍA:?€"èбânf˜?A†wî½Âµ—ö«–ߧ„ñ ‚yÑ{S“ršÿ !üõNªPÈYÏ9N8 ÙRwÀ©¹ÍG¤™-°›u\M(„„äKЬé¾UÀáø»Xy+d7…LÝ… ž=ê’yƒ¼xn‡,<*Xœ4æC¾u”Aúýy~ÉÅWS‹z¸ô³–Íáóü|Ó¿åœ|¨åŸëàû{ :|âÂ_ní¾þÏ7ïxŸ“J^ï¤Ú¾vS™6q«àýJ9Ô8D Í"ˆDôÖ÷£^w…Â8ž9§–ã„Q8qôª­uÃx‚¼&6à`qÓ4eòˈpï•"øÈóüž“kýÛý«Ò¹î(¸ÌmøÚLnÃlrÀ­t6K@ÐMд`Ü@—l ˆMlƒ=/-8wÊQ—Ì–ÀîåÌiÞ à„‘+ñ<æ>ȘÐEìtz8W úIŒ2û“RàNÀÏ_Ø-ð^¾ï¡ð—ÛºS ‘‡ù˜@ûhÃZu; åÏöˆbð0ð+ºœ:ëÀ°N€Ì=qäÅóv-Ãkð·@F,ð'0O¶6‚¸éš?߯Öókl ÏM3û…o¿“l ÖóÓžTrÎ9fÿ³'ÖîT_±xööI”Ï'•éuìP<¯û¤iµÙSìE¨óXÌ"ðü Þ-à¾,\^ ßßÒ›]û.ΟQ.%À0Ïx.¾|­´«±)¿Š—oU°}ËŸîÞ+Bx±…=¶c_ˆ–¿ª}ûËgo§AO …î€#üR5á6\8u® ænÌ­[^Ë/,:š,|Îù®yòˆ‹çõŽûä¥N½jch¬`öwöü|W_:£Ñûÿ.{ÃÞÑa¦¬äÞ+è8mT¹ßE垀?˜=©vÜ{Ë…çnïÞ†òxåõPŒ<Ðh-¸  &+é ¤Š£È¦Ù¿ƒso…Ø:ÎÜä¥`öo‹\ ”÷O Ây5:\þ¿ã™®Ž›>Ú/­êsxÏ«Q¹ŸŸ=±ãbøU;\cpÊm:‹6œd³&5å'P¤Ù±7!ïè|õ¡X(­®Màœ¸âî#.š›È©Ž¹Š$¾§ÎlÍsõ•Wö5ôÚ~ ßáî½Þ€_ŠÏó'¹{o°iÇ<ÿ%hí üïÚñü„^Ús·íü”ßõèÄÊ 21ëX\à›ü±=ØC“ú “À³>·èà¤Yšüîà™:»«–¶o_C’½)y¯>¶__’Íó‹µüÞv]©98çjù‹}9Œîè¾æÿCN*5ÖM%¿ò¬[Ì®¸!É©t½ˆ‘šØ/ÃàK¿€ÑÌé[ûàŸÛa9œXl9gïæ&ú^š!„Ÿ·þ,4ź{¯ïÛo‹Á>2ÿ“³QQ!ü5ô<©xaB÷mMN–”ê—¶¸ ;’Ûpýø J Œ¼ðdAw  ØZÏØÎÕS»°¸˜Ì­ÿf~ÃükØmº©–qûPO¶eMõµÑTß4U4š{o¹ð„n4-èÅti`Pš"dnÓöO!PA˜ri™±´½~?'ŽTÞ: н)o`, ¨Ÿ"d‹ˆèÌúSº?& †¼õ—ŽºÙ ÿœ qÞ¥Ð;déxvÿÖ|ë^-}î¿Q(Ųwx4›ûø‹>ž»×*}‚ 9ζíªÚ´£^ðWXè<†òž!¦áÅ*__Ê@ïéùØ€‡aÉÈg@·ÄØÜ®øpR¡åšEè YvÔ%·_ÝÏLãÀë]:ܽW¸ôú#þÌôÇwŸá÷Ás&ôò¼‡®·f¨jðâ„î߸ àçôÜFñ¶-§ÍJ n0WaŽÌ ÅzÆÀC‡¿²Ë!Ãæäzf`{ ÕMeóßm(á—§›\î‘–Òl§·ü^ëïà»\7õý9“œ_é7^œÐík×IŽrÈðBŽG­G% 7ü.@÷$KÀ8'NÁ‡ÍóM9ÛoùMoå’~·QÈM0Íám³Šf‹y¯ú2*ÞÐòÏÊ·ÀJºëð..Å;@— õ• ÐøX€0ë‰ ¬+ û»Kãlý¸'Î;&ß²ŒTÇ\ó÷=tÍè*Zÿ´á¿J—D‡–¸ÊÛßÄÃsý¥&g.N¸hÎÄýó··bËwìô-Zû‘x;ãðNVáý$ýÖ¿Òu§,õQX‹Å!¼ ”ןØÿœ|Ès7Χ£-ÝxÿüT¸ýº¾ùß8]WRí ëm0ÅæA qøeK‡~épq \4ì°Kˆo;ôâׇzÑkÃþê°C†Ívðs†<ôåa}‡ÎÞ¬#Ë¡ ¿ÇzÑÂa‡]ü†÷ ô,ôLñ” Êe}Ĉ·†uÅÊaG_ýÁ0ôýÏrç[¨é©xM_z™pÅ‹xou1&(AA‘¦ŸsŽÎ'µL €Qrým´XŸšÿ™+?Q&l±Dc˜‰É†ÙÄÙÌÙTƒëM¬›ÖdÜs24ûd¼‹ÉÈĶù¼ØJe2Ô+‹=‹iÅU&Í~š¬L@ÃB™P¹è“Qáosum‹öï®ÞÈå/!Öø&¦Þ†Ò¶|´n?tA£‘3²p¤Ð¥¸ç¾éQ¯ 5\ÆIô½,?Ö»)6}°B»ÄòM#‹aho!¦!v\➘Á.ËÕÞª…m™•håÏS|y˜ò.¼V'¿Ìù6[¾Ù«ñý(ÒãSTo9•Ý݊¼}þÔ ª¯ ¿_‹7’³±ˆTrÌsÍ•ý¸ D©,‚ešlÔ•Åxoñ·€2¼]bK¤ÕêYè…yõ—o]“êƒke$¤²±b*±»N¨l4® Ù@µ¢®Òõ§ÌuÓåñ8]á üÄ]š±#Î;»ïÐ9Y5a´Ù߯Wš ¢¯¥ûwÌf)¦{L ö˜vñ|¾¥Ý–Ežª«*uoBÙ;,ˆ¦·T–Wx6cåå¢ÒÅЂ:nÑ@{t€a-î‘«¾D[Ò¶Þn#”gV„eˆ©qFsL ¶œf­~]´þzÕ×í` {‚[IM1—Qs°Ö£Å[>±!m)O<%ëTåŸyƒÑÿš-™èA@Ù vlþ?zP¡Â±Ý¥½àâ¡äÖ™V¡åq˜*¯ØRùøûåÅ\NAùˆølK:!ô §ÂõS¸ ‡6.exoü³[¶W–}9°+–úqÝ5Ãß!.jrºb˜¼K+¹|Ä|5›–Š¯œÚ—}0(ÖPSUôÔ"†€ßM È$ýУïй2½³Œ  ÒÏW} 6‚ hÄF1ÞàêÏ…ì!Ç`¨VmÒg9¹¼Åw¥²j˜V?LÑ Ð$Ë”ïÙŒèg¹Y¦Ž3Ì(t<¤W]þ¶§¶téX+y®aøû Hݯ`à8Á?D"〯*®æˆ¹Ê»Pé2l(ÊzBÝ1=¨k®;´ÏùswŠz]ª PMt3ÿ&¿—jE=.©2 º‘ò@µ÷]üs ÎëõÎT@A¡ÆáÉ+ ÐuyF@ÞÂ/º+–ÿæ   W:FYÕŠZËoí#Ø¢O—,€ôž™m¸Œš«uŒk£b`>‡Ê>x)ßU\ñÄŠ—i#ŠÚå³!®¼Ç•]ú£ß™²ª U,Ü µnè¹g²*€jnm"àO èi_eBÆAÀ`³…zÛt¡v¨eø®šQé2klÊd¢¾G!ƒ€ËSdGW|V踡ÏnÄ÷Õˆp¾:á². ÅÈ¢X QQŠå¡_ìâ+W’}ñ¹ŠË©ý¨t™6 µôÏiÕ$KÉ0 ›í‹Wùg¬wúå~Y~«vTºL‘™Ê> Æœ¸®óU Âêºí1öm¼([ å…¬nÚ»J?[k¤Ðq(¤Ü#ÀÜ{»%]Çqhv¶á‚´GžwT,…Ô¤^!‰ªê±Ø Pé2mjíëQdÝŠ@æÅ@.Û®®Ïí–²)€gÀ‘"j¦ª[Ÿ:@–†ßÿ®ša(T…”{O@÷mÿZÏ ±þJ•cPùè—|æ—RsBUé2mDj¡c¸~ÉÈl8vúÿ 5Çi£±ÍqÓú©ŠLÿÅdzcU€J—‘¢–>0ú;™-×]§iúXßx»®Š«¹Öd¹ÒÕŠLzK¡Ìpýüó)ÿŒ à•û»»®k'׆ÀwÇuU #(£–„(*¯•.ˆ += Ç=Ù/º&e_ è8ŸáŸškkb0%SKÕRA¡ ÄÜáŸùà}d³ «˜ßNŸBðÿè:6ï3 åCÚü­–®é«®TÝT5é H69¯4ä»ãMÝ{¶“Uä ‚Äf8Ž³Èq`8ÒW9•‹¡÷›ö«Y¨\ÿI (v !›ÔUwÞ]‡¼z»îÿ «¿?Žzg¹€kÿ]€O5Ƕ™cSÕ•PA¡¡À5­gx­½í ¿×eg^¼k5]¿iÑ´ÃVE]ž;$˜ë| íq„ÿ¿þl€0+Ê7 «r>k!¿µ ^ÚÜ `-H hî[øãëL)äT¯>ÐI;+`Nü™ul>Ô fÊÅl¨f¡r¥²P,=w™ùÏÌ~Ð~¦ðÛÓ8ïß™ÞY^AA_ýÙŽkÑxÃuR—¼™»Uª5ØB!~0YóM}¯ÏŸ’ZÏHâŸûa!dý(¸C¹àþÿëØ©Á/›O98¢Ï¡)–Hö~IxLi‹gjõ›ðg3ä«EÓÍÖ½ ³õ Ýl9H·Z+CÜÛ û›ÍŒ¨[išu ˬ¡±}ê*_žõIî‰ËåÏ“A;…ö˜èÉ£åðÏ%Óm‹]xpí§]'ùžë&]×Wrw@¡xH€Á-´þ†Õ¶jF‚ØI3+LÃêÄòƒ|éV³—GÊ+Û—žïX«Œ€˜áji­?yærág¹g•Ûøí78ëÕ|R,J@ø×à&áÆËñY#³Cuâ€ÎÿgcB&uš%à+È„øÜÂòf&ø…Ég*”ô—þj?¿¯OŸäôÌÿUøç:´þŸç“^Q `áÄžîk÷ï@ŽA3 €;N0+ ”@)Ѓ±O  U%Á2©€V¦{­n…IùYžšXeá÷Ç3âÎ뺾Ç =ä²Gôef¿»!ßTKšTÆM§€· ß0MÄ”€#¦)4å*\ùôŸÆf4,Ï E@]‚D• PŠü1á7¼¼W¾ ë‰r€1êÏ„>Ôú¯„’¸ç|¡å‰’ÀÂwþdáýÛsí¶¸©6Öáž‚— [éÒ«QŠÖ“:°\(­JéåM2û)ï®^eX?dòÄFý™œ¹ÀÿÆïO,vðÜ¥Ó³µ<‹[2r2òYž&âÓƒ,çqÜ¡Q¡kò  ìP=ÖŠL…øàI¿'ObŽßkùi¦ÏnãÇTÊ ã¯9Ó M= ¹/Ãü¸ šèknŠhÂ1Pc …Áåÿ»ÁÈ?Ÿówü.€'o_⟟á´z‡XÀ뻯GF&¢/r32öôIøx€Z:¬¨X0]êE;R¿Ÿ >Z~G˜ÿN*‰ßžCë¿léôCÈì.±­,y}b·6˜'Â$¹¦É:GLŠ…C²§‹‚‚BpYqÅJ?>àç™ýœ^CkÏÃ9£Ñ÷_SÌ]b]ZöúÄ×C膸ÜÀ<ÉG X=Èä_)…Ìà‚/B|mÑòËŸZ?fº²¯Hľ¶ôõw^ïØuRm«A  ï«.þ}SqKQ±Úèò]¸Xt_ϵ7ÅÌ}6ÓÆÌ×N}‚.É-›~hÞ£þa”eq94ÓWè\mõwÑ_aý>.àŠ%Äj\@Q‘1ˆ¶í›q/?6Ø×æ·þä¿ CçAA<»túÁßh% , à͇z;0Yf!£Cq¼Åµ7¬óLiŠÐÕÔÚ—‹7û…‹¯-÷ù7pó?IfÁl|xnÙ/I•zç²…—Y4¹·öæ¤î/¡¯rØð•Ôwá)b *E Ð¨pùÿé£ý¢Ïï™ü).üägã¦hÊ}ü²éÇr÷²Ç—zcR·o!ô÷£p‹coøÄ–+ËþÊPh8ðúîJA=…à;BøIð× +ÀÆïs /ÃÁ¿Ç•‹ 0÷ƤîI(ñ—Øö†Õv`ÎðBo“`³¦Æë™AH/?œ·<ÇO->h‹£×ïO½‚ó°lZß÷–ÿ"s”ßBÑa&ßüyõxÀYzòXŒÏIGŠa¦ùÖ€ËJI‹íªAý‚yf?ë"·yì˜\‡ßæãÇq˦ôQܹéг‹~Þsý›“ºQ`ÑãÝÔ†§ÜÌ›¤äà„~hc—QM*Ö]¿N»’_¿+¦÷xkï$×{téè}Ÿ¿lêþ‡,›Ög¶VT$Æô›“v^¡¿Â±7LGçc6ȱAK ˆÂƒ„n%²« P\¿‹>ÍI裺ïPc˜Zï¹<ü¿_ yR9sW± óo>ÔóSX?"„‡~›)1à‘ô¨ e Ùšo (E PÈ"ø¾Kï_ø}Ú¾Á÷ÏÁ"¾vÙ´~¶|zŸõåÌeÅw™xóçÝ 0΀ 4ÂN­ÿ˜¤‘OæüÀ= Dy•¡² ª¼>úƒÙŽdî§ü|Ûúo…ðÛøîßè÷ß…Vÿ‡Ë¦ø@Gä¸â €°hr¯w!ð¡ö‡ðÿ…ñ?¦ ׳´›¯2…®¯‚ÿª Ë§Ø »ó¸þ¨>ÕM«ßá{„©OB/( ?Nm£ý6oY6í ¢öƒªP„Å“{;‹ê¹‚~9 j å ð[¯od¯çcmAÁw&’w(’Æ Üð«RP(R}’ê«v¥W î G>ŸïÈBŸôŽIô÷߇‚8­þp˜üÿZ>½oÉÞ}… j€ÀâÉ»|¹ø¡^/@#Cá†{ÉI®ÿ.œ¬R²2+;B!8ŠŠ%Rxǯkš?{•¾d·½àëF£ö5ÎóÆu¿\^†)¾|Pu @`Éû~½xr¯7ý¼Ç±(ÄÚ© à51Íù­0ᣧ¸BHú A£i¶x)b5¢¢b©ä;bÙBØ*¦ðx¥c¿ÑD½uSë—Cð/vìä)ˆÎòiþgùô>N¥ä¬j€ tþ¼ø¡SPÀ§¢€Ï@a¾ ¾ã¬¤UÅ )Gî.(*ÆB^ŸDýJ1²F(z[?ûΆ»u÷Mœ{¿Ÿk§Z>퀙˧”sçžr£&€Àâ)»~´øá]žZ4¹'  «à6þ½vòÛϨÐmþÄ‹m¯OtQTŒ…ܬgP~þÝ Ôѧí¥ï³ÿ²©ûAð÷G?ÿÀª”ª) æØg0¡neL^­:ÚùNhæ¢kð…CK¹ƒ‘¢b<N;¿¥6¤püV»¨“cí±0îÁ±¤5ûåDÍ*€¥~ÇYúÈîß,™²ÛK¦ìúØ’‡{ÝM;/à$(‚£¡¡¯wRß´ùý/¯» ¨X“ßõÈÿ,Ì}˜ù¨whŒNYúØ^w,{|Ÿ;–OÝoZüoÞª¢?ŒšUQX:e· P+  èeü</ä(Ÿ¶¢b ôëR*í¨¹8º©ó—=þÝ¥Ëß÷½JËA!¨+ ÂpÎÒGö˜ KAQ1&îÁøèž³—=¶øÝÙúÙ˧~oI¥ë|1¨[   J((40”PPh`(  ÐÀP @A¡¡€‚BC)…†R ¥J((40”PPh`(  ÐÀ(Xôë×o;ðpšÄ;Ê‘9…t œw •;qx¥óÕ(ÈPþçW:_¥ `àºnp0øc‰§–#s é@9o*wâ•ÎW£ CùZé|•‚b@$ÊUö•E=–¿R5Uö•E=–¿R5Uö•E=–¿R5Uö•E=–¿R5Uö•E=–¿R5Uö•E=–¿R5Uö•E=–Á ÀqœH*”ªì+‹z,ÿ²[GqD ¸ Ø›“>7•”ë@ú­àv`pW~¤¿·(ç}#òa€]ø3wãyéî@åRhzõØÅ ”«ÎëÜ`Oþî©ü›KM»Ë¿, àðÃß<…>Ίà³øýzp_0QÊàzÜ<¼÷ü%¾~)Ã}gá÷™8o4x h•rï ù1À=ArÑý]¦|ð¼üç]î欠qV@z?”Ç/ :ïðÐ9ç€]Š¼gWðÜPzûçyí9¡ëN ýÞ öÅÇ[À¿jÑå}7¯'E5@…–DžÏ·+æÞ¡t»D¼»¢ÞKì]€C=toÊïÀgñýÅ`p7p;Nú|4~¿ü+x®Ù¾Ð|àšp®| |¼ iŸö{ƒ;Ûò#ý½'xλßûwHãÀBï!?¸?Òœ ΢|á^Áýø3wãyÙìÅËåû8ïa~þpýñÙî‡ ÊóùSÜo&/;ÁÁ}ÀÏäóñ÷é¡óĸn[ðÎPzgäyíÍ¡ëÆHÏÔOæuîZðPþ®wäï~7^'®âïý—¸¦G¡ù/´üqŸcBy~,yíÒèJ—x.e±Ð´bµ9ä8ü Ÿ¶d:WbWp®ù®Ý­À¬ì>ë‡ß7Êã~2iMÃiHãYÜû°è•‘¸–Ìù›@ª\?·(0/T'àú³³Ý§T ùlÂù—ã# û¦RëÁqà•sæÌYç=ãJ+Këƒ58?7É£¬;CpÍ,\{d9óÏ>|þ(Ÿ­ ¹¯ ª§Hch(MümøÝåƒØ,€¾}ûîç²Vo'éû¯ÀàBp¸ l ]«“vƵS‘Fïòap†ó’?ß—p¾ þ#âÞÄÍ]Öúý¨Ð² ϤHà¦é§ÀÕ¼o€_Úš—b Ÿ[º¬õ€k:Éïß]Þ1oÞ¼õqÞ3δ2Ô¹#‘ïŸãó÷x=¢ï¿åõì p1ø>¯áëwµO ¼-À",€üËç“%zp¾÷ŒHsnáÈiRýz®˜ôâR$à¸ÿ{ HföqàQ!žŠßf‚BiôÁowtÐA˜ü¤ÖwØ/âž>qÞ$ð£Ð½›À{pï= ) œï™´¸öÇʈʀL³Yò3çüü§ÃPLÙçÊ£îK•ç^ ZÒµQËùÊ+¯L#ªb°9opöáÿ|,Ãû§:÷;p]( ZÝ÷ÊgÓräŸÊ”ò:?þ÷,j×þ4ô‰Ïâ9þULzqu¶÷ãŸSàp쫯¾ºüüüü|¿þ&"cp‹¾äƒî5 ¼„´ïÿ ¾~®åüøwpþ‚ .á&ÔG¡{oŽd/Ê·ð©ìÎÄuçE<¥}x=/¸š—ÃWàð_àbðQnºR¡ç)¢ìse•ÆW¨å§þ¨!]Gew#òðÇ2Ü3ö´"®ë îê`›ËÆ®ÄóÌâõlø%øHrxOD:4pN¹òßÿqÍ~øi‡¼\꜅kO ¥EÏþ,ž±(­Û€T©†¾öÚk‚+3~ûÂe}÷_‡®'ÓôÆ8`›<òñ¸ xÒû-øU¾Ï€sI ÇÓðï{ÿ÷ÎkzŽ·<7à:+ô á¿ÊVR^Öƒ/‚d)ŒÉvn¡ÏBæâ œslèšu¼ÜÍ•¿*V‚ìÑÙê~kÇã¼[Ãiµšg+8ÿ¸'5O‡®Ù ÷<:¯—@¦?WzrZ+À……¦%Ûçô… NË'œ·çtX_]Nc0g”\¿\ ¥ùpÝJnû÷FAR>gkð½ï}Ìýá8óPÞÉÄ@ù*2Ok²ý^ˆ Š<Ò,ß‘ÇCçS÷ç8Ükv>yªâ.€àðNŸÊ7(Ä©^Z´hÑg¹Sh—ÎêØá»ßýnNAŒ¸ßk¡çø^׎ë` Õq'bðiÍ+àq3"6PJ&æ¢vÓÍêÕ»wïxaŽƒtÉ"Ðd§àg‰]bTEÈ–×L  ds,òU`° ÖƒÈrÏŽN+îò~çw¨ ¥Ùµ\ù—Ò ±€¼èÁ¿IÝ4 bQ¨l% DD¥™«o…sh¡Å>!³—@¦Ý8Ü~iõÝfï¾ûîÖà¶à.àî2è9ÚŒ÷u™ã‰Q¥A^ÈPiõ“PÙÑ Ä?ôêÕ«[™îÙáiE”wÉK¹K­›Ã3&@k„Ò8 ïªÝ` ¾ó¦ÄCç’ò(jÀ= ±(jKÉ„Ã|ñ›Âšéü=zà:ŸÖüÂe®µ·¯Zµj6ø˜µk‚kÂÚ5—°Ái¿Ž!k·!.d¨€ï‚×ÿ/”Ÿ½¨PVE¯<ËrÏO+¢¼K *Ó³gϨqœ\u¥ä²@}$«ãy‡A< ­)ùnø\>ð×+t¿ùH#6k3®.À¦Ýºu+z9-®'ºðbš/2B\j’iiðeï¿ÿþ0YའQQÝbÙ£ e({›.Sì¹;c‚4ú8ÞMÁñ²Ü“VÝéE¦e9í²›¼ðdI/jåæ ÌCQÊÐa‹áþ%¥á-Â{j µðç¡‚o˜q)šƒÞ©ØL8,`C8ÍO³œBèÜÿ€÷øá‡_qïí T_q†¯É+²M)ÈTñÜ6Ž´¸Š*ÌÇ!a¥Y);EÞs}è~ž™V‹aqåym;…‹GÚª˜|ðôzG¤ùIy(Jà}|ˆëþJç`jñÅ9x68;t­+(jÙo&ÄéT”ãÎ;ì gx‹¢ÎßqÇiÀ¯[èÜ¿£`Þ-âÞÔíØ'êy2÷Yë°Qöð5±DʆlpõêÕøè<ƒü]A <ç-ø9l™­|?Oˆ‹Ìw°9&@+óv¥Ho¿ˆ4—˜‡¢ÞY¬ä†./O&ÏÍÓÄ9x¶Óð÷6¡{MǵE϶E!NG £ŠÌ-%>8"½Hà²ZÃçþ÷Ÿÿüç·EÜ›\z7/Ĺ÷ÁÏko¿ýö±Ç”‘Ë…òæ°µá?WKçè¼u™‰<´›-®û"t?Š¨SpË‹û’ÀÁó—#ЉH·s¡yáé ˆH/ëÔZ®ò/ðþo€ ÃuJz+þ{8ê-ûVÔͲ N `ȶÛn[ð@®#·Úž¡´ÖdRNt &Ü» g¡óqÝÐb´ºÃV“}ºf—…+òÉëG}ä‚#ñ\§ýRž3ñìÇpO?X‰dQPhÞqßÃqݱŶ žýl¤[p× ÏO]΃Ci‘yÕ¯>. €€wô µè¡²õ¢!QQžÃ5E;ÛeBœ €bÌ.$­­·Þz \7ÂIè ðM¿üøã#×v;Ìi(|ïnn*qþñ¸î”b^*®%ÿ¿E\÷38(”Æ7ù˜×q+Ü“ü7ƒG;lô_þŽºs%{uF!.àð#Eæ}b‹-¶ÈÞ¿oŒó®ÁùW„4™Eà·™®ý÷¿ÿM÷z.tJcÒ=Ì8?Œß \gi¦¿6jJ/g9¸,àãÃ×S…œ‰ûäø‘ò RTã[¨L²[LDy-äJ ì|BcSqï¬Pp= TÍ ]K-Õ¸ö¸åMã;w;Ì1‹„Ÿf+ܘ€¨s¤Ä)ÊÏy¸_k–¼´‚}’ÓÞçäAºùæ› v··{ƒä¨CaœÇ‚¥4Â-~÷Ÿÿü'W©þÌeáÇäy¥ñŠïÁFݶG\˜žrY¨3ùÚxyÓ3÷æåLÇÃÁëùsQ¼FZ¡H+ÿü²Ðügxv …µÈež™›ÔpLÇ}€=ÁmÁmxž~ÌëiíJ‡V±ÞVdŠ”° iÌΔ6H‚ÿ«Ro’ q)€õ¼‹¿©ÏãÂ6 ü98…W@ÂÀD(ÁûÖ¬YóM®<àœ%’ WèŸr¡¦Ê6Iºï¯\¶4VŽ‡OáÀ?(ö¥"T™ïÍ* 3EBBsôÓy^åy#eG÷§MÈLÏußR* òJñIá„—ÁÒþ ·o¶Ùf—ÂâÚ÷Ýè ®´ŸuH¸fðr¦ãŸñm䱇t.=óãn{ÅWþ#îMq ǹL‰ÓßÔ¥$%ÿ$H¡´"t2Ï•;E n ¥áFÅóåO²”òÏÜ›dçÙLiÓûÂ9–t“,ˆm à‹/¾˜íDÄØsÙÔÏüÐÎ9aó†HKWÏF…„ªà´å÷%óv?^!2Ý÷>ðîRÍ:ä™ÆhÝÁ“™Ò½÷t™U@y9žç-ʵ¨²/"¯KÂï ÇY›l²IÆu^VÈòŒ½x9÷Šx¶ßóºQЫ\ÏŽç¡hR4Žô…”š¦¤iešæ;5K£qœ ‘Æïó-¿¸»Rº/:íCÓ >Vò ² ÖÖ®];ÑeÑv×dÑh2É|#ç•cpmAËqþZ\w€Ë¶ùjËó~Dºîl\~Ø®5*F«#õàÙ\á¬, /2?ç[ö–ÅÊ#”)ëY]ºt‰ôà×ý„·¬Ë-¢…½”—wIe¥Î=Å™v>²ÞÑa¸¶ 5õq”²°žËPWóVPÅ  €´ø=àýå‰_~ù%i3Zew¡Ó~àIpoNÏÀ5EÅ5ÃukAÚ î;‹¹¶:Ãý¾â-4å©;®ñWSqí{cˆ×!äÈÏïÁݹu2)“…ÂIž"ê.Þ*ïŽk3Î~𼮎ÈëŒbÊßó9-—…×î³ñÆGìñò¦u´ÏÞô åM-ëJžö.8"˜âùÿœ?¯œÿ—òÉs¶–éÓ,ù“œá°“a÷ebÿ|?öÅ5y[›R¢ÊÿéBÓ‰‚mÛÿÈóo¨ÌãH? V_ýõðnp¼Ä‰çLû‚Ô·ÝìË[ì­Á®ø~0øG°­Ô‡@ƒÝyú4ª~Ëö  ¢ÍðÛÙï Ý/¯é­\-/Òù| R™wåeý=^'Zùo‚E¨g(ÿ’@çηr£='—šv.½‚¯¬[·î#pøø9X²Ðg¹¥¿\¾®K﨟Ÿõ<ôüóÁ%¼<*–§8±Žá-þ|«érܧо7²ñ/ëE¼NTmyCÐÉ%=¼†Ê3ëÚ„8Ð! @A¡T”£ï] h ì4cÞaêᎸ¿R 5zU.›±8<ôl4ˆ[ÔŸlP @¡&Ph ÐÔÔD¾"Ê]Ž1I˜“Ö‘¥jõf$ ø#/Ò#CÏõ"x_GåC)…š@-+˲NŸäü=H{W*m0+oÙNîÒ?K&“e0- €BM –€Ë‚{žÉI^±‚…ž‡@á¾^ëȼ) P¨q‹„Y8ut*•ú_GæM)…š@*€$ï <€Ó~dÛöß;:oJ(Ô &€c$–%BN™0GKÏû(pØ<¼Òqœ+‘1¥j.[Ú{‡Ä¬ë&ª ÈëüPÞïtÙeŠ—ð°bsšJ((40”PPh`(  ÐÀP @A¡¡€‚BC)…†R ¥J((40”PPh`(  ÐÀøÿQ'Òø-þIEND®B`‚assets/images/plugins/speedycache.png000064400000012531147577723070014004 0ustar00‰PNG  IHDR€€Ã>aËsRGBÙÉ, pHYs  šœþIDATxœí]PT×ÜBEE”ÞY:»´…­t–^TÄX_¬‰F–`‚4¶€=šbòL |‰&ÁgLì1± 6l ØÂ;…‡ ë–{÷,x¿™†fà?çûÎÿÿçÜS† Á8pàÀ8pàÀŽA]=ÛaN^Oöä”,£±·/3\¾Ì2);Å8ba´ž#{$lÿp` m•;êðÜÈéךg·u&Î~Öe>ëÏtrv=ï2¿’-´§«—îå¢Ûg(@CÛàPÉ |ö‡øŒG¢nâû@·1*îµÓ6œ*³žþ‰í¢¦ì6àŽž«Á¨¯ŒËxØþ:ñ=ÈyS½„ðÐiɾÅ&ÑKô`·‡ 0±Jɉ>².jÆÍëý/c׶ èÅWÏ8.¬™¨cæB„Ý6 <"½-$|Êùñ³žt¼|iÐmÌŠûOh~*6O\m »8ú€±U☀¸†ƒ€ø7ò¼d4Š¥@·ù—Þzd7kÛd’î(ì6ãÐi«EÙ³<:µ©Mâ{E™Ðm^›Ïœ4_é »ýï,¬æèø…î›Ä›zé„ÌV±<äw [>t¥…Êæ§Ôœ“…6©yVš†6ê°ûä]Èóîñÿ)‹KÐou¯ tÙÎg¾—κ~øÕ´áVTMØ3¨aé>„ûœØ´»%þÿh)$€žÙB‹À+·±Þ#ü‹l祚ϫ’z„P÷T ŠÄ}扫la÷ç@‚•µu^ÔŒ÷°$¾Û|³Ð©$Î*îµ9/?¸q(IýÁÈKø\YÄÃb¬š–v¯Íg¾³šºBiøn¯ظÌω©ÏŠNmºÓûý`À {ÖÉ(¿ÓLÍnÈ5‹[a ›P÷ä”Æñ’¯œŽÏx,€A<\¼00["³‡ùU‰HŸÀ&E)°s]dɉùá ˜¤¿*€ÿB@oóø¸þkÓØÌaóƒÆ2tØQ‡ cÓîa2Ÿ—[ëàE€×Qq·ÅuÅ×¹ÚÆ Ø|¡† 1؇fò’/_ƒ•çŠºlg›Ø·ðÒ9祟ÇkŒš@†ÍŸÜ kŽQ÷`ä»%žÞ—þ@›èþ )àucVÞJÍ>Q`5%Ç6—2ƒB]aÀŒüf}lÚ}• ÷} @Ej€þÌ¿¬é¾ãû;ç‡ÍÓ…Íë[1Á2V‡ÁûbAäŒëW2[eÚ™Ëè*z»¦¥Ã·ðò)û9;xú¦ª¹‰Ê*f†N>‹,æü›ÔÁÞ4díàîjÎÉÍ扫UëK£³ðcUÎó’ÌgÍéà“+›ùm¿Þl33?6ï=ˆk8›HY-rúµf§$IÂÒ÷X{´‚Uýp@Dvm‹˜¶þÇý¬iF°yï7öØ^Ø„JgmÑ©MÍÜØã›(ž«L»ý×1¶'Ø¿WÆñÉ¿p É·°Iî›øV!¨~¦Ì¯ŠÒs` Òý&¸1õ»à“+Ùâ3·‡O½xŒÊÞ¢3Üjh_íã;Â}õ÷Ù¾E×Ã&¼·1ÊïÜ£åœÜbÄM§ln¥;ú{>l‚%YTÊ&ïÀêc«Dm)š££ÃØü‹Íü¯ÌêGŠmU|Ô‹<7ž>f•¼Ñ‰ ­«ºû Y‘ßVÀ&¹/‹I½ÝÊ9šK¡­4–¡9ÚdzQ£·®sT_è²æ”ÙÙ£lòéEW/¸,?8y¬o‚êï4fF*MvoCÎ „Nþ­Þ/t_ÄðQYwá¼@ÀžNÄ´ƒø"ãûô­×1ß9„³úá?´ ?•ÛÎÌ·Ç„,,à~°6éÝrë½}–ö0cy·_½"€nÓ┈(°jž` | .ž³Iù4Ur”ÿ°Ï `Ÿ0«E „˜kb=i¬‚ÍéS]ÆÝÙ©VÚá½å’Õ"¯ân‡ãû;è Ô¯€ôÐ=y°ˆËxôOø”óGÝè›9(5§¼4MÖ¡ÅìC¾Å+”˜•Í-^¹»L¢Û¡ä;ÐCvå*?Ï?ƒpƒñÍ ‡t}›P(Q/£XW!p^sJÀâ?–)- E%}Û_çíNSÏOPÍ&¥ŽúôOâøöîK‘êíé"€_ß*€!ÔŠÇÅW¶{~vQª´À(¿ûØ}Í‘ü áóF£ì7áWÔLòX³œ`!ç ÙUBZÔA\Æc©ŸÃñ ®ûMN @ƒ@rý`6ÙÛ9eæX €çDÊ<…\'ÔÑ`!ÙûyE|×szóà½ÂЩ—d¾` 9…pA0‹Mtÿè vu‹’ð‘2Ÿ‚šï®Ë³È¬JÙê0êõ™eΤ³Â׫{éÀ߀FTjZCÁ¨ôiarèk "êÚÆê ¨t%y®/Ö`U½uÚ8’U.ðˆ®Ĥõ]ÝKkÞUÙhµAe0Ô‘2'‰L/ü»;Üc• B¦^Dõê\/nù Û  W'SÒýu·^×äÖ¡–ºà¸Ðk÷µLyFô¼Ã^1ÇAuÿÕÇ.óä”~„u Â6­À’šu<Ç·ðJ‹ù¬/ÂÑÙ`òR˜î°qóÛlÁ©Ï‰žyû ÚÄw½ýC,Û £ÝBÉ”y•~%7›‡™{.P*¼&»£¹A1T,pÃÄwo fFԌ뷰~ƒÊ,Z†E`BÝaÎŽŸüóÇËúºdUó¤ÓiÕ½ð ¼óo €Ú¾â¹aI¿×#ÇÙ±$¾Û<˜‹Pn<eP³Onaì¸}GªëÔ ÿ™¥hr*dO ìjDT´|· ¤ ˆ;‘Út[Äw››ÞB´Ú úá$‡¹åé[¯5ËsË-÷7‘^X©¹ÕS‰Žó=õ]oŒ;‰ÊÚ1íÏûÊ$¾G~›ç¡Á4¤¹ûäýÑØû*yŒ]ÓÒIY^/Ô`I·ùä…¼ñÝÜ6Ù%tòo§‘s0ÈGÌ•¾1-.” 5›´|+jÖ‰|fes;š—-Ò·ÝMÝ+Ô àK® Ø|D>ò8ïâ³Þœ{ôãØ´ûÐ_EqöΚ‰69˜b|p¦ŽëŠ¯g O¢¡Iü+E"ÿ±˜²ü˜p¯ZØï’2›/5]ß­3µè!{¢Â§\hL˜Õ¢o!9z®™W¨Ã&õ3¯Ü3 ÈS©X‘ßÛüËïŠMS÷´kT¾™85@óý¥õÝÝ?Ï=0þ?_‚êê·¯…ºb –œ¡öô1Ôì†FÅÝÊ þ•ÚÔžŸ^›ˆœFîu^ü "ãm¾›XOªû-13ï<€Mv_fç¶d¢28” º$ÇÕÅø^id׶B}tQÙ,¶]tD¨¸ãÅ—:Nm'«?ßµuMˆ>ÁµÑ¼äK¿"PÃ&º?³u]¯LN¥Æ„Ð÷,i~úTçJ¹__ZE¢È(©ºCƒU"ÀÂ>/–¶p˜ißðM|Æc•Èó’ÌÚyn´²¹•ˆ±¾ z.ˬÕýsØd÷k;Ÿuz¬ÿE`»6Ms´iÏ»A†&!Ãé!»×ĦÝkƒM¬´fIÉàÁäûXOÏ ÿy©÷Ú½*³ú¡Ðkó™6Ó?¥ù‡œÂK¾ò‡*>lÝŸ%4³Mî7)véE\Ÿ‚‹ÇÁ4 Õ¹=ÖFûèèƒõàe[gTÊÍ&nÜñM j©ÖQq“ÈEÚ ð›âWrã&ggtr¥1Ÿœ3*Ÿë»-.ãa{@\ÃAWú'–c'pUö15‹¤,cjÖ‰ þeMr­ï+UÙ@™m¡“Ïõ Ýnf“¤ZFö‡Q.dÇ…5lgë]ë—r«•ýýjß °9•vE³üKnÞ‡MvßhTI ëA §ŽŒ7”å½CÕ…1oÁ·•ßnE"ª¯m >´uò’/ß ±¶ñÆ[Äôù¼í@†šýìÒ@ï¼ß±øTB ¨ÌJ_TÊ­&VÔá•VN³}öNµ1Ú-L×uå7Ë@Z¸{Ý@€T÷ È;ìì“£ð&•‹¤u†ëŽU3«¶A@< ‡C§^¼àÄŸ ¦uª$ǘJ¦,à3Àlá»þ6‚FD¥Ü¼ËŽ>¼ÔÙ;{p‡{ N™_Fßzí†2à«dÄÏz"FÀ2³›1¸ß’úîáºÎËd3«(eãˆOV£Ò<©ñš£çªw+ÏË ‹Ik=¼?;÷%ÖõÖÉó‘ÓÿºÌŒ8´dô8¯ù04,2“u—~žé·ýúev]&›J€0#?6½¹-xâ/»]|7!GÑUví^åaÌ[8Æ}õ÷…È›»è  “QštîgONI¨‘yÄ [Ì]+Á~Îäí]VÍÔf hG€ˆiWo3x_΢Ð>’æZz²Â›:ÌuÅ×`¶ð·* 6í^{Pâé]TVrì÷XAa ³êA‡BX§X èZÌ™rþ²»›DÒÁ‰W6Lc–Úƒ´p‚]Û"W‘¨ˆ"güýºg±¡IÈÀøF?X¡ké¡á´x÷$zñÕs캧2 ÁwìÓÀØ´ûOƒ~*¥x®’tã8eÈ›jä¹é—jfÅ}©g ²9ÊK¾Òèºw&÷ªõbŽÐ÷àlÓ ¼½?={Š]ÛúÖÕDßµÒ ­3:õö#ÿ°ÏWÙ¹-Á«û€ñÁ³u]WJ÷-ºrA²$/ƒê^˜ðc©w‡ëèq^x‘7À ¢-5çä60[èsJÿ) ­3 T÷`Ô'XRÒµa7‡‚0æ-ôöÉ?–]×öz xcKXLêíVïËÍ$í1ïæ7úÁŠ±ôD ›”O™N‹÷,w_}xŸûš#Gœ2ª81GâNü×pÁ?üàGÚGø§Z8pàÀ8pàÀƒÿºrÔ¨0 –IEND®B`‚assets/images/plugins/fileorganizer.png000064400000005326147577723070014373 0ustar00‰PNG  IHDR€€Ã>aËsRGBÙÉ, pHYs  šœ {IDATxœí PTçÇh[ÓdŒcœN§u/øˆâÛ©VÙU¸Ј´iÕ6¨aQ܃ÆøV5h£ÕÄGšA;Ml¦Æ‰ÂúJ|ŽIÕ%–£ŽÍd¦øBòØûøzÜuî² ìî¹\Ïoæ?ÌâýÎÿ¿ó}÷ÞÝm׎ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ”0DzöæXñé¼<4Ä NçÅÞsxù§ØÇN´ /v²ðÂdøút£|5ÝÈî€ÊýÐ=P)„àsø·Ùf£Ø {,D3±Ä éFñ/‚™¬e’ëÅ‹W@c,¼ôìq~Æ÷þi¹ñŠA¸›ÎK«2â¤cð`O½i À#ñbYz¬ø+ìñM&%Å|×L 1óŒ‡jl£Tó]!,¼œ€=VBX¤eïìwoÒûØc%cöÝüú\J3J]°ÇK¸1‡;ÂÙ&Dø/l3ðÇL¸a6²Îé¼äþï ÀXlÄ3áF(ÁËåŽKÆØc&Üí à€DP! €Qª†ÿk{ÏV¶uÁ¶Ùd1Ú#`MÓ¶¯p†6/}c1ŠsͼØ6/rQ%ØIñR¶ŸÍ†HI7,¼0ÛÓfA´ä X„cûê7€ „`¶¯~èÀ^_Ê'gÿFþà—¥]ZŒíïóâ¥â ^’•ë U›y9Û[¿dæÆI7³'Š‹×ϵ?=®`c5 ]LVØoy™¬ØÇè œùÂÂIÂœ „§°Ç*þöÖË&‹¯eðLR@öñùE 0/ž}»jºØ{<¡fÉï…>óâä› m@˜mlÁ0E狱Çj–L‘žÏˆeÿV˜˜%V Ç>>Ÿ*™c墿XkŸ¸dŽ— ~L¡~€8)ûø|ØÔP>ŸPZ‡÷€Õb›_l8Vþrfü¥>]Áƒ®0æI‘±×‰„äȲë3 w˜»’õee ¿¥ç úèvøilß]´6–1 ø.›0àb娰×`å FR”*Óëlgákv$·ÆlMRFÝg^b£Ãc¶­ê´;Þ&à0?ºû6’C/b—íÜÈžGð.µ$©Q•`þ'*(ž6-!ÛÀâìšó{D/šÆTnà bÚD’_fšöƒ!œgš€ÙÑUÐómØ…Ò¤ôºÂSÑ=O‡þNªÿÙï†Þ@/”†Udàö‡~[èofÇT±qç°‹¤]q…g aûC¿ô7Óõ·Ø¨°ƒø…Ò¨ ì ¹ùÍ À¤!WЋ¤qÍWm,ÐÿãûœÁ.–U- Jµ˜ýÅô8Š]$-ë(´NµHÖ—Ñö/ˆóEv;Žó0­?HLý?˜Šä ð^2ï+æ1"‹íýz‘4¬Ûhæû€Ô¨ ÓýSì"iWœmŸªù?6RGý?XÒs6œíŸ¿Ht½HZ–^gÃ}Ëœ¦à¸õKý?ˆâ K#{ìé Ú˜FWЃArÿ÷ÚÿWz® Ûÿ&8è?èEÒ²ôº‚Øþ{ €¥®ÿŸF/’fÅ~í}Þ`ý€E…Á/”vµ Ûû:¼`Ê°o± ¤qÙfa{_‡·Œë{VEÒ®`¨Ž÷T Àì˜jXý@/’fÅÙ¾ŒÔVÇ[é(`Úðïð‹¤aé¹BüퟥLP„^$ ëìÔó™ Jà_8…]$-«XfëŠí»‹†Hƒþo »A“^-Û?' 0mx z‘´,½Î6Ûs`Â@êÿAÔ]èÿƒ°=÷ abzÃ.’–uÑ ;ð¶ç¸ ~ÿOýß›µ‰ï{’½<ü"›sÍ¥äè+,iè¿ßû˜¯úåcûÝ÷PÿWVtÃlêÈb–•t›­H®a¹)¬‘¬¯Êl鲬Ä[†ólTX£ i²+xÛïF¸ ¡ÿôb«Mã~Æ^›| –WRÎL‘¥'”ÖÍnë6ìðoÿ6äqdMOÿºä˜Ê' ;Ï–ý±ÚoãjñÔ ß盧-üS¯;ô ¶ßpÀñòo좫IÆŽ²7¦üÐbóÊJºÅb#ŽÃß´½‡íµ"ÎLN·z±×'uý¼E¦›d–gíkgÉ®ï͇µClßS°½VÄXý§þï’ù¥0Nn¶ùëÒ¤ûÛ–Ø­_œ¾ßþƒUýòÌÒwõ?“YNŠ ž@î80Ýp»ˆžþ­W\ĉf-øœZ3K’Þ^$¼^Rúµ«¶æ Ü‚tÙj~†hµ2–8¹sÒொ° ¯Í|ñZ‹¦þMóÅ‚}ù•‹¼YBþãß‘kŠ˜€å³WÌñöÎq}>§¬hï¬éÞw>»1S<Óø÷åC˜^+âxk2Ø¢PêdƒU¼‡ù5[Ø×m]j ý=m½Eºî‰mÊ>Þ½éa'g=¯}UÚîíEöõkLŠ‹È˜^+R€B €B`a÷æê:s ߯hÿ^Nu̺ÙRµ[ßÿtgnm_g-÷ï¬üÑŽ5/­%Õziê €ž³= ƒ?_|5¨QÎ~œ_éñá[^·ïsìõ!ôùQ×.—¹~–o­éSÿM¬Ô0ø]øÅW‡–¿òøÒ/ôýÚíËìÉîµÚ¿³¦Ë† ±öûKÝ¿¿gkåsoe Çš^0Jø/UBÏŒ5Ð'}ÔÉ2¾Ôô<³\ºsMM?÷z}¸¥ºÏåó÷]uŸ;~ó)èû¹°fhÂüº]€:/øåŽ]A6vñÕ ßþúB#ó6ÎŽ~´­¢“·úíXn-¡²é³_¾kMÔõ4;#¸½ôºÂ=Ø`ktØA¶tšç}ÇVpËBûŠ+ʽ˜#m·>]¼êëZ5Eúhuª„ûf¾€Vnà ê?ÜÝ ,Mþš5¼goìXaOt¯¬žÞ¼@ÌYcbŠ×ÜÎþ «IHôVwU¡×Ù:ÁLð*á ã:èž¡~}ðÄ(ªûÁòÌIJ`œä2vë-RÉî?WötÔéjqm»­‹í+ÞL“øXø V“øNŽITÿI»3"ÌÖÂÐMÏí ò¤)iعáÖqG@š'o[f7¿³Ø¾ú~•ó%8ó­9¦ZõÝ"|“c²w…Þý.„ Æ£%˜š2Ýeþ0éªTYÝ}Ÿh˜ºŸÉ5‰ó` WáÛtWÏÿVü|N*SÇ+€‰Öc5IC@+ᬾâ匯Í5 §rS„•`þϱ—"‚nV“ã˜nXmªé‚}\AAAAAAAAAh…ÿ³S¾Ÿ'œà]IEND®B`‚assets/images/plugins/pagelayer.png000064400000005517147577723070013506 0ustar00‰PNG  IHDR€€Ã>aË IDATxœí]kŒ]U^œµ[hª$¼ ÕJ›bQÂC¥|GÉ `BðE¤†bM”€(G‡2÷îµîÔV@FÔ‚iƒPѦ$Ä”ŒA…ŠÒÆÁÐVÒNéÌ9{;-0ÇSl™™Û¹}Î>wfÉ÷­o}û<öcm©†:ÑÀÊÓ#¸}‰™Ù}cÜQê2'¬¾Wõ>Y7çVîˆ;J]2£t]·/‚ðÔÂÀun`ºçÔW òZQü'ƒ‰âQœZä~ƒ4 È¿ ¤Ï ¬:ÑuîÓ¯£¾Ì ý\û-º‹âçDUn5ª|Q =G¹ÖfÊb„³bÔŸ¤Dñ^‡E¯M¤ÿäµFÑÅþua C@çòAŽ¸1>/ßœÀm'»Ö°íB¨bÔ¢*ψâ7 PÌHUAz0Vú|׺)ôaŒt…(þ»ûÂÙ§AÚTUz‰k ‡Â`tÄós®‹”øÑXÑ®u/bॢøo®‹â‚1êÞz¦ç7‚@ù$ƒô ×EpMƒ4´<…P¹®InˆQw ò×â‰ù±!èZàº6™"‚ÛßnÖ»»¨LfVÄz…ë:e‚ôAÞîZä¶ êߤÐ=×uͬA¾*Š÷;¶ˆÜ?Ýgº®]KØ åÙ1òçb¶/÷K ¯s]ǦB÷\QüçˆØî‘€¾ÛVk ƒÐ=_=]ñ¦ ÒúÍíð«h@Ÿ!H®›Š,¼ ö‚>Ãøâgl½.…Nt]ëqèþ€/~^&àu)ôǃÐ=7Qü/×ÂL'¤õ…˜>ô_ûîˆ|¯ëúƒ(þ£s!¦/߈]ÎÅ?,€Ó#F•/ʽø1Òåbëµg3Dˆ€åW|(Ÿ&Š_sž¸ç¡|j'„Gg^üèAÚV€„=dz+sˆ_Ü)0iŸQúÒÌŠ)>OÚ~›6§¢HyÇ8N…×òöÝPžm½ø;!×Ví!ž“E‘ ±š4Šþ!ßRktÛÓ‚>$Hw‰âÄu·c‚¼9…kgXIZ7¸N¨váùƒtU ½v’­U("HwÊè aç:L¨ êkZNT€Ï’"~ø! ľÞõ‚HJ§¤{ë1±FÛZEýéþVk©†V@åÃFñ ®µoý¥¦“‚òÙÎx+c§‹“`+¬9Ò ÿ¬:bÞšB8³©„i£ó&òRV½ÓnɲA„úšDqä\³Œ¾ØpÉèè/Ä»ß mL üŽ j•bUZZE/¦°æȆ(ÌÁMä _Dªtž)ÈN)£èâº7°òøDUÜÿ÷·qñß„ŸY„'A‚¼©îI±8 å®6Š뇰#ãúä‚XñRQŽ{!¿>ô®IƒM!=Â(~Öq°/ B÷üj“õǪ€nš4Ðx‘8ýø£j¬èÂj’;$ ï8XÛ¶LöK+ÇA*¾9§zäŽ-Î4Šwª/ðY5ìƒNEu\¢ø9Öà † ûTQ´Ï•ÆFéîšÁØëçʯ(½?ÇZ8ƒ Êßr§3=Q3°8àeÎC¾#Ç8Å.gg½i_J§L˜AºßEPéÕ<wVAea„ú“ð²è½TæùÛcùs®[‚tŸ€RèCAÞé$¨€¿—µàètQt«QôœÔXÃ7H»yCðŠ4‹}u‡ …N4®¾·Pÿx\@à8rä¾,çùcà÷rŸ4þkkDQ˜f¸×Þ ¾Æ‘æχc;Ž,ÁéÁÌè›-OÃ"ÿ;«FÏ»¡<[v9Ð\vA8ë-ÁÄ^éÂFéKl Ûa‡ ýÚ^œ´/FºÜvœâh7QÆ4­¤‡òw"oß ×[]ìI!ìä‡3‰7à¯ÙŒÀݱ ʧ…S (ÿ&ŽHwÛÔ ý4؇ËŸ¶o ½3œ¼úÁÿƒxzŽ’@›Ü]ˆúJ›bÔWgoZÞ)°ÒêeQ‚ô`ÞÚ'Hg]ãc{Η€òu òþWkMH4ø8“׺;rŸ­¸$¨|=o2#Xݳ$w(ÞÒg±Û•QÜcì#CP>ÛZìPz_Þ0HQúÏÝ£sÉñw^éà ð°-wA8Kå?Ýg+þ=Î1yŸADIû÷ŽÎ¾VçõÞ–·L@7Úð@·’œ LéØé ȯ83€Ì»»+o$-·'ý$wŒšàörà_M+êk­‰§ØÍœzÀˬ倜ï„kÄP>Ížxô'°ø70 PZlO£êh®Ðb¤»ó.¾¨1Û½C¤‘åÇþ›(ÌÁo€ ib¤ ”O²çXæhØ0ÀË6b2Š"Qô„ ô·³îKX¨Ã¡ínƒúj xYÓDúr•…CÐó6[1M†Bow´#ܵ♠A„7@¾0}ÃÕ蟰EŒ7@~(d“(o€|PØ6qÞù °"½²G¤Jç‰ã{ Ò†ƒ{ œsØÀ½ZGtN!/ŽTu´áõh{ œ#£»zŠw‡0Ò¶Íõ\­ë Ð8ö@8Çt£³Ûu°îË£½êÇ0T¥ËÆÅV®˜ Õ}¼7@môA'ƒ^`^a=íº°uõprúÚsëNÒ`ývÄPZ«òG“€–¤ûy›8žÃoÂ÷4”x»@=#È;Zeî43)>oßÝèemoWýŠÇ7ŒÒ—6. 7À” Q´º9½¦ŸÚÙìõ6ÞíMƒ4/j^@o€væH<Ñ5p è ж4¾¡u½Ú’õº´ž¹þIôh;¤õVŠà Ðn4ÈëRè³vÛŠ7@qô±oïªQ½Ú‚i}]ëû è PxfV|o€‚sDצc/{¶ o€3Ð×ÙÒ©¶€Þ…£Aˆ]hK£Ã è P(EGÀÇÙÒgr½ Ádfe¿ÌÔß·¥Kýz8§Q¼Eæß9¾yCðpÇDUÄtÓ+@ÇØÒ£q½ÜéAÐﶥCózäJƒüh¬è[ù· o€¼ O›ªê&ÍE7@–¤êèˆ×çÛÊ×:¼²í¼3Fî´|»H&ð°Fc~#]au½>kx´@¤—¹×¨òE“6b(*¼ê£AŽDñ_Œ¢ÕòW†@/°•ƒSȼ»º$ AÎÖ `#.E[éÉ|$tWè.Aþ˜Ÿ™B'¦·Zkg¤ýiGÚ¿÷Ø<Ù×gï™nÝ3ÇFLa˜áš{Añ?':»È•œIEND®B`‚assets/images/plugins/gosmtp.png000064400000013124147577723070013037 0ustar00‰PNG  IHDR€€Ã>aËsRGBÙÉ, pHYsÄÄ•+ùIDATxœí] tTEºvœÌ£3D¬aQš]0ˆJ‹ÊàœYTÖ Ð@F`-:ŽÌHÝIwg£³ˆa»v\ðÆ%AOzIoIš$†D^}Öû«¡!Á{ûÖí®ÛÝ ÷;§Î$·ê¿õ}·êÿëþU÷®»$ˆÕW#£³lŸÈ¶­6_¼zw°í‘@`òeXËþkK O2^’i•Dp§ %ùž"‰àù-E0(ÝúfÕ÷ׂm¦1à|O‘%V4wO1/“DÐΠÿ¶IöD®ý°7òoŽ‰ÆK=5–É’Ú 0ù£rºŽIF^ò=þ¶ª§Æ­¹E~K¾!H¨¤DFD¾§Ì[–,‘DL ]«MþM¼"HhóæH´víV"òq™=»-]ªóþ$pWEy%ßG¸ëÞ´IOðô7¡E‹$òýr8îF+WÊ_‡ÉÏZrŠ—ü–"Èö¤z&ùr¿Í;hþülwg®XA>LMòãÉÉ÷õ´fÁ"ظñ×ÓAl¬D>   hÖ¬fw§.Xp DÅ{Í¡÷#Pî2-ROýI°®N”³Œ!¶qûö.0Bh5ç+Ò°ï/Z‘ï)<"ð›üV"P0Ķb,[¶Í™#‘O¬ä·ÁÖë½?¥Ï³úE>.ª)?!ýÂwÙ¬ÕF¢Õ«§Òé;^É÷”y@òÒ¥ ëõÅcPê§_ä§ÏÓ¢‚•¾u Däßr´œ(!a­ÇWHä{ÇÜWÏ^ZËÓ‘*Ó/­’ç`¦í­a&Wì˜d”?™k—/=V+ו7Ê?u]éNZ/Z¸0¼ýwˆÉ¿5p‹ h ƒt³ÈE žÚŒÒc%òÙðí…«wÓ[ÿÐ-Ù|ˆþ¿ðD#ºg«uV›PuM6ýÐaK…~æì¢69A$Ξ³~f±ú¦VFdÛ c GàšÍÓ+ß\v¬® ®ÅÇGÀÓ¬òD>‰v¾É Ì8þp“Ÿ§ï_"ÿv`òÇä;¦ß¯2º£†+Ýz¸Þ¦P« s“?¾ï䓈`ßÛQ^EpƒüwkÛÀ™†æ»Çæ;^òÏÑ"¦ ÅšOÎÑ#ß ¿Øò}؉ªËwΟüäSyòqéšl¾ðÒ¾šçpýèí· Å‹­TÈÇeÎœѺuë¸îÇ-‚ôy§Z8|Ääu^ ûã‡U ïþ ŸŸïC«C±]ƒ£RÌFZä{ÊLë©W×¹sІ ˜ÿ…9~\%!á ^ñvO¨x]4ÒÎhr m®ž´/^û¨.Fžj©¿gügâ×ç›ïoÿ†4^Þ[3@ ò=å‘íÖSËOÜÁÆ ¾ý^…Ój‰²oÜ"ÈŒÛJÚò=¶ƒüóÐí¶Û­¦ï©î^ý_ˆÅQtPi÷ó™è,”aEê,¨K²ýþ¶}ùCA+?ª¿.‚wßõ]ÈŠ7KÏ‚p·Ží^Ê´5_¼ú;_êEÖÏeèhÒT[ñ[Ú6û…wW÷ƒPï[o$ÁWÃ+¾cû„y¼Õ_O ̧£U__d `ÀìæùÒ鞟 ©-ï)òÔÊÝBEà&¿ð JyéÊZòVȈ`B¡óé®jïO><áõ½4æYð4—²ýþ‰\{©?6€¢‰E°té‡b‘¯-»xÏà ë—$£Þ9öÍÄ÷ç!_=Í㈆†0ù@îe>òû¦VÆŒÛáGi̬”QYê¯-¼"˜5 ?ùÛÐæÍ¢†dcò1Õ¦zo}#DÙkÕ“ù·“+ ®˶Œÿ>áDæ?VtK1—Ò°É-‚øø_‹“¿rå_h´Ao"èäo:Ùàù­D¯tûžZ“ßq«ñRò1ÒÎ4ÊGåÙY¾A)-Û ¤k-‚“ïø51]Ôæ›"ÀÎ,Uò[–Œ&_ÈÇøô앨ÑyŽ=N‘¦7E€ÉOHXI³n!x¦°*"™z|Â؈l›Nù‘Ää{JêÜ"tÞ&îtà+ùtH¬P²]ó(„~´mu‹`ÕªE´ë ,¦Ð©Ô”]”‘ü½›üœe_ "ßSt³ E¿äcôИY0 ½’ºÚ*PÑê)H=Õ·¤,š]}–ºQò´Ê÷m3þÛù0Ç]ŠJ1+ ¼á<(ááL+«zi-mJ()é´b…©Õ#©×]´F†ÒæBÝÓ. LJ_ N‡JÞ'iˆÉ¿w›ñ´¿äc@ØÈ*€H•©ÍÀM~|ü·ƒ_ƒE€NŸ¦:ìºE>OA,‚`’‡}ò1fîwmd«Ÿ³cmü1`çì£oùÔQ­È÷,‚uëæ òrªöƒˆD€§ 1ȇa9Š„|<ç“QÀL®º>q]y˜ê pþ—bçHó #è:6ò=eþü híÚAòôKH¿x=uò;«MLÄVã)>6ܯ21\õe|ÓÈP½ ¸Ó¿3ã î!S=µ ¥Í{5ØÃ{7òƒ%‚ëä+€|º‡SaòaNwÒ&clƒS+NÔ1Toä6 }Êwî¿êÅ–Ãg ül"ŸТE©Dï°6lxŽºí·‹ -’ñêñ:NŒßád¨ÞL  ÝoÅ ÔÙõsh Êüó$TgâR(^G³g_ãÀÂ…g@Ãü±uÑ‘Ú¨¹]1·;wSšõm’|ŒÔòFNtV›Š·sèõ1H7“ü[ÃiÊQLæ2™~‹Öz&ÿïÌ[1ùƒ3¬§º&›ëÙžt‹ /á!ªä;¾ûñ®nÉæ b“a¨¹2Œ«þÇsì/Óº' Ãøɧ!‚Å‹´È÷ôG@NÅŸ3y@gy¶c’±Zlò1ð'Õ:p´1k¿k{ò¾ƒ´„ä{JÊKçPá_f¢ê2VGŽU¯½f@|ð”?¶ÞN~KŒˆvòxŸÔÊàíÛ¼‘_d ʨdhµyïVöO¯LÜU¥¤Õ:–…ts>_ÑÌh@û7å¬ûºTnò—/w"½¾«¿öÂègàêÿN*Ó¥IEU/øÛƯ@²ÈäËS-q4ÛJ1³¶5"Û®¤Õ:¾-¦2Ÿ:׎àÕ‘üν¬×?⯭Ïítê½q€K÷sýäâjzFõK' ?шúèè’_ü°µ×ScQÒlÇ'O$äSAoÿ _ÎáÓÒ'¿úekS–hTÒnË-‚´X2„0ùÔDÐKcŽº—g…æ|L¾hçÓõÖZLlí>™k/£=™"\ï"HŸ_‡Ž&úåÅ Á ÅÕ¯ %ßSÔYœÈ7 äGcoÞ[å Ö÷ИE=œ0œ#38&Ï¿Ì`oð*Lþñm£Äj› úo›"Îôþ Z¶#wóøNáR1ù@nùç€üÑ"Üo+€È*€!™ÖR1Ûu‹ cÁa÷{Ê䣬ø”³,Õ™ˆ_ ÏäCœÏK> û ê=-¸rñ.«@|¥b·ßš¹_bÐ"?cAJž^ïÎÐÍ}uª.#ÞðE0„@>“¿ºô\dgµÉ+ù0-\gÿƒàÊ}Ĩ\öÌ`¼i$í»EPðÚF*ä§Ïk5¢¨§þŒrÞ"¾/’?Íc ¾CðxŽ}Ÿºú¥UVã91yŽ½ÐØ;0D+GdÛ”Ïî¬RÆ–œU>”iÜ-ÅÌLÜUÅ€óÁäT41'kÿ·¿OFç;örx¸g|­3€³5ù-E·üÈv’8M›K˜|x8}?„*aMÁ¢QpÏý*z@kAÓ­8³÷çnÉær!KÁç(…ù­ô©|Git–-/B<ˆ,”Ãô6% õ¶ú†ëm¨¼¡¹Mœ“%;ù7E0íTøºÚøM>Fÿ´Êµb @¬‚÷҃߂ÞnEc ø5q=tF' BŬé{k²©M‚ëÙø#µ^÷õ‹xò¢¬Ýä—~AÅëÖ€ˆ×ñAQæáûm†Ñ[Ðyƒ¬ˆ;t6&<±¢9ؤŠQ “~‚ÎúâéNúëä^€r{ÈV_D(-v?:²EÐ^Äû]1w:SvWÓÙÃÃÈÖÛ÷Ø·§2~Y2‰Jgz? m_Ès‚¯yÙ€ô‹ä²‹xG 'ºŽíXÓ+O²O½‹ „È÷ õL£ Â/Ý=¯b[‘J¥w6–pŠ ÔÈ÷@ÿm“ì™BçúÎjÓ%oÙ/ÍR#Fü›löœ.å3;ÊG¶[•p­F’w`Þ=:2Çn^iè¢6@4†N*Ó—à¼9!œsFªLÎð$£~~¶§Æü3üÌ1`+!ÄŸ‚ë FŸ¢ýï\?FN=姎Ÿþ/†-D„M(t*¼‰¿†Ì°ò£zAïN×^‰Øiþ^¾î³óò?WËÁA“÷Iµ œ}À5öù¢*ÂAþóñšÂ‚Wö¹” $%„>Êû¶™”Bþ÷ñˆ,›û„ЮÉfŒDøÜ oà wÂÿñ‰¢œv}¾9\¬~ó÷1rYK´H3ã8ÊX † ‚@*|ÂÕ*"  çw×îúìì•Î`³|ÕÇõr°9™ËæCŽDÁTòTüVÀCRŸA"\BA-ÓçÂÖ¿þ} ¶}à>Ñòøh¡-Š`pûîb\æ•œe‚mÆè©%ŒbÊŠ«q2ËZ¸‡gû¦Y˜wW3ë?;Ïä¿c>u]boú‘÷L<_TÅ*¼Ž‚ÏB ÑFP úê¢ :1î^àé ÄþCÀD0©¨ŠéƱ³HHÁÉ,ø\"|8„–8‚¸‘ÐWîd­¥ôáíÖRœ%~EIxbÅÛ8KjdŽ]9ew W;_ß‹€üH•äð…4tåaã@÷ódµ,xêˆ"$@ºD~ÈCõÕÅ°1ùÂD #öûKO~ÛÁ?ÿçBØã¹vþ”ºPŸ ù‰î/q†ý6œhmp/äð‘cy—ÎgX$+NÔ… ×[×ûòå“ÎjÓaiy·`ÉÑZ8o:¼Ëˆ”|˜:ʤ;í •Á+œÁþâ|‰ü;†ê˲qŽ©ÝS̆êmhPFeÃSùŽ¬û]w<ùÿ†xÀƒtqB IEND®B`‚assets/images/plugins/siteseo.png000064400000016404147577723070013205 0ustar00‰PNG  IHDR€€Ã>aËsRGBÙÉ, pHYs  šœ©IDATxœí] Gyþ{æ]«]i¥•´«Õi­dI–APqÂ(C0”1G*U$8…¹BÊÄå .LA’¢r(®`¨ „*BRT0U\…ËlŒÀ6ŽåCB²d­,iOIÖîÛÝwMwþfz¦§§çí5o߬ü~»5=Ǿׯ¿ï?úŸî™tä9-¹v7 #ž¼qͱnb 0ȶ !öû°¾ë[p{øk×þIÚßÛ!@‹åmN0r³ØÄ…Ä:¹ A݆Û]¸ßç{…`À˜ü…ðë‚áq!.¶¢},CÞß*ølñö´Wz¿¯½{9ƒ"‚Ü\€ý­[źç!z€àø–Vü†äöíÃ=Øùý>¨ý>¨Ü\ìÇã»ñøvg[+~çs’¯¹F@I4¶\W›Êq¾KÑÞÍ(i4ùáõˆBbÒƒRŒh/€œ²Ljvûhq Í¦ëšXÛõšâ“=÷T–Óì‹çð!B­[œˆi¯Œ@‰ðý¿X¸/¾Øšv]1ð5þz,ŸÄò;Xòêù|–ïâ3yá«Ù‚µ6íë”óIV€ÎYÌ»’"L «¶·5T—ÑI¹"€àïÇÍ?€gêóúùuPçûE™…¦Ý™+V@ºÝ €o`+ V€NÚÌ÷-Õ= m&#þÐMHát9~Y¬צÝw«š~p÷6,ŸÂ²9võ&"´×™á9®v· Z+ý°®Ý‘`Q×Z¬[–ü$Os‰,–²\,ô=Ô&àX]„ñ@ø]=Ëî4MV-®½ùÒ@õdýËÅéüM¸kGN2Oɨ×6Bo{Aãsƒ ‹ÝgÁ¸À­˜X[ª®/.°þgs­N5ïÀš åÛ¥MH¦±´ûqUàà-ŸoÏYwËùÝú9·ß,lÔf‚¥DüÞu¯\ µž¶Jÿ+µX óîU!˜Â4^w?M!•û "嫥ɭ¨1‚b™~™rW®>xÇä+yç›Nuo‹8Kê xáÚc²— Þ/ê6éùÞ¼mAÁò@% ö4™Iå¾ öü¯gše=Q‰ "uÓð1z­rªæ]µa=bGˆ§ÝŸ«ŠûÞ=qc#Ï¿QœÎõu],x}ÀIÍ%ðrG½Êmôý¥¼½Á·‚€*j¦½cQÍófÀ¹‡•!^Ä Æúªæ'ÕEø=÷|ýâÞá´ûtÕàÀ;'¯«ÿâ9ѳv¤+^1ùB1ý¨qbÈ©²¾bÖ¼Aõ»$m†0L¸VËÕ ƒæõ Ð4gÕü@’Ào íÿp+úuU`ÿ»&wÕÖ8?ä9Þ“«ÚÐ=^n x_ûK°A8|ªüz_¥L Ÿ°,Æ xõ¨æ3¡ '­@’EÛ‚í¿õ«“{žhEßfž×Þ|±w¶§ö#“@Eî:_ð4Ý£öÓ–zmwj?“– 8·*ëÚ¨`±V ÙÿÏo¢!¢ùø+ÄŸibèË­êßÌ`vsõ?œ¼Ø/p GZ¿v´œ,ºð 7¢‹Æ/À«£À…·_MVÀ½’­Äê¦X Éÿ‡Á\’€¨ ùYƒ‹a|èáVöo¦ °û/FßÝ(:o”àç+ÈÑ}×x=Zƒp ¢Ð嶺šY™ë™qˆƒÕ| h¹!˜Ó­€ð2LÏâ¿£XÎc@zÿÖåšóØ¿_Ü+b’²d–Wÿéøæ¹®ú?aÐçŒ$Xs¶ènõ€Ow}¨>&Z<r|F åIf¼©ˆúw}Dà$G°L"FpçdCˆÓxâxƒÃhÕc‡ŸûÜØîÆÊ÷°'™$À¾÷LäfûjŸu |ƒÔv*Ý^ð5ùÒ`›ÃŸ®hM‡oþwÍ8Ä­çPÁêy,“,j.Cp‡ñšSX?Wvœ ?½ct%ûm)’I ø×£éÿCWÛ-PœÎ‚&¿¯îÕ…ÕÍ·y*–«Í’à›dË$Òi”@®£Æ:GËuçäGžÚ:ÙžÞIW2G€«>4R¬”ê·òQãüšä“³ ~ì½G*íí…•“Ì º®þ §Èo”À{$(NåÿŸ4ôs@  h¼µ>JÝ.ûïªã|ñ÷½ñíúY‘L`èýcötqî'ÏYÝûDèºTˆDü&@Û5D)ŒßTÍG· ?ÆûΩšóà=ºÉiï¯Í†dŠ3•½¨ýoæ9ø~n‡þßÿë Ëзf––bÆáÕÇk¾ðú7̵ûwfI2E€z—s#Fþ½.ð¾ÿ— çgmß$k?%€¶òèPå‚#à}3 þí7=Ü×òqõj“Ì`ÛíÏäÊ…êëÒ~5úÇ:k 6;LËÿ›ãõ¨ýḜUÁßóêýßi÷ï˪d†³k»Pû7Hü#€i¿ÕtõÞ¿j6poB³ÿÉ™:¿»Ý¿-Ë’4JüÅH€žÐïƒo Ø5Ë=“¯ïwAbýy‹¼é¡ ³ßD2Cžç¯Äâj¼ü¿Wr;HÅnkûk9E~Ps¸ø›Wî­µûwe]2A€-¶/g¯w”¼¿4ù4#3?ÞÒoüèy€CJøé\Cn÷ïZ ’ LV64 N¿È)ÀûàÓ6W—. y(gðbùÙ×ü²·cú ™ @}³žçE¯ðý »¥¹OÊ ”ÐÌ5xDëU ²=…ö¤&™"€5iÍ8ÛÝl ‘ô’×ÈÜ@K™…iN‚uXhÌ=³Üv! ³klkIÐqJ '‰@#Ë5³ù÷G›?}õùâ­'¶¦üÀ¥I¦à¼èyU8w$q&(€? \Óü°Þ ^2hÙ(×ùÔ楄a³>¼ÓµÜ›bôý2A4À¼,e‡Fñ\€Y áÒ°&š/ëÝ®H!érë‰A~÷u/¢Øc Bô™ ˆÝŽmcÞël3±†1{0‘xŽzšæûÒ-žæàS±Á›JÒ?vÌ<+(Jº#» µàÒ ¢Ói´k¹’E4×Xê¾YPƒ½fD \À½i4 >g%ø}•” 0ÝPG¡™AÙ#À<É 7¬£ ßÉš¯ÖSË¢ã9k)æ^9˜À,ù¢çf`f&†dL6m½.P®h>ÕS˺áÇ´ü~$/À¼eb 95L±JZ83ËIJG ÆPÝØKæ¶äôñù­@jàýF}µ¬Ù €ŸfÀ !ƒy˜ÛɦÁsæ‰òI"ó^:øá#×Zv£ðã.`©£È›À” ª8NÌ:(V`ï²”’de·÷¢HšÙKX¸X¥)Œ¹é‘ó45ÌŠ- †4œª;Ñ "£m_{Þ¸ýŽÇûÛþ4“ì ê&n’×ÈI,,,b)@ ¸\sʽ»ŒZߧš{U˃d­ /¦û~?v@Y‹uÊ´}™XöðB4×ç$O QŸ$2¿¨ã¿õ4šuó£›j÷¿lê¢eÁÎØðO »ƒdPôé£Zaœ‰u‚Ù#I³\õtN©3ˆƒÅÏJm•pÎbO¢x¡9Tb—:ð2t1ojXÛ× f“¬ù21°ƒëš[÷ÃÁ倊 ÇoÇ'‡–l%è0! ¶}`6 0–x&˜nó_Æ’êK—üa}™˜‰4 p9ª¯‚™˜–Mp˜ÑRLè>À‚Àï"YŽ¥Ù¬c#Þ2±ä{’y$Ã…ñ~€÷ÓX‡‰b¹y©ëQ©ÁB‚Àßà¿ ûR™ ˆƒ±II_#‚täæÜ·‡ÇW ùsMšm[ªd“¦±‡(>EpÒKßdÀL‚ÿÃÿöJýv+*õ8kºNP½)dAÕ ð “!ý§X-A²IfdŠ¢˜õ·f @Îá3¸ýì9t¹ÍBøhj%ƒzã`tÁ(%ƒÊuǼ´{¾{ÝExÓÃ}­hê‚%›¨£(º#çÇÈôÓ€.ôÿ4ñî–ÓX¾åküÓ­lÖ¥jc®'W˜Ã¡`ohîãD - >q4B†uÜ›ÔÖebÙ$ÀÞCFŽÐ‰†JçêÓØM=GÈr-ÃÖÇÑǯè#×^}¸·|â÷æ.#ð[â`4èžµàïã¿ùËÜίdûM’M úP»›`ÛbG“× †D¦†)ÄP-À”°òߪô”Úûk²L€Œ öSßó[ðsƧ†ùûÇê»*XÛû¿í XmÂèõE, ¬éy¥(3…¢V L<Þ(ØM¿h…¤C€EJÁb%ÓäP5toW0Ë䈑åpµÔ¸ì>ù£›6K‡‹½èCL¯‰ÞŒÆj`HÙ@áDW oä¿®¨ßiPÛö7›v°Ù½¶´>oYÛ,Õ´ƒin sSÁ*!N7rÎ+]vM¸ã"À\û~',B0²ßGŠOZ¢a¦áMö‘„8šÿù.kÆŸ„æÌš¾g%¥C€EHÎbo°™ûÈ`à ?ðI16ÛkÄõ¢ó³j‘¢~¦|ܱ{Ž²N °Zäô •Þ¢ÍÞeš ¦ÆD„:ŽGfk0',þƒJ?QÏ™úùW+üŒÒ!À¥'o}0Ϭmª–›ˆàŽñ/UÄCµ‚s¥H&?©½r­O– ç^W,ÚÖcÃ?dÏ™æüó üLÃnÖ·tW#Õ¹ K•æ‘g^WÍõäí/¡ÿß’”ö%àÏ þõ ÍX6&ÿ& -Xm¾n…¤C€&rꆊ…¦ÿôýo0™ûqtVˆoN‚xt–Ù‹˜äÿŸfâÝA$È™×Vò½…ÜŸ¡é¿Í¬œÊ !,ƒ¸÷2Àãs,áÙ¦‰Bk~~‹—&dôÆZ_wξ£`³ èîR°)Ä“U”9.3v¹¤àlþ‹ËO°<‘n‹—.(òÌk«¹µûՋ݉&ÿ%“Ž€£uÁÁíÁY€ñº:Þ™¼³³øY‡ßBóŸ‰ÇÃtàËøµwåí¿zÊo~¤ÂóÕ„8V(;ºð@ïêøóUqËÄ¢¬=þ懭hÿRå9I€ßºiºˆÀíÙ߀ëòÀ^Ö#¬WÝÞpö®80K÷n\Àe–¹“À¿ä‚Ï|Õ—„X¸¸ µ¿ù¢—–+Š×¼ýij¸·Câ.z Ö°îDÀú€ vÜöÆpLpW“™’å €÷H)Aw¯ÅX3X¾ÚŠß½Y5¸êC# ;z#Øœ âvº!аƒÀE·`¨Þã™kµÓ¯ LyŒ4Zõ&¾_À›ã¯»€EXÏ ö·}- .™ ÀÀÃy°û“´t« ,‡Ý¸B€·è‚€¢šb€‰øfÁ¢šªúë@{Cí&H¢XÏ3D,BHÿ]WÉ$8Œå®”»-Y1løç“äW÷a'Ý€ÛºûæÈl{jüNö áÒÿª/“àBD=5ßÊ1E{ÝÓ4’çá1#–ÿµuB~t\èžÿ»Qû§ÓíÑtdEÐû¯O½5øìhßR;MÕ"Z %$ ñŽ Ã4ºyÌwT{E„a[˜‰X X ¿­Ò óJ6”O"øm_œ$-%ÀÚϧ!ÔGü;ÝHIï4M‹<+¾B“&É 0Ý-€nî5«¢HŽÉψ“…€»ysRè{þß·°‹—--#@÷O?þ6¦wš È4B¾TÓ^Ó^³[ÔµWJ"„)NÐ,ƒÐ,…m·khÌ#ð$byk º6Ui`âfa±Û¤× 2ˆ€s  ­h¯É- €N,×Þ$Âäè®Ï3Ÿ°jºUÇâ°fA-Q»µ?3oK’– ë®c%ÔþO±„áTh†S1· ´N(@kÇ­Ö]€L×D- ÆûòEîŸЉ0Œå&?ù™Ç’ÖX¯ÇžÙÑ,bIp AÌ ‹i„h6Œ‹Çácè%w-åë„ü>Ëw þVq`ùc?“="-!vÒ[š@ M~¨ñ`ÜBdÌ®ûk$¦aœlZ>Ùrþ„NS Ø!ïý©éB$lYð“Àí[îy’eb¢ÇB¥E@JÔ¼ˆ[0h·agr ±¨üc–ýï¿j6Ú4dyW/ÜßÒEÐRû͗ǽ-ý÷oèþúž'²ïóui•èšZs èiwÜ_ëø€¤±–‡@ðêXùþ ?!Ö¡ˆü­pƒ9 8‹ª̼԰ðÚ¥^‡å,ú0V¿}ï£VÛŸú¹iU P5}ÑcW×$“¶º~òõ¯À-ï8ÏqÞ)¬˜êÜèÖ;ç5$Ì»in5¿.;² V°§â‚…[ïún¿‹íûÈ}å†[Ò‡+$-²b{wW4jÞ; þ;€moËóÂ} ºð}3 ¿p56°¼û= ~9øZÔDÿmÚjžv¾Û_âö6<ò‹ûÚ¾°c¹Òª<À9ý·Á÷›¼‹CcÀg-÷´´“k[µž @$ðš7@3]Ï—ðw fp{’ô_°]÷>ð“®UiîMÒ*ð´«ÉôÅAÇ-.¨d¿ƒÁBÅTw}|3 ´i8oúwÜ>Öä;xÝ]èNÿêG=¢%ýÕFi• xš†g¨õƒ<øÖ£+}²Ic£ñ†ë,ðƒ8õzߧ[þÖKMãaz Üã¸}Ï܇—~äîu©=k8‹Ò* p’€wvøà/@Óõx¡h:3 °LÄ"uJÌ!°e<=ÍÜ'‹‰1þJ‘Ö`¿à¾ÙCÕþeGe¬EäOáŽfÖ¨ã̱FYFósö¸]µ'.ܾûŠóÑ­–Ö¸€gѼR¼¤™òXÝKäa|p÷©`âþjìêôù|Ù«Ür;›†þDŽ»:jœŽ´&|Éó+pæ=®u Q›DÔÎayµõFÔ'Ü16 ãÖ´5ÒxýµF,¥*_1ã­ŒJëæì<´^?$”­ªÍiŸü?PlßßIEND®B`‚assets/images/plugins/loginizer.png000064400000062314147577723070013535 0ustar00‰PNG  IHDR€€Ã>aË pHYs.#.#x¥?v OiCCPPhotoshop ICC profilexÚSgTSé=÷ÞôBKˆ€”KoR RB‹€‘&*! Jˆ!¡ÙQÁEEÈ ˆŽŽ€ŒQ, Š Øä!¢Žƒ£ˆŠÊûá{£kÖ¼÷æÍþµ×>ç¬ó³ÏÀ –H3Q5€ ©BàƒÇÄÆáä.@ $p³d!sý#ø~<<+"À¾xÓ ÀM›À0‡ÿêB™\€„Àt‘8K€@zŽB¦@F€˜&S `ËcbãP-`'æÓ€ø™{[”! ‘ eˆDh;¬ÏVŠEX0fKÄ9Ø-0IWfH°·ÀÎ ² 0Qˆ…){`È##x„™FòW<ñ+®ç*x™²<¹$9E[-qWW.(ÎI+6aaš@.Ây™24àóÌ ‘àƒóýxήÎÎ6Ž¶_-ê¿ÿ"bbãþåÏ«p@át~Ñþ,/³€;€mþ¢%îh^  u÷‹f²@µ éÚWópø~<ß5°j>{‘-¨]cöK'XtÀâ÷ò»oÁÔ(€hƒáÏwÿï?ýG %€fI’q^D$.Tʳ?ÇD *°AôÁ,ÀÁÜÁ ü`6„B$ÄÂBB d€r`)¬‚B(†Í°*`/Ô@4ÀQh†“p.ÂU¸=púažÁ(¼ AÈa!ÚˆbŠX#Ž™…ø!ÁH‹$ ɈQ"K‘5H1RŠT UHò=r9‡\Fº‘;È2‚ü†¼G1”²Q=Ô µC¹¨7„F¢ Ðdt1š ›Ðr´=Œ6¡çЫhÚ>CÇ0Àè3Äl0.ÆÃB±8, “c˱"¬ «Æ°V¬»‰õcϱwEÀ 6wB aAHXLXNØH¨ $4Ú 7 „QÂ'"“¨K´&ºùÄb21‡XH,#Ö/{ˆCÄ7$‰C2'¹I±¤TÒÒFÒnR#é,©›4H#“ÉÚdk²9”, +È…ääÃä3ää!ò[ b@q¤øSâ(RÊjJåå4åe˜2AU£šRݨ¡T5ZB­¡¶R¯Q‡¨4uš9̓IK¥­¢•Óhh÷i¯ètºÝ•N—ÐWÒËéGè—èôw †ƒÇˆg(›gw¯˜L¦Ó‹ÇT071ë˜ç™™oUX*¶*|‘Ê •J•&•*/T©ª¦ªÞª UóUËT©^S}®FU3Sã© Ô–«UªPëSSg©;¨‡ªg¨oT?¤~Yý‰YÃLÃOC¤Q ±_ã¼Æ c³x,!k «†u5Ä&±ÍÙ|v*»˜ý»‹=ª©¡9C3J3W³Ró”f?ã˜qøœtN ç(§—ó~ŠÞï)â)¦4L¹1e\kª–—–X«H«Q«Gë½6®í§¦½E»YûAÇJ'\'GgÎçSÙSݧ §M=:õ®.ªk¥¡»Dw¿n§î˜ž¾^€žLo§Þy½çú}/ýTýmú§õG X³ $Û Î<Å5qo</ÇÛñQC]Ã@C¥a•a—á„‘¹Ñ<£ÕFFŒiÆ\ã$ãmÆmÆ£&&!&KMêMîšRM¹¦)¦;L;LÇÍÌÍ¢ÍÖ™5›=1×2ç›ç›×›ß·`ZxZ,¶¨¶¸eI²äZ¦Yn…Z9Y¥XUZ]³F­­%Ö»­»§§¹N“N«žÖgðñ¶É¶©·°åØÛ®¶m¶}agbg·Å®Ã“}º}ý= ‡Ù«Z~s´r:V:ޚΜî?}Åô–é/gXÏÏØ3ã¶Ë)ÄiS›ÓGgg¹sƒóˆ‹‰K‚Ë.—>.›ÆÝȽäJtõq]ázÒõ›³›Âí¨Û¯î6îiî‡ÜŸÌ4Ÿ)žY3sÐÃÈCàQåÑ? Ÿ•0k߬~OCOgµç#/c/‘W­×°·¥wª÷aï>ö>rŸã>ã<7Þ2ÞY_Ì7À·È·ËOÃož_…ßC#ÿdÿzÿѧ€%g‰A[ûøz|!¿Ž?:Ûeö²ÙíAŒ ¹AA‚­‚åÁ­!hÈì­!÷ç˜Î‘Îi…P~èÖÐaæa‹Ã~ '…‡…W†?ŽpˆXÑ1—5wÑÜCsßDúD–DÞ›g1O9¯-J5*>ª.j<Ú7º4º?Æ.fYÌÕXXIlK9.*®6nl¾ßüíó‡ââ ã{˜/È]py¡ÎÂô…§©.,:–@LˆN8”ðA*¨Œ%òw%Ž yÂÂg"/Ñ6шØC\*NòH*Mz’쑼5y$Å3¥,幄'©¼L LÝ›:žšv m2=:½1ƒ’‘qBª!M“¶gêgæfvˬe…²þÅn‹·/•Ék³¬Y- ¶B¦èTZ(×*²geWf¿Í‰Ê9–«ž+Íí̳ÊÛ7œïŸÿíÂá’¶¥†KW-X潬j9²‰Š®Û—Ø(Üxå‡oÊ¿™Ü”´©«Ä¹dÏfÒféæÞ-ž[–ª—æ—n ÙÚ´ ßV´íõöEÛ/—Í(Û»ƒ¶C¹£¿<¸¼e§ÉÎÍ;?T¤TôTúT6îÒݵa×ønÑî{¼ö4ìÕÛ[¼÷ý>ɾÛUUMÕfÕeûIû³÷?®‰ªéø–ûm]­NmqíÇÒý#¶×¹ÔÕÒ=TRÖ+ëGǾþïw- 6 UœÆâ#pDyäé÷ ß÷ :ÚvŒ{¬áÓvg/jBšòšF›Sšû[b[ºOÌ>ÑÖêÞzüGÛœ499â?rýéü§CÏdÏ&žþ¢þË®/~øÕë×Îјѡ—ò—“¿m|¥ýêÀë¯ÛÆÂƾÉx31^ôVûíÁwÜwï£ßOä| (ÿhù±õSЧû“““ÿ˜óüc3-Û; iTXtXML:com.adobe.xmp Adobe Photoshop CC 2015 (Windows) 2016-03-29T19:32:36+05:30 2016-03-29T19:32:36+05:30 2016-03-29T19:32:36+05:30 xmp.iid:1d5bef3c-30f0-dd4d-a169-b8f270d1c9d5 adobe:docid:photoshop:d81b93b6-f5b6-11e5-ab77-e944edb5e090 xmp.did:5d2709c6-be0b-104f-bce5-6236eed55034 created xmp.iid:5d2709c6-be0b-104f-bce5-6236eed55034 2016-03-29T19:32:36+05:30 Adobe Photoshop CC 2015 (Windows) saved xmp.iid:1d5bef3c-30f0-dd4d-a169-b8f270d1c9d5 2016-03-29T19:32:36+05:30 Adobe Photoshop CC 2015 (Windows) / adobe:docid:photoshop:8e013e8a-f5b1-11e5-ab77-e944edb5e090 3 sRGB IEC61966-2.1 image/png 1 3000000/10000 3000000/10000 2 1 128 128 3>? cHRMz%€ƒùÿ€éu0ê`:˜o’_ÅFàIDATxÚìytÔוç?ïý–Ú´K IlbßÁ`cãØà%‹“Éb÷ÄÉt'žt:Ó™ÉLúô$™™ÌäœÎdNO§;'“dâÉžtÒIÚKÚNâ8qâ ŒÁ6Æ6H ]µüÖ7ü~±¡$JTuÏ©S,%Õû½û½û}÷ ¥EºvI· €"P¤"ŠT@‘Š(Ò5Fz6Úyää•ò<(fóf`6ÐT@ˆZøy¸€¤¾ðÕŽ‡Â¿_)±®¹!w(pŠk€›µÀâáÑÁ2|c@òV¤Æ¼+ÀßÓ!ö¯ÛÝ@æšÐHÀmÀ»›€€>~&_Lƒ¼E€r`ð>À:€€ß[€"¦–4àvàO€MÀ´PÊ#—Ѽá+bð¯nàià_B0¨"rGÕÀ‡ ÂÈÚ"á«hîýELžê‡Œoª®_$ÔË¿þ8SÀÄìû'B©ŸJ|ÎIR|¥&í0\ÀTT‡¯¹¡Éúgàû@²€ ÓG?V„aÛ”RŠ˜!¢›Ø®MʶBL˜×…áè{€Ò†J"h5ðOÀß·N%óÊ¢qúRÃ|wÛãtöS‹OõóU…ì?„ XZÀ9uù ù©‘z@"('8=ØÏ·¶>Æ#»·qÿÖÇhïë¡"V‚DNµûÞj¸Ÿ„fîš@3ð=ào€USùEJ) M§<žà®v¾¾åQ^hÛ‚WNâë›eoge±8]gŠ›dpð¿€ûY×¢p'ðßSÊxAI4†@°¥u¾º…§7£˜šŽ#=^koeØNqïš[¹eþJL©“´3ƒ85¾ÀtàSÉ¥/[¯àcÀ_˦RÝ£¦aPbD9“à÷û_á·-;èè¡$C—_)t))Æ9Ôu’ïnûí}=ܵd-uåU$m ˱AÄÔíÉí¡ðUàç—Ýg£îrT Šÿø P7•Œ74D$Šåºì=y„ßíÛÉ‹Ç`9¥ÑØ[ S0˜Iah7ÌYÌ]KÖ±ª©™¨n’²2Øž;Õ@hAð‚ÂÔ%Q¶Å Ë€ŠPêÿ3Aµ.窦¦3£øÊçXoÏnaó¡]´õœ&jDH„ÿ7Âp…D?H!I9R¶Å¬ªZ6Í_Å-ó–3§ºMJÒŽíº Ó2Ô|ø&0tµ ølÈ|3×Ò.¥ ¢™ºŽë¹tö²«ý0ϵîeog®ïQ‹#…<çÜ AÚ¶°ÃЉ›QÿO¯|3)¤,©›É­óWp]Ó|fTÔÑ l×Áò|ߟ ­Ãůs ©äB)WŸ  åDÒH!05CÓ@AÚ¶hë9MË©6^üóטâ*ãTj€òPê?OPA›˜tñ¥hRC—)ç-ãÚô§†iï;CKç1^koåðÙNl×¥$#b F õm_ùÌŸVÇ¿½a#ï]µŽ?ìÛÍ·?ÍîÓ13‚ ?/!Ça8“ÆÐ4æN›ÁêÆy¬h˜ÃÌÊiTÆKˆèf¨a|\ßÇó=|¥þè9&H™0:¸2æ ß& !à“BÈ/ A‰¯ÔˆÎe°ë~‰sïRH„Èðï l¬ç’v2IN ôrøL'ûO§µ»ƒ³ÉAt©‘ˆD14”?Žñ–çâ¸.e‘æÎçßÝ|k›Ž®`OÛ¾³ýž?r€þtàFtcôç „Äñ†­ ®ïS•(aþ´–ÖÏ¢¹¶¥ÕTÄâDM]jhB t– 4—¯¾òCK£Fßßl?)0à+õ¥ÔCÓpE@þT ¾"¥œ¦Iº\ç$a,sF¶@© aã£ð|ÇuI;6CVšÞä ƒ=ë颭§‹Žþ3 ¤R q#BT7RŒÚø‘ßm{.Žëaê:ók¦ó'«×ógëo!ùãÏuùç[yøÕ9Ø}ŠŒëb覦þ¾A)EƱI;JAY,ACE ÍÕu̪®¥¾¼šêx9¥‘1ÓÄÔu4¡!¥@ŒüyBÓ€h<ß?©”ú ð ‚¥‚À&CjßNÚÖÂÃ=$3iÊc‰pô ?K |_ááãy–ëñR¶ÅP:I_z˜žä g†93ÜO_zˆa+ƒçûR'f˜c¤Å¨/_)\ßÃõ|4)i,¯âí‹–ó‘õ·2³vúEª÷,?}á9ž8ð:í½¸¾‡&$º¦¡…I!5Â>ÊWØžKƱ±}]JâF”ÊD)5‰r¦—–SURFE4Ay,AÌŒÓM"º¦iH$š(_ážïb{.CéZhrªã¥-Žçþ%ARA`¶Rê'å±Ä-'z»ùÚ–_ò‘}̨¨B×t4$š”H)ð<Où¸¡´;ÊÃñ\\ÏÃóB0ºñ¦¦£K )åHn÷œD† ñ|Ï÷QøèR£¾¤‚Û.åÞµXÔ8s¸µ³ƒ‡vnç™C-œèÃñ}4!2x†qZ!Œ,|?x&{äYTà€J!14 ]30¥ÄÐtt-x&]J”¯ÿA>D×Psjêùì¦{¸nÖBz“ƒO !îNjþp‹R !MGÓ$Žë’qTh›• ö+¢ÀÞkRÃ04„!Bž3Šc$|,X•"´©*üŠˆ¦3»ª†Û-ã+×3·¾~Ò3F#_xß½Ü×½‰Gwíàéƒ{9ÚÛMÚqF{„³Ö1a¤¡é˜š1þ”ÂWXmß[¡Bóì ä(Тš‰”£áëHúü¿©BKKà>àîqêEH ©aèúû|!¯lbçü‚Žóîû ”B×$Óe¬nœÉÛ—¬â¶Å+HÄb9CuSm-õŽÅ'7¾ƒÍoìቖ]¼ÖqŒîáAßG BÛ>ê¸~ÂùÏ] @Ê7MˆŒõ3t'ðÎÛ±¯?&G}‡¹ÀR‚¨‹¶m©‹ýûyá“ ¼C<Ô¨ˆ&uå,›ÑĆæl˜¿„†ªê)MhD"&ï\¹–w®\KW_/Û`ÛáƒìílçôP?IÇ:É 01> ãüM’{µaéyàp¡@þ AOVÄÈjŒŠ֥R£4£¶´Œæêé,k˜Éê¦Ù,™1“ÒÄ”7r¼)M¯¬âîu¸{Ý’©4Nµ³«½½'OpølÝCƒ ZiÇÁ㜹“2УÙCq®!³¯:® ÍÀ¿'8Ð’wü‚ý¬ÉЂ„>hº$ªÄ4ƒ¸iR/¡2– ¾¼’YÕÓh¬Þªj0 ƒB£D<ÆÚæ¬m^€ãºtöžåxÏ:úû8Þs†Î>úSÃô§“¤,›”g“q<ÏÉH¸—uòx;Áù„Gò €‚ΖÙ¬:í8T%|êmogã¢å¤- C׉™& 3JÌ0ˆŽÄèo+_ dè:³jë˜U[w.Í*;˲I;6I;CÚ KQÓ䥣‡øÆæßÑ=R¬š`Å ø3.±mþRð'p¯-î–‚YHÐauÙPIpࡴȇ¼Re¨…ã—÷œ»/Jþµ@3Á™ÄËIpl«¼¸ÿAUÀŸ^Nl$he.Ž—) ’I¸.>T”þ‚õ¦U¡0‹{^P!È–N56ôô¿ÂsÆåLˆ&š |—o$Ë[ÒŽ¶ ¿Ù›fØö‰êùsE,W3$w-‹qss¤´À]À¦ `=ìð jívyð•$g’¥Q| <†3ŠŠ˜¤¹F/˜ÀÛB XS€•¡šÉ»ú×5A"*I;ŠSä ((‰ B I›Y¼>ØP(Ο Iдà•/hZ°Ž*eÄB>M ®'§{rAž¯È¸ ËQ˜ºÊ,Ga Ï/˜©pZȧoå¥À d¦„Rç)ó±UP’?–ŸËÆèer €™…bÿ–Ô›|bC)Ö"¢çoI¶C°¼¡`Ò"‚`âÈ àh.0/´/A+MV6sQoAe¢¬mÝ\Ü×+ŠæN$tȆfS,þ\)4br €&Šéß+ M¹@eWjr €Šâ¾^QÈš_ÙFñBÒcf+Ì–˜z,É5"…ôtý)®!×S£göóAž ¾z™¤*¡’ˆäZ!àɾüd?=Ã>%Ñüƒ’–¢<*ùÜå|䆒BÚ"-×(( §x¾Àõƒ÷|ÀõÁSùùþ\ñ+[Ô#ŽVÃWÞª²àªæW¶Q€Wt®¯(òr­¬Bz:×W¤Ÿ´£Ðµü•ƒÓŽ"¢+\_šôç¼#(ÅùãìòHQ]R× JòØÓ}Ê¢Z^ûß‚†s €þBzº;ÅXÝhâ…³‚óE~V'd¡i€þ\ ¯Á²˜ ,v5Üz;e8›k'°+è6Ì"hÏ5Ž11¥EÊ;ŽçGò¢iòt4×8̧U¿©ç²_ùEŒ‰plž/'“Ü¥‰l¶8œœ¨ø¾Ù‡=ß'åØE®±3<Ïû£ÝÓÆÎGÎ20 Õg®0ì'ËÁ„Š‘9ºcG“m×åìÐ`‘ëcèìЖë„û¥ÂbºIT7ð³w¿<`Y¶„O$ x™àp¨q1=ï+…©çfÞ…ª@J‰í¹´÷ž½¤ ÛÕnóÌÁ4);Ïmá.D Á¦QÖΚ|—ò‰Þ³d\wœ´+ 4#aF'2DÒ ùÄT`;`:¸ ¹¾GˆR(C“_ùH!Ð¥ÄrŽötã¸.†>¹X¾¥ÓáÛ[‡8›ô)ʼ­ŒËIÀ÷}Ÿ9ãyºúHÁ~U—”RâúY§öÓ!Ÿ¦¯‡~@)H ®ç’ˆD©/¯"f˜Ø¾KT3Foî:Þw–ç;Y<‰9þ†ñˆ îây<ê«`—r8´ýL7m=ÝaV1¸­Èõ}¢ºI}Y5q#BÆu²)9úa¸þÆT ¼DpFà‚p÷ü`"hCy Õ‰2NôÕL IÉÙá!¶µ˜4„C 6ÞÈãáБᅯlôó­èDŽ^?'°\›i%4–×`h:IÛʦcÛ˜`án¢Iìdzý×÷˜Q^ÍÌÊZl× ®WAahiÇasë>,{rÑ€¯ÀvUÁ¼&Õº®Ë³[H:vp^ ZžKSe •ÕxJe{™µüv¢k˜(¶] X®MMI §7bh^hÇ´ð†}§:x±õÀäâf\¨^%P¯É!àÕ£­¼ÞyEp‡±£=Ô6R[Zåd5 Z…æù…‰®a¢^Xo‚&.Ðx(8žGy,Ê⺙Ì(«æÔ`eÑ8„Z`ÐÊð³—ŸgÃÂ¥vçÕÜ»¦„¤åÉ£`9Áˆ˜…Ó'>4Åó<~úòóôe’¡ô‡Õm‹é¥å,­ŸM܈2If3KÙžd÷ NÆ x/Á°è J©ã¹Ì©®cEC3Çû^B‰ ½¥K‰çy¼t¬•í÷±qéÊ -àúY®ŸUPʦGZÙzä ¸c$w’vl–×ÏanM®ïÞxzêœÌ:&SÈÞzšþ…%$x˜Êx)×ÏZ@e¢”̘  ¡ë$›o=÷$Ù4×¥¬ ÷oy‚!+ƒ¡“AËq(‹Æ¹~ö"jJÊI»v6Ì÷½ÀŽË?Ô½Óvd ú’ú™¬kšO2“ Áðb$MggG?ß¾eÒvôJ#¥¿Ø±Æ)Äè~ YiÖ4ÍcYÃìQ3‘¥YþÙd×3ÙV–‡Â˜S]\ XT•”³qÁJªKÊÈŒñü5Ü£óíO³ïÄñk‡:ÛùæÖߣã2–cS±iþJjKÊÉØYI¿"(üüËå@_ø¥u:<å£<Ÿ¥õ³¹uþJR¶5ÎYÔ¥FO*ÉßüæA†SW·)He2|ñ7Ñ=;ßø9ðlö¶Ð¡©b¿é]TÄKHY™q¦"ªé {Ÿ~èy±uÿ*¥Øy¤•O?ø#†›hXê¡´“!n˜|ü¦w2§ºÛwQÙ5\©0ë÷ë\¬3pöd'Á-™Ëfñ‰ß…ç+Ü1ñ®b†A¿â?=ø#ž;°÷ŠÀöCûùÔ?àL&IÌ0ƱÖó=,×áÏo|kçMôæÐ×€¿'×Ææ ´!}7LJ\1¾‡@r˼å|ä†;²ÓxjüÄ “³éõðùÝîWóÿ°çU>ýÐèN ‘0LƶOøJ1Nñáµ·qûÂÕH)Ç9ÄY8Þÿviç >ðàѬՆç¢kï[q#÷®¾•þTr<Âð°?“âsþ”Ÿm{¶ðÍ‚^|ŽÏ>òSzÒÉ %NŒg~_zˆ¬ÜÀ=«oÆÔ5\oB‚üpyål#´/~ñ‹ýPg_VE&‡ '½†,çÔùJaê §7áx.»;cjÆèMÚB M#é:l?|˲X7gšÔ Ž÷Žëò'ãÿ<ó8I×!n˜ã\_)úRC¼gÙzî[' 3†ëyáäSÀgÂäÏE©¡ªì²‚C‰Ç .–¨É>qÃdqÝLlÏeÏÉ#蚶GšÀÐ42žÃÎcG8ÙÓÃê¦Ù$¢3¹–³ý}üÏÇæÇ;·â*ŸØ˜X_ p}Át’»–ÝÀÇo|'eÑ8ŽçN„ù-!ó³n È:ÂäÄ‚[F²Ä°¤~Øs² %ºvNÒM]Çñ{;OÐÒq‚9ÕÓ˜QYwæ¿Öv˜/üúž8ð:RÓˆ›æ¸PÏòmÒ¶ÍûWmà¾ëï¤<–Àv‰0ÿ$ð…ÐóWW|‚“DÁ%FYµËzÊ'nDX\7“¨nÐÒÙt)—FÂÆ‘£=]¼zì0¡³¼qV~f´(ÅC;žçoŸø%¯u´1Lb†9®9%íØ(¥øÐuùÐu)‹Åɸ Ý€/Ôú'”#Ï'FüýáŸ7dëlº~  Mo¢"VÂ]í d’ºŽ$(›š†&%§†yåøºúYX;ƒÒXü²ñþto_}ò×|ûù§éì%Ñ yƒ ÷q8“&nFøè wr÷Ê ÄÌȸ~ˆ,(üoàû ¹\I Ô{F–­ÏŽïÑMÔ6R_^ÅñÞnº{Ñ5 Mj¨°}:b fÒìé8ΧکŒ%˜S[7åÌß²_þý¯øõžWH¹å±8š£5}Gy eR4VLãîâ‹×…°V6žÑ|ðeà›À¤ŽQ (Sî ᬮœ ú ]4©1oZ=³«¦Ó›âXo¾Rú¹_3L\‡ºO³ëÄQ†RÃÌ©®¥$–{±»¿n}Šÿ»ù ^é8Šaš”E¢£FYAƶH;kšæñ7½‹›ç-ÅóUÀüìÍT*Lô|K(ô F@ð Á±¥ë²ñ „¸ž‡¯³ª¦3z#žïs¬·‹”•ÁÔôÑNSÓ1uƒÓCý¼zâ(mÝÝ”šæL›ž3ß`óþ½|ã™Çùù+Ûé¢"žÎì)…@*ßJ£IÛ®ác7¾ƒ3ævl2®=ÖfE}9dþ% ,$ŒØ³—Ct¯ ‹Y¶B<¥°]‡ºò*–ÔÍ"‰r²¿‡³ÉA¤èZ`‚ž‚ŽïÓÒÙÁîö6ú’ÃÔ–”Q]Z6éE>ÝÉ·=Ëý[~Ï ÇZ14Šx"dz°FÛs²2Ô–VpÏê·ñáµ›hª˜Æ`&…ë{a~;ðwÀýá>q9 ²É®íܹmGâ*Ey,Ž.å8©OÚPŠe3æðUØ0w)RHÒɉ0žÐL~• °–Z×ÜPPàü‡=Lp¶`vV¨‚ŒôÈ-¬mbAm8=ØK:‰”A²È[¨f¤àÀ铼pä]ý}$ÌÓJË/x!cÛì8rˆï?ÿßÚú$-§:ˆÇb”…I§QGÏs¶Ó”Eܱh ÷Ýp'ëf-$ãØ gÒ=Óÿ ðy‚SW9£BÕc©øoÀû³Í=ò’Êx‚´cóì¡]<Þò2­Ý'Qa2iT„ ¶-’™4Íյܳj=w._ÅÒú&"c6¶ã°¿³§öíæ‘];8t¶‹D$Bi$Š@àH½¯|ÒŽš§ÍàÝK¯çŽ…«)ÆèI ㇧z³¤.‚ÚÉß3™>¹ÖùÀˆIøðq`UÖ&Á÷IDb$̇º;øÕžÙÞ¶¾äШS8V{ŒTàlÛfY}w¯ºÛ—® ±²šÎþ^žÝ¿—Gwïàõ“Ç1#åÑDàd†{#Ëu°=—ŠX ëç,æ}+nbIÝ,ÒN†a+3Æ+‚’î÷ÂהЕ€Zú·Üy—•_ h×eKëëü¶e­Ý8¾‡©éš~Ž‰Bà)Ÿþdß÷YÝ0››šòr[+;ÛÛš¤"G“rÜϸž‹í9hB ¤~Ùzn[°’¸¡?=Œ;1©ï ¸Ýûk%tŠO µÁr‚{Š²Ò13Bi4FGïYky‰çZ÷pv¸%¦ÔÃDÍ ø>ƒ™Ç%bè”EïœÄ`q|¥Õ‰2nn^Æ{—ßÄœêé [iR–5‘)¥½=|ßc’G¸®@pßÍ'€ÜW~q¤`K"q MãõŽ£üjÏ ìê8BÒΠ ‰.å¸dÌØ?Ý¥‚ žòˆV4Îå½ËobmSй3˜Ie{^o$®?z÷?`3|¯eŒP}¨ >HpmmU6fA×4Ê¢1,ÇeÛ‘oÙA뙓8¾‡DüÆfÏóðñѤÆÜšzÞ½ôz6Î_Ï0˜Iáxn6ê^…"”ötò\Vº0BÕ¡6ø °àjÔèÅ¢C×)ÄèO'yöà.þðÆkïé|¤Îä Äó¾¯Âø*j¸sñîX´†šx9CV Ûu²‘øL˜º=2þ!ò8dûjÀhθ¸ØL#¸Ïؼ¢a™¶{x€§ßxgí¦sà,J 4)FMÔ•U²iÁJî\tõåU¤+È=\¸€c…©îî0žÿÁéé¼÷®]K•ÀíÀ]Àaä`Ì;Ð9oˆ•"è%ˆéº“l>¸‹gíædu¥•Ü¶`·/ZM]Y%Ç~«ãiŠ ×%¨ÖuLäømÈôBÚ «c)¬&è;¸Xú Ñ2|†¦‹¨apfh€]í,¬mdzY0ŠÅö\5†ÙŠ ¹E…RÞ†n¯ŒbÛÍ2pyHšf Âlãì1NdEh6"šÔ´ˆ®KÛu}×÷¼™éÐn÷†~Œ »5tꆯ”È)ŠtõRñJø"ŠT@‘Š(RE* HE©€"P¤"ŠT@‘®zúÿ™o˜òÒv~£IEND®B`‚assets/images/softaculous-ai.svg000064400000003134147577723070013016 0ustar00assets/images/logo-white.png000064400000020071147577723070012122 0ustar00‰PNG  IHDRP€ð¨tEXtSoftwareAdobe ImageReadyqÉe<fiTXtXML:com.adobe.xmp ® _KiIDATxÚì] |Eö®™$p9äF@E¼XWÅUAWA]Q@P9DTD¹½ÑUPQÀV¼WÄ V]¼PPQ<@Ð%!$„3ÿúì¯ÿSSéž#rt‡z¿ßûe¦ÓÝS]ýê«ï½zU‡Ãˆ/¥ŽÔ¤¥æKÝjªÄÈÞ”TS¾’4©'J=Gj©YRü¼Bê$©E¦šŒð0¢JO©ã¤æH+õI©ë¥î’ú©Ïñ¼1¦ªŒì $ã¶gŸH;©Ó¥ö’úÔñ..Ê<©Ý¤67UVMk `˜‡‘„ßÍ©Ó¤VH=OêK1ί!¬ø®+7ÕgÄSàa˜Ç^“ÖR匿²ZêER¿Žq~3©gð†}ì š×á9é*õ5Ç2©Ý㇠»‚‘—MõÙk@– ›¨¨¨05¶ge°ÔJÍú¬Ôˤ–Ŧ©ÔÉ8: 3d[m% zŠy˜˜‡7ñŠÛ„5R6ø²ÔËœ;CêRûà0âYð01="5¥Î$ë€|$õ ©;¸ö&©}¥Þ)"CµFŒæ±H=© +é ò•°FUaŽ©Â ¬Ž5U™°½ƒ­UPæQåÿh©mè6ü,õ-©e{é÷à\ õoüž+µŸÔM ”û^²“Û¥ÞlÌ8¡ºźΔz•Ô÷Lµð¨J|È¡ÂJë~›=þ•RO—zÃ^(C-28¶K(uUœëÚpŽ”:€÷0[:+#÷x~_$õs?>ÚŸ ˜î;Ó@€ñT©+¥ž)õ þ wÄ^ªs”álå¥oƸsZú36Ã?–€g$¶d jËïúFâ™ÿc˜GR‚À⃊»0Œ=¾-ã÷pìÑ‘+”cS„•vî&'I½GêR'k(·Ä˜nBŒãY8– +Ù.ßTÍî3æýAà’°ïc €G*‚W ™lÀŽch¤;…5âð¾°2)Mä9˜~nÞ#O‹/@æÐeIFZI}DX#!Èê¼™1ˆD«AtåæRÜç: !Ûéêå’›«kºïþ1ºy‚v;ø®:?´¯Áׇh@÷àlÆŒ4ðµÂšêŽTp5OòúR[ kèãñȾ\!õV—FÖ‚Dª«Lسd¢°†è¦h”#A iÊ{a2Õ+ìùNâúñtqlù÷Øã€Ä(¥`ƬCê.Ùdv­•c`ˆÕ> ìë<œ·}ûvý!H±ÆP(271d¶ !YÁ"¾3ØûÃm°WƨF/þŒy³{€ ¹XB4äÉIþþº?ˆ= J²ç¿€Ïm'¤Áû;™‡› "; Xd}ÁàCLf7_X£*k»qxx´»ììl‘êÛ€i(¤‚f(Þ!"ÉV°ÑTU0%ýÆЀ›Sû²÷Fšùó€[t›öyU`p5鉮aIò8îU€25p`-PGŠHp÷ZqeœˆAMØ_Þÿéé–f±± ½{°æ|½›Ê³“ à|²OÉ"¸ÐÿÁUÀJ’ 46`ã‡Ë´#‰ëj¨š)Ç€v»Ã¹pÓ0_å:-.‚¢‡ 6Ä” Eô¤BÄ7†üÉÎÊOí²²6Á`p]JJÊGþp¸±Ô¹tÞ#ÕÎÝMeéÌ Ýl"ëMër>FB®×Ž­'k©J=`ºöÇI^wËmËZ–)¬Ü÷ ‚F ÆxTàxB˜eã bP÷+ßîCEôÇê,µÙÁ\¹cÇŽ`(_«V-GEEE¦,øi¿Ýq9…®BÆ3:1^€Þ¸]ŒkÑHkÇfWѨÊéî$³ÛÚ0±-öR‚¨“ö•vd5p·‡ .ø>ï2øà*ȵÁÈJCå\äý)ã |ì´ÎÈȘ(c®¯Ü–òòr‘ŸŸ?^‚GO®¡ˆáÇŸþ$hôdãkHª?‚ X(.J0K¬[“$ýGZ k(y=ÿÉô¥ÝÄž•„µ6¦hÿðA—k;Ù˜ÖAFêb2Ⱥ/!º3)JüKDôÂ5vJ|kþo ]<¡\Ó1 ŸDì]ðü‡+Q²d‚Ý5X6ü~…V¦Xפ)ïÙ-¾$ãè¤{TTmÁ¦T>'Fù ù›Á$b[^¤¢Ü¥ ^cç6•ˆärŽê3<€8Ï| 7IððTÞOBàQRRr‚d#‚Žpøuö¤U¼À jÿ0]Ýè:ò¯[ÒÏm¼—*ˆW4&Ó{êÆX‚¤Ýy åÓ7”FãBF#òWìù,j&+‚~ÂÏ…4®F¼oW‚•Ý` tö4ýßi\Û"ºk§d{8ryîf²ÔñŒ±œJþ‚,^Œ§ÝÎSxßz¹i"²¹¶›´&kêÃgD#A~ÊÈ8ÀÛïɾ¦G °¾MDÏñAükL¶–Ã÷…!ü¿ +°ý6ë§ Ah ˆùkwTèØ°XuíÏkŸœ:dHC ÊÛhÓ›,{;¶ L‡À´‡[d»ó\Â`\ð@„wgqñiÕ5í}Ô…j7dãüÒåVh“ù¦Ký—KcÏ¡Û"„óÊ^xùgjÇÆy™-iìç‹è…b0Ê1½ 뜾ËF*Ø(Ÿcoÿ¡ Çf¥w¯O )à3ݧ¹n׹Ā¦¯/$Ò'ëκéHšÌv]"ÛÕVY0¦@ÉB‚ùùù×Ioà˺uë¾éYðHOOß°³¸¸T¢H&ýúTýh6¨î ôÍÞdýrôä˜(ö#Á¥¦9Õ<öz—Æ=K{™¯Ò˜C¢Ö(²-¸G%‡ßd Æ tÃx‰à&­ØHT{Çá¼ œ¶×zÌá.ÁÇÞ¢ò(Ê}”ïà!Øz”K™×h®Ê,7L/6îÓ´XÏuó¬ëztêh`sC¬ë?´!ufôC.¬¦ë¡­DzåZà¨'¢¹“}­eã]ÆòNås7SÇ‚õr;Ýžr‡6ÉhZiîÊ w»½æ’˜ž^ZZZ[Ç\ù7µAƒût»Ñ¸àQ³fͼ‚‚‚_Cá0ú0¢ç{ÊõÃÙd“ÆN'ëø”Ñí#ÉZ³§ õï%2¯îC¬ |æ×ØëÁ¶R‚Šî3/îÛ*L¢Kb»+ã4Ãn£XÌÕ"v2Ù4%.³Y8瞤óù;jǯvŽ“iÀ* ¼î@é;‹èãÕÞë‘Ø6‹×³ÃoÀóôÕâAÃÞY_žû݉#€K›ƒØÈ_$EW3uÎ[1~ölºƒKæÄØŽ‘}\ëí)Ãß/øÜOj¬õ]­#Pß1FÿM{SAï^°9v¬³¤Ú÷ Ù.¯t\˜˜Ú¶¤¤d®dy 6ì/;ö"Oƒ¨|8Z(¡úæ€Õ»wãËkÈ^¦én/‡¶”ñŽ«P¶¦4”£”c³8%è„ùBkjÔt´ÃùÇh¥!^"¢&ºtÖ–ºXy1ÊŒQ57a6ɺô‘áh5¸çdø}Ùª±§éþ—1n´ˆ1œ•ÿÍ‘=yEŒ í 2-” £;ýµÀu˜LqË‘œ ÄY «ï`ˆæŠvWzô%¢òŽõÓ‚ë]@žK&ú¾³rc—ÔXÒ(‚žë"2"ØñLÙxÜîñ¯Ö@²9;ƒ:üß­ƒÛÐ×o¹‘ϯ‡Írhç^ ¢çjѵ\,=€q©©©OKà¸#-=½\ìc‰ È(Í®SgaÁ¶mƒå—†ôç—ÓØO&µ§Q%+ÈZ:*~ì-´Wg)]µc0ˆ¯\‡Ý£I™ðKÙãL ‚î. ÁÜ'"IHŸÑxþçÚ]_/*§2×äKA@BÏq§V~Ä]Úu³EìáB›îÛÃÂÛùÝidª¥fø[ÙÀBZ uŸ)_óíÇÓu³vsø.º‰ÈFRª,îCä Èäú`&‰Èˆ‰©‚Ö4%`y {Ù…,™¨<ýœ6MéRµf@ÐŽ7ôÕ®KýMqSf2P‹^y¥àTåe%à¨Öó"¾ÏÕ­MŒo­ÑC®zÆ—Šíä0ÆÕ‹îÎ<–G›ÛEdÄë/dGß’…ud[« í}èžÉ÷iË·´W€ÕÊP8|ZFFÆÖ4?®ç‘]«ÖýÅEEGIf õC6²Ýu DW¶y‰Í·(Öà"*Í{u¦ÂÞr`k>ìg"~Zt'º¶ vâ–û Îc nnPF*Ðí˜Ç{¨._.ÏG°µs)r±ÀªT¸Ø ºY¹ Ò}ªüÁi}Øô¤ðîYVÈŽÑ+|Ù:… êZ£¯‘ìÝlPeSúT2®¬ƒ.Zc×s-žÖ¾÷!P5bï?^T2UY—>Óν„6 P>EDFOºim§ïá@ðÙl³Ø>~b'"*©§±¬}˜t;Ö×Ê°Oó<04$ Ž‘è×Uº1[h '29Nü¹-ýê³âÆШ7“šbÈtc÷Ù@vrŽBYkÍò%Ø1\â&h>!"éë±d¢ˆÌµ¹WÄÎ"ý°¾B‡¿¢áNÿÈ Ù*-v`÷Þë «èKëCÆËÙ»Ù,¬¿ÀîÈ{6']¿‘ \8ĪŠhõj2ŒÇÉBÔtñrQyôe&&—®íË ¼ÇÈÚÖÐUqZ–qYÈñJð@t,¯Køˆ1 t:º-te‡õ+™é­“,s`´+Ð^ɸÏj-`=…á‚Y1nÒb-yìÔì4‡ ;Øä5I(ùdÓ¦MG¿!]–R¢z!{?>Ü[ŒZ/cãˆ5Í<…=Û1¼W7Òô•ì%`ü?WñyШϡÏù ƒ[ €ÿb9Ýz q¢òLÙ<–omŒß„¿ü<Ÿk6?^¼in;^÷ýÿ'<¬Pzf;( ÿ»’±‡7…û(U6ÀÃÙA¤³1|Ìßyuë=uf÷`6–uª….A`Û¥-"‹[¿Ïó—¸p*çR÷Båšeqg[™›RÆ r&Å®ÇDWæL†Q‡å^Åwúœpž“’C[í)"s“–ñ½¬pa{2½ùy»ˆ¤¿ÉXÏr¾£u¼@Þ¤I‘™™éð())iº1/o©<+ zˆèÌO þ?èÂÆÖ`Ãß@ÿr#ih:{»LÒ1ôb–ú…/yñn¸f°çÍ ÅcçÑ°™Xã'½¨±“Ø“°æ1ð™¨Ø;Ë…Ùó•ÅÛ ÅÙ•`GdƒF6¯Ù)’›ª¯—qW.ª½1w€×ìL ¬A™î^Á÷•hGkO{O§íŠÄ–p³™Tj‰ˆ¿ÎŠý^¬—D*Œ8ED¦ö—Š8Óõÿ<²²ü»JJ²6nÜøzyyyóœúõOÚQX˜[QQáö› š‘ÆÕå÷áê¯\áße/®úÞàža/hÄÈ>•?À£iÓ?vó|Ì ’·qã´Ò²²Ã5hpF½œœÜínA›0™CžÏÞI6ƒ¨*p,¥‹3‹ôÞˆ‘}.¾šÛ’¿mÛ©åee—78à€ %p|gß¿ |t5í®Öp— ÷”FŒðp:XTTØ´iÓ¤Úuê̬_¿þR•^T#è@¢Ž:I ~+g~!e} 1Y#ž–É<¡ Y999wèèWM˜†,õD0ŒÒ`$ùˆÜbLÖˆ—˜‡/òݘ¤#†yØò7½Œ=–\©|oG0ÁvfhÖˆ¯˜‡¿ÁCx>`ªnh‡¾=%¶1ÀòøËŒ9ñxøyx<`Š½Zºð3?˜ ¢÷Ÿ…;“#œ÷„5bÄëÔø-{P°J ?cg2u³d¬IŠË° `¡±D#¾t[Lzú ½žÉÏØc“QßÖR[ðóçÔ–dØB¡¿¨VÛÍÙ/™‡ßÁã£- ƒÂÂ?c„µ"ØÛÂÚý­Â˜ž‘jà·øassets/images/progress.svg000064400000001364147577723070011727 0ustar00assets/images/logo.gif000064400000012447147577723070010775 0ustar00GIF89aÃH÷ú"Oxõ÷ùýþþüýýúûüüüý#Pyøùûûüü,W~öøúSv–óõøùúûôöø÷ùúéîòíñôÎØᬽÌ%RzÕÝå4]ƒïóõm‹¦Ah‹ëïóÄÐÛßåëèíñòõ÷ñô÷/Y€¾Ë×ÔÜå$PyoŒ§CiŒÈÓÝ(T|Ýäê°ÀÏèìñÀÍØŒ£¹Ûâé²ÂÐ-XÆÑÜ‹£¸f†¢êîò+V}§»ïòõàæ쥺%QzìðóÓÜä“©½±ÁÏY{š`€žåêïx“¬mŠ¦¶ÅÓ¥·È0Z€3]ƒiˆ£”©½Š¢¸Xz™ÂÏÚnŒ§}—°{–¯‘§¼âè퇠¶:b‡ÌÖàÍ×àk‰¤”ª¾Ûãé;c‡`žGm€š±ðóöÖßæ¯ÀÎâèî±Ã ³Å7`…Z|šsªÏÙâ=dˆäêï™®ÁÜãêÁÍÙÇÒÝFlŽÅÑÜy”­ƒœ³v’«BiŒ¤¹áçì9a†Os”Ux—Ùáè9b†·ÆÓ–«¿…ž´š¯Â´ÄÑçìðãé̩»Ë.Y)U|œ°Ãs©ÐÚâjˆ¤€š²¸ÆÔµÄÒ\}›§¹Éb‚Ÿ¨ºÊÞåëîñôKo‘®¾Í´ÃÑ™±z•®®¿Î?f‰&R{ÃÏÚLq’ª»Ë¡´Å‰¡·†žµt‘ªVx˜cƒ f…¡×ßçÁÎÙEkaŸw“¬h‡£Ru•‚œ³¦¸ÈYz™lŠ¥FkŽNr“§¹Ê‡Ÿµˆ ¶g†¢š®Á'S{Dj*U}Ÿ²Ä˜­À»ÈÕe‰~˜°Mr’Pt”ÒÛã¡´ÆWy˜p¨¦»8`…ÿÿÿ!ÿ XMP DataXMP ÿþýüûúùø÷öõôóòñðïîíìëêéèçæåäãâáàßÞÝÜÛÚÙØ×ÖÕÔÓÒÑÐÏÎÍÌËÊÉÈÇÆÅÄÃÂÁÀ¿¾½¼»º¹¸·¶µ´³²±°¯®­¬«ª©¨§¦¥¤£¢¡ Ÿžœ›š™˜—–•”“’‘ŽŒ‹Š‰ˆ‡†…„ƒ‚€~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!  !ùú,ÃHÿõ H° Áƒ*\È°¡Ã‡#JœH±¢Å‹3jÜȱ£Ç CŠI²¤É“(Sª\ɲ¥Ë—0cvü°Æ“*?z ɳ'È )žÁ™#P…´.>“*­(`dz Ú #`©Õ« „±PÈ b¾°Š«ï3<¢)¬[¥"@°rð‹ZÞꕹ¦=;fc¯a—^°øvP^(KV €(5`¨òhlƒ6;L–8#†2PT€›a¬C2cìVEôý°@KI essebA”œ)ÈÅÜ¢ÅJ€DmÞ ¡,*‚¶¾JH#Nÿ¡ NøŒ²¬Ò@¶ŒcŒaox%à GUõ!K¢òð¬!Ðô°€,Pì6–!Š¥RÜ| ¥a‹± ôwDôÅ+$`I à(1üñ–0Š³„ qP ‹T)[Œ‘>@¤Ó („| OP@1Š\²‹ ]°bH  õP"_C 8ANè*>tò >~a€bù± ,É$BÀ-´ ÀH0›($@И°ÂˤK:j2É íðä.R^5*ófBïŒÐ!1t¢BH€N14%²¤@ :j3…Ad!`ÿÅ@#:"1)Bä£#aøD2K(Qè"A-¸j@ "t!Ö:ZsÀ­ÙÈ0:– B™ÔÁF0äU OPaAØ€n^¥Œ¥‹\KV È‘ V$aœD–1ð€ŠŽè’"/ÕA  £)ßt‡0qžU}$@$ˆŠåAÕÈ‘‚jƒKÀ0ÄNÄZÐ9A°0„ YäÀÑÄŸxw ÉÍ©ˆµ†¯®Š8Œ P˜kÐTHtŽTÑK&DÁ2ˆŽ$Å1m!”‚Ç ÀPÐî0O†X¥1ŽHÿ§„:"T¬ Ô Ò‹VTp@]°¡£(B"ÔŠ" ‰àŠŽ¸ 4@O§…!b]À„Ž,(¸œX°©pnœ!¸*E †Bz¬xv:nÛ¿HRA(àq»XOPÀ,ý¹dƒ%°^½Ô‚ˆé p†'ŒcÆ); C2: ±xA<àÀ}L¾@<À…EÛ‘È^T@À ÎŒ€V €Í%€8 ÈÏ@€„4@€àTh0?ñ‚ò„0‚=«`íU{™‚+1÷  FC>°k8 ;)E*HxVèèK(ˆÿ¨à WLƒ6øA§TaM(E4>doÀ „ÀÅCüâ~@Ã+¤àƒ @£–¢Á@‡XÀ+.‘ˆ‚@”ð\¨lÍ“@Æá±xbW¨ÁŠð†‚AAŒONxB(І„ÃÇàÀA>PŒdb!:@,NAÀ $  >$°&8` 0Á:täŽFùÀm±)‚1‰gÝbi@$tÄ‹$rx ¢L‚'6"Hü"؃>v0mt3ÚÐÑ6EÔ#H‚àÒÀ-L Á €†™Œ&ÿ }¤BBÓGBàÄÁF¹)tô‰ÂT° ‘ˆDÓB°¡ Wh^®Á&”¡ €¨Åòó‡tÙ" á@!Ö ¤¼€‘Vá},ÖJ¨ŽŠpƒ´A:"Aø–0 ×H ät$T¥Fˆ j€‡lÒoâÃd dÊê¨>¾€åàç#@¤àL\€—0j2ÒÖN%¨3d €šP QpÓ 9à A8ᦠD t%ŒðsàêÃ@QЭ¶Uç°À –“…/ÀBGlhAAˆ°«‚4À«Ž½Ùi‘ Üð‹dQHÿ(¦yD ±Ìfp£ º€2 ʘ`™F# A`T¡¢­°B4q¾XvM: 2­Cjá@r‘ ÌB¬!&úF €ÁzÀ@ Ú(Äa‘„Î0Qƒª8ÙÔ‘ šw€#ÀHH¬øƒ@K„¬HJ ¢ „Ýã¯xø@€!µ¢h« `*è£<ØÄÁð®";E†æqŒæ €rtt¼4:2G[XÈ §ø«>–ñƒJ }+`Aߨ%ô äë5ÈJ€/ä!ðD$œpÙ (Æ5°™8v¼Õ¤êCÿ­qÁtPˆrÀ•Ðš@& #0d ­€)n) p‡ ´>ú#¹B`úÐL mø@ªÐ‘.‹0<µHË@á„'À±ÁR{Öæ1ÂcfˆLÑ>èH ÅÈ&Ô¡˜äy DFú†Žbgš!<0 äñÅÖ!‰(H°B/:!‡Nà൙á­# `#õk›@:P·FD° Ç•‚WI# 7P#†‘kHÌ c Š¡£i„Å (-¡# \c `A'€P0[ Ÿt$Žæé#Óþ*š‡‚8tèúÿ¸F¶±% ùF„ £W¨›g3änPÁÁ\=ˆÆÅõ Ixƒ‚Ð}œaCȃ"¼@ vBœâhÞêP4dƒ \ÀÀ»&¼Šþ¶ À*2jÀÝ t„‰µ „ªÀuú d¹®P fà .€ƒŽÄpÈ¢FÍÌ àAG P·>Â0\R8 h ïøa ›ÅëÀ âBAï© ð`¢iŒÐ…ð"–%CZ0 Òùø…ä â‰cëv ]nXæ‚kãð‚€CšóŽÿøZèH Kõ&@€g舑k3¼±Zàa( -`¡» ±1ÐV`' ±””MÀ& $Õà%m#§° w@˜ á^Sð ËtœGbsð±çCnP ÇòôÀ-RÐ$$MP4‡ðWP“k2 NbÅvÐ!5› <™7¸:b”†1 ¬£ :r±A°à–Ò ¦¸ð  ƒ êt-€xFuý´ŸÐ xP ¡ 0 p€4úgs Œ±dpJr¸ \ \à ‰Ptñ0t‹ÿƒÀCÝPƒvU xÕÊ5nàRño2Sil`Ñ3P4·`b¡IÀ^akà…ö! v£s@hÀ:`1 U DQž #À` € oàRyž €PKÐ@¢P4/  §P»Yx3rp yÑ:B"ð§À(eÔa­ !p}@<  #\0:r ì Ç]x°40eàw¡k` À `‰‘È&O`8Š‘”T! q`ŽÀGúàÊC5ðÓD G =³Rïÿ¢&d°ð-°:2%¿à@`T¡ÐóÖdcÀ ’pˆå¦"0i u©|P4Ø° Ò®ò*2@T¤äP „PÐ c` ` !TTPŽ€]0 b .ÐÀˆÉðS€ à¸à(IÒ ÌÀÑpmt/bàe©` ©5Plðú#eUb5{E­ÀYS7° PDÐUÑx ”Ðz¶öˆôå â ‡P “ |¡Z€~ÐF)` ÍÀ yÿ |]°­` bð 5 ÀѬ Y)°vP$€p±à80‘ƒ @{"use strict";const e=window.React,{registerPlugin:t}=wp.plugins,{PluginToolbarButton:o}=wp.editPost,{addFilter:r}=wp.hooks,{Fragment:s,useEffect:a}=wp.element,{BlockControls:n}=wp.blockEditor,{Button:l,ToolbarGroup:i,ToolbarButton:c,Tooltip:p,Icon:h}=wp.components,{__}=wp.i18n;let u=()=>(0,e.createElement)(h,{icon:(0,e.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:"24",height:"24",viewBox:"0 0 151.668 151.616"},(0,e.createElement)("defs",null,(0,e.createElement)("linearGradient",{id:"b"},(0,e.createElement)("stop",{offset:"0",style:{stopColor:"#0e44ac",stopOpacity:1}}),(0,e.createElement)("stop",{offset:"1",style:{stopColor:"#664ef1",stopOpacity:1}})),(0,e.createElement)("linearGradient",{id:"a"},(0,e.createElement)("stop",{offset:"0",style:{stopColor:"#0e44ac",stopOpacity:1}}),(0,e.createElement)("stop",{offset:"1",style:{stopColor:"#664ef1",stopOpacity:1}})),(0,e.createElement)("linearGradient",{xlinkHref:"#a",id:"c",x1:"10.148",x2:"116.734",y1:"62.229",y2:"62.229",gradientUnits:"userSpaceOnUse"}),(0,e.createElement)("linearGradient",{xlinkHref:"#b",id:"d",x1:"11.811",x2:"115.07",y1:"62.229",y2:"62.229",gradientUnits:"userSpaceOnUse"})),(0,e.createElement)("path",{d:"M64.039 88.243c-8.629.199-42.93 30.806-49.172 24.845-6.242-5.96 22.757-41.633 22.559-50.261-.198-8.63-30.806-42.93-24.845-49.172s41.633 22.757 50.262 22.559 42.93-30.806 49.172-24.845-22.758 41.633-22.56 50.262 30.807 42.93 24.846 49.171c-5.962 6.242-41.633-22.757-50.262-22.559z",style:{fill:"none",stroke:"url(#c)",strokeWidth:10.9,strokeDasharray:"none",strokeDashoffset:.8655,strokeOpacity:1},transform:"rotate(-44.365 86.218 53.877)"}),(0,e.createElement)("path",{d:"M64.039 88.243c-8.629.199-42.93 30.806-49.172 24.845-6.242-5.96 22.757-41.633 22.559-50.261-.198-8.63-30.806-42.93-24.845-49.172s41.633 22.757 50.262 22.559 42.93-30.806 49.172-24.845-22.758 41.633-22.56 50.262 30.807 42.93 24.846 49.171c-5.962 6.242-41.633-22.757-50.262-22.559",style:{fill:"url(#d)",stroke:"none",strokeWidth:1.431,strokeDasharray:"1.431,2.862",strokeDashoffset:.7155},transform:"matrix(.2651 -.25928 .25928 .2651 92.639 125.492)"}))});r("editor.BlockEdit","softaculous/ai",(t=>o=>(0,e.createElement)(s,null,(0,e.createElement)(n,null,(0,e.createElement)(i,null,(0,e.createElement)(c,{icon:u,label:__("Ask AI","softaculous"),onClick:()=>{if("0px"!=jQuery(".spro-chat").css("right")){jQuery(".spro-chat").css({right:0,visibility:"visible"});let e=jQuery(".spro-chat-response-section .spro-chat-response");return e.length>0&&"content"==e.eq(e.length-1).data("type")&&e.eq(e.length-1).remove(),jQuery(".spro-prompt-shortcuts").css("display","flex"),jQuery(".spro-ai-chat-overlay").show(),jQuery(".spro-chat-startup-placeholder").hide(),void soft_handle_ai_content(o)}jQuery(".spro-chat").css({right:"-25vw"})}}))),(0,e.createElement)(t,{...o})))),t("soft-ai-sidebar",{render:()=>(a((()=>{var e=jQuery("#soft-ai-toolbar-btn"),t=jQuery(".editor-header__settings, .edit-post-header__settings");t.length<1||(e.detach(),t.prepend(e),e.show(),jQuery("#soft-ai-toolbar-btn").off("click").click((function(){if("0px"!=jQuery(".spro-chat").css("right")){jQuery(".spro-chat").css({right:0,visibility:"visible"}),jQuery(".spro-prompt-shortcuts").hide(),jQuery(".spro-ai-chat-overlay").show();let e=jQuery(".spro-chat-response-section .spro-chat-response");return e.length>0&&"content"==e.eq(e.length-1).data("type")&&e.eq(e.length-1).remove(),jQuery(".spro-chat-response-section .spro-chat-response").length<1?jQuery(".spro-chat-startup-placeholder").show():jQuery(".spro-prompt-shortcuts").show(),void soft_handle_ai_content()}jQuery(".spro-chat").css({right:"-25vw"})})))})),(0,e.createElement)(l,{id:"soft-ai-toolbar-btn",icon:u,label:"Softaculous AI",showTooltip:"true"})),icon:{soft_ai_icon:u}})})();assets/js/ai/build/index.asset.php000064400000000133147577723070013130 0ustar00 array('react'), 'version' => '51673b63d5338af36252'); assets/js/ai/ai.js000064400000044254147577723070010036 0ustar00(function($, i18n){ const supported_languages = ['arabic', 'chinese', 'czech', 'danish', 'dutch', 'english', 'finnish', 'french', 'german', 'greek', 'hindi', 'hebrew', 'hungarian', 'indonesian', 'italian', 'japanese', 'korean', 'marathi', 'punjabi', 'persian', 'polish', 'portuguese', 'russian', 'spanish', 'swedish', 'thai', 'turkish', 'vietnamese'], supported_tones = ['casual', 'confidence', 'formal', 'friendly', 'inspirational', 'motivational', 'nostalgic', 'playful', 'professional', 'scientific', 'straightforward', 'witty']; let old_date_string = ''; $(document).ready(function(){ let chat_tmpl = build_chat(); $('body').append(chat_tmpl); $('#soft-ai-generation').click(request_soft_ai); $('.spro-ai-shortcut').click(request_soft_ai); $('.spro-ai-shortcut-select').change(request_soft_ai); $('.spro-ai-chat-history-icon').click(toggle_history); $('.spro-ai-suggestion-btns').click(handle_suggestions); // Handling Enter press when user is focused writing AI Prompt. $('#spro_prompt_input').on('keydown', function(e){ if(e.shiftKey || e.key != 'Enter'){ return; } e.preventDefault(); let jEle = $(e.target); if(jEle.val().trim() === ''){ return; } request_soft_ai(e); }); $('.spro-ai-chat-close').click(function(e){ let jEle = $(e.target); jEle.closest('.spro-chat').css('right', '-25vw'); $('.spro-ai-chat-overlay').hide(); }) // To close AI chat when user gets into something else $('.spro-ai-chat-overlay').on('click', function(){ let soft_chat = $('.spro-chat') if(soft_chat.css('right') != '0px'){ return; } soft_chat.css('right', '-25vw'); $('.spro-ai-chat-overlay').hide(); }); $(document).on('click', '.spro-copy-ai-response', function(e){ e.preventDefault(); let jEle = $(e.target).closest('.spro-copy-ai-response'), response = jEle.closest('.spro-response-actions').prev(); jEle.addClass('active'); navigator.clipboard.writeText(response.html()) setTimeout(() => {jEle.removeClass('active');}, 2000); }); $(document).on('click', '.spro-chat-history-link,.spro-chat-history-link *', function(e){ let jEle = $(e.target).closest('.spro-chat-history-link'), history_id = jEle.data('id'); if(history_id == 0){ return; } // We won't process if we do not have the base class if($('.spro-ai-chat-history-view').length < 1){ return; } request_history(history_id); e.stopPropagation(); // Prevent bubbling to the parent }); // Handling history arrow icon $('.spro-chat').on('click', '.spro-ai-history-single-close', function(e){ $('.spro-ai-chat-history-view').empty(); $(e.target).css('visibility', 'hidden'); // This is to prevent the other spans from moving positions $('.spro-ai-chat-history-list').show(); }); // Handling history close icon $('.spro-chat').on('click', '.spro-ai-history-close', function(e){ $('.spro-ai-chat-history-view').empty(); $('.spro-ai-chat-history-list').show(); $('.spro-ai-chat-history-icon').trigger('click'); }); // Handle the Use this button to add AI content to the editor $(document).on('click', 'button.spro-ai-use-this', use_ai_content); // Load more history on scroll $('.spro-ai-chat-history').scroll(function (e){ if(parseInt(e.target.scrollTop + e.target.clientHeight) >= parseInt(e.target.scrollHeight) - 2) { request_history(); } }); }); function build_chat(){ return `

Softaculous AI 
${(soft_ai.tokens ? 'Tokens remaining ' + (soft_ai.tokens.remaining_tokens < 0 ? 0 : parseInt(soft_ai.tokens.remaining_tokens).toLocaleString('en')) + (soft_ai.tokens.remaining_tokens < 900 ? 'Buy More' : '') : '')}

What can I help you with?

Suggestions

History

AI responses can be inaccurate, please double check

`; } function show_snackbar(msg){ if(!msg){ msg = 'Something went wrong!'; } snack_bar = $('.spro-snackbar'); snack_bar.text(msg); snack_bar.addClass('show'); setTimeout(function(){ snack_bar.removeClass('show'); }, 3500); } function request_soft_ai(e){ e.preventDefault(); let jEle = $(e.target), ai_prompt = $('#spro_prompt_input').val(), options_section = jEle.closest('.spro-ai-chat-options-section'), shortcut = jEle.attr('action'), spinner = options_section.find('span.spro-spinner'), response_section = jQuery('.spro-chat-response-section'); if(!ai_prompt && !shortcut){ shortcut = jEle.val(); } if(!ai_prompt && !shortcut){ alert('Enter a prompt'); return; } options_section.addClass('disabled'); // Scrolling to the bottom so the softaculous thinking feedback could be visible response_section.scrollTop(response_section[0].scrollHeight); spinner.addClass('spro-spinner-active'); // We do not want to add a section when using shortcut if(!shortcut){ soft_handle_ai_content(ai_prompt, 'prompt'); } response_section.append('
Softaculous AI Is Thinking
'); $('#spro_prompt_input').val(''); // Unset the prompt textarea // Making call to get AI reponse $.ajax({ method : 'POST', url : soft_ai.ajax_url, data : { 'nonce' : soft_ai.nonce, 'prompt' : ai_prompt ?? '', 'shortcut' : shortcut ?? '', 'content': soft_ai.content ?? '', 'action' : 'softaculous_ai_generation', }, success: function(res){ if(!res.success){ if(res.data){ show_snackbar(res.data); } // If it failed we should remove the prompt aswell. chat_type = $('.spro-chat-response-section .spro-chat-response:last').data('type'); if(chat_type && chat_type == 'prompt'){ $('.spro-chat-response-section .spro-chat-response:last').remove(); } return; } if(res.data.error){ show_snackbar(res.data.error); return; } // Updating the UI $('.spro-chat-startup-placeholder').slideUp(); if(!res.data.ai){ snack_bar("Did not receive any response from the API"); return; } soft_handle_ai_content(res.data.ai, 'assistant'); } }).always(function(res){ if(res.data && res.data.remaining_tokens){ update_tokens(res.data.remaining_tokens); } // Resetting select shortcut options if(jEle.hasClass('spro-ai-shortcut-select')){ jEle.val(''); } options_section.removeClass('disabled'); spinner.removeClass('spro-spinner-active'); response_section.find('.soft-ai-chat-loader').remove(); // Removing the loader. if($('.spro-chat-response-section .spro-chat-response').length){ $('.spro-prompt-shortcuts').show(); } }); } function use_ai_content(e){ e.preventDefault(); let jEle = $(e.target); content = jEle.closest('p').prev().html(); content = content.trim(); // We are using markdown because the html responses are not that good, and can have unexpected tags, having markdown makes sure the tags which we will have to handle will be basic which won't cause any issue getting added to WordPress. /*content = marked.parse(content); // We need to remove the p tag in li as that breaks the gutenberg editor formatting for list. content = content.replace(/
  • (.*?)<\/li>/gs, (match) => { return match.replace(/<\/?p>()?/gm, ''); });*/ let blocks = wp.blocks.rawHandler({HTML:content}), selected_block = wp.data.select('core/block-editor').getSelectedBlock(), selected_block_id = 0, is_list = false; if(selected_block){ selected_block_id = selected_block.clientId; // We need to handle this because in case of li it does not allow any other block tag inside it. is_list = selected_block.name.indexOf('list-item') > -1; } if(!selected_block_id){ wp.data.dispatch('core/block-editor').insertBlocks(blocks); } else if(is_list) { // To handle appending inside a li tag/block, and will only add if the new tag is paragraph if(blocks[0].name.indexOf('paragraph') !== false){ wp.data.dispatch('core/block-editor').updateBlockAttributes(selected_block_id, { content: blocks[0].attributes.content, }); } } else { wp.data.dispatch('core/block-editor').replaceBlock(selected_block_id, blocks); } } function toggle_history(e){ let jEle = $(e.target); chat_wrap = jEle.closest('.spro-chat'), history_tab = chat_wrap.find('.spro-ai-chat-history'), chat_response = chat_wrap.find('.spro-chat-response-section'), chat_options = chat_wrap.find('.spro-ai-chat-options-section'); if(history_tab.css('display') == 'none'){ history_tab.show(); chat_options.hide(); chat_response.hide(); // We dont want to request more if we already have some history. if($('.spro-chat-history-link').length > 0){ return; } history_tab.find('.spro-chat-history-header span.spro-spinner').addClass('spro-spinner-active'); request_history(); return; } history_tab.hide(); chat_options.show(); chat_response.show(); } function show_single_history(response){ html = ''; $('.spro-ai-chat-history-list').hide(); $('.spro-ai-chat-history-view').empty(); if(response.content){ html += `

    Content:

    ${spro_markdown_to_html(response.content)}

    `; } if(response.prompt){ html += `

    Prompt:

    ${response.prompt}

    `; } if(response.assistant){ response.assistant = spro_markdown_to_html(response.assistant); html += `

    Assistant:

    ${response.assistant}

    `; } $('.spro-ai-chat-history-view').append(html); $('.spro-ai-history-single-close').css('visibility', 'visible'); } function update_tokens(remaining_tokens){ $('.spro-ai-token-count').html('Tokens remaining ' + (remaining_tokens < 0 ? 0 : parseInt(remaining_tokens).toLocaleString('en')) + (remaining_tokens < 100 ? 'Buy More' : '')) } function request_history(history_id = 0){ let history_links = $('.spro-chat-history-link'), offset = history_links.length, total_links = $('.spro-ai-chat-history-list').data('total'); // We should not send ajax request if all the history items are visible. if(offset == total_links && !history_id){ return; } $.ajax({ method : 'POST', url : soft_ai.ajax_url, data : { 'nonce' : soft_ai.nonce, 'action' : 'softaculous_ai_history', 'history_id' : history_id, 'offset' : offset, }, success: function(res){ if(!res.success){ alert(res.message); return; } // In case of single history we want to handle the append in different place if(history_id != 0){ show_single_history(res.data); return; } if(res.data.total == 0){ show_snackbar("No history found"); } // Updating the UI append_history(res.data); } }).always(function(){ $('.spro-chat-history-header span.spro-spinner').removeClass('spro-spinner-active'); }); } function append_history(history){ let html = '', total = history['total']; history = history['history']; for(let i in history){ let date = history[i]['date'], date_obj = new Date(date), current_date = new Date(), date_string = ''; if(date_obj.getDate() == current_date.getDate() && date_obj.getMonth() == current_date.getMonth()){ date_string = 'Today'; } else if(date_obj.getDate() == (current_date.getDate() - 1) && date_obj.getMonth() == current_date.getMonth()){ date_string = 'Yesterday'; } else { date_string = date_obj.toLocaleString('en-US', {month:'long'}) } if(!date_string || old_date_string != date_string){ html += `

    ${date_string}

    `; } old_date_string = date_string; html += ``; } $('.spro-ai-chat-history-list').append(html); $('.spro-ai-chat-history-list').attr('data-total', total); } function handle_suggestions(e){ e.preventDefault(); let jEle = $(e.target), suggestion = jEle.data('prompt'), prompts = { 'p_50': 'Write a 50 word paragraph about [write the topic name]', 'desc_title': 'Write a title based on description [write a description you want the title on]', 'create_table': 'Create a table of [topic of the table you want]', 'blog_post': 'Write me a blog post about [write your topic here]', }; if(!prompts.hasOwnProperty(suggestion)){ return; } let input_field = $('#spro_prompt_input'); input_field.val(prompts[suggestion]).focus(); let length = input_field.val().length; input_field[0].setSelectionRange(length, length); // Moving the focus cursor to the end of the added text } })(jQuery, soft_ai.i18n) function soft_handle_ai_content(props, role = 'content'){ let content = ''; if(!props){ return; } // Storing the gutenberg object so we can update the content using setAttribute method. if(role == 'content'){ content = props.attributes.content; soft_ai.gutenberg = props; } else { content = props; } response_section = jQuery('.spro-chat-response-section'); // Updating our global if(role == 'content' && ((typeof(content) == 'object' && content.text) || (typeof(content) == 'string'))){ soft_ai.content = (content.text) ? content.text : content; } else if(role == 'assistant'){ // We update the content to assistants content as the next we will process the AI generated content. soft_ai.content = content; content = spro_markdown_to_html(content); } chat_response = `

    ${role.charAt(0).toUpperCase() + role.slice(1)}:

    ${content}
    ${role === 'assistant' ? '

    ':''}
    `; response_section.append(chat_response); // Bringing the response in the view port. response_section.find('.spro-chat-response').last().get(0).scrollIntoView({ behavior: 'smooth', block: 'start' }); } function spro_markdown_to_html(markdown){ // We are using markdown because the html responses are not that good, and can have unexpected tags, having markdown makes sure the tags which we will have to handle will be basic which won't cause any issue getting added to WordPress. let content = marked.parse(markdown); // We need to remove the p tag in li as that breaks the gutenberg editor formatting for list. content = content.replace(/
  • (.*?)<\/li>/gs, (match) => { return match.replace(/<\/?p>()?/gm, ''); }); return content; }assets/js/compress_image.js000064400000006441147577723070012045 0ustar00jQuery(document).ready(function($) { $('.compress-image-button').click(function() { var imageId = $(this).data('image-id'); var originalSize = $(this).data('original-size'); var imageType = $(this).data('image-type'); const supportedTypes = ['image/jpeg', 'image/jpg', 'image/png', 'image/webp']; if (!supportedTypes.includes(imageType.toLowerCase())) { alert('Image format not supported. Supported formats: JPEG, JPG, PNG, and WebP.'); return; } const modalHtml = `

    Original Size: ${originalSize} KB

    Compressed Size: Calculating... KB

    `; $('body').append(modalHtml); const $modal = $('#compress-image-modal'); const $overlay = $('#modal-overlay'); const $replaceButton = $('#replace-compress'); const $compressedSizeDisplay = $('#compressed-size'); $modal.fadeIn(); // Trigger size calculation $.post(spro_compress.ajax_url, { action: 'softaculous_pro_calculate_compressed_size', image_id: imageId, softaculous_pro_security: spro_compress.nonce }, function(response) { if (response.success) { var compressedSize = response.data.compressed_size; $('#compressed-size').text(compressedSize); if (Math.round(compressedSize) >= Math.round(originalSize)) { alert('The image cannot be compressed further.'); $modal.add($overlay).fadeOut().remove(); }else { // Update the compressed size in the modal and enable the replace button $compressedSizeDisplay.text(response.data.compressed_size); $replaceButton.prop('disabled', false).css('cursor', 'pointer'); // Handle "Compress and Replace" (replaces the current image in place) $replaceButton.click(function() { var replaceImageId = $(this).data('image-id'); $.post(spro_compress.ajax_url, { action: 'softaculous_pro_replace_compressed_image', image_id: replaceImageId, softaculous_pro_security: spro_compress.nonce }, function(replaceResponse) { if (replaceResponse.success) { alert('Image has been compressed and replaced.'); $('#compress-image-modal, #modal-overlay').fadeOut().remove(); location.reload(); } else { alert('Compression and replacement failed: ' + replaceResponse.data); } }); }); } }else { alert('Size calculation failed: ' + response.data); } }); $('#cancel-compress').click(function() { $('#compress-image-modal, #modal-overlay').fadeOut().remove(); }); }); }); assets/js/photopea_edit.js000064400000023532147577723070011674 0ustar00document.addEventListener("DOMContentLoaded", function() { var modal = document.getElementById('softaculous-pro-photopea-modal'); var iframe = document.getElementById('softaculous-pro-photopea-iframe'); var saveBtn = document.getElementById('softaculous-pro-save-photopea'); var saveCloseBtn = document.getElementById('softaculous-pro-save-close-photopea'); var cancelBtn = document.getElementById('softaculous-pro-cancel-photopea'); var saveAsBtn = document.getElementById('softaculous-pro-save-as-photopea'); var qualityInput = document.getElementById('softaculous-pro-quality-input'); var qualityInputContainer = document.getElementById('softaculous-pro-quality-input-container'); var imageUrl = null; // Cache the image URL to prevent repeated fetch requests function openPhotopea() { event.preventDefault(); // Prevent form submission if (!imageUrl) { imageUrl = this.getAttribute('data-image-url'); iframe.src = ''; var customIO = { save: 'app.echoToOE("Save");' }; var photopeaConfig = { files: [], environment: { lang: "en", customIO: customIO } } const allowedTypes = [ 'image/jpeg', 'image/png', 'image/gif', 'image/svg+xml', 'image/x-ms-bmp', 'image/tiff', 'image/webp', 'image/vnd.adobe.photoshop', 'application/pdf', 'image/x-portable-pixmap', 'image/x-icon', 'image/vnd-ms.dds' ]; // Fetch the image and convert it to base64 fetch(imageUrl) .then(response => { const contentType = response.headers.get('Content-Type'); if (!allowedTypes.includes(contentType)) { throw new Error(`Unsupported image type: ${contentType}`); } const qualityAllowedTypes = ['image/jpeg', 'image/png', 'image/webp']; if (qualityAllowedTypes.includes(contentType)) { qualityInputContainer.style.display = 'block'; } else { qualityInputContainer.style.display = 'none'; } return response.arrayBuffer(); }) .then(arrayBuffer => { var blob = new Blob([arrayBuffer]); var objectURL = URL.createObjectURL(blob); // Convert ArrayBuffer to a URL and pass to Photopea iframe.src = ''; var photopeaUrl = 'https://www.photopea.com/#' + encodeURIComponent(JSON.stringify(photopeaConfig)); // Send the ArrayBuffer to Photopea using postMessage iframe.onload = function() { iframe.contentWindow.postMessage(arrayBuffer, '*'); }; iframe.src = photopeaUrl; modal.style.display = 'block'; }) .catch(error => console.error('Error loading image:', error)); } } // Add event listener for Photopea button in both List View and Attachment Modal document.addEventListener('click', function(event) { if (event.target && event.target.id === 'edit_with_photopea') { event.preventDefault(); var photopeaButton = event.target; // Ensure photopeaButton exists and has the data-image-url attribute if (photopeaButton && photopeaButton.getAttribute) { var imageUrl = photopeaButton.getAttribute('data-image-url'); openPhotopea.call(photopeaButton); } else { console.error('Photopea button or image URL not found.'); } } }); function closePhotopea() { modal.style.display = 'none'; // Hide the modal iframe.src = ''; // Clear the iframe source imageUrl = null; // Reset the image URL setTimeout(function() { const imgElement = document.querySelector('.wp_attachment_image img'); if (imgElement) { imgElement.src = imgElement.src.split('?')[0] + '?v=' + new Date().getTime(); } const imgElement2 = document.querySelector('.details-image'); if (imgElement2) { imgElement2.src = imgElement2.src.split('?')[0] + '?v=' + new Date().getTime(); } }, 2000); } cancelBtn.addEventListener('click', function() { closePhotopea() }); saveBtn.addEventListener('click', function() { photopeaButton = document.querySelector('#edit_with_photopea'); // Dynamically query the button var imageUrl = photopeaButton.getAttribute('data-image-url'); var fileExtension = imageUrl ? imageUrl.split('.').pop() : 'jpg'; const origin = 'https://www.photopea.com'; if (iframe && iframe.contentWindow) { iframe.contentWindow.postMessage('app.activeDocument.saveToOE("' + fileExtension + '")', origin); } else { console.error('iframe or its contentWindow is undefined'); } }); saveCloseBtn.addEventListener('click', function(event) { photopeaButton = document.querySelector('#edit_with_photopea'); // Dynamically query the button var imageUrl = photopeaButton.getAttribute('data-image-url'); var fileExtension = imageUrl ? imageUrl.split('.').pop() : 'jpg'; const origin = 'https://www.photopea.com'; if (iframe && iframe.contentWindow) { iframe.contentWindow.postMessage('app.activeDocument.saveToOE("' + fileExtension + '")', origin); } else { console.error('iframe or its contentWindow is undefined'); } function handlePhotopeaMessage(event) { if (event.origin === origin) { const data = typeof event.data === 'string' ? event.data : ''; if (data.includes('done')) { closePhotopea(); window.removeEventListener('message', handlePhotopeaMessage); } } } window.addEventListener('message', handlePhotopeaMessage); }); saveAsBtn.addEventListener('click', function() { photopeaButton = document.querySelector('#edit_with_photopea'); // Dynamically query the button modal.style.display = 'none'; var imageUrl = photopeaButton.getAttribute('data-image-url'); var baseFileName = imageUrl ? imageUrl.substring(imageUrl.lastIndexOf('/') + 1, imageUrl.lastIndexOf('.')) : 'image'; var fileExtension = imageUrl ? imageUrl.split('.').pop() : 'jpg'; function photopea_generate_randname(baseFileName, fileExtension) { return new Promise((resolve) => { const chars = 'abcdefghijklmnopqrstuvwxyz0123456789'; let suffix = ''; for (let i = 0; i < 5; i++) { suffix += chars.charAt(Math.floor(Math.random() * chars.length)); } resolve(baseFileName + '-' + suffix + '.' + fileExtension); }); } // Check for an existing file name photopea_generate_randname(baseFileName, fileExtension).then(uniqueFileName => { var saveAsModalHtml = `
    `; document.body.insertAdjacentHTML('beforeend', saveAsModalHtml); document.getElementById('cancelSaveAs').addEventListener('click', function() { document.getElementById('saveAsModal').remove(); }); document.getElementById('confirmSaveAs').addEventListener('click', function() { var newFileName = document.getElementById('newFileName').value; if (!newFileName) { alert('Please enter a valid name'); return; } if (iframe && iframe.contentWindow) { window.saveAsMode = true; window.newFileName = newFileName; iframe.contentWindow.postMessage('app.activeDocument.saveToOE("' + fileExtension + '")', '*'); } else { console.error('iframe or its contentWindow is undefined'); } document.getElementById('saveAsModal').remove(); function handlePhotopeaMessage(event) { if (event.origin === origin) { const data = typeof event.data === 'string' ? event.data : ''; if (data.includes('done')) { closePhotopea(); window.removeEventListener('message', handlePhotopeaMessage); } } } }); }); }); window.addEventListener("message", function(event) { const origin = 'https://www.photopea.com'; if (event.origin !== origin) { return; } if (typeof event.data === 'string') { if (event.data === 'done') { return; } } let message = event.data; // For SVG - Convert to ArrayBuffer if (message instanceof Uint8Array) { message = message.slice().buffer; } // Check if message is an ArrayBuffer (image data) if (message instanceof ArrayBuffer) { // Convert the ArrayBuffer to Blob const blob = new Blob([message], { type: 'image/jpeg' }); const reader = new FileReader(); reader.onloadend = function() { var base64data = reader.result; if (window.saveAsMode) { fetch(spro_photopea.ajax_url + '?action=softaculous_pro_upload_photopea_image', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ source: base64data, new_image_name: window.newFileName, quality: qualityInput.value, save_as_new: "1", softaculous_pro_security: spro_photopea.nonce }), }) .then(response => response.json()) .catch(error => { console.error('Error in saving the image:', error); }); // Reset the flag window.saveAsMode = false; } else { fetch(spro_photopea.ajax_url + '?action=softaculous_pro_upload_photopea_image', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ source: base64data, original_image_url: photopeaButton.getAttribute('data-image-url'), quality: qualityInput.value, softaculous_pro_security: spro_photopea.nonce }), }) .then(response => response.json()) .catch(error => { console.error('Error in saving the image:', error); }); } }; // Read the blob as a Data URL (base64) reader.readAsDataURL(blob); } else { console.error("Unknown message format received:", message); } }); }); assets/js/marked.min.js000064400000107211147577723070011072 0ustar00/** * marked v14.1.2 - a markdown parser * Copyright (c) 2011-2024, Christopher Jeffrey. (MIT Licensed) * https://github.com/markedjs/marked */ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).marked={})}(this,(function(e){"use strict";function t(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}function n(t){e.defaults=t}e.defaults={async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null};const s=/[&<>"']/,r=new RegExp(s.source,"g"),i=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,l=new RegExp(i.source,"g"),o={"&":"&","<":"<",">":">",'"':""","'":"'"},a=e=>o[e];function c(e,t){if(t){if(s.test(e))return e.replace(r,a)}else if(i.test(e))return e.replace(l,a);return e}const h=/(^|[^\[])\^/g;function p(e,t){let n="string"==typeof e?e:e.source;t=t||"";const s={replace:(e,t)=>{let r="string"==typeof t?t:t.source;return r=r.replace(h,"$1"),n=n.replace(e,r),s},getRegex:()=>new RegExp(n,t)};return s}function u(e){try{e=encodeURI(e).replace(/%25/g,"%")}catch{return null}return e}const k={exec:()=>null};function g(e,t){const n=e.replace(/\|/g,((e,t,n)=>{let s=!1,r=t;for(;--r>=0&&"\\"===n[r];)s=!s;return s?"|":" |"})).split(/ \|/);let s=0;if(n[0].trim()||n.shift(),n.length>0&&!n[n.length-1].trim()&&n.pop(),t)if(n.length>t)n.splice(t);else for(;n.length0)return{type:"space",raw:t[0]}}code(e){const t=this.rules.block.code.exec(e);if(t){const e=t[0].replace(/^(?: {1,4}| {0,3}\t)/gm,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?e:f(e,"\n")}}}fences(e){const t=this.rules.block.fences.exec(e);if(t){const e=t[0],n=function(e,t){const n=e.match(/^(\s+)(?:```)/);if(null===n)return t;const s=n[1];return t.split("\n").map((e=>{const t=e.match(/^\s+/);if(null===t)return e;const[n]=t;return n.length>=s.length?e.slice(s.length):e})).join("\n")}(e,t[3]||"");return{type:"code",raw:e,lang:t[2]?t[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):t[2],text:n}}}heading(e){const t=this.rules.block.heading.exec(e);if(t){let e=t[2].trim();if(/#$/.test(e)){const t=f(e,"#");this.options.pedantic?e=t.trim():t&&!/ $/.test(t)||(e=t.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:e,tokens:this.lexer.inline(e)}}}hr(e){const t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:f(t[0],"\n")}}blockquote(e){const t=this.rules.block.blockquote.exec(e);if(t){let e=f(t[0],"\n").split("\n"),n="",s="";const r=[];for(;e.length>0;){let t=!1;const i=[];let l;for(l=0;l/.test(e[l]))i.push(e[l]),t=!0;else{if(t)break;i.push(e[l])}e=e.slice(l);const o=i.join("\n"),a=o.replace(/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,"\n $1").replace(/^ {0,3}>[ \t]?/gm,"");n=n?`${n}\n${o}`:o,s=s?`${s}\n${a}`:a;const c=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(a,r,!0),this.lexer.state.top=c,0===e.length)break;const h=r[r.length-1];if("code"===h?.type)break;if("blockquote"===h?.type){const t=h,i=t.raw+"\n"+e.join("\n"),l=this.blockquote(i);r[r.length-1]=l,n=n.substring(0,n.length-t.raw.length)+l.raw,s=s.substring(0,s.length-t.text.length)+l.text;break}if("list"!==h?.type);else{const t=h,i=t.raw+"\n"+e.join("\n"),l=this.list(i);r[r.length-1]=l,n=n.substring(0,n.length-h.raw.length)+l.raw,s=s.substring(0,s.length-t.raw.length)+l.raw,e=i.substring(r[r.length-1].raw.length).split("\n")}}return{type:"blockquote",raw:n,tokens:r,text:s}}}list(e){let t=this.rules.block.list.exec(e);if(t){let n=t[1].trim();const s=n.length>1,r={type:"list",raw:"",ordered:s,start:s?+n.slice(0,-1):"",loose:!1,items:[]};n=s?`\\d{1,9}\\${n.slice(-1)}`:`\\${n}`,this.options.pedantic&&(n=s?n:"[*+-]");const i=new RegExp(`^( {0,3}${n})((?:[\t ][^\\n]*)?(?:\\n|$))`);let l=!1;for(;e;){let n=!1,s="",o="";if(!(t=i.exec(e)))break;if(this.rules.block.hr.test(e))break;s=t[0],e=e.substring(s.length);let a=t[2].split("\n",1)[0].replace(/^\t+/,(e=>" ".repeat(3*e.length))),c=e.split("\n",1)[0],h=!a.trim(),p=0;if(this.options.pedantic?(p=2,o=a.trimStart()):h?p=t[1].length+1:(p=t[2].search(/[^ ]/),p=p>4?1:p,o=a.slice(p),p+=t[1].length),h&&/^[ \t]*$/.test(c)&&(s+=c+"\n",e=e.substring(c.length+1),n=!0),!n){const t=new RegExp(`^ {0,${Math.min(3,p-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))`),n=new RegExp(`^ {0,${Math.min(3,p-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),r=new RegExp(`^ {0,${Math.min(3,p-1)}}(?:\`\`\`|~~~)`),i=new RegExp(`^ {0,${Math.min(3,p-1)}}#`),l=new RegExp(`^ {0,${Math.min(3,p-1)}}<[a-z].*>`,"i");for(;e;){const u=e.split("\n",1)[0];let k;if(c=u,this.options.pedantic?(c=c.replace(/^ {1,4}(?=( {4})*[^ ])/g," "),k=c):k=c.replace(/\t/g," "),r.test(c))break;if(i.test(c))break;if(l.test(c))break;if(t.test(c))break;if(n.test(c))break;if(k.search(/[^ ]/)>=p||!c.trim())o+="\n"+k.slice(p);else{if(h)break;if(a.replace(/\t/g," ").search(/[^ ]/)>=4)break;if(r.test(a))break;if(i.test(a))break;if(n.test(a))break;o+="\n"+c}h||c.trim()||(h=!0),s+=u+"\n",e=e.substring(u.length+1),a=k.slice(p)}}r.loose||(l?r.loose=!0:/\n[ \t]*\n[ \t]*$/.test(s)&&(l=!0));let u,k=null;this.options.gfm&&(k=/^\[[ xX]\] /.exec(o),k&&(u="[ ] "!==k[0],o=o.replace(/^\[[ xX]\] +/,""))),r.items.push({type:"list_item",raw:s,task:!!k,checked:u,loose:!1,text:o,tokens:[]}),r.raw+=s}r.items[r.items.length-1].raw=r.items[r.items.length-1].raw.trimEnd(),r.items[r.items.length-1].text=r.items[r.items.length-1].text.trimEnd(),r.raw=r.raw.trimEnd();for(let e=0;e"space"===e.type)),n=t.length>0&&t.some((e=>/\n.*\n/.test(e.raw)));r.loose=n}if(r.loose)for(let e=0;e$/,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",s=t[3]?t[3].substring(1,t[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):t[3];return{type:"def",tag:e,raw:t[0],href:n,title:s}}}table(e){const t=this.rules.block.table.exec(e);if(!t)return;if(!/[:|]/.test(t[2]))return;const n=g(t[1]),s=t[2].replace(/^\||\| *$/g,"").split("|"),r=t[3]&&t[3].trim()?t[3].replace(/\n[ \t]*$/,"").split("\n"):[],i={type:"table",raw:t[0],header:[],align:[],rows:[]};if(n.length===s.length){for(const e of s)/^ *-+: *$/.test(e)?i.align.push("right"):/^ *:-+: *$/.test(e)?i.align.push("center"):/^ *:-+ *$/.test(e)?i.align.push("left"):i.align.push(null);for(let e=0;e({text:e,tokens:this.lexer.inline(e),header:!1,align:i.align[t]}))));return i}}lheading(e){const t=this.rules.block.lheading.exec(e);if(t)return{type:"heading",raw:t[0],depth:"="===t[2].charAt(0)?1:2,text:t[1],tokens:this.lexer.inline(t[1])}}paragraph(e){const t=this.rules.block.paragraph.exec(e);if(t){const e="\n"===t[1].charAt(t[1].length-1)?t[1].slice(0,-1):t[1];return{type:"paragraph",raw:t[0],text:e,tokens:this.lexer.inline(e)}}}text(e){const t=this.rules.block.text.exec(e);if(t)return{type:"text",raw:t[0],text:t[0],tokens:this.lexer.inline(t[0])}}escape(e){const t=this.rules.inline.escape.exec(e);if(t)return{type:"escape",raw:t[0],text:c(t[1])}}tag(e){const t=this.rules.inline.tag.exec(e);if(t)return!this.lexer.state.inLink&&/^/i.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:t[0]}}link(e){const t=this.rules.inline.link.exec(e);if(t){const e=t[2].trim();if(!this.options.pedantic&&/^$/.test(e))return;const t=f(e.slice(0,-1),"\\");if((e.length-t.length)%2==0)return}else{const e=function(e,t){if(-1===e.indexOf(t[1]))return-1;let n=0;for(let s=0;s-1){const n=(0===t[0].indexOf("!")?5:4)+t[1].length+e;t[2]=t[2].substring(0,e),t[0]=t[0].substring(0,n).trim(),t[3]=""}}let n=t[2],s="";if(this.options.pedantic){const e=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(n);e&&(n=e[1],s=e[3])}else s=t[3]?t[3].slice(1,-1):"";return n=n.trim(),/^$/.test(e)?n.slice(1):n.slice(1,-1)),d(t,{href:n?n.replace(this.rules.inline.anyPunctuation,"$1"):n,title:s?s.replace(this.rules.inline.anyPunctuation,"$1"):s},t[0],this.lexer)}}reflink(e,t){let n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){const e=t[(n[2]||n[1]).replace(/\s+/g," ").toLowerCase()];if(!e){const e=n[0].charAt(0);return{type:"text",raw:e,text:e}}return d(n,e,n[0],this.lexer)}}emStrong(e,t,n=""){let s=this.rules.inline.emStrongLDelim.exec(e);if(!s)return;if(s[3]&&n.match(/[\p{L}\p{N}]/u))return;if(!(s[1]||s[2]||"")||!n||this.rules.inline.punctuation.exec(n)){const n=[...s[0]].length-1;let r,i,l=n,o=0;const a="*"===s[0][0]?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(a.lastIndex=0,t=t.slice(-1*e.length+n);null!=(s=a.exec(t));){if(r=s[1]||s[2]||s[3]||s[4]||s[5]||s[6],!r)continue;if(i=[...r].length,s[3]||s[4]){l+=i;continue}if((s[5]||s[6])&&n%3&&!((n+i)%3)){o+=i;continue}if(l-=i,l>0)continue;i=Math.min(i,i+l+o);const t=[...s[0]][0].length,a=e.slice(0,n+s.index+t+i);if(Math.min(n,i)%2){const e=a.slice(1,-1);return{type:"em",raw:a,text:e,tokens:this.lexer.inlineTokens(e)}}const c=a.slice(2,-2);return{type:"strong",raw:a,text:c,tokens:this.lexer.inlineTokens(c)}}}}codespan(e){const t=this.rules.inline.code.exec(e);if(t){let e=t[2].replace(/\n/g," ");const n=/[^ ]/.test(e),s=/^ /.test(e)&&/ $/.test(e);return n&&s&&(e=e.substring(1,e.length-1)),e=c(e,!0),{type:"codespan",raw:t[0],text:e}}}br(e){const t=this.rules.inline.br.exec(e);if(t)return{type:"br",raw:t[0]}}del(e){const t=this.rules.inline.del.exec(e);if(t)return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}autolink(e){const t=this.rules.inline.autolink.exec(e);if(t){let e,n;return"@"===t[2]?(e=c(t[1]),n="mailto:"+e):(e=c(t[1]),n=e),{type:"link",raw:t[0],text:e,href:n,tokens:[{type:"text",raw:e,text:e}]}}}url(e){let t;if(t=this.rules.inline.url.exec(e)){let e,n;if("@"===t[2])e=c(t[0]),n="mailto:"+e;else{let s;do{s=t[0],t[0]=this.rules.inline._backpedal.exec(t[0])?.[0]??""}while(s!==t[0]);e=c(t[0]),n="www."===t[1]?"http://"+t[0]:t[0]}return{type:"link",raw:t[0],text:e,href:n,tokens:[{type:"text",raw:e,text:e}]}}}inlineText(e){const t=this.rules.inline.text.exec(e);if(t){let e;return e=this.lexer.state.inRawBlock?t[0]:c(t[0]),{type:"text",raw:t[0],text:e}}}}const b=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,w=/(?:[*+-]|\d{1,9}[.)])/,m=p(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,w).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).getRegex(),y=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,$=/(?!\s*\])(?:\\.|[^\[\]\\])+/,z=p(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",$).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),T=p(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,w).getRegex(),R="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",_=/|$))/,A=p("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:(?:\\n[ \t]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ \t]*)+\\n|$)|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ \t]*)+\\n|$))","i").replace("comment",_).replace("tag",R).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),S=p(y).replace("hr",b).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",R).getRegex(),I={blockquote:p(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",S).getRegex(),code:/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,def:z,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,hr:b,html:A,lheading:m,list:T,newline:/^(?:[ \t]*(?:\n|$))+/,paragraph:S,table:k,text:/^[^\n]+/},E=p("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",b).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code","(?: {4}| {0,3}\t)[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",R).getRegex(),q={...I,table:E,paragraph:p(y).replace("hr",b).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",E).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",R).getRegex()},Z={...I,html:p("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",_).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:k,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:p(y).replace("hr",b).replace("heading"," *#{1,6} *[^\n]").replace("lheading",m).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},P=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,L=/^( {2,}|\\)\n(?!\s*$)/,v="\\p{P}\\p{S}",Q=p(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,v).getRegex(),B=p(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,v).getRegex(),M=p("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,v).getRegex(),O=p("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,v).getRegex(),j=p(/\\([punct])/,"gu").replace(/punct/g,v).getRegex(),D=p(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),C=p(_).replace("(?:--\x3e|$)","--\x3e").getRegex(),H=p("^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^").replace("comment",C).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),U=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,X=p(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",U).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),F=p(/^!?\[(label)\]\[(ref)\]/).replace("label",U).replace("ref",$).getRegex(),N=p(/^!?\[(ref)\](?:\[\])?/).replace("ref",$).getRegex(),G={_backpedal:k,anyPunctuation:j,autolink:D,blockSkip:/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,br:L,code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,del:k,emStrongLDelim:B,emStrongRDelimAst:M,emStrongRDelimUnd:O,escape:P,link:X,nolink:N,punctuation:Q,reflink:F,reflinkSearch:p("reflink|nolink(?!\\()","g").replace("reflink",F).replace("nolink",N).getRegex(),tag:H,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\!!(s=n.call({lexer:this},e,t))&&(e=e.substring(s.raw.length),t.push(s),!0)))))if(s=this.tokenizer.space(e))e=e.substring(s.raw.length),1===s.raw.length&&t.length>0?t[t.length-1].raw+="\n":t.push(s);else if(s=this.tokenizer.code(e))e=e.substring(s.raw.length),r=t[t.length-1],!r||"paragraph"!==r.type&&"text"!==r.type?t.push(s):(r.raw+="\n"+s.raw,r.text+="\n"+s.text,this.inlineQueue[this.inlineQueue.length-1].src=r.text);else if(s=this.tokenizer.fences(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.heading(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.hr(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.blockquote(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.list(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.html(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.def(e))e=e.substring(s.raw.length),r=t[t.length-1],!r||"paragraph"!==r.type&&"text"!==r.type?this.tokens.links[s.tag]||(this.tokens.links[s.tag]={href:s.href,title:s.title}):(r.raw+="\n"+s.raw,r.text+="\n"+s.raw,this.inlineQueue[this.inlineQueue.length-1].src=r.text);else if(s=this.tokenizer.table(e))e=e.substring(s.raw.length),t.push(s);else if(s=this.tokenizer.lheading(e))e=e.substring(s.raw.length),t.push(s);else{if(i=e,this.options.extensions&&this.options.extensions.startBlock){let t=1/0;const n=e.slice(1);let s;this.options.extensions.startBlock.forEach((e=>{s=e.call({lexer:this},n),"number"==typeof s&&s>=0&&(t=Math.min(t,s))})),t<1/0&&t>=0&&(i=e.substring(0,t+1))}if(this.state.top&&(s=this.tokenizer.paragraph(i)))r=t[t.length-1],n&&"paragraph"===r?.type?(r.raw+="\n"+s.raw,r.text+="\n"+s.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=r.text):t.push(s),n=i.length!==e.length,e=e.substring(s.raw.length);else if(s=this.tokenizer.text(e))e=e.substring(s.raw.length),r=t[t.length-1],r&&"text"===r.type?(r.raw+="\n"+s.raw,r.text+="\n"+s.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=r.text):t.push(s);else if(e){const t="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(t);break}throw new Error(t)}}return this.state.top=!0,t}inline(e,t=[]){return this.inlineQueue.push({src:e,tokens:t}),t}inlineTokens(e,t=[]){let n,s,r,i,l,o,a=e;if(this.tokens.links){const e=Object.keys(this.tokens.links);if(e.length>0)for(;null!=(i=this.tokenizer.rules.inline.reflinkSearch.exec(a));)e.includes(i[0].slice(i[0].lastIndexOf("[")+1,-1))&&(a=a.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(i=this.tokenizer.rules.inline.blockSkip.exec(a));)a=a.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(i=this.tokenizer.rules.inline.anyPunctuation.exec(a));)a=a.slice(0,i.index)+"++"+a.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;e;)if(l||(o=""),l=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some((s=>!!(n=s.call({lexer:this},e,t))&&(e=e.substring(n.raw.length),t.push(n),!0)))))if(n=this.tokenizer.escape(e))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.tag(e))e=e.substring(n.raw.length),s=t[t.length-1],s&&"text"===n.type&&"text"===s.type?(s.raw+=n.raw,s.text+=n.text):t.push(n);else if(n=this.tokenizer.link(e))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.reflink(e,this.tokens.links))e=e.substring(n.raw.length),s=t[t.length-1],s&&"text"===n.type&&"text"===s.type?(s.raw+=n.raw,s.text+=n.text):t.push(n);else if(n=this.tokenizer.emStrong(e,a,o))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.codespan(e))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.br(e))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.del(e))e=e.substring(n.raw.length),t.push(n);else if(n=this.tokenizer.autolink(e))e=e.substring(n.raw.length),t.push(n);else if(this.state.inLink||!(n=this.tokenizer.url(e))){if(r=e,this.options.extensions&&this.options.extensions.startInline){let t=1/0;const n=e.slice(1);let s;this.options.extensions.startInline.forEach((e=>{s=e.call({lexer:this},n),"number"==typeof s&&s>=0&&(t=Math.min(t,s))})),t<1/0&&t>=0&&(r=e.substring(0,t+1))}if(n=this.tokenizer.inlineText(r))e=e.substring(n.raw.length),"_"!==n.raw.slice(-1)&&(o=n.raw.slice(-1)),l=!0,s=t[t.length-1],s&&"text"===s.type?(s.raw+=n.raw,s.text+=n.text):t.push(n);else if(e){const t="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(t);break}throw new Error(t)}}else e=e.substring(n.raw.length),t.push(n);return t}}class te{options;parser;constructor(t){this.options=t||e.defaults}space(e){return""}code({text:e,lang:t,escaped:n}){const s=(t||"").match(/^\S*/)?.[0],r=e.replace(/\n$/,"")+"\n";return s?'
    '+(n?r:c(r,!0))+"
    \n":"
    "+(n?r:c(r,!0))+"
    \n"}blockquote({tokens:e}){return`
    \n${this.parser.parse(e)}
    \n`}html({text:e}){return e}heading({tokens:e,depth:t}){return`${this.parser.parseInline(e)}\n`}hr(e){return"
    \n"}list(e){const t=e.ordered,n=e.start;let s="";for(let t=0;t\n"+s+"\n"}listitem(e){let t="";if(e.task){const n=this.checkbox({checked:!!e.checked});e.loose?e.tokens.length>0&&"paragraph"===e.tokens[0].type?(e.tokens[0].text=n+" "+e.tokens[0].text,e.tokens[0].tokens&&e.tokens[0].tokens.length>0&&"text"===e.tokens[0].tokens[0].type&&(e.tokens[0].tokens[0].text=n+" "+e.tokens[0].tokens[0].text)):e.tokens.unshift({type:"text",raw:n+" ",text:n+" "}):t+=n+" "}return t+=this.parser.parse(e.tokens,!!e.loose),`
  • ${t}
  • \n`}checkbox({checked:e}){return"'}paragraph({tokens:e}){return`

    ${this.parser.parseInline(e)}

    \n`}table(e){let t="",n="";for(let t=0;t${s}`),"\n\n"+t+"\n"+s+"
    \n"}tablerow({text:e}){return`\n${e}\n`}tablecell(e){const t=this.parser.parseInline(e.tokens),n=e.header?"th":"td";return(e.align?`<${n} align="${e.align}">`:`<${n}>`)+t+`\n`}strong({tokens:e}){return`${this.parser.parseInline(e)}`}em({tokens:e}){return`${this.parser.parseInline(e)}`}codespan({text:e}){return`${e}`}br(e){return"
    "}del({tokens:e}){return`${this.parser.parseInline(e)}`}link({href:e,title:t,tokens:n}){const s=this.parser.parseInline(n),r=u(e);if(null===r)return s;let i='
    ",i}image({href:e,title:t,text:n}){const s=u(e);if(null===s)return n;let r=`${n}{const r=e[s].flat(1/0);n=n.concat(this.walkTokens(r,t))})):e.tokens&&(n=n.concat(this.walkTokens(e.tokens,t)))}}return n}use(...e){const t=this.defaults.extensions||{renderers:{},childTokens:{}};return e.forEach((e=>{const n={...e};if(n.async=this.defaults.async||n.async||!1,e.extensions&&(e.extensions.forEach((e=>{if(!e.name)throw new Error("extension name required");if("renderer"in e){const n=t.renderers[e.name];t.renderers[e.name]=n?function(...t){let s=e.renderer.apply(this,t);return!1===s&&(s=n.apply(this,t)),s}:e.renderer}if("tokenizer"in e){if(!e.level||"block"!==e.level&&"inline"!==e.level)throw new Error("extension level must be 'block' or 'inline'");const n=t[e.level];n?n.unshift(e.tokenizer):t[e.level]=[e.tokenizer],e.start&&("block"===e.level?t.startBlock?t.startBlock.push(e.start):t.startBlock=[e.start]:"inline"===e.level&&(t.startInline?t.startInline.push(e.start):t.startInline=[e.start]))}"childTokens"in e&&e.childTokens&&(t.childTokens[e.name]=e.childTokens)})),n.extensions=t),e.renderer){const t=this.defaults.renderer||new te(this.defaults);for(const n in e.renderer){if(!(n in t))throw new Error(`renderer '${n}' does not exist`);if(["options","parser"].includes(n))continue;const s=n,r=e.renderer[s],i=t[s];t[s]=(...e)=>{let n=r.apply(t,e);return!1===n&&(n=i.apply(t,e)),n||""}}n.renderer=t}if(e.tokenizer){const t=this.defaults.tokenizer||new x(this.defaults);for(const n in e.tokenizer){if(!(n in t))throw new Error(`tokenizer '${n}' does not exist`);if(["options","rules","lexer"].includes(n))continue;const s=n,r=e.tokenizer[s],i=t[s];t[s]=(...e)=>{let n=r.apply(t,e);return!1===n&&(n=i.apply(t,e)),n}}n.tokenizer=t}if(e.hooks){const t=this.defaults.hooks||new re;for(const n in e.hooks){if(!(n in t))throw new Error(`hook '${n}' does not exist`);if(["options","block"].includes(n))continue;const s=n,r=e.hooks[s],i=t[s];re.passThroughHooks.has(n)?t[s]=e=>{if(this.defaults.async)return Promise.resolve(r.call(t,e)).then((e=>i.call(t,e)));const n=r.call(t,e);return i.call(t,n)}:t[s]=(...e)=>{let n=r.apply(t,e);return!1===n&&(n=i.apply(t,e)),n}}n.hooks=t}if(e.walkTokens){const t=this.defaults.walkTokens,s=e.walkTokens;n.walkTokens=function(e){let n=[];return n.push(s.call(this,e)),t&&(n=n.concat(t.call(this,e))),n}}this.defaults={...this.defaults,...n}})),this}setOptions(e){return this.defaults={...this.defaults,...e},this}lexer(e,t){return ee.lex(e,t??this.defaults)}parser(e,t){return se.parse(e,t??this.defaults)}parseMarkdown(e){return(t,n)=>{const s={...n},r={...this.defaults,...s},i=this.onError(!!r.silent,!!r.async);if(!0===this.defaults.async&&!1===s.async)return i(new Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(null==t)return i(new Error("marked(): input parameter is undefined or null"));if("string"!=typeof t)return i(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(t)+", string expected"));r.hooks&&(r.hooks.options=r,r.hooks.block=e);const l=r.hooks?r.hooks.provideLexer():e?ee.lex:ee.lexInline,o=r.hooks?r.hooks.provideParser():e?se.parse:se.parseInline;if(r.async)return Promise.resolve(r.hooks?r.hooks.preprocess(t):t).then((e=>l(e,r))).then((e=>r.hooks?r.hooks.processAllTokens(e):e)).then((e=>r.walkTokens?Promise.all(this.walkTokens(e,r.walkTokens)).then((()=>e)):e)).then((e=>o(e,r))).then((e=>r.hooks?r.hooks.postprocess(e):e)).catch(i);try{r.hooks&&(t=r.hooks.preprocess(t));let e=l(t,r);r.hooks&&(e=r.hooks.processAllTokens(e)),r.walkTokens&&this.walkTokens(e,r.walkTokens);let n=o(e,r);return r.hooks&&(n=r.hooks.postprocess(n)),n}catch(e){return i(e)}}}onError(e,t){return n=>{if(n.message+="\nPlease report this to https://github.com/markedjs/marked.",e){const e="

    An error occurred:

    "+c(n.message+"",!0)+"
    ";return t?Promise.resolve(e):e}if(t)return Promise.reject(n);throw n}}}const le=new ie;function oe(e,t){return le.parse(e,t)}oe.options=oe.setOptions=function(e){return le.setOptions(e),oe.defaults=le.defaults,n(oe.defaults),oe},oe.getDefaults=t,oe.defaults=e.defaults,oe.use=function(...e){return le.use(...e),oe.defaults=le.defaults,n(oe.defaults),oe},oe.walkTokens=function(e,t){return le.walkTokens(e,t)},oe.parseInline=le.parseInline,oe.Parser=se,oe.parser=se.parse,oe.Renderer=te,oe.TextRenderer=ne,oe.Lexer=ee,oe.lexer=ee.lex,oe.Tokenizer=x,oe.Hooks=re,oe.parse=oe;const ae=oe.options,ce=oe.setOptions,he=oe.use,pe=oe.walkTokens,ue=oe.parseInline,ke=oe,ge=se.parse,fe=ee.lex;e.Hooks=re,e.Lexer=ee,e.Marked=ie,e.Parser=se,e.Renderer=te,e.TextRenderer=ne,e.Tokenizer=x,e.getDefaults=t,e.lexer=fe,e.marked=oe,e.options=ae,e.parse=ke,e.parseInline=ue,e.parser=ge,e.setOptions=ce,e.use=he,e.walkTokens=pe})); assets/js/intro.js000064400000144712147577723070010207 0ustar00/*! * Intro.js v7.2.0 * https://introjs.com * * Copyright (C) 2012-2023 Afshin Mehrabani (@afshinmeh). * https://introjs.com * * Date: Mon, 14 Aug 2023 19:47:14 GMT */ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).introJs=e()}(this,(function(){"use strict";function t(){t=function(){return e};var e={},n=Object.prototype,r=n.hasOwnProperty,o=Object.defineProperty||function(t,e,n){t[e]=n.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",s=i.asyncIterator||"@@asyncIterator",l=i.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function u(t,e,n,r){var i=e&&e.prototype instanceof f?e:f,a=Object.create(i.prototype),s=new j(r||[]);return o(a,"_invoke",{value:k(t,n,s)}),a}function p(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=u;var h={};function f(){}function d(){}function m(){}var v={};c(v,a,(function(){return this}));var b=Object.getPrototypeOf,y=b&&b(b(A([])));y&&y!==n&&r.call(y,a)&&(v=y);var g=m.prototype=f.prototype=Object.create(v);function w(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function _(t,e){function n(o,i,a,s){var l=p(t[o],t,i);if("throw"!==l.type){var c=l.arg,u=c.value;return u&&"object"==typeof u&&r.call(u,"__await")?e.resolve(u.__await).then((function(t){n("next",t,a,s)}),(function(t){n("throw",t,a,s)})):e.resolve(u).then((function(t){c.value=t,a(c)}),(function(t){return n("throw",t,a,s)}))}s(l.arg)}var i;o(this,"_invoke",{value:function(t,r){function o(){return new e((function(e,o){n(t,r,e,o)}))}return i=i?i.then(o,o):o()}})}function k(t,e,n){var r="suspendedStart";return function(o,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===o)throw i;return E()}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var s=x(a,n);if(s){if(s===h)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var l=p(t,e,n);if("normal"===l.type){if(r=n.done?"completed":"suspendedYield",l.arg===h)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(r="completed",n.method="throw",n.arg=l.arg)}}}function x(t,e){var n=e.method,r=t.iterator[n];if(void 0===r)return e.delegate=null,"throw"===n&&t.iterator.return&&(e.method="return",e.arg=void 0,x(t,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),h;var o=p(r,t.iterator,e.arg);if("throw"===o.type)return e.method="throw",e.arg=o.arg,e.delegate=null,h;var i=o.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,h):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,h)}function C(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function S(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function j(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(C,this),this.reset(!0)}function A(t){if(t){var e=t[a];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,o=function e(){for(;++n=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return n("end");if(i.tryLoc<=this.prev){var s=r.call(i,"catchLoc"),l=r.call(i,"finallyLoc");if(s&&l){if(this.prev=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),S(n),h}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;S(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:A(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=void 0),h}},e}function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},e(t)}function n(t,e,n,r,o,i,a){try{var s=t[i](a),l=s.value}catch(t){return void n(t)}s.done?e(l):Promise.resolve(l).then(r,o)}function r(t){return function(){var e=this,r=arguments;return new Promise((function(o,i){var a=t.apply(e,r);function s(t){n(a,o,i,s,l,"next",t)}function l(t){n(a,o,i,s,l,"throw",t)}s(void 0)}))}}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){for(var n=0;nt.length)&&(e=t.length);for(var n=0,r=new Array(e);n=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,s=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){s=!0,i=t},f:function(){try{a||null==n.return||n.return()}finally{if(s)throw i}}}}function h(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}function f(t,e,n){var r,o=(s(r={},t,e),s(r,"path","/"),s(r,"expires",void 0),r);if(n){var i=new Date;i.setTime(i.getTime()+24*n*60*60*1e3),o.expires=i.toUTCString()}var a=[];for(var l in o)a.push("".concat(l,"=").concat(o[l]));return document.cookie=a.join("; "),d(t)}function d(t){return(e={},document.cookie.split(";").forEach((function(t){var n=l(t.split("="),2),r=n[0],o=n[1];e[r.trim()]=o})),e)[t];var e}var m="true";function v(t,e){e?f(t._options.dontShowAgainCookie,m,t._options.dontShowAgainCookieDays):f(t._options.dontShowAgainCookie,"",-1)}var b,y=(b={},function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"introjs-stamp";return b[e]=b[e]||0,void 0===t[e]&&(t[e]=b[e]++),t[e]}),g=new(function(){function t(){o(this,t),s(this,"events_key","introjs_event")}return a(t,[{key:"_id",value:function(t,e,n){return t+y(e)+(n?"_".concat(y(n)):"")}},{key:"on",value:function(t,e,n,r,o){var i=this._id(e,n,r),a=function(e){return n(r||t,e||window.event)};"addEventListener"in t?t.addEventListener(e,a,o):"attachEvent"in t&&t.attachEvent("on".concat(e),a),t[this.events_key]=t[this.events_key]||{},t[this.events_key][i]=a}},{key:"off",value:function(t,e,n,r,o){var i=this._id(e,n,r),a=t[this.events_key]&&t[this.events_key][i];a&&("removeEventListener"in t?t.removeEventListener(e,a,o):"detachEvent"in t&&t.detachEvent("on".concat(e),a),t[this.events_key][i]=null)}}]),t}()),w=function(t){return"function"==typeof t};function _(t,e){if(t instanceof SVGElement){var n=t.getAttribute("class")||"";n.match(e)||t.setAttribute("class","".concat(n," ").concat(e))}else if(void 0!==t.classList){var r,o=p(e.split(" "));try{for(o.s();!(r=o.n()).done;){var i=r.value;t.classList.add(i)}}catch(t){o.e(t)}finally{o.f()}}else t.className.match(e)||(t.className+=" ".concat(e))}function k(t,e){var n="";return"currentStyle"in t?n=t.currentStyle[e]:document.defaultView&&document.defaultView.getComputedStyle&&(n=document.defaultView.getComputedStyle(t,null).getPropertyValue(e)),n&&n.toLowerCase?n.toLowerCase():n}function x(t){_(t,"introjs-showElement");var e=k(t,"position");"absolute"!==e&&"relative"!==e&&"sticky"!==e&&"fixed"!==e&&_(t,"introjs-relativePosition")}function C(t,e){if(t){var n=function(t){var e=window.getComputedStyle(t),n="absolute"===e.position,r=/(auto|scroll)/;if("fixed"===e.position)return document.body;for(var o=t;o=o.parentElement;)if(e=window.getComputedStyle(o),(!n||"static"!==e.position)&&r.test(e.overflow+e.overflowY+e.overflowX))return o;return document.body}(e);n!==document.body&&(n.scrollTop=e.offsetTop-n.offsetTop)}}function S(){if(void 0!==window.innerWidth)return{width:window.innerWidth,height:window.innerHeight};var t=document.documentElement;return{width:t.clientWidth,height:t.clientHeight}}function j(t,e,n,r,o){var i;if("off"!==e&&(t&&(i="tooltip"===e?o.getBoundingClientRect():r.getBoundingClientRect(),!function(t){var e=t.getBoundingClientRect();return e.top>=0&&e.left>=0&&e.bottom+80<=window.innerHeight&&e.right<=window.innerWidth}(r)))){var a=S().height;i.bottom-(i.bottom-i.top)<0||r.clientHeight>a?window.scrollBy(0,i.top-(a/2-i.height/2)-n):window.scrollBy(0,i.top-(a/2-i.height/2)+n)}}function A(t){t.setAttribute("role","button"),t.tabIndex=0}function E(t){var e=t.parentElement;return!(!e||"HTML"===e.nodeName)&&("fixed"===k(t,"position")||E(e))}function N(t,e){var n=document.body,r=document.documentElement,o=window.pageYOffset||r.scrollTop||n.scrollTop,i=window.pageXOffset||r.scrollLeft||n.scrollLeft;e=e||n;var a=t.getBoundingClientRect(),s=e.getBoundingClientRect(),l=k(e,"position"),c={width:a.width,height:a.height};return"body"!==e.tagName.toLowerCase()&&"relative"===l||"sticky"===l?Object.assign(c,{top:a.top-s.top,left:a.left-s.left}):E(t)?Object.assign(c,{top:a.top,left:a.left}):Object.assign(c,{top:a.top+o,left:a.left+i})}function L(t,e){if(t instanceof SVGElement){var n=t.getAttribute("class")||"";t.setAttribute("class",n.replace(e,"").replace(/^\s+|\s+$/g,""))}else t.className=t.className.replace(e,"").replace(/^\s+|\s+$/g,"")}function T(t,e){var n="";if(t.style.cssText&&(n+=t.style.cssText),"string"==typeof e)n+=e;else for(var r in e)n+="".concat(r,":").concat(e[r],";");t.style.cssText=n}function I(t,e,n){if(n&&e){var r=N(e.element,t._targetElement),o=t._options.helperElementPadding;e.element instanceof Element&&E(e.element)?_(n,"introjs-fixedTooltip"):L(n,"introjs-fixedTooltip"),"floating"===e.position&&(o=0),T(n,{width:"".concat(r.width+o,"px"),height:"".concat(r.height+o,"px"),top:"".concat(r.top-o/2,"px"),left:"".concat(r.left-o/2,"px")})}}function P(t,e,n,r,o){return t.left+e+n.width>r.width?(o.style.left="".concat(r.width-n.width-t.left,"px"),!1):(o.style.left="".concat(e,"px"),!0)}function O(t,e,n,r){return t.left+t.width-e-n.width<0?(r.style.left="".concat(-t.left,"px"),!1):(r.style.right="".concat(e,"px"),!0)}function q(t,e){t.includes(e)&&t.splice(t.indexOf(e),1)}function B(t,e,n,r){var o=t.slice(),i=S(),a=N(n).height+10,s=N(n).width+20,l=e.getBoundingClientRect(),c="floating";if(l.bottom+a>i.height&&q(o,"bottom"),l.top-a<0&&q(o,"top"),l.right+s>i.width&&q(o,"right"),l.left-s<0&&q(o,"left"),r&&(r=r.split("-")[0]),o.length&&(c=o[0],o.includes(r)&&(c=r)),"top"===c||"bottom"===c){var u,p=[];"top"===c?(u="top-middle-aligned",p=["top-left-aligned","top-middle-aligned","top-right-aligned"]):(u="bottom-middle-aligned",p=["bottom-left-aligned","bottom-middle-aligned","bottom-right-aligned"]),c=function(t,e,n,r){var o=e/2,i=Math.min(n,window.screen.width);return i-t4&&void 0!==arguments[4]&&arguments[4];if(e){var i,a,s,l,c="";n.style.top="",n.style.right="",n.style.bottom="",n.style.left="",n.style.marginLeft="",n.style.marginTop="",r.style.display="inherit",c="string"==typeof e.tooltipClass?e.tooltipClass:t._options.tooltipClass,n.className=["introjs-tooltip",c].filter(Boolean).join(" "),n.setAttribute("role","dialog"),"floating"!==(l=e.position)&&t._options.autoPosition&&(l=B(t._options.positionPrecedence,e.element,n,l)),a=N(e.element),i=N(n),s=S(),_(n,"introjs-".concat(l));var u=a.width/2-i.width/2;switch(l){case"top-right-aligned":r.className="introjs-arrow bottom-right";var p=0;O(a,p,i,n),n.style.bottom="".concat(a.height+20,"px");break;case"top-middle-aligned":r.className="introjs-arrow bottom-middle",o&&(u+=5),O(a,u,i,n)&&(n.style.right="",P(a,u,i,s,n)),n.style.bottom="".concat(a.height+20,"px");break;case"top-left-aligned":case"top":r.className="introjs-arrow bottom",P(a,o?0:15,i,s,n),n.style.bottom="".concat(a.height+20,"px");break;case"right":n.style.left="".concat(a.width+20,"px"),a.top+i.height>s.height?(r.className="introjs-arrow left-bottom",n.style.top="-".concat(i.height-a.height-20,"px")):r.className="introjs-arrow left";break;case"left":o||!0!==t._options.showStepNumbers||(n.style.top="15px"),a.top+i.height>s.height?(n.style.top="-".concat(i.height-a.height-20,"px"),r.className="introjs-arrow right-bottom"):r.className="introjs-arrow right",n.style.right="".concat(a.width+20,"px");break;case"floating":r.style.display="none",n.style.left="50%",n.style.top="50%",n.style.marginLeft="-".concat(i.width/2,"px"),n.style.marginTop="-".concat(i.height/2,"px");break;case"bottom-right-aligned":r.className="introjs-arrow top-right",O(a,p=0,i,n),n.style.top="".concat(a.height+20,"px");break;case"bottom-middle-aligned":r.className="introjs-arrow top-middle",o&&(u+=5),O(a,u,i,n)&&(n.style.right="",P(a,u,i,s,n)),n.style.top="".concat(a.height+20,"px");break;default:r.className="introjs-arrow top",P(a,0,i,s,n),n.style.top="".concat(a.height+20,"px")}}}function R(){for(var t=0,e=Array.from(document.querySelectorAll(".introjs-showElement"));t2&&void 0!==arguments[2]&&arguments[2];if(n){var r=e.style.opacity||"1";T(e,{opacity:"0"}),window.setTimeout((function(){T(e,{opacity:r})}),10)}t.appendChild(e)}function D(t,e){return(t+1)/e*100}function G(t,e){var n=document.querySelector(".introjs-disableInteraction");null===n&&(n=M("div",{className:"introjs-disableInteraction"}),t._targetElement.appendChild(n)),I(t,e,n)}function V(t,e){var n=M("div",{className:"introjs-bullets"});!1===t._options.showBullets&&(n.style.display="none");var r=M("ul");r.setAttribute("role","tablist");for(var o=function(){var e=this.getAttribute("data-step-number");null!=e&&t.goToStep(parseInt(e,10))},i=0;i a.active"),o=e.querySelector('.introjs-bullets li > a[data-step-number="'.concat(n.step,'"]'));r&&o&&(r.className="",o.className="active")}}function W(t){var e=M("div");e.className="introjs-progress",!1===t._options.showProgress&&(e.style.display="none");var n=M("div",{className:"introjs-progressbar"});t._options.progressBarAdditionalClass&&(n.className+=" "+t._options.progressBarAdditionalClass);var r=D(t._currentStep,t._introItems.length);return n.setAttribute("role","progress"),n.setAttribute("aria-valuemin","0"),n.setAttribute("aria-valuemax","100"),n.setAttribute("aria-valuenow",r.toString()),n.style.cssText="width:".concat(r,"%;"),e.appendChild(n),e}function Y(t,e,n){var r=t.querySelector(".introjs-progress .introjs-progressbar");if(r){var o=D(e,n);r.style.cssText="width:".concat(o,"%;"),r.setAttribute("aria-valuenow",o.toString())}}function $(t,e){return Q.apply(this,arguments)}function Q(){return(Q=r(t().mark((function e(n,o){var i,a,s,l,c,u,p,h,f,d,m,v,b,y,g,k,S,E,N,L,P,O,q,B;return t().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!w(n._introChangeCallback)){e.next=3;break}return e.next=3,n._introChangeCallback.call(n,o.element);case 3:if(i=document.querySelector(".introjs-helperLayer"),a=document.querySelector(".introjs-tooltipReferenceLayer"),s="introjs-helperLayer","string"==typeof o.highlightClass&&(s+=" ".concat(o.highlightClass)),"string"==typeof n._options.highlightClass&&(s+=" ".concat(n._options.highlightClass)),null!==i&&null!==a?(p=a.querySelector(".introjs-helperNumberLayer"),h=a.querySelector(".introjs-tooltiptext"),f=a.querySelector(".introjs-tooltip-title"),d=a.querySelector(".introjs-arrow"),m=a.querySelector(".introjs-tooltip"),u=a.querySelector(".introjs-skipbutton"),c=a.querySelector(".introjs-prevbutton"),l=a.querySelector(".introjs-nextbutton"),i.className=s,m.style.opacity="0",m.style.display="none",C(n._options.scrollToElement,o.element),I(n,o,i),I(n,o,a),R(),n._lastShowElementTimer&&window.clearTimeout(n._lastShowElementTimer),n._lastShowElementTimer=window.setTimeout((function(){null!==p&&(p.innerHTML="".concat(o.step," ").concat(n._options.stepNumbersOfLabel," ").concat(n._introItems.length)),h.innerHTML=o.intro||"",f.innerHTML=o.title||"",m.style.display="block",H(n,o,m,d),z(n._options.showBullets,a,o),Y(a,n._currentStep,n._introItems.length),m.style.opacity="1",(null!=l&&/introjs-donebutton/gi.test(l.className)||null!=l)&&l.focus(),j(n._options.scrollToElement,o.scrollTo,n._options.scrollPadding,o.element,h)}),350)):(v=M("div",{className:s}),b=M("div",{className:"introjs-tooltipReferenceLayer"}),y=M("div",{className:"introjs-arrow"}),g=M("div",{className:"introjs-tooltip"}),k=M("div",{className:"introjs-tooltiptext"}),S=M("div",{className:"introjs-tooltip-header"}),E=M("h1",{className:"introjs-tooltip-title"}),N=M("div"),T(v,{"box-shadow":"0 0 1px 2px rgba(255, 33, 33, 0.8), rgba(255, 33, 33, ".concat(n._options.overlayOpacity.toString(),") 0 0 0 5000px")}),C(n._options.scrollToElement,o.element),I(n,o,v),I(n,o,b),F(n._targetElement,v,!0),F(n._targetElement,b),k.innerHTML=o.intro,E.innerHTML=o.title,N.className="introjs-tooltipbuttons",!1===n._options.showButtons&&(N.style.display="none"),S.appendChild(E),g.appendChild(S),g.appendChild(k),n._options.dontShowAgain&&(L=M("div",{className:"introjs-dontShowAgain"}),(P=M("input",{type:"checkbox",id:"introjs-dontShowAgain",name:"introjs-dontShowAgain"})).onchange=function(t){n.setDontShowAgain(t.target.checked)},(O=M("label",{htmlFor:"introjs-dontShowAgain"})).innerText=n._options.dontShowAgainLabel,L.appendChild(P),L.appendChild(O),g.appendChild(L)),g.appendChild(V(n,o)),g.appendChild(W(n)),q=M("div"),!0===n._options.showStepNumbers&&(q.className="introjs-helperNumberLayer",q.innerHTML="".concat(o.step," ").concat(n._options.stepNumbersOfLabel," ").concat(n._introItems.length),g.appendChild(q)),g.appendChild(y),b.appendChild(g),(l=M("a")).onclick=r(t().mark((function e(){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n._introItems.length-1===n._currentStep){t.next=5;break}return t.next=3,K(n);case 3:t.next=11;break;case 5:if(!/introjs-donebutton/gi.test(l.className)){t.next=11;break}if(!w(n._introCompleteCallback)){t.next=9;break}return t.next=9,n._introCompleteCallback.call(n,n._currentStep,"done");case 9:return t.next=11,Nt(n,n._targetElement);case 11:case"end":return t.stop()}}),e)}))),A(l),l.innerHTML=n._options.nextLabel,(c=M("a")).onclick=r(t().mark((function e(){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!(n._currentStep>0)){t.next=3;break}return t.next=3,et(n);case 3:case"end":return t.stop()}}),e)}))),A(c),c.innerHTML=n._options.prevLabel,A(u=M("a",{className:"introjs-skipbutton"})),u.innerHTML=n._options.skipLabel,u.onclick=r(t().mark((function e(){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n._introItems.length-1!==n._currentStep||!w(n._introCompleteCallback)){t.next=3;break}return t.next=3,n._introCompleteCallback.call(n,n._currentStep,"skip");case 3:if(!w(n._introSkipCallback)){t.next=6;break}return t.next=6,n._introSkipCallback.call(n,n._currentStep);case 6:return t.next=8,Nt(n,n._targetElement);case 8:case"end":return t.stop()}}),e)}))),S.appendChild(u),n._introItems.length>1&&N.appendChild(c),N.appendChild(l),g.appendChild(N),H(n,o,g,y),j(n._options.scrollToElement,o.scrollTo,n._options.scrollPadding,o.element,g)),(B=n._targetElement.querySelector(".introjs-disableInteraction"))&&B.parentNode&&B.parentNode.removeChild(B),o.disableInteraction&&G(n,o),0===n._currentStep&&n._introItems.length>1?(null!=l&&(l.className="".concat(n._options.buttonClass," introjs-nextbutton"),l.innerHTML=n._options.nextLabel),!0===n._options.hidePrev?(null!=c&&(c.className="".concat(n._options.buttonClass," introjs-prevbutton introjs-hidden")),null!=l&&_(l,"introjs-fullbutton")):null!=c&&(c.className="".concat(n._options.buttonClass," introjs-prevbutton introjs-disabled"))):n._introItems.length-1===n._currentStep||1===n._introItems.length?(null!=c&&(c.className="".concat(n._options.buttonClass," introjs-prevbutton")),!0===n._options.hideNext?(null!=l&&(l.className="".concat(n._options.buttonClass," introjs-nextbutton introjs-hidden")),null!=c&&_(c,"introjs-fullbutton")):null!=l&&(!0===n._options.nextToDone?(l.innerHTML=n._options.doneLabel,_(l,"".concat(n._options.buttonClass," introjs-nextbutton introjs-donebutton"))):l.className="".concat(n._options.buttonClass," introjs-nextbutton introjs-disabled"))):(null!=c&&(c.className="".concat(n._options.buttonClass," introjs-prevbutton")),null!=l&&(l.className="".concat(n._options.buttonClass," introjs-nextbutton"),l.innerHTML=n._options.nextLabel)),null!=c&&c.setAttribute("role","button"),null!=l&&l.setAttribute("role","button"),null!=u&&u.setAttribute("role","button"),null!=l&&l.focus(),x(o.element),!w(n._introAfterChangeCallback)){e.next=21;break}return e.next=21,n._introAfterChangeCallback.call(n,o.element);case 21:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function U(t,e){return X.apply(this,arguments)}function X(){return(X=r(t().mark((function e(n,r){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n._currentStep=r-2,void 0===n._introItems){t.next=4;break}return t.next=4,K(n);case 4:case"end":return t.stop()}}),e)})))).apply(this,arguments)}function J(t,e){return Z.apply(this,arguments)}function Z(){return(Z=r(t().mark((function e(n,r){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n._currentStepNumber=r,void 0===n._introItems){t.next=4;break}return t.next=4,K(n);case 4:case"end":return t.stop()}}),e)})))).apply(this,arguments)}function K(t){return tt.apply(this,arguments)}function tt(){return tt=r(t().mark((function e(n){var r,o,i;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n._direction="forward",void 0!==n._currentStepNumber)for(r=0;r=0&&(n._hintsAutoRefreshFunction=at((function(){return Ct(n)}),n._options.hintAutoRefreshInterval),g.on(window,"scroll",n._hintsAutoRefreshFunction,n,!0));case 30:case"end":return t.stop()}}),e)})))).apply(this,arguments)}function yt(t,e,n){if(void 0!==n){var r=N(n),o=20,i=20;switch(t){default:case"top-left":e.style.left="".concat(r.left,"px"),e.style.top="".concat(r.top,"px");break;case"top-right":e.style.left="".concat(r.left+r.width-o,"px"),e.style.top="".concat(r.top,"px");break;case"bottom-left":e.style.left="".concat(r.left,"px"),e.style.top="".concat(r.top+r.height-i,"px");break;case"bottom-right":e.style.left="".concat(r.left+r.width-o,"px"),e.style.top="".concat(r.top+r.height-i,"px");break;case"middle-left":e.style.left="".concat(r.left,"px"),e.style.top="".concat(r.top+(r.height-i)/2,"px");break;case"middle-right":e.style.left="".concat(r.left+r.width-o,"px"),e.style.top="".concat(r.top+(r.height-i)/2,"px");break;case"middle-middle":e.style.left="".concat(r.left+(r.width-o)/2,"px"),e.style.top="".concat(r.top+(r.height-i)/2,"px");break;case"bottom-middle":e.style.left="".concat(r.left+(r.width-o)/2,"px"),e.style.top="".concat(r.top+r.height-i,"px");break;case"top-middle":e.style.left="".concat(r.left+(r.width-o)/2,"px"),e.style.top="".concat(r.top,"px")}}}function gt(t,e){return wt.apply(this,arguments)}function wt(){return(wt=r(t().mark((function e(n,r){var o,i,a,s,l,c,u,p,h,f,d;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(o=document.querySelector('.introjs-hint[data-step="'.concat(r,'"]')),i=n._hintItems[r],!w(n._hintClickCallback)){t.next=5;break}return t.next=5,n._hintClickCallback.call(n,o,i,r);case 5:if(void 0===(a=_t())||parseInt(a,10)!==r){t.next=8;break}return t.abrupt("return");case 8:s=M("div",{className:"introjs-tooltip"}),l=M("div"),c=M("div"),u=M("div"),s.onclick=function(t){t.stopPropagation?t.stopPropagation():t.cancelBubble=!0},l.className="introjs-tooltiptext",(p=M("p")).innerHTML=i.hint||"",l.appendChild(p),n._options.hintShowButton&&((h=M("a")).className=n._options.buttonClass,h.setAttribute("role","button"),h.innerHTML=n._options.hintButtonLabel,h.onclick=function(){return lt(n,r)},l.appendChild(h)),c.className="introjs-arrow",s.appendChild(c),s.appendChild(l),f=o.getAttribute("data-step")||"",n._currentStep=parseInt(f,10),d=n._hintItems[n._currentStep],u.className="introjs-tooltipReferenceLayer introjs-hintReference",u.setAttribute("data-step",f),I(n,d,u),u.appendChild(s),document.body.appendChild(u),H(n,d,s,c,!0);case 30:case"end":return t.stop()}}),e)})))).apply(this,arguments)}function _t(){var t=document.querySelector(".introjs-hintReference");if(t&&t.parentNode){var e=t.getAttribute("data-step");if(!e)return;return t.parentNode.removeChild(t),e}}function kt(t,e){return xt.apply(this,arguments)}function xt(){return(xt=r(t().mark((function e(n,r){var o,i,a,s,l,c,u,h,f,d;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n._hintItems=[],!(n._options.hints&&n._options.hints.length>0)){t.next=6;break}o=p(n._options.hints);try{for(o.s();!(i=o.n()).done;)a=i.value,"string"==typeof(s=it(a)).element&&(s.element=document.querySelector(s.element)),s.hintPosition=s.hintPosition||n._options.hintPosition,s.hintAnimation=s.hintAnimation||n._options.hintAnimation,null!==s.element&&n._hintItems.push(s)}catch(t){o.e(t)}finally{o.f()}t.next=10;break;case 6:if((l=Array.from(r.querySelectorAll("*[data-hint]")))&&l.length){t.next=9;break}return t.abrupt("return",!1);case 9:for(c=0,u=l;c0&&(r[f-1]={step:f,element:h,title:h.getAttribute("data-title")||"",intro:h.getAttribute("data-intro")||"",tooltipClass:h.getAttribute("data-tooltip-class")||void 0,highlightClass:h.getAttribute("data-highlight-class")||void 0,position:h.getAttribute("data-position")||t._options.tooltipPosition,scrollTo:h.getAttribute("data-scroll-to")||t._options.scrollTo,disableInteraction:l})}}}catch(t){u.e(t)}finally{u.f()}var d,m=0,v=p(n);try{for(v.s();!(d=v.n()).done;){var b=d.value;if((!t._options.group||b.getAttribute("data-intro-group")===t._options.group)&&null===b.getAttribute("data-step")){for(;void 0!==r[m];)m++;l=b.hasAttribute("data-disable-interaction")?!!b.getAttribute("data-disable-interaction"):t._options.disableInteraction,r[m]={element:b,title:b.getAttribute("data-title")||"",intro:b.getAttribute("data-intro")||"",step:m+1,tooltipClass:b.getAttribute("data-tooltip-class")||void 0,highlightClass:b.getAttribute("data-highlight-class")||void 0,position:b.getAttribute("data-position")||t._options.tooltipPosition,scrollTo:b.getAttribute("data-scroll-to")||t._options.scrollTo,disableInteraction:l}}}}catch(t){v.e(t)}finally{v.f()}}for(var y=[],g=0;g1&&void 0!==arguments[1]&&arguments[1];if(t&&t.parentElement){var n=t.parentElement;e?(T(t,{opacity:"0"}),window.setTimeout((function(){try{n.removeChild(t)}catch(t){}}),500)):n.removeChild(t)}}function Nt(t,e){return Lt.apply(this,arguments)}function Lt(){return Lt=r(t().mark((function e(n,r){var o,i,a,s,l,c=arguments;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(o=c.length>2&&void 0!==c[2]&&c[2],i=!0,void 0===n._introBeforeExitCallback){t.next=6;break}return t.next=5,n._introBeforeExitCallback.call(n,r);case 5:i=t.sent;case 6:if(o||!1!==i){t.next=8;break}return t.abrupt("return");case 8:if((a=Array.from(r.querySelectorAll(".introjs-overlay")))&&a.length){s=p(a);try{for(s.s();!(l=s.n()).done;)Et(l.value)}catch(t){s.e(t)}finally{s.f()}}if(Et(r.querySelector(".introjs-helperLayer"),!0),Et(r.querySelector(".introjs-tooltipReferenceLayer")),Et(r.querySelector(".introjs-disableInteraction")),Et(document.querySelector(".introjsFloatingElement")),R(),g.off(window,"keydown",rt,n,!0),g.off(window,"resize",At,n,!0),!w(n._introExitCallback)){t.next=24;break}return t.next=24,n._introExitCallback.call(n);case 24:n._currentStep=-1;case 25:case"end":return t.stop()}}),e)}))),Lt.apply(this,arguments)}function Tt(e,n){var o=M("div",{className:"introjs-overlay"});return T(o,{top:0,bottom:0,left:0,right:0,position:"fixed"}),n.appendChild(o),!0===e._options.exitOnOverlayClick&&(T(o,{cursor:"pointer"}),o.onclick=r(t().mark((function r(){return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Nt(e,n);case 2:case"end":return t.stop()}}),r)})))),!0}function It(t,e){return Pt.apply(this,arguments)}function Pt(){return(Pt=r(t().mark((function e(n,r){var o;return t().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n.isActive()){t.next=2;break}return t.abrupt("return",!1);case 2:if(!w(n._introStartCallback)){t.next=5;break}return t.next=5,n._introStartCallback.call(n,r);case 5:if(0!==(o=St(n,r)).length){t.next=8;break}return t.abrupt("return",!1);case 8:return n._introItems=o,Tt(n,r),t.next=12,K(n);case 12:r.addEventListener,n._options.keyboardNavigation&&g.on(window,"keydown",rt,n,!0),g.on(window,"resize",At,n,!0);case 15:return t.abrupt("return",!1);case 16:case"end":return t.stop()}}),e)})))).apply(this,arguments)}function Ot(t,e,n){return t[e]=n,t}var qt=function(){function e(t){o(this,e),s(this,"_currentStep",-1),s(this,"_currentStepNumber",void 0),s(this,"_direction",void 0),s(this,"_targetElement",void 0),s(this,"_introItems",[]),s(this,"_hintItems",[]),s(this,"_options",void 0),s(this,"_introBeforeChangeCallback",void 0),s(this,"_introChangeCallback",void 0),s(this,"_introAfterChangeCallback",void 0),s(this,"_introCompleteCallback",void 0),s(this,"_introStartCallback",void 0),s(this,"_introExitCallback",void 0),s(this,"_introSkipCallback",void 0),s(this,"_introBeforeExitCallback",void 0),s(this,"_hintsAddedCallback",void 0),s(this,"_hintClickCallback",void 0),s(this,"_hintCloseCallback",void 0),s(this,"_lastShowElementTimer",void 0),s(this,"_hintsAutoRefreshFunction",void 0),this._targetElement=t,this._options={steps:[],hints:[],isActive:!0,nextLabel:"Next",prevLabel:"Back",skipLabel:"×",doneLabel:"Done",hidePrev:!1,hideNext:!1,nextToDone:!0,tooltipPosition:"bottom",tooltipClass:"",group:"",highlightClass:"",exitOnEsc:!0,exitOnOverlayClick:!0,showStepNumbers:!1,stepNumbersOfLabel:"of",keyboardNavigation:!0,showButtons:!0,showBullets:!0,showProgress:!1,scrollToElement:!0,scrollTo:"element",scrollPadding:30,overlayOpacity:.5,autoPosition:!0,positionPrecedence:["bottom","top","right","left"],disableInteraction:!1,dontShowAgain:!1,dontShowAgainLabel:"Don't show this again",dontShowAgainCookie:"introjs-dontShowAgain",dontShowAgainCookieDays:365,helperElementPadding:10,hintPosition:"top-middle",hintButtonLabel:"Got it",hintShowButton:!0,hintAutoRefreshInterval:10,hintAnimation:!0,buttonClass:"introjs-button",progressBarAdditionalClass:!1}}var n,i,c,u,h,f,b,y,_,k;return a(e,[{key:"isActive",value:function(){return(!this._options.dontShowAgain||""===(t=d(this._options.dontShowAgainCookie))||t!==m)&&this._options.isActive;var t}},{key:"clone",value:function(){return new e(this._targetElement)}},{key:"setOption",value:function(t,e){return this._options=Ot(this._options,t,e),this}},{key:"setOptions",value:function(t){return this._options=function(t,e){for(var n=0,r=Object.entries(e);n+~]|"+ge+")"+ge+"*"),x=new RegExp(ge+"|>"),j=new RegExp(g),A=new RegExp("^"+t+"$"),D={ID:new RegExp("^#("+t+")"),CLASS:new RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,H=/[+~]/,O=new RegExp("\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\([^\\r\\n\\f])","g"),P=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},M=function(){V()},R=J(function(e){return!0===e.disabled&&fe(e,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].nodeType}catch(e){k={apply:function(e,t){me.apply(e,ae.call(t))},call:function(e){me.apply(e,ae.call(arguments,1))}}}function I(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(V(e),e=e||T,C)){if(11!==p&&(u=L.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return k.call(n,a),n}else if(f&&(a=f.getElementById(i))&&I.contains(e,a)&&a.id===i)return k.call(n,a),n}else{if(u[2])return k.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return k.apply(n,e.getElementsByClassName(i)),n}if(!(h[t+" "]||d&&d.test(t))){if(c=t,f=e,1===p&&(x.test(t)||m.test(t))){(f=H.test(t)&&U(e.parentNode)||e)==e&&le.scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+Q(l[o]);c=l.join(",")}try{return k.apply(n,f.querySelectorAll(c)),n}catch(e){h(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return re(t.replace(ve,"$1"),e,n,r)}function W(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function F(e){return e[S]=!0,e}function $(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function B(t){return function(e){return fe(e,"input")&&e.type===t}}function _(t){return function(e){return(fe(e,"input")||fe(e,"button"))&&e.type===t}}function z(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&R(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function X(a){return F(function(o){return o=+o,F(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function U(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function V(e){var t,n=e?e.ownerDocument||e:ye;return n!=T&&9===n.nodeType&&n.documentElement&&(r=(T=n).documentElement,C=!ce.isXMLDoc(T),i=r.matches||r.webkitMatchesSelector||r.msMatchesSelector,r.msMatchesSelector&&ye!=T&&(t=T.defaultView)&&t.top!==t&&t.addEventListener("unload",M),le.getById=$(function(e){return r.appendChild(e).id=ce.expando,!T.getElementsByName||!T.getElementsByName(ce.expando).length}),le.disconnectedMatch=$(function(e){return i.call(e,"*")}),le.scope=$(function(){return T.querySelectorAll(":scope")}),le.cssHas=$(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}}),le.getById?(b.filter.ID=function(e){var t=e.replace(O,P);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(O,P);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},b.find.CLASS=function(e,t){if("undefined"!=typeof t.getElementsByClassName&&C)return t.getElementsByClassName(e)},d=[],$(function(e){var t;r.appendChild(e).innerHTML="
    ",e.querySelectorAll("[selected]").length||d.push("\\["+ge+"*(?:value|"+f+")"),e.querySelectorAll("[id~="+S+"-]").length||d.push("~="),e.querySelectorAll("a#"+S+"+*").length||d.push(".#.+[+~]"),e.querySelectorAll(":checked").length||d.push(":checked"),(t=T.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),r.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||d.push("\\["+ge+"*name"+ge+"*="+ge+"*(?:''|\"\")")}),le.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),l=function(e,t){if(e===t)return a=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!le.sortDetached&&t.compareDocumentPosition(e)===n?e===T||e.ownerDocument==ye&&I.contains(ye,e)?-1:t===T||t.ownerDocument==ye&&I.contains(ye,t)?1:o?se.call(o,e)-se.call(o,t):0:4&n?-1:1)}),T}for(e in I.matches=function(e,t){return I(e,null,null,t)},I.matchesSelector=function(e,t){if(V(e),C&&!h[t+" "]&&(!d||!d.test(t)))try{var n=i.call(e,t);if(n||le.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){h(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(O,P),e[3]=(e[3]||e[4]||e[5]||"").replace(O,P),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||I.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&I.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return D.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&j.test(n)&&(t=Y(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(O,P).toLowerCase();return"*"===e?function(){return!0}:function(e){return fe(e,t)}},CLASS:function(e){var t=s[e+" "];return t||(t=new RegExp("(^|"+ge+")"+e+"("+ge+"|$)"))&&s(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=I.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(e,n,r){return v(n)?ce.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?ce.grep(e,function(e){return e===n!==r}):"string"!=typeof n?ce.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(ce.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:S.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof ce?t[0]:t,ce.merge(this,ce.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:C,!0)),w.test(r[1])&&ce.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(ce):ce.makeArray(e,this)}).prototype=ce.fn,k=ce(C);var E=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend({has:function(e){var t=ce(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,Ce=/^$|^module$|\/(?:java|ecma)script/i;xe=C.createDocumentFragment().appendChild(C.createElement("div")),(be=C.createElement("input")).setAttribute("type","radio"),be.setAttribute("checked","checked"),be.setAttribute("name","t"),xe.appendChild(be),le.checkClone=xe.cloneNode(!0).cloneNode(!0).lastChild.checked,xe.innerHTML="",le.noCloneChecked=!!xe.cloneNode(!0).lastChild.defaultValue,xe.innerHTML="",le.option=!!xe.lastChild;var ke={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function Se(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&fe(e,t)?ce.merge([e],n):n}function Ee(e,t){for(var n=0,r=e.length;n",""]);var je=/<|&#?\w+;/;function Ae(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function Re(e,t){return fe(e,"table")&&fe(11!==t.nodeType?t:t.firstChild,"tr")&&ce(e).children("tbody")[0]||e}function Ie(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function We(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(_.hasData(e)&&(s=_.get(e).events))for(i in _.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),C.head.appendChild(r[0])},abort:function(){i&&i()}}});var Jt,Kt=[],Zt=/(=)\?(?=&|$)|\?\?/;ce.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Kt.pop()||ce.expando+"_"+jt.guid++;return this[e]=!0,e}}),ce.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Zt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Zt,"$1"+r):!1!==e.jsonp&&(e.url+=(At.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||ce.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=ie[r],ie[r]=function(){o=arguments},n.always(function(){void 0===i?ce(ie).removeProp(r):ie[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Kt.push(r)),o&&v(i)&&i(o[0]),o=i=void 0}),"script"}),le.createHTMLDocument=((Jt=C.implementation.createHTMLDocument("").body).innerHTML="
    ",2===Jt.childNodes.length),ce.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=C.implementation.createHTMLDocument("")).createElement("base")).href=C.location.href,t.head.appendChild(r)):t=C),o=!n&&[],(i=w.exec(e))?[t.createElement(i[1])]:(i=Ae([e],t,o),o&&o.length&&ce(o).remove(),ce.merge([],i.childNodes)));var r,i,o},ce.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(ce.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ce.expr.pseudos.animated=function(t){return ce.grep(ce.timers,function(e){return t===e.elem}).length},ce.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=ce.css(e,"position"),c=ce(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=ce.css(e,"top"),u=ce.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),v(t)&&(t=t.call(e,n,ce.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},ce.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){ce.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===ce.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===ce.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=ce(e).offset()).top+=ce.css(e,"borderTopWidth",!0),i.left+=ce.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-ce.css(r,"marginTop",!0),left:t.left-i.left-ce.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===ce.css(e,"position"))e=e.offsetParent;return e||J})}}),ce.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;ce.fn[t]=function(e){return M(this,function(e,t,n){var r;if(y(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),ce.each(["top","left"],function(e,n){ce.cssHooks[n]=Ye(le.pixelPosition,function(e,t){if(t)return t=Ge(e,n),_e.test(t)?ce(e).position()[n]+"px":t})}),ce.each({Height:"height",Width:"width"},function(a,s){ce.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){ce.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return M(this,function(e,t,n){var r;return y(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?ce.css(e,t,i):ce.style(e,t,n,i)},s,n?e:void 0,n)}})}),ce.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ce.fn[t]=function(e){return this.on(t,e)}}),ce.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),ce.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){ce.fn[n]=function(e,t){return 0'); var data = { action: "softaculous_pro_wp_ajax", softaculous_pro_install_plugin: 1, plugin: $(this).attr("name"), softaculous_pro_security: soft_pro_obj.nonce }; $.post(soft_pro_obj.ajax_url, data, function(response){ if(!response.data || !response.data.form){ return; } // Handling FTP Form $('body').append(response.data.form); var ftp_modal = $('#request-filesystem-credentials-dialog'); ftp_modal.show(); // Handling the close btn of the FTP form. ftp_modal.find('.cancel-button').on('click', function(event){ event.preventDefault(); ftp_modal.hide(); window.location.reload(); }); ftp_modal.on('submit', 'form', function(event){ event.preventDefault(); data['hostname'] = ftp_modal.find('#hostname').val(); data['username'] = ftp_modal.find('#username').val(); data['password'] = ftp_modal.find('#password').val(); data['connection_type'] = ftp_modal.find('input[name="connection_type"]:checked').val(); data['public_key'] = ftp_modal.find('#public_key').val(); data['private_key'] = ftp_modal.find('#private_key').val(); data['_fs_nonce'] = ftp_modal.find('#_fs_nonce').val(); ftp_modal.hide() spro_install_plugin_with_ftp(data); }); }) .done(function(res){ if(!res.data || !res.data.form){ window.location.reload(); } }); }); }); })(jQuery, soft_pro_obj.nonce, soft_pro_obj.admin_url, soft_pro_obj.ajax_url); // Plugin install request with FTP credentials function spro_install_plugin_with_ftp(data){ jQuery.post(soft_pro_obj.ajax_url, data, function(response){}) .done(function(res){ window.location.reload(); }); } //Cookie setter function spro_setcookie(name, value, duration){ value = escape(value); if(duration){ var date = new Date(); date.setTime(date.getTime() + (duration * 86400000)); value += "; expires=" + date.toGMTString(); } document.cookie = name + "=" + value; }; //Gets the cookie value function spro_getcookie(name){ value = document.cookie.match('(?:^|;)\\s*'+name+'=([^;]*)'); return value ? unescape(value[1]) : false; }; //Removes the cookies function spro_removecookie(name){ spro_setcookie(name, '', -1); };assets/js/onboarding.js000064400000035066147577723070011177 0ustar00 var softaculous_pro_show_themes_loaded = 0; jQuery(document).ready(function(){ let url = new URL(window.location.href); let step = url.searchParams.get('step'); if(step === 'import_theme'){ jQuery('.softaculous-pro-wizard-sidebar').addClass('compact'); jQuery('.softaculous-pro-setup-logo').hide(); jQuery('.active_step').find('span').css('min-width', '0'); if(!softaculous_pro_show_themes_loaded){ softaculous_pro_show_themes(); } } var feature_holder = jQuery('.softaculous-pro-features'); feature_holder.each(function(){ var feature_checked = jQuery(this).find('input').is(":checked"); if(feature_checked){ jQuery(this).addClass("feature-border"); } }); feature_holder.click(function(){ var feature_disabled = jQuery(this).find('input').is(":disabled"); if(feature_disabled && !jQuery(this).hasClass("spro-erro")){ var selected_erro = jQuery(this).find('input').attr('spro-erro'); const para = jQuery('

    '+selected_erro+'

    ').css('color', 'red'); jQuery(this).find('.softaculous-pro-features-text').find('p').replaceWith(para); jQuery(this).addClass("spro-erro"); } }); if(jQuery('.softaculous-pro-wizard').length > 0){ window.addEventListener('popstate', function(event){ // Get the current URL let url = new URL(window.location.href); let step = url.searchParams.get('step'); if(step){ softaculous_pro_set_active_step(step); } }); } }); function softaculous_pro_set_active_step(step) { // Active Tab jQuery('.softaculous-pro-steps-holder ol li').removeClass('active_step'); if(step ==='import_theme'){ jQuery('.softaculous-pro-steps-holder ol li [data-step="'+step+'"]').closest('li').addClass('active_step'); jQuery('.softaculous-pro-wizard-sidebar').addClass('compact'); jQuery('.softaculous-pro-setup-logo').hide(); jQuery('.active_step').find('span').css('min-width', '0'); }else{ jQuery('.softaculous-pro-steps-holder ol li [data-step="'+step+'"]').closest('li').addClass('active_step'); } // Active Panel jQuery('.softaculous-pro-wizard .softaculous-pro-wizard-content').attr('data-active-panel', step); } function softaculous_pro_next_handler(element) { var ele = jQuery(element); var nextStep = ele.data('step'); var currentStep = ele.closest('[data-panel]').data('panel'); // Save the current URL let currentUrl = window.location.href; if(currentStep === 'welcome'){ if(jQuery("#onboarding_done_confirm").length > 0 && !jQuery("#onboarding_done_confirm").is(":checked")){ alert("Please confirm that you accept data loss since you have already run the onboarding process previously"); return false; } } // Get the current URL let url = new URL(currentUrl); // Add a query parameter url.searchParams.set('step', nextStep); // Replace the current URL without refreshing the page window.history.pushState({ path: currentUrl }, '', url); softaculous_pro_set_active_step(nextStep); jQuery('.softaculous-pro-steps-holder ol li').removeClass('active_step'); jQuery('.softaculous-pro-steps-holder ol li [data-step="'+nextStep+'"]').closest('li').addClass('active_step'); var post_data = null; if(currentStep === 'type'){ var active_step = jQuery('.active_category').children('input').val(); if(active_step === 'Others'){ post_data = jQuery('.softaculous-pro-category-input').children('input').val(); } else{ post_data = active_step; } } if(currentStep === 'title'){ var site_input = jQuery('.softaculous-pro-title-input'); var new_site_title = site_input.children('input').val(); post_data = new_site_title ; } if(currentStep === 'features'){ var selected_feats = []; var feature_holder = jQuery('.softaculous-pro-features'); feature_holder.each(function(){ var feature_checked = jQuery(this).find('input').is(":checked"); if(feature_checked){ var selected_feat = jQuery(this).attr('data-slug'); selected_feats.push(selected_feat); } }); post_data = selected_feats; } if(nextStep === 'import_theme'){ if(!softaculous_pro_show_themes_loaded){ softaculous_pro_show_themes(); } } if(post_data){ jQuery.ajax({ type: 'post', url: soft_pro_obj.ajax_url, data: { action: 'softaculous_pro_setup_info', step: currentStep, softaculous_pro_nonce: softaculous_pro_ajax_nonce, data: post_data, }, success: function (response) {}, }); } } function softaculous_pro_prev_handler(element) { var ele = jQuery(element); var currentStep = ele.closest('[data-panel]').data('panel'); var prevStep = ele.data('step'); let currentUrl = window.location.href; let url = new URL(currentUrl); url.searchParams.set('step', prevStep); window.history.pushState({ path: currentUrl }, '', url); softaculous_pro_set_active_step(prevStep); jQuery('.softaculous-pro-steps-holder ol li').removeClass('active_step'); jQuery('.softaculous-pro-steps-holder ol li [data-step="'+prevStep+'"]').closest('li').addClass('active_step'); } function softaculous_pro_selected_features(element) { var ele_parent = jQuery(element).parent().parent(); if(jQuery(element).is(":checked")){ ele_parent.addClass("feature-border"); }else{ ele_parent.removeClass("feature-border"); } } function softaculous_pro_modal(sel){ var page_names = []; jQuery('.softaculous_pro_img_screen').each(function() { var is_selected = jQuery(this).find('input').is(':checked'); if(is_selected){ var page_name = jQuery(this).attr('page-name'); } page_names.push(page_name); }); page_names.forEach(function(value) { var input = jQuery('').attr('type', 'hidden').attr('name', 'to_import[]').val(value); jQuery('#softaculous-pro-import-form').append(input); }); if(page_names.length == 0){ alert("Please select atleast one page to import"); } else{ jQuery('#softaculous-pro-templates-holder').hide(); var modal = jQuery(sel); modal.show(); modal.find('.softaculous-pro-done').hide(); modal.find('.softaculous-pro-import').show(); var spro_temp_form_data = jQuery('#softaculous-pro-import-form').serialize(); softaculous_pro_handle_templates(spro_temp_form_data); } } function softaculous_pro_handle_templates(spro_temp_form_data){ jQuery('#softaculous-pro-templates-holder').remove(); jQuery('#SproTemplatesModal').hide(); var message = 'Checking the requirements ...'; softaculous_pro_create_html(message, 10, true); // Start progress at 1% jQuery.ajax({ url: softaculous_pro_ajax_url+'action=softaculous_pro_start_install_template', type: 'POST', data: spro_temp_form_data+'&softaculous_pro_nonce='+softaculous_pro_ajax_nonce, success: function(response){ if(!response.success && response.data && response.data.form){ softaculous_handle_ftp_form(response.data.form, spro_temp_form_data); return; } // Install plugin gives too much output, hence match the data var data = response.match(/(.*?)<\/softaculous\-pro\-xmlwrap>/is); if(data){ data = data[1]; } data = JSON.parse(data); softaculous_pro_selected_plugin(data, spro_temp_form_data); }, error: function(jqXHR, textStatus, errorThrown){ softaculous_pro_show_error({err: 'AJAX failure ! Status : '+textStatus+' | Error : '+errorThrown}); } }); } function softaculous_pro_selected_plugin(data, spro_temp_form_data){ if(typeof data === 'object' && 'error' in data){ softaculous_pro_show_error(data['error']); return false; } var message = 'Downloading and installing required plugins'; softaculous_pro_create_html(message, 45, true); // Update progress to 45% jQuery.ajax({ url: softaculous_pro_ajax_url+'action=softaculous_pro_selected_plugin_install', type: 'POST', data: spro_temp_form_data+'&softaculous_pro_nonce='+softaculous_pro_ajax_nonce, dataType: 'json', success: function(data){ softaculous_pro_download_template(data, spro_temp_form_data); }, error: function(jqXHR, textStatus, errorThrown){ softaculous_pro_show_error({err: 'AJAX failure ! Status : '+textStatus+' | Error : '+errorThrown}); } }) } function softaculous_pro_download_template(data, spro_temp_form_data){ var failed = []; if(typeof data === 'object' && 'error' in data){ softaculous_pro_show_error(data['error']); return false; } if(typeof data === 'object' && 'failed_plugin' in data){ failed.push(data['failed_plugin']); } var message = 'Downloading the template'; softaculous_pro_create_html(message, 80, true, failed); // Update progress to 80% // Make the call jQuery.ajax({ url: softaculous_pro_ajax_url+'action=softaculous_pro_download_template', type: 'POST', data: spro_temp_form_data+'&softaculous_pro_nonce='+softaculous_pro_ajax_nonce, dataType: 'json', success: function(data){ data.failed_plugin = failed; softaculous_pro_import_template(data, spro_temp_form_data); }, error: function(jqXHR, textStatus, errorThrown){ softaculous_pro_show_error({err: 'AJAX failure ! Status : '+textStatus+' | Error : '+errorThrown}); } }); } function softaculous_handle_ftp_form(form, form_data){ // Handling FTP Form jQuery('body').append(form); var ftp_modal = jQuery('#request-filesystem-credentials-dialog'); ftp_modal.show(); // Handling the close btn of the FTP form. ftp_modal.find('.cancel-button').on('click', function(event){ event.preventDefault(); ftp_modal.hide(); alert("WordPress requires FTP details, without them you won't be able to install a plugin/theme"); }); ftp_modal.on('submit', 'form', function(event){ event.preventDefault(); let serialized_data = jQuery(event.target).serialize(); form_data += '&'+serialized_data; ftp_modal.hide(); softaculous_pro_handle_templates(form_data); }); } // Import template function softaculous_pro_import_template(data, spro_temp_form_data){ if(typeof data === 'object' && 'error' in data){ softaculous_pro_show_error(data['error']); return false; } var message = 'Importing the template'; softaculous_pro_create_html(message, 90); // Update progress to 100% // Make the call jQuery.ajax({ url: softaculous_pro_ajax_url+'action=softaculous_pro_import_template', type: 'POST', data: spro_temp_form_data+'&softaculous_pro_nonce='+softaculous_pro_ajax_nonce, dataType: 'json', success: function(data){ var modal = jQuery('.progress-bar'); if(typeof data === 'object' && 'done' in data){ softaculous_pro_create_html('Your website setup is completed', 100, true); // Update message here modal.find('.progress-text').text('Congratulations 🎊') modal.find('.skeleton-loader').hide(); modal.find('.softaculous-pro-done').show(); } }, error: function(jqXHR, textStatus, errorThrown){ softaculous_pro_show_error({err: 'AJAX failure ! Status : '+textStatus+' | Error : '+errorThrown}); } }); } function softaculous_pro_show_error(err){ var html = '

    Error

      '; for(var x in err){ html += '
    • '+err[x]+'
    • '; } html += '
    '; jQuery('.softaculous-pro-wizard-content').append(html); jQuery('#softaculous-pro-error-template').html(html).show(); jQuery('.progress-bar').hide(); } function softaculous_pro_create_html(message, finalPercentage, slowAnimation, logs) { // Check if progress bar already exists var progressBar = jQuery('.progress-bar'); if (progressBar.length > 0) { // Update the message and animate the progress jQuery('.progress-indicator').text(message); softaculous_pro_animateProgress(progressBar.find('.progress-float-r'), progressBar.find('.setup-progress-counter'), finalPercentage, slowAnimation); } else { // Create the progress bar var html = `

    Building your website...

    ${message} 0%
    Some Error Occurred:
    `; jQuery('.softaculous-pro-wizard-content').append(html); softaculous_pro_animateProgress(jQuery('.progress-float-r'), jQuery('.setup-progress-counter'), finalPercentage, slowAnimation); } if(logs && typeof ele === 'object'){ jQuery('.spro-setup-progress-logs').show(); Object.entries(logs[0]).map(entry => { console.log(entry[0], entry[1]); jQuery('.failed-progress-logs').append('
  • '+ entry[1] + '
  • '); }); } } function softaculous_pro_animateProgress($progressText, $progressBar, finalPercentage, slowAnimation) { var currentPercentage = parseInt($progressText.text()); var increment = 1; var duration = 10; if (slowAnimation) { duration = 100; } var interval = setInterval(function() { if (currentPercentage >= finalPercentage) { clearInterval(interval); $progressText.text(finalPercentage + '%'); } else { currentPercentage += increment; $progressText.text(currentPercentage + '%'); $progressBar.animate({ width: currentPercentage + '%' }, duration).css('background-color', 'blue'); } if(currentPercentage === 100){ } }, duration); } languages/softaculous-pro-es_ES.po000064400000153724147577723070013252 0ustar00#, fuzzy msgid "" msgstr "" "Project-Id-Version: SoftWP\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-09 13:41+0000\n" "PO-Revision-Date: 2025-01-09 18:02+0100\n" "Last-Translator: Doominio.com \n" "Language-Team: \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.5\n" "X-Loco-Version: 2.6.14; wp-6.7.1\n" "X-Domain: softaculous-pro\n" #: main/intros.php:27 #, fuzzy msgid "" "A recommended list of plugins to improve performace and extend " "functionalties for your site." msgstr "" "Una lista de plugins recomendados para mejorar el rendimiento y ampliar las " "funcionalidades de su sitio." #: main/media.php:95 msgid "Action Buttons" msgstr "Botones de Acción" #: main/admin.php:120 main/manage-plugins.php:116 msgid "Activate" msgstr "Activar" #: main/admin.php:122 main/manage-plugins.php:90 main/manage-plugins.php:106 #: main/manage-plugins.php:118 msgid "Active" msgstr "Activo" #: main/intros.php:224 msgid "Active Theme" msgstr "Plantilla Activa" #: main/intros.php:264 msgid "Activity" msgstr "Actividad" #: main/intros.php:302 #, fuzzy msgid "" "Add a new user for your site. You can enter user details, password, role, " "etc." msgstr "" "Añada un nuevo usuario para su sitio. Puede introducir los detalles del " "usuario, contraseña, rol, etc." #: main/admin.php:159 main/admin.php:165 main/admin.php:171 main/admin.php:177 #: main/admin.php:183 main/admin.php:189 msgid "Add New" msgstr "Añadir nuevo" #: main/intros.php:417 msgid "Add New Page" msgstr "Agregar nueva página" #: main/intros.php:166 msgid "Add New Plugin" msgstr "Añadir Nuevo" #: main/intros.php:356 msgid "Add New Post" msgstr "Añadir nuevo texto" #: main/intros.php:212 msgid "Add New Theme" msgstr "Agregar tema" #: main/intros.php:301 msgid "Add New User" msgstr "Añadir nuevo usuario" #: main/intros.php:117 #, fuzzy msgid "Add or manage users to ensure smooth operation and collaboration." msgstr "" "Añada o gestione usuarios para garantizar el buen funcionamiento y la " "colaboración." #: main/intros.php:129 msgid "" "Advanced settings for your site can be managed here.

    These " "settings include site title, tagline, site url, writing, reading, " "discussion, media, permalinks and more.

    Some plugins also add " "their settings page in this menu." msgstr "" "Aquí puede gestionar los ajustes avanzados de su sitio.

    Estos " "ajustes incluyen el título del sitio, tagline, url del sitio, escritura, " "lectura, discusión, medios de comunicación, permalinks y más.

    Algunos plugins también añaden su página de configuración en este menú." #: main/admin.php:216 main/admin.php:340 main/admin.php:346 #: main/functions.php:837 main/intros.php:44 msgid "AI" msgstr "IA" #: main/functions.php:869 main/functions.php:870 #, fuzzy msgid "AI History" msgstr "Historia de la IA" #: main/admin.php:238 #, fuzzy msgid "AI history retention" msgstr "Conservación del historial de IA" #: main/ai.php:88 #, fuzzy msgid "AI shortcut can not be applied without any content." msgstr "El acceso directo AI no puede aplicarse sin ningún contenido." #: main/onboarding.php:960 msgid "All" msgstr "Todo" #: main/intros.php:424 #, fuzzy msgid "All the pages on your site will be listed here." msgstr "Todas las páginas de su sitio aparecerán aquí." #: main/intros.php:363 #, fuzzy msgid "All the posts owned by all the users on your site will be listed here." msgstr "Aquí aparecerán todas las entradas de todos los usuarios de su sitio." #: main/intros.php:173 #, fuzzy msgid "" "All your installed plugins active as well as inactive will be listed here." msgstr "" "Todos los plugins instalados, tanto activos como inactivos, aparecerán aquí." #: main/intros.php:219 #, fuzzy msgid "" "All your installed themes active as well as inactive will be listed here." msgstr "" "Aquí aparecerán todos los temas instalados, tanto activos como inactivos." #: main/intros.php:308 #, fuzzy msgid "" "All your users with admin role as well as other roles will be listed here." msgstr "" "Todos sus usuarios con rol de administrador así como otros roles serán " "listados aquí." #: main/intros.php:104 msgid "Appearance" msgstr "Apariencia" #: main/admin.php:558 #, fuzzy msgid "Are you sure you want to skip the Tour?" msgstr "¿Seguro que quieres saltarte el Tour?" #: main/admin.php:55 main/functions.php:244 main/intros.php:14 #: main/onboarding.php:1039 msgid "Assistant" msgstr "Asistente" #: main/intros.php:15 msgid "" "Assistant adds AI to your site building process and lets you create content " "with just a few clicks (look for the AI option while editing your posts/" "pages).

    Assistant also helps you with several aspects of " "building and maintaning your WordPress website." msgstr "" "Assistant añade IA al proceso de creación de su sitio y le permite crear " "contenido con sólo unos clics (busca la opción de IA mientras editas tus " "entradas/páginas).

    Assistant también le ayuda con varios " "aspectos de la creación y el mantenimiento de su sitio web WordPress." #: main/intros.php:51 main/intros.php:61 msgid "" "Assistant resides here, when you are unable to find something or having a " "hard time understanding a feature in WordPress we should be able to help " "you.

    Visit this page anytime." msgstr "" "Asistente reside aquí, cuando usted es incapaz de encontrar algo o tiene " "dificultades para entender una característica en WordPress debemos ser " "capaces de ayudarle.

    Visite esta página en cualquier momento." #: main/onboarding.php:135 #, fuzzy msgid "Backup your site on local or remote servers" msgstr "Haga copias de seguridad de su sitio en servidores locales o remotos" #: main/onboarding.php:144 #, fuzzy msgid "" "Backuply is a WordPress backup plugin that helps you backup your WordPress " "website, saving you from loss of data because of server crashes, hacks, " "dodgy updates, or bad plugins." msgstr "" "Backuply es un plugin de copia de seguridad de WordPress que le ayuda a " "realizar copias de seguridad de su sitio web de WordPress, salvándole de la " "pérdida de datos debido a caídas del servidor, hacks, actualizaciones " "dudosas o plugins malos." #: main/onboarding.php:139 #, fuzzy msgid "Backuply – Backup, Restore, Migrate and Clone" msgstr "Backuply - Copia de seguridad, restauración, migración y clonación" #: main/onboarding.php:106 msgid "" "Boost your website's search rankings today with the most powerful WordPress " "SEO plugin. Its lightweight, optimized, and delivers exceptional performance." msgstr "" "Impulse hoy mismo el posicionamiento de su sitio web con el plugin SEO para " "WordPress más potente. Es ligero, optimizado y ofrece un rendimiento " "excepcional." #: main/onboarding.php:167 #, fuzzy msgid "Brute force protection, 2FA, login captcha" msgstr "Protección contra fuerza bruta, 2FA, captcha de inicio de sesión" #: main/intros.php:184 main/intros.php:322 main/intros.php:377 #: main/intros.php:438 msgid "Bulk Actions" msgstr "Acciones en lote" #: main/setup.php:9 msgid "Business Type" msgstr "Tipo de negocio" #: main/admin.php:218 #, fuzzy msgid "Buy AI Tokens" msgstr "Comprar AI Tokens" #: main/setup.php:136 #, fuzzy msgid "Can be changed later" msgstr "Puede modificarse posteriormente" #: main/media.php:246 msgid "Cancel" msgstr "Cancelar" #: main/intros.php:328 msgid "Change Role" msgstr "Cambiar el rol" #: main/admin.php:150 msgid "Check Updates" msgstr "Buscar Actualizaciones" #: main/onboarding.php:952 msgid "Choose a design" msgstr "Elija un diseño" #: main/media.php:621 #, fuzzy msgid "Choose a file to upload from your computer" msgstr "Elija un archivo para cargar desde su ordenador" #: main/intros.php:439 #, fuzzy msgid "Choose bulk action for selected pages: Quick Edit or Move to Trash." msgstr "" "Elija una acción masiva para las páginas seleccionadas: Edición rápida o " "Mover a la papelera." #: main/intros.php:185 #, fuzzy msgid "" "Choose bulk action for selected plugins: Activate, Deactivate, Update, " "Delete, toggle auto updates and more" msgstr "" "Elija una acción masiva para los plugins seleccionados: Activar, Desactivar, " "Actualizar, Eliminar, activar actualizaciones automáticas y mucho más" #: main/intros.php:378 #, fuzzy msgid "Choose bulk action for selected posts: Quick Edit or Move to Trash." msgstr "" "Elija una acción masiva para las entradas seleccionadas: Edición rápida o " "Mover a la papelera." #: main/intros.php:323 #, fuzzy msgid "" "Choose bulk action for selected users: Delete or send password reset link" msgstr "" "Elija una acción masiva para los usuarios seleccionados: Eliminar o enviar " "enlace de restablecimiento de contraseña" #: main/setup.php:12 msgid "Choose Template" msgstr "Elija una plantilla" #: main/intros.php:351 #, fuzzy msgid "Click here to add or manage blog posts on your site." msgstr "Haga clic aquí para añadir o gestionar entradas de blog en su sitio." #: main/intros.php:412 #, fuzzy msgid "Click here to add or manage pages on your site." msgstr "Haga clic aquí para añadir o gestionar páginas en su sitio." #: main/intros.php:161 #, fuzzy msgid "Click here to add or manage plugins on your site." msgstr "Haga clic aquí para añadir o gestionar plugins en su sitio." #: main/intros.php:207 #, fuzzy msgid "Click here to add or manage themes on your site." msgstr "Haga clic aquí para añadir o gestionar temas en su sitio." #: main/intros.php:296 #, fuzzy msgid "Click here to add or manage users on your site." msgstr "Haga clic aquí para añadir o gestionar usuarios en su sitio." #: main/intros.php:98 msgid "Comments" msgstr "Comentarios" #: main/admin.php:210 #, fuzzy msgid "Completely Disable Comments across the site" msgstr "Desactivar completamente los comentarios en todo el sitio" #: main/media.php:120 #, fuzzy msgid "Compress Image" msgstr "Comprimir imagen" #: main/media.php:499 #, fuzzy msgid "Compression and replacement failed." msgstr "Compresión y sustitución fallidas." #: main/onboarding.php:1028 #, fuzzy msgid "Congratulations, the template was imported successfully !" msgstr "Enhorabuena, la plantilla se ha importado correctamente" #: main/setup.php:128 main/setup.php:145 main/setup.php:186 msgid "Continue" msgstr "Continuar" #: main/onboarding.php:349 #, fuzzy msgid "Could not download the theme !" msgstr "No se puede descargar el tema" #: main/onboarding.php:367 #, fuzzy msgid "Could not extract the template !" msgstr "¡No se ha podido extraer la plantilla !" #: main/onboarding.php:278 #, fuzzy msgid "Could not import the template !" msgstr "No se ha podido importar la plantilla" #: main/admin.php:336 main/intros.php:74 main/intros.php:246 msgid "Dashboard" msgstr "Escritorio" #: main/admin.php:232 main/admin.php:233 main/admin.php:234 msgid "Days" msgstr "Días" #: main/onboarding.php:971 msgid "Demo" msgstr "Demo" #: main/admin.php:227 #, fuzzy msgid "Disable Softaculous AI" msgstr "Desactivar Softaculous AI" #: main/intros.php:140 msgid "Edit Profile" msgstr "Editar Perfil" #: main/intros.php:313 msgid "Edit User" msgstr "Editar Usuario" #: main/media.php:111 #, fuzzy msgid "Edit with Photopea" msgstr "Editar con Photopea" #: main/functions.php:439 #, fuzzy msgid "Enhance Content Writing with AI Assistant" msgstr "Mejore la redacción de contenidos con AI Assistant" #: main/setup.php:139 #, fuzzy msgid "Enter a title for your website" msgstr "Introduzca un título para su sitio web" #: main/functions.php:799 #, fuzzy msgid "Enter Pro License Key" msgstr "Introduzca la clave de licencia Pro" #: main/setup.php:135 #, fuzzy msgid "Enter the title of your new site" msgstr "Introduzca el título de su nuevo sitio" #: main/onboarding.php:870 #, fuzzy, php-format msgid "Error downloading theme: %1$s" msgstr "Error al descargar el tema: %1$s" #: main/onboarding.php:878 #, fuzzy msgid "Error unzipping theme: " msgstr "Error al descomprimir el tema:" #: main/intros.php:278 #, fuzzy msgid "Events and News" msgstr "Eventos y noticias" #: main/functions.php:445 msgid "Existing Page" msgstr "Redirigir a una página existente (seleccionar del desplegable)" #: main/functions.php:446 msgid "Existing Post" msgstr "Entrada existente" #: main/setup.php:75 msgid "Exit" msgstr "Salir" #: main/intros.php:135 #, fuzzy msgid "Expand or Collapse the sidebar menu using this option." msgstr "Amplíe o reduzca el menú de la barra lateral con esta opción." #: main/intros.php:45 #, fuzzy msgid "Experience hassle-free site building with inbuilt AI in Assistant." msgstr "" "Experimente la creación de sitios sin complicaciones con la IA incorporada " "en Assistant." #: main/functions.php:835 #, fuzzy msgid "Explore Pro Plugins" msgstr "Explorar los plugins Pro" #: main/admin.php:342 main/admin.php:348 msgid "Extend" msgstr "Ampliar" #: main/media.php:317 #, fuzzy msgid "Failed to create image from data" msgstr "Error al crear imagen a partir de datos" #: main/media.php:306 #, fuzzy msgid "Failed to decode base64 image data" msgstr "Error al descodificar datos de imagen base64" #: main/media.php:381 #, fuzzy msgid "Failed to insert the new image as attachment" msgstr "Error al insertar la nueva imagen como archivo adjunto" #: main/media.php:387 #, fuzzy msgid "Failed to regenerate image sub-sizes" msgstr "Error al regenerar subtamaños de imagen" #: main/media.php:363 #, fuzzy msgid "Failed to save the image" msgstr "Error al guardar la imagen" #: main/media.php:297 #, fuzzy msgid "File already exists. Please choose another file name" msgstr "El archivo ya existe. Por favor, elija otro nombre de archivo" #: main/onboarding.php:223 msgid "File Manager" msgstr "Administrador de archivos" #: main/onboarding.php:233 #, fuzzy msgid "" "FileOrganizer is a lightweight and easy-to-use file management plugin for " "WordPress. Organize and manage your WordPress files with FileOrganizer " "without any control panel or FTP access. " msgstr "" "FileOrganizer es un plugin de gestión de archivos para WordPress ligero y " "fácil de usar. Organiza y gestiona tus archivos de WordPress con " "FileOrganizer sin ningún panel de control o acceso FTP." #: main/onboarding.php:228 #, fuzzy msgid "FileOrganizer – Manage WordPress and Website Files" msgstr "FileOrganizer - Gestión de archivos de WordPress y sitios web" #: main/intros.php:190 #, fuzzy msgid "Filter Installed Plugins" msgstr "Filtrar plugins instalados" #: main/intros.php:450 #, fuzzy msgid "Filter Pages" msgstr "Filtrar páginas" #: main/intros.php:444 #, fuzzy msgid "Filter Pages by Date" msgstr "Filtrar páginas por fecha" #: main/intros.php:395 msgid "Filter Posts" msgstr "Filtrar Entradas" #: main/intros.php:389 #, fuzzy msgid "Filter Posts by Category" msgstr "Filtrar entradas por categoría" #: main/intros.php:383 #, fuzzy msgid "Filter Posts by Date" msgstr "Filtrar mensajes por fecha" #: main/intros.php:334 msgid "Filter Users" msgstr "Filtrar Usuarios" #: main/intros.php:191 #, fuzzy msgid "" "Filter your installed plugins list with Active, Inactive, Auto Updates " "Enabled or Disabled options" msgstr "" "Filtre la lista de plugins instalados con las opciones Activo, Inactivo, " "Actualizaciones automáticas activadas o desactivadas" #: main/intros.php:451 msgid "" "Filter your pages list by their status like published, drafts, trash, etc." msgstr "" "Filtre su lista de páginas por su estado como publicadas, borradores, " "papelera, etc." #: main/intros.php:396 msgid "" "Filter your posts list by their status like published, drafts, trash, etc." msgstr "" "Filtre su lista de mensajes por su estado, como publicados, borradores, " "papelera, etc." #: main/intros.php:335 msgid "Filter your users list with their roles" msgstr "Filtre su lista de usuarios con sus roles" #: main/manage-plugins.php:93 msgid "Free" msgstr "Gratis" #: main/setup.php:93 msgid "Get Started" msgstr "Comenzar" #: main/onboarding.php:1001 msgid "Go Back" msgstr "Regresar" #: main/setup.php:11 msgid "Goals" msgstr "Objetivos" #: main/onboarding.php:214 #, fuzzy msgid "" "GoSMTP allows you to send emails from your WordPress over SMTP or many " "popular outgoing email service providers. Using these improves your email " "deliverability." msgstr "" "GoSMTP le permite enviar correos electrónicos desde su WordPress a través de " "SMTP o muchos proveedores de servicios de correo electrónico saliente " "populares. Su uso mejora la entregabilidad de su correo electrónico." #: main/onboarding.php:209 #, fuzzy msgid "GoSMTP – SMTP for WordPress" msgstr "GoSMTP - SMTP para WordPress" #: main/intros.php:329 #, fuzzy msgid "Here you can bulk change role for the selected users" msgstr "" "Aquí puede cambiar de forma masiva el rol de los usuarios seleccionados" #: main/intros.php:141 msgid "" "Here you can edit your profile information like name, email, password, bio, " "profile picture and more." msgstr "" "Aquí puede editar la información de su perfil, como nombre, correo " "electrónico, contraseña, biografía, foto de perfil y mucho más." #: main/intros.php:445 #, fuzzy msgid "Here you can filter the pages by date." msgstr "Aquí puede filtrar las páginas por fecha." #: main/intros.php:390 #, fuzzy msgid "Here you can filter the posts by category." msgstr "Aquí puede filtrar los mensajes por categoría." #: main/intros.php:384 msgid "Here you can filter the posts by date." msgstr "Aquí puede filtrar los mensajes por fecha." #: main/intros.php:253 #, fuzzy msgid "" "Here you can get insights on the overall performance and security of your " "website.

    It offers recommendations and troubleshooting tools to " "help you maintain an efficient and secure site." msgstr "" "Aquí puede obtener información sobre el rendimiento general y la seguridad " "de su sitio web.

    Ofrece recomendaciones y herramientas de " "solución de problemas para ayudarle a mantener un sitio eficiente y seguro." #: main/intros.php:99 msgid "" "Here you can moderate comments posted by visitors on your posts.

    You can one click disable comments for your entire site from the Assistant " "dashboard." msgstr "" "Aquí puede moderar los comentarios publicados por los visitantes en sus " "entradas.

    Puede desactivar los comentarios de todo su sitio con " "un solo clic desde el panel del Asistente." #: main/intros.php:167 msgid "" "Here you can search wordpress.org plugins library or upload a custom plugin " "file to install a new plugin on your site." msgstr "" "Aquí puede buscar en la biblioteca de plugins de wordpress.org o subir un " "archivo de plugin personalizado para instalar un nuevo plugin en tu sitio." #: main/intros.php:213 msgid "" "Here you can search wordpress.org themes library or upload a custom theme " "file to install a new theme on your site." msgstr "" "Aquí puede buscar en la biblioteca de temas de wordpress.org o subir un " "archivo de tema personalizado para instalar un nuevo tema en tu sitio." #: main/intros.php:33 #, fuzzy msgid "" "Here you will find important links compiled in a single section which can " "sometimes be difficult to find in WordPress." msgstr "" "Aquí encontrará enlaces importantes recopilados en una única sección que a " "veces puede ser difícil de encontrar en WordPress." #: main/intros.php:265 #, fuzzy msgid "" "Here you will get a quick summary of recent activity like published posts " "and comments received on your site." msgstr "" "Aquí obtendrá un resumen rápido de la actividad reciente, como las entradas " "publicadas y los comentarios recibidos en su sitio." #: main/intros.php:259 #, fuzzy msgid "" "Here you will get the number of posts, pages, comments, current version of " "WordPress and theme that you are running." msgstr "" "Aquí obtendrá el número de entradas, páginas, comentarios, la versión actual " "de WordPress y el tema que está ejecutando." #: main/setup.php:105 #, fuzzy msgid "How would you categorize your website ?" msgstr "¿Cómo clasificaría su sitio web?" #. URI of the plugin #, fuzzy msgid "https://softwp.net/" msgstr "https://softwp.net/" #. Author URI of the plugin #, fuzzy msgid "https://www.softaculous.com" msgstr "https://www.softaculous.com" #: main/media.php:525 main/media.php:532 #, fuzzy msgid "ID not found ." msgstr "ID no encontrado ." #: main/media.php:497 #, fuzzy msgid "Image has been successfully compressed and replaced." msgstr "La imagen se ha comprimido y sustituido correctamente." #: main/media.php:395 #, fuzzy msgid "Image saved successfully" msgstr "Imagen guardada correctamente" #: main/onboarding.php:990 #, fuzzy msgid "Import stock images ?" msgstr "¿Importar imágenes de archivo?" #: main/onboarding.php:1002 #, fuzzy msgid "Import Theme Content" msgstr "Importar contenido del tema" #: main/onboarding.php:1016 #, fuzzy msgid "Import Theme Contents" msgstr "Importar contenido del tema" #: main/intros.php:123 #, fuzzy msgid "" "Import/Export site data, check site health or edit plugin/theme files from " "the Tools menu." msgstr "" "Importe/exporte datos del sitio, compruebe el estado del sitio o edite " "archivos de plugins/temas desde el menú Herramientas." #: main/onboarding.php:115 #, fuzzy msgid "Improve Page Speed" msgstr "Mejorar la velocidad de la página" #: main/onboarding.php:116 #, fuzzy msgid "Improve speed by cache, minify, compress" msgstr "Mejorar la velocidad mediante caché, minificación y compresión" #: main/onboarding.php:96 #, fuzzy msgid "Improve your site's ranking on search engines" msgstr "Mejore la posición de su sitio en los motores de búsqueda" #: main/onboarding.php:95 #, fuzzy msgid "Increase Website Traffic (SEO)" msgstr "Aumentar el tráfico del sitio web (SEO)" #: main/intros.php:258 #, fuzzy msgid "Info at a Glance" msgstr "Información general" #: main/admin.php:118 msgid "Install" msgstr "Instalar" #: main/manage-plugins.php:114 #, fuzzy msgid "Install for Free" msgstr "Instalar gratis" #: main/manage-plugins.php:87 main/manage-plugins.php:103 msgid "Installed" msgstr "Instalado" #: main/intros.php:172 #, fuzzy msgid "Installed Plugins List" msgstr "Lista de plugins instalados" #: main/intros.php:218 #, fuzzy msgid "Installed Themes List" msgstr "Lista de temas instalados" #: main/media.php:434 main/media.php:502 #, fuzzy msgid "Invalid image path." msgstr "Ruta de imagen no válida." #: main/setup.php:88 #, fuzzy msgid "" "It looks like you have already completed the onboarding process. You might " "lose data if you run the onboarding process again. Select this checkbox to " "confirm that you agree." msgstr "" "Parece que ya ha completado el proceso de incorporación. Podría perder datos " "si ejecuta de nuevo el proceso de incorporación. Seleccione esta casilla " "para confirmar que está de acuerdo." #: main/admin.php:193 #, fuzzy msgid "Launch Onboarding" msgstr "Lanzamiento Onboarding" #: main/license.php:133 #, fuzzy msgid "License Expires : " msgstr "La licencia caduca :" #: main/license.php:132 #, fuzzy msgid "License Status : " msgstr "Estado de la licencia :" #: main/onboarding.php:166 msgid "Limit Login Attempts" msgstr "Límitar intentos de inicio de sesión" #: main/intros.php:148 msgid "Log Out" msgstr "Cerrar sesión" #: main/onboarding.php:171 #, fuzzy msgid "Loginizer" msgstr "Loginizer" #: main/onboarding.php:176 #, fuzzy msgid "" "Loginizer is a simple and effortless solution that takes care of all your " "security problems. It comes with default optimal configuration to protect " "your site from Brute Force attacks." msgstr "" "Loginizer es una solución simple y sin esfuerzo que se encarga de todos sus " "problemas de seguridad. Viene con configuración óptima por defecto para " "proteger su sitio de ataques de fuerza bruta." #: main/onboarding.php:224 #, fuzzy msgid "Manage files with drag & drop editor" msgstr "Gestiona archivos con el editor de arrastrar y soltar" #: main/admin.php:169 msgid "Manage Media" msgstr "Gestionar medios" #: main/intros.php:87 #, fuzzy msgid "" "Manage media files like images, audio, videos, etc. here.

    Media " "uploaded from anywhere on your site can be managed here." msgstr "" "Gestione aquí archivos multimedia como imágenes, audio, vídeos, etc.

    Los archivos multimedia subidos desde cualquier parte de su sitio se " "pueden gestionar aquí." #: main/intros.php:429 #, fuzzy msgid "Manage Page" msgstr "Gestionar página" #: main/admin.php:157 msgid "Manage Pages" msgstr "Administrar páginas" #: main/admin.php:175 main/manage-plugins.php:51 msgid "Manage Plugins" msgstr "Administrar plugins" #: main/intros.php:368 #, fuzzy msgid "Manage Post" msgstr "Gestionar el puesto" #: main/admin.php:163 msgid "Manage Posts" msgstr "Administrar publicaciones" #: main/admin.php:143 #, fuzzy msgid "Manage Pro License" msgstr "Gestionar licencia Pro" #: main/admin.php:143 #, fuzzy msgid "Manage SoftWP License" msgstr "Gestionar licencia SoftWP" #: main/admin.php:181 msgid "Manage Themes" msgstr "Administrar Temas" #: main/admin.php:187 msgid "Manage Users" msgstr "Administrar Usuarios" #: main/intros.php:81 #, fuzzy msgid "" "Manage your blog posts here.

    Posts are typically utilized for " "blog posts, news updates, or articles, organized in a chronological order." msgstr "" "Gestiona aquí las entradas de tu blog.

    Las entradas se utilizan " "normalmente para entradas de blog, actualizaciones de noticias o artículos, " "organizados en orden cronológico." #: main/intros.php:86 msgid "Media Library" msgstr "Librería Multimedia" #: main/admin.php:235 msgid "Never" msgstr "Nunca" #: main/functions.php:443 msgid "New Page" msgstr "Nueva página" #: main/functions.php:444 msgid "New Post" msgstr "Nuevo Post" #: main/media.php:544 msgid "No file was uploaded ! Please try again." msgstr "No se ha cargado ningún archivo. Por favor, inténtelo de nuevo." #: main/media.php:656 #, fuzzy msgid "No folder for the target found !" msgstr "No se ha encontrado la carpeta del objetivo" #: main/media.php:437 main/media.php:505 #, fuzzy msgid "No image ID provided." msgstr "No se proporciona identificación de la imagen." #: main/setup.php:119 #, fuzzy msgid "No results match your search criteria" msgstr "Ningún resultado coincide con sus criterios de búsqueda" #: main/setup.php:97 #, fuzzy msgid "No, I don't want to try an easy setup process" msgstr "No, no quiero intentar un proceso de configuración fácil" #: main/manage-plugins.php:84 main/manage-plugins.php:100 msgid "Not Installed" msgstr "No instalado" #: main/media.php:274 #, fuzzy msgid "Original image attachment not found" msgstr "No se ha encontrado la imagen original adjunta" #: main/media.php:280 #, fuzzy msgid "Original image path not found" msgstr "No se ha encontrado la ruta de la imagen original" #: main/onboarding.php:185 msgid "Page Builder" msgstr "Page Builder" #: main/onboarding.php:186 #, fuzzy msgid "Page Builder, Drag and Drop website builder" msgstr "Page Builder, constructor de sitios web de arrastrar y soltar" #: main/onboarding.php:190 #, fuzzy msgid "Pagelayer" msgstr "Pagelayer" #: main/onboarding.php:195 #, fuzzy msgid "" "Pagelayer is an awesome page builder that allows you to create and design " "your website instantly in the simplest way possible. Take control over your " "page content with the most advanced page builder plugin available." msgstr "" "Pagelayer es un impresionante constructor de páginas que le permite crear y " "diseñar su sitio web al instante de la forma más sencilla posible. Toma el " "control sobre el contenido de tu página con el plugin constructor de páginas " "más avanzado disponible." #: main/onboarding.php:527 msgid "Pagelayer is required to use the templates !" msgstr "¡Pagelayer es necesario para utilizar las plantillas!" #: main/intros.php:92 main/intros.php:411 msgid "Pages" msgstr "Páginas" #: main/intros.php:93 #, fuzzy msgid "" "Pages are static content sections such as Home, About Us, Contact, Services, " "etc.

    Use this menu to add, edit, delete your pages." msgstr "" "Las páginas son secciones de contenido estático como Inicio, Quiénes somos, " "Contacto, Servicios, etc.

    Utilice este menú para añadir, editar " "o eliminar páginas." #: main/intros.php:423 #, fuzzy msgid "Pages List" msgstr "Lista de páginas" #: main/admin.php:70 #, fuzzy msgid "Pages Management" msgstr "Gestión de páginas" #: main/license.php:147 msgid "Path" msgstr "Ruta" #: main/admin.php:153 msgid "Permalinks" msgstr "Permalinks" #: main/intros.php:105 #, fuzzy msgid "" "Personalize your site's appearance effortlessly.

    Explore themes, " "customize headers, background, colors, manage widgets and menus to customize " "your site's look and feel." msgstr "" "Personaliza la apariencia de tu sitio sin esfuerzo.

    Explore " "temas, personalice encabezados, fondos, colores, administre widgets y menús " "para personalizar el aspecto de su sitio." #: main/functions.php:811 #, fuzzy msgid "Please fix the below error(s):" msgstr "Por favor, corrija los siguientes errores:" #: main/ai.php:76 #, fuzzy msgid "Please link a license to keep using the AI feature" msgstr "Vincula una licencia para seguir utilizando la función AI" #: main/ai.php:81 #, fuzzy msgid "Please write a Prompt, for the AI to generate content" msgstr "Por favor, escriba una Prompt, para que la IA genere contenidos" #: main/intros.php:178 #, fuzzy msgid "Plugin Actions" msgstr "Acciones del plugin" #: main/onboarding.php:743 msgid "Plugin activated successfully." msgstr "Plugin activado correctamente." #: main/onboarding.php:787 msgid "Plugin already installed." msgstr "Plugin ya instalado." #: main/onboarding.php:748 #, fuzzy, php-format msgid "" "Plugin installation failed. %1$s requires PHP version %2$s or higher. Your " "PHP version is %3$s." msgstr "" "Fallo en la instalación del plugin. %1$s requiere la versión de PHP %2$s o " "superior. Su versión de PHP es %3$s." #: main/onboarding.php:784 msgid "Plugin installed and activated successfully." msgstr "El plugin se ha instalado y activado correctamente." #: main/intros.php:110 main/intros.php:160 msgid "Plugins" msgstr "Plugins" #: main/admin.php:64 #, fuzzy msgid "Plugins Management" msgstr "Gestión de plugins" #: main/onboarding.php:537 #, fuzzy msgid "PopularFX plugin is required to use the templates !" msgstr "El plugin PopularFX es necesario para utilizar las plantillas" #: main/onboarding.php:547 #, fuzzy msgid "PopularFX theme is required to use the templates !" msgstr "El tema PopularFX es necesario para utilizar las plantillas" #: main/intros.php:80 main/intros.php:350 msgid "Posts" msgstr "Entradas" #: main/intros.php:362 msgid "Posts List" msgstr "Lista entradas" #: main/admin.php:73 #, fuzzy msgid "Posts Management" msgstr "Gestión de puestos" #: main/intros.php:66 msgid "Preview Site" msgstr "Vista previa Web" #: main/setup.php:126 main/setup.php:143 main/setup.php:184 msgid "Previous Step" msgstr "Paso anterior" #: main/manage-plugins.php:109 msgid "Pro" msgstr "Pro" #: main/manage-plugins.php:125 #, fuzzy msgid "Pro included with your subscription" msgstr "Pro incluido con su suscripción" #: main/onboarding.php:205 #, fuzzy msgid "Providers: Gmail, Outlook, AWS SES & more" msgstr "Proveedores: Gmail, Outlook, AWS SES y más" #: main/media.php:240 msgid "Quality" msgstr "Calidad" #: main/intros.php:271 msgid "Quick Draft" msgstr "Borrador rápido" #: main/admin.php:135 main/admin.php:343 main/admin.php:349 main/intros.php:32 msgid "Quick Links" msgstr "Enlaces Rápidos" #: main/admin.php:83 main/intros.php:26 #, fuzzy msgid "Recommended Features" msgstr "Características recomendadas" #: main/media.php:125 msgid "Replace Media" msgstr "Cambiar Media" #: main/media.php:616 #, fuzzy msgid "Replace Media File" msgstr "Sustituir archivo multimedia" #: main/manage-plugins.php:65 main/setup.php:172 #, fuzzy, php-format msgid "Requires PHP version %1$s or higher" msgstr "Requiere PHP versión %1$s o superior" #: main/media.php:243 msgid "Save" msgstr "Guardar" #: main/media.php:244 msgid "Save & Close" msgstr "Guardar & Cerrar" #: main/media.php:245 msgid "Save As" msgstr "Guardar como" #: main/onboarding.php:134 #, fuzzy msgid "Schedule Backups" msgstr "Programar copias de seguridad" #: main/intros.php:285 msgid "Screen Options" msgstr "Opciones de pantalla" #: main/intros.php:457 #, fuzzy msgid "Search a page from the pages list." msgstr "Buscar una página en la lista de páginas." #: main/intros.php:197 #, fuzzy msgid "Search a plugin from the installed plugins list." msgstr "Buscar un plugin en la lista de plugins instalados." #: main/intros.php:402 #, fuzzy msgid "Search a post from the posts list." msgstr "Buscar un mensaje en la lista de mensajes." #: main/intros.php:237 #, fuzzy msgid "Search a theme from the installed themes list." msgstr "Busca un tema en la lista de temas instalados." #: main/intros.php:341 #, fuzzy msgid "Search a user from the users list." msgstr "Buscar un usuario en la lista de usuarios." #: main/setup.php:109 msgid "Search for a category" msgstr "Buscar una categoría" #: main/onboarding.php:956 #, fuzzy msgid "Search for theme" msgstr "Buscar tema" #: main/intros.php:196 msgid "Search Installed Plugins" msgstr "Buscar plugins instalados" #: main/intros.php:236 msgid "Search Installed Themes" msgstr "Buscar temas instalados" #: main/intros.php:456 msgid "Search Pages" msgstr "Páginas de búsqueda" #: main/intros.php:401 msgid "Search Posts" msgstr "Buscar publicaciones" #: main/intros.php:340 msgid "Search Users" msgstr "Buscar usuarios" #: main/media.php:260 main/media.php:421 main/media.php:481 msgid "Security Check Failed!" msgstr "Error de comprobación de seguridad." #: main/onboarding.php:984 #, fuzzy msgid "Select pages to import" msgstr "Seleccionar páginas para importar" #: main/onboarding.php:154 #, fuzzy msgid "Sell physical or digital products" msgstr "Vender productos físicos o digitales" #: main/onboarding.php:153 msgid "Sell Products" msgstr "Vender Productos" #: main/onboarding.php:204 #, fuzzy msgid "Send Email with SMTP" msgstr "Enviar correo electrónico con SMTP" #: main/license.php:151 #, fuzzy msgid "Server's IP Address" msgstr "Dirección IP del servidor" #: main/admin.php:201 main/intros.php:38 main/intros.php:128 msgid "Settings" msgstr "Ajustes" #: main/admin.php:85 msgid "Show More" msgstr "Mostrar más" #: main/intros.php:252 msgid "Site Health" msgstr "Salud del Sitio" #: main/setup.php:10 msgid "Site Title" msgstr "Título del sitio" #: main/onboarding.php:100 #, fuzzy msgid "SiteSEO – One Click SEO for WordPress" msgstr "SiteSEO - SEO en un clic para WordPress" #. Author of the plugin #, fuzzy msgid "Softaculous" msgstr "Softaculous" #. Name of the plugin #, fuzzy msgid "SoftWP" msgstr "SoftWP" #: main/license.php:121 #, fuzzy msgid "SoftWP License" msgstr "Licencia SoftWP" #. Description of the plugin #, fuzzy msgid "" "SoftWP plugin helps users get familiar with WordPress and build a functional " "website with a seamless onboarding process and Softaculous AI to help build " "content. Softaculous also offers an assistant which provides tour of " "essential aspects of WordPress for the user to understand the functionality." msgstr "" "El plugin SoftWP ayuda a los usuarios a familiarizarse con WordPress y a " "crear un sitio web funcional con un proceso de incorporación fluido y " "Softaculous AI para ayudar a crear contenido. Softaculous también ofrece un " "asistente que recorre los aspectos esenciales de WordPress para que el " "usuario comprenda su funcionalidad." #: main/license.php:115 #, fuzzy msgid "SoftWP version" msgstr "Versión de SoftWP" #: main/functions.php:254 msgid "Sorry, but you do not have permissions to change settings." msgstr "Lo sentimos, pero no tiene permisos para cambiar la configuración." #: main/admin.php:12 #, fuzzy msgid "Sorry, but you do not have permissions to save settings." msgstr "Lo sentimos, pero no tiene permisos para guardar la configuración." #: main/onboarding.php:125 #, fuzzy msgid "" "SpeedyCache is an easy to use and powerful WordPress Cache Plugin, it helps " "you reduce page load time improving User Experience and boosting your Google " "PageSpeed." msgstr "" "SpeedyCache es un fácil de usar y potente plugin de caché de WordPress, que " "le ayuda a reducir el tiempo de carga de la página mejorando la experiencia " "del usuario y aumentar su Google PageSpeed." #: main/onboarding.php:120 #, fuzzy msgid "SpeedyCache – Cache, Optimization, Performance" msgstr "SpeedyCache - Caché, optimización, rendimiento" #: main/intros.php:418 #, fuzzy msgid "Start creating a new page for your site." msgstr "Empiece a crear una nueva página para su sitio." #: main/functions.php:442 msgid "Start Exploring" msgstr "Comienza a explorar" #: main/intros.php:357 #, fuzzy msgid "Start writing a new blog post for your site." msgstr "Comience a escribir una nueva entrada de blog para su sitio." #: main/ai.php:115 #, fuzzy msgid "The AI API responsed with empty response, Response Code:" msgstr "La API AI respondió con una respuesta vacía, Código de respuesta:" #: main/intros.php:247 #, fuzzy msgid "" "The Dashboard is your website's command center, providing a concise summary " "of its activity, such as site health, recent updates, comments, and " "statistics.

    Several plugins also display quick summary like " "orders, products, etc within the dashboard." msgstr "" "El panel de control es el centro de mando de su sitio web y ofrece un " "resumen conciso de su actividad, como el estado del sitio, las " "actualizaciones recientes, los comentarios y las estadísticas.

    Varios plugins también muestran resúmenes rápidos como pedidos, productos, " "etc. dentro del panel de control." #: main/intros.php:75 #, fuzzy msgid "" "The Dashboard is your website's command center, providing a concise summary " "of its activity, such as site health, recent updates, comments, and " "statistics.

    Several plugins also display quick summary like " "orders, products, etc within the dashboard.

    You can also check " "for Updates from the sub-menu." msgstr "" "El panel de control es el centro de mando de su sitio web y ofrece un " "resumen conciso de su actividad, como el estado del sitio, las " "actualizaciones recientes, los comentarios y las estadísticas.

    Varios plugins también muestran resúmenes rápidos como pedidos, productos, " "etc. dentro del panel de control.

    También puede comprobar las " "actualizaciones desde el submenú." #: main/media.php:558 #, fuzzy msgid "" "The File type could not be determined. Please upload a permitted file type." msgstr "" "No se ha podido determinar el tipo de archivo. Por favor, cargue un tipo de " "archivo permitido." #: main/onboarding.php:856 #, fuzzy msgid "The filesystem could not write files to the server!" msgstr "El sistema de archivos no ha podido escribir archivos en el servidor" #: main/license.php:88 #, fuzzy msgid "The license has been saved successfully" msgstr "La licencia se ha guardado correctamente" #: main/license.php:60 main/onboarding.php:503 #, fuzzy msgid "The license key is invalid" msgstr "La clave de licencia no es válida" #: main/license.php:43 #, fuzzy msgid "The license key was not submitted" msgstr "No se ha enviado la clave de licencia" #: main/onboarding.php:495 #, fuzzy msgid "" "The response from the server was malformed. Please try again in sometime !" msgstr "" "La respuesta del servidor estaba malformada. Vuelva a intentarlo dentro de " "un rato" #: main/onboarding.php:580 #, fuzzy, php-format msgid "" "The selected template is a Pro template and you have a free or expired " "license. Please enter your license key here." msgstr "" "La plantilla seleccionada es una plantilla Pro y usted tiene una licencia " "gratuita o caducada. Introduzca aquí su clave de licencia." #: main/onboarding.php:554 #, fuzzy msgid "The template you submitted is invalid !" msgstr "La plantilla que ha enviado no es válida" #: main/media.php:666 #, fuzzy, php-format msgid "" "The uploaded file could not be moved to %1$s. This is most likely an issue " "with permissions, or upload failed." msgstr "" "El archivo subido no pudo ser movido a %1$s. Lo más probable es que se trate " "de un problema con los permisos o que la carga haya fallado." #: main/intros.php:230 #, fuzzy msgid "Theme Actions" msgstr "Acciones temáticas" #: main/onboarding.php:840 msgid "Theme activated successfully." msgstr "Tema activado correctamente." #: main/onboarding.php:887 #, fuzzy msgid "Theme installation failed " msgstr "Error en la instalación del tema" #: main/onboarding.php:891 #, fuzzy msgid "Theme installed and activated successfully." msgstr "Tema instalado y activado correctamente." #: main/onboarding.php:326 #, fuzzy msgid "Theme template can only be uploaded using FTP !" msgstr "La plantilla del tema sólo se puede cargar mediante FTP" #: main/intros.php:206 msgid "Themes" msgstr "Temas" #: main/admin.php:67 #, fuzzy msgid "Themes Management" msgstr "Gestión de temas" #: main/onboarding.php:598 #, fuzzy, php-format msgid "" "There was an error in installing Pagelayer which is required by this " "template. Please install Pagelayer manually by clicking here and then install the template !" msgstr "" "Se ha producido un error al instalar Pagelayer, que es necesario para esta " "plantilla. ¡Por favor, instale Pagelayer manualmente haciendo clic aquí y luego instalar la plantilla !" #: main/media.php:550 #, fuzzy msgid "There was some error uploading the file ! Please try again." msgstr "" "Se ha producido un error al cargar el archivo Por favor, inténtalo de nuevo." #: main/setup.php:106 #, fuzzy msgid "This helps us recommend design and functionalities for your website" msgstr "" "Esto nos ayuda a recomendar el diseño y las funcionalidades de su sitio web" #: main/setup.php:83 #, fuzzy msgid "" "This process will help you choose a professional template for your website " "and install plugins that you might need to achieve your goal for creating " "this website" msgstr "" "Este proceso le ayudará a elegir una plantilla profesional para su sitio web " "y a instalar los plugins que pueda necesitar para lograr su objetivo de " "crear este sitio web" #: main/intros.php:286 #, fuzzy msgid "" "This useful feature allows you to select the screen elements that you would " "like to show or hide by using the checkboxes.

    You will find this " "option on several pages across your site." msgstr "" "Esta útil función le permite seleccionar los elementos de la pantalla que " "desea mostrar u ocultar utilizando las casillas de verificación.

    Encontrará esta opción en varias páginas de su sitio." #: main/intros.php:279 #, fuzzy msgid "" "This widget is a valuable resource for staying informed about the latest " "happenings in the WordPress community and connecting with other WordPress " "enthusiasts.

    Here you will find updates on new releases, " "upcoming features, security updates, and general news about the WordPress " "community.

    This section also shows upcoming WordPress events " "such as WordCamps, local meetups, and other community gatherings." msgstr "" "Este widget es un valioso recurso para mantenerse informado sobre los " "últimos acontecimientos en la comunidad de WordPress y conectar con otros " "entusiastas de WordPress.

    Aquí encontrarás actualizaciones sobre " "nuevas versiones, próximas funciones, actualizaciones de seguridad y " "noticias generales sobre la comunidad de WordPress.

    Esta sección " "también muestra los próximos eventos de WordPress, como WordCamps, reuniones " "locales y otros encuentros de la comunidad." #: main/intros.php:134 msgid "Toggle Menu" msgstr "Mostrar/Ocultar menú" #: main/intros.php:122 msgid "Tools" msgstr "Herramientas" #: main/functions.php:836 msgid "Tour" msgstr "Tour" #: main/admin.php:49 main/admin.php:341 main/admin.php:347 main/intros.php:20 msgid "Tours" msgstr "Tours" #: main/intros.php:21 #, fuzzy msgid "" "Tours highlights and explains important options in WordPress that you will " "need while managing your site.

    You can replay the tours when " "needed." msgstr "" "Los tours destacan y explican las opciones importantes de WordPress que " "necesitará para gestionar su sitio.

    Puedes volver a ver los " "tours cuando lo necesites." #: main/ai.php:103 #, fuzzy msgid "Unable to complete this request" msgstr "No se puede completar esta solicitud" #: main/ai.php:121 #, fuzzy msgid "Unexpected response code returned from AI API: " msgstr "Código de respuesta inesperado devuelto por la API de AI:" #: main/intros.php:111 #, fuzzy msgid "" "Unlock endless possibilities for your website with plugins.

    Easily search, add or delete plugins to enhance your site's functionality." msgstr "" "Desbloquee un sinfín de posibilidades para su sitio web con plugins.

    Busque, añada o elimine plugins fácilmente para mejorar la " "funcionalidad de su sitio." #: main/media.php:355 #, fuzzy msgid "Unsupported image format" msgstr "Formato de imagen no compatible" #: main/media.php:472 #, fuzzy msgid "Unsupported image type." msgstr "Tipo de imagen no compatible." #: main/license.php:125 msgid "Update License" msgstr "Actualizar Licencia" #: main/media.php:628 msgid "Upload" msgstr "Subir" #: main/license.php:143 msgid "URL" msgstr "URL" #: main/functions.php:441 #, fuzzy msgid "" "Use cutting-edge AI to write blog posts or content for your pages. Create a " "table, write a paragraph, change tone, translate, fix spelling & grammar and " "so much more." msgstr "" "Utiliza la IA más avanzada para escribir entradas de blog o contenidos para " "tus páginas. Crea una tabla, escribe un párrafo, cambia el tono, traduce, " "corrige la ortografía y la gramática y mucho más." #: main/intros.php:149 #, fuzzy msgid "Use this link to securely log out from your site." msgstr "Utilice este enlace para cerrar la sesión en su sitio de forma segura." #: main/intros.php:272 #, fuzzy msgid "" "Use this section for capturing ideas as they come to you, quickly jot down " "the ideas for new posts.

    You can later access these drafts from " "the Posts section and continue editing them in the full post editor." msgstr "" "Utiliza esta sección para capturar las ideas que te vayan surgiendo, anota " "rápidamente las ideas para nuevos posts.

    Más tarde podrás " "acceder a estos borradores desde la sección Entradas y seguir editándolos en " "el editor de entradas completo." #: main/intros.php:116 main/intros.php:295 msgid "Users" msgstr "Usuarios" #: main/intros.php:307 msgid "Users List" msgstr "Lista de Usuarios" #: main/admin.php:76 #, fuzzy msgid "Users Management" msgstr "Gestión de usuarios" #: main/admin.php:147 msgid "View Site" msgstr "Ver sitio" #: main/onboarding.php:1037 msgid "Visit Website" msgstr "Visitar sitio web" #: main/intros.php:39 #, fuzzy msgid "" "We have simplified complex WordPress settings that you can now manage with " "just a click via the Assistant." msgstr "" "Hemos simplificado complejas configuraciones de WordPress que ahora puedes " "gestionar con un solo clic a través del Asistente." #: main/onboarding.php:992 #, fuzzy msgid "" "We try our best to use images that are free to use from legal perspectives. " "However, we are not liable for any copyright infringement for your site." msgstr "" "Hacemos todo lo posible por utilizar imágenes cuyo uso sea libre desde el " "punto de vista legal. Sin embargo, no somos responsables de ninguna " "infracción de los derechos de autor de su sitio." #: main/setup.php:153 #, fuzzy msgid "" "We will install the appropriate plugins that will add the required " "functionality to your website" msgstr "" "Instalaremos los plugins adecuados que añadirán la funcionalidad requerida a " "su sitio web" #: main/setup.php:8 msgid "Welcome" msgstr "Bienvenido" #: main/setup.php:82 msgid "Welcome to the Onboarding process!" msgstr "¡Bienvenido al proceso de configuración!" #: main/setup.php:152 msgid "What are you looking to achieve with your new site ?" msgstr "¿Qué espera conseguir con su nuevo sitio web?" #: main/onboarding.php:158 msgid "WooCommerce" msgstr "WooCommerce" #: main/admin.php:61 #, fuzzy msgid "WordPress admin Dashboard" msgstr "Panel de administración de WordPress" #: main/admin.php:332 #, fuzzy msgid "WordPress Assistant" msgstr "Asistente de WordPress" #: main/onboarding.php:1038 msgid "WordPress Dashboard" msgstr "Dashboard WordPress" #: main/admin.php:58 msgid "WordPress Sidebar" msgstr "WordPress SideBar" #: main/intros.php:314 #, fuzzy msgid "" "You can edit the user information, change password, change role and much " "more with the Edit link here." msgstr "" "Puede editar la información del usuario, cambiar la contraseña, cambiar el " "rol y mucho más con el enlace Editar aquí." #: main/onboarding.php:1029 #, fuzzy msgid "" "You can now customize the website as per your requirements with the help of " "Pagelayer or the Customizer.

    \n" "\t\t\t\tNote : We strongly recommend you change all images and media. " "We try our best to use images which are copyright free or are allowed under " "their licensing. However, we take no responsibilities for the same and " "recommend you change all media and images !" msgstr "" "Ahora puede personalizar el sitio web según sus necesidades con la ayuda de " "Pagelayer o el Personalizador.

    \n" "\t\t\t\tNota: Le recomendamos encarecidamente que cambie todas las " "imágenes y los medios de comunicación. Hacemos todo lo posible para utilizar " "imágenes que son libres de derechos de autor o están permitidos bajo su " "licencia. ¡Sin embargo, no asumimos ninguna responsabilidad por lo mismo y " "le recomendamos que cambie todos los medios de comunicación y las imágenes!" #: main/intros.php:179 #, fuzzy msgid "" "You can perform actions for your plugins like Activate, Deactivate, Update, " "Delete, Plugin Settings and more..

    It is recommended to delete " "plugins that you do not plan to use and keep all your plugins up to date." msgstr "" "Puedes realizar acciones para tus plugins como Activar, Desactivar, " "Actualizar, Borrar, Configuración de plugins y más..

    Se " "recomienda eliminar los plugins que no piensa utilizar y mantener todos sus " "plugins actualizados." #: main/intros.php:231 #, fuzzy msgid "" "You can perform actions for your theme like Activate, Live Preview, " "Customize and more

    It is recommended to delete themes that you " "do not plan to use and keep all your themes up to date." msgstr "" "Puede realizar acciones para su tema como Activar, Vista previa en vivo, " "Personalizar y más

    Se recomienda eliminar los temas que no " "piensa utilizar y mantener todos sus temas actualizados." #: main/intros.php:67 #, fuzzy msgid "You can use this link to preview your site as a visitor." msgstr "Puede utilizar este enlace para previsualizar su sitio como visitante." #: main/intros.php:430 #, fuzzy msgid "You can view, edit or delete the pages with the links here." msgstr "Aquí puede ver, editar o eliminar las páginas con los enlaces." #: main/intros.php:369 #, fuzzy msgid "You can view, edit or delete the posts with the links here." msgstr "Puede ver, editar o eliminar los mensajes con los enlaces aquí." #: main/onboarding.php:814 #, fuzzy msgid "You do not have enough permissions to install theme" msgstr "No tiene suficientes permisos para instalar el tema" #: main/media.php:519 msgid "You do not have permission to upload files." msgstr "No tiene permiso para cargar archivos." #: main/ai.php:65 main/ai.php:175 #, fuzzy msgid "You do not have required privilege" msgstr "Usted no tiene el privilegio requerido" #: main/intros.php:225 #, fuzzy msgid "Your active theme will be listed here." msgstr "Aquí aparecerá su tema activo." #: main/intros.php:50 main/intros.php:60 #, fuzzy msgid "Your Assistant" msgstr "Su asistente" #: main/functions.php:410 #, fuzzy, php-format msgid "" "Your Onboarding process is not completed yet! Click here to complete the simple setup process and " "build your site in a few steps." msgstr "" "¡Su proceso de Onboarding aún no ha finalizado! Haga clic aquí para completar el sencillo proceso de " "configuración y construir su sitio en unos pocos pasos." #: main/onboarding.php:568 #, fuzzy, php-format msgid "" "Your Pagelayer version is %1$s while the onboarding requires Pagelayer " "version higher than or equal to 1.8.9" msgstr "" "Su versión de Pagelayer es %1$s mientras que el onboarding requiere una " "versión de Pagelayer superior o igual a 1.8.9" #: main/onboarding.php:562 #, fuzzy, php-format msgid "" "Your Pagelayer version is %1$s while the template requires Pagelayer version " "higher than or equal to %2$s " msgstr "" "Su versión de Pagelayer es %1$s mientras que la plantilla requiere una " "versión de Pagelayer superior o igual a %2$s" #: main/onboarding.php:574 #, fuzzy, php-format msgid "" "Your PopularFX Plugin version is %1$s while the template requires PopularFX " "version higher than or equal to %2$s" msgstr "" "La versión de su plugin PopularFX es %1$s mientras que la plantilla requiere " "una versión de PopularFX superior o igual a %2$s" #: main/functions.php:377 #, fuzzy, php-format msgid "" "Your SoftWP plugin is %1$s. Please enter the license key here." msgstr "" "Su plugin SoftWP es %1$s. Introduzca aquí la clave de " "licencia." #: main/functions.php:389 #, fuzzy, php-format msgid "" "Your SoftWP plugin license has %1$s. Please renew your license for " "uninterrupted updates and support." msgstr "" "Su licencia del plugin SoftWP tiene %1$s. Por favor, renueve su licencia " "para actualizaciones ininterrumpidas y soporte." #: main/functions.php:384 #, fuzzy, php-format msgid "" "Your SoftWP plugin license is not authorized to be used on %1$s. You can generate a new license " "for your domain from the %2$s panel." msgstr "" "La licencia de su plugin SoftWP no está " "autorizada para ser utilizado en %1$s. Puede " "generar una nueva licencia para su dominio desde el %2$s panel." languages/softaculous-pro.pot000064400000100650147577723070012430 0ustar00#, fuzzy msgid "" msgstr "" "Project-Id-Version: SoftWP\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-01-09 13:41+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: \n" "Language: \n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Loco https://localise.biz/\n" "X-Loco-Version: 2.6.14; wp-6.7.1\n" "X-Domain: softaculous-pro" #: main/intros.php:27 msgid "" "A recommended list of plugins to improve performace and extend " "functionalties for your site." msgstr "" #: main/media.php:95 msgid "Action Buttons" msgstr "" #: main/admin.php:120 main/manage-plugins.php:116 msgid "Activate" msgstr "" #: main/admin.php:122 main/manage-plugins.php:90 main/manage-plugins.php:106 #: main/manage-plugins.php:118 msgid "Active" msgstr "" #: main/intros.php:224 msgid "Active Theme" msgstr "" #: main/intros.php:264 msgid "Activity" msgstr "" #: main/intros.php:302 msgid "" "Add a new user for your site. You can enter user details, password, role, " "etc." msgstr "" #: main/admin.php:159 main/admin.php:165 main/admin.php:171 main/admin.php:177 #: main/admin.php:183 main/admin.php:189 msgid "Add New" msgstr "" #: main/intros.php:417 msgid "Add New Page" msgstr "" #: main/intros.php:166 msgid "Add New Plugin" msgstr "" #: main/intros.php:356 msgid "Add New Post" msgstr "" #: main/intros.php:212 msgid "Add New Theme" msgstr "" #: main/intros.php:301 msgid "Add New User" msgstr "" #: main/intros.php:117 msgid "Add or manage users to ensure smooth operation and collaboration." msgstr "" #: main/intros.php:129 msgid "" "Advanced settings for your site can be managed here.

    These " "settings include site title, tagline, site url, writing, reading, discussion," " media, permalinks and more.

    Some plugins also add their settings " "page in this menu." msgstr "" #: main/admin.php:216 main/admin.php:340 main/admin.php:346 #: main/functions.php:837 main/intros.php:44 msgid "AI" msgstr "" #: main/functions.php:869 main/functions.php:870 msgid "AI History" msgstr "" #: main/admin.php:238 msgid "AI history retention" msgstr "" #: main/ai.php:88 msgid "AI shortcut can not be applied without any content." msgstr "" #: main/onboarding.php:960 msgid "All" msgstr "" #: main/intros.php:424 msgid "All the pages on your site will be listed here." msgstr "" #: main/intros.php:363 msgid "All the posts owned by all the users on your site will be listed here." msgstr "" #: main/intros.php:173 msgid "" "All your installed plugins active as well as inactive will be listed here." msgstr "" #: main/intros.php:219 msgid "" "All your installed themes active as well as inactive will be listed here." msgstr "" #: main/intros.php:308 msgid "" "All your users with admin role as well as other roles will be listed here." msgstr "" #: main/intros.php:104 msgid "Appearance" msgstr "" #: main/admin.php:558 msgid "Are you sure you want to skip the Tour?" msgstr "" #: main/admin.php:55 main/functions.php:244 main/intros.php:14 #: main/onboarding.php:1039 msgid "Assistant" msgstr "" #: main/intros.php:15 msgid "" "Assistant adds AI to your site building process and lets you create content " "with just a few clicks (look for the AI option while editing your " "posts/pages).

    Assistant also helps you with several aspects of " "building and maintaning your WordPress website." msgstr "" #: main/intros.php:51 main/intros.php:61 msgid "" "Assistant resides here, when you are unable to find something or having a " "hard time understanding a feature in WordPress we should be able to help you." "

    Visit this page anytime." msgstr "" #: main/onboarding.php:135 msgid "Backup your site on local or remote servers" msgstr "" #: main/onboarding.php:144 msgid "" "Backuply is a WordPress backup plugin that helps you backup your WordPress " "website, saving you from loss of data because of server crashes, hacks, " "dodgy updates, or bad plugins." msgstr "" #: main/onboarding.php:139 msgid "Backuply – Backup, Restore, Migrate and Clone" msgstr "" #: main/onboarding.php:106 msgid "" "Boost your website's search rankings today with the most powerful WordPress " "SEO plugin. Its lightweight, optimized, and delivers exceptional performance." msgstr "" #: main/onboarding.php:167 msgid "Brute force protection, 2FA, login captcha" msgstr "" #: main/intros.php:184 main/intros.php:322 main/intros.php:377 #: main/intros.php:438 msgid "Bulk Actions" msgstr "" #: main/setup.php:9 msgid "Business Type" msgstr "" #: main/admin.php:218 msgid "Buy AI Tokens" msgstr "" #: main/setup.php:136 msgid "Can be changed later" msgstr "" #: main/media.php:246 msgid "Cancel" msgstr "" #: main/intros.php:328 msgid "Change Role" msgstr "" #: main/admin.php:150 msgid "Check Updates" msgstr "" #: main/onboarding.php:952 msgid "Choose a design" msgstr "" #: main/media.php:621 msgid "Choose a file to upload from your computer" msgstr "" #: main/intros.php:439 msgid "Choose bulk action for selected pages: Quick Edit or Move to Trash." msgstr "" #: main/intros.php:185 msgid "" "Choose bulk action for selected plugins: Activate, Deactivate, Update, " "Delete, toggle auto updates and more" msgstr "" #: main/intros.php:378 msgid "Choose bulk action for selected posts: Quick Edit or Move to Trash." msgstr "" #: main/intros.php:323 msgid "" "Choose bulk action for selected users: Delete or send password reset link" msgstr "" #: main/setup.php:12 msgid "Choose Template" msgstr "" #: main/intros.php:351 msgid "Click here to add or manage blog posts on your site." msgstr "" #: main/intros.php:412 msgid "Click here to add or manage pages on your site." msgstr "" #: main/intros.php:161 msgid "Click here to add or manage plugins on your site." msgstr "" #: main/intros.php:207 msgid "Click here to add or manage themes on your site." msgstr "" #: main/intros.php:296 msgid "Click here to add or manage users on your site." msgstr "" #: main/intros.php:98 msgid "Comments" msgstr "" #: main/admin.php:210 msgid "Completely Disable Comments across the site" msgstr "" #: main/media.php:120 msgid "Compress Image" msgstr "" #: main/media.php:499 msgid "Compression and replacement failed." msgstr "" #: main/onboarding.php:1028 msgid "Congratulations, the template was imported successfully !" msgstr "" #: main/setup.php:128 main/setup.php:145 main/setup.php:186 msgid "Continue" msgstr "" #: main/onboarding.php:349 msgid "Could not download the theme !" msgstr "" #: main/onboarding.php:367 msgid "Could not extract the template !" msgstr "" #: main/onboarding.php:278 msgid "Could not import the template !" msgstr "" #: main/admin.php:336 main/intros.php:74 main/intros.php:246 msgid "Dashboard" msgstr "" #: main/admin.php:232 main/admin.php:233 main/admin.php:234 msgid "Days" msgstr "" #: main/onboarding.php:971 msgid "Demo" msgstr "" #: main/admin.php:227 msgid "Disable Softaculous AI" msgstr "" #: main/intros.php:140 msgid "Edit Profile" msgstr "" #: main/intros.php:313 msgid "Edit User" msgstr "" #: main/media.php:111 msgid "Edit with Photopea" msgstr "" #: main/functions.php:439 msgid "Enhance Content Writing with AI Assistant" msgstr "" #: main/setup.php:139 msgid "Enter a title for your website" msgstr "" #: main/functions.php:799 msgid "Enter Pro License Key" msgstr "" #: main/setup.php:135 msgid "Enter the title of your new site" msgstr "" #: main/onboarding.php:870 #, php-format msgid "Error downloading theme: %1$s" msgstr "" #: main/onboarding.php:878 msgid "Error unzipping theme: " msgstr "" #: main/intros.php:278 msgid "Events and News" msgstr "" #: main/functions.php:445 msgid "Existing Page" msgstr "" #: main/functions.php:446 msgid "Existing Post" msgstr "" #: main/setup.php:75 msgid "Exit" msgstr "" #: main/intros.php:135 msgid "Expand or Collapse the sidebar menu using this option." msgstr "" #: main/intros.php:45 msgid "Experience hassle-free site building with inbuilt AI in Assistant." msgstr "" #: main/functions.php:835 msgid "Explore Pro Plugins" msgstr "" #: main/admin.php:342 main/admin.php:348 msgid "Extend" msgstr "" #: main/media.php:317 msgid "Failed to create image from data" msgstr "" #: main/media.php:306 msgid "Failed to decode base64 image data" msgstr "" #: main/media.php:381 msgid "Failed to insert the new image as attachment" msgstr "" #: main/media.php:387 msgid "Failed to regenerate image sub-sizes" msgstr "" #: main/media.php:363 msgid "Failed to save the image" msgstr "" #: main/media.php:297 msgid "File already exists. Please choose another file name" msgstr "" #: main/onboarding.php:223 msgid "File Manager" msgstr "" #: main/onboarding.php:233 msgid "" "FileOrganizer is a lightweight and easy-to-use file management plugin for " "WordPress. Organize and manage your WordPress files with FileOrganizer " "without any control panel or FTP access. " msgstr "" #: main/onboarding.php:228 msgid "FileOrganizer – Manage WordPress and Website Files" msgstr "" #: main/intros.php:190 msgid "Filter Installed Plugins" msgstr "" #: main/intros.php:450 msgid "Filter Pages" msgstr "" #: main/intros.php:444 msgid "Filter Pages by Date" msgstr "" #: main/intros.php:395 msgid "Filter Posts" msgstr "" #: main/intros.php:389 msgid "Filter Posts by Category" msgstr "" #: main/intros.php:383 msgid "Filter Posts by Date" msgstr "" #: main/intros.php:334 msgid "Filter Users" msgstr "" #: main/intros.php:191 msgid "" "Filter your installed plugins list with Active, Inactive, Auto Updates " "Enabled or Disabled options" msgstr "" #: main/intros.php:451 msgid "" "Filter your pages list by their status like published, drafts, trash, etc." msgstr "" #: main/intros.php:396 msgid "" "Filter your posts list by their status like published, drafts, trash, etc." msgstr "" #: main/intros.php:335 msgid "Filter your users list with their roles" msgstr "" #: main/manage-plugins.php:93 msgid "Free" msgstr "" #: main/setup.php:93 msgid "Get Started" msgstr "" #: main/onboarding.php:1001 msgid "Go Back" msgstr "" #: main/setup.php:11 msgid "Goals" msgstr "" #: main/onboarding.php:214 msgid "" "GoSMTP allows you to send emails from your WordPress over SMTP or many " "popular outgoing email service providers. Using these improves your email " "deliverability." msgstr "" #: main/onboarding.php:209 msgid "GoSMTP – SMTP for WordPress" msgstr "" #: main/intros.php:329 msgid "Here you can bulk change role for the selected users" msgstr "" #: main/intros.php:141 msgid "" "Here you can edit your profile information like name, email, password, bio, " "profile picture and more." msgstr "" #: main/intros.php:445 msgid "Here you can filter the pages by date." msgstr "" #: main/intros.php:390 msgid "Here you can filter the posts by category." msgstr "" #: main/intros.php:384 msgid "Here you can filter the posts by date." msgstr "" #: main/intros.php:253 msgid "" "Here you can get insights on the overall performance and security of your " "website.

    It offers recommendations and troubleshooting tools to " "help you maintain an efficient and secure site." msgstr "" #: main/intros.php:99 msgid "" "Here you can moderate comments posted by visitors on your posts.

    " "You can one click disable comments for your entire site from the Assistant " "dashboard." msgstr "" #: main/intros.php:167 msgid "" "Here you can search wordpress.org plugins library or upload a custom plugin " "file to install a new plugin on your site." msgstr "" #: main/intros.php:213 msgid "" "Here you can search wordpress.org themes library or upload a custom theme " "file to install a new theme on your site." msgstr "" #: main/intros.php:33 msgid "" "Here you will find important links compiled in a single section which can " "sometimes be difficult to find in WordPress." msgstr "" #: main/intros.php:265 msgid "" "Here you will get a quick summary of recent activity like published posts " "and comments received on your site." msgstr "" #: main/intros.php:259 msgid "" "Here you will get the number of posts, pages, comments, current version of " "WordPress and theme that you are running." msgstr "" #: main/setup.php:105 msgid "How would you categorize your website ?" msgstr "" #. URI of the plugin msgid "https://softwp.net/" msgstr "" #. Author URI of the plugin msgid "https://www.softaculous.com" msgstr "" #: main/media.php:525 main/media.php:532 msgid "ID not found ." msgstr "" #: main/media.php:497 msgid "Image has been successfully compressed and replaced." msgstr "" #: main/media.php:395 msgid "Image saved successfully" msgstr "" #: main/onboarding.php:990 msgid "Import stock images ?" msgstr "" #: main/onboarding.php:1002 msgid "Import Theme Content" msgstr "" #: main/onboarding.php:1016 msgid "Import Theme Contents" msgstr "" #: main/intros.php:123 msgid "" "Import/Export site data, check site health or edit plugin/theme files from " "the Tools menu." msgstr "" #: main/onboarding.php:115 msgid "Improve Page Speed" msgstr "" #: main/onboarding.php:116 msgid "Improve speed by cache, minify, compress" msgstr "" #: main/onboarding.php:96 msgid "Improve your site's ranking on search engines" msgstr "" #: main/onboarding.php:95 msgid "Increase Website Traffic (SEO)" msgstr "" #: main/intros.php:258 msgid "Info at a Glance" msgstr "" #: main/admin.php:118 msgid "Install" msgstr "" #: main/manage-plugins.php:114 msgid "Install for Free" msgstr "" #: main/manage-plugins.php:87 main/manage-plugins.php:103 msgid "Installed" msgstr "" #: main/intros.php:172 msgid "Installed Plugins List" msgstr "" #: main/intros.php:218 msgid "Installed Themes List" msgstr "" #: main/media.php:434 main/media.php:502 msgid "Invalid image path." msgstr "" #: main/setup.php:88 msgid "" "It looks like you have already completed the onboarding process. You might " "lose data if you run the onboarding process again. Select this checkbox to " "confirm that you agree." msgstr "" #: main/admin.php:193 msgid "Launch Onboarding" msgstr "" #: main/license.php:133 msgid "License Expires : " msgstr "" #: main/license.php:132 msgid "License Status : " msgstr "" #: main/onboarding.php:166 msgid "Limit Login Attempts" msgstr "" #: main/intros.php:148 msgid "Log Out" msgstr "" #: main/onboarding.php:171 msgid "Loginizer" msgstr "" #: main/onboarding.php:176 msgid "" "Loginizer is a simple and effortless solution that takes care of all your " "security problems. It comes with default optimal configuration to protect " "your site from Brute Force attacks." msgstr "" #: main/onboarding.php:224 msgid "Manage files with drag & drop editor" msgstr "" #: main/admin.php:169 msgid "Manage Media" msgstr "" #: main/intros.php:87 msgid "" "Manage media files like images, audio, videos, etc. here.

    Media " "uploaded from anywhere on your site can be managed here." msgstr "" #: main/intros.php:429 msgid "Manage Page" msgstr "" #: main/admin.php:157 msgid "Manage Pages" msgstr "" #: main/admin.php:175 main/manage-plugins.php:51 msgid "Manage Plugins" msgstr "" #: main/intros.php:368 msgid "Manage Post" msgstr "" #: main/admin.php:163 msgid "Manage Posts" msgstr "" #: main/admin.php:143 msgid "Manage Pro License" msgstr "" #: main/admin.php:143 msgid "Manage SoftWP License" msgstr "" #: main/admin.php:181 msgid "Manage Themes" msgstr "" #: main/admin.php:187 msgid "Manage Users" msgstr "" #: main/intros.php:81 msgid "" "Manage your blog posts here.

    Posts are typically utilized for " "blog posts, news updates, or articles, organized in a chronological order." msgstr "" #: main/intros.php:86 msgid "Media Library" msgstr "" #: main/admin.php:235 msgid "Never" msgstr "" #: main/functions.php:443 msgid "New Page" msgstr "" #: main/functions.php:444 msgid "New Post" msgstr "" #: main/media.php:544 msgid "No file was uploaded ! Please try again." msgstr "" #: main/media.php:656 msgid "No folder for the target found !" msgstr "" #: main/media.php:437 main/media.php:505 msgid "No image ID provided." msgstr "" #: main/setup.php:119 msgid "No results match your search criteria" msgstr "" #: main/setup.php:97 msgid "No, I don't want to try an easy setup process" msgstr "" #: main/manage-plugins.php:84 main/manage-plugins.php:100 msgid "Not Installed" msgstr "" #: main/media.php:274 msgid "Original image attachment not found" msgstr "" #: main/media.php:280 msgid "Original image path not found" msgstr "" #: main/onboarding.php:185 msgid "Page Builder" msgstr "" #: main/onboarding.php:186 msgid "Page Builder, Drag and Drop website builder" msgstr "" #: main/onboarding.php:190 msgid "Pagelayer" msgstr "" #: main/onboarding.php:195 msgid "" "Pagelayer is an awesome page builder that allows you to create and design " "your website instantly in the simplest way possible. Take control over your " "page content with the most advanced page builder plugin available." msgstr "" #: main/onboarding.php:527 msgid "Pagelayer is required to use the templates !" msgstr "" #: main/intros.php:92 main/intros.php:411 msgid "Pages" msgstr "" #: main/intros.php:93 msgid "" "Pages are static content sections such as Home, About Us, Contact, Services, " "etc.

    Use this menu to add, edit, delete your pages." msgstr "" #: main/intros.php:423 msgid "Pages List" msgstr "" #: main/admin.php:70 msgid "Pages Management" msgstr "" #: main/license.php:147 msgid "Path" msgstr "" #: main/admin.php:153 msgid "Permalinks" msgstr "" #: main/intros.php:105 msgid "" "Personalize your site's appearance effortlessly.

    Explore themes, " "customize headers, background, colors, manage widgets and menus to customize " "your site's look and feel." msgstr "" #: main/functions.php:811 msgid "Please fix the below error(s):" msgstr "" #: main/ai.php:76 msgid "Please link a license to keep using the AI feature" msgstr "" #: main/ai.php:81 msgid "Please write a Prompt, for the AI to generate content" msgstr "" #: main/intros.php:178 msgid "Plugin Actions" msgstr "" #: main/onboarding.php:743 msgid "Plugin activated successfully." msgstr "" #: main/onboarding.php:787 msgid "Plugin already installed." msgstr "" #: main/onboarding.php:748 #, php-format msgid "" "Plugin installation failed. %1$s requires PHP version %2$s or higher. Your " "PHP version is %3$s." msgstr "" #: main/onboarding.php:784 msgid "Plugin installed and activated successfully." msgstr "" #: main/intros.php:110 main/intros.php:160 msgid "Plugins" msgstr "" #: main/admin.php:64 msgid "Plugins Management" msgstr "" #: main/onboarding.php:537 msgid "PopularFX plugin is required to use the templates !" msgstr "" #: main/onboarding.php:547 msgid "PopularFX theme is required to use the templates !" msgstr "" #: main/intros.php:80 main/intros.php:350 msgid "Posts" msgstr "" #: main/intros.php:362 msgid "Posts List" msgstr "" #: main/admin.php:73 msgid "Posts Management" msgstr "" #: main/intros.php:66 msgid "Preview Site" msgstr "" #: main/setup.php:126 main/setup.php:143 main/setup.php:184 msgid "Previous Step" msgstr "" #: main/manage-plugins.php:109 msgid "Pro" msgstr "" #: main/manage-plugins.php:125 msgid "Pro included with your subscription" msgstr "" #: main/onboarding.php:205 msgid "Providers: Gmail, Outlook, AWS SES & more" msgstr "" #: main/media.php:240 msgid "Quality" msgstr "" #: main/intros.php:271 msgid "Quick Draft" msgstr "" #: main/admin.php:135 main/admin.php:343 main/admin.php:349 main/intros.php:32 msgid "Quick Links" msgstr "" #: main/admin.php:83 main/intros.php:26 msgid "Recommended Features" msgstr "" #: main/media.php:125 msgid "Replace Media" msgstr "" #: main/media.php:616 msgid "Replace Media File" msgstr "" #: main/manage-plugins.php:65 main/setup.php:172 #, php-format msgid "Requires PHP version %1$s or higher" msgstr "" #: main/media.php:243 msgid "Save" msgstr "" #: main/media.php:244 msgid "Save & Close" msgstr "" #: main/media.php:245 msgid "Save As" msgstr "" #: main/onboarding.php:134 msgid "Schedule Backups" msgstr "" #: main/intros.php:285 msgid "Screen Options" msgstr "" #: main/intros.php:457 msgid "Search a page from the pages list." msgstr "" #: main/intros.php:197 msgid "Search a plugin from the installed plugins list." msgstr "" #: main/intros.php:402 msgid "Search a post from the posts list." msgstr "" #: main/intros.php:237 msgid "Search a theme from the installed themes list." msgstr "" #: main/intros.php:341 msgid "Search a user from the users list." msgstr "" #: main/setup.php:109 msgid "Search for a category" msgstr "" #: main/onboarding.php:956 msgid "Search for theme" msgstr "" #: main/intros.php:196 msgid "Search Installed Plugins" msgstr "" #: main/intros.php:236 msgid "Search Installed Themes" msgstr "" #: main/intros.php:456 msgid "Search Pages" msgstr "" #: main/intros.php:401 msgid "Search Posts" msgstr "" #: main/intros.php:340 msgid "Search Users" msgstr "" #: main/media.php:260 main/media.php:421 main/media.php:481 msgid "Security Check Failed!" msgstr "" #: main/onboarding.php:984 msgid "Select pages to import" msgstr "" #: main/onboarding.php:154 msgid "Sell physical or digital products" msgstr "" #: main/onboarding.php:153 msgid "Sell Products" msgstr "" #: main/onboarding.php:204 msgid "Send Email with SMTP" msgstr "" #: main/license.php:151 msgid "Server's IP Address" msgstr "" #: main/admin.php:201 main/intros.php:38 main/intros.php:128 msgid "Settings" msgstr "" #: main/admin.php:85 msgid "Show More" msgstr "" #: main/intros.php:252 msgid "Site Health" msgstr "" #: main/setup.php:10 msgid "Site Title" msgstr "" #: main/onboarding.php:100 msgid "SiteSEO – One Click SEO for WordPress" msgstr "" #. Author of the plugin msgid "Softaculous" msgstr "" #. Name of the plugin msgid "SoftWP" msgstr "" #: main/license.php:121 msgid "SoftWP License" msgstr "" #. Description of the plugin msgid "" "SoftWP plugin helps users get familiar with WordPress and build a functional " "website with a seamless onboarding process and Softaculous AI to help build " "content. Softaculous also offers an assistant which provides tour of " "essential aspects of WordPress for the user to understand the functionality." msgstr "" #: main/license.php:115 msgid "SoftWP version" msgstr "" #: main/functions.php:254 msgid "Sorry, but you do not have permissions to change settings." msgstr "" #: main/admin.php:12 msgid "Sorry, but you do not have permissions to save settings." msgstr "" #: main/onboarding.php:125 msgid "" "SpeedyCache is an easy to use and powerful WordPress Cache Plugin, it helps " "you reduce page load time improving User Experience and boosting your Google " "PageSpeed." msgstr "" #: main/onboarding.php:120 msgid "SpeedyCache – Cache, Optimization, Performance" msgstr "" #: main/intros.php:418 msgid "Start creating a new page for your site." msgstr "" #: main/functions.php:442 msgid "Start Exploring" msgstr "" #: main/intros.php:357 msgid "Start writing a new blog post for your site." msgstr "" #: main/ai.php:115 msgid "The AI API responsed with empty response, Response Code:" msgstr "" #: main/intros.php:247 msgid "" "The Dashboard is your website's command center, providing a concise summary " "of its activity, such as site health, recent updates, comments, and " "statistics.

    Several plugins also display quick summary like " "orders, products, etc within the dashboard." msgstr "" #: main/intros.php:75 msgid "" "The Dashboard is your website's command center, providing a concise summary " "of its activity, such as site health, recent updates, comments, and " "statistics.

    Several plugins also display quick summary like " "orders, products, etc within the dashboard.

    You can also check " "for Updates from the sub-menu." msgstr "" #: main/media.php:558 msgid "" "The File type could not be determined. Please upload a permitted file type." msgstr "" #: main/onboarding.php:856 msgid "The filesystem could not write files to the server!" msgstr "" #: main/license.php:88 msgid "The license has been saved successfully" msgstr "" #: main/license.php:60 main/onboarding.php:503 msgid "The license key is invalid" msgstr "" #: main/license.php:43 msgid "The license key was not submitted" msgstr "" #: main/onboarding.php:495 msgid "" "The response from the server was malformed. Please try again in sometime !" msgstr "" #: main/onboarding.php:580 #, php-format msgid "" "The selected template is a Pro template and you have a free or expired " "license. Please enter your license key here." msgstr "" #: main/onboarding.php:554 msgid "The template you submitted is invalid !" msgstr "" #: main/media.php:666 #, php-format msgid "" "The uploaded file could not be moved to %1$s. This is most likely an issue " "with permissions, or upload failed." msgstr "" #: main/intros.php:230 msgid "Theme Actions" msgstr "" #: main/onboarding.php:840 msgid "Theme activated successfully." msgstr "" #: main/onboarding.php:887 msgid "Theme installation failed " msgstr "" #: main/onboarding.php:891 msgid "Theme installed and activated successfully." msgstr "" #: main/onboarding.php:326 msgid "Theme template can only be uploaded using FTP !" msgstr "" #: main/intros.php:206 msgid "Themes" msgstr "" #: main/admin.php:67 msgid "Themes Management" msgstr "" #: main/onboarding.php:598 #, php-format msgid "" "There was an error in installing Pagelayer which is required by this " "template. Please install Pagelayer manually by clicking here and then install the template !" msgstr "" #: main/media.php:550 msgid "There was some error uploading the file ! Please try again." msgstr "" #: main/setup.php:106 msgid "This helps us recommend design and functionalities for your website" msgstr "" #: main/setup.php:83 msgid "" "This process will help you choose a professional template for your website " "and install plugins that you might need to achieve your goal for creating " "this website" msgstr "" #: main/intros.php:286 msgid "" "This useful feature allows you to select the screen elements that you would " "like to show or hide by using the checkboxes.

    You will find this " "option on several pages across your site." msgstr "" #: main/intros.php:279 msgid "" "This widget is a valuable resource for staying informed about the latest " "happenings in the WordPress community and connecting with other WordPress " "enthusiasts.

    Here you will find updates on new releases, " "upcoming features, security updates, and general news about the WordPress " "community.

    This section also shows upcoming WordPress events " "such as WordCamps, local meetups, and other community gatherings." msgstr "" #: main/intros.php:134 msgid "Toggle Menu" msgstr "" #: main/intros.php:122 msgid "Tools" msgstr "" #: main/functions.php:836 msgid "Tour" msgstr "" #: main/admin.php:49 main/admin.php:341 main/admin.php:347 main/intros.php:20 msgid "Tours" msgstr "" #: main/intros.php:21 msgid "" "Tours highlights and explains important options in WordPress that you will " "need while managing your site.

    You can replay the tours when " "needed." msgstr "" #: main/ai.php:103 msgid "Unable to complete this request" msgstr "" #: main/ai.php:121 msgid "Unexpected response code returned from AI API: " msgstr "" #: main/intros.php:111 msgid "" "Unlock endless possibilities for your website with plugins.

    " "Easily search, add or delete plugins to enhance your site's functionality." msgstr "" #: main/media.php:355 msgid "Unsupported image format" msgstr "" #: main/media.php:472 msgid "Unsupported image type." msgstr "" #: main/license.php:125 msgid "Update License" msgstr "" #: main/media.php:628 msgid "Upload" msgstr "" #: main/license.php:143 msgid "URL" msgstr "" #: main/functions.php:441 msgid "" "Use cutting-edge AI to write blog posts or content for your pages. Create a " "table, write a paragraph, change tone, translate, fix spelling & grammar and " "so much more." msgstr "" #: main/intros.php:149 msgid "Use this link to securely log out from your site." msgstr "" #: main/intros.php:272 msgid "" "Use this section for capturing ideas as they come to you, quickly jot down " "the ideas for new posts.

    You can later access these drafts from " "the Posts section and continue editing them in the full post editor." msgstr "" #: main/intros.php:116 main/intros.php:295 msgid "Users" msgstr "" #: main/intros.php:307 msgid "Users List" msgstr "" #: main/admin.php:76 msgid "Users Management" msgstr "" #: main/admin.php:147 msgid "View Site" msgstr "" #: main/onboarding.php:1037 msgid "Visit Website" msgstr "" #: main/intros.php:39 msgid "" "We have simplified complex WordPress settings that you can now manage with " "just a click via the Assistant." msgstr "" #: main/onboarding.php:992 msgid "" "We try our best to use images that are free to use from legal perspectives. " "However, we are not liable for any copyright infringement for your site." msgstr "" #: main/setup.php:153 msgid "" "We will install the appropriate plugins that will add the required " "functionality to your website" msgstr "" #: main/setup.php:8 msgid "Welcome" msgstr "" #: main/setup.php:82 msgid "Welcome to the Onboarding process!" msgstr "" #: main/setup.php:152 msgid "What are you looking to achieve with your new site ?" msgstr "" #: main/onboarding.php:158 msgid "WooCommerce" msgstr "" #: main/admin.php:61 msgid "WordPress admin Dashboard" msgstr "" #: main/admin.php:332 msgid "WordPress Assistant" msgstr "" #: main/onboarding.php:1038 msgid "WordPress Dashboard" msgstr "" #: main/admin.php:58 msgid "WordPress Sidebar" msgstr "" #: main/intros.php:314 msgid "" "You can edit the user information, change password, change role and much " "more with the Edit link here." msgstr "" #: main/onboarding.php:1029 msgid "" "You can now customize the website as per your requirements with the help of " "Pagelayer or the Customizer.

    \n" "\t\t\t\tNote : We strongly recommend you change all images and media. " "We try our best to use images which are copyright free or are allowed under " "their licensing. However, we take no responsibilities for the same and " "recommend you change all media and images !" msgstr "" #: main/intros.php:179 msgid "" "You can perform actions for your plugins like Activate, Deactivate, Update, " "Delete, Plugin Settings and more..

    It is recommended to delete " "plugins that you do not plan to use and keep all your plugins up to date." msgstr "" #: main/intros.php:231 msgid "" "You can perform actions for your theme like Activate, Live Preview, " "Customize and more

    It is recommended to delete themes that you " "do not plan to use and keep all your themes up to date." msgstr "" #: main/intros.php:67 msgid "You can use this link to preview your site as a visitor." msgstr "" #: main/intros.php:430 msgid "You can view, edit or delete the pages with the links here." msgstr "" #: main/intros.php:369 msgid "You can view, edit or delete the posts with the links here." msgstr "" #: main/onboarding.php:814 msgid "You do not have enough permissions to install theme" msgstr "" #: main/media.php:519 msgid "You do not have permission to upload files." msgstr "" #: main/ai.php:65 main/ai.php:175 msgid "You do not have required privilege" msgstr "" #: main/intros.php:225 msgid "Your active theme will be listed here." msgstr "" #: main/intros.php:50 main/intros.php:60 msgid "Your Assistant" msgstr "" #: main/functions.php:410 #, php-format msgid "" "Your Onboarding process is not completed yet! Click here to complete the simple setup process and " "build your site in a few steps." msgstr "" #: main/onboarding.php:568 #, php-format msgid "" "Your Pagelayer version is %1$s while the onboarding requires Pagelayer " "version higher than or equal to 1.8.9" msgstr "" #: main/onboarding.php:562 #, php-format msgid "" "Your Pagelayer version is %1$s while the template requires Pagelayer version " "higher than or equal to %2$s " msgstr "" #: main/onboarding.php:574 #, php-format msgid "" "Your PopularFX Plugin version is %1$s while the template requires PopularFX " "version higher than or equal to %2$s" msgstr "" #: main/functions.php:377 #, php-format msgid "" "Your SoftWP plugin is %1$s. Please enter the license key " "here." msgstr "" #: main/functions.php:389 #, php-format msgid "" "Your SoftWP plugin license has %1$s. Please renew your license for " "uninterrupted updates and support." msgstr "" #: main/functions.php:384 #, php-format msgid "" "Your SoftWP plugin license is not " "authorized to be used on %1$s. You can generate a " "new license for your domain from the %2$s panel." msgstr "" languages/softaculous-pro-es_ES.mo000064400000023416147577723070013241 0ustar00Þ•}§ìˆ ‰ Œ › ¤ « ¸ Á É Ö å ò ó     ¼# ™à z ‡• œ ¨¶ÆÖß èò÷ ü   !/4 ; H UJbJ­'ø  %19e?&¥£Ìvpsç[ cm‚ Š —¤ ³ À Î Ûéïø( * 8,Erx }ˆ§,Áîö ü  "& . : FT Yfn}– ® » ÈÕë   # /::u…£ ª¶¼ÁÇËÚá ç ò ü "45 jvŠ+œVÈ"5=D U _m ƒ‘ ¥²-Èö û #Ü4ž°ÁÑÚé % 1 ;FL Q_?n®ÀÆÎèùU V`)·áèñ úˆ+¿¹•y !Ÿ! ¨!&²!Ù!è!ù!"""<"N"c"x" ~" Œ"A—" Ù" æ"6ó"*#3# 8#C#b#3w#«#³#¼#Ë# Ü#ê#î#ö#$ $&$.$ ?$L$a${$“$©$¾$Î$$ä$ %% "%/%?%CQ%•%©%Æ%Ì% â%ï%ô%ú%þ%&&!& 3&=& O&*Z&/…& µ&Á&Õ&&ç&>V'_%8/L!f}s?i5=;p9aZS *h+GjXn)JWC&$q,UHNc um "x](lwQyDA4rbM{FvkR:6\z1 oY7< BP[0.3et-g#KI@`dEO2 T^|AIAction ButtonsActivateActiveActive ThemeActivityAdd NewAdd New PageAdd New PluginAdd New PostAdd New ThemeAdd New UserAdvanced settings for your site can be managed here.

    These settings include site title, tagline, site url, writing, reading, discussion, media, permalinks and more.

    Some plugins also add their settings page in this menu.AllAppearanceAssistantAssistant adds AI to your site building process and lets you create content with just a few clicks (look for the AI option while editing your posts/pages).

    Assistant also helps you with several aspects of building and maintaning your WordPress website.Assistant resides here, when you are unable to find something or having a hard time understanding a feature in WordPress we should be able to help you.

    Visit this page anytime.Boost your website's search rankings today with the most powerful WordPress SEO plugin. Its lightweight, optimized, and delivers exceptional performance.Bulk ActionsBusiness TypeCancelChange RoleCheck UpdatesChoose TemplateChoose a designCommentsContinueDashboardDaysDemoEdit ProfileEdit UserExisting PageExisting PostExitExtendFile ManagerFilter PostsFilter UsersFilter your pages list by their status like published, drafts, trash, etc.Filter your posts list by their status like published, drafts, trash, etc.Filter your users list with their rolesFreeGet StartedGo BackGoalsHere you can edit your profile information like name, email, password, bio, profile picture and more.Here you can filter the posts by date.Here you can moderate comments posted by visitors on your posts.

    You can one click disable comments for your entire site from the Assistant dashboard.Here you can search wordpress.org plugins library or upload a custom plugin file to install a new plugin on your site.Here you can search wordpress.org themes library or upload a custom theme file to install a new theme on your site.InstallInstalledLimit Login AttemptsLog OutManage MediaManage PagesManage PluginsManage PostsManage ThemesManage UsersMedia LibraryNeverNew PageNew PostNo file was uploaded ! Please try again.Not InstalledPage BuilderPagelayer is required to use the templates !PagesPathPermalinksPlugin activated successfully.Plugin already installed.Plugin installed and activated successfully.PluginsPostsPosts ListPreview SitePrevious StepProQualityQuick DraftQuick LinksReplace MediaSaveSave & CloseSave AsScreen OptionsSearch Installed PluginsSearch Installed ThemesSearch PagesSearch PostsSearch UsersSearch for a categorySecurity Check Failed!Sell ProductsSettingsShow MoreSite HealthSite TitleSorry, but you do not have permissions to change settings.Start ExploringTheme activated successfully.ThemesToggle MenuToolsTourToursURLUpdate LicenseUploadUsersUsers ListView SiteVisit WebsiteWelcomeWelcome to the Onboarding process!What are you looking to achieve with your new site ?WooCommerceWordPress DashboardWordPress SidebarYou do not have permission to upload files.Project-Id-Version: SoftWP Report-Msgid-Bugs-To: PO-Revision-Date: 2025-01-09 18:02+0100 Last-Translator: Doominio.com Language-Team: Language: es MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Poedit 3.5 X-Loco-Version: 2.6.14; wp-6.7.1 X-Domain: softaculous-pro IABotones de AcciónActivarActivoPlantilla ActivaActividadAñadir nuevoAgregar nueva páginaAñadir NuevoAñadir nuevo textoAgregar temaAñadir nuevo usuarioAquí puede gestionar los ajustes avanzados de su sitio.

    Estos ajustes incluyen el título del sitio, tagline, url del sitio, escritura, lectura, discusión, medios de comunicación, permalinks y más.

    Algunos plugins también añaden su página de configuración en este menú.TodoAparienciaAsistenteAssistant añade IA al proceso de creación de su sitio y le permite crear contenido con sólo unos clics (busca la opción de IA mientras editas tus entradas/páginas).

    Assistant también le ayuda con varios aspectos de la creación y el mantenimiento de su sitio web WordPress.Asistente reside aquí, cuando usted es incapaz de encontrar algo o tiene dificultades para entender una característica en WordPress debemos ser capaces de ayudarle.

    Visite esta página en cualquier momento.Impulse hoy mismo el posicionamiento de su sitio web con el plugin SEO para WordPress más potente. Es ligero, optimizado y ofrece un rendimiento excepcional.Acciones en loteTipo de negocioCancelarCambiar el rolBuscar ActualizacionesElija una plantillaElija un diseñoComentariosContinuarEscritorioDíasDemoEditar PerfilEditar UsuarioRedirigir a una página existente (seleccionar del desplegable)Entrada existenteSalirAmpliarAdministrador de archivosFiltrar EntradasFiltrar UsuariosFiltre su lista de páginas por su estado como publicadas, borradores, papelera, etc.Filtre su lista de mensajes por su estado, como publicados, borradores, papelera, etc.Filtre su lista de usuarios con sus rolesGratisComenzarRegresarObjetivosAquí puede editar la información de su perfil, como nombre, correo electrónico, contraseña, biografía, foto de perfil y mucho más.Aquí puede filtrar los mensajes por fecha.Aquí puede moderar los comentarios publicados por los visitantes en sus entradas.

    Puede desactivar los comentarios de todo su sitio con un solo clic desde el panel del Asistente.Aquí puede buscar en la biblioteca de plugins de wordpress.org o subir un archivo de plugin personalizado para instalar un nuevo plugin en tu sitio.Aquí puede buscar en la biblioteca de temas de wordpress.org o subir un archivo de tema personalizado para instalar un nuevo tema en tu sitio.InstalarInstaladoLímitar intentos de inicio de sesiónCerrar sesiónGestionar mediosAdministrar páginasAdministrar pluginsAdministrar publicacionesAdministrar TemasAdministrar UsuariosLibrería MultimediaNuncaNueva páginaNuevo PostNo se ha cargado ningún archivo. Por favor, inténtelo de nuevo.No instaladoPage Builder¡Pagelayer es necesario para utilizar las plantillas!PáginasRutaPermalinksPlugin activado correctamente.Plugin ya instalado.El plugin se ha instalado y activado correctamente.PluginsEntradasLista entradasVista previa WebPaso anteriorProCalidadBorrador rápidoEnlaces RápidosCambiar MediaGuardarGuardar & CerrarGuardar comoOpciones de pantallaBuscar plugins instaladosBuscar temas instaladosPáginas de búsquedaBuscar publicacionesBuscar usuariosBuscar una categoríaError de comprobación de seguridad.Vender ProductosAjustesMostrar másSalud del SitioTítulo del sitioLo sentimos, pero no tiene permisos para cambiar la configuración.Comienza a explorarTema activado correctamente.TemasMostrar/Ocultar menúHerramientasTourToursURLActualizar LicenciaSubirUsuariosLista de UsuariosVer sitioVisitar sitio webBienvenido¡Bienvenido al proceso de configuración!¿Qué espera conseguir con su nuevo sitio web?WooCommerceDashboard WordPressWordPress SideBarNo tiene permiso para cargar archivos.lib/plugin-update-checker.php000064400000151651147577723070012237 0ustar00metadataUrl = $metadataUrl; $this->pluginAbsolutePath = $pluginFile; $this->pluginFile = plugin_basename($this->pluginAbsolutePath); $this->muPluginFile = $muPluginFile; $this->slug = $slug; $this->optionName = $optionName; $this->debugMode = (bool)(constant('WP_DEBUG')); //If no slug is specified, use the name of the main plugin file as the slug. //For example, 'my-cool-plugin/cool-plugin.php' becomes 'cool-plugin'. if ( empty($this->slug) ){ $this->slug = basename($this->pluginFile, '.php'); } //Plugin slugs must be unique. $slugCheckFilter = 'puc_is_slug_in_use-' . $this->slug; $slugUsedBy = apply_filters($slugCheckFilter, false); if ( $slugUsedBy ) { $this->triggerError(sprintf( 'Plugin slug "%s" is already in use by %s. Slugs must be unique.', htmlentities($this->slug), htmlentities($slugUsedBy) ), E_USER_ERROR); } add_filter($slugCheckFilter, array($this, 'getAbsolutePath')); if ( empty($this->optionName) ){ $this->optionName = 'external_updates-' . $this->slug; } //Backwards compatibility: If the plugin is a mu-plugin but no $muPluginFile is specified, assume //it's the same as $pluginFile given that it's not in a subdirectory (WP only looks in the base dir). if ( (strpbrk($this->pluginFile, '/\\') === false) && $this->isUnknownMuPlugin() ) { $this->muPluginFile = $this->pluginFile; } $this->scheduler = $this->createScheduler($checkPeriod); $this->upgraderStatus = new SoftaculousPro_PucUpgraderStatus_3_2(); $this->installHooks(); } /** * Create an instance of the scheduler. * * This is implemented as a method to make it possible for plugins to subclass the update checker * and substitute their own scheduler. * * @param int $checkPeriod * @return SoftaculousPro_PucScheduler_3_2 */ protected function createScheduler($checkPeriod) { return new SoftaculousPro_PucScheduler_3_2($this, $checkPeriod); } /** * Install the hooks required to run periodic update checks and inject update info * into WP data structures. * * @return void */ protected function installHooks(){ //Override requests for plugin information add_filter('plugins_api', array($this, 'injectInfo'), 20, 3); //Insert our update info into the update array maintained by WP. add_filter('site_transient_update_plugins', array($this,'injectUpdate')); //WP 3.0+ add_filter('transient_update_plugins', array($this,'injectUpdate')); //WP 2.8+ add_filter('site_transient_update_plugins', array($this, 'injectTranslationUpdates')); add_filter('plugin_row_meta', array($this, 'addCheckForUpdatesLink'), 10, 2); add_action('admin_init', array($this, 'handleManualCheck')); add_action('all_admin_notices', array($this, 'displayManualCheckResult')); //Clear the version number cache when something - anything - is upgraded or WP clears the update cache. add_filter('upgrader_post_install', array($this, 'clearCachedVersion')); add_action('delete_site_transient_update_plugins', array($this, 'clearCachedVersion')); //Clear translation updates when WP clears the update cache. //This needs to be done directly because the library doesn't actually remove obsolete plugin updates, //it just hides them (see getUpdate()). We can't do that with translations - too much disk I/O. add_action('delete_site_transient_update_plugins', array($this, 'clearCachedTranslationUpdates')); if ( did_action('plugins_loaded') ) { $this->initDebugBarPanel(); } else { add_action('plugins_loaded', array($this, 'initDebugBarPanel')); } //Rename the update directory to be the same as the existing directory. add_filter('upgrader_source_selection', array($this, 'fixDirectoryName'), 10, 3); //Enable language support (i18n). load_plugin_textdomain('plugin-update-checker', false, plugin_basename(dirname(__FILE__)) . '/languages'); //Allow HTTP requests to the metadata URL even if it's on a local host. $this->metadataHost = @parse_url($this->metadataUrl, PHP_URL_HOST); add_filter('http_request_host_is_external', array($this, 'allowMetadataHost'), 10, 2); } /** * Explicitly allow HTTP requests to the metadata URL. * * WordPress has a security feature where the HTTP API will reject all requests that are sent to * another site hosted on the same server as the current site (IP match), a local host, or a local * IP, unless the host exactly matches the current site. * * This feature is opt-in (at least in WP 4.4). Apparently some people enable it. * * That can be a problem when you're developing your plugin and you decide to host the update information * on the same server as your test site. Update requests will mysteriously fail. * * We fix that by adding an exception for the metadata host. * * @param bool $allow * @param string $host * @return bool */ public function allowMetadataHost($allow, $host) { if ( strtolower($host) === strtolower($this->metadataHost) ) { return true; } return $allow; } /** * Retrieve plugin info from the configured API endpoint. * * @uses wp_remote_get() * * @param array $queryArgs Additional query arguments to append to the request. Optional. * @return SoftaculousProInfo_3_2 */ public function requestInfo($queryArgs = array()){ //Query args to append to the URL. Plugins can add their own by using a filter callback (see addQueryArgFilter()). $installedVersion = $this->getInstalledVersion(); $queryArgs['installed_version'] = ($installedVersion !== null) ? $installedVersion : ''; $queryArgs = apply_filters('puc_request_info_query_args-'.$this->slug, $queryArgs); //Various options for the wp_remote_get() call. Plugins can filter these, too. $options = array( 'timeout' => 10, //seconds 'headers' => array( 'Accept' => 'application/json' ), ); $options = apply_filters('puc_request_info_options-'.$this->slug, $options); //The plugin info should be at 'http://your-api.com/url/here/$slug/info.json' $url = $this->metadataUrl; if ( !empty($queryArgs) ){ $url = add_query_arg($queryArgs, $url); } $result = wp_remote_get( $url, $options ); //Try to parse the response $status = $this->validateApiResponse($result); $pluginInfo = null; if ( !is_wp_error($status) ){ $pluginInfo = SoftaculousProInfo_3_2::fromJson($result['body']); if ( $pluginInfo !== null ) { $pluginInfo->filename = $this->pluginFile; $pluginInfo->slug = $this->slug; } } else { $this->triggerError( sprintf('The URL %s does not point to a valid plugin metadata file. ', $url) . $status->get_error_message(), E_USER_WARNING ); } $pluginInfo = apply_filters('puc_request_info_result-'.$this->slug, $pluginInfo, $result); return $pluginInfo; } /** * Check if $result is a successful update API response. * * @param array|WP_Error $result * @return true|WP_Error */ private function validateApiResponse($result) { if ( is_wp_error($result) ) { /** @var WP_Error $result */ return new WP_Error($result->get_error_code(), 'WP HTTP Error: ' . $result->get_error_message()); } if ( !isset($result['response']['code']) ) { return new WP_Error('puc_no_response_code', 'wp_remote_get() returned an unexpected result.'); } if ( $result['response']['code'] !== 200 ) { return new WP_Error( 'puc_unexpected_response_code', 'HTTP response code is ' . $result['response']['code'] . ' (expected: 200)' ); } if ( empty($result['body']) ) { return new WP_Error('puc_empty_response', 'The metadata file appears to be empty.'); } return true; } /** * Retrieve the latest update (if any) from the configured API endpoint. * * @uses SoftaculousProUpdateChecker::requestInfo() * * @return SoftaculousProUpdate_3_2 An instance of SoftaculousProUpdate, or NULL when no updates are available. */ public function requestUpdate(){ //For the sake of simplicity, this function just calls requestInfo() //and transforms the result accordingly. $pluginInfo = $this->requestInfo(array('checking_for_updates' => '1')); if ( $pluginInfo == null ){ return null; } $update = SoftaculousProUpdate_3_2::fromSoftaculousProInfo($pluginInfo); //Keep only those translation updates that apply to this site. $update->translations = $this->filterApplicableTranslations($update->translations); return $update; } /** * Filter a list of translation updates and return a new list that contains only updates * that apply to the current site. * * @param array $translations * @return array */ private function filterApplicableTranslations($translations) { $languages = array_flip(array_values(get_available_languages())); $installedTranslations = wp_get_installed_translations('plugins'); if ( isset($installedTranslations[$this->slug]) ) { $installedTranslations = $installedTranslations[$this->slug]; } else { $installedTranslations = array(); } $applicableTranslations = array(); foreach($translations as $translation) { //Does it match one of the available core languages? $isApplicable = array_key_exists($translation->language, $languages); //Is it more recent than an already-installed translation? if ( isset($installedTranslations[$translation->language]) ) { $updateTimestamp = strtotime($translation->updated); $installedTimestamp = strtotime($installedTranslations[$translation->language]['PO-Revision-Date']); $isApplicable = $updateTimestamp > $installedTimestamp; } if ( $isApplicable ) { $applicableTranslations[] = $translation; } } return $applicableTranslations; } /** * Get the currently installed version of the plugin. * * @return string Version number. */ public function getInstalledVersion(){ if ( isset($this->cachedInstalledVersion) ) { return $this->cachedInstalledVersion; } $pluginHeader = $this->getPluginHeader(); if ( isset($pluginHeader['Version']) ) { $this->cachedInstalledVersion = $pluginHeader['Version']; return $pluginHeader['Version']; } else { //This can happen if the filename points to something that is not a plugin. $this->triggerError( sprintf( "Can't to read the Version header for '%s'. The filename is incorrect or is not a plugin.", $this->pluginFile ), E_USER_WARNING ); return null; } } /** * Get plugin's metadata from its file header. * * @return array */ protected function getPluginHeader() { if ( !is_file($this->pluginAbsolutePath) ) { //This can happen if the plugin filename is wrong. $this->triggerError( sprintf( "Can't to read the plugin header for '%s'. The file does not exist.", $this->pluginFile ), E_USER_WARNING ); return array(); } if ( !function_exists('get_plugin_data') ){ /** @noinspection PhpIncludeInspection */ require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); } return get_plugin_data($this->pluginAbsolutePath, false, false); } /** * Check for plugin updates. * The results are stored in the DB option specified in $optionName. * * @return SoftaculousProUpdate_3_2|null */ public function checkForUpdates(){ $installedVersion = $this->getInstalledVersion(); //Fail silently if we can't find the plugin or read its header. if ( $installedVersion === null ) { $this->triggerError( sprintf('Skipping update check for %s - installed version unknown.', $this->pluginFile), E_USER_WARNING ); return null; } $state = $this->getUpdateState(); if ( empty($state) ){ $state = new stdClass; $state->lastCheck = 0; $state->checkedVersion = ''; $state->update = null; } $state->lastCheck = time(); $state->checkedVersion = $installedVersion; $this->setUpdateState($state); //Save before checking in case something goes wrong $state->update = $this->requestUpdate(); $this->setUpdateState($state); return $this->getUpdate(); } /** * Load the update checker state from the DB. * * @return stdClass|null */ public function getUpdateState() { $state = get_site_option($this->optionName, null); if ( empty($state) || !is_object($state)) { $state = null; } if ( isset($state, $state->update) && is_object($state->update) ) { $state->update = SoftaculousProUpdate_3_2::fromObject($state->update); } return $state; } /** * Persist the update checker state to the DB. * * @param StdClass $state * @return void */ private function setUpdateState($state) { if ( isset($state->update) && is_object($state->update) && method_exists($state->update, 'toStdClass') ) { $update = $state->update; /** @var SoftaculousProUpdate_3_2 $update */ $state->update = $update->toStdClass(); } update_site_option($this->optionName, $state); } /** * Reset update checker state - i.e. last check time, cached update data and so on. * * Call this when your plugin is being uninstalled, or if you want to * clear the update cache. */ public function resetUpdateState() { delete_site_option($this->optionName); } /** * Intercept plugins_api() calls that request information about our plugin and * use the configured API endpoint to satisfy them. * * @see plugins_api() * * @param mixed $result * @param string $action * @param array|object $args * @return mixed */ public function injectInfo($result, $action = null, $args = null){ $relevant = ($action == 'plugin_information') && isset($args->slug) && ( ($args->slug == $this->slug) || ($args->slug == dirname($this->pluginFile)) ); if ( !$relevant ) { return $result; } $pluginInfo = $this->requestInfo(); $pluginInfo = apply_filters('puc_pre_inject_info-' . $this->slug, $pluginInfo); if ( $pluginInfo ) { return $pluginInfo->toWpFormat(); } return $result; } /** * Insert the latest update (if any) into the update list maintained by WP. * * @param StdClass $updates Update list. * @return StdClass Modified update list. */ public function injectUpdate($updates){ //Is there an update to insert? $update = $this->getUpdate(); //No update notifications for mu-plugins unless explicitly enabled. The MU plugin file //is usually different from the main plugin file so the update wouldn't show up properly anyway. if ( $this->isUnknownMuPlugin() ) { $update = null; } if ( !empty($update) ) { //Let plugins filter the update info before it's passed on to WordPress. $update = apply_filters('puc_pre_inject_update-' . $this->slug, $update); $updates = $this->addUpdateToList($updates, $update); } else { //Clean up any stale update info. $updates = $this->removeUpdateFromList($updates); } return $updates; } /** * @param StdClass|null $updates * @param SoftaculousProUpdate_3_2 $updateToAdd * @return StdClass */ private function addUpdateToList($updates, $updateToAdd) { if ( !is_object($updates) ) { $updates = new stdClass(); $updates->response = array(); } $wpUpdate = $updateToAdd->toWpFormat(); $pluginFile = $this->pluginFile; if ( $this->isMuPlugin() ) { //WP does not support automatic update installation for mu-plugins, but we can still display a notice. $wpUpdate->package = null; $pluginFile = $this->muPluginFile; } $updates->response[$pluginFile] = $wpUpdate; return $updates; } /** * @param stdClass|null $updates * @return stdClass|null */ private function removeUpdateFromList($updates) { if ( isset($updates, $updates->response) ) { unset($updates->response[$this->pluginFile]); if ( !empty($this->muPluginFile) ) { unset($updates->response[$this->muPluginFile]); } } return $updates; } /** * Insert translation updates into the list maintained by WordPress. * * @param stdClass $updates * @return stdClass */ public function injectTranslationUpdates($updates) { $translationUpdates = $this->getTranslationUpdates(); if ( empty($translationUpdates) ) { return $updates; } //Being defensive. if ( !is_object($updates) ) { $updates = new stdClass(); } if ( !isset($updates->translations) ) { $updates->translations = array(); } //In case there's a name collision with a plugin hosted on wordpress.org, //remove any preexisting updates that match our plugin. $translationType = 'plugin'; $filteredTranslations = array(); foreach($updates->translations as $translation) { if ( ($translation['type'] === $translationType) && ($translation['slug'] === $this->slug) ) { continue; } $filteredTranslations[] = $translation; } $updates->translations = $filteredTranslations; //Add our updates to the list. foreach($translationUpdates as $update) { $convertedUpdate = array_merge( array( 'type' => $translationType, 'slug' => $this->slug, 'autoupdate' => 0, //AFAICT, WordPress doesn't actually use the "version" field for anything. //But lets make sure it's there, just in case. 'version' => isset($update->version) ? $update->version : ('1.' . strtotime($update->updated)), ), (array)$update ); $updates->translations[] = $convertedUpdate; } return $updates; } /** * Rename the update directory to match the existing plugin directory. * * When WordPress installs a plugin or theme update, it assumes that the ZIP file will contain * exactly one directory, and that the directory name will be the same as the directory where * the plugin/theme is currently installed. * * GitHub and other repositories provide ZIP downloads, but they often use directory names like * "project-branch" or "project-tag-hash". We need to change the name to the actual plugin folder. * * This is a hook callback. Don't call it from a plugin. * * @param string $source The directory to copy to /wp-content/plugins. Usually a subdirectory of $remoteSource. * @param string $remoteSource WordPress has extracted the update to this directory. * @param WP_Upgrader $upgrader * @return string|WP_Error */ public function fixDirectoryName($source, $remoteSource, $upgrader) { global $wp_filesystem; /** @var WP_Filesystem_Base $wp_filesystem */ //Basic sanity checks. if ( !isset($source, $remoteSource, $upgrader, $upgrader->skin, $wp_filesystem) ) { return $source; } //If WordPress is upgrading anything other than our plugin, leave the directory name unchanged. if ( !$this->isPluginBeingUpgraded($upgrader) ) { return $source; } //Rename the source to match the existing plugin directory. $pluginDirectoryName = dirname($this->pluginFile); if ( $pluginDirectoryName === '.' ) { return $source; } $correctedSource = trailingslashit($remoteSource) . $pluginDirectoryName . '/'; if ( $source !== $correctedSource ) { //The update archive should contain a single directory that contains the rest of plugin files. Otherwise, //WordPress will try to copy the entire working directory ($source == $remoteSource). We can't rename //$remoteSource because that would break WordPress code that cleans up temporary files after update. if ( $this->isBadDirectoryStructure($remoteSource) ) { return new WP_Error( 'puc-incorrect-directory-structure', sprintf( 'The directory structure of the update is incorrect. All plugin files should be inside ' . 'a directory named %s, not at the root of the ZIP file.', htmlentities($this->slug) ) ); } /** @var WP_Upgrader_Skin $upgrader->skin */ $upgrader->skin->feedback(sprintf( 'Renaming %s to %s…', '' . basename($source) . '', '' . $pluginDirectoryName . '' )); if ( $wp_filesystem->move($source, $correctedSource, true) ) { $upgrader->skin->feedback('Plugin directory successfully renamed.'); return $correctedSource; } else { return new WP_Error( 'puc-rename-failed', 'Unable to rename the update to match the existing plugin directory.' ); } } return $source; } /** * Check for incorrect update directory structure. An update must contain a single directory, * all other files should be inside that directory. * * @param string $remoteSource Directory path. * @return bool */ private function isBadDirectoryStructure($remoteSource) { global $wp_filesystem; /** @var WP_Filesystem_Base $wp_filesystem */ $sourceFiles = $wp_filesystem->dirlist($remoteSource); if ( is_array($sourceFiles) ) { $sourceFiles = array_keys($sourceFiles); $firstFilePath = trailingslashit($remoteSource) . $sourceFiles[0]; return (count($sourceFiles) > 1) || (!$wp_filesystem->is_dir($firstFilePath)); } //Assume it's fine. return false; } /** * Is there and update being installed RIGHT NOW, for this specific plugin? * * @param WP_Upgrader|null $upgrader The upgrader that's performing the current update. * @return bool */ public function isPluginBeingUpgraded($upgrader = null) { return $this->upgraderStatus->isPluginBeingUpgraded($this->pluginFile, $upgrader); } /** * Get the details of the currently available update, if any. * * If no updates are available, or if the last known update version is below or equal * to the currently installed version, this method will return NULL. * * Uses cached update data. To retrieve update information straight from * the metadata URL, call requestUpdate() instead. * * @return SoftaculousProUpdate_3_2|null */ public function getUpdate() { $state = $this->getUpdateState(); /** @var StdClass $state */ //Is there an update available? if ( isset($state, $state->update) ) { $update = $state->update; //Check if the update is actually newer than the currently installed version. $installedVersion = $this->getInstalledVersion(); if ( ($installedVersion !== null) && version_compare($update->version, $installedVersion, '>') ){ $update->filename = $this->pluginFile; return $update; } } return null; } /** * Get a list of available translation updates. * * This method will return an empty array if there are no updates. * Uses cached update data. * * @return array */ public function getTranslationUpdates() { $state = $this->getUpdateState(); if ( isset($state, $state->update, $state->update->translations) ) { return $state->update->translations; } return array(); } /** * Remove all cached translation updates. * * @see wp_clean_update_cache */ public function clearCachedTranslationUpdates() { $state = $this->getUpdateState(); if ( isset($state, $state->update, $state->update->translations) ) { $state->update->translations = array(); $this->setUpdateState($state); } } /** * Add a "Check for updates" link to the plugin row in the "Plugins" page. By default, * the new link will appear after the "Visit plugin site" link. * * You can change the link text by using the "puc_manual_check_link-$slug" filter. * Returning an empty string from the filter will disable the link. * * @param array $pluginMeta Array of meta links. * @param string $pluginFile * @return array */ public function addCheckForUpdatesLink($pluginMeta, $pluginFile) { $isRelevant = ($pluginFile == $this->pluginFile) || (!empty($this->muPluginFile) && $pluginFile == $this->muPluginFile); if ( $isRelevant && current_user_can('update_plugins') ) { $linkUrl = wp_nonce_url( add_query_arg( array( 'puc_check_for_updates' => 1, 'puc_slug' => $this->slug, ), self_admin_url('plugins.php') ), 'puc_check_for_updates' ); $linkText = apply_filters('puc_manual_check_link-' . $this->slug, __('Check for updates', 'plugin-update-checker')); if ( !empty($linkText) ) { $final_link = sprintf('%s', esc_attr($linkUrl), $linkText); $pluginMeta[] = apply_filters('puc_manual_final_check_link-' . $this->slug, $final_link); } } return $pluginMeta; } /** * Check for updates when the user clicks the "Check for updates" link. * @see self::addCheckForUpdatesLink() * * @return void */ public function handleManualCheck() { $shouldCheck = isset($_GET['puc_check_for_updates'], $_GET['puc_slug']) && $_GET['puc_slug'] == $this->slug && current_user_can('update_plugins') && check_admin_referer('puc_check_for_updates'); if ( $shouldCheck ) { $update = $this->checkForUpdates(); $status = ($update === null) ? 'no_update' : 'update_available'; wp_redirect(add_query_arg( array( 'puc_update_check_result' => $status, 'puc_slug' => $this->slug, ), self_admin_url('plugins.php') )); } } /** * Display the results of a manual update check. * @see self::handleManualCheck() * * You can change the result message by using the "puc_manual_check_message-$slug" filter. */ public function displayManualCheckResult() { if ( isset($_GET['puc_update_check_result'], $_GET['puc_slug']) && ($_GET['puc_slug'] == $this->slug) ) { $status = strval($_GET['puc_update_check_result']); if ( $status == 'no_update' ) { $message = __('This plugin is up to date.', 'plugin-update-checker'); } else if ( $status == 'update_available' ) { $message = __('A new version of this plugin is available.', 'plugin-update-checker'); } else { $message = sprintf(__('Unknown update checker status "%s"', 'plugin-update-checker'), htmlentities($status)); } printf( '

    %s

    ', apply_filters('puc_manual_check_message-' . $this->slug, $message, $status) ); } } /** * Check if the plugin file is inside the mu-plugins directory. * * @return bool */ protected function isMuPlugin() { static $cachedResult = null; if ( $cachedResult === null ) { //Convert both paths to the canonical form before comparison. $muPluginDir = realpath(WPMU_PLUGIN_DIR); $pluginPath = realpath($this->pluginAbsolutePath); if(!empty($muPluginDir)){ $cachedResult = (strpos($pluginPath, $muPluginDir) === 0); }else{ $cachedResult = false; } } return $cachedResult; } /** * MU plugins are partially supported, but only when we know which file in mu-plugins * corresponds to this plugin. * * @return bool */ protected function isUnknownMuPlugin() { return empty($this->muPluginFile) && $this->isMuPlugin(); } /** * Clear the cached plugin version. This method can be set up as a filter (hook) and will * return the filter argument unmodified. * * @param mixed $filterArgument * @return mixed */ public function clearCachedVersion($filterArgument = null) { $this->cachedInstalledVersion = null; return $filterArgument; } /** * Get absolute path to the main plugin file. * * @return string */ public function getAbsolutePath() { return $this->pluginAbsolutePath; } /** * Register a callback for filtering query arguments. * * The callback function should take one argument - an associative array of query arguments. * It should return a modified array of query arguments. * * @uses add_filter() This method is a convenience wrapper for add_filter(). * * @param callable $callback * @return void */ public function addQueryArgFilter($callback){ add_filter('puc_request_info_query_args-'.$this->slug, $callback); } /** * Register a callback for filtering arguments passed to wp_remote_get(). * * The callback function should take one argument - an associative array of arguments - * and return a modified array or arguments. See the WP documentation on wp_remote_get() * for details on what arguments are available and how they work. * * @uses add_filter() This method is a convenience wrapper for add_filter(). * * @param callable $callback * @return void */ public function addHttpRequestArgFilter($callback){ add_filter('puc_request_info_options-'.$this->slug, $callback); } /** * Register a callback for filtering the plugin info retrieved from the external API. * * The callback function should take two arguments. If the plugin info was retrieved * successfully, the first argument passed will be an instance of SoftaculousProInfo. Otherwise, * it will be NULL. The second argument will be the corresponding return value of * wp_remote_get (see WP docs for details). * * The callback function should return a new or modified instance of SoftaculousProInfo or NULL. * * @uses add_filter() This method is a convenience wrapper for add_filter(). * * @param callable $callback * @return void */ public function addResultFilter($callback){ add_filter('puc_request_info_result-'.$this->slug, $callback, 10, 2); } /** * Register a callback for one of the update checker filters. * * Identical to add_filter(), except it automatically adds the "puc_" prefix * and the "-$plugin_slug" suffix to the filter name. For example, "request_info_result" * becomes "puc_request_info_result-your_plugin_slug". * * @param string $tag * @param callable $callback * @param int $priority * @param int $acceptedArgs */ public function addFilter($tag, $callback, $priority = 10, $acceptedArgs = 1) { add_filter('puc_' . $tag . '-' . $this->slug, $callback, $priority, $acceptedArgs); } /** * Initialize the update checker Debug Bar plugin/add-on thingy. */ public function initDebugBarPanel() { $debugBarPlugin = dirname(__FILE__) . '/debug-bar-plugin.php'; if ( class_exists('Debug_Bar', false) && file_exists($debugBarPlugin) ) { /** @noinspection PhpIncludeInspection */ require_once $debugBarPlugin; $this->debugBarPlugin = new SoftaculousPro_PucDebugBarPlugin_3_2($this); } } /** * Trigger a PHP error, but only when $debugMode is enabled. * * @param string $message * @param int $errorType */ protected function triggerError($message, $errorType) { if ( $this->debugMode ) { trigger_error($message, $errorType); } } } endif; if ( !class_exists('SoftaculousProInfo_3_2', false) ): /** * A container class for holding and transforming various plugin metadata. * * @author Janis Elsts * @copyright 2016 * @version 3.2 * @access public */ class SoftaculousProInfo_3_2 { //Most fields map directly to the contents of the plugin's info.json file. //See the relevant docs for a description of their meaning. public $name; public $slug; public $version; public $homepage; public $sections = array(); public $banners; public $translations = array(); public $download_url; public $author; public $author_homepage; public $requires; public $tested; public $upgrade_notice; public $rating; public $num_ratings; public $downloaded; public $active_installs; public $last_updated; public $id = 0; //The native WP.org API returns numeric plugin IDs, but they're not used for anything. public $filename; //Plugin filename relative to the plugins directory. /** * Create a new instance of SoftaculousProInfo from JSON-encoded plugin info * returned by an external update API. * * @param string $json Valid JSON string representing plugin info. * @return SoftaculousProInfo_3_2|null New instance of SoftaculousProInfo, or NULL on error. */ public static function fromJson($json){ /** @var StdClass $apiResponse */ $apiResponse = json_decode($json); if ( empty($apiResponse) || !is_object($apiResponse) ){ trigger_error( "Failed to parse plugin metadata. Try validating your .json file with http://jsonlint.com/", E_USER_NOTICE ); return null; } $valid = self::validateMetadata($apiResponse); if ( is_wp_error($valid) ){ trigger_error($valid->get_error_message(), E_USER_NOTICE); return null; } $info = new self(); foreach(get_object_vars($apiResponse) as $key => $value){ $info->$key = $value; } //json_decode decodes assoc. arrays as objects. We want it as an array. $info->sections = (array)$info->sections; return $info; } /** * Very, very basic validation. * * @param StdClass $apiResponse * @return bool|WP_Error */ protected static function validateMetadata($apiResponse) { if ( !isset($apiResponse->name, $apiResponse->version) || empty($apiResponse->name) || empty($apiResponse->version) ) { return new WP_Error( 'puc-invalid-metadata', "The plugin metadata file does not contain the required 'name' and/or 'version' keys." ); } return true; } /** * Transform plugin info into the format used by the native WordPress.org API * * @return object */ public function toWpFormat(){ $info = new stdClass; //The custom update API is built so that many fields have the same name and format //as those returned by the native WordPress.org API. These can be assigned directly. $sameFormat = array( 'name', 'slug', 'version', 'requires', 'tested', 'rating', 'upgrade_notice', 'num_ratings', 'downloaded', 'active_installs', 'homepage', 'last_updated', ); foreach($sameFormat as $field){ if ( isset($this->$field) ) { $info->$field = $this->$field; } else { $info->$field = null; } } //Other fields need to be renamed and/or transformed. $info->download_link = $this->download_url; $info->author = $this->getFormattedAuthor(); $info->sections = array_merge(array('description' => ''), $this->sections); if ( !empty($this->banners) ) { //WP expects an array with two keys: "high" and "low". Both are optional. //Docs: https://wordpress.org/plugins/about/faq/#banners $info->banners = is_object($this->banners) ? get_object_vars($this->banners) : $this->banners; $info->banners = array_intersect_key($info->banners, array('high' => true, 'low' => true)); } return $info; } protected function getFormattedAuthor() { if ( !empty($this->author_homepage) ){ return sprintf('%s', $this->author_homepage, $this->author); } return $this->author; } } endif; if ( !class_exists('SoftaculousProUpdate_3_2', false) ): /** * A simple container class for holding information about an available update. * * @author Janis Elsts * @copyright 2016 * @version 3.2 * @access public */ class SoftaculousProUpdate_3_2 { public $id = 0; public $slug; public $version; public $homepage; public $download_url; public $upgrade_notice; public $tested; public $translations = array(); public $filename; //Plugin filename relative to the plugins directory. private static $fields = array( 'id', 'slug', 'version', 'homepage', 'tested', 'download_url', 'upgrade_notice', 'filename', 'translations' ); /** * Create a new instance of SoftaculousProUpdate from its JSON-encoded representation. * * @param string $json * @return SoftaculousProUpdate_3_2|null */ public static function fromJson($json){ //Since update-related information is simply a subset of the full plugin info, //we can parse the update JSON as if it was a plugin info string, then copy over //the parts that we care about. $pluginInfo = SoftaculousProInfo_3_2::fromJson($json); if ( $pluginInfo != null ) { return self::fromSoftaculousProInfo($pluginInfo); } else { return null; } } /** * Create a new instance of SoftaculousProUpdate based on an instance of SoftaculousProInfo. * Basically, this just copies a subset of fields from one object to another. * * @param SoftaculousProInfo_3_2 $info * @return SoftaculousProUpdate_3_2 */ public static function fromSoftaculousProInfo($info){ return self::fromObject($info); } /** * Create a new instance of SoftaculousProUpdate by copying the necessary fields from * another object. * * @param StdClass|SoftaculousProInfo_3_2|SoftaculousProUpdate_3_2 $object The source object. * @return SoftaculousProUpdate_3_2 The new copy. */ public static function fromObject($object) { $update = new self(); $fields = self::$fields; if ( !empty($object->slug) ) { $fields = apply_filters('puc_retain_fields-' . $object->slug, $fields); } foreach($fields as $field){ if (property_exists($object, $field)) { $update->$field = $object->$field; } } return $update; } /** * Create an instance of StdClass that can later be converted back to * a SoftaculousProUpdate. Useful for serialization and caching, as it avoids * the "incomplete object" problem if the cached value is loaded before * this class. * * @return StdClass */ public function toStdClass() { $object = new stdClass(); $fields = self::$fields; if ( !empty($this->slug) ) { $fields = apply_filters('puc_retain_fields-' . $this->slug, $fields); } foreach($fields as $field){ if (property_exists($this, $field)) { $object->$field = $this->$field; } } return $object; } /** * Transform the update into the format used by WordPress native plugin API. * * @return object */ public function toWpFormat(){ $update = new stdClass; $update->id = $this->id; $update->slug = $this->slug; $update->new_version = $this->version; $update->url = $this->homepage; $update->package = $this->download_url; $update->tested = $this->tested; $update->plugin = $this->filename; if ( !empty($this->upgrade_notice) ){ $update->upgrade_notice = $this->upgrade_notice; } return $update; } } endif; if ( !class_exists('SoftaculousPro_PucScheduler_3_2', false) ): /** * The scheduler decides when and how often to check for updates. * It calls @see SoftaculousProUpdateChecker::checkForUpdates() to perform the actual checks. * * @version 3.2 */ class SoftaculousPro_PucScheduler_3_2 { public $checkPeriod = 12; //How often to check for updates (in hours). public $throttleRedundantChecks = false; //Check less often if we already know that an update is available. public $throttledCheckPeriod = 72; /** * @var SoftaculousProUpdateChecker_3_2 */ protected $updateChecker; private $cronHook = null; /** * Scheduler constructor. * * @param SoftaculousProUpdateChecker_3_2 $updateChecker * @param int $checkPeriod How often to check for updates (in hours). */ public function __construct($updateChecker, $checkPeriod) { $this->updateChecker = $updateChecker; $this->checkPeriod = $checkPeriod; //Set up the periodic update checks $this->cronHook = 'check_plugin_updates-' . $this->updateChecker->slug; if ( $this->checkPeriod > 0 ){ //Trigger the check via Cron. //Try to use one of the default schedules if possible as it's less likely to conflict //with other plugins and their custom schedules. $defaultSchedules = array( 1 => 'hourly', 12 => 'twicedaily', 24 => 'daily', ); if ( array_key_exists($this->checkPeriod, $defaultSchedules) ) { $scheduleName = $defaultSchedules[$this->checkPeriod]; } else { //Use a custom cron schedule. $scheduleName = 'every' . $this->checkPeriod . 'hours'; add_filter('cron_schedules', array($this, '_addCustomSchedule')); } if ( !wp_next_scheduled($this->cronHook) && !defined('WP_INSTALLING') ) { wp_schedule_event(time(), $scheduleName, $this->cronHook); } add_action($this->cronHook, array($this, 'maybeCheckForUpdates')); register_deactivation_hook($this->updateChecker->pluginFile, array($this, '_removeUpdaterCron')); //In case Cron is disabled or unreliable, we also manually trigger //the periodic checks while the user is browsing the Dashboard. add_action( 'admin_init', array($this, 'maybeCheckForUpdates') ); //Like WordPress itself, we check more often on certain pages. /** @see wp_update_plugins */ add_action('load-update-core.php', array($this, 'maybeCheckForUpdates')); add_action('load-plugins.php', array($this, 'maybeCheckForUpdates')); add_action('load-update.php', array($this, 'maybeCheckForUpdates')); //This hook fires after a bulk update is complete. add_action('upgrader_process_complete', array($this, 'maybeCheckForUpdates'), 11, 0); } else { //Periodic checks are disabled. wp_clear_scheduled_hook($this->cronHook); } } /** * Check for updates if the configured check interval has already elapsed. * Will use a shorter check interval on certain admin pages like "Dashboard -> Updates" or when doing cron. * * You can override the default behaviour by using the "puc_check_now-$slug" filter. * The filter callback will be passed three parameters: * - Current decision. TRUE = check updates now, FALSE = don't check now. * - Last check time as a Unix timestamp. * - Configured check period in hours. * Return TRUE to check for updates immediately, or FALSE to cancel. * * This method is declared public because it's a hook callback. Calling it directly is not recommended. */ public function maybeCheckForUpdates(){ if ( empty($this->checkPeriod) ){ return; } $state = $this->updateChecker->getUpdateState(); $shouldCheck = empty($state) || !isset($state->lastCheck) || ( (time() - $state->lastCheck) >= $this->getEffectiveCheckPeriod() ); //Let plugin authors substitute their own algorithm. $shouldCheck = apply_filters( 'puc_check_now-' . $this->updateChecker->slug, $shouldCheck, (!empty($state) && isset($state->lastCheck)) ? $state->lastCheck : 0, $this->checkPeriod ); if ( $shouldCheck ) { $this->updateChecker->checkForUpdates(); } } /** * Calculate the actual check period based on the current status and environment. * * @return int Check period in seconds. */ protected function getEffectiveCheckPeriod() { $currentFilter = current_filter(); if ( in_array($currentFilter, array('load-update-core.php', 'upgrader_process_complete')) ) { //Check more often when the user visits "Dashboard -> Updates" or does a bulk update. $period = 60; } else if ( in_array($currentFilter, array('load-plugins.php', 'load-update.php')) ) { //Also check more often on the "Plugins" page and /wp-admin/update.php. $period = 3600; } else if ( $this->throttleRedundantChecks && ($this->updateChecker->getUpdate() !== null) ) { //Check less frequently if it's already known that an update is available. $period = $this->throttledCheckPeriod * 3600; } else if ( defined('DOING_CRON') && constant('DOING_CRON') ) { //WordPress cron schedules are not exact, so lets do an update check even //if slightly less than $checkPeriod hours have elapsed since the last check. $cronFuzziness = 20 * 60; $period = $this->checkPeriod * 3600 - $cronFuzziness; } else { $period = $this->checkPeriod * 3600; } return $period; } /** * Add our custom schedule to the array of Cron schedules used by WP. * * @param array $schedules * @return array */ public function _addCustomSchedule($schedules){ if ( $this->checkPeriod && ($this->checkPeriod > 0) ){ $scheduleName = 'every' . $this->checkPeriod . 'hours'; $schedules[$scheduleName] = array( 'interval' => $this->checkPeriod * 3600, 'display' => sprintf('Every %d hours', $this->checkPeriod), ); } return $schedules; } /** * Remove the scheduled cron event that the library uses to check for updates. * * @return void */ public function _removeUpdaterCron(){ wp_clear_scheduled_hook($this->cronHook); } /** * Get the name of the update checker's WP-cron hook. Mostly useful for debugging. * * @return string */ public function getCronHookName() { return $this->cronHook; } } endif; if ( !class_exists('SoftaculousPro_PucUpgraderStatus_3_2', false) ): /** * A utility class that helps figure out which plugin WordPress is upgrading. * * It may seem strange to have an separate class just for that, but the task is surprisingly complicated. * Core classes like Plugin_Upgrader don't expose the plugin file name during an in-progress update (AFAICT). * This class uses a few workarounds and heuristics to get the file name. */ class SoftaculousPro_PucUpgraderStatus_3_2 { private $upgradedPluginFile = null; //The plugin that is currently being upgraded by WordPress. public function __construct() { //Keep track of which plugin WordPress is currently upgrading. add_filter('upgrader_pre_install', array($this, 'setUpgradedPlugin'), 10, 2); add_filter('upgrader_package_options', array($this, 'setUpgradedPluginFromOptions'), 10, 1); add_filter('upgrader_post_install', array($this, 'clearUpgradedPlugin'), 10, 1); add_action('upgrader_process_complete', array($this, 'clearUpgradedPlugin'), 10, 1); } /** * Is there and update being installed RIGHT NOW, for a specific plugin? * * Caution: This method is unreliable. WordPress doesn't make it easy to figure out what it is upgrading, * and upgrader implementations are liable to change without notice. * * @param string $pluginFile The plugin to check. * @param WP_Upgrader|null $upgrader The upgrader that's performing the current update. * @return bool True if the plugin identified by $pluginFile is being upgraded. */ public function isPluginBeingUpgraded($pluginFile, $upgrader = null) { if ( isset($upgrader) ) { $upgradedPluginFile = $this->getPluginBeingUpgradedBy($upgrader); if ( !empty($upgradedPluginFile) ) { $this->upgradedPluginFile = $upgradedPluginFile; } } return ( !empty($this->upgradedPluginFile) && ($this->upgradedPluginFile === $pluginFile) ); } /** * Get the file name of the plugin that's currently being upgraded. * * @param Plugin_Upgrader|WP_Upgrader $upgrader * @return string|null */ private function getPluginBeingUpgradedBy($upgrader) { if ( !isset($upgrader, $upgrader->skin) ) { return null; } //Figure out which plugin is being upgraded. $pluginFile = null; $skin = $upgrader->skin; if ( $skin instanceof Plugin_Upgrader_Skin ) { if ( isset($skin->plugin) && is_string($skin->plugin) && ($skin->plugin !== '') ) { $pluginFile = $skin->plugin; } } elseif ( isset($skin->plugin_info) && is_array($skin->plugin_info) ) { //This case is tricky because Bulk_Plugin_Upgrader_Skin (etc) doesn't actually store the plugin //filename anywhere. Instead, it has the plugin headers in $plugin_info. So the best we can //do is compare those headers to the headers of installed plugins. $pluginFile = $this->identifyPluginByHeaders($skin->plugin_info); } return $pluginFile; } /** * Identify an installed plugin based on its headers. * * @param array $searchHeaders The plugin file header to look for. * @return string|null Plugin basename ("foo/bar.php"), or NULL if we can't identify the plugin. */ private function identifyPluginByHeaders($searchHeaders) { if ( !function_exists('get_plugins') ){ /** @noinspection PhpIncludeInspection */ require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); } $installedPlugins = get_plugins(); $matches = array(); foreach($installedPlugins as $pluginBasename => $headers) { $diff1 = array_diff_assoc($headers, $searchHeaders); $diff2 = array_diff_assoc($searchHeaders, $headers); if ( empty($diff1) && empty($diff2) ) { $matches[] = $pluginBasename; } } //It's possible (though very unlikely) that there could be two plugins with identical //headers. In that case, we can't unambiguously identify the plugin that's being upgraded. if ( count($matches) !== 1 ) { return null; } return reset($matches); } /** * @access private * * @param mixed $input * @param array $hookExtra * @return mixed Returns $input unaltered. */ public function setUpgradedPlugin($input, $hookExtra) { if (!empty($hookExtra['plugin']) && is_string($hookExtra['plugin'])) { $this->upgradedPluginFile = $hookExtra['plugin']; } else { $this->upgradedPluginFile = null; } return $input; } /** * @access private * * @param array $options * @return array */ public function setUpgradedPluginFromOptions($options) { if (isset($options['hook_extra']['plugin']) && is_string($options['hook_extra']['plugin'])) { $this->upgradedPluginFile = $options['hook_extra']['plugin']; } else { $this->upgradedPluginFile = null; } return $options; } /** * @access private * * @param mixed $input * @return mixed Returns $input unaltered. */ public function clearUpgradedPlugin($input = null) { $this->upgradedPluginFile = null; return $input; } } endif; if ( !class_exists('SoftaculousPro_PucFactory', false) ): /** * A factory that builds instances of other classes from this library. * * When multiple versions of the same class have been loaded (e.g. SoftaculousProUpdateChecker 1.2 * and 1.3), this factory will always use the latest available version. Register class * versions by calling {@link SoftaculousPro_PucFactory::addVersion()}. * * At the moment it can only build instances of the SoftaculousProUpdateChecker class. Other classes * are intended mainly for internal use and refer directly to specific implementations. If you * want to instantiate one of them anyway, you can use {@link SoftaculousPro_PucFactory::getLatestClassVersion()} * to get the class name and then create it with new $class(...). */ class SoftaculousPro_PucFactory { protected static $classVersions = array(); protected static $sorted = false; /** * Create a new instance of SoftaculousProUpdateChecker. * * @see SoftaculousProUpdateChecker::__construct() * * @param $metadataUrl * @param $pluginFile * @param string $slug * @param int $checkPeriod * @param string $optionName * @param string $muPluginFile * @return SoftaculousProUpdateChecker_3_2 */ public static function buildUpdateChecker($metadataUrl, $pluginFile, $slug = '', $checkPeriod = 12, $optionName = '', $muPluginFile = '') { $class = self::getLatestClassVersion('SoftaculousProUpdateChecker'); return new $class($metadataUrl, $pluginFile, $slug, $checkPeriod, $optionName, $muPluginFile); } /** * Get the specific class name for the latest available version of a class. * * @param string $class * @return string|null */ public static function getLatestClassVersion($class) { if ( !self::$sorted ) { self::sortVersions(); } if ( isset(self::$classVersions[$class]) ) { return reset(self::$classVersions[$class]); } else { return null; } } /** * Sort available class versions in descending order (i.e. newest first). */ protected static function sortVersions() { foreach ( self::$classVersions as $class => $versions ) { uksort($versions, array(__CLASS__, 'compareVersions')); self::$classVersions[$class] = $versions; } self::$sorted = true; } protected static function compareVersions($a, $b) { return -version_compare($a, $b); } /** * Register a version of a class. * * @access private This method is only for internal use by the library. * * @param string $generalClass Class name without version numbers, e.g. 'SoftaculousProUpdateChecker'. * @param string $versionedClass Actual class name, e.g. 'SoftaculousProUpdateChecker_1_2'. * @param string $version Version number, e.g. '1.2'. */ public static function addVersion($generalClass, $versionedClass, $version) { if ( !isset(self::$classVersions[$generalClass]) ) { self::$classVersions[$generalClass] = array(); } self::$classVersions[$generalClass][$version] = $versionedClass; self::$sorted = false; } } endif; //Register classes defined in this file with the factory. SoftaculousPro_PucFactory::addVersion('SoftaculousProUpdateChecker', 'SoftaculousProUpdateChecker_3_2', '3.2'); SoftaculousPro_PucFactory::addVersion('SoftaculousProUpdate', 'SoftaculousProUpdate_3_2', '3.2'); SoftaculousPro_PucFactory::addVersion('SoftaculousProInfo', 'SoftaculousProInfo_3_2', '3.2'); SoftaculousPro_PucFactory::addVersion('SoftaculousPro_PucGitHubChecker', 'SoftaculousPro_PucGitHubChecker_3_2', '3.2'); main/media.php000064400000055633147577723070007317 0ustar00ID) || $post->post_type != 'attachment'){ define('SOFTACULOUS_PRO_CAN_PHOTOPEA_EDIT', 0); define('SOFTACULOUS_PRO_CAN_COMPRESS', 0); define('SOFTACULOUS_PRO_CAN_REPLACE_MEDIA', 0); return false; } define('SOFTACULOUS_PRO_CAN_REPLACE_MEDIA', 0); $attachment_path = get_attached_file($post->ID); $original_size = filesize($attachment_path); $original_size_kb = round($original_size / 1024); $attachment_mime_type = mime_content_type($attachment_path); // The action buttons if(in_array($attachment_mime_type, \SoftWP\Media::$edit_content_types)){ add_action('admin_enqueue_scripts', '\SoftWP\Media::enqueue_photopea_scripts'); define('SOFTACULOUS_PRO_CAN_PHOTOPEA_EDIT', 1); }else{ define('SOFTACULOUS_PRO_CAN_PHOTOPEA_EDIT', 0); } if(0 && in_array($attachment_mime_type, \SoftWP\Media::$compress_content_types)){ add_action('admin_enqueue_scripts', '\SoftWP\Media::enqueue_compress_scripts'); define('SOFTACULOUS_PRO_CAN_COMPRESS', 1); }else{ define('SOFTACULOUS_PRO_CAN_COMPRESS', 0); } return true; } static function can_photopea_edit(){ if(!defined('SOFTACULOUS_PRO_CAN_PHOTOPEA_EDIT')){ \SoftWP\Media::can_manage_media(); } return SOFTACULOUS_PRO_CAN_PHOTOPEA_EDIT; } static function can_compress(){ if(!defined('SOFTACULOUS_PRO_CAN_COMPRESS')){ \SoftWP\Media::can_manage_media(); } return SOFTACULOUS_PRO_CAN_COMPRESS; } static function can_replace_media(){ if(!defined('SOFTACULOUS_PRO_CAN_REPLACE_MEDIA')){ \SoftWP\Media::can_manage_media(); } return SOFTACULOUS_PRO_CAN_REPLACE_MEDIA; } // Register the meta box static function register_meta_box(){ if(!\SoftWP\Media::can_manage_media()){ return false; } add_meta_box( 'softaculous_pro_media_meta_box', __('Action Buttons', 'softaculous-pro'), '\SoftWP\Media::meta_box_callback', 'attachment', 'side', 'low' ); } // Callback function to render the meta box static function meta_box_callback($post){ // Nonce field for security //wp_nonce_field('softaculous_pro_media_meta_box_nonce', 'custom_nonce'); // The action buttons if(\SoftWP\Media::can_photopea_edit()){ echo ''; } if(\SoftWP\Media::can_compress()){ $attachment_path = get_attached_file($post->ID); $original_size = filesize($attachment_path); $original_size_kb = round($original_size / 1024); echo ''; } if(\SoftWP\Media::can_replace_media()){ echo ''.__('Replace Media', 'softaculous-pro').''; } } ////////////////////////////////// // Edit with Photopea ////////////////////////////////// // Function to enqueue scripts and styles for the Photopea modal static function enqueue_photopea_scripts(){ if(!\SoftWP\Media::can_photopea_edit()){ return false; } add_action('admin_footer', '\SoftWP\Media::enqueue_photopea_button_script'); wp_enqueue_script('softaculous-pro-photopea-edit', SOFTACULOUS_PRO_PLUGIN_URL . 'assets/js/photopea_edit.js', ['jquery'], SOFTACULOUS_PRO_VERSION, true); wp_localize_script('softaculous-pro-photopea-edit', 'spro_photopea', array('ajax_url' => admin_url('admin-ajax.php'), 'nonce' => wp_create_nonce('softaculous_pro_js_nonce'))); } // Enqueue the Photopea modal and button script in WordPress static function enqueue_photopea_button_script(){ global $post; if(!\SoftWP\Media::can_photopea_edit()){ return false; } ?>
    softaculous_pro_security) || !wp_verify_nonce(sanitize_text_field(wp_unslash($p->softaculous_pro_security)), 'softaculous_pro_js_nonce')){ wp_send_json_error(__('Security Check Failed!', 'softaculous-pro')); } // Check if a quality parameter is provided, defaulting to 100 $quality = isset($p->quality) ? intval($p->quality) : 100; $quality = max(1, min($quality, 100)); $base64ImageData = $p->source; $save_as_new = (isset($p->save_as_new) ? 1 : 0); if(empty($save_as_new)){ $originalImageUrl = $p->original_image_url; $attachment_id = attachment_url_to_postid($originalImageUrl); if (!$attachment_id) { wp_send_json_error(__("Original image attachment not found", 'softaculous-pro')); return; } $filePath = get_attached_file($attachment_id); if (!$filePath) { wp_send_json_error(__("Original image path not found", 'softaculous-pro')); return; } }else{ $newImageName = sanitize_file_name($p->new_image_name); $extension = pathinfo($newImageName, PATHINFO_EXTENSION); $baseFileName = pathinfo($newImageName, PATHINFO_FILENAME); // Sanitize and create a proper path to save the new image in the uploads directory $upload_dir = wp_upload_dir(); $filePath = $upload_dir['path'] . '/' . $newImageName; $newFileName = basename($filePath); if(file_exists($filePath)){ wp_send_json_error(__("File already exists. Please choose another file name", 'softaculous-pro')); return; } } // Decode the base64 image data $imageData = base64_decode(preg_replace('/^data:image\/(jpeg|png);base64,/', '', $base64ImageData)); if ($imageData === false) { wp_send_json_error(__("Failed to decode base64 image data", 'softaculous-pro')); return; } if(empty($quality) || $quality > 99){ $saved = file_put_contents($filePath, $imageData); }else{ // Create an image resource from the decoded data $image = imagecreatefromstring($imageData); if ($image === false) { wp_send_json_error(__("Failed to create image from data", 'softaculous-pro')); return; } $saved = false; if (strpos($filePath, '.jpg') !== false || strpos($filePath, '.jpeg') !== false) { $saved = imagejpeg($image, $filePath, $quality); }elseif (strpos($filePath, '.png') !== false) { $paletteImage = imagecreatetruecolor(imagesx($image), imagesy($image)); imagesavealpha($paletteImage, true); imagealphablending($paletteImage, false); $transparency = imagecolorallocatealpha($paletteImage, 0, 0, 0, 127); imagecolortransparent($paletteImage, $transparency); imagecopyresampled($paletteImage, $image, 0, 0, 0, 0, imagesx($image), imagesy($image), imagesx($image), imagesy($image)); // Reduce to a set number of colors to save space $maxColors = ($quality < 100) ? max((int)($quality / 10), 20) : 256; imagetruecolortopalette($paletteImage, true, $maxColors); // Set compression level based on quality (0 = no compression, 9 = max compression) $compressionLevel = round((100 - $quality) / 100 * 9); // Don't pass 0 otherwise it will create image larger in size than the original one if(empty($compressionLevel)){ $compressionLevel = 1; } $saved = imagepng($paletteImage, $filePath, $compressionLevel); }elseif (strpos($filePath, '.webp') !== false) { $saved = imagewebp($image, $filePath, $quality); }else{ wp_send_json_error(__("Unsupported image format", 'softaculous-pro')); return; } imagedestroy($image); } if (!$saved) { wp_send_json_error(__("Failed to save the image", 'softaculous-pro')); return; } if(!empty($save_as_new)){ // Attach the new file to the WordPress media library $attachment = array( 'guid' => $upload_dir['url'] . '/' . basename($filePath), 'post_mime_type' => mime_content_type($filePath), 'post_title' => preg_replace('/\.[^.]+$/', '', basename($filePath)), 'post_content' => '', 'post_status' => 'inherit' ); $attachment_id = wp_insert_attachment($attachment, $filePath); if(is_wp_error($attachment_id)) { wp_send_json_error(__("Failed to insert the new image as attachment", 'softaculous-pro')); } } $metadata = wp_generate_attachment_metadata($attachment_id, $filePath); if (is_wp_error($metadata)) { wp_send_json_error(__("Failed to regenerate image sub-sizes", 'softaculous-pro')); } wp_update_attachment_metadata($attachment_id, $metadata); $new_image_url = wp_get_attachment_url($attachment_id); wp_send_json_success(array( 'new_image_url' => $new_image_url, 'message' => __('Image saved successfully', 'softaculous-pro'), )); } } ////////////////////////////////// // Compress Image ////////////////////////////////// static function enqueue_compress_scripts(){ if(!\SoftWP\Media::can_compress()){ return false; } wp_enqueue_script('softaculous_pro_enqueue_compress_scripts', SOFTACULOUS_PRO_PLUGIN_URL . '/assets/js/compress_image.js', ['jquery'], SOFTACULOUS_PRO_VERSION, true); wp_localize_script('softaculous_pro_enqueue_compress_scripts', 'spro_compress', array( 'ajax_url' => admin_url('admin-ajax.php'), 'nonce' => wp_create_nonce('softaculous_pro_js_nonce') )); } static function calculate_compressed_size() { if(!is_admin() || !current_user_can('upload_files') || !isset($_POST['softaculous_pro_security']) || !wp_verify_nonce(sanitize_text_field(wp_unslash($_POST['softaculous_pro_security'])), 'softaculous_pro_js_nonce')){ wp_send_json_error(__('Security Check Failed!', 'softaculous-pro')); } if (isset($_POST['image_id'])) { $image_id = intval($_POST['image_id']); $image_path = get_attached_file($image_id); if ($image_path) { $compressed_image_path = \SoftWP\Media::compress_image($image_path, 40, false); $compressed_size = round(filesize($compressed_image_path) / 1024); wp_send_json_success(array('compressed_size' => $compressed_size)); }else { wp_send_json_error(__('Invalid image path.', 'softaculous-pro')); } }else { wp_send_json_error(__('No image ID provided.', 'softaculous-pro')); } } static function compress_image($image_path, $quality, $save_image = true) { $info = getimagesize($image_path); $compressed_image_path = ''; if ($info['mime'] == 'image/jpeg') { $image = imagecreatefromjpeg($image_path); $compressed_image_path = $save_image ? $image_path : str_replace('.jpg', '-temp.jpg', $image_path); imagejpeg($image, $compressed_image_path, $quality); }elseif ($info['mime'] == 'image/png') { $image = imagecreatefrompng($image_path); $compressed_image_path = $save_image ? $image_path : str_replace('.png', '-temp.png', $image_path); // Convert to a palette-based image to reduce bit depth $paletteImage = imagecreatetruecolor(imagesx($image), imagesy($image)); imagecopy($paletteImage, $image, 0, 0, 0, 0, imagesx($image), imagesy($image)); // Reduce to a set number of colors to save space $maxColors = ($quality < 100) ? max((int)($quality / 10), 20) : 256; imagetruecolortopalette($paletteImage, true, $maxColors); // Set compression level based on quality (0 = no compression, 9 = max compression) $compressionLevel = ($quality < 100) ? 9 - (int)($quality / 10) : 9; imagepng($paletteImage, $compressed_image_path, $compressionLevel); }elseif ($info['mime'] == 'image/webp') { $image = imagecreatefromwebp($image_path); $compressed_image_path = $save_image ? $image_path : str_replace('.webp', '-temp.webp', $image_path); imagewebp($image, $compressed_image_path, $quality); }else { return __('Unsupported image type.', 'softaculous-pro'); } return $compressed_image_path; } static function replace_compressed_image() { if(!is_admin() || !current_user_can('upload_files') || !isset($_POST['softaculous_pro_security']) || !wp_verify_nonce(sanitize_text_field(wp_unslash($_POST['softaculous_pro_security'])), 'softaculous_pro_js_nonce')){ wp_send_json_error(__('Security Check Failed!', 'softaculous-pro')); } if (isset($_POST['image_id'])) { $image_id = intval($_POST['image_id']); $image_path = get_attached_file($image_id); if ($image_path) { $compressed_image_path = \SoftWP\Media::compress_image($image_path, 40, true); if ($compressed_image_path) { require_once(ABSPATH . 'wp-admin/includes/image.php'); $attach_data = wp_generate_attachment_metadata($image_id, $compressed_image_path); wp_update_attachment_metadata($image_id, $attach_data); $new_image_url = wp_get_attachment_url($image_id); wp_send_json_success(array('message' => __('Image has been successfully compressed and replaced.', 'softaculous-pro'), 'new_image_url' => $new_image_url)); }else { wp_send_json_error(__('Compression and replacement failed.', 'softaculous-pro')); } }else { wp_send_json_error(__('Invalid image path.', 'softaculous-pro')); } }else { wp_send_json_error(__('No image ID provided.', 'softaculous-pro')); } } ////////////////////////////////// // Replace Media ////////////////////////////////// //function is called first to select the route static function replace_media_page(){ global $pl_error; if(!current_user_can('upload_files')){ wp_die(esc_html__('You do not have permission to upload files.', 'softaculous-pro')); } $post_id = (int) $_GET['id']; if(empty($post_id)){ wp_die(esc_html__('ID not found .', 'softaculous-pro')); } // Load the attachment $post = get_post($post_id); if(empty($post) || is_wp_error($post)){ wp_die(esc_html__('ID not found .', 'softaculous-pro')); } // Process the POST ! if(isset($_FILES['userfile'])){ if(!check_admin_referer()){ wp_die('Invalid Nonce'); } /** Check if file is uploaded properly **/ if(!is_uploaded_file($_FILES['userfile']['tmp_name'])){ $pl_error['upload_error'] = __('No file was uploaded ! Please try again.', 'softaculous-pro'); \SoftWP\Media::replace_media_theme(); return; } if(isset($_FILES['userfile']['error']) && $_FILES['userfile']['error'] > 0){ $pl_error['upload_error'] = __('There was some error uploading the file ! Please try again.', 'softaculous-pro'); \SoftWP\Media::replace_media_theme(); return; } $filedata = wp_check_filetype_and_ext($_FILES['userfile']['tmp_name'], $_FILES['userfile']['name']); if ($filedata['ext'] == false){ $pl_error['ext_error'] = __('The File type could not be determined. Please upload a permitted file type.', 'softaculous-pro'); \SoftWP\Media::replace_media_theme(); return; } $result = \SoftWP\Media::replace_attachment($_FILES['userfile']['tmp_name'], $post_id, $err); if(empty($result)){ $pl_error['replace_error'] = $err; \SoftWP\Media::replace_media_theme(); return; } $redirect_success = admin_url('post.php'); $redirect_success = add_query_arg(array( 'action' => 'edit', 'post' => $post_id, ), $redirect_success); echo ''; } // Show the theme \SoftWP\Media::replace_media_theme(); } // Report an error static function report_error($error = array()){ if(empty($error)){ return true; } $error_string = 'Please fix the below error(s) :
    '; foreach($error as $ek => $ev){ $error_string .= '* '.$ev.'
    '; } echo '

    ' . __($error_string, 'softaculous-pro') . '

    '; } // Theme of the page static function replace_media_theme(){ global $pl_error; \SoftWP\Media::report_error($pl_error);echo '
    '; $id = (int) $_GET['id']; ?>

    " />
    0){ chmod( $targetFile, $permissions ); // restore permissions } $updated = update_attached_file($post_id, $targetFile); $target_url = wp_get_attachment_url($post_id); // Run the filter, so other plugins can hook if needed. $filtered = apply_filters( 'wp_handle_upload', array( 'file' => $targetFile, 'url' => $target_url, 'type' => $fileMime, ), 'sideload'); // Check if file changed during filter. Set changed to attached file meta properly. if (isset($filtered['file']) && $filtered['file'] != $targetFile ){ update_attached_file($post_id, $filtered['file']); } $metadata = wp_generate_attachment_metadata($post_id, $targetFile); wp_update_attachment_metadata($post_id, $metadata); return true; } static function remove_attachment_files($post_id){ $meta = wp_get_attachment_metadata( $post_id ); if (function_exists('wp_get_original_image_path')){ // WP 5.3+ $fullfilepath = wp_get_original_image_path($post_id); }else{ $fullFilePath = trim(get_attached_file($post_id, apply_filters( 'pagelayer_unfiltered_get_attached_file', true ))); } $backup_sizes = get_post_meta( $post_id, '_wp_attachment_backup_sizes', true ); $file = $fullFilePath; $result = wp_delete_attachment_files($post_id, $meta, $backup_sizes, $file ); // If attached file is not the same path as file, this indicates a -scaled images is in play. $attached_file = get_attached_file($post_id); if ($file !== $attached_file && file_exists($attached_file)){ @unlink($attached_file); } } } main/ai.php000064400000021533147577723070006621 0ustar00 'defer']); $soft_ai = [ 'i18n' => [], 'nonce' => wp_create_nonce('softaculous_ai_nonce'), 'ajax_url' => admin_url('admin-ajax.php'), 'ai_icon_url' => SOFTACULOUS_PRO_PLUGIN_URL .'/assets/images/softaculous-ai.svg', 'buy' => esc_url(SOFTACULOUS_PRO_AI_BUY.'&softwp_lic='.$softaculous_pro['license']['license']) ]; $tokens = get_option('softaculous_ai_tokens', []); if(!empty($tokens)){ $soft_ai['tokens'] = $tokens; } wp_localize_script('softaculous_ai_base', 'soft_ai', $soft_ai); // Loading the assets data $asset_file = []; $asset_file = include_once(SOFTACULOUS_PRO_PLUGIN_PATH . 'assets/js/ai/build/index.asset.php'); if(is_array($asset_file)){ array_push($asset_file['dependencies'], 'softaculous_ai_base'); // Adding the ai base js dep } wp_enqueue_script( 'softaculous_ai_gb', SOFTACULOUS_PRO_PLUGIN_URL . 'assets/js/ai/build/index.js', // Load from the build directory $asset_file['dependencies'], $asset_file['version'], ['strategy' => 'defer'] ); // The API provides better output as markdown compared to html, thats why we need this markdown library to convert the markdown to html. wp_enqueue_script( 'softaculous_ai_marked', SOFTACULOUS_PRO_PLUGIN_URL . 'assets/js/marked.min.js', array('softaculous_ai_base'), SOFTACULOUS_PRO_VERSION, ['strategy' => 'defer'] ); } static function generate(){ global $softaculous_pro, $softaculous_pro_settings; check_admin_referer('softaculous_ai_nonce', 'nonce'); if(!current_user_can('manage_options')){ wp_send_json_error(__('You do not have required privilege', 'softaculous-pro')); } set_time_limit(100); $content = !empty($_REQUEST['content']) ? wp_kses_post(wp_unslash($_REQUEST['content'])) : ''; $prompt = !empty($_REQUEST['prompt']) ? wp_kses_post(wp_unslash($_REQUEST['prompt'])) : ''; $shortcut = !empty($_REQUEST['shortcut']) ? sanitize_text_field(wp_unslash($_REQUEST['shortcut'])) : ''; $license = !empty($softaculous_pro['license']['license']) ? $softaculous_pro['license']['license'] : ''; if(empty($license)){ wp_send_json_error(__('Please link a license to keep using the AI feature', 'softaculous-pro')); } // We need atleast a prompt or a shortcut if(empty($prompt) && empty($shortcut)){ wp_send_json_error(__('Please write a Prompt, for the AI to generate content', 'softaculous-pro')); } // Shortcut requires content, but a prompt does not, // shortcuts are meant to be used to process content, // where as a Prompt can be used to process as well as generate content. if(!empty($shortcut) && empty($content)){ wp_send_json_error(__('AI shortcut can not be applied without any content.', 'softaculous-pro')); } $res = wp_remote_post(SOFTACULOUS_PRO_AI_API, [ 'timeout' => 90, 'body' => [ 'prompt' => $prompt, 'shortcut' => $shortcut, 'content' => $content, 'license' => $license, 'url' => site_url() ] ]); if(empty($res)){ wp_send_json_error(__('Unable to complete this request', 'softaculous-pro')); } if(is_wp_error($res)){ $error_string = $res->get_error_message(); wp_send_json_error($error_string); } $res_code = wp_remote_retrieve_response_code($res); $body = wp_remote_retrieve_body($res); if(empty($body)){ wp_send_json_error(__('The AI API responsed with empty response, Response Code:', 'softaculous-pro') . $res_code); } $ai_content = json_decode($body, true); if($res_code > 299){ $error = !empty($ai_content['error']) ? sanitize_text_field($ai_content['error']) : __('Unexpected response code returned from AI API: ', 'softaculous-pro') . $res_code; wp_send_json_error($error); } // Building the history data if(!isset($ai_content['error']) && isset($softaculous_pro_settings['ai_history_duration']) && $softaculous_pro_settings['ai_history_duration'] > 0 && !empty($ai_content['ai'])){ $history_data = []; if(!empty($content)){ $history['content'] = wp_kses_post(wp_unslash($content)); $title = (strlen($content) > 100 ? substr($content, 100) : $content); } if(!empty($prompt)){ $history['prompt'] = wp_kses_post(wp_unslash($prompt)); $title = (strlen($prompt) > 100 ? substr($prompt, 100) : $prompt); } if(empty($prompt) && !empty($shortcut)){ $history['shortcut'] = sanitize_text_field($shortcut); $title = self::parse_shortcuts($shortcut); } if(!empty($ai_content['ai'])){ $history['assistant'] = wp_kses_post(wp_unslash($ai_content['ai'])); } if(!empty($ai_content['total_tokens'])){ $title .= '|||'.$ai_content['total_tokens']; } // Saving the history wp_insert_post([ 'post_title' => sanitize_text_field($title), 'post_type' => 'spro_ai_history', 'post_content' => serialize($history), ]); } // Saving token data if(!empty($ai_content['remaining_tokens'])){ update_option('softaculous_ai_tokens', [ 'remaining_tokens' => sanitize_text_field($ai_content['remaining_tokens']) ], false); } wp_send_json_success($ai_content); } static function load_history(){ check_admin_referer('softaculous_ai_nonce', 'nonce'); if(!current_user_can('manage_options')){ wp_send_json_error(__('You do not have required privilege', 'softaculous-pro')); } $history_id = !empty($_POST['history_id']) ? sanitize_text_field(wp_unslash($_POST['history_id'])) : 0; $offset = !empty($_POST['offset']) ? (int) sanitize_text_field(wp_unslash($_POST['offset'])) : 0; $history = []; if(!empty($history_id)){ $query = new \WP_Query([ 'post_type' => ['spro_ai_history'], 'page_id' => $history_id, ]); if($query->have_posts()){ while($query->have_posts()){ $query->the_post(); $history = unserialize(get_the_content()); } } // Restore to original post wp_reset_postdata(); wp_send_json_success($history); } else { $query = new \WP_Query([ 'post_type' => ['spro_ai_history'], 'posts_per_page' => 20, 'offset' => $offset, 'orderby' => 'date', 'order' => 'DESC', ]); } if($query->have_posts()){ while($query->have_posts()){ $query->the_post(); $single['token_used'] = 0; $single['title'] = get_the_title(); $single['date'] = get_the_date(); $single['id'] = get_the_ID(); if(strpos($single['title'], '|||') !== FALSE) { $get_count = explode('|||', $single['title']); $single['title'] = $get_count[0]; $single['token_used'] = $get_count[1]; } array_push($history, $single); } } // Restore to original post wp_reset_postdata(); $total_count = wp_count_posts('spro_ai_history')->draft; // Getting the total count wp_send_json_success(['history' => $history , 'total' => $total_count]); } static function parse_shortcuts($shortcut){ $supported_languages = ['arabic', 'chinese', 'czech', 'danish', 'dutch', 'english', 'finnish', 'french', 'german', 'greek', 'hindi', 'hebrew', 'hungarian', 'indonesian', 'italian', 'japanese', 'korean', 'marathi', 'punjabi', 'persian', 'polish', 'portuguese', 'russian', 'spanish', 'swedish', 'thai', 'turkish', 'vietnamese']; $supported_tones = ['casual', 'confidence', 'formal', 'friendly', 'inspirational', 'motivational', 'nostalgic', 'playful', 'professional', 'scientific', 'straightforward', 'witty']; $other_shortcuts = ['shorter' => 'Make it shorter', 'longer' => 'Make it longer', 'simplify' => 'Simplify the language', 'grammar' => 'Fix Spelling and Grammar']; if(in_array($shortcut, $supported_languages)){ return 'Translate to ' . ucfirst($shortcut); } if(in_array($shortcut, $supported_tones)){ return 'Change the tone of the content to ' . ucfirst($shortcut); } if(array_key_exists($shortcut, $other_shortcuts)){ return $other_shortcuts[$shortcut]; } return $shortcut; } static function delete_history($delete_all = false){ $settings = get_option('softaculous_pro_settings', []); $history_duration = (int) $settings['ai_history_duration']; // If it is off then we wont delete the history. if($history_duration < 1){ return; } $x_days_ago = date('Y-m-d', strtotime('-'.$history_duration.' days')); $query = new \WP_Query([ 'post_type' => 'spro_ai_history', 'post_status' => 'draft', 'date_query'=> [ [ 'column' => 'post_date', 'before' => $x_days_ago, ], ], 'posts_per_page' => 100, ]); if($query->have_posts()){ while($query->have_posts()){ $query->the_post(); wp_delete_post(get_the_ID(), true); } wp_reset_postdata(); } } } main/manage-plugins.php000064400000010767147577723070011146 0ustar00

    '.esc_html($softaculous_pro_error).'

    '; } if(!empty($softaculous_pro_msg)){ echo '

    '.esc_html($softaculous_pro_msg).'

    '; } echo '

    '.__('Manage Plugins', 'softaculous-pro').'



    '; foreach($spro_manage_features as $feature => $info){ foreach($info['plugin'] as $pslug => $data){ if(empty($data['featured'])) continue; $disabled = ''; if (!empty($data['requires_php']) && version_compare(PHP_VERSION, $data['requires_php'], '<')) { $data['plugin_desc'] .= '
    '.sprintf(__('Requires PHP version %1$s or higher', 'softaculous-pro'), $data['requires_php']).''; $disabled ='disabled'; } echo '
    '.$data['plugin_name'].'
    '.$data['plugin_desc'].'
    '; $i_pending = $a_pending = 0; if(!empty($data['plugin_init'])){ if(empty($manage_installed_plugins[$data['plugin_init']])){ $status_free = __('Not Installed', 'softaculous-pro'); $i_pending = 1; }elseif(!is_plugin_active($data['plugin_init'])){ $status_free = __('Installed', 'softaculous-pro'); $a_pending = 1; }else{ $status_free = __('Active', 'softaculous-pro'); } echo ''.__('Free', 'softaculous-pro').': '.$status_free.''; } if(!empty($data['plugin_init_pro'])){ if(empty($manage_installed_plugins[$data['plugin_init_pro']])){ $status_pro = __('Not Installed', 'softaculous-pro'); $i_pending = 1; }elseif(!is_plugin_active($data['plugin_init_pro'])){ $status_pro = __('Installed', 'softaculous-pro'); $a_pending = 1; }else{ $status_pro = __('Active', 'softaculous-pro'); } echo '
    '.__('Pro', 'softaculous-pro').': '.$status_pro.''; } echo ''; if(!empty($i_pending)){ echo ''; }elseif(!empty($a_pending)){ echo ''; }else{ echo '

     '.__('Active', 'softaculous-pro').'

    '; } echo '
    '; echo '
    '.__('Pro included with your subscription', 'softaculous-pro').'
    '; } } echo '
    '; softaculous_pro_footer(); } main/functions.php000064400000065122147577723070010242 0ustar00addQueryArgFilter('softaculous_pro_updater_filter_args'); // Show the text to install the license key add_filter('puc_manual_final_check_link-softaculous-pro', 'softaculous_pro_updater_check_link', 10, 1); softaculous_pro_update_check(); // Register AI Post type add_action('init', 'softaculous_pro_register_post_type'); $spro_tours = array('assistant' => 'admin.php?page=assistant', 'sidebar' => 'admin.php?page=assistant', 'dashboard' => 'index.php', 'plugins' => 'plugins.php', 'themes' => 'themes.php', 'users' => 'users.php', 'pages' => 'edit.php?post_type=page', 'posts' => 'edit.php'); // Enqueues scripts and styles if(softaculous_pro_can_enqueue_assets()){ add_action('admin_init', 'softaculous_pro_admin'); add_action('admin_enqueue_scripts', 'softaculous_pro_enqueue_scripts'); } if(is_admin() && !empty($_GET['page']) && $_GET['page'] == 'assistant'){ add_filter('screen_options_show_screen', '__return_false'); } add_action('admin_notices', 'softaculous_pro_license_notice'); // Are you the Admin ? if(current_user_can('administrator')){ if(softaculous_pro_is_display_notice()){ add_action('admin_notices', 'softaculous_pro_admin_notice'); } add_action('wp_ajax_softaculous_pro_dismissnotice', 'softaculous_pro_dismiss_notice'); // This adds the left menu in WordPress Admin page add_action('admin_menu', 'softaculous_pro_admin_menu', 5); include_once SOFTACULOUS_PRO_PLUGIN_PATH . '/main/admin.php'; add_action('admin_print_footer_scripts', 'softaculous_pro_assistant', 5); add_action('wp_ajax_softaculous_pro_wp_ajax', 'softaculous_pro_wp_ajax'); add_action('admin_menu', 'softaculous_pro_remove_admin_elements'); // Template Installation related ajax calls add_action('wp_ajax_softaculous_pro_template_info', 'softaculous_pro_templates_ajax'); add_action('wp_ajax_softaculous_pro_start_install_template', 'softaculous_pro_templates_ajax'); add_action('wp_ajax_softaculous_pro_selected_plugin_install', 'softaculous_pro_templates_ajax'); add_action('wp_ajax_softaculous_pro_download_template', 'softaculous_pro_templates_ajax'); add_action('wp_ajax_softaculous_pro_import_template', 'softaculous_pro_templates_ajax'); // Setup information add_action('wp_ajax_softaculous_pro_setup_info', 'softaculous_pro_templates_ajax'); // dismiss add_action('wp_ajax_softaculous_pro_onboarding_dismiss', 'softaculous_pro_templates_ajax'); add_action('wp_ajax_softaculous_pro_option_value', 'softaculous_pro_templates_ajax'); } // Manage Media hooks if(is_admin() && empty($softaculous_pro_settings['disable_manage_media']) && current_user_can('upload_files') /* && !empty($post) && !empty($post->post_type) && $post->post_type == 'attachment' */){ add_action('add_meta_boxes_attachment', '\SoftWP\Media::register_meta_box'); // ajax calls add_action('wp_ajax_softaculous_pro_upload_photopea_image', '\SoftWP\Media::upload_photopea_image'); add_action('wp_ajax_softaculous_pro_calculate_compressed_size', '\SoftWP\Media::calculate_compressed_size'); add_action('wp_ajax_softaculous_pro_replace_compressed_image', '\SoftWP\Media::replace_compressed_image'); } } function softaculous_pro_templates_ajax() { if(!current_user_can('administrator')){ return false; } include_once(dirname(__FILE__).'/onboarding.php'); if($_REQUEST['action'] == 'softaculous_pro_template_info'){ softaculous_pro_ajax_template_info(); } if($_REQUEST['action'] == 'softaculous_pro_selected_plugin_install'){ softaculous_pro_ajax_selected_plugin(); } if($_REQUEST['action'] == 'softaculous_pro_start_install_template'){ softaculous_pro_ajax_start_install_template(); } if($_REQUEST['action'] == 'softaculous_pro_download_template'){ softaculous_pro_ajax_download_template(); } if($_REQUEST['action'] == 'softaculous_pro_import_template'){ softaculous_pro_ajax_import_template(); } if($_REQUEST['action'] == 'softaculous_pro_setup_info'){ softaculous_pro_save_setup_info(); } if($_REQUEST['action'] == 'softaculous_pro_option_value'){ softaculous_pro_get_options(); } if($_REQUEST['action'] == 'softaculous_pro_onboarding_dismiss'){ softaculous_pro_onboarding_dismiss(); } } function softaculous_pro_remove_admin_elements(){ if(!empty($_GET['page']) && $_GET['page'] === 'assistant'){ remove_all_actions('admin_notices'); remove_all_actions('all_admin_notices'); } } // Update check function softaculous_pro_update_check(){ global $softaculous_pro_settings; $current_version = get_option('softaculous_pro_version', 0); $version = (int) str_replace('.', '', $current_version); if($current_version == SOFTACULOUS_PRO_VERSION){ return true; } // AI is enabled by default so the cron to delete AI history should be added at activation. wp_schedule_event(time(), 'daily', 'softaculous_pro_ai_history_cron'); if(empty($softaculous_pro_settings) || !isset($softaculous_pro_settings['ai_history_duration'])){ $softaculous_pro_settings['ai_history_duration'] = 90; // Setting default AI history duration. update_option('softaculous_pro_settings', $softaculous_pro_settings); } // Save the new Version update_option('softaculous_pro_version', SOFTACULOUS_PRO_VERSION); } function softaculous_pro_admin(){ global $spro_tours; include_once SOFTACULOUS_PRO_PLUGIN_PATH . '/main/admin.php'; } // Shows the admin menu of Softaculous function softaculous_pro_admin_menu() { $capability = 'activate_plugins';// TODO : Capability for accessing this page // Add the menu page add_menu_page(__('Assistant'), __('Assistant', 'softaculous-pro'), $capability, 'assistant', 'softaculous_pro_page_handler', 'dashicons-businessperson', 1); } // The Softaculous Settings Page function softaculous_pro_page_handler(){ global $softaculous_pro; if(!current_user_can('manage_options')){ wp_die(__('Sorry, but you do not have permissions to change settings.', 'softaculous-pro')); } $act = softaculous_pro_optGET('act'); switch($act){ case 'onboarding': include_once(SOFTACULOUS_PRO_PLUGIN_PATH . '/main/setup.php'); break; case 'license': include_once(SOFTACULOUS_PRO_PLUGIN_PATH . '/main/license.php'); softaculous_pro_license(); break; case 'manage-plugins': include_once(SOFTACULOUS_PRO_PLUGIN_PATH . '/main/manage-plugins.php'); softaculous_pro_manage_plugins(); break; case 'media-replace': \SoftWP\Media::replace_media_page(); break; default: include_once(dirname(__FILE__).'/admin.php'); softaculous_pro_page_settings(); } } function softaculous_pro_can_enqueue_assets(){ global $spro_tours; if(!is_admin()){ return false; } $current_page = basename($_SERVER['REQUEST_URI'], PHP_URL_PATH); if(!empty($_COOKIE['spro-load-tour']) && (!empty($spro_tours)) && array_key_exists($_COOKIE['spro-load-tour'], $spro_tours) && $current_page == $spro_tours[$_COOKIE['spro-load-tour']]){ return $_COOKIE['spro-load-tour']; } $is_admin_page = basename(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)); if(!empty($_GET['page']) && $_GET['page'] == 'assistant' && $is_admin_page == 'admin.php'){ return true; } return false; } function softaculous_pro_enqueue_scripts(){ wp_enqueue_style('softaculous-pro-style-admin', SOFTACULOUS_PRO_PLUGIN_URL . '/assets/css/admin.css', [], SOFTACULOUS_PRO_VERSION); wp_enqueue_style('softaculous-pro-style-intro', SOFTACULOUS_PRO_PLUGIN_URL . '/assets/css/intro.css', [], SOFTACULOUS_PRO_VERSION); wp_enqueue_style( 'softaculous-pro-style-font-awesome', SOFTACULOUS_PRO_PLUGIN_URL . '/assets/font-awesome/css/all.min.css', [], SOFTACULOUS_PRO_VERSION, 'all' ); wp_enqueue_script('softaculous-pro-script-admin', SOFTACULOUS_PRO_PLUGIN_URL . '/assets/js/admin.js', [], SOFTACULOUS_PRO_VERSION, true); wp_enqueue_script('softaculous-pro-script-intro', SOFTACULOUS_PRO_PLUGIN_URL . '/assets/js/intro.js', [], SOFTACULOUS_PRO_VERSION, false); wp_localize_script('softaculous-pro-script-admin', 'soft_pro_obj', array( 'admin_url' => esc_url(admin_url()), 'site_url' => esc_url(site_url()), 'nonce' => wp_create_nonce('softaculous_pro_js_nonce'), 'ajax_url' => admin_url('admin-ajax.php') )); } /** * Display Softaculous notice on the basis of last dismiss date. When user manually dismisses the notice, it remains for 1 month * * @since 1.0 */ function softaculous_pro_is_display_notice(){ $soft_dismissable_notice_date = get_option('softaculous_pro_dismiss_notice_date'); if(empty($soft_dismissable_notice_date)){ return true; } $soft_dismissable_notice_date2 = new DateTime($soft_dismissable_notice_date); $current_date = new DateTime(date('Y-m-d')); $date_diff_month = $soft_dismissable_notice_date2->diff($current_date); //Do not display notice again for a month if($date_diff_month->m < 1){ return false; } return true; } /** * Display Softaculous notice in dashboard * * @since 1.0 */ function softaculous_pro_admin_notice($force = 0){ if(!empty($_GET['page']) && $_GET['page'] == 'softaculous' && empty($force)){ return ''; } return ''; } function softaculous_pro_license_notice(){ global $softaculous_pro; if(is_admin() && current_user_can('activate_plugins') && !wp_doing_ajax()){ $spro_add_nonce_vars = 0; if(empty($softaculous_pro['license']['license'])){ $msg = sprintf(__('Your SoftWP plugin is %1$s. Please enter the license key here.', 'softaculous-pro'), 'Unlicensed', admin_url('admin.php?page=assistant&act=license') ); }else{ if(!empty($softaculous_pro['license']['url_mismatch'])){ $msg = sprintf(__('Your SoftWP plugin license is not authorized to be used on %1$s. You can generate a new license for your domain from the %2$s panel.', 'softaculous-pro'), site_url(), ($softaculous_pro['branding']['sn'] == 'SoftWP' ? 'Softaculous' : $softaculous_pro['branding']['sn']) ); }elseif(empty($softaculous_pro['license']['active'])){ $msg = sprintf(__('Your SoftWP plugin license has %1$s. Please renew your license for uninterrupted updates and support.', 'softaculous-pro'), 'Expired' ); } } if(!empty($msg)){ echo '

    '.$msg.'

    '; } // The notice to complete onboarding //$spro_is_shown = get_option('softaculous_pro_onboarding_shown'); $spro_is_done = get_option('softaculous_pro_onboarding_done'); $spro_is_dismissed = get_option('softaculous_pro_onboarding_notice_dismiss'); if(empty($spro_is_done) && empty($spro_is_dismissed)){ echo '

    '.sprintf(__('Your Onboarding process is not completed yet! Click here to complete the simple setup process and build your site in a few steps.', 'softaculous-pro'),admin_url('admin.php?page=assistant&act=onboarding')).'

    '; $spro_add_nonce_vars = 1; } $softwp_ai_is_dismissed = get_option('softaculous_pro_ai_notice_dismiss'); if(empty($softwp_ai_is_dismissed) && !empty($_GET['page']) && $_GET['page'] == 'assistant'){ echo '

    '.__('Enhance Content Writing with AI Assistant', 'softaculous-pro').'

    '.__('Use cutting-edge AI to write blog posts or content for your pages. Create a table, write a paragraph, change tone, translate, fix spelling & grammar and so much more.', 'softaculous-pro').'
    '.__('Start Exploring', 'softaculous-pro').' : '.__('New Page', 'softaculous-pro').'  ●   '.__('New Post', 'softaculous-pro').'  ●   '.__('Existing Page', 'softaculous-pro').'  ●   '.__('Existing Post', 'softaculous-pro').'

    '; $spro_add_nonce_vars = 1; } if(!empty($spro_add_nonce_vars)){ echo ''; } } return ''; } function softaculous_pro_get_option($option_name, $default_value = false, $site_id = null){ if($site_id !== null && is_multisite()){ return get_site_option($option_name, $default_value); } return get_option($option_name, $default_value); } /** * Takes care of Slashes * * @param string $string The string that will be processed * @return string A string that is safe to use for Database Queries, etc * @since 1.0 */ function softaculous_pro_inputsec($string){ //get_magic_quotes_gpc is deprecated in php 7.4 if(version_compare(PHP_VERSION, '7.4', '<')){ if(!get_magic_quotes_gpc()){ $string = addslashes($string); }else{ $string = stripslashes($string); $string = addslashes($string); } }else{ $string = addslashes($string); } // This is to replace ` which can cause the command to be executed in exec() $string = str_replace('`', '\`', $string); return $string; } /** * Converts Special characters to html entities * * @param string $string The string containing special characters * @return string A string containing special characters replaced by html entities of the format &#ASCIICODE; * @since 1.0 */ function softaculous_pro_htmlizer($string){ $string = htmlentities($string, ENT_QUOTES, 'UTF-8'); preg_match_all('/(&#(\d{1,7}|x[0-9a-fA-F]{1,6});)/', $string, $matches); foreach($matches[1] as $mk => $mv){ $tmp_m = softaculous_pro_entity_check($matches[2][$mk]); $string = str_replace($matches[1][$mk], $tmp_m, $string); } return $string; } /** * Used in function htmlizer() * * @param string $string * @return string * @since 1.0 */ function softaculous_pro_entity_check($string){ //Convert Hexadecimal to Decimal $num = ((substr($string, 0, 1) === 'x') ? hexdec(substr($string, 1)) : (int) $string); //Squares and Spaces - return nothing $string = (($num > 0x10FFFF || ($num >= 0xD800 && $num <= 0xDFFF) || $num < 0x20) ? '' : '&#'.$num.';'); return $string; } /** * OPTIONAL REQUEST of the given REQUEST Key * * @param string $name The key of the $_REQUEST array i.e. the name of the input / textarea text * @param string $default The value to return if the $_REQUEST[$name] is NOT SET * @return string Returns the string if the REQUEST is there otherwise the default value given. * @since 1.0 */ function softaculous_pro_optREQ($name, $default = ''){ global $softaculous_error; //Check the POSTED NAME was posted if(isset($_REQUEST[$name])){ return trim(sanitize_text_field($_REQUEST[$name])); }else{ return $default; } } /** * OPTIONAL POST of the given POST Key * * @param string $name The key of the $_POST array i.e. the name of the input / textarea text * @param string $default The value to return if the $_POST[$name] is NOT SET * @return string Returns the string if the POST is there otherwise the default value given. * @since 1.4.6 */ function softaculous_pro_optPOST($name, $default = ''){ global $softaculous_error; //Check the POSTED NAME was posted if(isset($_POST[$name])){ if(is_array($_POST[$name])){ $values = array_map('trim', $_POST[$name]); return array_map('sanitize_text_field', $values); } return trim(sanitize_text_field($_POST[$name])); }else{ return $default; } } /** * OPTIONAL GET of the given GET Key i.e. dont throw a error if not there * * @param string $name The key of the $_GET array i.e. the name of the input / textarea text * @param string $default The value to return if the $_GET[$name] is NOT SET * @return string Returns the string if the GET is there otherwise the default value given. * @since 1.0 */ function softaculous_pro_optGET($name, $default = ''){ global $softaculous_error; //Check the GETED NAME was GETed if(isset($_GET[$name])){ return trim(sanitize_text_field($_GET[$name])); }else{ return $default; } } function softaculous_pro_sp_api_url($main_server = 0){ global $softaculous_pro; return softaculous_pro_api_url($main_server, 'sitepad'); } function softaculous_pro_pfx_api_url($main_server = 0){ global $softaculous_pro; return softaculous_pro_api_url($main_server, 'popularfx'); } function softaculous_pro_api_url($main_server = 0, $suffix = ''){ global $softaculous_pro; $r = array( 'https://s0.softaculous.com/a/softwp/', 'https://s1.softaculous.com/a/softwp/', 'https://s2.softaculous.com/a/softwp/', 'https://s3.softaculous.com/a/softwp/', 'https://s4.softaculous.com/a/softwp/', 'https://s5.softaculous.com/a/softwp/', 'https://s7.softaculous.com/a/softwp/', 'https://s8.softaculous.com/a/softwp/' ); $mirror = $r[array_rand($r)]; // If the license is newly issued, we need to fetch from API only if(!empty($main_server) || empty($softaculous_pro['license']['last_edit']) || (!empty($softaculous_pro['license']['last_edit']) && (time() - 3600) < $softaculous_pro['license']['last_edit']) ){ $mirror = 'https://a.softaculous.com/softwp/'; } // -1 indicates that we need to force the mirror server used for rendering static files e.g. screenshots if(!empty($main_server) && $main_server == '-1'){ $mirror = $r[array_rand($r)]; } if(!empty($suffix)){ $mirror = str_replace('/softwp', '/'.$suffix, $mirror); } return $mirror; } // Load license data function softaculous_pro_load_license(){ global $softaculous_pro; // Load license $softaculous_pro['license'] = get_option('softaculous_pro_license', array()); if(empty($softaculous_pro['license'])){ return false; } $prods = apply_filters('softaculous_pro_products', []); // Update license details as well if(empty($softaculous_pro['license']['last_update']) || (!empty($softaculous_pro['license']['last_update']) && (time() - $softaculous_pro['license']['last_update']) >= 86400) ){ $resp = wp_remote_get(softaculous_pro_api_url(1).'license.php?license='.$softaculous_pro['license']['license'].'&prods='.implode(',', $prods).'&url='.rawurlencode(site_url())); // Did we get a response ? if(is_array($resp)){ $tosave = json_decode($resp['body'], true); // Is it the license ? if(!empty($tosave['license'])){ $softaculous_pro['license'] = $tosave; } } // Save the old data only if(empty($tosave['license'])){ $tosave = get_option('softaculous_pro_license', array()); } $tosave['last_update'] = time(); update_option('softaculous_pro_license', $tosave); } return $softaculous_pro['license']; } add_filter('softaculous_pro_products', 'softaculous_softwp_pro_products', 10, 1); function softaculous_softwp_pro_products($r = []){ $r['softwp'] = 'softwp'; return $r; } // Load Softaculous rebranding settings function softaculous_pro_rebranding(){ global $softaculous_pro; $softaculous_pro['branding']['sn'] = 'SoftWP'; $softaculous_pro['branding']['logo_url'] = SOFTACULOUS_PRO_PLUGIN_URL.'assets/images/logo-white.png'; $softaculous_pro['branding']['rebranded'] = 0; //Getting info if Softaculous rebranding done or not? $soft_rebranding = get_option('softaculous_pro_rebranding', '[]'); if(!empty($soft_rebranding['logo_url'])){ $softaculous_pro['branding']['logo_url'] = $soft_rebranding['logo_url']; } if(!empty($soft_rebranding['sn']) && $soft_rebranding['sn'] != 'Softaculous'){ $softaculous_pro['branding']['sn'] = $soft_rebranding['sn']; $softaculous_pro['branding']['rebranded'] = 1; } if(!empty($soft_rebranding['default_hf_bg'])){ $softaculous_pro['branding']['default_hf_bg'] = $soft_rebranding['default_hf_bg']; } if(!empty($soft_rebranding['default_hf_text'])){ $softaculous_pro['branding']['default_hf_text'] = $soft_rebranding['default_hf_text']; } return true; } // Add our license key if ANY function softaculous_pro_updater_filter_args($queryArgs) { global $softaculous_pro; if ( !empty($softaculous_pro['license']['license']) ) { $queryArgs['license'] = $softaculous_pro['license']['license']; } return $queryArgs; } // Handle the Check for update link and ask to install license key function softaculous_pro_updater_check_link($final_link){ global $softaculous_pro; if(empty($softaculous_pro['license']['license'])){ return ''.__('Enter Pro License Key', 'softaculous-pro').''; } return $final_link; } function softaculous_pro_report_error($error = array()) { if(empty($error)){ return true; } $error_string = '' . esc_html__('Please fix the below error(s):', 'softaculous-pro') . '
    '; foreach($error as $ev){ $error_string .= '* ' . esc_html($ev) . '
    '; } echo '

    ' . $error_string . '

    '; } function softaculous_pro_add_plugin_row_links($links, $slug) { if(is_multisite() && is_network_admin()){ return $links; } if ($slug !== SOFTACULOUS_PRO_BASE) { return $links; } if(!current_user_can('activate_plugins')){ return $links; } $new_links = array( 'plugins' => ''.__('Explore Pro Plugins', 'softaculous-pro').'', 'tours' => ''.__('Tour', 'softaculous-pro').'', 'ai' => ''.__('AI', 'softaculous-pro').'', ); $links = array_merge($links, $new_links); return $links; } function softaculous_pro_add_params($link){ global $softaculous_pro; $link = rtrim($link, '?&'); $query = parse_url($link, PHP_URL_QUERY); if ($query) { $link .= '&'; } else { $link .= '?'; } $link .= 'version=latest&license='.$softaculous_pro['license']['license'].'&url='.site_url(); return $link; } function softaculous_pro_register_post_type(){ register_post_type( 'spro_ai_history', [ 'labels' => [ 'name' => __('AI History', 'softaculous-pro'), 'singular_name' => __('AI History', 'softaculous-pro'), ], 'public' => false, 'map_meta_cap' => true, 'hierarchical' => false, 'rewrite' => false, 'query_var' => false, 'can_export' => false, 'delete_with_user' => true, 'supports' => array('author'), ] ); } main/license.php000064400000011773147577723070007657 0ustar00 30)); if(is_array($resp)){ $json = json_decode($resp['body'], true); // print_r($json); }else{ $spro_error['resp_invalid'] = __('The response was malformed
    '.var_export($resp, true), 'softaculous-pro'); return softaculous_pro_license_T(); } // Save the License if(empty($json['license'])){ $spro_error['lic_invalid'] = __('The license key is invalid', 'softaculous-pro'); return softaculous_pro_license_T(); }else{ update_option('softaculous_pro_license', $json); // Load license softaculous_pro_load_license(); $GLOBALS['spl_saved'] = true; } } softaculous_pro_license_T(); } // The License Page function softaculous_pro_license_T(){ global $softaculous_pro, $spro_error; softaculous_pro_header(0); // Saved ? if(!empty($GLOBALS['spl_saved'])){ echo '

    '. __('The license has been saved successfully', 'softaculous-pro'). '


    '; } // Any errors ? if(!empty($spro_error)){ softaculous_pro_report_error($spro_error); } ?>

    '; echo ' '; echo ''; ?>
    '.__('SoftWP version', 'softaculous-pro').' '.SOFTACULOUS_PRO_VERSION.'
    '.__('SoftWP License', 'softaculous-pro').' '.(empty($softaculous_pro['license']) ? 'Unlicensed    ' : '').'   '; if(!empty($softaculous_pro['license'])){ $expires = $softaculous_pro['license']['expires']; $expires = substr($expires, 0, 4).'/'.substr($expires, 4, 2).'/'.substr($expires, 6); echo '
    '.__('License Status : ', 'softaculous-pro').(empty($softaculous_pro['license']['status_txt']) ? 'N.A.' : $softaculous_pro['license']['status_txt']).'       '.($softaculous_pro['license']['expires'] <= date('Ymd') ? __('License Expires : ', 'softaculous-pro').' '.$expires.'' : (empty($softaculous_pro['license']['has_plid']) ? __('License Expires : ', 'softaculous-pro').' '.$expires : '')).'
    '; } echo '
    '.__('URL', 'softaculous-pro').' '.get_site_url().'
    '.__('Path', 'softaculous-pro').' '.ABSPATH.'
    '.__('Server\'s IP Address', 'softaculous-pro').' '.$_SERVER['SERVER_ADDR'].'
    __('Welcome', 'softaculous-pro'), 'type' => __('Business Type','softaculous-pro'), 'title' => __('Site Title','softaculous-pro'), 'features' => __('Goals','softaculous-pro'), 'import_theme' => __('Choose Template','softaculous-pro'), ); $active_step = isset($_GET['step']) && array_key_exists($_GET['step'], $steps) ? $_GET['step'] : 'welcome'; include_once(dirname(__FILE__).'/onboarding.php'); $softaculous_pro['templates'] = softaculous_pro_get_templates_list(); $spro_setup_info = get_option('softaculous_pro_setup_info'); $spro_onboarding_done = get_option('softaculous_pro_onboarding_done'); update_option('softaculous_pro_onboarding_shown', time()); require_once ABSPATH . 'wp-admin/includes/plugin.php'; $installed_plugins = get_plugins(); if(!empty($softaculous_pro['branding']['default_hf_bg'])){ echo ' '; } if(!empty($softaculous_pro['branding']['default_hf_text'])){ echo ' '; } ?>
      $name) : ?>

      

    $cdata) : ?>
    data-target= />


    $feature):?>
    main/onboarding.php000064400000145075147577723070010362 0ustar00 #adminmenuback, #adminmenuwrap, #wpadminbar { display: none !important; } '; } } add_action('admin_menu', 'softaculous_pro_onboarding_admin_menu', 6); function softaculous_pro_onboarding_admin_menu() { $capability = 'activate_plugins'; // Onboarding //add_submenu_page('assistant', __('Onboarding', 'softaculous-pro'), __('Onboarding', 'softaculous-pro'), $capability, 'softaculous_pro_onboarding', 'softaculous_pro_page_handler'); $act = softaculous_pro_optGET('act'); $page = softaculous_pro_optGET('page'); // Check if the current page is the onboarding wizard if($page == 'assistant' && $act == 'onboarding'){ // Remove admin menu remove_menu_page('index.php'); // Dashboard remove_menu_page('edit.php'); // Posts remove_menu_page('upload.php'); // Media remove_menu_page('edit.php?post_type=page'); // Pages remove_menu_page('edit-comments.php'); // Comments remove_menu_page('themes.php'); // Appearance remove_menu_page('plugins.php'); // Plugins remove_menu_page('users.php'); // Users remove_menu_page('tools.php'); // Tools remove_menu_page('options-general.php'); // Settings add_filter('show_admin_bar', '__return_false'); remove_filter('update_footer', 'core_update_footer'); add_filter('screen_options_show_screen', '__return_false'); add_filter('admin_footer_text', '__return_empty_string'); remove_all_actions( 'admin_notices' ); remove_all_actions( 'all_admin_notices'); } } // Add the action to load the plugin add_action('plugins_loaded', 'softaculous_pro_onboarding_load_plugin'); // The function that will be called when the plugin is loaded function softaculous_pro_onboarding_load_plugin(){ global $pagelayer, $softaculous_pro; add_action('admin_enqueue_scripts', 'softaculous_pro_onboarding_enqueue_scripts'); /* // Load the freemium widgets if(!defined('PAGELAYER_PREMIUM')){ add_action('pagelayer_load_custom_widgets', 'spro_freemium_shortcodes'); } */ // Are we to setup a template ? $slug = get_option('softaculous_pro_setup_template'); if(!empty($slug)){ add_action('after_setup_theme', 'spro_setup_template_import'); } } function softaculous_pro_onboarding_enqueue_scripts(){ if(!empty($_GET['act']) && $_GET['act'] === 'onboarding') { wp_enqueue_script('softaculous-pro-script-onboarding', SOFTACULOUS_PRO_PLUGIN_URL . '/assets/js/onboarding.js', array('jquery'), SOFTACULOUS_PRO_VERSION, false); wp_enqueue_style( 'softaculous-pro-style-onboarding', SOFTACULOUS_PRO_PLUGIN_URL . '/assets/css/onboarding.css', [], SOFTACULOUS_PRO_VERSION, 'all' ); wp_enqueue_style( 'softaculous-pro-style-font-awesome', SOFTACULOUS_PRO_PLUGIN_URL . '/assets/font-awesome/css/all.min.css', [], SOFTACULOUS_PRO_VERSION, 'all' ); } } function spro_get_features_list(){ $features_list = array( "seo" => array( "name" => __('Increase Website Traffic (SEO)','softaculous-pro'), "info" => __("Improve your site's ranking on search engines","softaculous-pro"), "icon" => 'dashicons dashicons-chart-bar', "plugin"=> array( "siteseo" => array( "plugin_name" => __("SiteSEO – One Click SEO for WordPress","softaculous-pro"), "plugin_url"=> "https://siteseo.io/", 'plugin_init' => 'siteseo/siteseo.php', 'plugin_download_url' => softaculous_pro_api_url(0, 'siteseo').'files/versions/latest-stable-free.zip', 'plugin_init_pro' => 'siteseo-pro/siteseo-pro.php', 'plugin_download_url_pro' => softaculous_pro_api_url(0, 'siteseo').'download.php', 'plugin_desc' => __('Boost your website\'s search rankings today with the most powerful WordPress SEO plugin. Its lightweight, optimized, and delivers exceptional performance.', 'softaculous-pro'), 'pro' => 1, 'featured' => 1, 'requires_php' => 7.2, ), ) ), "speedycache" => array( "name" => __("Improve Page Speed","softaculous-pro"), "info" => __("Improve speed by cache, minify, compress", 'softaculous-pro'), "icon" => "fa-solid fa-gauge-high", "plugin"=> array( "speedycache" => array( "plugin_name" => __("SpeedyCache – Cache, Optimization, Performance","softaculous-pro"), "plugin_url"=> "https://wordpress.org/plugins/speedycache/", 'plugin_init' => 'speedycache/speedycache.php', 'plugin_init_pro' => 'speedycache-pro/speedycache-pro.php', 'plugin_download_url_pro' => softaculous_pro_api_url(0, 'speedycache').'download.php', 'plugin_desc' => __('SpeedyCache is an easy to use and powerful WordPress Cache Plugin, it helps you reduce page load time improving User Experience and boosting your Google PageSpeed.', 'softaculous-pro'), 'pro' => 1, 'featured' => 1, 'requires_php' => 7.3, ), ) ), "backuply" => array( "name" => __("Schedule Backups","softaculous-pro"), "info" => __("Backup your site on local or remote servers","softaculous-pro"), "icon" => "fa-regular fa-file-zipper", "plugin"=> array( "backuply" => array( "plugin_name" => __("Backuply – Backup, Restore, Migrate and Clone","softaculous-pro"), "plugin_url"=> "https://wordpress.org/plugins/backuply/", 'plugin_init' => 'backuply/backuply.php', 'plugin_init_pro' => 'backuply-pro/backuply-pro.php', 'plugin_download_url_pro' => softaculous_pro_api_url(0, 'backuply').'download.php', 'plugin_desc' => __('Backuply is a WordPress backup plugin that helps you backup your WordPress website, saving you from loss of data because of server crashes, hacks, dodgy updates, or bad plugins.', 'softaculous-pro'), 'pro' => 1, 'featured' => 1, 'requires_php' => 5.5, ), ) ), "sell_products" => array( "name" => __("Sell Products","softaculous-pro"), "info" => __("Sell physical or digital products","softaculous-pro"), "icon" => "fa-solid fa-tag", "plugin"=> array( "woocommerce" => array( "plugin_name" => __("WooCommerce","softaculous-pro"), "plugin_url"=> "https://wordpress.org/plugins/woocommerce/", 'plugin_init' => 'woocommerce/woocommerce.php', ), ) ), "loginizer" => array( "name" => __("Limit Login Attempts","softaculous-pro"), "info" => __("Brute force protection, 2FA, login captcha", 'softaculous-pro'), "icon" => "fa-solid fa-user-lock", "plugin"=> array( "loginizer" => array( "plugin_name" => __("Loginizer","softaculous-pro"), "plugin_url"=> "https://wordpress.org/plugins/loginizer/", 'plugin_init' => 'loginizer/loginizer.php', 'plugin_init_pro' => 'loginizer-security/loginizer-security.php', 'plugin_download_url_pro' => softaculous_pro_api_url(0, 'loginizer').'download.php', 'plugin_desc' => __('Loginizer is a simple and effortless solution that takes care of all your security problems. It comes with default optimal configuration to protect your site from Brute Force attacks.', 'softaculous-pro'), 'pro' => 1, 'featured' => 1, 'requires_php' => 5.5, ), ) ), "pagelayer" => array( "name" => __("Page Builder","softaculous-pro"), "info" => __("Page Builder, Drag and Drop website builder", 'softaculous-pro'), "icon" => "fa-solid fa-paintbrush", "plugin"=> array( "pagelayer" => array( "plugin_name" => __("Pagelayer","softaculous-pro"), "plugin_url"=> "https://wordpress.org/plugins/pagelayer/", 'plugin_init' => 'pagelayer/pagelayer.php', 'plugin_init_pro' => 'pagelayer-pro/pagelayer-pro.php', 'plugin_download_url_pro' => softaculous_pro_api_url(0, 'pagelayer').'download.php', 'plugin_desc' => __('Pagelayer is an awesome page builder that allows you to create and design your website instantly in the simplest way possible. Take control over your page content with the most advanced page builder plugin available.', 'softaculous-pro'), 'pro' => 1, 'featured' => 1, 'requires_php' => 5.5, ), ) ), "gosmtp" => array( "name" => __("Send Email with SMTP","softaculous-pro"), "info" => __("Providers: Gmail, Outlook, AWS SES & more", 'softaculous-pro'), "icon" => "fa-solid fa-envelope-circle-check", "plugin"=> array( "gosmtp" => array( "plugin_name" => __("GoSMTP – SMTP for WordPress","softaculous-pro"), "plugin_url"=> "https://wordpress.org/plugins/gosmtp/", 'plugin_init' => 'gosmtp/gosmtp.php', 'plugin_init_pro' => 'gosmtp-pro/gosmtp-pro.php', 'plugin_download_url_pro' => softaculous_pro_api_url(0, 'gosmtp').'download.php', 'plugin_desc' => __('GoSMTP allows you to send emails from your WordPress over SMTP or many popular outgoing email service providers. Using these improves your email deliverability.', 'softaculous-pro'), 'pro' => 1, 'featured' => 1, 'requires_php' => 5.5, ), ) ), "fileorganizer" => array( "name" => __("File Manager","softaculous-pro"), "info" => __("Manage files with drag & drop editor", 'softaculous-pro'), "icon" => "fa-regular fa-folder-open", "plugin"=> array( "fileorganizer" => array( "plugin_name" => __("FileOrganizer – Manage WordPress and Website Files","softaculous-pro"), "plugin_url"=> "https://wordpress.org/plugins/fileorganizer/", 'plugin_init' => 'fileorganizer/fileorganizer.php', 'plugin_init_pro' => 'fileorganizer-pro/fileorganizer-pro.php', 'plugin_download_url_pro' => softaculous_pro_api_url(0, 'fileorganizer').'download.php', 'plugin_desc' => __('FileOrganizer is a lightweight and easy-to-use file management plugin for WordPress. Organize and manage your WordPress files with FileOrganizer without any control panel or FTP access. ', 'softaculous-pro'), 'pro' => 1, 'featured' => 1, 'requires_php' => 5.5, ), ) ), ); $features_list = apply_filters('softaculous_pro_features_list', $features_list); return $features_list; } function softaculous_pro_ajax_output($data){ echo json_encode($data); wp_die(); } function softaculous_pro_ajax_output_xmlwrap($data){ echo ''.json_encode($data).''; wp_die(); } function softaculous_pro_import_template($slug, $items = array()){ global $pl_error; $data = []; $destination = popularfx_templates_dir(false).'/'.$slug; include_once(PAGELAYER_DIR.'/main/import.php'); // Our function needs to efficiently replace the variables $GLOBALS['softaculous_pro_template_import_slug'] = $slug; add_filter('pagelayer_start_insert_content', 'softaculous_pro_pagelayer_start_insert_content', 10); // Now import the template if(!pagelayer_import_theme($slug, $destination, $items)){ $data['error']['import_err'] = __('Could not import the template !', 'softaculous-pro'); $data['error'] = array_merge($data['error'], $pl_error); return $data; } // Save the name of the slug set_theme_mod('popularfx_template', $slug); // onboarding done update_option('softaculous_pro_onboarding_done', time()); // Set default left menu folded //set_user_setting('mfold', 'f'); $data['done'] = 1; return $data; } // Download the template function softaculous_pro_download_template($slug){ global $softaculous_pro, $pl_error; set_time_limit(300); $data = []; // Now lets download the templates if(!function_exists( 'download_url' ) ) { require_once ABSPATH . 'wp-admin/includes/file.php'; } $spro_setup_info = get_option('softaculous_pro_setup_info'); $url = softaculous_pro_pfx_api_url().'/givetemplate.php?slug='.$spro_setup_info['theme_slug'].'&license='.@$softaculous_pro['license']['license'].'&url='.site_url(); //echo $url; $popular_fx_dir = popularfx_templates_dir(false); $destination = $popular_fx_dir.'/'.$slug; // Check if FTP is required ob_start(); $credentials = request_filesystem_credentials(''); ob_end_clean(); if(false === $credentials || !WP_Filesystem($credentials)){ $data['error']['download'] = __('Theme template can only be uploaded using FTP !', 'softaculous-pro'); return $data; } global $wp_filesystem; // For FTP have to use relative paths if(is_array($credentials)){ $abspath_relative = $wp_filesystem->find_folder(ABSPATH); $replacer = str_replace($abspath_relative, '', ABSPATH); if($replacer !== ABSPATH){ $popular_fx_dir = str_replace($replacer, '', $popular_fx_dir); $destination = str_replace($replacer, '', $destination); } } $tmp_file = download_url($url); //echo filesize($tmp_file); //var_dump($tmp_file); // Error downloading if(is_wp_error($tmp_file) || filesize($tmp_file) < 1){ if(!empty($tmp_file->errors)){ $data['error']['download_err'] = __('Could not download the theme !', 'softaculous-pro').var_export($tmp_file->errors, true); return $data; } } $wp_filesystem->mkdir($popular_fx_dir); $wp_filesystem->mkdir($destination); //echo $destination; $ret = unzip_file($tmp_file, $destination); //r_print($ret); // Try to delete @unlink($tmp_file); // Error downloading if(is_wp_error($ret) || !file_exists($destination.'/style.css')){ if(!empty($ret->errors)){ $data['error']['download'] = __('Could not extract the template !', 'softaculous-pro').var_export($ret->errors, true); return $data; } } return $data; } // Get list of templates function softaculous_pro_get_templates_list(){ $data = get_transient('softaculous_pro_templates'); // Get any existing copy of our transient data if(false === $data){ // Start checking for an update $send_for_check = array( 'timeout' => 90, 'user-agent' => 'WordPress' ); $raw_response = wp_remote_post( softaculous_pro_pfx_api_url().'templates.json', $send_for_check ); //pagelayer_print($raw_response);die(); // Is the response valid ? if ( !is_wp_error( $raw_response ) && ( $raw_response['response']['code'] == 200 ) ){ $data = json_decode($raw_response['body'], true); } //pagelayer_print($data);die(); // Feed the updated data into the transient if(!empty($data['list']) && count($data['list']) > 10){ set_transient('softaculous_pro_templates', $data, 2 * HOUR_IN_SECONDS); } } return $data; } // Get the template info from our servers function softaculous_pro_onboarding_dismiss(){ // Some AJAX security check_ajax_referer('softaculous_pro_ajax', 'softaculous_pro_nonce'); if(isset($_REQUEST['dismiss'])){ update_option('softaculous_pro_onboarding_dismiss', time()); } $data['done'] = 1; softaculous_pro_ajax_output($data); } // Get the template info from our servers function softaculous_pro_ajax_template_info(){ // Some AJAX security check_ajax_referer('softaculous_pro_ajax', 'softaculous_pro_nonce'); $data = []; if(isset($_REQUEST['slug'])){ $resp = wp_remote_get(softaculous_pro_pfx_api_url().'template-info.php?slug='.$_REQUEST['slug'], array('timeout' => 30)); // Is the response valid ? if ( !is_wp_error( $resp ) && ( $resp['response']['code'] == 200 ) ){ $data = json_decode($resp['body'], true); } } $setup_info = get_option('softaculous_pro_setup_info'); $setup_info = !empty($setup_info) ? $setup_info : array(); $setup_info['theme_slug'] = $_REQUEST['slug']; update_option('softaculous_pro_setup_info',$setup_info); softaculous_pro_ajax_output($data); } // Start the installation of the template function softaculous_pro_ajax_start_install_template(){ global $softaculous_pro; // Some AJAX security check_ajax_referer('softaculous_pro_ajax', 'softaculous_pro_nonce'); set_time_limit(300); // Handling Access through FTP ob_start(); // Check if FTP is required $have_credentials = request_filesystem_credentials(''); if(false === $have_credentials){ $form_html = ob_get_clean(); $ftp_modal = '
    '; wp_send_json_error(['form' => $ftp_modal]); } ob_end_clean(); // Just in case there was any output till now it will be cleaned. $data = []; //pagelayer_print($_POST);die(); $license = softaculous_pro_optPOST('softaculous_pro_license'); // Check if its a valid license if(!empty($license)){ $resp = wp_remote_get(softaculous_pro_api_url(1).'license.php?license='.$license.'&url='.rawurlencode(site_url()), array('timeout' => 30)); if(is_array($resp)){ $json = json_decode($resp['body'], true); //print_r($json); }else{ $data['error']['resp_invalid'] = __('The response from the server was malformed. Please try again in sometime !', 'softaculous-pro').var_export($resp, true); softaculous_pro_ajax_output($data); } // Save the License if(empty($json['license'])){ $data['error']['lic_invalid'] = __('The license key is invalid', 'softaculous-pro'); softaculous_pro_ajax_output($data); }else{ update_option('softaculous_pro_license', $json); // Load license spro_load_license(); } } // Load templates $softaculous_pro['templates'] = softaculous_pro_get_templates_list(); $slug = softaculous_pro_optPOST('theme'); if(!defined('PAGELAYER_VERSION')){ $res = spro_install_required_plugin('pagelayer', array('plugin_init' => 'pagelayer/pagelayer.php')); if(empty($res['success'])){ $data['error']['pl_req'] = __('Pagelayer is required to use the templates !', 'softaculous-pro'); softaculous_pro_ajax_output($data); } } if(!defined('PFX_VERSION')){ $res = spro_install_required_plugin('popularfx-templates', array('plugin_init' => 'popularfx-templates/popularfx-templates.php', 'plugin_download_url' => softaculous_pro_api_url(0, 'popularfx').'update2.php?give=1')); if(empty($res['success'])){ $data['error']['pl_req'] = __('PopularFX plugin is required to use the templates !', 'softaculous-pro'); softaculous_pro_ajax_output($data); } } if(!function_exists('popularfx_templates_dir')){ $res = spro_install_required_theme('popularfx'); if(empty($res['success'])){ $data['error']['pfx_req'] = __('PopularFX theme is required to use the templates !', 'softaculous-pro'); softaculous_pro_ajax_output($data); } } if(empty($softaculous_pro['templates']['list'][$slug])){ $data['error']['template_invalid'] = __('The template you submitted is invalid !', 'softaculous-pro'); softaculous_pro_ajax_output($data); } $template = $softaculous_pro['templates']['list'][$slug]; // Do we have the req PL version ? if(!empty($template['pl_ver']) && version_compare(PAGELAYER_VERSION, $template['pl_ver'], '<')){ $data['error']['pl_ver'] = sprintf(__('Your Pagelayer version is %1$s while the template requires Pagelayer version higher than or equal to %2$s ', 'softaculous-pro'), PAGELAYER_VERSION, $template['pl_ver']); softaculous_pro_ajax_output($data); } // Do we have the req PL version ? if(version_compare(PAGELAYER_VERSION, '1.8.9', '<')){ $data['error']['pl_ver'] = sprintf(__('Your Pagelayer version is %1$s while the onboarding requires Pagelayer version higher than or equal to 1.8.9', 'softaculous-pro'), PAGELAYER_VERSION); softaculous_pro_ajax_output($data); } // Do we have the req PFX Plugin version ? if(!empty($template['pfx_ver']) && version_compare(PFX_VERSION, $template['pfx_ver'], '<')){ $data['error']['pfx_ver'] = sprintf(__('Your PopularFX Plugin version is %1$s while the template requires PopularFX version higher than or equal to %2$s', 'softaculous-pro'), PFX_VERSION, $template['pfx_ver']); softaculous_pro_ajax_output($data); } // Is it a pro template ? if($template['type'] > 1 && empty($softaculous_pro['license']['active'])){ $data['error']['template_pro'] = sprintf(__('The selected template is a Pro template and you have a free or expired license. Please enter your license key here.', 'softaculous-pro'), admin_url('admin.php?page=assistant&act=license')); softaculous_pro_ajax_output($data); } $do_we_have_pro = defined('PAGELAYER_PREMIUM'); // Do we need to install Pagelayer or Pagelayer PRO ? if(!function_exists('pagelayer_theme_import_notices') || (empty($do_we_have_pro) && $template['type'] > 1)){ if($template['type'] > 1){ $download_url = SOFTACULOUS_PRO_PAGELAYER_API.'download.php?version=latest&license='.$softaculous_pro['license']['license'].'&url='.rawurlencode(site_url()); $installed = spro_install_required_plugin('pagelayer-pro', array('plugin_init' => 'pagelayer-pro/pagelayer-pro.php', 'plugin_download_url' => $download_url)); }else{ $installed = spro_install_required_plugin('pagelayer', array('plugin_init' => 'pagelayer/pagelayer.php')); } // Did we fail to install ? if(is_wp_error($installed) || empty($installed)){ $install_url = admin_url('admin.php?page=softaculous_pro_install_pagelayer&license=').@$softaculous_pro['license']['license']; $data['error']['pagelayer'] = sprintf(__('There was an error in installing Pagelayer which is required by this template. Please install Pagelayer manually by clicking here and then install the template !', 'softaculous-pro'), $install_url); if(!empty($installed->errors)){ $data['error']['pagelayer_logs'] = var_export($installed->errors, true); } softaculous_pro_ajax_output_xmlwrap($data); } } // Lets notify to download // $data['download'] = 1; $data['sel_plugin'] = 1; softaculous_pro_ajax_output_xmlwrap($data); } function softaculous_pro_ajax_selected_plugin (){ check_ajax_referer('softaculous_pro_ajax', 'softaculous_pro_nonce'); if ( ! current_user_can( 'edit_posts' ) ) { wp_send_json_error(); } $results = array(); $options = get_option('softaculous_pro_setup_info'); $sel_features = $options['features']; if(!empty($sel_features)){ $feature_list = spro_get_features_list(); foreach($feature_list as $slug => $features){ if (in_array($slug, $sel_features)) { foreach($features['plugin'] as $plugin_slug => $plugin_data){ $res = spro_install_required_plugin($plugin_slug, $plugin_data); $results[] = array( 'plugin_slug' => $plugin_slug, 'status' => $res, ); } } } foreach ($results as $item) { if (isset($item['status']['error'])) { $data['failed_plugin'][$item['plugin_slug']] = $item['status']['error']; } } $data['download'] = 1; softaculous_pro_ajax_output($data); } } // Download template function softaculous_pro_ajax_download_template(){ global $softaculous_pro; // Some AJAX security check_ajax_referer('softaculous_pro_ajax', 'softaculous_pro_nonce'); $slug = softaculous_pro_optPOST('theme'); // Do the download $data = softaculous_pro_download_template($slug); // Any error ? if(!empty($data['error'])){ softaculous_pro_ajax_output($data); } // Lets import then $data['import'] = 1; softaculous_pro_ajax_output($data); } // Import template function softaculous_pro_ajax_import_template(){ global $softaculous_pro, $pl_error; // Some AJAX security check_ajax_referer('softaculous_pro_ajax', 'softaculous_pro_nonce'); $slug = softaculous_pro_optPOST('theme'); $to_import = softaculous_pro_optPOST('to_import'); $_POST['set_home_page'] = 1; if(!empty($to_import)){ $to_import[] = 'blog'; $items = ['page' => $to_import]; }else{ $items = []; } // Import the template $data = softaculous_pro_import_template($slug, $items); softaculous_pro_ajax_output($data); } function softaculous_pro_save_setup_info(){ // Some AJAX security check_ajax_referer('softaculous_pro_ajax', 'softaculous_pro_nonce'); $step = $_POST['step']; $post_data = wp_unslash($_POST['data']); $setup_info = get_option('softaculous_pro_setup_info'); $setup_info = !empty($setup_info) ? $setup_info : array(); if($step === 'type' && !empty($post_data) ){ $setup_info['type'] = strtolower(str_replace(" ", "", $post_data)); } if($step === 'title' && !empty($post_data)){ update_option('blogname', $post_data); } if($step === 'features' && !empty($post_data)){ $setup_info['features'] = $post_data; } $steps = array( 'type', 'title', 'features', 'import'); update_option('softaculous_pro_setup_info', $setup_info); } function softaculous_pro_get_options(){ check_ajax_referer('softaculous_pro_ajax', 'softaculous_pro_nonce'); $options = get_option('softaculous_pro_setup_info'); wp_send_json($options); } function spro_install_required_plugin($slug, $plugin, $pro = 0){ require_once ABSPATH . 'wp-admin/includes/plugin.php'; require_once ABSPATH . 'wp-admin/includes/update.php'; include_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; include_once ABSPATH . 'wp-admin/includes/plugin-install.php'; $res = array(); try{ if ( file_exists( WP_PLUGIN_DIR . '/' . $plugin['plugin_init'] ) && is_plugin_inactive( $plugin['plugin_init'] ) ) { activate_plugin($plugin['plugin_init']); $res['success'] = __("Plugin activated successfully.", 'softaculous-pro'); } elseif ( ! file_exists( WP_PLUGIN_DIR . '/' . $plugin['plugin_init'] ) ){ if (!empty($plugin['requires_php']) && version_compare(PHP_VERSION, $plugin['requires_php'], '<')) { throw new Exception(sprintf(__('Plugin installation failed. %1$s requires PHP version %2$s or higher. Your PHP version is %3$s.', 'softaculous-pro'), $plugin['plugin_name'], $plugin->requires_php, PHP_VERSION )); } if(!empty($plugin['plugin_download_url'])){ $download_url = $plugin['plugin_download_url']; }else{ $api = plugins_api( 'plugin_information', array( 'slug' => sanitize_key( wp_unslash( $slug ) ), 'fields' => array( 'sections' => false, ), ) ); $download_url = $api->download_link; } $skin = new WP_Ajax_Upgrader_Skin(); $upgrader = new Plugin_Upgrader( $skin ); $result = $upgrader->install($download_url); if ( is_wp_error($result) ) { throw new Exception(sprintf(__("Plugin installation failed. %1$s", 'softaculous-pro'), $result->get_error_message())); } elseif ( is_wp_error( $skin->result ) ) { throw new Exception(sprintf(__("Plugin installation failed. %1$s", 'softaculous-pro'), $skin->result->get_error_message())); } elseif ( $skin->get_errors()->has_errors() ) { throw new Exception(sprintf(__("Plugin installation failed. %1$s", 'softaculous-pro'), $skin->get_error_messages())); } else { activate_plugin($plugin['plugin_init']); $res['success'] = __("Plugin installed and activated successfully.", 'softaculous-pro'); } }else{ $res['success'] = __("Plugin already installed.", 'softaculous-pro'); } } catch( Exception $e){ $res['error'] = $e->getMessage(); } // Do we need to install the pro plugin as well ? if(empty($pro)){ if(!empty($plugin['pro']) && !empty($plugin['plugin_download_url_pro'])){ $plugin['plugin_download_url'] = softaculous_pro_add_params($plugin['plugin_download_url_pro']); $plugin['plugin_init'] = $plugin['plugin_init_pro']; $res['pro'] = spro_install_required_plugin($slug, $plugin, 1); } } return $res; } function spro_install_required_theme($slug, $theme = array()){ $res = []; try { // Check if user is an admin and has appropriate permissions if(!current_user_can('install_themes')){ throw new Exception(__("You do not have enough permissions to install theme", 'softaculous-pro')); return []; } if(!empty($theme['theme_download_url'])){ $download_url = $theme['theme_download_url']; }else{ $api = themes_api( 'theme_information', array( 'slug' => sanitize_key( wp_unslash( $slug ) ), 'fields' => array( 'sections' => false, 'downloadlink' => true, ), ) ); $download_url = $api->download_link; } $theme_name = $slug; if(wp_get_theme($theme_name)->exists()){ // Activate the theme switch_theme($theme_name); $res['success'] = __("Theme activated successfully.", 'softaculous-pro'); return $res; } // Use WP Filesystem API to manage theme installation if(!function_exists('WP_Filesystem')){ require_once(ABSPATH . 'wp-admin/includes/file.php'); } // Check if FTP is required ob_start(); $credentials = request_filesystem_credentials(''); ob_end_clean(); if(false === $credentials || !WP_Filesystem($credentials)){ $res['error'] = __('The filesystem could not write files to the server!', 'softaculous-pro'); return $res; } global $wp_filesystem; // The directory where themes are installed $theme_dir = $wp_filesystem->wp_themes_dir(); // Download the theme zip file $theme_zip = download_url($download_url); // Check for errors during download if(is_wp_error($theme_zip)){ throw new Exception(sprintf(__('Error downloading theme: %1$s', 'softaculous-pro'), $theme_zip->get_error_message())); } // Unzip the downloaded theme file $unzip_result = unzip_file($theme_zip, $theme_dir); // Check for errors during unzip if(is_wp_error($unzip_result)){ throw new Exception(sprintf(__('Error unzipping theme: ', 'softaculous-pro'), $unzip_result->get_error_message())); } // Delete the temporary zip file unlink($theme_zip); // Activate the theme after installation switch_theme($theme_name); }catch(\Exception $e){ $res['error'] = __('Theme installation failed ', 'softaculous-pro') . $e->getMessage(); return $res; } $res['success'] = __("Theme installed and activated successfully.", 'softaculous-pro'); return $res; } // This is to replace the image variables for the template URL function softaculous_pro_pagelayer_start_insert_content($post){ $url = popularfx_templates_dir_url().'/'.$GLOBALS['softaculous_pro_template_import_slug'].'/'; $replacers['{{theme_url}}/images/'] = $url.'images/'; $replacers['{{theme_url}}'] = $url; $replacers['{{theme_images}}'] = $url.'images/'; $replacers['{{themes_dir}}'] = dirname(get_stylesheet_directory_uri()); foreach($replacers as $key => $val){ $post['post_content'] = str_replace($key, $val, $post['post_content']); } return $post; } if(!function_exists('softaculous_pro_templates')){ // The Templates Page function softaculous_pro_templates(){ global $softaculous_pro, $pl_error, $spro_setup_info; $softaculous_pro['templates'] = softaculous_pro_get_templates_list(); $spro_setup_info = get_option('softaculous_pro_setup_info'); if(isset($_REQUEST['install'])){ check_admin_referer('softaculous-pro-template'); } // Is there a license key ? if(isset($_POST['install'])){ $done = 1; } softaculous_pro_templates_T(); } // The License Page - THEME function softaculous_pro_templates_T(){ global $softaculous_pro, $pagelayer, $pl_error, $spro_setup_info; // Any errors ? if(!empty($pl_error)){ pagelayer_report_error($pl_error);echo '
    '; } ?>





       


    Note : We strongly recommend you change all images and media. We try our best to use images which are copyright free or are allowed under their licensing. However, we take no responsibilities for the same and recommend you change all media and images !', 'softaculous-pro'); ?>

    '.esc_html($softaculous_pro_error).'

    '; } if(!empty($softaculous_pro_msg)){ echo '

    '.esc_html($softaculous_pro_msg).'

    '; } echo '
    '.__('Tours', 'softaculous-pro').'
       '.__('Assistant', 'softaculous-pro').'
       '.__('WordPress Sidebar', 'softaculous-pro').'
       '.__('WordPress admin Dashboard', 'softaculous-pro').'
       '.__('Plugins Management', 'softaculous-pro').'
       '.__('Themes Management', 'softaculous-pro').'
       '.__('Pages Management', 'softaculous-pro').'
       '.__('Posts Management', 'softaculous-pro').'
       '.__('Users Management', 'softaculous-pro').'
    '.__('Recommended Features', 'softaculous-pro').'
    '.__('Show More', 'softaculous-pro').'
    '; foreach($spro_features as $feature => $info){ foreach($info['plugin'] as $data){ if(empty($data['featured'])) continue; $i_pending = $a_pending = 0; if(!empty($data['plugin_init'])){ if(empty($installed_plugins[$data['plugin_init']])){ $i_pending = 1; }elseif(!is_plugin_active($data['plugin_init'])){ $a_pending = 1; } } if(!empty($data['plugin_init_pro'])){ if(empty($installed_plugins[$data['plugin_init_pro']])){ $i_pending = 1; }elseif(!is_plugin_active($data['plugin_init_pro'])){ $a_pending = 1; } } echo '
    '.$info['name'].'
    '.$info['info'].'
    '; if(!empty($i_pending)){ echo ''; }elseif(!empty($a_pending)){ echo ''; }else{ echo ' '.__('Active', 'softaculous-pro').''; } echo '
    '; } } echo '
    '.__('Settings', 'softaculous-pro').'
    '.__('AI', 'softaculous-pro'). (!empty($ai_tokens) ? ' '.($ai_tokens['remaining_tokens'] < 0 ? 0 : esc_html(number_format((int)$ai_tokens['remaining_tokens']))).' tokens remaining' : ''). ''.__('Buy AI Tokens', 'softaculous-pro').'
    '; softaculous_pro_footer(); } function softaculous_pro_header($is_home = 1){ global $softaculous_pro; echo '
    '; softaculous_pro_license_notice(); } function softaculous_pro_footer(){ global $softaculous_pro; echo '
    '; if(!empty($softaculous_pro['branding']['default_hf_bg'])){ echo ' '; } if(!empty($softaculous_pro['branding']['default_hf_text'])){ echo ' '; } } function softaculous_pro_assistant(){ global $softaculous_pro_error, $softaculous_pro_msg, $spro_tour_status, $spro_tours, $spro_tour_content, $spro_load_tour; $spro_load_tour = softaculous_pro_can_enqueue_assets(); if(empty($spro_load_tour)){ return true; } include_once(SOFTACULOUS_PRO_PLUGIN_PATH.'main/intros.php'); if(empty($spro_tour_content[$spro_load_tour])){ return true; } return softaculous_pro_assistant_theme(); } function softaculous_pro_assistant_theme(){ global $softaculous_pro_error, $softaculous_pro_msg, $spro_tour_status, $spro_tours, $spro_tour_content, $spro_load_tour; echo ' '; } function softaculous_pro_wp_ajax(){ global $spro_tours, $spro_manage_features; if(!current_user_can('manage_options') || !isset($_POST['softaculous_pro_security']) || !wp_verify_nonce(sanitize_text_field(wp_unslash($_POST['softaculous_pro_security'])), 'softaculous_pro_js_nonce')){ wp_send_json_error('Security Check Failed!'); } if(isset($_REQUEST['tour_done'])){ $user_id = get_current_user_id(); $meta_key = 'spro_tour_status'; $spro_tour_status = get_user_meta($user_id, $meta_key, true); if(empty($spro_tour_status)){ $spro_tour_status = array(); } $tour_done = softaculous_pro_optREQ('tour_done'); if(!empty($spro_tours[$tour_done])){ $spro_tour_status[$tour_done]['done'] = 1; update_user_meta($user_id, $meta_key, $spro_tour_status); } } if(isset($_REQUEST['softaculous_pro_update_option'])){ $softaculous_pro_settings = get_option('softaculous_pro_settings', array()); $option_name = softaculous_pro_optREQ('option_name'); $option_value = softaculous_pro_optREQ('option_value'); // Setting up the trainsiet to delete the history if($option_name === 'ai_history_duration' && $option_value > 1){ wp_schedule_event(time(), 'daily', 'softaculous_pro_ai_history_cron'); } else if(($option_name === 'disable_ai' && empty($option_value)) || ($option_name === 'ai_history_duration')){ wp_clear_scheduled_hook('softaculous_pro_ai_history_cron'); } $softaculous_pro_settings[$option_name] = $option_value; update_option('softaculous_pro_settings', $softaculous_pro_settings); } if(isset($_REQUEST['softaculous_pro_onboarding_notice_dismiss'])){ update_option('softaculous_pro_onboarding_notice_dismiss', time()); } if(isset($_REQUEST['softaculous_pro_ai_notice_dismiss'])){ update_option('softaculous_pro_ai_notice_dismiss', time()); } if(isset($_REQUEST['softaculous_pro_install_plugin']) && current_user_can('install_plugins')){ include_once(SOFTACULOUS_PRO_PLUGIN_PATH.'main/onboarding.php'); $spro_manage_features = spro_get_features_list(); $ftp_form_url = wp_nonce_url(admin_url('admin-ajax.php'), 'filesystem-ajax-nonce'); ob_start(); // Check if FTP is required $have_credentials = request_filesystem_credentials($ftp_form_url); if(false === $have_credentials){ $form_html = ob_get_clean(); $ftp_modal = '
    '; wp_send_json_error(['form' => $ftp_modal]); } ob_end_clean(); // Just in case there was any output till now it will be cleaned. $install_plugin = softaculous_pro_optREQ('plugin'); foreach($spro_manage_features as $feature => $info){ if(!empty($info['plugin'][$install_plugin])){ spro_install_required_plugin($install_plugin, $info['plugin'][$install_plugin]); break; } } } } main/disable-comments.php000064400000002752147577723070011460 0ustar00 __("Assistant", "softaculous-pro"), "intro" => __("Assistant adds AI to your site building process and lets you create content with just a few clicks (look for the AI option while editing your posts/pages).

    Assistant also helps you with several aspects of building and maintaning your WordPress website.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['assistant']['#spro-tours'] = array( "title" => __("Tours", "softaculous-pro"), "intro" => __("Tours highlights and explains important options in WordPress that you will need while managing your site.

    You can replay the tours when needed.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['assistant']['#spro-features'] = array( "title" => __("Recommended Features", "softaculous-pro"), "intro" => __("A recommended list of plugins to improve performace and extend functionalties for your site.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['assistant']['#spro-quick-links'] = array( "title" => __("Quick Links", "softaculous-pro"), "intro" => __("Here you will find important links compiled in a single section which can sometimes be difficult to find in WordPress.", "softaculous-pro"), "position" => "left", ); $spro_tour_content['assistant']['#spro-settings'] = array( "title" => __("Settings", "softaculous-pro"), "intro" => __("We have simplified complex WordPress settings that you can now manage with just a click via the Assistant.", "softaculous-pro"), "position" => "left", ); $spro_tour_content['assistant']['#spro-ai'] = array( "title" => __("AI", "softaculous-pro"), "intro" => __("Experience hassle-free site building with inbuilt AI in Assistant.", "softaculous-pro"), "position" => "left", ); $spro_tour_content['assistant']['#toplevel_page_assistant'] = array( "title" => __("Your Assistant", "softaculous-pro"), "intro" => __("Assistant resides here, when you are unable to find something or having a hard time understanding a feature in WordPress we should be able to help you.

    Visit this page anytime.", "softaculous-pro"), "position" => "right", ); /////////////////////////////////// // WordPress Sidebar /////////////////////////////////// $spro_tour_content['sidebar']['#toplevel_page_assistant'] = array( "title" => __("Your Assistant", "softaculous-pro"), "intro" => __("Assistant resides here, when you are unable to find something or having a hard time understanding a feature in WordPress we should be able to help you.

    Visit this page anytime.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['sidebar']['#wp-admin-bar-view-site'] = array( "title" => __("Preview Site", "softaculous-pro"), "intro" => __("You can use this link to preview your site as a visitor.", "softaculous-pro"), "position" => "right", "hover" => "true", "hover_selector" => "#wp-admin-bar-site-name", ); $spro_tour_content['sidebar']['#menu-dashboard'] = array( "title" => __("Dashboard", "softaculous-pro"), "intro" => __("The Dashboard is your website's command center, providing a concise summary of its activity, such as site health, recent updates, comments, and statistics.

    Several plugins also display quick summary like orders, products, etc within the dashboard.

    You can also check for Updates from the sub-menu.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['sidebar']['#menu-posts'] = array( "title" => __("Posts", "softaculous-pro"), "intro" => __("Manage your blog posts here.

    Posts are typically utilized for blog posts, news updates, or articles, organized in a chronological order.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['sidebar']['#menu-media'] = array( "title" => __("Media Library", "softaculous-pro"), "intro" => __("Manage media files like images, audio, videos, etc. here.

    Media uploaded from anywhere on your site can be managed here.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['sidebar']['#menu-pages'] = array( "title" => __("Pages", "softaculous-pro"), "intro" => __("Pages are static content sections such as Home, About Us, Contact, Services, etc.

    Use this menu to add, edit, delete your pages.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['sidebar']['#menu-comments'] = array( "title" => __("Comments", "softaculous-pro"), "intro" => __("Here you can moderate comments posted by visitors on your posts.

    You can one click disable comments for your entire site from the Assistant dashboard.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['sidebar']['#menu-appearance'] = array( "title" => __("Appearance", "softaculous-pro"), "intro" => __("Personalize your site's appearance effortlessly.

    Explore themes, customize headers, background, colors, manage widgets and menus to customize your site's look and feel.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['sidebar']['#menu-plugins'] = array( "title" => __("Plugins", "softaculous-pro"), "intro" => __("Unlock endless possibilities for your website with plugins.

    Easily search, add or delete plugins to enhance your site's functionality.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['sidebar']['#menu-users'] = array( "title" => __("Users", "softaculous-pro"), "intro" => __("Add or manage users to ensure smooth operation and collaboration.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['sidebar']['#menu-tools'] = array( "title" => __("Tools", "softaculous-pro"), "intro" => __("Import/Export site data, check site health or edit plugin/theme files from the Tools menu.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['sidebar']['#menu-settings'] = array( "title" => __("Settings", "softaculous-pro"), "intro" => __("Advanced settings for your site can be managed here.

    These settings include site title, tagline, site url, writing, reading, discussion, media, permalinks and more.

    Some plugins also add their settings page in this menu.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['sidebar']['#collapse-menu'] = array( "title" => __("Toggle Menu", "softaculous-pro"), "intro" => __("Expand or Collapse the sidebar menu using this option.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['sidebar']['#wp-admin-bar-user-info'] = array( "title" => __("Edit Profile", "softaculous-pro"), "intro" => __("Here you can edit your profile information like name, email, password, bio, profile picture and more.", "softaculous-pro"), "position" => "left", "hover" => "true", "hover_selector" => "#wp-admin-bar-my-account", ); $spro_tour_content['sidebar']['#wp-admin-bar-logout'] = array( "title" => __("Log Out", "softaculous-pro"), "intro" => __("Use this link to securely log out from your site.", "softaculous-pro"), "position" => "left", "hover" => "true", "hover_selector" => "#wp-admin-bar-my-account", ); //////////////////////////// // Plugins Page //////////////////////////// $spro_tour_content['plugins']['#menu-plugins'] = array( "title" => __("Plugins", "softaculous-pro"), "intro" => __("Click here to add or manage plugins on your site.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['plugins']['.page-title-action'] = array( "title" => __("Add New Plugin", "softaculous-pro"), "intro" => __("Here you can search wordpress.org plugins library or upload a custom plugin file to install a new plugin on your site.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['plugins']['tr[data-plugin]'] = array( "title" => __("Installed Plugins List", "softaculous-pro"), "intro" => __("All your installed plugins active as well as inactive will be listed here.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['plugins']['td.plugin-title'] = array( "title" => __("Plugin Actions", "softaculous-pro"), "intro" => __("You can perform actions for your plugins like Activate, Deactivate, Update, Delete, Plugin Settings and more..

    It is recommended to delete plugins that you do not plan to use and keep all your plugins up to date.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['plugins']['#bulk-action-selector-top'] = array( "title" => __("Bulk Actions", "softaculous-pro"), "intro" => __("Choose bulk action for selected plugins: Activate, Deactivate, Update, Delete, toggle auto updates and more", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['plugins']['.subsubsub'] = array( "title" => __("Filter Installed Plugins", "softaculous-pro"), "intro" => __("Filter your installed plugins list with Active, Inactive, Auto Updates Enabled or Disabled options", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['plugins']['#plugin-search-input'] = array( "title" => __("Search Installed Plugins", "softaculous-pro"), "intro" => __("Search a plugin from the installed plugins list.", "softaculous-pro"), "position" => "bottom", ); //////////////////////////// // Themes Page //////////////////////////// $spro_tour_content['themes']['#menu-appearance'] = array( "title" => __("Themes", "softaculous-pro"), "intro" => __("Click here to add or manage themes on your site.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['themes']['.page-title-action'] = array( "title" => __("Add New Theme", "softaculous-pro"), "intro" => __("Here you can search wordpress.org themes library or upload a custom theme file to install a new theme on your site.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['themes']['.theme-browser'] = array( "title" => __("Installed Themes List", "softaculous-pro"), "intro" => __("All your installed themes active as well as inactive will be listed here.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['themes']['.theme.active[data-slug]'] = array( "title" => __("Active Theme", "softaculous-pro"), "intro" => __("Your active theme will be listed here.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['themes']['.theme-actions'] = array( "title" => __("Theme Actions", "softaculous-pro"), "intro" => __("You can perform actions for your theme like Activate, Live Preview, Customize and more

    It is recommended to delete themes that you do not plan to use and keep all your themes up to date.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['themes']['.search-box'] = array( "title" => __("Search Installed Themes", "softaculous-pro"), "intro" => __("Search a theme from the installed themes list.", "softaculous-pro"), "position" => "bottom", ); //////////////////////////// // WordPress Dashboard Page //////////////////////////// $spro_tour_content['dashboard']['#menu-dashboard'] = array( "title" => __("Dashboard", "softaculous-pro"), "intro" => __("The Dashboard is your website's command center, providing a concise summary of its activity, such as site health, recent updates, comments, and statistics.

    Several plugins also display quick summary like orders, products, etc within the dashboard.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['dashboard']['#dashboard_site_health'] = array( "title" => __("Site Health", "softaculous-pro"), "intro" => __("Here you can get insights on the overall performance and security of your website.

    It offers recommendations and troubleshooting tools to help you maintain an efficient and secure site.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['dashboard']['#dashboard_right_now'] = array( "title" => __("Info at a Glance", "softaculous-pro"), "intro" => __("Here you will get the number of posts, pages, comments, current version of WordPress and theme that you are running.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['dashboard']['#dashboard_activity'] = array( "title" => __("Activity", "softaculous-pro"), "intro" => __("Here you will get a quick summary of recent activity like published posts and comments received on your site.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['dashboard']['#dashboard_quick_press'] = array( "title" => __("Quick Draft", "softaculous-pro"), "intro" => __("Use this section for capturing ideas as they come to you, quickly jot down the ideas for new posts.

    You can later access these drafts from the Posts section and continue editing them in the full post editor.", "softaculous-pro"), "position" => "left", ); $spro_tour_content['dashboard']['#dashboard_primary'] = array( "title" => __("Events and News", "softaculous-pro"), "intro" => __("This widget is a valuable resource for staying informed about the latest happenings in the WordPress community and connecting with other WordPress enthusiasts.

    Here you will find updates on new releases, upcoming features, security updates, and general news about the WordPress community.

    This section also shows upcoming WordPress events such as WordCamps, local meetups, and other community gatherings.", "softaculous-pro"), "position" => "left", ); $spro_tour_content['dashboard']['#screen-options-link-wrap'] = array( "title" => __("Screen Options", "softaculous-pro"), "intro" => __("This useful feature allows you to select the screen elements that you would like to show or hide by using the checkboxes.

    You will find this option on several pages across your site.", "softaculous-pro"), "position" => "bottom", ); //////////////////////////// // Users Page //////////////////////////// $spro_tour_content['users']['#menu-users'] = array( "title" => __("Users", "softaculous-pro"), "intro" => __("Click here to add or manage users on your site.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['users']['.page-title-action'] = array( "title" => __("Add New User", "softaculous-pro"), "intro" => __("Add a new user for your site. You can enter user details, password, role, etc.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['users']['tbody > tr'] = array( "title" => __("Users List", "softaculous-pro"), "intro" => __("All your users with admin role as well as other roles will be listed here.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['users']['tbody > tr > td'] = array( "title" => __("Edit User", "softaculous-pro"), "intro" => __("You can edit the user information, change password, change role and much more with the Edit link here.", "softaculous-pro"), "position" => "bottom", "hover" => "true", "hover_selector" => ".row-actions", "hover_class" => "visible", ); $spro_tour_content['users']['#bulk-action-selector-top'] = array( "title" => __("Bulk Actions", "softaculous-pro"), "intro" => __("Choose bulk action for selected users: Delete or send password reset link", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['users']['#new_role'] = array( "title" => __("Change Role", "softaculous-pro"), "intro" => __("Here you can bulk change role for the selected users", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['users']['.subsubsub'] = array( "title" => __("Filter Users", "softaculous-pro"), "intro" => __("Filter your users list with their roles", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['users']['.search-box'] = array( "title" => __("Search Users", "softaculous-pro"), "intro" => __("Search a user from the users list.", "softaculous-pro"), "position" => "bottom", ); //////////////////////////// // Posts Page //////////////////////////// $spro_tour_content['posts']['#menu-posts'] = array( "title" => __("Posts", "softaculous-pro"), "intro" => __("Click here to add or manage blog posts on your site.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['posts']['.page-title-action'] = array( "title" => __("Add New Post", "softaculous-pro"), "intro" => __("Start writing a new blog post for your site.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['posts']['tbody > tr'] = array( "title" => __("Posts List", "softaculous-pro"), "intro" => __("All the posts owned by all the users on your site will be listed here.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['posts']['tbody > tr > td'] = array( "title" => __("Manage Post", "softaculous-pro"), "intro" => __("You can view, edit or delete the posts with the links here.", "softaculous-pro"), "position" => "bottom", "hover" => "true", "hover_selector" => ".row-actions", "hover_class" => "visible" ); $spro_tour_content['posts']['#bulk-action-selector-top'] = array( "title" => __("Bulk Actions", "softaculous-pro"), "intro" => __("Choose bulk action for selected posts: Quick Edit or Move to Trash.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['posts']['#filter-by-date'] = array( "title" => __("Filter Posts by Date", "softaculous-pro"), "intro" => __("Here you can filter the posts by date.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['posts']['#cat'] = array( "title" => __("Filter Posts by Category", "softaculous-pro"), "intro" => __("Here you can filter the posts by category.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['posts']['.subsubsub'] = array( "title" => __("Filter Posts", "softaculous-pro"), "intro" => __("Filter your posts list by their status like published, drafts, trash, etc.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['posts']['.search-box'] = array( "title" => __("Search Posts", "softaculous-pro"), "intro" => __("Search a post from the posts list.", "softaculous-pro"), "position" => "bottom", ); //////////////////////////// // Pages Page //////////////////////////// $spro_tour_content['pages']['#menu-pages'] = array( "title" => __("Pages", "softaculous-pro"), "intro" => __("Click here to add or manage pages on your site.", "softaculous-pro"), "position" => "right", ); $spro_tour_content['pages']['.page-title-action'] = array( "title" => __("Add New Page", "softaculous-pro"), "intro" => __("Start creating a new page for your site.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['pages']['tbody > tr'] = array( "title" => __("Pages List", "softaculous-pro"), "intro" => __("All the pages on your site will be listed here.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['pages']['tbody > tr > td'] = array( "title" => __("Manage Page", "softaculous-pro"), "intro" => __("You can view, edit or delete the pages with the links here.", "softaculous-pro"), "position" => "bottom", "hover" => "true", "hover_selector" => ".row-actions", "hover_class" => "visible" ); $spro_tour_content['pages']['#bulk-action-selector-top'] = array( "title" => __("Bulk Actions", "softaculous-pro"), "intro" => __("Choose bulk action for selected pages: Quick Edit or Move to Trash.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['pages']['#filter-by-date'] = array( "title" => __("Filter Pages by Date", "softaculous-pro"), "intro" => __("Here you can filter the pages by date.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['pages']['.subsubsub'] = array( "title" => __("Filter Pages", "softaculous-pro"), "intro" => __("Filter your pages list by their status like published, drafts, trash, etc.", "softaculous-pro"), "position" => "bottom", ); $spro_tour_content['pages']['.search-box'] = array( "title" => __("Search Pages", "softaculous-pro"), "intro" => __("Search a page from the pages list.", "softaculous-pro"), "position" => "bottom", ); LICENSE000064400000063635147577723070005611 0ustar00 GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) The modified work must itself be a software library. b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. This option is useful when you wish to copy part of the code of the Library into a program that is not a library. 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Libraries If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the library `Frob' (a library for tweaking knobs) written by James Random Hacker. , 1 April 1990 Ty Coon, President of Vice That's all there is to it!index.php000064400000000041147577723070006402 0ustar00 * * You can view the LICENSE file that was distributed with this source code * for copywright and license information. */ if(!defined('ABSPATH')){ die('HACKING ATTEMPT!'); } if(defined('SOFTACULOUS_PRO_VERSION')) { return; } define('SOFTACULOUS_PRO_FILE', __FILE__); define('SOFTACULOUS_PRO_DIR', dirname(__FILE__)); define('SOFTACULOUS_PRO_VERSION', '2.2.0'); define('SOFTACULOUS_PRO_BASE', 'softaculous-pro/softaculous-pro.php'); define('SOFTACULOUS_PRO_PLUGIN_URL', plugin_dir_url(__FILE__)); define('SOFTACULOUS_PRO_PLUGIN_PATH', plugin_dir_path(__FILE__)); define('SOFTACULOUS_PRO_WWW_URL', 'https://www.softaculous.com/'); define('SOFTACULOUS_PRO_AI_API', 'https://s2.softaculous.com/a/softai/ai.php'); define('SOFTACULOUS_PRO_URL', 'https://www.softaculous.com/'); define('SOFTACULOUS_PRO_PFX_API', 'https://a.softaculous.com/popularfx/'); define('SOFTACULOUS_PRO_PAGELAYER_API', 'https://api.pagelayer.com/'); define('SOFTACULOUS_PRO_BUY', 'https://www.softaculous.com/clients?ca=softwp_buy'); define('SOFTACULOUS_PRO_AI_BUY', 'https://www.softaculous.com/clients?ca=softai_buy'); function softaculous_pro_autoloader($class){ if(!preg_match('/^SoftWP\\\(.*)/is', $class, $m)){ return; } $m[1] = str_replace('\\', '/', $m[1]); if(strpos($class, 'SoftWP\lib') === 0){ if(file_exists(SOFTACULOUS_PRO_DIR.'/'.$m[1].'.php')){ include_once(SOFTACULOUS_PRO_DIR.'/'.$m[1].'.php'); } } // For Pro if(file_exists(SOFTACULOUS_PRO_DIR.'/main/'.strtolower($m[1]).'.php')){ include_once(SOFTACULOUS_PRO_DIR.'/main/'.strtolower($m[1]).'.php'); } } spl_autoload_register(__NAMESPACE__.'\softaculous_pro_autoloader'); if(!class_exists('SoftWP')){ #[\AllowDynamicProperties] class SoftWP{ } } include_once SOFTACULOUS_PRO_PLUGIN_PATH . 'main/functions.php'; // Activation Hook register_activation_hook(__FILE__, 'softaculous_pro_activation_hook'); // De-activation Hook register_deactivation_hook(__FILE__, 'softaculous_pro_deactivation_hook'); // Uninstall hook register_uninstall_hook(__FILE__, 'softaculous_pro_uninstall_hook'); add_action('plugins_loaded', 'softaculous_pro_load_plugin'); //we need to load textdomain for language translation function softaculous_pro_load_textdomain() { load_plugin_textdomain( 'softaculous-pro', false, dirname(plugin_basename( __FILE__ ) ) . '/languages/'); } add_action( 'plugins_loaded', 'softaculous_pro_load_textdomain' );readme.txt000064400000010157147577723070006571 0ustar00=== SoftWP === Contributors: softaculous, pagelayer Tags: onboarding, assistant, tours, ai, disable comments, quick links, backups, cache, seo, smtp, filemanager, bruteforce, theme, template, pagebuilder Requires at least: 4.4 Tested up to: 6.7.1 Requires PHP: 5.6 Stable tag: 2.2.0 License: LGPL v2.1 License URI: http://www.gnu.org/licenses/lgpl-2.1.html SoftWP helps users get familiar with WordPress and build a functional website with a seamless onboarding process and Softaculous AI to help build content. Softaculous also offers an assistant which provides tour of essential aspects of WordPress for the user to understand the functionality. == Description == SoftWP helps users get familiar with WordPress and build a functional website with a seamless onboarding process and Softaculous AI to help build content. Softaculous also offers an assistant which provides tour of essential aspects of WordPress for the user to understand the functionality. Key Features: * Onboarding: A quick onboarding process which allows users to choose the purpose of creating a website and based on the same choose plugins to add the required functionality and finally choose a design from hundreds of options. * Assistant: An assistant which helps users understand WordPress and its features with the help of tours and quick links of important pages in WordPress admin for easy access. * Disable Comments: Don't need comments ? Disable the comments feature completely with just a click. * Softaculous AI: A helpful writing assistant to help you write better content[currently supports Gutenberg]. * Themes: PopularFX Pro included with hundreds of professional templates for categories like Business, Sports, Software, Restaurants, Music, Tech, Education and much more. * Drag & Drop Editor: Pagelayer Pro included with sections & widgets like Row, Column, Title, Rich Text, Images, Video, Grid Gallery, Accordian, Embed and many more. The widgets are compatible with Gutenberg as well. * Backups: Backuply Pro included with Secure Cloud backups, One-Click Restore, Easy Migrations and much more. * Limit Login Attempts: Loginizer Pro included with BruteForce Protection, reCaptcha, Two Factor Authentication, Black/Whitelist IP and much more. * Cache: Speedycache Pro included which reduces page load time improving User Experience and boosting your Google PageSpeed ranking. * SEO: SiteSEO Pro included which boosts your website's search ranking. It's lightweight, optimized, and delivers exceptional performance. * SMTP Mailer: GoSMTP Pro included for better delivery of outgoing emails with the help of SMTP Mailer. * File Manager: FileOrganizer Pro included with an easy to use drag & drop file manager for your WordPress files. It includes multiple operations like edit, delete, upload, rename, copy, paste, download, zip etc. * Image Editor: Edit any uploaded images using PhotoPea. Should you have any suggestions to improve Softaculous, want to see some related features in Softaculous or if you have any queries, you can open a ticket with us at https://softaculous.deskuss.com/open.php == Installation == 1. Upload the plugin folder to your /wp-content/plugins/ folder 2. Activate the plugin through the "Plugins" menu in WordPress 3. It's Done! You can now start exploring. Look for Assistant option in the left menu. == Changelog == = 2.2.0 = * Added Languages support * Added Spanish language pack. More languages coming soon. * Do not Show Expiry date if License is issued via Softaculous * Improved Buy AI Tokens process = 2.1.9 = * The AI Promo Notice will be shown only in the Assistant Dashboard. = 2.1.8 = * Fixed a typo = 2.1.7 = * There was an issue loading AI in WordPress version 6.5 or lower that has been fixed. = 2.1.6 = * Softaculous AI to help you write better content, currently supports Gutenberg editor. * Edit images with Photopea, you can now edit any image uploaded to your site using PhotoPea. = 2.1.5 = * Compatibility fixes = 2.1.4 = * Improved licensing code = 2.1.3 = * Fix for installing plugins using FTP credentials on servers running as nobody user * Better rendering of screenshots using mirror servers = 2.1.2 = * Initial public release.