Merge branch 'godwin_refactor'

This commit is contained in:
Godwin 2015-08-21 19:56:40 -07:00
commit 24987accc9
981 changed files with 183223 additions and 12895 deletions

35
Gemfile
View File

@ -1,17 +1,16 @@
source 'http://rubygems.org' source 'http://rubygems.org'
#ruby '2.0.0' gem 'rails', '4.2.0'
gem 'rails', '4.0.0'
gem 'pg' gem 'pg'
gem 'haml' gem 'haml'
gem 'jquery-rails' gem 'jquery-rails'
gem 'jquery-ui-rails' gem 'jquery-ui-rails'
gem 'coffee-rails', '~> 4.0.0' gem 'coffee-rails', '~> 4.0.0'
gem 'i18n-active_record', gem 'lingua_franca', :git => 'git://github.com/lingua-franca/lingua_franca.git'
:git => 'git://github.com/svenfuchs/i18n-active_record.git', gem 'tzinfo-data'
:require => 'i18n/active_record' gem 'sass'#, '~> 3.4.13'
gem 'sass-rails', '~> 4.0.0' gem 'sass-rails'#, :git => 'git://github.com/rails/sass-rails.git', :tag => 'v4.0.5'
gem "compass-rails", "~> 1.1.3" gem 'bumbleberry', :git => 'git://github.com/bumbleberry/bumbleberry.git'
gem 'foundation-rails' gem 'foundation-rails'
gem 'uglifier', '>= 1.3.0' gem 'uglifier', '>= 1.3.0'
gem 'sorcery', '>= 0.8.1' gem 'sorcery', '>= 0.8.1'
@ -19,19 +18,21 @@ gem 'oauth2', '~> 0.8.0'
gem 'carrierwave' gem 'carrierwave'
gem 'carrierwave-imageoptimizer' gem 'carrierwave-imageoptimizer'
gem 'mini_magick' gem 'mini_magick'
gem 'carmen', :path => '../carmen/' if File.directory?('../carmen/') && RbConfig::CONFIG['target_os'] =~ /mswin|mingw|cygwin/i
gem 'carmen-rails'
gem 'nested_form' gem 'nested_form'
gem 'acts_as_list' gem 'acts_as_list'
gem 'geocoder' gem 'geocoder'
gem 'forgery'
gem 'paper_trail', '~> 3.0.5' gem 'paper_trail', '~> 3.0.5'
gem 'font-awesome-rails' gem 'font-awesome-rails'
gem 'wysiwyg-rails' gem 'wysiwyg-rails'
gem 'rails-assets-cdn' gem 'rails-assets-cdn'
gem 'sitemap_generator' gem 'sitemap_generator'
gem 'activerecord-session_store' gem 'activerecord-session_store'
gem 'paypal-express' gem 'paypal-express', '0.7.1'
gem 'sass-json-vars'
gem 'delayed_job_active_record'
gem 'redcarpet'
gem 'copydb'
group :development, :test do group :development, :test do
gem 'rspec' gem 'rspec'
@ -44,7 +45,6 @@ group :development do
gem 'meta_request' gem 'meta_request'
gem 'haml-rails' gem 'haml-rails'
gem 'awesome_print' gem 'awesome_print'
gem 'rails-footnotes', :github => 'josevalim/rails-footnotes'
end end
group :test do group :test do
@ -61,18 +61,19 @@ group :test do
gem 'database_cleaner' gem 'database_cleaner'
end end
group :staging, :production do group :staging, :production, :preview do
gem 'rails_12factor' gem 'rails_12factor'
gem 'capistrano' gem 'capistrano'
gem 'rvm-capistrano' gem 'rvm-capistrano'
end end
group :production, :preview do
#gem 'unicorn'
gem 'daemon-spawn'
end
platforms 'mswin', 'mingw' do platforms 'mswin', 'mingw' do
group :test do group :test do
gem 'wdm', '>= 0.1.0' gem 'wdm', '>= 0.1.0'
end end
group :staging, :production do
gem 'unicorn' if !(RbConfig::CONFIG['target_os'] =~ /mswin|mingw|cygwin/i)
end
end end

View File

@ -1,80 +1,104 @@
GIT GIT
remote: git://github.com/josevalim/rails-footnotes.git remote: git://github.com/bumbleberry/bumbleberry.git
revision: 087914beabb56c2e9979f63eeb0183591065dde3 revision: bd3f458d81305df42076e1d2512eb5eebeb050b6
specs: specs:
rails-footnotes (4.0.2) bumbleberry (0.0.1)
rails (>= 3.2) blockspring
cairo
railties
rsvg2
sass-json-vars
sass-rails
GIT GIT
remote: git://github.com/svenfuchs/i18n-active_record.git remote: git://github.com/lingua-franca/lingua_franca.git
revision: 2d9a22b6a4e5d809782cdbfa65b14d9e47aa27fc revision: fe9f8cdca3f7d180157086116766bb8622d0bdb3
specs: specs:
i18n-active_record (0.0.2) lingua_franca (0.0.1)
i18n (>= 0.5.0) diffy
forgery
http_accept_language
i18n
rails (~> 4.2.0.rc2)
rails-i18n
rubyzip
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
actionmailer (4.0.0) actionmailer (4.2.0)
actionpack (= 4.0.0) actionpack (= 4.2.0)
mail (~> 2.5.3) actionview (= 4.2.0)
actionpack (4.0.0) activejob (= 4.2.0)
activesupport (= 4.0.0) mail (~> 2.5, >= 2.5.4)
builder (~> 3.1.0) rails-dom-testing (~> 1.0, >= 1.0.5)
erubis (~> 2.7.0) actionpack (4.2.0)
rack (~> 1.5.2) actionview (= 4.2.0)
activesupport (= 4.2.0)
rack (~> 1.6.0)
rack-test (~> 0.6.2) rack-test (~> 0.6.2)
activemodel (4.0.0) rails-dom-testing (~> 1.0, >= 1.0.5)
activesupport (= 4.0.0) rails-html-sanitizer (~> 1.0, >= 1.0.1)
builder (~> 3.1.0) actionview (4.2.0)
activerecord (4.0.0) activesupport (= 4.2.0)
activemodel (= 4.0.0) builder (~> 3.1)
activerecord-deprecated_finders (~> 1.0.2) erubis (~> 2.7.0)
activesupport (= 4.0.0) rails-dom-testing (~> 1.0, >= 1.0.5)
arel (~> 4.0.0) rails-html-sanitizer (~> 1.0, >= 1.0.1)
activerecord-deprecated_finders (1.0.3) activejob (4.2.0)
activerecord-session_store (0.1.0) activesupport (= 4.2.0)
globalid (>= 0.3.0)
activemodel (4.2.0)
activesupport (= 4.2.0)
builder (~> 3.1)
activerecord (4.2.0)
activemodel (= 4.2.0)
activesupport (= 4.2.0)
arel (~> 6.0)
activerecord-session_store (0.1.1)
actionpack (>= 4.0.0, < 5) actionpack (>= 4.0.0, < 5)
activerecord (>= 4.0.0, < 5) activerecord (>= 4.0.0, < 5)
railties (>= 4.0.0, < 5) railties (>= 4.0.0, < 5)
activesupport (4.0.0) activesupport (4.2.0)
i18n (~> 0.6, >= 0.6.4) i18n (~> 0.7)
minitest (~> 4.2) json (~> 1.7, >= 1.7.7)
multi_json (~> 1.3) minitest (~> 5.1)
thread_safe (~> 0.1) thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 0.3.37) tzinfo (~> 1.1)
acts_as_list (0.4.0) acts_as_list (0.7.2)
activerecord (>= 3.0) activerecord (>= 3.0)
addressable (2.3.6) addressable (2.3.8)
arel (4.0.2) arel (6.0.3)
attr_required (1.0.0) attr_required (1.0.0)
awesome_print (1.2.0) awesome_print (1.6.1)
bcrypt (3.1.7) bcrypt (3.1.10)
bcrypt (3.1.7-x86-mingw32) bcrypt (3.1.10-x86-mingw32)
better_errors (1.1.0) better_errors (2.1.1)
coderay (>= 1.0.0) coderay (>= 1.0.0)
erubis (>= 2.6.6) erubis (>= 2.6.6)
rack (>= 0.9.0)
binding_of_caller (0.7.2) binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1) debug_inspector (>= 0.0.1)
builder (3.1.4) blockspring (0.1.4)
rest-client (> 1.6.7)
builder (3.2.2)
cairo (1.14.1)
pkg-config (>= 1.1.5)
cairo (1.14.1-x86-mingw32)
pkg-config (>= 1.1.5)
callsite (0.0.11) callsite (0.0.11)
capistrano (2.15.5) capistrano (2.15.6)
highline highline
net-scp (>= 1.0.0) net-scp (>= 1.0.0)
net-sftp (>= 2.0.0) net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14) net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0) net-ssh-gateway (>= 1.1.0)
capybara (2.4.1) capybara (2.4.4)
mime-types (>= 1.16) mime-types (>= 1.16)
nokogiri (>= 1.3.3) nokogiri (>= 1.3.3)
rack (>= 1.0.0) rack (>= 1.0.0)
rack-test (>= 0.5.4) rack-test (>= 0.5.4)
xpath (~> 2.0) xpath (~> 2.0)
carmen (1.0.1)
unicode_utils (~> 1.4.0)
carmen-rails (1.0.1)
carmen (~> 1.0.0)
rails
carrierwave (0.10.0) carrierwave (0.10.0)
activemodel (>= 3.2.0) activemodel (>= 3.2.0)
activesupport (>= 3.2.0) activesupport (>= 3.2.0)
@ -83,140 +107,171 @@ GEM
carrierwave-imageoptimizer (1.2.1) carrierwave-imageoptimizer (1.2.1)
carrierwave (~> 0.8) carrierwave (~> 0.8)
image_optimizer (~> 1.2) image_optimizer (~> 1.2)
celluloid (0.15.2) childprocess (0.5.6)
timers (~> 1.1.0)
childprocess (0.5.3)
ffi (~> 1.0, >= 1.0.11) ffi (~> 1.0, >= 1.0.11)
chunky_png (1.3.1)
cliver (0.3.2) cliver (0.3.2)
coderay (1.1.0) coderay (1.1.0)
coffee-rails (4.0.1) coffee-rails (4.0.1)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
coffee-script (2.3.0) coffee-script (2.4.1)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.7.1) coffee-script-source (1.9.1.1)
compass (0.12.7) copydb (0.3.0)
chunky_png (~> 1.2) faker (~> 0.9.5)
fssm (>= 0.2.7) coveralls (0.8.2)
sass (~> 3.2.19) json (~> 1.8)
compass-rails (1.1.7) rest-client (>= 1.6.8, < 2)
compass (>= 0.12.2) simplecov (~> 0.10.0)
sprockets (<= 2.11.0) term-ansicolor (~> 1.3)
coveralls (0.7.0) thor (~> 0.19.1)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
crack (0.4.2) crack (0.4.2)
safe_yaml (~> 1.0.0) safe_yaml (~> 1.0.0)
cucumber (1.3.15) cucumber (1.3.20)
builder (>= 2.1.2) builder (>= 2.1.2)
diff-lcs (>= 1.1.3) diff-lcs (>= 1.1.3)
gherkin (~> 2.12) gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0) multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.1) multi_test (>= 0.1.2)
cucumber-rails (1.4.1) cucumber-rails (1.4.2)
capybara (>= 1.1.2, < 3) capybara (>= 1.1.2, < 3)
cucumber (>= 1.3.8, < 2) cucumber (>= 1.3.8, < 2)
mime-types (~> 1.16) mime-types (>= 1.16, < 3)
nokogiri (~> 1.5) nokogiri (~> 1.5)
rails (>= 3, < 5) rails (>= 3, < 5)
database_cleaner (1.3.0) daemon-spawn (0.4.2)
database_cleaner (1.4.1)
debug_inspector (0.0.2) debug_inspector (0.0.2)
delayed_job (4.0.6)
activesupport (>= 3.0, < 5.0)
delayed_job_active_record (4.0.3)
activerecord (>= 3.0, < 5.0)
delayed_job (>= 3.0, < 4.1)
diff-lcs (1.2.5) diff-lcs (1.2.5)
diffy (3.0.7)
docile (1.1.5) docile (1.1.5)
domain_name (0.5.24)
unf (>= 0.0.5, < 1.0.0)
erubis (2.7.0) erubis (2.7.0)
execjs (2.2.1) execjs (2.6.0)
factory_girl (4.4.0) factory_girl (4.5.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
factory_girl_rails (4.4.1) factory_girl_rails (4.5.0)
factory_girl (~> 4.4.0) factory_girl (~> 4.5.0)
railties (>= 3.0.0) railties (>= 3.0.0)
faraday (0.9.0) faker (0.9.5)
i18n (~> 0.4)
faraday (0.9.1)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
ffi (1.9.3) ffi (1.9.10)
ffi (1.9.3-x86-mingw32) ffi (1.9.10-x86-mingw32)
font-awesome-rails (4.1.0.0) font-awesome-rails (4.4.0.0)
railties (>= 3.2, < 5.0) railties (>= 3.2, < 5.0)
forgery (0.6.0) forgery (0.6.0)
formatador (0.2.5) formatador (0.2.5)
foundation-rails (5.3.1.0) foundation-rails (5.5.2.1)
railties (>= 3.1.0) railties (>= 3.1.0)
sass (>= 3.2.0) sass (>= 3.3.0, < 3.5)
fssm (0.2.10) gdk_pixbuf2 (2.2.5)
geocoder (1.2.3) glib2 (= 2.2.5)
gdk_pixbuf2 (2.2.5-x86-mingw32)
glib2 (= 2.2.5)
geocoder (1.2.9)
gherkin (2.12.2) gherkin (2.12.2)
multi_json (~> 1.3) multi_json (~> 1.3)
gherkin (2.12.2-x86-mingw32) gherkin (2.12.2-x86-mingw32)
multi_json (~> 1.3) multi_json (~> 1.3)
guard (2.6.1) git-version-bump (0.15.1)
glib2 (2.2.5)
pkg-config
glib2 (2.2.5-x86-mingw32)
cairo (>= 1.12.8)
pkg-config
globalid (0.3.6)
activesupport (>= 4.1.0)
guard (2.13.0)
formatador (>= 0.2.4) formatador (>= 0.2.4)
listen (~> 2.7) listen (>= 2.7, <= 4.0)
lumberjack (~> 1.0) lumberjack (~> 1.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12) pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1) thor (>= 0.18.1)
guard-rspec (4.2.10) guard-compat (1.2.1)
guard-rspec (4.6.4)
guard (~> 2.1) guard (~> 2.1)
rspec (>= 2.14, < 4.0) guard-compat (~> 1.1)
haml (4.0.5) rspec (>= 2.99.0, < 4.0)
haml (4.0.7)
tilt tilt
haml-rails (0.5.1) haml-rails (0.9.0)
actionpack (~> 4.0.0) actionpack (>= 4.0.1)
activesupport (~> 4.0.0) activesupport (>= 4.0.1)
haml (>= 3.1, < 5.0) haml (>= 4.0.6, < 5.0)
railties (~> 4.0.0) html2haml (>= 1.0.1)
highline (1.6.21) railties (>= 4.0.1)
hike (1.2.3) highline (1.7.3)
html2haml (2.0.0)
erubis (~> 2.7.0)
haml (~> 4.0.0)
nokogiri (~> 1.6.0)
ruby_parser (~> 3.5)
http-cookie (1.0.2)
domain_name (~> 0.5)
http_accept_language (2.0.5)
httpauth (0.2.1) httpauth (0.2.1)
i18n (0.6.11) i18n (0.7.0)
image_optimizer (1.2.1) image_optimizer (1.3.0)
jquery-rails (3.1.1) jquery-rails (4.0.4)
railties (>= 3.0, < 5.0) rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.0) jquery-ui-rails (5.0.5)
railties (>= 3.2.16) railties (>= 3.2.16)
json (1.8.1) json (1.8.3)
jwt (0.1.13) jwt (0.1.13)
multi_json (>= 1.5) multi_json (>= 1.5)
launchy (2.4.2) launchy (2.4.3)
addressable (~> 2.3) addressable (~> 2.3)
listen (2.7.9) listen (3.0.3)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
loofah (2.0.3)
nokogiri (>= 1.5.9)
lumberjack (1.0.9) lumberjack (1.0.9)
mail (2.5.4) mail (2.6.3)
mime-types (~> 1.16) mime-types (>= 1.16, < 3)
treetop (~> 1.4.8) meta_request (0.3.4)
meta_request (0.3.3)
callsite (~> 0.0, >= 0.0.11) callsite (~> 0.0, >= 0.0.11)
rack-contrib (~> 1.1) rack-contrib (~> 1.1)
railties (>= 3.0.0, < 5.0.0) railties (>= 3.0.0, < 5.0.0)
method_source (0.8.2) method_source (0.8.2)
mime-types (1.25.1) mime-types (2.6.1)
mini_magick (3.7.0) mini_magick (4.2.10)
subexec (~> 0.2.1) mini_portile (0.6.2)
mini_portile (0.6.0) minitest (5.8.0)
minitest (4.7.5) multi_json (1.11.2)
multi_json (1.10.1) multi_test (0.1.2)
multi_test (0.1.1)
multipart-post (2.0.0) multipart-post (2.0.0)
nenv (0.2.0)
nested_form (0.3.2) nested_form (0.3.2)
net-scp (1.2.1) net-scp (1.2.1)
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
net-sftp (2.1.2) net-sftp (2.1.2)
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
net-ssh (2.9.1) net-ssh (2.9.2)
net-ssh-gateway (1.2.0) net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
netrc (0.7.7) netrc (0.10.3)
nokogiri (1.6.2.1) nokogiri (1.6.6.2)
mini_portile (= 0.6.0) mini_portile (~> 0.6.0)
nokogiri (1.6.2.1-x86-mingw32) nokogiri (1.6.6.2-x86-mingw32)
mini_portile (= 0.6.0) mini_portile (~> 0.6.0)
notiffany (0.0.7)
nenv (~> 0.1)
shellany (~> 0.0)
oauth (0.4.7) oauth (0.4.7)
oauth2 (0.8.1) oauth2 (0.8.1)
faraday (~> 0.8) faraday (~> 0.8)
@ -224,149 +279,179 @@ GEM
jwt (~> 0.1.4) jwt (~> 0.1.4)
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.2) rack (~> 1.2)
paper_trail (3.0.5) paper_trail (3.0.8)
activerecord (>= 3.0, < 5.0) activerecord (>= 3.0, < 5.0)
activesupport (>= 3.0, < 5.0) activesupport (>= 3.0, < 5.0)
paypal-express (0.5.5) paypal-express (0.7.1)
activesupport (>= 2.3) activesupport (>= 2.3)
attr_required (>= 0.0.5) attr_required (>= 0.0.5)
restclient_with_cert rest-client
pg (0.17.1) pg (0.18.2)
pg (0.17.1-x86-mingw32) pg (0.18.2-x86-mingw32)
poltergeist (1.5.1) pkg-config (1.1.6)
poltergeist (1.6.0)
capybara (~> 2.1) capybara (~> 2.1)
cliver (~> 0.3.1) cliver (~> 0.3.1)
multi_json (~> 1.0) multi_json (~> 1.0)
websocket-driver (>= 0.2.0) websocket-driver (>= 0.2.0)
polyglot (0.3.5) pry (0.10.1)
pry (0.10.0)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.8.1)
slop (~> 3.4) slop (~> 3.4)
pry (0.10.0-x86-mingw32) pry (0.10.1-x86-mingw32)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.8.1)
slop (~> 3.4) slop (~> 3.4)
win32console (~> 1.3) win32console (~> 1.3)
rack (1.5.2) rack (1.6.4)
rack-contrib (1.1.0) rack-contrib (1.4.0)
rack (>= 0.9.1) git-version-bump (~> 0.15)
rack-test (0.6.2) rack (~> 1.4)
rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails (4.0.0) rails (4.2.0)
actionmailer (= 4.0.0) actionmailer (= 4.2.0)
actionpack (= 4.0.0) actionpack (= 4.2.0)
activerecord (= 4.0.0) actionview (= 4.2.0)
activesupport (= 4.0.0) activejob (= 4.2.0)
activemodel (= 4.2.0)
activerecord (= 4.2.0)
activesupport (= 4.2.0)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.0.0) railties (= 4.2.0)
sprockets-rails (~> 2.0.0) sprockets-rails
rails-assets-cdn (0.1.0) rails-assets-cdn (0.1.0)
rails rails
rails_12factor (0.0.2) rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.2)
loofah (~> 2.0)
rails-i18n (4.0.4)
i18n (~> 0.6)
railties (~> 4.0)
rails_12factor (0.0.3)
rails_serve_static_assets rails_serve_static_assets
rails_stdout_logging rails_stdout_logging
rails_serve_static_assets (0.0.2) rails_serve_static_assets (0.0.4)
rails_stdout_logging (0.0.3) rails_stdout_logging (0.0.4)
railties (4.0.0) railties (4.2.0)
actionpack (= 4.0.0) actionpack (= 4.2.0)
activesupport (= 4.0.0) activesupport (= 4.2.0)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rake (10.3.2) rake (10.4.2)
rb-fsevent (0.9.4) rb-fsevent (0.9.5)
rb-inotify (0.9.5) rb-inotify (0.9.5)
ffi (>= 0.5.0) ffi (>= 0.5.0)
rest-client (1.7.2) redcarpet (3.3.2)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0) mime-types (>= 1.16, < 3.0)
netrc (~> 0.7) netrc (~> 0.7)
rest-client (1.7.2-x86-mingw32) rest-client (1.8.0-x86-mingw32)
ffi (~> 1.9) ffi (~> 1.9)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0) mime-types (>= 1.16, < 3.0)
netrc (~> 0.7) netrc (~> 0.7)
restclient_with_cert (0.0.8) rspec (3.3.0)
rest-client (>= 1.6) rspec-core (~> 3.3.0)
rspec (3.0.0) rspec-expectations (~> 3.3.0)
rspec-core (~> 3.0.0) rspec-mocks (~> 3.3.0)
rspec-expectations (~> 3.0.0) rspec-core (3.3.2)
rspec-mocks (~> 3.0.0) rspec-support (~> 3.3.0)
rspec-core (3.0.2) rspec-expectations (3.3.1)
rspec-support (~> 3.0.0)
rspec-expectations (3.0.2)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0) rspec-support (~> 3.3.0)
rspec-mocks (3.0.2) rspec-mocks (3.3.2)
rspec-support (~> 3.0.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-rails (3.0.1) rspec-support (~> 3.3.0)
actionpack (>= 3.0) rspec-rails (3.3.3)
activesupport (>= 3.0) actionpack (>= 3.0, < 4.3)
railties (>= 3.0) activesupport (>= 3.0, < 4.3)
rspec-core (~> 3.0.0) railties (>= 3.0, < 4.3)
rspec-expectations (~> 3.0.0) rspec-core (~> 3.3.0)
rspec-mocks (~> 3.0.0) rspec-expectations (~> 3.3.0)
rspec-support (~> 3.0.0) rspec-mocks (~> 3.3.0)
rspec-support (3.0.2) rspec-support (~> 3.3.0)
rubyzip (1.1.6) rspec-support (3.3.0)
rvm-capistrano (1.5.3) rsvg2 (2.2.5)
cairo (>= 1.12.8)
gdk_pixbuf2 (= 2.2.5)
rsvg2 (2.2.5-x86-mingw32)
cairo (>= 1.12.8)
gdk_pixbuf2 (= 2.2.5)
ruby_parser (3.7.1)
sexp_processor (~> 4.1)
rubyzip (1.1.7)
rvm-capistrano (1.5.6)
capistrano (~> 2.15.4) capistrano (~> 2.15.4)
safe_yaml (1.0.3) safe_yaml (1.0.4)
sass (3.2.19) sass (3.4.16)
sass-rails (4.0.3) sass-json-vars (0.3.2)
sass (>= 3.1)
sass-rails (5.0.3)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
sass (~> 3.2.0) sass (~> 3.1)
sprockets (~> 2.8, <= 2.11.0) sprockets (>= 2.8, < 4.0)
sprockets-rails (~> 2.0) sprockets-rails (>= 2.0, < 4.0)
selenium-webdriver (2.42.0) tilt (~> 1.1)
childprocess (>= 0.5.0) selenium-webdriver (2.47.1)
childprocess (~> 0.5)
multi_json (~> 1.0) multi_json (~> 1.0)
rubyzip (~> 1.0) rubyzip (~> 1.0)
websocket (~> 1.0.4) websocket (~> 1.0)
simplecov (0.9.0) sexp_processor (4.6.0)
shellany (0.0.1)
simplecov (0.10.0)
docile (~> 1.1.0) docile (~> 1.1.0)
multi_json json (~> 1.8)
simplecov-html (~> 0.8.0) simplecov-html (~> 0.10.0)
simplecov-html (0.8.0) simplecov-html (0.10.0)
sitemap_generator (5.0.4) sitemap_generator (5.1.0)
builder builder
slop (3.6.0) slop (3.6.0)
sorcery (0.8.6) sorcery (0.9.1)
bcrypt (~> 3.1) bcrypt (~> 3.1)
oauth (~> 0.4, >= 0.4.4) oauth (~> 0.4, >= 0.4.4)
oauth2 (>= 0.8.0, < 1.0.0) oauth2 (>= 0.8.0)
sprockets (2.11.0) sprockets (3.3.2)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) sprockets-rails (2.3.2)
sprockets-rails (2.0.1)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (~> 2.8) sprockets (>= 2.8, < 4.0)
subexec (0.2.3) term-ansicolor (1.3.2)
term-ansicolor (1.3.0)
tins (~> 1.0) tins (~> 1.0)
thor (0.19.1) thor (0.19.1)
thread_safe (0.3.4) thread_safe (0.3.5)
tilt (1.4.1) tilt (1.4.1)
timers (1.1.0) tins (1.6.0)
tins (1.3.0) tzinfo (1.2.2)
treetop (1.4.15) thread_safe (~> 0.1)
polyglot tzinfo-data (1.2015.6)
polyglot (>= 0.3.1) tzinfo (>= 1.0.0)
tzinfo (0.3.40) uglifier (2.7.1)
uglifier (2.5.3)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
unicode_utils (1.4.0) unf (0.1.4)
wdm (0.1.0) unf_ext
webmock (1.18.0) unf_ext (0.0.7.1)
unf_ext (0.0.7.1-x86-mingw32)
wdm (0.1.1)
webmock (1.21.0)
addressable (>= 2.3.6) addressable (>= 2.3.6)
crack (>= 0.3.2) crack (>= 0.3.2)
websocket (1.0.7) websocket (1.2.2)
websocket-driver (0.3.4) websocket-driver (0.6.2)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
win32console (1.3.2-x86-mingw32) win32console (1.3.2-x86-mingw32)
wysiwyg-rails (1.1.6) wysiwyg-rails (1.2.8)
font-awesome-rails (= 4.1.0.0) font-awesome-rails (>= 4.3.0.0)
railties (>= 3.2, < 5.0) railties (>= 3.2, < 5.0)
xpath (2.0.0) xpath (2.0.0)
nokogiri (~> 1.3) nokogiri (~> 1.3)
@ -381,48 +466,52 @@ DEPENDENCIES
awesome_print awesome_print
better_errors better_errors
binding_of_caller binding_of_caller
bumbleberry!
capistrano capistrano
capybara capybara
carmen-rails
carrierwave carrierwave
carrierwave-imageoptimizer carrierwave-imageoptimizer
coffee-rails (~> 4.0.0) coffee-rails (~> 4.0.0)
compass-rails (~> 1.1.3) copydb
coveralls coveralls
cucumber-rails cucumber-rails
daemon-spawn
database_cleaner database_cleaner
delayed_job_active_record
factory_girl_rails factory_girl_rails
font-awesome-rails font-awesome-rails
forgery
foundation-rails foundation-rails
geocoder geocoder
guard-rspec guard-rspec
haml haml
haml-rails haml-rails
i18n-active_record!
jquery-rails jquery-rails
jquery-ui-rails jquery-ui-rails
launchy launchy
lingua_franca!
meta_request meta_request
mini_magick mini_magick
nested_form nested_form
oauth2 (~> 0.8.0) oauth2 (~> 0.8.0)
paper_trail (~> 3.0.5) paper_trail (~> 3.0.5)
paypal-express paypal-express (= 0.7.1)
pg pg
poltergeist poltergeist
rails (= 4.0.0) rails (= 4.2.0)
rails-assets-cdn rails-assets-cdn
rails-footnotes!
rails_12factor rails_12factor
redcarpet
rspec rspec
rspec-rails rspec-rails
rvm-capistrano rvm-capistrano
sass-rails (~> 4.0.0) sass
sass-json-vars
sass-rails
selenium-webdriver selenium-webdriver
simplecov simplecov
sitemap_generator sitemap_generator
sorcery (>= 0.8.1) sorcery (>= 0.8.1)
tzinfo-data
uglifier (>= 1.3.0) uglifier (>= 1.3.0)
wdm (>= 0.1.0) wdm (>= 0.1.0)
webmock webmock

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,241 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="notcouriersansbold" horiz-adv-x="600" >
<font-face units-per-em="1000" ascent="800" descent="-200" />
<missing-glyph horiz-adv-x="500" />
<glyph unicode="&#xfb01;" d="M-10 387q0 29 24 43q10 7 43 7h38v39q0 62 39.5 104.5t96.5 42.5q62 0 99 -24q22 -14 22 -40q0 -21 -14.5 -36t-34.5 -15q-7 0 -34.5 8t-34.5 8q-16 0 -27.5 -14.5t-11.5 -33.5v-39h33q32 0 45 -9q21 -16 21 -41q0 -27 -24 -43q-11 -7 -42 -7h-33v-337h-100v337h-38 q-33 0 -46 10q-21 15 -21 40zM331 387q0 29 24 43q11 7 42 7h120v-437h-100v337h-20q-33 0 -45 10q-21 15 -21 40zM382 519v105h118v-105h-118z" />
<glyph unicode="&#xfb02;" d="M-12 387q0 29 24 43q10 7 43 7h37v38q0 61 39 104.5t94 43.5q64 0 109 -28q15 28 49 28h130v-623h-100v523h-34q-19 0 -36 12q-15 -27 -40 -27q-9 0 -29 6q-27 9 -42 9q-40 0 -40 -48v-38h33q32 0 45 -9q21 -16 21 -41q0 -27 -24 -43q-11 -7 -42 -7h-33v-337h-100v337 h-37q-34 0 -46 10q-21 15 -21 40z" />
<glyph />
<glyph />
<glyph unicode="&#xd;" />
<glyph unicode=" " />
<glyph unicode="!" d="M220 558q0 35 23 57.5t58 22.5t57.5 -23t22.5 -57q0 -7 -2 -33l-29 -297q-5 -49 -49 -49q-21 0 -34.5 13t-15.5 36l-29 297q-2 24 -2 33zM225 51q0 27 19.5 46.5t47.5 19.5h17q28 0 47 -19t19 -47t-19 -47t-47 -19h-17q-28 0 -47.5 19.5t-19.5 46.5z" />
<glyph unicode="&#x22;" d="M136 602h128l-31 -254q-3 -20 -10 -28t-22 -8q-27 0 -31 35zM336 602h128l-31 -254q-3 -20 -10 -28t-22 -8q-27 0 -31 35z" />
<glyph unicode="#" d="M62 189q0 28 24 42q11 7 42 7h33l7 106h-19q-33 0 -46 9q-21 16 -21 41q0 29 24 43q11 7 43 7h26l12 168q1 30 11 44q16 19 40 19q21 0 35.5 -15t14.5 -35v-2q-2 -35 -6.5 -99.5t-5.5 -79.5h71l12 168q1 32 11 44q16 19 40 19q19 0 34.5 -14.5t15.5 -30.5v-3 q-3 -35 -7.5 -102t-5.5 -81h25q32 0 45 -9q21 -16 21 -41q0 -29 -24 -43q-13 -7 -42 -7h-32l-8 -106h19q34 0 46 -9q21 -16 21 -41q0 -28 -24 -42q-13 -7 -42 -7h-27l-11 -168q-2 -29 -15.5 -46t-36.5 -17q-13 0 -24.5 7t-18 18t-6.5 23v3l2 19l11 161h-72l-12 -168 q0 -63 -50 -63q-22 0 -36 14.5t-14 37.5q0 11 1 18l11 161h-26q-32 0 -45 9q-21 16 -21 41zM261 238h72l7 106h-71z" />
<glyph unicode="$" d="M83 174q0 24 14 39.5t36 15.5q20 0 36 -14q7 -8 15 -35q6 -23 40.5 -39.5t75.5 -16.5q49 0 81 22t32 54q0 26 -19 41.5t-61 23.5l-74 15q-74 15 -113 54.5t-39 100.5q0 59 40.5 102.5t104.5 54.5v26q0 32 9 46q17 20 41 20q28 0 42 -24q7 -10 7 -42v-26q50 -9 67 -18 q35 -19 56.5 -49t21.5 -58q0 -22 -15 -36t-35 -14q-43 0 -52 42q-2 14 -27.5 25t-56.5 11q-45 0 -72 -17t-27 -45q0 -41 75 -56l65 -14q87 -18 124 -55q42 -42 42 -109q0 -65 -44 -111t-122 -61v-83q0 -35 -9 -46q-16 -21 -40 -21q-29 0 -43 24q-7 11 -7 43v83q-37 8 -79 25 q-34 14 -62 50.5t-28 71.5z" />
<glyph unicode="%" d="M80 241q0 21 30 31l362 118q12 4 20 4q11 0 20 -9.5t9 -22.5q0 -23 -30 -31l-362 -118q-14 -4 -20 -4q-11 0 -20 9.5t-9 22.5zM89 478q0 57 41 98t98 41q59 0 99.5 -41t40.5 -100q0 -56 -41 -97t-98 -41q-58 0 -99 41t-41 99zM154 478q0 -31 22 -53t52 -22q31 0 53 22 t22 52q0 31 -21.5 53t-53.5 22q-30 0 -52 -22t-22 -52zM229 125q0 57 41 98t98 41q59 0 99.5 -41t40.5 -100q0 -56 -41 -97t-99 -41q-57 0 -98 41t-41 99zM294 125q0 -31 22 -53t53 -22q30 0 52 22t22 52q0 32 -21.5 53.5t-53.5 21.5q-30 0 -52 -22t-22 -52z" />
<glyph unicode="&#x26;" d="M75 144q0 103 96 159q-34 58 -34 96q0 61 45.5 106t106.5 45q18 0 38 -4.5t52.5 -26.5t55.5 -59l-82 -44q-38 34 -63 34q-22 0 -37.5 -14.5t-15.5 -35.5q0 -17 28 -57l100 -145l23 82h99q-25 -129 -53 -180l66 -100h-119l-11 15q-41 -29 -113 -29q-83 0 -132.5 43 t-49.5 115zM175 144q0 -58 82 -58q31 0 55 14l-84 120q-53 -24 -53 -76z" />
<glyph unicode="'" d="M236 602h128l-31 -254q-3 -20 -10 -28t-22 -8q-27 0 -31 35z" />
<glyph unicode="(" d="M264 243q0 80 30.5 171t85.5 173q17 27 28.5 36t28.5 9q22 0 36.5 -14.5t14.5 -34.5q0 -15 -12 -34q-101 -162 -101 -309q0 -146 101 -310q12 -19 12 -34q0 -20 -14.5 -34.5t-36.5 -14.5q-18 0 -31 11.5t-35 46.5q-107 170 -107 338z" />
<glyph unicode=")" d="M117 -104q0 15 12 34q101 162 101 309q0 146 -101 310q-12 19 -12 34q0 20 14.5 34.5t36.5 14.5q18 0 31 -11.5t35 -46.5q107 -170 107 -338q0 -80 -30.5 -171.5t-85.5 -173.5q-17 -26 -28.5 -35t-28.5 -9q-22 0 -36.5 14.5t-14.5 34.5z" />
<glyph unicode="*" d="M83 452q0 20 14 35t33 15q10 0 34 -7l86 -28v89q0 33 9 45q16 21 41 21q29 0 43 -24q7 -13 7 -42v-89l86 28q24 7 33 7q19 0 33.5 -15t14.5 -35q0 -37 -50 -52l-86 -28l52 -71q19 -27 19 -43q0 -20 -15 -35t-35 -15q-16 0 -25 6.5t-25 27.5l-52 72l-52 -72 q-15 -21 -25 -27.5t-25 -6.5q-20 0 -35 15t-15 35q0 15 19 43l52 71l-86 28q-28 8 -39 20t-11 32z" />
<glyph unicode="+" d="M42 280q0 29 24 43q10 7 42 7h142v164q0 34 10 45q14 21 40 21q29 0 43 -24q7 -11 7 -42v-164h141q33 0 46 -9q21 -16 21 -41q0 -29 -24 -43q-11 -7 -43 -7h-141v-164q0 -32 -9 -45q-16 -21 -41 -21q-29 0 -43 24q-7 13 -7 42v164h-142q-33 0 -45 9q-21 16 -21 41z" />
<glyph unicode="," d="M147 -130q0 8 3 19l69 245h132l-141 -268q-12 -24 -32 -24q-13 0 -22 8.5t-9 19.5z" />
<glyph unicode="-" d="M42 279q0 27 24 43q10 7 42 7h384q33 0 46 -9q20 -15 20 -41q0 -29 -24 -43q-11 -7 -42 -7h-384q-33 0 -45 9q-21 16 -21 41z" />
<glyph unicode="." d="M225 51q0 27 19.5 46.5t46.5 19.5h18q28 0 47 -19t19 -47t-19 -47t-47 -19h-18q-27 0 -46.5 19.5t-19.5 46.5z" />
<glyph unicode="/" d="M83 -65q0 14 12 38l321 678q11 25 22 34.5t29 9.5q20 0 35 -14.5t15 -33.5q0 -13 -12 -37l-320 -679q-11 -25 -22.5 -34.5t-29.5 -9.5q-20 0 -35 14.5t-15 33.5z" />
<glyph unicode="0" d="M83 264v95q0 143 78 224q52 55 139 55t139 -55q78 -81 78 -224v-95q0 -143 -78 -224q-52 -55 -139 -55t-139 55q-78 81 -78 224zM183 257q0 -78 32 -125t85 -47t85 47t32 125v109q0 78 -32 125t-85 47t-85 -47t-32 -125v-109z" />
<glyph unicode="1" d="M85 532q0 22 11.5 32.5t41.5 18.5l212 55v-638h-100v509l-87 -23q-23 -6 -32 -6q-19 0 -32.5 15t-13.5 37z" />
<glyph unicode="2" d="M54 0v105q184 152 232 196q75 68 96 94.5t21 52.5q0 38 -33 64t-82 26q-62 0 -97 -41q-11 -13 -22 -46q-9 -29 -45 -29q-20 0 -35 14.5t-15 33.5q0 24 17.5 56.5t42.5 55.5q62 56 156 56q91 0 152 -55.5t61 -138.5q0 -49 -24.5 -87.5t-98.5 -105.5q-26 -24 -173 -151h301 v-100h-454z" />
<glyph unicode="3" d="M66 70q0 21 14.5 35.5t35.5 14.5q13 0 32 -12q35 -23 120 -23q95 0 133 34q28 26 28 64q0 28 -20.5 52.5t-55.5 38.5q-25 11 -77 13q-52 3 -52 46q0 22 14.5 36t37.5 14h40q37 0 64 23.5t27 55.5q0 35 -30 55.5t-82 20.5q-41 0 -66 -10t-49 -36q-15 -15 -36 -15 q-20 0 -34.5 15t-14.5 35q0 43 63 77t143 34q99 0 156 -58q50 -48 50 -116q0 -41 -21 -71.5t-70 -59.5q113 -55 113 -151q0 -92 -74 -150q-63 -47 -184 -47q-92 0 -148.5 23.5t-56.5 61.5z" />
<glyph unicode="4" d="M75 138v83l241 401h131v-384q61 0 61 -50q0 -48 -61 -50v-138h-100v138h-272zM197 238h150v242z" />
<glyph unicode="5" d="M66 84q0 20 15 34.5t35 14.5q17 0 36 -15q23 -19 49.5 -26t75.5 -7q78 0 115 28.5t37 87.5q0 55 -31 89t-81 34q-54 0 -120 -34q-17 -8 -28 -8q-22 0 -36 16t-14 40v284h302q32 0 46 -9q20 -17 20 -41q0 -29 -24 -43q-10 -7 -42 -7h-202v-115q56 17 99 17q91 0 151 -63 t60 -159q0 -89 -55 -149q-62 -68 -196 -68q-90 0 -151 28.5t-61 70.5z" />
<glyph unicode="6" d="M105 285q0 132 77 229q101 124 241 124q53 0 85 -18t32 -47q0 -21 -15 -36t-36 -15q-14 0 -35 8q-14 5 -25 5q-79 0 -141.5 -59.5t-79.5 -151.5q36 38 67.5 54t69.5 16q79 0 134.5 -60t55.5 -145q0 -88 -52 -145q-53 -59 -152 -59q-125 0 -182 102q-44 81 -44 198z M218 209q11 -65 39 -94.5t77 -29.5q47 0 74 28t27 77q0 43 -28 73.5t-69 30.5q-32 0 -66 -24t-54 -61z" />
<glyph unicode="7" d="M75 522v100h433v-99l-159 -475q-10 -27 -21.5 -38t-30.5 -11q-20 0 -35.5 14.5t-15.5 33.5q0 10 7 34l150 441h-328z" />
<glyph unicode="8" d="M83 165q0 93 97 154q-88 59 -88 136t60.5 130t147.5 53q86 0 147 -53t61 -128q0 -79 -88 -138q97 -61 97 -154q0 -80 -60.5 -130t-157.5 -50q-96 0 -156 50t-60 130zM183 173q0 -38 33 -63t84 -25t84 24.5t33 62.5t-34 64.5t-83 26.5q-48 0 -82.5 -26.5t-34.5 -63.5z M192 451q0 -38 30.5 -62.5t77.5 -24.5t77.5 24t30.5 62q0 39 -30 63.5t-78 24.5t-78 -24.5t-30 -62.5z" />
<glyph unicode="9" d="M106 50q0 21 15 36t36 15q14 0 35 -8q14 -5 25 -5q79 0 141.5 59.5t79.5 151.5q-66 -70 -136 -70q-79 0 -135 60t-56 145q0 88 52 145q53 59 152 59q125 0 182 -102q44 -80 44 -198q0 -132 -77 -229q-101 -124 -241 -124q-53 0 -85 18t-32 47zM211 433q0 -43 28 -73.5 t69 -30.5q32 0 66 24t54 61q-11 65 -39 94.5t-77 29.5q-47 0 -74 -28t-27 -77z" />
<glyph unicode=":" d="M225 51q0 27 19.5 46.5t46.5 19.5h18q28 0 47 -19t19 -47t-19 -47t-47 -19h-18q-27 0 -46.5 19.5t-19.5 46.5zM225 370q0 28 19.5 47.5t46.5 19.5h18q28 0 47 -19.5t19 -47.5t-19 -47t-47 -19h-18q-27 0 -46.5 19.5t-19.5 46.5z" />
<glyph unicode=";" d="M147 -130q0 8 3 19l69 245h132l-141 -268q-12 -24 -32 -24q-13 0 -22 8.5t-9 19.5zM201 371q0 29 20.5 47.5t54.5 18.5t54.5 -18t20.5 -49q0 -30 -20.5 -48t-54.5 -18t-54.5 18.5t-20.5 48.5z" />
<glyph unicode="&#x3c;" d="M42 280l430 212q18 9 30 9q16 0 29 -14t13 -32q0 -26 -32 -43l-261 -133l261 -136q32 -17 32 -43q0 -17 -13 -31.5t-29 -14.5q-14 0 -30 9z" />
<glyph unicode="=" d="M42 188q0 29 24 43q10 7 42 7h384q32 0 45 -9q21 -16 21 -41q0 -29 -24 -43q-11 -7 -42 -7h-384q-34 0 -45 10q-21 15 -21 40zM42 372q0 29 24 43q10 7 42 7h384q32 0 45 -9q21 -16 21 -41q0 -29 -24 -43q-11 -7 -42 -7h-384q-34 0 -45 10q-21 15 -21 40z" />
<glyph unicode="&#x3e;" d="M56 100q0 25 32 42l261 133l-261 137q-32 15 -32 41q0 18 13 32.5t29 14.5q14 0 30 -9l430 -217l-430 -212q-18 -9 -30 -9q-16 0 -29 14.5t-13 32.5z" />
<glyph unicode="?" d="M104 539q72 35 114 47t90 12q93 0 151 -52.5t58 -136.5q0 -61 -36.5 -101t-127.5 -80q-6 -54 -50 -54q-29 0 -43 24q-7 13 -7 42v56q96 37 130 61.5t34 56.5q0 37 -30 60.5t-78 23.5q-55 0 -105 -24zM227 51q0 27 19.5 46.5t47.5 19.5h17q28 0 47 -19t19 -47t-19 -47 t-47 -19h-17q-28 0 -47.5 19.5t-19.5 46.5z" />
<glyph unicode="@" d="M76 154v169q0 129 63.5 213t161.5 84q81 0 133 -54t52 -137v-281q23 -10 23 -35q0 -41 -55 -41h-47v3q-23 -3 -33 -3q-64 0 -110 46t-46 108q0 70 52.5 117.5t136.5 53.5v32q0 50 -29.5 81t-75.5 31q-63 0 -105 -64t-42 -160v-156q0 -115 51 -185q34 -50 99 -50 q73 0 103 32q17 17 31 17q17 0 28.5 -12t11.5 -29q0 -35 -52.5 -60.5t-124.5 -25.5q-118 0 -179 107q-47 85 -47 199zM297 225q0 -31 24 -51.5t60 -20.5q12 0 26 2v161q-50 -5 -80 -29.5t-30 -61.5z" />
<glyph unicode="A" d="M5 0l237 583h112l240 -583h-116l-62 158h-238l-62 -158h-111zM218 258h157l-78 192z" />
<glyph unicode="B" d="M94 0v583h238q85 0 140.5 -47t55.5 -118q0 -64 -63 -113q106 -53 106 -145q0 -72 -54 -116t-143 -44h-280zM194 100h175q102 0 102 54q0 40 -43 66q-37 22 -99 22h-135v-142zM194 342h113q54 0 87.5 21.5t33.5 55.5q0 30 -27 47t-74 17h-133v-141z" />
<glyph unicode="C" d="M33 249v66q0 120 78 201t194 81q40 0 71 -7.5t71 -26.5q21 -10 40.5 -26.5t33 -35.5t21 -39.5t7.5 -38.5q0 -25 -14 -40.5t-36 -15.5q-21 0 -35 14q-9 9 -14 39q-4 18 -13.5 29.5t-30.5 23.5q-43 24 -97 24q-50 0 -90.5 -23.5t-63 -65t-22.5 -93.5v-64q0 -75 53.5 -120 t143.5 -45q72 0 110 23q11 6 38 34q16 16 36 16t35 -15t15 -35q0 -36 -53 -73q-69 -50 -184 -50q-84 0 -151 34t-105 94t-38 135z" />
<glyph unicode="D" d="M74 0v583h218q109 0 183.5 -80t74.5 -198v-47q0 -110 -70 -183q-71 -75 -196 -75h-210zM174 100h111q45 0 73 10t51 34q41 45 41 117v46q0 72 -45 125q-44 51 -121 51h-110v-383z" />
<glyph unicode="E" d="M94 0v583h434v-100h-334v-141h184v-99h-184v-143h356v-100h-456z" />
<glyph unicode="F" d="M94 0v583h456v-100h-356v-141h184v-99h-184v-243h-100z" />
<glyph unicode="G" d="M33 246v71q0 119 84 203q78 77 200 77q83 0 145 -32q28 -14 58.5 -48t30.5 -72q0 -19 -10 -37q-11 -21 -41 -21q-22 0 -35 15q-6 7 -14 38q-8 26 -43 41.5t-90 15.5q-85 0 -132 -47q-53 -53 -53 -133v-64q0 -85 45 -123q52 -44 147 -44q69 0 125 25v69h-112v100l212 -1 v-231q-67 -35 -114 -48.5t-105 -13.5q-155 0 -232 79q-66 69 -66 181z" />
<glyph unicode="H" d="M95 0v584h100v-243h214v243h100v-584h-100v241h-214v-241h-100z" />
<glyph unicode="I" d="M250 0v584h100v-584h-100z" />
<glyph unicode="J" d="M54 51l100 66q69 -31 117 -31q57 0 95 36q16 16 20 29t4 47v385h100v-396q0 -49 -14.5 -81.5t-49.5 -63.5q-65 -56 -157 -56q-84 0 -215 65z" />
<glyph unicode="K" d="M94 0v584h100v-250l291 249h36h103l-289 -253q54 -29 113.5 -118t82.5 -212h-105q-35 107 -80.5 176t-91.5 83l-60 -51v-208h-100z" />
<glyph unicode="L" d="M156 0v583h100v-483h315v-100h-415z" />
<glyph unicode="M" d="M42 0v583h123l138 -297l135 297h124v-583h-100v389l-111 -251h-91q-118 250 -118 251v-389h-100z" />
<glyph unicode="N" d="M73 0v583h100l258 -392v392h100v-583h-99l-259 394v-394h-100z" />
<glyph unicode="O" d="M21 292q0 126 82 215.5t197 89.5q103 0 185 -77q94 -90 94 -233q0 -123 -82.5 -212t-196.5 -89q-116 0 -197.5 89.5t-81.5 216.5zM121 292q0 -85 52.5 -145.5t126.5 -60.5q73 0 126 60t53 143q0 86 -52.5 147t-126.5 61q-73 0 -126 -60.5t-53 -144.5z" />
<glyph unicode="P" d="M94 0v583h218q95 0 156 -53t61 -136q0 -73 -50 -128q-33 -37 -75 -51.5t-112 -14.5h-98v-200h-100zM194 300h118q52 0 81.5 24.5t29.5 66.5q0 43 -29.5 67.5t-81.5 24.5h-118v-183z" />
<glyph unicode="Q" d="M21 292q0 126 82 215.5t197 89.5t197 -89t82 -214q0 -83 -39.5 -153.5t-110.5 -113.5q-56 -34 -140 -34q-10 0 -18 1l-4 -24q30 5 51 5q38 0 84 -13q27 -7 41 -7q19 0 43 15q26 17 40 17q22 0 36.5 -14.5t14.5 -35.5q0 -29 -38 -51q-51 -31 -95 -31q-19 0 -30 3t-47 17 q-22 8 -48 8q-44 0 -126 -21q-20 -5 -28 -5q-19 0 -33.5 15.5t-14.5 36.5q0 19 20 38l62 60q-56 32 -84.5 57t-49.5 60q-44 77 -44 168zM121 291q0 -84 53 -145t126 -61t126 60t53 143q0 87 -52.5 148t-126.5 61t-126.5 -60.5t-52.5 -145.5z" />
<glyph unicode="R" d="M94 0v583h208q97 0 158.5 -49.5t61.5 -128.5q0 -92 -108 -151q59 -55 98 -113.5t78 -140.5h-116q-37 72 -94.5 141.5t-89.5 80.5h-96v-222h-100zM194 322h76q63 0 104.5 24.5t41.5 61.5q0 32 -31 53.5t-79 21.5h-112v-161z" />
<glyph unicode="S" d="M62 145q0 18 9 34q12 20 41 20q22 0 36 -14q5 -5 7 -9.5t8 -24.5q5 -18 25.5 -33t50.5 -23.5t63 -8.5q36 0 66.5 10t48 27.5t17.5 38.5q0 33 -36 53q-24 13 -105 27q-85 14 -129 39q-25 14 -43.5 36t-28.5 48.5t-10 54.5q0 76 62 126.5t155 50.5q16 0 28.5 -1t24.5 -3.5 t24.5 -6.5t24.5 -9t28 -13q38 -19 63 -56.5t25 -73.5q0 -21 -9 -37q-12 -21 -40 -21q-22 0 -36 14q-7 8 -14 40q-7 30 -39.5 48.5t-79.5 18.5t-80 -22t-33 -54q0 -16 10.5 -31.5t26.5 -23.5q23 -12 100 -26q114 -21 156 -55q59 -47 59 -125t-63 -126t-166 -48q-73 0 -156 39 q-35 16 -63 51t-28 69z" />
<glyph unicode="T" d="M42 483v101h516v-101h-209v-483h-100v483h-207z" />
<glyph unicode="U" d="M71 205v378h100v-387q0 -46 38 -78t91 -32t91 32t38 78v387h100v-378q0 -107 -84 -170q-64 -49 -145 -49t-145 49q-84 65 -84 170z" />
<glyph unicode="V" d="M5 583h112l186 -439l187 440h106l-248 -584h-99z" />
<glyph unicode="W" d="M23 583h103l49 -372l76 226h104l76 -226l48 372h97l-73 -583h-110l-93 277l-91 -277h-111z" />
<glyph unicode="X" d="M-15 0l250 298l-245 285h128l182 -208l178 208h128l-242 -286l252 -297h-129l-186 220l-186 -220h-130z" />
<glyph unicode="Y" d="M15 583h120l165 -235l163 235h120l-233 -338v-245h-100v245z" />
<glyph unicode="Z" d="M73 0v100l302 383h-279v100h408v-97l-303 -386h327v-100h-455z" />
<glyph unicode="[" d="M250 -148v775h158q32 0 46 -9q20 -15 20 -41q0 -29 -24 -43q-11 -7 -42 -7h-58v-575h59q32 0 45 -9q21 -16 21 -41q0 -27 -24 -43q-11 -7 -42 -7h-159z" />
<glyph unicode="\" d="M83 647q0 19 15 33.5t35 14.5q18 0 29 -9.5t22 -34.5l321 -678q12 -24 12 -38q0 -19 -15 -33.5t-35 -14.5q-18 0 -29 9.5t-23 34.5l-320 679q-12 24 -12 37z" />
<glyph unicode="]" d="M125 577q0 27 24 43q11 7 42 7h159v-775h-158q-32 0 -46 9q-20 15 -20 41q0 29 24 43q11 7 42 7h58v575h-59q-32 0 -45 9q-21 16 -21 41z" />
<glyph unicode="^" d="M83 375q0 18 22 44l194 233l196 -233q22 -26 22 -44q0 -20 -15 -35t-35 -15q-14 0 -23.5 5.5t-25.5 24.5l-119 139l-117 -138q-17 -20 -25.5 -25.5t-23.5 -5.5q-20 0 -35 15t-15 35z" />
<glyph unicode="_" d="M-12 -75h624v-50h-624v50z" />
<glyph unicode="`" d="M125 660q0 15 10.5 25.5t26.5 10.5q12 0 32 -16l133 -111q23 -19 23 -37q0 -14 -11 -25t-26 -11q-12 0 -32 16l-133 112q-23 18 -23 36z" />
<glyph unicode="a" d="M42 119q0 49 39 93q68 76 203 76q45 0 104 -10v23q0 49 -93 49q-51 0 -116 -17q-25 -6 -40 -6q-21 0 -35 14.5t-14 36.5q0 32 30 42q85 30 172 30q92 0 144.5 -39t52.5 -109v-302h-101v23q-75 -39 -166 -39q-74 0 -127 39.5t-53 95.5zM148 123q0 -17 22 -28t54 -11 q82 0 165 51v50q-63 11 -111 11q-51 0 -90.5 -22t-39.5 -51z" />
<glyph unicode="b" d="M74 0v624h100v-223q63 50 150 50q109 0 177 -65q70 -67 70 -168q0 -99 -70 -167q-68 -65 -176 -65q-80 0 -151 49v-35h-100zM174 220q0 -59 41.5 -96.5t107.5 -37.5q68 0 109 40q39 39 39 93q0 51 -39 92q-41 40 -109 40q-70 0 -110 -40q-39 -39 -39 -91z" />
<glyph unicode="c" d="M54 207q0 107 71.5 175t184.5 68q80 0 144 -30q35 -17 60.5 -53t25.5 -70q0 -25 -14 -40.5t-36 -15.5t-36 14q-9 7 -15 34q-5 24 -23 36q-41 25 -106 25q-74 0 -116 -43q-40 -40 -40 -100q0 -123 176 -123q66 0 105 13q14 4 21.5 9t28.5 22q13 12 30 12q20 0 35 -15 t15 -36q0 -40 -64 -73q-66 -32 -178 -32q-73 0 -122 16.5t-86 52.5q-61 61 -61 154z" />
<glyph unicode="d" d="M33 219q0 100 70 167q68 65 178 65q87 0 150 -50v223h100v-624h-100v35q-72 -49 -151 -49q-109 0 -177 65q-70 68 -70 168zM133 219q0 -52 39 -93q41 -40 110 -40t110 40q39 39 39 91q0 55 -39 94q-41 40 -111 40q-69 0 -109 -40q-39 -39 -39 -92z" />
<glyph unicode="e" d="M33 216q0 99 74.5 166.5t183.5 67.5q112 0 185.5 -68t73.5 -171v-39h-408q34 -88 164 -88q56 0 163 28q20 5 33 5q20 0 34 -14.5t14 -35.5q0 -29 -35 -45q-34 -15 -99.5 -26.5t-118.5 -11.5q-116 0 -190 65t-74 167zM145 260h294q-12 41 -52 65.5t-95 24.5t-95.5 -25 t-51.5 -65z" />
<glyph unicode="f" d="M86 387q0 29 24 43q10 7 43 7h46v37q0 69 52 109t141 40q80 0 137 -16q42 -11 42 -47q0 -22 -13.5 -36.5t-33.5 -14.5q-10 0 -28 3q-62 11 -113 11q-84 0 -84 -49v-37h151q32 0 45 -9q21 -16 21 -41q0 -27 -24 -43q-11 -7 -42 -7h-151v-337h-100v337h-47q-34 0 -45 10 q-21 15 -21 40z" />
<glyph unicode="g" d="M33 218q0 100 67.5 166.5t168.5 66.5q82 0 141 -50v36h100v-457q0 -79 -54.5 -132t-136.5 -53h-112q-34 0 -45 10q-21 15 -21 40q0 29 24 43q11 7 42 7h109q43 0 68.5 23t25.5 62v55q-66 -49 -141 -49q-101 0 -168.5 66.5t-67.5 165.5zM133 219q0 -55 40.5 -94t97.5 -39 t98 38.5t41 92.5q0 56 -40.5 95t-98.5 39q-57 0 -97.5 -38.5t-40.5 -93.5z" />
<glyph unicode="h" d="M95 0l1 624h99v-235q60 61 137 61q80 0 128.5 -45.5t48.5 -120.5v-284h-100v271q0 26 -4 38t-17 22q-23 19 -67 19q-35 0 -59 -13t-67 -54v-283h-100z" />
<glyph unicode="i" d="M105 387q0 29 24 43q11 7 43 7h178v-437h-100v337h-78q-35 0 -46 10q-21 15 -21 40zM218 518v105h118v-105h-118z" />
<glyph unicode="j" d="M117 -155q0 28 24 43q11 7 42 7h111q43 0 68.5 23t25.5 62v357h-202q-34 0 -45 10q-21 15 -21 40q0 29 24 43q10 7 42 7h302v-457q0 -79 -54.5 -132t-136.5 -53h-114q-34 0 -45 10q-21 15 -21 40zM311 518v105h119v-105h-119z" />
<glyph unicode="k" d="M115 0v624h100v-337l188 150h148l-240 -196l274 -241h-151l-201 178l-18 -14v-164h-100z" />
<glyph unicode="l" d="M105 574q0 29 24 43q11 7 43 7h178v-624h-100v524h-78q-35 0 -46 10q-21 14 -21 40z" />
<glyph unicode="m" d="M40 0v437h101v-24q46 37 85 37q57 0 102 -49q45 49 104 49q56 0 93.5 -37.5t37.5 -93.5v-319h-100v311q0 22 -7.5 30.5t-27.5 8.5t-35.5 -9t-40.5 -36v-305h-100v311q0 21 -8 30t-27 9q-36 0 -76 -45v-305h-101z" />
<glyph unicode="n" d="M96 0v437h99v-48q36 34 66 47.5t71 13.5q68 0 119 -37q59 -44 59 -131v-282h-100v278q0 72 -90 72q-35 0 -62.5 -15t-62.5 -53v-282h-99z" />
<glyph unicode="o" d="M42 217q0 99 75 166t186 67q106 0 180.5 -68t74.5 -165q0 -98 -75 -165.5t-183 -67.5t-183 67.5t-75 165.5zM142 217q0 -56 45.5 -94.5t112.5 -38.5t112.5 38.5t45.5 94.5t-45.5 94.5t-110.5 38.5q-68 0 -114 -38t-46 -95z" />
<glyph unicode="p" d="M74 -205v642h100v-45q68 58 153 58q105 0 174.5 -64.5t69.5 -161.5q0 -92 -69 -153t-173 -61q-82 0 -155 56v-271h-100zM174 231q0 -53 41.5 -87t107.5 -34q65 0 106.5 34t41.5 86q0 25 -13 50t-35 41q-38 29 -100 29q-63 0 -101 -29q-22 -16 -35 -41t-13 -49z" />
<glyph unicode="q" d="M33 224q0 97 69.5 161.5t174.5 64.5q47 0 82 -13t72 -45v45h100v-642h-100v271q-73 -56 -156 -56q-104 0 -173 61t-69 153zM133 230q0 -55 48 -91q38 -29 101 -29t101 29q22 16 35 41t13 49q0 53 -41.5 87t-108.5 34q-60 0 -100 -29q-48 -36 -48 -91z" />
<glyph unicode="r" d="M178 0v437h100v-65q60 45 95 61t72 16q53 0 98 -38q28 -23 28 -47q0 -21 -15 -36t-35 -15q-18 0 -39 18t-39 18q-24 0 -58.5 -21.5t-106.5 -80.5v-247h-100z" />
<glyph unicode="s" d="M73 116q0 22 15.5 36.5t35.5 14.5q38 0 51 -44q44 -39 125 -39q48 0 82.5 13t34.5 30q0 6 -4 13t-12 12.5t-18 9.5q-23 9 -92 17q-70 8 -114 24t-64.5 43t-20.5 67q0 60 58 98.5t148 38.5q75 0 129 -26q34 -16 56.5 -40.5t22.5 -51.5q0 -16 -9 -31q-14 -20 -41 -20 q-30 0 -47 31l-5 9q-41 29 -103 29q-38 0 -68.5 -10.5t-30.5 -24.5t26 -24q15 -5 84 -15q102 -14 145 -38q33 -18 51.5 -48t18.5 -65q0 -40 -28.5 -72.5t-79.5 -50.5t-115 -18q-81 0 -148 29q-18 8 -33.5 20t-26 25.5t-17 28.5t-6.5 29z" />
<glyph unicode="t" d="M13 387q0 29 24 43q11 7 42 7h35v88q0 33 10 46q15 20 40 20q29 0 43 -24q7 -11 7 -42v-88h181q32 0 46 -9q20 -17 20 -41q0 -29 -24 -43q-11 -7 -42 -7h-181v-196q0 -28 8 -37q18 -20 78 -20q79 0 146 34q21 11 35 11q20 0 34 -15t14 -36q0 -18 -11 -29.5t-39 -24.5 q-36 -17 -88.5 -28.5t-91.5 -11.5q-85 0 -135 37t-50 101v215h-35q-33 0 -46 10q-20 15 -20 40z" />
<glyph unicode="u" d="M95 156v281h100v-278q0 -72 88 -72q38 0 63 13.5t64 54.5v282h100v-437h-100v48q-37 -35 -66.5 -48t-70.5 -13q-70 0 -119 37q-59 44 -59 132z" />
<glyph unicode="v" d="M30 437h112l160 -315l157 315h109l-217 -437h-104z" />
<glyph unicode="w" d="M29 437h106l64 -252l60 158h88l61 -158l66 252h99l-109 -437h-92l-71 181l-68 -181h-94z" />
<glyph unicode="x" d="M-38 0l258 228l-246 209h145l180 -144l177 144h149l-252 -210l272 -227h-148l-198 161l-192 -161h-145z" />
<glyph unicode="y" d="M18 437h115l165 -323l174 323h107l-334 -642h-109l106 208z" />
<glyph unicode="z" d="M85 0v83l261 254h-249v100h409v-81l-262 -256h275v-100h-434z" />
<glyph unicode="{" d="M167 240q0 45 49 50q19 2 25.5 10t6.5 28v164q0 53 38.5 92t90.5 39q25 0 40.5 -13.5t15.5 -36.5q0 -21 -13.5 -35.5t-35.5 -15.5q-21 -1 -28.5 -9t-7.5 -28v-157q0 -32 -6 -49.5t-23 -38.5q18 -22 23.5 -40.5t5.5 -57.5v-157q0 -20 7.5 -27.5t28.5 -9.5 q22 -1 35.5 -15.5t13.5 -35.5q0 -23 -15 -36.5t-40 -13.5q-53 0 -91.5 39t-38.5 92v173q0 21 -6 28.5t-26 9.5q-49 6 -49 51z" />
<glyph unicode="|" d="M250 -87v643q0 33 9 46q17 20 41 20q29 0 43 -24q7 -13 7 -42v-643q0 -32 -9 -45q-16 -21 -41 -21q-27 0 -43 24q-7 11 -7 42z" />
<glyph unicode="}" d="M167 -103q0 21 13.5 35.5t35.5 15.5q21 1 28.5 9t7.5 28v157q0 32 6 49.5t23 38.5q-18 22 -23.5 40.5t-5.5 57.5v157q0 20 -7.5 27.5t-28.5 9.5q-22 1 -35.5 15.5t-13.5 35.5q0 23 15 36.5t40 13.5q53 0 91.5 -39t38.5 -92v-173q0 -21 6 -28.5t26 -9.5q49 -6 49 -51 t-49 -50q-19 -2 -25.5 -10t-6.5 -28v-164q0 -53 -38.5 -92t-90.5 -39q-25 0 -40.5 13.5t-15.5 36.5z" />
<glyph unicode="~" d="M62 252q0 27 39 70q55 63 112 63q32 0 59 -15.5t78 -62.5q28 -23 39 -23q14 0 49 46q15 20 25 27t25 7q20 0 35 -15t15 -35q0 -25 -41 -73q-52 -62 -106 -62t-137 75q-32 27 -42 27q-13 0 -47 -42q-20 -24 -29.5 -31t-22.5 -7q-20 0 -35.5 15.5t-15.5 35.5z" />
<glyph unicode="&#xa0;" />
<glyph unicode="&#xa1;" d="M220 -147q0 9 2 33l29 297q5 49 49 49q21 0 34.5 -13t15.5 -36l29 -297q2 -26 2 -33q0 -35 -23 -57.5t-58 -22.5q-34 0 -57 22.5t-23 57.5zM225 360q0 28 19.5 47t47.5 19h17q28 0 47 -19t19 -47t-19 -47t-47 -19h-17q-28 0 -47.5 19t-19.5 47z" />
<glyph unicode="&#xa2;" d="M83 312q0 73 47 130t121 75v77q0 34 10 46q15 21 40 21q29 0 43 -24q7 -11 7 -43v-67q42 -7 73 -24q28 -16 49.5 -49t21.5 -65q0 -20 -9 -35q-16 -21 -41 -21q-20 0 -35 13q-7 8 -15 38q-10 43 -75 43q-59 0 -98 -33.5t-39 -83.5q0 -47 36.5 -80t90.5 -33q56 0 105 36 q18 12 34 12q20 0 35 -15.5t15 -35.5q0 -31 -41 -57.5t-107 -37.5v-77q0 -32 -9 -45q-16 -21 -41 -21q-27 0 -43 24q-7 11 -7 42v81q-77 19 -122.5 75.5t-45.5 133.5z" />
<glyph unicode="&#xa3;" d="M33 293q0 29 24 43q11 7 42 7h44q-17 51 -17 89q0 73 48.5 119.5t124.5 46.5q59 0 108.5 -32.5t49.5 -70.5q0 -21 -14.5 -36t-34.5 -15q-14 0 -22 4.5t-25 23.5q-23 26 -63 26q-31 0 -51.5 -17.5t-20.5 -43.5q0 -23 20 -94h68q33 0 46 -9q21 -16 21 -41q0 -27 -24 -43 q-13 -7 -43 -7h-45q1 -12 1 -27q0 -59 -23 -116h203q6 46 49 46q23 0 37 -15t14 -41q0 -44 -28 -67t-80 -23h-321q-32 0 -45 10q-21 15 -21 41q0 39 50 49q33 7 45 32q19 37 19 92q0 11 -1 19h-69q-33 0 -45 9q-21 16 -21 41z" />
<glyph unicode="&#xa4;" d="M73 115q0 20 26 47l32 34q-25 49 -25 96q0 49 25 96l-33 32q-25 25 -25 49q0 20 15 35t36 15q20 0 47 -26l32 -31q48 26 97 26q47 0 97 -27l31 30q26 26 47 26t36 -15t15 -36q0 -13 -4.5 -21t-21.5 -25l-31 -32q25 -49 25 -96q0 -48 -26 -96l33 -34q26 -26 26 -46 q0 -21 -15.5 -36.5t-36.5 -15.5q-13 0 -21 4.5t-25 21.5l-34 32q-47 -25 -95 -25t-96 26l-33 -32q-17 -17 -25.5 -22t-21.5 -5q-21 0 -36 15t-15 36zM206 293q0 -39 28 -67.5t66 -28.5t66 28.5t28 66.5q0 41 -27 68.5t-67 27.5q-39 0 -66.5 -27.5t-27.5 -67.5z" />
<glyph unicode="&#xa5;" d="M19 580h120l162 -232l166 232h117l-209 -299h72q31 0 31 -28t-31 -28h-97v-34h97q31 0 31 -28t-31 -28h-97v-135h-100v135h-97q-31 0 -31 28t31 28h97v34h-97q-31 0 -31 28t31 28h72z" />
<glyph unicode="&#xa6;" d="M250 -87v203q0 33 9 46q17 20 41 20q29 0 43 -24q7 -13 7 -42v-203q0 -32 -9 -45q-16 -21 -41 -21q-27 0 -43 24q-7 11 -7 42zM250 353v203q0 33 9 45q16 21 41 21q50 0 50 -66v-203q0 -32 -9 -45q-16 -21 -41 -21q-29 0 -43 24q-7 11 -7 42z" />
<glyph unicode="&#xa7;" d="M36 283q0 91 101 119q-5 15 -5 30q0 59 42 103q44 48 120 48h225v-91l-232 1q-29 0 -49.5 -15.5t-20.5 -37.5q0 -37 107 -98l92 -51q87 -49 117.5 -82t30.5 -80q0 -46 -26.5 -77t-75.5 -42q5 -21 5 -38q0 -51 -38 -95q-43 -47 -117 -47h-231v88h233q27 0 47 16t20 37 q0 39 -105 98l-106 61q-75 43 -104.5 76.5t-29.5 76.5zM132 292q0 -37 86 -87l103 -58q65 -40 86 -59h17q19 1 31.5 10t12.5 23q0 37 -97 93l-99 57q-38 21 -80 55q-60 0 -60 -34z" />
<glyph unicode="&#xa8;" d="M136 594q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5zM344 594q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5z" />
<glyph unicode="&#xa9;" d="M-7 292q0 127 89.5 216.5t216.5 89.5q84 0 154.5 -41t111.5 -111.5t41 -153.5q0 -128 -90 -217.5t-220 -89.5q-124 0 -213.5 90.5t-89.5 216.5zM66 292q0 -96 68 -165t163 -69q99 0 167.5 68t68.5 166q0 97 -68.5 165t-164.5 68q-97 0 -165.5 -68t-68.5 -165zM135 269v36 q0 69 44.5 115t111.5 46q41 0 79 -19q28 -12 44 -36.5t16 -47.5q0 -17 -8.5 -28t-25.5 -11q-10 0 -17.5 4t-11.5 11.5t-7 20.5q-1 9 -10.5 17t-24.5 13t-32 5q-38 0 -62.5 -25.5t-24.5 -65.5v-34q0 -37 26.5 -59t70.5 -22q29 0 43.5 5.5t31.5 23.5q11 11 25 11t25 -11 t11 -25q0 -19 -19.5 -36.5t-51 -28t-66.5 -10.5q-47 0 -85.5 19.5t-60 54t-21.5 77.5z" />
<glyph unicode="&#xaa;" d="M118 369q0 34 28 65q47 53 146 53q26 0 62 -5v8q0 27 -58 27q-35 0 -79 -11q-18 -5 -28 -5q-16 0 -27 11.5t-11 28.5q0 24 24 34q57 20 117 20q67 0 103.5 -27.5t36.5 -77.5v-128h6q51 0 51 -39t-50 -39h-85v11q-55 -22 -108 -22t-90.5 28t-37.5 68zM124 227 q0 19 10.5 25.5t41.5 6.5h255q52 0 52 -38q0 -39 -51 -39h-256q-33 0 -42.5 8t-9.5 37zM209 374q0 -10 12 -16t31 -6q57 0 102 31v27q-37 7 -66 7q-32 0 -55.5 -13t-23.5 -30z" />
<glyph unicode="&#xab;" d="M33 218l248 184q17 13 29 13q13 0 22.5 -9t9.5 -21q0 -14 -16 -27l-151 -140l151 -141q16 -15 16 -27t-10 -21t-23 -9q-11 0 -28 13zM262 218l248 184q17 13 29 13q13 0 22.5 -9t9.5 -21q0 -14 -16 -27l-151 -140l151 -141q16 -15 16 -27t-10 -21t-23 -9q-11 0 -28 13z " />
<glyph unicode="&#xac;" d="M42 395q0 29 24 43q10 7 42 7h357v-264q0 -32 -9 -45q-16 -21 -41 -21q-29 0 -43 24q-7 13 -7 42v164h-257q-34 0 -45 10q-21 15 -21 40z" />
<glyph unicode="&#xad;" d="M42 279q0 27 24 43q10 7 42 7h384q33 0 46 -9q20 -15 20 -41q0 -29 -24 -43q-11 -7 -42 -7h-384q-33 0 -45 9q-21 16 -21 41z" />
<glyph unicode="&#xae;" d="M-7 292q0 126 90 216t217 90q126 0 216 -89.5t90 -216.5q0 -128 -90 -217.5t-220 -89.5q-124 0 -213.5 90.5t-89.5 216.5zM66 292q0 -96 68 -165t163 -69q99 0 167.5 68t68.5 166q0 96 -68.5 164.5t-164.5 68.5q-97 0 -165.5 -68.5t-68.5 -164.5zM197 126v332h95 q56 0 91.5 -29t35.5 -75q0 -28 -16.5 -51.5t-44.5 -36.5q57 -52 78 -140h-73q-9 36 -33.5 73t-45.5 47h-15v-120h-72zM269 316h25q23 0 38.5 11t15.5 28q0 14 -14.5 23t-39.5 9h-25v-71z" />
<glyph unicode="&#xaf;" d="M125 586q0 40 53 40h244q32 0 42 -11q11 -13 11 -29q0 -40 -53 -40h-244q-31 0 -42 12q-11 15 -11 28z" />
<glyph unicode="&#xb0;" d="M125 420q0 73 51 124.5t124 51.5t124 -51.5t51 -124.5q0 -74 -51.5 -125.5t-125.5 -51.5q-71 0 -122 52t-51 125zM186 420q0 -47 33.5 -81.5t79.5 -34.5q48 0 81.5 34t33.5 82q0 47 -33.5 81t-80.5 34t-80.5 -34t-33.5 -81z" />
<glyph unicode="&#xb1;" d="M42 50q0 28 24 43q10 7 42 7h384q32 0 45 -9q21 -16 21 -41q0 -29 -24 -43q-11 -7 -42 -7h-384q-34 0 -45 10q-21 15 -21 40zM42 380q0 28 24 43q10 7 42 7h142v128q0 34 10 45q15 21 40 21q29 0 43 -24q7 -10 7 -42v-128h141q33 0 46 -9q21 -16 21 -41q0 -29 -24 -43 q-11 -7 -43 -7h-141v-100q0 -32 -9 -45q-16 -21 -41 -21q-28 0 -43 24q-7 13 -7 42v100h-142q-34 0 -45 10q-21 15 -21 40z" />
<glyph unicode="&#xb2;" d="M149 247v68q139 115 174 149.5t35 55.5t-18.5 35.5t-46.5 14.5q-37 0 -56 -24q-6 -7 -12 -26q-7 -20 -30 -20q-14 0 -24 9.5t-10 23.5q0 15 10.5 35t26.5 34q40 35 96 35t93.5 -34t37.5 -86q0 -38 -30 -73.5t-142 -129.5h176v-67h-280z" />
<glyph unicode="&#xb3;" d="M157 292q0 14 9.5 24t23.5 10q11 0 22 -8q19 -13 71 -13q92 0 92 52q0 34 -44 54q-14 6 -45 7q-34 3 -34 33q0 14 10 23.5t24 9.5h25q20 0 35.5 13.5t15.5 30.5q0 19 -17 30.5t-46 11.5q-43 0 -67 -27q-10 -10 -24 -10q-13 0 -23 10t-10 24q0 28 38.5 49t88.5 21 q55 0 91 -30.5t36 -77.5q0 -49 -48 -79q-2 -1 -3 -2q64 -33 64 -93q0 -55 -46 -89q-38 -28 -111 -28q-59 0 -93.5 14.5t-34.5 39.5z" />
<glyph unicode="&#xb4;" d="M250 532q0 18 23 37l133 111q20 16 32 16q16 0 26.5 -10.5t10.5 -26.5q0 -17 -23 -35l-133 -112q-20 -16 -32 -16q-15 0 -26 11t-11 25z" />
<glyph unicode="&#xb6;" d="M49 361v46q0 73 75 124.5t181 51.5h197q54 0 54 -39t-54 -39h-34v-679h-76v679h-44v-679h-78v359q-97 10 -159 59.5t-62 116.5zM162 361q0 -34 29 -59t79 -36v234q-50 -11 -79 -36t-29 -59v-44z" />
<glyph unicode="&#xb7;" d="M225 280q0 27 19.5 46.5t46.5 19.5h18q28 0 47 -19t19 -47t-19 -47t-47 -19h-18q-27 0 -46.5 19.5t-19.5 46.5z" />
<glyph unicode="&#xb8;" d="M180 -166q0 14 10.5 24.5t24.5 10.5q9 0 29 -11q31 -17 57 -17q36 0 36 25q0 34 -53 34q-9 0 -22 -2v102h70v-41q75 -16 75 -91q0 -43 -30 -70t-77 -27q-38 0 -79 17t-41 46z" />
<glyph unicode="&#xb9;" d="M168 570q0 14 7.5 21.5t26.5 12.5l132 34v-391h-67v304l-48 -12q-15 -4 -20 -4q-13 0 -22 10.5t-9 24.5z" />
<glyph unicode="&#xba;" d="M122 221q0 21 18 32q10 6 34 6h254q52 0 52 -38q0 -39 -52 -39h-254q-52 0 -52 39zM131 430q0 68 50 116.5t120 48.5q71 0 120.5 -48.5t49.5 -118.5q0 -64 -50 -109.5t-120 -45.5q-71 0 -120.5 46t-49.5 111zM210 430q0 -31 27.5 -55t63.5 -24t63.5 24t27.5 55 q0 35 -27 61t-64 26t-64 -26t-27 -61z" />
<glyph unicode="&#xbb;" d="M33 50q0 14 16 27l151 140l-151 141q-16 15 -16 27t10 21t23 9q11 0 28 -13l247 -185l-247 -184q-17 -13 -29 -13q-13 0 -22.5 9t-9.5 21zM263 50q0 14 16 27l151 140l-151 141q-16 15 -16 27t10 21t23 9q11 0 28 -13l247 -185l-247 -184q-17 -13 -29 -13q-13 0 -22.5 9 t-9.5 21z" />
<glyph unicode="&#xbc;" d="M-32 570q0 14 7.5 21.5t26.5 12.5l132 34v-391h-67v304l-48 -12q-15 -4 -20 -4q-13 0 -22 10.5t-9 24.5zM145 84q0 10 10 26l260 451q16 26 35 26q13 0 23.5 -10t10.5 -22q0 -9 -11 -27l-260 -451q-15 -26 -34 -26q-13 0 -23.5 10t-10.5 23zM362 83v55l146 242h84v-230 q37 -2 37 -33q0 -32 -37 -34v-83h-67v83h-163zM446 150h79v129z" />
<glyph unicode="&#xbd;" d="M-32 570q0 14 7.5 21.5t26.5 12.5l132 34v-391h-67v304l-48 -12q-15 -4 -20 -4q-13 0 -22 10.5t-9 24.5zM145 84q0 10 10 26l260 451q16 26 35 26q13 0 23.5 -10t10.5 -22q0 -9 -11 -27l-260 -451q-15 -26 -34 -26q-13 0 -23.5 10t-10.5 23zM349 0v68q139 115 174 149.5 t35 55.5t-18.5 35.5t-46.5 14.5q-36 0 -56 -24q-6 -7 -12 -26q-7 -20 -30 -20q-14 0 -24 9.5t-10 23.5q0 15 10.5 35t26.5 34q40 35 96 35t93.5 -34t37.5 -86q0 -38 -30 -73.5t-142 -129.5h176v-67h-280z" />
<glyph unicode="&#xbe;" d="M-43 292q0 14 9.5 24t23.5 10q11 0 22 -8q20 -13 71 -13q92 0 92 52q0 34 -44 54q-14 6 -45 7q-34 3 -34 33q0 14 10 23.5t24 9.5h25q20 0 35.5 13.5t15.5 30.5q0 19 -17 30.5t-46 11.5q-43 0 -67 -27q-10 -10 -24 -10q-13 0 -23 10t-10 24q0 28 38.5 49t88.5 21 q55 0 91 -30.5t36 -77.5q0 -49 -48 -79q-2 -1 -3 -2q64 -33 64 -93q0 -55 -46 -89q-38 -28 -111 -28q-59 0 -93.5 14.5t-34.5 39.5zM145 84q0 10 10 26l261 451q14 26 34 26q13 0 23.5 -10t10.5 -22q0 -9 -10 -27l-261 -451q-15 -26 -34 -26q-14 0 -24 10t-10 23zM362 83v55 l146 242h84v-230q37 -2 37 -33q0 -32 -37 -34v-83h-67v83h-163zM446 150h79v129z" />
<glyph unicode="&#xbf;" d="M83 -38q0 61 36.5 101t127.5 80q6 54 50 54q29 0 43 -24q7 -13 7 -42v-56q-96 -37 -130 -61.5t-34 -56.5q0 -37 30 -60.5t78 -23.5q55 0 105 24l100 -65q-72 -35 -114 -47t-90 -12q-93 0 -151 52.5t-58 136.5zM223 320q0 28 19 47t47 19h17q28 0 47.5 -19.5t19.5 -46.5 t-19.5 -46.5t-47.5 -19.5h-17q-28 0 -47 19t-19 47z" />
<glyph unicode="&#xc0;" d="M5 0l237 583h112l240 -583h-116l-62 158h-238l-62 -158h-111zM141 804q0 15 10.5 25.5t26.5 10.5q12 0 32 -16l133 -111q23 -19 23 -37q0 -14 -11 -25t-26 -11q-12 0 -32 16l-133 112q-23 18 -23 36zM218 258h157l-78 192z" />
<glyph unicode="&#xc1;" d="M5 0l237 583h112l240 -583h-116l-62 158h-238l-62 -158h-111zM208 676q0 18 23 37l133 111q20 16 32 16q16 0 26.5 -10.5t10.5 -26.5q0 -17 -23 -35l-133 -112q-20 -16 -32 -16q-15 0 -26 11t-11 25zM218 258h157l-78 192z" />
<glyph unicode="&#xc2;" d="M5 0l237 583h112l240 -583h-116l-62 158h-238l-62 -158h-111zM125 675q0 11 4 16.5t20 18.5l152 129l151 -129q24 -16 24 -35q0 -14 -10.5 -24.5t-23.5 -10.5t-29 13l-112 97l-113 -97q-16 -13 -28 -13q-14 0 -24.5 10.5t-10.5 24.5zM218 258h157l-78 192z" />
<glyph unicode="&#xc3;" d="M5 0l237 583h112l240 -583h-116l-62 158h-238l-62 -158h-111zM98 699q0 22 27 55q39 45 83 45q29 0 90 -38q44 -26 58 -26q11 0 17.5 5.5t23.5 28.5q21 30 39 30q13 0 22.5 -8.5t9.5 -19.5q0 -20 -29 -57q-38 -48 -80 -48q-34 0 -99 43q-32 21 -50 21q-13 0 -23 -8.5 t-32 -37.5q-11 -15 -26 -15q-13 0 -22 9t-9 21zM218 258h157l-78 192z" />
<glyph unicode="&#xc4;" d="M5 0l237 583h112l240 -583h-116l-62 158h-238l-62 -158h-111zM134 738q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5zM218 258h157l-78 192zM342 738q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5 q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5z" />
<glyph unicode="&#xc5;" d="M5 0l237 583h112l240 -583h-116l-62 158h-238l-62 -158h-111zM160 751q0 49 36.5 84.5t86.5 35.5q51 0 87 -36t36 -86q0 -48 -36.5 -83.5t-86.5 -35.5t-86.5 36t-36.5 85zM213 751q0 -27 21 -47t49 -20t49 20t21 46q0 28 -20.5 48t-49.5 20q-28 0 -49 -20t-21 -47z M218 258h157l-78 192z" />
<glyph unicode="&#xc6;" d="M23 0l175 583h395v-100h-226v-141h119v-99h-119v-143h247v-100h-347v158h-93l-46 -158h-105zM203 259h64v212z" />
<glyph unicode="&#xc7;" d="M33 249v66q0 79 36 143.5t98.5 101.5t137.5 37q42 0 71.5 -7t70.5 -27q21 -10 40.5 -26.5t33 -35.5t21 -39.5t7.5 -38.5q0 -25 -14 -40.5t-36 -15.5q-21 0 -35 14q-9 9 -14 39q-4 18 -13.5 29.5t-30.5 23.5q-43 24 -97 24q-74 0 -125 -51.5t-51 -130.5v-64 q0 -75 53.5 -120t142.5 -45q73 0 111 23q11 6 38 34q16 16 36 16t35 -15t15 -36q0 -20 -20 -43t-53 -42q-57 -31 -154 -37v-28q75 -15 75 -90q0 -42 -30 -69.5t-75 -27.5q-59 0 -104 30q-18 13 -18 33q0 14 10.5 24.5t24.5 10.5q8 0 29 -11q28 -17 57 -17q36 0 36 25 q0 16 -13.5 25t-36.5 9q-8 0 -25 -2v93q-81 17 -130 52q-50 37 -77 91t-27 115z" />
<glyph unicode="&#xc8;" d="M94 0v583h434v-100h-334v-141h184v-99h-184v-143h356v-100h-456zM141 804q0 15 10.5 25.5t26.5 10.5q12 0 32 -16l133 -111q23 -19 23 -37q0 -14 -11 -25t-26 -11q-12 0 -32 16l-133 112q-23 18 -23 36z" />
<glyph unicode="&#xc9;" d="M94 0v583h434v-100h-334v-141h184v-99h-184v-143h356v-100h-456zM215 676q0 18 23 37l133 111q20 16 32 16q16 0 26.5 -10.5t10.5 -26.5q0 -17 -23 -35l-133 -112q-20 -16 -32 -16q-15 0 -26 11t-11 25z" />
<glyph unicode="&#xca;" d="M94 0v583h434v-100h-334v-141h184v-99h-184v-143h356v-100h-456zM116 675q0 11 4 16.5t20 18.5l152 129l151 -129q24 -16 24 -35q0 -14 -10.5 -24.5t-23.5 -10.5t-29 13l-112 97l-113 -97q-16 -13 -28 -13q-14 0 -24.5 10.5t-10.5 24.5z" />
<glyph unicode="&#xcb;" d="M94 0v583h434v-100h-334v-141h184v-99h-184v-143h356v-100h-456zM127 738q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5zM335 738q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5 t-42.5 -17.5t-42.5 17.5t-17.5 42.5z" />
<glyph unicode="&#xcc;" d="M151 804q0 15 10.5 25.5t26.5 10.5q12 0 32 -16l133 -111q23 -19 23 -37q0 -14 -11 -25t-26 -11q-12 0 -32 16l-133 112q-23 18 -23 36zM250 0v584h100v-584h-100z" />
<glyph unicode="&#xcd;" d="M250 0v584h100v-584h-100zM250 676q0 18 23 37l133 111q20 16 32 16q16 0 26.5 -10.5t10.5 -26.5q0 -17 -23 -35l-133 -112q-20 -16 -32 -16q-15 0 -26 11t-11 25z" />
<glyph unicode="&#xce;" d="M124 675q0 11 4 16.5t20 18.5l152 129l151 -129q24 -16 24 -35q0 -14 -10.5 -24.5t-23.5 -10.5t-29 13l-112 97l-113 -97q-16 -13 -28 -13q-14 0 -24.5 10.5t-10.5 24.5zM250 0v584h100v-584h-100z" />
<glyph unicode="&#xcf;" d="M136 738q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5zM250 0v584h100v-584h-100zM344 738q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5z" />
<glyph unicode="&#xd0;" d="M0 293q0 29 24 43q10 7 43 7h7v140q-61 0 -61 50q0 29 24 43q10 7 43 7h212q109 0 183.5 -80t74.5 -198v-47q0 -110 -70 -183q-71 -75 -196 -75h-205q-32 0 -45 10q-21 15 -21 40q0 24 16 37t45 13v143h-8q-32 0 -45 10q-21 15 -21 40zM174 100h111q45 0 73 10t51 34 q41 45 41 117v46q0 72 -45 125q-44 51 -121 51h-110v-140h74q32 0 45 -9q21 -15 21 -41q0 -50 -66 -50h-74v-143z" />
<glyph unicode="&#xd1;" d="M73 0v583h100l258 -392v392h100v-583h-99l-259 394v-394h-100zM114 699q0 22 27 55q39 45 83 45q29 0 90 -38q44 -26 58 -26q11 0 17.5 5.5t23.5 28.5q21 30 39 30q13 0 22.5 -8.5t9.5 -19.5q0 -20 -29 -57q-38 -48 -80 -48q-34 0 -99 43q-32 21 -50 21q-13 0 -23 -8.5 t-32 -37.5q-11 -15 -26 -15q-13 0 -22 9t-9 21z" />
<glyph unicode="&#xd2;" d="M21 292q0 126 82 215.5t197 89.5q103 0 185 -77q94 -90 94 -233q0 -123 -82.5 -212t-196.5 -89q-116 0 -197.5 89.5t-81.5 216.5zM121 292q0 -85 52.5 -145.5t126.5 -60.5q73 0 126 60t53 143q0 86 -52.5 147t-126.5 61q-73 0 -126 -60.5t-53 -144.5zM153 804 q0 15 10.5 25.5t26.5 10.5q12 0 32 -16l133 -111q23 -19 23 -37q0 -14 -11 -25t-26 -11q-12 0 -32 16l-133 112q-23 18 -23 36z" />
<glyph unicode="&#xd3;" d="M21 292q0 126 82 215.5t197 89.5q103 0 185 -77q94 -90 94 -233q0 -123 -82.5 -212t-196.5 -89q-116 0 -197.5 89.5t-81.5 216.5zM121 292q0 -85 52.5 -145.5t126.5 -60.5q73 0 126 60t53 143q0 86 -52.5 147t-126.5 61q-73 0 -126 -60.5t-53 -144.5zM221 676q0 18 23 37 l133 111q20 16 32 16q16 0 26.5 -10.5t10.5 -26.5q0 -17 -23 -35l-133 -112q-20 -16 -32 -16q-15 0 -26 11t-11 25z" />
<glyph unicode="&#xd4;" d="M21 292q0 126 82 215.5t197 89.5q103 0 185 -77q94 -90 94 -233q0 -123 -82.5 -212t-196.5 -89q-116 0 -197.5 89.5t-81.5 216.5zM121 292q0 -85 52.5 -145.5t126.5 -60.5q73 0 126 60t53 143q0 86 -52.5 147t-126.5 61q-73 0 -126 -60.5t-53 -144.5zM124 675 q0 11 4 16.5t20 18.5l152 129l151 -129q24 -16 24 -35q0 -14 -10.5 -24.5t-23.5 -10.5t-29 13l-112 97l-113 -97q-16 -13 -28 -13q-14 0 -24.5 10.5t-10.5 24.5z" />
<glyph unicode="&#xd5;" d="M21 292q0 126 82 215.5t197 89.5q103 0 185 -77q94 -90 94 -233q0 -123 -82.5 -212t-196.5 -89q-116 0 -197.5 89.5t-81.5 216.5zM121 292q0 -85 52.5 -145.5t126.5 -60.5q73 0 126 60t53 143q0 86 -52.5 147t-126.5 61q-73 0 -126 -60.5t-53 -144.5zM122 699q0 22 27 55 q39 45 83 45q29 0 90 -38q44 -26 58 -26q11 0 17.5 5.5t23.5 28.5q21 30 39 30q13 0 22.5 -8.5t9.5 -19.5q0 -20 -29 -57q-38 -48 -80 -48q-34 0 -99 43q-32 21 -50 21q-13 0 -23 -8.5t-32 -37.5q-11 -15 -26 -15q-13 0 -22 9t-9 21z" />
<glyph unicode="&#xd6;" d="M21 292q0 126 82 215.5t197 89.5q103 0 185 -77q94 -90 94 -233q0 -123 -82.5 -212t-196.5 -89q-116 0 -197.5 89.5t-81.5 216.5zM121 292q0 -85 52.5 -145.5t126.5 -60.5q73 0 126 60t53 143q0 86 -52.5 147t-126.5 61q-73 0 -126 -60.5t-53 -144.5zM136 738 q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5zM344 738q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5z" />
<glyph unicode="&#xd7;" d="M100 131q0 20 26 46l103 103l-103 103q-26 27 -26 47t15 35t35 15t47 -26l103 -103l103 103q27 26 47 26t35 -15t15 -35t-26 -47l-103 -103l103 -103q26 -26 26 -47q0 -20 -15 -35t-35 -15q-21 0 -47 26l-103 103l-103 -103q-27 -26 -47 -26t-35 15t-15 36z" />
<glyph unicode="&#xd8;" d="M9 -23q0 16 21 42l57 73q-67 88 -67 200q0 126 82 215.5t198 89.5q77 0 149 -48l46 58q14 19 23.5 25t23.5 6q20 0 34 -14t14 -34q0 -16 -20 -42l-52 -65q61 -80 61 -192q0 -126 -82 -215.5t-197 -89.5q-74 0 -141 42l-54 -68q-15 -19 -24 -24.5t-23 -5.5q-20 0 -34.5 14 t-14.5 33zM120 292q0 -64 32 -118l235 297q-44 26 -88 26q-73 0 -126 -60.5t-53 -144.5zM221 107q37 -21 79 -21q73 0 126 60.5t53 143.5q0 61 -27 110z" />
<glyph unicode="&#xd9;" d="M71 205v378h100v-387q0 -46 38 -78t91 -32t91 32t38 78v387h100v-378q0 -107 -84 -170q-64 -49 -145 -49t-145 49q-84 65 -84 170zM153 804q0 15 10.5 25.5t26.5 10.5q12 0 32 -16l133 -111q23 -19 23 -37q0 -14 -11 -25t-26 -11q-12 0 -32 16l-133 112q-23 18 -23 36z " />
<glyph unicode="&#xda;" d="M71 205v378h100v-387q0 -46 38 -78t91 -32t91 32t38 78v387h100v-378q0 -107 -84 -170q-64 -49 -145 -49t-145 49q-84 65 -84 170zM221 676q0 18 23 37l133 111q20 16 32 16q16 0 26.5 -10.5t10.5 -26.5q0 -17 -23 -35l-133 -112q-20 -16 -32 -16q-15 0 -26 11t-11 25z " />
<glyph unicode="&#xdb;" d="M71 205v378h100v-387q0 -46 38 -78t91 -32t91 32t38 78v387h100v-378q0 -107 -84 -170q-64 -49 -145 -49t-145 49q-84 65 -84 170zM124 675q0 11 4 16.5t20 18.5l152 129l151 -129q24 -16 24 -35q0 -14 -10.5 -24.5t-23.5 -10.5t-29 13l-112 97l-113 -97q-16 -13 -28 -13 q-14 0 -24.5 10.5t-10.5 24.5z" />
<glyph unicode="&#xdc;" d="M71 205v378h100v-387q0 -46 38 -78t91 -32t91 32t38 78v387h100v-378q0 -107 -84 -170q-64 -49 -145 -49t-145 49q-84 65 -84 170zM136 738q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5zM344 738 q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5z" />
<glyph unicode="&#xdd;" d="M15 583h120l165 -235l163 235h120l-233 -338v-245h-100v245zM224 676q0 18 23 37l133 111q20 16 32 16q16 0 26.5 -10.5t10.5 -26.5q0 -17 -23 -35l-133 -112q-20 -16 -32 -16q-15 0 -26 11t-11 25z" />
<glyph unicode="&#xde;" d="M95 0v583h100v-140h98q77 0 120.5 -13.5t74.5 -47.5q35 -38 35 -90q0 -53 -35 -91q-31 -34 -74.5 -47.5t-120.5 -13.5h-98v-140h-100zM195 240h131q50 0 72.5 12t22.5 39q0 28 -22.5 40t-72.5 12h-131v-103z" />
<glyph unicode="&#xdf;" d="M95 0v478q0 64 48.5 104.5t124.5 40.5t127 -48t51 -119q0 -50 -35 -91q118 -69 118 -200q0 -81 -42.5 -131t-112.5 -50q-52 0 -85.5 32t-33.5 81q0 28 13.5 43.5t36.5 15.5q21 0 31 -10t16 -33q6 -29 30 -29q21 0 34 22t13 58q0 56 -41 95q-37 36 -110 44q-55 6 -55 50 t53 49q32 4 45 13q25 16 25 44t-22 46t-56 18q-73 0 -73 -62v-461h-100z" />
<glyph unicode="&#xe0;" d="M42 119q0 49 39 93q68 76 203 76q45 0 104 -10v23q0 49 -93 49q-51 0 -116 -17q-25 -6 -40 -6q-21 0 -35 14.5t-14 36.5q0 32 30 42q85 30 172 30q92 0 144.5 -39t52.5 -109v-302h-101v23q-75 -39 -166 -39q-74 0 -127 39.5t-53 95.5zM137 660q0 15 10.5 25.5t26.5 10.5 q12 0 32 -16l133 -111q23 -19 23 -37q0 -14 -11 -25t-26 -11q-12 0 -32 16l-133 112q-23 18 -23 36zM148 123q0 -17 22 -28t54 -11q82 0 165 51v50q-63 11 -111 11q-51 0 -90.5 -22t-39.5 -51z" />
<glyph unicode="&#xe1;" d="M42 119q0 49 39 93q68 76 203 76q45 0 104 -10v23q0 49 -93 49q-51 0 -116 -17q-25 -6 -40 -6q-21 0 -35 14.5t-14 36.5q0 32 30 42q85 30 172 30q92 0 144.5 -39t52.5 -109v-302h-101v23q-75 -39 -166 -39q-74 0 -127 39.5t-53 95.5zM148 123q0 -17 22 -28t54 -11 q82 0 165 51v50q-63 11 -111 11q-51 0 -90.5 -22t-39.5 -51zM217 532q0 18 23 37l133 111q20 16 32 16q16 0 26.5 -10.5t10.5 -26.5q0 -17 -23 -35l-133 -112q-20 -16 -32 -16q-15 0 -26 11t-11 25z" />
<glyph unicode="&#xe2;" d="M42 119q0 49 39 93q68 76 203 76q45 0 104 -10v23q0 49 -93 49q-51 0 -116 -17q-25 -6 -40 -6q-21 0 -35 14.5t-14 36.5q0 32 30 42q85 30 172 30q92 0 144.5 -39t52.5 -109v-302h-101v23q-75 -39 -166 -39q-74 0 -127 39.5t-53 95.5zM114 532q0 11 4 16.5t20 18.5 l152 129l151 -129q24 -16 24 -35q0 -14 -10.5 -24.5t-23.5 -10.5t-29 13l-112 97l-113 -97q-16 -13 -28 -13q-14 0 -24.5 10.5t-10.5 24.5zM148 123q0 -17 22 -28t54 -11q82 0 165 51v50q-63 11 -111 11q-51 0 -90.5 -22t-39.5 -51z" />
<glyph unicode="&#xe3;" d="M42 119q0 49 39 93q68 76 203 76q45 0 104 -10v23q0 49 -93 49q-51 0 -116 -17q-25 -6 -40 -6q-21 0 -35 14.5t-14 36.5q0 32 30 42q85 30 172 30q92 0 144.5 -39t52.5 -109v-302h-101v23q-75 -39 -166 -39q-74 0 -127 39.5t-53 95.5zM108 556q0 22 27 55q39 45 83 45 q29 0 90 -38q44 -26 58 -26q11 0 17.5 5.5t23.5 28.5q21 30 39 30q13 0 22.5 -8.5t9.5 -19.5q0 -20 -29 -57q-38 -48 -80 -48q-34 0 -99 43q-32 21 -50 21q-13 0 -23 -8.5t-32 -37.5q-11 -15 -26 -15q-13 0 -22 9t-9 21zM148 123q0 -17 22 -28t54 -11q82 0 165 51v50 q-63 11 -111 11q-51 0 -90.5 -22t-39.5 -51z" />
<glyph unicode="&#xe4;" d="M42 119q0 49 39 93q68 76 203 76q45 0 104 -10v23q0 49 -93 49q-51 0 -116 -17q-25 -6 -40 -6q-21 0 -35 14.5t-14 36.5q0 32 30 42q85 30 172 30q92 0 144.5 -39t52.5 -109v-302h-101v23q-75 -39 -166 -39q-74 0 -127 39.5t-53 95.5zM125 594q0 25 17.5 42.5t42.5 17.5 t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5zM148 123q0 -17 22 -28t54 -11q82 0 165 51v50q-63 11 -111 11q-51 0 -90.5 -22t-39.5 -51zM333 594q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5 t-42.5 17.5t-17.5 42.5z" />
<glyph unicode="&#xe5;" d="M42 119q0 49 39 93q68 76 203 76q45 0 104 -10v23q0 49 -93 49q-51 0 -116 -17q-25 -6 -40 -6q-21 0 -35 14.5t-14 36.5q0 32 30 42q85 30 172 30q92 0 144.5 -39t52.5 -109v-302h-101v23q-75 -39 -166 -39q-74 0 -127 39.5t-53 95.5zM148 123q0 -17 22 -28t54 -11 q82 0 165 51v50q-63 11 -111 11q-51 0 -90.5 -22t-39.5 -51zM166 607q0 49 36.5 84.5t86.5 35.5q51 0 87 -36t36 -86q0 -48 -36.5 -83.5t-86.5 -35.5t-86.5 36t-36.5 85zM219 607q0 -27 21 -47t49 -20t49 20t21 46q0 28 -20.5 48t-49.5 20q-28 0 -49 -20t-21 -47z" />
<glyph unicode="&#xe6;" d="M-13 145q0 33 13.5 55.5t44.5 41.5q30 19 72 31.5t78 12.5q17 0 60 -5v20q0 21 -13.5 35t-34.5 14q-19 0 -90 -21q-12 -4 -23 -4q-20 0 -34 15t-14 36q0 36 41 50q74 24 120 24q66 0 116 -56q52 56 112 56q74 0 128 -69q48 -62 48 -163v-46h-251q13 -47 31.5 -67.5 t49.5 -20.5q30 0 68 17q41 17 57 17q20 0 33 -15t13 -37q0 -28 -25 -44q-26 -16 -67.5 -27t-77.5 -11q-53 0 -100 32q-14 -17 -37 -17q-21 0 -36 17q-51 -32 -110 -32q-78 0 -125 44t-47 117zM88 142q0 -26 19 -42t51 -16q43 0 97 46v59q-31 8 -56 8q-63 0 -98 -26 q-13 -11 -13 -29zM362 258h140q-6 39 -15 55q-8 17 -23.5 27t-31.5 10q-54 0 -70 -92z" />
<glyph unicode="&#xe7;" d="M54 207q0 107 71.5 175t184.5 68q80 0 144 -30q23 -11 43 -31.5t31.5 -45t11.5 -46.5q0 -25 -14 -40.5t-36 -15.5t-36 14q-9 7 -15 34q-5 24 -23 36q-41 25 -106 25q-74 0 -116 -43q-40 -40 -40 -100q0 -123 176 -123q66 0 105 13q10 3 16.5 6.5t12.5 8t21 16.5 q13 12 30 12q20 0 35 -15t15 -36q0 -40 -64 -73q-57 -28 -153 -32h-6v-26q75 -15 75 -91q0 -41 -30 -68.5t-75 -27.5q-26 0 -55 8.5t-49 21.5q-18 13 -18 33q0 14 10.5 24.5t24.5 10.5q9 0 29 -11q31 -17 57 -17q36 0 36 25q0 34 -56 34q-1 0 -19 -2v88q-3 0 -5 1 q-95 10 -152 66q-61 61 -61 154z" />
<glyph unicode="&#xe8;" d="M33 216q0 99 74.5 166.5t183.5 67.5q112 0 185.5 -68t73.5 -171v-39h-408q34 -88 164 -88q56 0 163 28q20 5 33 5q20 0 34 -14.5t14 -35.5q0 -29 -35 -45q-34 -15 -99.5 -26.5t-118.5 -11.5q-116 0 -190 65t-74 167zM145 260h294q-12 41 -52 65.5t-95 24.5t-95.5 -25 t-51.5 -65zM149 660q0 15 10.5 25.5t26.5 10.5q12 0 32 -16l133 -111q23 -19 23 -37q0 -14 -11 -25t-26 -11q-12 0 -32 16l-133 112q-23 18 -23 36z" />
<glyph unicode="&#xe9;" d="M33 216q0 99 74.5 166.5t183.5 67.5q112 0 185.5 -68t73.5 -171v-39h-408q34 -88 164 -88q56 0 163 28q20 5 33 5q20 0 34 -14.5t14 -35.5q0 -29 -35 -45q-34 -15 -99.5 -26.5t-118.5 -11.5q-116 0 -190 65t-74 167zM145 260h294q-12 41 -52 65.5t-95 24.5t-95.5 -25 t-51.5 -65zM229 532q0 18 23 37l133 111q20 16 32 16q16 0 26.5 -10.5t10.5 -26.5q0 -17 -23 -35l-133 -112q-20 -16 -32 -16q-15 0 -26 11t-11 25z" />
<glyph unicode="&#xea;" d="M33 216q0 99 74.5 166.5t183.5 67.5q112 0 185.5 -68t73.5 -171v-39h-408q34 -88 164 -88q56 0 163 28q20 5 33 5q20 0 34 -14.5t14 -35.5q0 -29 -35 -45q-34 -15 -99.5 -26.5t-118.5 -11.5q-116 0 -190 65t-74 167zM128 532q0 11 4 16.5t20 18.5l152 129l151 -129 q24 -16 24 -35q0 -14 -10.5 -24.5t-23.5 -10.5t-29 13l-112 97l-113 -97q-16 -13 -28 -13q-14 0 -24.5 10.5t-10.5 24.5zM145 260h294q-12 41 -52 65.5t-95 24.5t-95.5 -25t-51.5 -65z" />
<glyph unicode="&#xeb;" d="M33 216q0 99 74.5 166.5t183.5 67.5q112 0 185.5 -68t73.5 -171v-39h-408q34 -88 164 -88q56 0 163 28q20 5 33 5q20 0 34 -14.5t14 -35.5q0 -29 -35 -45q-34 -15 -99.5 -26.5t-118.5 -11.5q-116 0 -190 65t-74 167zM140 594q0 25 17.5 42.5t42.5 17.5t42.5 -17.5 t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5zM145 260h294q-12 41 -52 65.5t-95 24.5t-95.5 -25t-51.5 -65zM348 594q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5z" />
<glyph unicode="&#xec;" d="M105 387q0 29 24 43q11 7 43 7h178v-437h-100v337h-78q-35 0 -46 10q-21 15 -21 40zM138 660q0 15 10.5 25.5t26.5 10.5q12 0 32 -16l133 -111q23 -19 23 -37q0 -14 -11 -25t-26 -11q-12 0 -32 16l-133 112q-23 18 -23 36z" />
<glyph unicode="&#xed;" d="M105 387q0 29 24 43q11 7 43 7h178v-437h-100v337h-78q-35 0 -46 10q-21 15 -21 40zM208 532q0 18 23 37l133 111q20 16 32 16q16 0 26.5 -10.5t10.5 -26.5q0 -17 -23 -35l-133 -112q-20 -16 -32 -16q-15 0 -26 11t-11 25z" />
<glyph unicode="&#xee;" d="M105 387q0 29 24 43q11 7 43 7h178v-437h-100v337h-78q-35 0 -46 10q-21 15 -21 40zM108 532q0 11 4 16.5t20 18.5l152 129l151 -129q24 -16 24 -35q0 -14 -10.5 -24.5t-23.5 -10.5t-29 13l-112 97l-113 -97q-16 -13 -28 -13q-14 0 -24.5 10.5t-10.5 24.5z" />
<glyph unicode="&#xef;" d="M105 387q0 29 24 43q11 7 43 7h178v-437h-100v337h-78q-35 0 -46 10q-21 15 -21 40zM119 594q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5zM327 594q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5 q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5z" />
<glyph unicode="&#xf0;" d="M42 211q0 96 71.5 164t172.5 68q26 0 46.5 -4t43 -14t54.5 -29q-63 79 -137 122l-92 -50q-21 -12 -32 -12q-13 0 -21.5 10.5t-8.5 26.5q0 10 4 15t20 14l50 29q-6 2 -20 8t-19 9l-16 5q-26 9 -26 31q0 14 12 25t28 11q34 0 99 -31l28 -13l77 41q18 9 33 9q13 0 22 -9.5 t9 -23.5q0 -19 -23 -30l-45 -25q97 -67 141.5 -145.5t44.5 -179.5q0 -115 -69 -178q-79 -71 -189 -71q-107 0 -182.5 66.5t-75.5 160.5zM144 212q0 -53 45.5 -90.5t110.5 -37.5q64 0 110 37t46 89q0 59 -45 99.5t-111 40.5q-65 0 -110.5 -40t-45.5 -98z" />
<glyph unicode="&#xf1;" d="M96 0v437h99v-48q36 34 66 47.5t71 13.5q68 0 119 -37q59 -44 59 -131v-282h-100v278q0 72 -90 72q-35 0 -62.5 -15t-62.5 -53v-282h-99zM109 556q0 22 27 55q39 45 83 45q29 0 90 -38q44 -26 58 -26q11 0 17.5 5.5t23.5 28.5q21 30 39 30q13 0 22.5 -8.5t9.5 -19.5 q0 -20 -29 -57q-38 -48 -80 -48q-34 0 -99 43q-32 21 -50 21q-13 0 -23 -8.5t-32 -37.5q-11 -15 -26 -15q-13 0 -22 9t-9 21z" />
<glyph unicode="&#xf2;" d="M42 217q0 99 75 166t186 67q106 0 180.5 -68t74.5 -165q0 -98 -75 -165.5t-183 -67.5t-183 67.5t-75 165.5zM142 217q0 -56 45.5 -94.5t112.5 -38.5t112.5 38.5t45.5 94.5t-45.5 94.5t-110.5 38.5q-68 0 -114 -38t-46 -95zM148 660q0 15 10.5 25.5t26.5 10.5q12 0 32 -16 l133 -111q23 -19 23 -37q0 -14 -11 -25t-26 -11q-12 0 -32 16l-133 112q-23 18 -23 36z" />
<glyph unicode="&#xf3;" d="M42 217q0 99 75 166t186 67q106 0 180.5 -68t74.5 -165q0 -98 -75 -165.5t-183 -67.5t-183 67.5t-75 165.5zM142 217q0 -56 45.5 -94.5t112.5 -38.5t112.5 38.5t45.5 94.5t-45.5 94.5t-110.5 38.5q-68 0 -114 -38t-46 -95zM228 532q0 18 23 37l133 111q20 16 32 16 q16 0 26.5 -10.5t10.5 -26.5q0 -17 -23 -35l-133 -112q-20 -16 -32 -16q-15 0 -26 11t-11 25z" />
<glyph unicode="&#xf4;" d="M42 217q0 99 75 166t186 67q106 0 180.5 -68t74.5 -165q0 -98 -75 -165.5t-183 -67.5t-183 67.5t-75 165.5zM125 532q0 11 4 16.5t20 18.5l152 129l151 -129q24 -16 24 -35q0 -14 -10.5 -24.5t-23.5 -10.5t-29 13l-112 97l-113 -97q-16 -13 -28 -13q-14 0 -24.5 10.5 t-10.5 24.5zM142 217q0 -56 45.5 -94.5t112.5 -38.5t112.5 38.5t45.5 94.5t-45.5 94.5t-110.5 38.5q-68 0 -114 -38t-46 -95z" />
<glyph unicode="&#xf5;" d="M42 217q0 99 75 166t186 67q106 0 180.5 -68t74.5 -165q0 -98 -75 -165.5t-183 -67.5t-183 67.5t-75 165.5zM123 556q0 22 27 55q39 45 83 45q29 0 90 -38q44 -26 58 -26q11 0 17.5 5.5t23.5 28.5q21 30 39 30q13 0 22.5 -8.5t9.5 -19.5q0 -20 -29 -57q-38 -48 -80 -48 q-34 0 -99 43q-31 21 -50 21q-13 0 -23 -8.5t-32 -37.5q-11 -15 -26 -15q-13 0 -22 9t-9 21zM142 217q0 -56 45.5 -94.5t112.5 -38.5t112.5 38.5t45.5 94.5t-45.5 94.5t-110.5 38.5q-68 0 -114 -38t-46 -95z" />
<glyph unicode="&#xf6;" d="M42 217q0 99 75 166t186 67q106 0 180.5 -68t74.5 -165q0 -98 -75 -165.5t-183 -67.5t-183 67.5t-75 165.5zM136 594q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5zM142 217q0 -56 45.5 -94.5t112.5 -38.5 t112.5 38.5t45.5 94.5t-45.5 94.5t-110.5 38.5q-68 0 -114 -38t-46 -95zM344 594q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5z" />
<glyph unicode="&#xf7;" d="M42 280q0 28 24 43q10 7 42 7h384q32 0 45 -9q21 -16 21 -41q0 -29 -24 -43q-11 -7 -42 -7h-384q-34 0 -45 10q-21 15 -21 40zM225 94q0 29 20.5 47.5t54.5 18.5t54.5 -18t20.5 -49q0 -29 -20.5 -47t-54.5 -18t-54.5 18.5t-20.5 47.5zM225 466q0 29 20.5 47.5t54.5 18.5 t54.5 -18t20.5 -49q0 -29 -20.5 -47t-54.5 -18t-54.5 18.5t-20.5 47.5z" />
<glyph unicode="&#xf8;" d="M23 -22q0 19 25 44l48 50q-54 67 -54 145q0 97 74.5 165t181.5 68q75 0 134 -31l48 49q26 26 46 26t33.5 -14t13.5 -33q0 -21 -25 -45l-42 -43q52 -66 52 -142q0 -98 -75 -165.5t-183 -67.5q-66 0 -128 30l-56 -58q-26 -26 -45 -26q-20 0 -34 14t-14 34zM142 217 q0 -38 25 -72l190 197q-34 8 -57 8q-67 0 -112.5 -38.5t-45.5 -94.5zM247 91q25 -7 52 -7q67 0 113 38.5t46 94.5q0 34 -22 69z" />
<glyph unicode="&#xf9;" d="M95 156v281h100v-278q0 -72 88 -72q38 0 63 13.5t64 54.5v282h100v-437h-100v48q-37 -35 -66.5 -48t-70.5 -13q-70 0 -119 37q-59 44 -59 132zM146 660q0 15 10.5 25.5t26.5 10.5q12 0 32 -16l133 -111q23 -19 23 -37q0 -14 -11 -25t-26 -11q-12 0 -32 16l-133 112 q-23 18 -23 36z" />
<glyph unicode="&#xfa;" d="M95 156v281h100v-278q0 -72 88 -72q38 0 63 13.5t64 54.5v282h100v-437h-100v48q-37 -35 -66.5 -48t-70.5 -13q-70 0 -119 37q-59 44 -59 132zM216 532q0 18 23 37l133 111q20 16 32 16q16 0 26.5 -10.5t10.5 -26.5q0 -17 -23 -35l-133 -112q-20 -16 -32 -16 q-15 0 -26 11t-11 25z" />
<glyph unicode="&#xfb;" d="M95 156v281h100v-278q0 -72 88 -72q38 0 63 13.5t64 54.5v282h100v-437h-100v48q-37 -35 -66.5 -48t-70.5 -13q-70 0 -119 37q-59 44 -59 132zM120 532q0 11 4 16.5t20 18.5l152 129l151 -129q24 -16 24 -35q0 -14 -10.5 -24.5t-23.5 -10.5t-29 13l-112 97l-113 -97 q-16 -13 -28 -13q-14 0 -24.5 10.5t-10.5 24.5z" />
<glyph unicode="&#xfc;" d="M95 156v281h100v-278q0 -72 88 -72q38 0 63 13.5t64 54.5v282h100v-437h-100v48q-37 -35 -66.5 -48t-70.5 -13q-70 0 -119 37q-59 44 -59 132zM131 594q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5zM339 594 q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5z" />
<glyph unicode="&#xfd;" d="M18 437h115l165 -323l174 323h107l-334 -642h-109l106 208zM250 532q0 18 23 37l133 111q20 16 32 16q16 0 26.5 -10.5t10.5 -26.5q0 -17 -23 -35l-133 -112q-20 -16 -32 -16q-15 0 -26 11t-11 25z" />
<glyph unicode="&#xfe;" d="M74 -205v829h100v-232q37 32 72 45t82 13q104 0 173.5 -64.5t69.5 -161.5q0 -92 -69 -153t-173 -61q-82 0 -155 56v-271h-100zM174 231q0 -53 41.5 -87t107.5 -34q65 0 106.5 34t41.5 86q0 25 -13 50t-35 41q-38 29 -100 29q-63 0 -101 -29q-22 -16 -35 -41t-13 -49z" />
<glyph unicode="&#xff;" d="M18 437h115l165 -323l174 323h107l-334 -642h-109l106 208zM136 594q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5zM344 594q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5 t-42.5 17.5t-17.5 42.5z" />
<glyph unicode="&#x152;" d="M-20 292q0 127 78.5 209t200.5 82h334l-2 -100h-225v-141h118v-99h-118v-143h246v-100h-353q-122 0 -200.5 82.5t-78.5 209.5zM80 291q0 -50 24 -97t62 -70q40 -24 100 -24v383q-71 -1 -111 -31q-34 -25 -54.5 -69.5t-20.5 -91.5z" />
<glyph unicode="&#x153;" d="M-11 212q0 100 52.5 169t128.5 69q77 0 133 -80q53 80 133 80q68 0 121 -61q55 -61 55 -173v-45h-252q20 -87 84 -87q32 0 96 28q13 5 24 5q20 0 34.5 -15t14.5 -37q0 -32 -37 -51q-25 -12 -66.5 -21t-71.5 -9q-83 0 -135 74q-54 -74 -132 -74q-76 0 -129 66.5t-53 161.5 zM89 216q0 -54 24.5 -93t58.5 -39q35 0 59.5 38.5t24.5 92.5q0 56 -24.5 95t-59.5 39q-34 0 -58.5 -39t-24.5 -94zM363 257h141q-18 92 -70 92q-29 0 -45 -24.5t-26 -67.5z" />
<glyph unicode="&#x178;" d="M15 583h120l165 -235l163 235h120l-233 -338v-245h-100v245zM136 738q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5zM344 738q0 25 17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -43.5q0 -24 -17.5 -41.5t-42.5 -17.5 t-42.5 17.5t-17.5 42.5z" />
<glyph unicode="&#x2c6;" d="M125 532q0 11 4 16.5t20 18.5l152 129l151 -129q24 -16 24 -35q0 -14 -10.5 -24.5t-23.5 -10.5t-29 13l-112 97l-113 -97q-16 -13 -28 -13q-14 0 -24.5 10.5t-10.5 24.5z" />
<glyph unicode="&#x2dc;" d="M115 556q0 22 27 55q39 45 83 45q29 0 90 -38q44 -26 58 -26q11 0 17.5 5.5t23.5 28.5q21 30 39 30q13 0 22.5 -8.5t9.5 -19.5q0 -20 -29 -57q-38 -48 -80 -48q-34 0 -99 43q-32 21 -50 21q-13 0 -23 -8.5t-32 -37.5q-11 -15 -26 -15q-13 0 -22 9t-9 21z" />
<glyph unicode="&#x2000;" horiz-adv-x="435" />
<glyph unicode="&#x2001;" horiz-adv-x="871" />
<glyph unicode="&#x2002;" horiz-adv-x="435" />
<glyph unicode="&#x2003;" horiz-adv-x="871" />
<glyph unicode="&#x2004;" horiz-adv-x="290" />
<glyph unicode="&#x2005;" horiz-adv-x="217" />
<glyph unicode="&#x2006;" horiz-adv-x="145" />
<glyph unicode="&#x2007;" horiz-adv-x="145" />
<glyph unicode="&#x2008;" horiz-adv-x="108" />
<glyph unicode="&#x2009;" horiz-adv-x="174" />
<glyph unicode="&#x200a;" horiz-adv-x="48" />
<glyph unicode="&#x2010;" d="M42 279q0 27 24 43q10 7 42 7h384q33 0 46 -9q20 -15 20 -41q0 -29 -24 -43q-11 -7 -42 -7h-384q-33 0 -45 9q-21 16 -21 41z" />
<glyph unicode="&#x2011;" d="M42 279q0 27 24 43q10 7 42 7h384q33 0 46 -9q20 -15 20 -41q0 -29 -24 -43q-11 -7 -42 -7h-384q-33 0 -45 9q-21 16 -21 41z" />
<glyph unicode="&#x2012;" d="M42 279q0 27 24 43q10 7 42 7h384q33 0 46 -9q20 -15 20 -41q0 -29 -24 -43q-11 -7 -42 -7h-384q-33 0 -45 9q-21 16 -21 41z" />
<glyph unicode="&#x2013;" d="M42 279q0 27 24 43q10 7 42 7h384q33 0 46 -9q20 -15 20 -41q0 -29 -24 -43q-11 -7 -42 -7h-384q-33 0 -45 9q-21 16 -21 41z" />
<glyph unicode="&#x2014;" d="M-29 279q0 29 24 43q11 7 42 7h526q33 0 45 -9q21 -15 21 -41q0 -29 -24 -43q-11 -7 -42 -7h-526q-33 0 -45 9q-21 16 -21 41z" />
<glyph unicode="&#x2018;" d="M249 602h132l69 -207q3 -15 3 -19q0 -11 -9.5 -19.5t-21.5 -8.5q-17 0 -32 24z" />
<glyph unicode="&#x2019;" d="M147 359q0 8 3 19l69 245h132l-141 -268q-12 -24 -32 -24q-13 0 -22 8.5t-9 19.5z" />
<glyph unicode="&#x201a;" d="M147 -130q0 8 3 19l69 245h132l-141 -268q-12 -24 -32 -24q-13 0 -22 8.5t-9 19.5z" />
<glyph unicode="&#x201c;" d="M98 602h132l69 -207q3 -15 3 -19q0 -11 -9.5 -19.5t-21.5 -8.5q-17 0 -32 24zM298 602h132l69 -207q3 -15 3 -19q0 -11 -9.5 -19.5t-21.5 -8.5q-17 0 -32 24z" />
<glyph unicode="&#x201d;" d="M87 376q0 10 3 19l69 207h132l-141 -230q-15 -24 -32 -24q-12 0 -21.5 8.5t-9.5 19.5zM287 376q0 10 3 19l69 207h132l-141 -230q-15 -24 -32 -24q-12 0 -21.5 8.5t-9.5 19.5z" />
<glyph unicode="&#x201e;" d="M87 -92q0 10 3 19l69 207h132l-141 -230q-15 -24 -32 -24q-12 0 -21.5 8.5t-9.5 19.5zM287 -92q0 10 3 19l69 207h132l-141 -230q-15 -24 -32 -24q-12 0 -21.5 8.5t-9.5 19.5z" />
<glyph unicode="&#x2022;" d="M150 304q0 62 44 105.5t105 43.5q63 0 106.5 -43.5t43.5 -107.5q0 -61 -44 -104.5t-106 -43.5t-105.5 44t-43.5 106z" />
<glyph unicode="&#x2026;" d="M25 51q0 27 19.5 46.5t46.5 19.5h18q28 0 47 -19t19 -47t-19 -47t-47 -19h-18q-27 0 -46.5 19.5t-19.5 46.5zM225 51q0 27 19.5 46.5t46.5 19.5h18q28 0 47 -19t19 -47t-19 -47t-47 -19h-18q-27 0 -46.5 19.5t-19.5 46.5zM425 51q0 27 19.5 46.5t46.5 19.5h18 q28 0 47 -19t19 -47t-19 -47t-47 -19h-18q-27 0 -46.5 19.5t-19.5 46.5z" />
<glyph unicode="&#x202f;" horiz-adv-x="174" />
<glyph unicode="&#x2039;" d="M33 218l248 184q17 13 29 13q13 0 22.5 -9t9.5 -21q0 -14 -16 -27l-151 -140l151 -141q16 -15 16 -27t-10 -21t-23 -9q-11 0 -28 13z" />
<glyph unicode="&#x203a;" d="M263 50q0 14 16 27l151 140l-151 141q-16 15 -16 27t10 21t23 9q11 0 28 -13l247 -185l-247 -184q-17 -13 -29 -13q-13 0 -22.5 9t-9.5 21z" />
<glyph unicode="&#x205f;" horiz-adv-x="217" />
<glyph unicode="&#x20ac;" d="M4 233q0 28 27 28h28v42h-28q-27 0 -27 28t27 28h31q12 104 80.5 171t162.5 67h2q66 0 126 -34q39 -22 64.5 -64t25.5 -79q0 -15 -5.5 -27t-15.5 -19t-23 -7q-20 0 -30.5 12.5t-14.5 40.5q-2 18 -10.5 29.5t-28.5 23.5q-38 24 -86 24q-52 0 -88.5 -37t-47.5 -101h195 q28 0 28 -28t-28 -28h-199v-42h172q27 0 27 -28t-27 -28h-167q12 -56 53 -87.5t102 -31.5t97 23q10 6 35 34q15 16 31 16q19 0 32.5 -15t13.5 -35q0 -36 -48 -73q-29 -23 -73 -36.5t-92 -13.5q-103 0 -174.5 59.5t-88.5 159.5h-31q-27 0 -27 28z" />
<glyph unicode="&#x2122;" d="M-33 510v73h290v-73h-109v-290h-73v290h-108zM302 220v363h88l53 -129l52 129h89v-363h-73v209l-56 -126h-19l-61 128v-211h-73z" />
<glyph unicode="&#xe000;" horiz-adv-x="435" d="M0 0v435h435v-435h-435z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,241 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="notcouriersansregular" horiz-adv-x="600" >
<font-face units-per-em="1000" ascent="800" descent="-200" />
<missing-glyph horiz-adv-x="500" />
<glyph unicode="&#xfb01;" d="M16 397q0 20 27 20h77v59q0 53 31.5 90.5t75.5 37.5q37 0 75 -15q16 -6 16 -20q0 -8 -5.5 -14t-13.5 -6q-2 0 -13 3q-37 11 -58 11q-28 0 -47.5 -25t-19.5 -62v-59h72q27 0 27 -20q0 -21 -27 -21h-72v-376h-41v376h-77q-27 0 -27 21zM358 397q0 20 27 20h98v-417h-41v376 h-57q-27 0 -27 21zM423 520v104h59v-104h-59z" />
<glyph unicode="&#xfb02;" d="M16 397q0 20 27 20h77v59q0 53 31.5 90.5t75.5 37.5q37 0 75 -15q16 -6 16 -20q0 -8 -5.5 -14t-13.5 -6q-2 0 -13 3q-37 11 -58 11q-28 0 -47.5 -25t-19.5 -62v-59h72q27 0 27 -20q0 -21 -27 -21h-72v-376h-41v376h-77q-27 0 -27 21zM358 584q0 20 27 20h98v-604h-41v563 h-57q-27 0 -27 21z" />
<glyph />
<glyph />
<glyph unicode="&#xd;" />
<glyph unicode=" " />
<glyph unicode="!" d="M240 35q0 21 15.5 35.5t37.5 14.5h13q23 0 38.5 -14.5t15.5 -35.5t-15.5 -35.5t-38.5 -14.5h-13q-22 0 -37.5 14.5t-15.5 35.5zM260 579q0 17 11.5 28t28.5 11q16 0 27.5 -11t11.5 -28q0 -8 -1 -16l-18 -326q-1 -28 -21 -28q-19 0 -20 28l-18 326q-1 7 -1 16z" />
<glyph unicode="&#x22;" d="M146 604h128l-34 -253q-4 -36 -30 -36t-30 36zM326 604h128l-34 -253q-4 -36 -30 -36t-30 36z" />
<glyph unicode="#" d="M92 210q0 20 27 20h89l9 126h-78q-27 0 -27 21q0 20 27 20h81l16 225q1 25 21 25q11 0 16 -8t3 -20l-15 -222h91l16 225q1 25 20 25q22 0 20 -28l-16 -222h89q27 0 27 -20q0 -21 -27 -21h-91l-9 -126h80q27 0 27 -20q0 -21 -27 -21h-83l-16 -225q-1 -26 -21 -26 q-11 0 -15.5 8.5t-3.5 20.5l15 222h-91l-15 -225q-3 -26 -21 -26q-8 0 -14 6t-6 15v8l16 222h-87q-27 0 -27 21zM249 230h91l9 126h-91z" />
<glyph unicode="$" d="M113 92v79q0 27 21 27q17 0 20 -25q3 -32 46.5 -56t98.5 -24q64 0 105.5 30.5t41.5 77.5t-38 71q-28 16 -106 31q-82 15 -119 38q-47 32 -47 94q0 54 40.5 94t103.5 47v52q0 27 21 27q20 0 20 -27v-52q33 -3 55 -12t49 -30q2 29 21 29q20 0 20 -27v-60q0 -27 -20 -27 q-18 0 -21 22q-4 27 -40.5 47t-82.5 20q-52 0 -88.5 -30.5t-36.5 -73.5q0 -41 35 -63q25 -15 100 -29q92 -18 126 -41q49 -33 49 -100q0 -59 -45 -99t-121 -48v-119q0 -27 -20 -27q-21 0 -21 27v119q-35 2 -71 17t-55 37v-16q0 -27 -20 -27q-21 0 -21 27z" />
<glyph unicode="%" d="M87 238q0 14 18 20l379 122q8 2 12 2q7 0 12 -5.5t5 -13.5q0 -13 -18 -19l-379 -122q-7 -3 -12 -3q-6 0 -11.5 6t-5.5 13zM115 487q0 51 36 87.5t86 36.5q52 0 87.5 -36t35.5 -89q0 -50 -36 -86.5t-86 -36.5q-51 0 -87 36.5t-36 87.5zM153 487q0 -35 25 -60.5t60 -25.5 q34 0 59 25.5t25 59.5q0 37 -24.5 62t-60.5 25q-34 0 -59 -25.5t-25 -60.5zM239 112q0 51 36 87.5t86 36.5q52 0 87.5 -36.5t35.5 -89.5q0 -50 -36 -86t-86 -36q-51 0 -87 36.5t-36 87.5zM277 112q0 -35 25 -60.5t60 -25.5q34 0 59 25t25 60q0 37 -24.5 62t-60.5 25 q-35 0 -59.5 -25t-24.5 -61z" />
<glyph unicode="&#x26;" d="M105 142q0 52 29.5 90.5t81.5 54.5q-34 55 -42 73t-8 40q0 49 36.5 84t86.5 35q33 0 66 -20l10 6q10 5 16 5q7 0 13 -6.5t6 -14.5q0 -12 -16 -21l-32 -16q-30 26 -63 26q-32 0 -57 -24.5t-25 -55.5t44 -100l111 -177q31 58 46 128h43q27 0 27 -20q0 -21 -27 -21h-12 q-22 -83 -53 -126l27 -41h38q27 0 27 -20q0 -21 -27 -21h-58l-31 48q-45 -64 -112 -64q-59 0 -102 47t-43 111zM146 142q0 -47 31 -82t72 -35q55 0 89 61l-105 165q-40 -9 -63.5 -38.5t-23.5 -70.5z" />
<glyph unicode="'" d="M236 604h128l-34 -253q-4 -36 -30 -36t-30 36z" />
<glyph unicode="(" d="M294 243q0 157 110 327q21 34 34 34q8 0 14 -6t6 -14q0 -4 -3 -11q-100 -177 -100 -333q0 -153 100 -333q3 -7 3 -11q0 -8 -6.5 -14t-14.5 -6q-13 0 -42 47q-101 168 -101 320z" />
<glyph unicode=")" d="M147 -104q0 4 3 11q100 177 100 333q0 154 -100 333q-3 8 -3 11q0 8 6.5 14t14.5 6q14 0 42 -47q101 -166 101 -320q0 -157 -110 -327q-21 -34 -34 -34q-8 0 -14 6t-6 14z" />
<glyph unicode="*" d="M113 463q0 5 2.5 10t7.5 7.5t10 2.5q3 0 13 -3l133 -42v139q0 27 21 27q20 0 20 -27v-139l133 43q8 3 15 3t13 -6t6 -14q0 -15 -21 -22l-133 -42l81 -112q7 -12 7 -18q0 -8 -6 -14t-14 -6q-10 0 -20 14l-82 112l-81 -112q-11 -14 -21 -14q-4 0 -7.5 1.5t-6.5 4.5t-4.5 7 t-1.5 8q0 6 8 17l81 112l-133 42q-20 5 -20 21z" />
<glyph unicode="+" d="M72 282q0 20 27 20h180v201q0 27 21 27q20 0 20 -27v-201h180q28 0 28 -20q0 -21 -28 -21h-180v-202q0 -27 -20 -27q-21 0 -21 27v202h-180q-27 0 -27 21z" />
<glyph unicode="," d="M135 -116q0 3 2 11l70 250h133l-145 -265q-13 -25 -31 -25q-12 0 -20.5 8.5t-8.5 20.5z" />
<glyph unicode="-" d="M72 279q0 20 27 20h402q27 0 27 -20q0 -21 -27 -21h-402q-27 0 -27 21z" />
<glyph unicode="." d="M226 51q0 28 20 46.5t49 18.5h10q29 0 49 -18.5t20 -46.5t-20 -47t-49 -19h-10q-29 0 -49 19t-20 47z" />
<glyph unicode="/" d="M113 -62q0 7 5 16l327 696q9 18 22 18q8 0 14 -6t6 -13q0 -6 -5 -16l-327 -696q-9 -18 -22 -18q-8 0 -14 6t-6 13z" />
<glyph unicode="0" d="M113 251v100q0 119 52 193t135 74t135 -74t52 -193v-100q0 -118 -52 -192t-135 -74t-135 74t-52 192zM154 257q0 -104 48 -178q34 -53 98 -53t98 53q48 74 48 178v89q0 104 -48 178q-34 53 -98 53t-98 -53q-48 -74 -48 -178v-89z" />
<glyph unicode="1" d="M115 532q0 15 21 22l185 58v-612h-41v557l-132 -42q-12 -3 -14 -3q-7 0 -13 6.5t-6 13.5z" />
<glyph unicode="2" d="M84 0v60l236 222q70 69 91.5 100t21.5 65q0 52 -43 91t-100 39q-51 0 -92.5 -30t-53.5 -75q-6 -20 -21 -20q-7 0 -13 5.5t-6 12.5q0 32 32 72q59 76 154 76q73 0 128.5 -52t55.5 -120q0 -44 -25.5 -81t-118.5 -128q-128 -126 -207 -193v-3h355v-41h-394z" />
<glyph unicode="3" d="M96 69q0 7 6 13t13 6t17 -7q72 -55 159 -55q68 0 117.5 42t49.5 100q0 59 -53 101.5t-126 42.5q-27 0 -27 21q0 20 27 20q64 0 87 11q32 14 51 41t19 58q0 49 -39 81.5t-97 32.5q-88 0 -134 -54q-12 -14 -21 -14q-8 0 -14 5.5t-6 13.5q0 17 35 44q60 46 141 46 q75 0 125.5 -44.5t50.5 -109.5q0 -43 -26.5 -79t-71.5 -55q-1 0 -5 -2q59 -24 92 -66.5t33 -93.5q0 -76 -61.5 -129.5t-147.5 -53.5q-72 0 -148 41q-46 24 -46 43z" />
<glyph unicode="4" d="M105 169v47l228 388h84v-394h34q27 0 27 -21q0 -20 -27 -20h-34v-169h-41v169h-271zM144 210h232v353h-24z" />
<glyph unicode="5" d="M96 82q0 8 6 14t14 6t17 -9q73 -67 160 -67q73 0 119 49t46 128q0 67 -39.5 109t-102.5 42t-126 -33q-16 -8 -22 -8q-19 0 -19 22v269h282q28 0 28 -20q0 -21 -28 -21h-241v-198q73 30 132 30q77 0 127 -55t50 -139q0 -94 -57.5 -155t-146.5 -61q-79 0 -153 49 q-46 30 -46 48z" />
<glyph unicode="6" d="M136 282q0 172 109 265q82 71 183 71q32 0 55.5 -10.5t23.5 -24.5q0 -8 -5.5 -14t-13.5 -6q-7 0 -17 6q-16 8 -47 8q-57 0 -112 -33t-92 -89q-45 -71 -45 -170q0 -5 2 -43q61 122 166 122q68 0 117.5 -55t49.5 -131q0 -81 -50 -137t-123 -56q-89 0 -145 83t-56 214z M183 188q7 -28 9 -33q41 -129 146 -129q56 0 93.5 44t37.5 108q0 59 -37.5 102t-89.5 43q-58 0 -109 -57q-18 -19 -50 -78z" />
<glyph unicode="7" d="M104 563l1 41h373v-65l-163 -519q-7 -21 -20 -21q-8 0 -14 6t-6 14q0 5 2 13l160 513v18h-333z" />
<glyph unicode="8" d="M113 161q0 100 112 152q-102 52 -102 140q0 67 52.5 116t124.5 49t124.5 -49t52.5 -116q0 -88 -102 -140q112 -51 112 -152q0 -73 -55 -124.5t-132 -51.5t-132 51.5t-55 124.5zM154 161q0 -56 42.5 -95.5t103.5 -39.5q60 0 103 39.5t43 94.5q0 57 -42 95t-104 38 q-61 0 -103.5 -38t-42.5 -94zM164 451q0 -49 39.5 -83.5t96.5 -34.5q56 0 96 34t40 83q0 53 -39.5 90t-96.5 37t-96.5 -36.5t-39.5 -89.5z" />
<glyph unicode="9" d="M136 425q0 81 50 137t123 56q89 0 145 -83t56 -214q0 -172 -109 -265q-82 -71 -183 -71q-32 0 -55.5 10.5t-23.5 24.5q0 8 5.5 14t13.5 6q7 0 17 -6q16 -8 47 -8q57 0 112 33t92 89q45 71 45 170q0 5 -2 43q-61 -122 -166 -122q-68 0 -117.5 55t-49.5 131zM177 425 q0 -59 37.5 -102t89.5 -43q58 0 109 57q18 19 50 78q-7 28 -9 33q-41 129 -146 129q-56 0 -93.5 -44t-37.5 -108z" />
<glyph unicode=":" d="M226 51q0 28 20 46.5t49 18.5h10q29 0 49 -18.5t20 -46.5t-20 -47t-49 -19h-10q-29 0 -49 19t-20 47zM226 351q0 28 20 47t49 19h10q29 0 49 -19t20 -47t-20 -47t-49 -19h-10q-29 0 -49 19t-20 47z" />
<glyph unicode=";" d="M139 -116q0 3 2 11l70 250h133l-145 -265q-13 -25 -31 -25q-12 0 -20.5 8.5t-8.5 20.5zM202 351q0 28 20 47t49 19h10q29 0 49 -19t20 -47t-20 -47t-49 -19h-10q-29 0 -49 19t-20 47z" />
<glyph unicode="&#x3c;" d="M72 281l418 232q8 5 12 5q7 0 13.5 -7t6.5 -15q0 -11 -13 -18l-355 -197l355 -197q13 -7 13 -17q0 -8 -6.5 -15.5t-13.5 -7.5q-5 0 -13 5z" />
<glyph unicode="=" d="M51 211q0 20 27 20h444q27 0 27 -20q0 -21 -27 -21h-444q-27 0 -27 21zM51 355q0 20 27 20h444q27 0 27 -20q0 -21 -27 -21h-444q-27 0 -27 21z" />
<glyph unicode="&#x3e;" d="M78 67q0 10 13 17l355 197l-355 197q-13 7 -13 18q0 8 6.5 15t13.5 7q5 0 13 -5l417 -232l-418 -232q-8 -5 -12 -5q-8 0 -14 7t-6 16z" />
<glyph unicode="?" d="M134 461v68q5 2 15.5 6.5t13.5 5.5q81 36 146 36q80 0 129 -42.5t49 -111.5q0 -56 -35.5 -94t-129.5 -82v-41q0 -27 -20 -27q-21 0 -21 27v68q88 37 126.5 71.5t38.5 77.5q0 50 -40 81.5t-102 31.5q-61 0 -129 -34v-41q0 -27 -20 -27q-21 0 -21 27zM230 35q0 22 15.5 36 t41.5 14h27q26 0 41.5 -14t15.5 -36t-16 -36t-41 -14h-27q-26 0 -41.5 14t-15.5 36z" />
<glyph unicode="@" d="M105 198v163q0 114 55 188.5t140 74.5q68 0 113.5 -46t45.5 -115v-277q19 -3 19 -20q0 -21 -27 -21h-33v5q-30 -3 -40 -3q-58 0 -97 36t-39 89q0 63 50 104t126 40v47q0 52 -33 86t-84 34q-68 0 -111.5 -63t-43.5 -162v-160q0 -92 47 -162q39 -57 112 -57q70 0 105 30 q12 11 19 11q8 0 14 -5.5t6 -13.5q0 -23 -47.5 -43t-102.5 -20q-87 0 -140 75q-54 78 -54 185zM283 273q0 -38 27.5 -61.5t70.5 -23.5q21 0 37 4v184q-59 0 -97 -29t-38 -74z" />
<glyph unicode="A" d="M52 0l210 563h68l212 -563h-43l-71 188h-266l-69 -188h-41zM178 229h235l-112 293h-15z" />
<glyph unicode="B" d="M124 0v563h204q73 0 122 -41.5t49 -103.5q0 -74 -85 -120q127 -45 127 -145q0 -63 -48.5 -108t-116.5 -45h-252zM165 41h208q53 0 90 32.5t37 79.5q0 58 -59 93q-44 26 -127 26h-149v-231zM165 313h147q64 0 105 30t41 76q0 44 -37 73.5t-92 29.5h-164v-209z" />
<glyph unicode="C" d="M63 242v83q0 46 19.5 94.5t51.5 82.5q69 74 171 74q39 0 79.5 -11.5t81.5 -48t53 -92.5q0 -27 -21 -27q-18 0 -20 24q-3 46 -54.5 80t-118.5 34q-83 0 -142 -63.5t-59 -152.5v-71q0 -90 65 -156.5t153 -66.5q52 0 93 21t81 69q9 10 18 10q20 0 20 -19q0 -16 -38 -51 q-76 -71 -174 -71q-102 0 -180.5 78.5t-78.5 179.5z" />
<glyph unicode="D" d="M104 0v563h190q95 -1 160.5 -74.5t65.5 -178.5v-56q0 -107 -66 -180.5t-163 -73.5h-187zM145 41h150q72 0 128 62t56 142v73q0 87 -65 154q-50 50 -126 50h-143v-481z" />
<glyph unicode="E" d="M124 0v563h375v-41h-334v-209h186v-41h-186v-231h355v-41h-396z" />
<glyph unicode="F" d="M124 0v563h396v-41h-355v-209h187v-41h-187v-272h-41z" />
<glyph unicode="G" d="M63 244v74q0 53 22 105t59 88q70 65 169 65q29 0 58 -5.5t62 -18.5t56.5 -41t30.5 -66q0 -27 -20 -27q-19 0 -20 25q-3 38 -51 65t-114 27q-84 0 -139 -54q-33 -31 -52.5 -75.5t-19.5 -88.5v-73q0 -102 62 -160.5t170 -58.5q70 0 143 34v150h-139v41h180v-214 q-90 -52 -187 -52q-123 0 -196.5 71t-73.5 189z" />
<glyph unicode="H" d="M126 0v563h41v-250h270v250h41v-563h-41v272h-270v-272h-41z" />
<glyph unicode="I" d="M279 0v563h41v-563h-41z" />
<glyph unicode="J" d="M84 74l41 19q75 -68 148 -68q61 0 103.5 41t42.5 99v398h41v-398q0 -74 -55.5 -127.5t-132.5 -53.5q-48 0 -91 20.5t-97 69.5z" />
<glyph unicode="K" d="M124 0v563h41v-290l326 290h57l-268 -239q52 -21 82.5 -49.5t63 -90t80.5 -184.5h-48q-55 152 -98 211.5t-114 82.5l-81 -73v-221h-41z" />
<glyph unicode="L" d="M186 0v563h41v-522h314v-41h-355z" />
<glyph unicode="M" d="M72 0v563h74l157 -348l154 348h75v-563h-41v522h-8l-157 -353h-46l-159 353h-8v-522h-41z" />
<glyph unicode="N" d="M103 0v563h52l305 -504v504h41v-563h-52l-305 504v-504h-41z" />
<glyph unicode="O" d="M51 280q0 124 72.5 210t176.5 86q106 0 177.5 -86.5t71.5 -213.5q0 -121 -73 -206.5t-176 -85.5q-104 0 -176.5 86t-72.5 210zM92 280q0 -105 61 -180t147 -75q85 0 146.5 74.5t61.5 177.5q0 108 -60.5 183t-147.5 75q-86 0 -147 -75t-61 -180z" />
<glyph unicode="P" d="M124 0v563h186q80 0 134.5 -47.5t54.5 -117.5t-59 -118.5t-144 -48.5h-131v-231h-41zM165 272h134q65 0 112 37t47 89q0 51 -42.5 87.5t-101.5 36.5h-149v-250z" />
<glyph unicode="Q" d="M51 280q0 124 72.5 210t176.5 86t176.5 -86t72.5 -210q0 -123 -70 -208t-174 -88l-54 -40q40 8 67 8q41 0 82 -15q29 -11 45 -11q27 0 69 27q5 4 12 4q8 0 14 -6t6 -15q0 -15 -36.5 -33t-67.5 -18q-18 0 -56 13q-35 13 -68 13q-58 0 -140 -23q-8 -2 -10 -2q-8 0 -14 6 t-6 15q0 10 11 18l90 65q-85 19 -141.5 101.5t-56.5 188.5zM92 280q0 -105 61 -180t147 -75q85 0 146.5 74.5t61.5 177.5q0 108 -60.5 183t-147.5 75q-86 0 -147 -75t-61 -180z" />
<glyph unicode="R" d="M124 0v563h194q73 0 126.5 -46.5t53.5 -109.5q0 -97 -139 -145q49 -33 85.5 -81.5t108.5 -180.5h-48q-66 122 -108.5 173.5t-99.5 77.5h-132v-251h-41zM165 292h114q74 0 126 34t52 82q0 45 -42.5 79.5t-96.5 34.5h-153v-230z" />
<glyph unicode="S" d="M92 139q0 27 21 27q19 0 20 -24q2 -49 51 -83t117 -34q70 0 116.5 36.5t46.5 91.5q0 57 -45 84q-29 19 -116 34q-96 16 -136 46q-52 36 -52 104q0 66 52.5 110.5t131.5 44.5q87 0 137 -48t50 -95q0 -27 -20 -27t-21 24q-3 45 -44 75t-99 30q-62 0 -102.5 -33t-40.5 -82 t39 -76q34 -22 113 -35q98 -17 135 -40q62 -38 62 -118q0 -73 -58 -120t-148 -47q-82 0 -146 48.5t-64 106.5z" />
<glyph unicode="T" d="M72 522v41h456v-41h-207v-522h-41v522h-208z" />
<glyph unicode="U" d="M101 185v378h41v-378q0 -68 45.5 -114t112.5 -46q66 0 112 46.5t46 113.5v378h41v-378q0 -85 -57.5 -143t-141.5 -58q-85 0 -142 57.5t-57 143.5z" />
<glyph unicode="V" d="M51 563h43l202 -522h3l209 522h41l-225 -563h-57z" />
<glyph unicode="W" d="M57 563h41l61 -517l112 392h62l109 -392l62 517h39l-67 -563h-64l-112 400l-115 -400h-63z" />
<glyph unicode="X" d="M52 0l220 288l-211 275h52l187 -242l184 242h52l-211 -275l223 -288h-53l-197 255l-196 -255h-50z" />
<glyph unicode="Y" d="M74 563h49l180 -268l176 268h46l-203 -309v-254h-41v254z" />
<glyph unicode="Z" d="M103 0v59l328 460v3h-310v41h349v-58l-328 -460v-4h355v-41h-394z" />
<glyph unicode="[" d="M280 -124v728h138q27 0 27 -20q0 -21 -27 -21h-97v-646h97q27 0 27 -20q0 -21 -27 -21h-138z" />
<glyph unicode="\" d="M113 649q0 7 6.5 13t14.5 6q12 0 21 -18l327 -696q5 -9 5 -16t-6 -13t-14 -6q-13 0 -22 18l-327 696q-5 10 -5 16z" />
<glyph unicode="]" d="M155 -104q0 21 27 21h97v646h-97q-27 0 -27 20q0 21 27 21h138v-728h-138q-27 0 -27 20z" />
<glyph unicode="^" d="M113 374q0 8 9 18l178 223l178 -223q9 -10 9 -18t-6 -14t-14 -6q-11 0 -20 13l-147 185l-147 -185q-9 -13 -20 -13q-8 0 -14 6t-6 14z" />
<glyph unicode="_" d="M-12 -75h624v-50h-624v50z" />
<glyph unicode="`" d="M155 619q0 8 6 14t14 6q7 0 19 -9l114 -100l7 -8q5 -5 5 -11q0 -9 -6 -15t-15 -6q-7 0 -18 9l-114 100q-12 11 -12 20z" />
<glyph unicode="a" d="M72 112q0 65 58.5 105.5t152.5 40.5q59 0 136 -21v71q0 37 -34 59.5t-89 22.5q-44 0 -142 -30q-8 -2 -10 -2q-8 0 -13.5 6t-5.5 14q0 15 17 21q93 32 157 32q70 0 115.5 -35t45.5 -88v-308h-41v67q-89 -83 -191 -83q-70 0 -113 35.5t-43 92.5zM113 111q0 -39 31 -62.5 t83 -23.5q53 0 97.5 20t94.5 67v90q-60 15 -128 15q-79 0 -128.5 -29.5t-49.5 -76.5z" />
<glyph unicode="b" d="M103 0v604h41v-276q73 103 180 103q91 0 154 -64t63 -157q0 -94 -63.5 -160t-153.5 -66q-110 0 -180 104v-88h-41zM144 208q0 -76 52 -129.5t126 -53.5q73 0 125.5 53t52.5 127q0 78 -51.5 131.5t-126.5 53.5q-74 0 -126 -53t-52 -129z" />
<glyph unicode="c" d="M84 204q0 99 65 163t165 64q26 0 54 -6t59 -19.5t54 -41.5t30 -66q0 -27 -20 -27q-18 0 -21 24q-3 40 -49.5 67.5t-109.5 27.5q-83 0 -134.5 -51.5t-51.5 -133.5q0 -79 52 -129.5t134 -50.5q109 0 187 72q10 10 18 10t13.5 -5.5t5.5 -13.5q0 -20 -43 -49 q-80 -55 -183 -55q-98 0 -161.5 62t-63.5 158z" />
<glyph unicode="d" d="M63 208q0 92 63.5 157.5t152.5 65.5q110 0 182 -104v277h41v-604h-41v89q-71 -105 -182 -105q-89 0 -152.5 66t-63.5 158zM104 208q0 -77 52 -130t127 -53q74 0 126 53t52 128q0 78 -51.5 131t-127.5 53q-74 0 -126 -53t-52 -129z" />
<glyph unicode="e" d="M63 217q0 91 66 152.5t162 61.5q72 0 128.5 -36t83.5 -98q17 -40 17 -98h-416q11 -79 66 -126.5t136 -47.5q47 0 96 15t79 39q10 7 16 7q8 0 13.5 -6t5.5 -14q0 -26 -71.5 -54t-139.5 -28q-101 0 -171.5 68t-70.5 165zM104 240h374q-12 68 -63 109t-124 41t-123 -40.5 t-64 -109.5z" />
<glyph unicode="f" d="M115 397q0 20 27 20h88v61q0 55 43.5 90.5t110.5 35.5q70 0 139 -13q18 -5 18 -20q0 -20 -21 -20q-2 0 -50 6q-54 6 -88 6q-49 0 -80 -23.5t-31 -61.5v-61h189q27 0 27 -20q0 -21 -27 -21h-189v-376h-41v376h-88q-27 0 -27 21z" />
<glyph unicode="g" d="M63 221q0 87 60.5 148.5t145.5 61.5q106 0 171 -97v83h41v-445q0 -58 -43 -104q-51 -54 -122 -54h-114q-27 0 -27 21q0 20 27 20h116q51 0 86.5 36t35.5 87v129q-66 -97 -171 -97q-85 0 -145.5 62t-60.5 149zM104 221q0 -71 49 -120.5t119 -49.5t119 49t49 119 q0 73 -48.5 122t-119.5 49q-70 0 -119 -49t-49 -120z" />
<glyph unicode="h" d="M124 0v604h41v-257q38 46 73 65t81 19q70 0 114.5 -39.5t44.5 -100.5v-291h-41v288q0 46 -38 76q-31 26 -85 26q-42 0 -69.5 -16.5t-68.5 -64.5l-11 -13v-296h-41z" />
<glyph unicode="i" d="M134 397q0 20 27 20h159v-417h-41v376h-118q-27 0 -27 21zM259 520v104h59v-104h-59z" />
<glyph unicode="j" d="M147 -165q0 20 27 20h128q50 0 82.5 33t32.5 84v404h-241q-27 0 -27 21q0 20 27 20h282v-445q0 -70 -43.5 -114t-111.5 -44h-129q-27 0 -27 21zM355 520v104h59v-104h-59z" />
<glyph unicode="k" d="M144 0v604h41v-375l222 188h61l-206 -172l248 -245h-58l-221 219l-46 -39v-180h-41z" />
<glyph unicode="l" d="M135 584q0 20 27 20h158v-604h-41v563h-117q-27 0 -27 21z" />
<glyph unicode="m" d="M72 0v417h40v-52q25 36 49 51t56 15q64 0 97 -71q55 71 113 71q43 0 74 -32t31 -76v-323h-40v319q0 28 -20 49.5t-46 21.5q-50 0 -104 -82v-308h-40v316q0 29 -19.5 51.5t-45.5 22.5q-50 0 -105 -82v-308h-40z" />
<glyph unicode="n" d="M126 0v417h41v-69q43 48 76 65.5t80 17.5q67 0 112 -39t45 -97v-295h-41v288q0 44 -38 76q-31 26 -82 26q-55 0 -95 -33q-18 -13 -57 -63v-294h-41z" />
<glyph unicode="o" d="M72 208q0 92 66.5 157.5t161.5 65.5q96 0 162 -65.5t66 -160.5q0 -92 -67 -156.5t-161 -64.5q-95 0 -161.5 65t-66.5 159zM113 208q0 -76 54.5 -129.5t132.5 -53.5q77 0 132 53t55 127q0 79 -54 132t-133 53q-78 0 -132.5 -53t-54.5 -129z" />
<glyph unicode="p" d="M103 -186v603h41v-82q40 52 81 74t98 22q93 0 155.5 -60.5t62.5 -149.5t-63 -150t-155 -61q-112 0 -179 96v-292h-41zM144 221q0 -71 52 -120.5t126 -49.5t126 49t52 119q0 73 -51 122t-127 49q-74 0 -126 -49.5t-52 -119.5z" />
<glyph unicode="q" d="M63 221q0 89 63 149.5t156 60.5q111 0 179 -96v82h41v-603h-41v292q-67 -96 -180 -96q-92 0 -155 61t-63 150zM104 221q0 -71 51.5 -120.5t126.5 -49.5q74 0 126.5 49t52.5 119q0 73 -51.5 122t-127.5 49q-75 0 -126.5 -49t-51.5 -120z" />
<glyph unicode="r" d="M207 0v417h41v-102q69 63 112 87.5t81 24.5q40 0 77 -31q23 -19 23 -31q0 -9 -6 -15t-15 -6q-8 0 -16 8q-35 34 -66 34q-34 0 -70.5 -24t-119.5 -100v-262h-41z" />
<glyph unicode="s" d="M103 112q0 25 21 25q9 0 14.5 -6t5.5 -16v-7q0 -17 12 -32.5t33 -26.5t49.5 -17.5t59.5 -6.5q66 0 110 26t44 66q0 17 -12 34.5t-32 28.5q-35 19 -108 27q-55 6 -82 12.5t-48 19.5q-21 14 -33.5 35t-12.5 44q0 49 48.5 81t122.5 32q78 0 130 -39q48 -36 48 -75 q0 -23 -20 -24q-18 0 -21 23q-4 34 -40 54t-93 20q-56 0 -93 -21.5t-37 -53.5q0 -27 32 -45q17 -11 34 -14.5t82 -10.5q86 -10 130 -39q23 -16 36.5 -40t13.5 -50q0 -38 -25.5 -68t-70 -47t-100.5 -17q-96 0 -155 50q-43 37 -43 78z" />
<glyph unicode="t" d="M43 397q0 20 28 20h74v119q0 27 21 27q20 0 20 -27v-119h220q27 0 27 -20q0 -21 -27 -21h-220v-267q0 -38 30 -61t82 -23q42 0 89.5 11.5t76.5 28.5q10 6 16 6q7 0 13 -6t6 -14q0 -22 -67.5 -44.5t-131.5 -22.5q-71 0 -113 33.5t-42 89.5v269h-74q-28 0 -28 21z" />
<glyph unicode="u" d="M124 115v302h41v-302q0 -38 26.5 -64t64.5 -26q100 0 183 90v302h41v-417h-41v66q-84 -82 -182 -82q-60 0 -96.5 36t-36.5 95z" />
<glyph unicode="v" d="M80 417h45l168 -376h19l165 376h43l-184 -417h-70z" />
<glyph unicode="w" d="M66 417h40l81 -361l86 255h51l89 -255l78 361h42l-92 -417h-50l-91 259l-89 -259h-51z" />
<glyph unicode="x" d="M44 0l227 219l-205 198h58l176 -171l180 171h55l-206 -198l227 -219h-58l-198 190l-200 -190h-56z" />
<glyph unicode="y" d="M74 417h47l184 -372l181 372h42l-296 -603h-41l91 186z" />
<glyph unicode="z" d="M115 0v36l301 340h-292v41h350v-36l-303 -340h318v-41h-374z" />
<glyph unicode="{" d="M197 240q0 20 24 21q27 2 43.5 19.5t16.5 45.5v173q0 44 28.5 74.5t69.5 30.5q24 0 24 -20q0 -18 -26 -21q-24 -2 -39.5 -20t-15.5 -44v-173q0 -31 -9.5 -49.5t-34.5 -36.5q25 -18 34.5 -36.5t9.5 -49.5v-173q0 -26 15.5 -44t39.5 -20q26 -3 26 -21q0 -20 -24 -20 q-41 0 -69.5 30.5t-28.5 74.5v173q0 27 -16.5 45t-43.5 20q-24 1 -24 21z" />
<glyph unicode="|" d="M280 -97v674q0 27 20 27t20 -27v-674q0 -27 -20 -27t-20 27z" />
<glyph unicode="}" d="M197 -104q0 18 26 21q24 2 39.5 20t15.5 44v173q0 31 9.5 49.5t34.5 36.5q-25 18 -34.5 36.5t-9.5 49.5v173q0 26 -15.5 44t-39.5 20q-26 3 -26 21q0 20 24 20q41 0 69.5 -30.5t28.5 -74.5v-173q0 -27 16.5 -45t43.5 -20q24 -1 24 -21t-24 -21q-27 -2 -43.5 -19.5 t-16.5 -45.5v-173q0 -44 -28.5 -74.5t-69.5 -30.5q-24 0 -24 20z" />
<glyph unicode="~" d="M92 249q0 13 28 45q47 54 92 54q24 0 42 -9t59 -42q54 -44 73 -44q36 0 73 52q17 25 29 25q8 0 14 -5.5t6 -13.5q0 -11 -25 -40q-49 -59 -94 -59q-24 0 -46.5 12.5t-69.5 52.5q-38 30 -61 30q-19 0 -33.5 -11.5t-47.5 -53.5q-9 -12 -20 -12q-7 0 -13 6t-6 13z" />
<glyph unicode="&#xa0;" />
<glyph unicode="&#xa1;" d="M240 367q0 21 15.5 35.5t38.5 14.5h13q22 0 37.5 -14.5t15.5 -35.5t-15.5 -35.5t-37.5 -14.5h-13q-23 0 -38.5 14.5t-15.5 35.5zM261 -177q0 8 1 16l18 326q1 28 21 28q19 0 20 -28l18 -326q1 -7 1 -16q0 -17 -11.5 -28t-28.5 -11q-16 0 -27.5 11t-11.5 28z" />
<glyph unicode="&#xa2;" d="M113 311q0 98 81 152q33 22 86 33v107q0 27 21 27q20 0 20 -27v-106q63 0 104 -36q5 17 20 17q21 0 21 -25v-61q0 -28 -20 -28q-17 0 -20 23q-5 32 -36 51.5t-79 19.5q-68 0 -112.5 -41.5t-44.5 -105.5q0 -63 43.5 -104.5t109.5 -41.5q74 0 125 42q10 8 18 8q19 0 19 -20 t-49 -43t-99 -25v-113q0 -27 -20 -27q-21 0 -21 27v113q-73 8 -120 60.5t-47 123.5z" />
<glyph unicode="&#xa3;" d="M63 294q0 20 27 20h94q-27 85 -27 121q0 59 41.5 101t99.5 42q54 0 98 -39q31 -28 31 -44q0 -7 -6.5 -13t-13.5 -6q-9 0 -18 12q-40 49 -90 49q-41 0 -71 -30.5t-30 -71.5q0 -28 23 -107l4 -14h99q27 0 27 -21q0 -20 -27 -20h-90q5 -35 5 -57q0 -104 -57 -175h252 q19 0 31.5 13.5t13.5 37.5q3 23 21 23q20 0 20 -22q0 -38 -24.5 -65.5t-59.5 -27.5h-323q-27 0 -27 21q0 19 22 19q35 2 62.5 56.5t27.5 123.5q0 27 -4 53h-104q-27 0 -27 21z" />
<glyph unicode="&#xa4;" d="M103 115q0 9 11 20l56 56q-35 47 -35 101q0 59 34 102l-55 56q-11 10 -11 19q0 8 6 14t14 6t19 -11l56 -55q44 35 102 35q57 0 102 -35l55 55q11 11 20 11q8 0 14 -6t6 -15q0 -8 -10 -18l-55 -56q34 -47 34 -101q0 -58 -35 -102l55 -56q10 -10 10 -20q0 -8 -6 -14t-14 -6 q-9 0 -19 11l-56 56q-47 -35 -101 -35q-55 0 -101 35l-57 -56q-10 -11 -18 -11q-9 0 -15 6t-6 14zM176 293q0 -52 36.5 -88.5t87.5 -36.5q50 0 87 36.5t37 86.5q0 53 -36 89.5t-88 36.5q-51 0 -87.5 -36.5t-36.5 -87.5z" />
<glyph unicode="&#xa5;" d="M75 563h47l178 -268l178 268h48l-192 -288h118q21 0 21 -18q0 -19 -21 -19h-131v-60h131q21 0 21 -18q0 -19 -21 -19h-131v-141h-41v141h-130q-22 0 -22 19q0 18 22 18h130v60h-130q-22 0 -22 19q0 18 22 18h116z" />
<glyph unicode="&#xa6;" d="M280 -97v267q0 27 20 27t20 -27v-267q0 -27 -20 -27t-20 27zM280 310v267q0 27 20 27t20 -27v-267q0 -27 -20 -27t-20 27z" />
<glyph unicode="&#xa7;" d="M66 358q0 34 28 56.5t75 26.5q-13 22 -13 46q0 47 38 81.5t90 34.5h212v-40h-209q-37 0 -64 -22.5t-27 -53.5q0 -28 30 -54t119 -75l56 -31q70 -38 101.5 -71.5t31.5 -70.5q0 -72 -102 -84q13 -22 13 -49q0 -49 -38 -81.5t-95 -32.5h-207v40h206q40 0 66.5 21.5 t26.5 53.5q0 26 -29.5 54t-101.5 68l-65 36q-142 80 -142 147zM109 357q0 -43 125 -114l62 -35q80 -45 104 -69q4 2 18 3q34 1 53.5 12t19.5 30q0 22 -29 51t-78 55l-64 36q-84 46 -119 77q-6 -1 -18 -1q-32 0 -53 -13t-21 -32z" />
<glyph unicode="&#xa8;" d="M140 561q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35zM361 561q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35z" />
<glyph unicode="&#xa9;" d="M3 282q0 122 87 209t210 87q122 0 209 -87t87 -209q0 -125 -87 -211t-213 -86q-120 0 -206.5 87.5t-86.5 209.5zM44 282q0 -105 74.5 -180.5t177.5 -75.5q109 0 184 74.5t75 181.5q0 105 -75 180t-180 75q-106 0 -181 -74.5t-75 -180.5zM153 260v45q0 29 11 55.5t29.5 46 t44.5 31.5t54 12q48 0 82.5 -25t42.5 -67q0 -20 -18 -20q-15 0 -18 19q-1 16 -15 29.5t-33.5 20.5t-39.5 7q-44 0 -74 -33t-30 -79v-39q0 -46 33.5 -81t79.5 -35q50 0 90 47q7 8 16 8q7 0 12 -5t5 -12q0 -13 -23 -33q-44 -41 -100 -41q-58 0 -103.5 45.5t-45.5 103.5z" />
<glyph unicode="&#xaa;" d="M155 358q0 43 37.5 70t95.5 27q28 0 73 -9v44q0 21 -18 34t-47 13q-28 0 -76 -19q-8 -4 -14 -4q-7 0 -12 5.5t-5 13.5q0 12 14 19q55 22 95 22q44 0 72 -23.5t28 -60.5v-208h-37v26q-54 -29 -107 -29q-44 0 -71.5 22t-27.5 57zM192 356q0 -18 17 -29t45 -11q55 0 107 34 v59q-29 11 -71 11q-43 0 -70.5 -18t-27.5 -46z" />
<glyph unicode="&#xab;" d="M63 209l208 197q11 11 21 11q8 0 14 -6t6 -14t-11 -20l-143 -168l143 -169q11 -12 11 -20t-6 -14t-14 -6t-21 11zM292 209l208 197q11 11 21 11q8 0 14 -6t6 -14t-11 -20l-143 -168l143 -169q11 -12 11 -20t-6 -14t-14 -6t-21 11z" />
<glyph unicode="&#xac;" d="M72 418q0 20 27 20h429v-243q0 -27 -21 -27q-20 0 -20 27v202h-388q-27 0 -27 21z" />
<glyph unicode="&#xad;" d="M72 279q0 20 27 20h402q27 0 27 -20q0 -21 -27 -21h-402q-27 0 -27 21z" />
<glyph unicode="&#xae;" d="M3 282q0 122 87 209t210 87q122 0 209 -87t87 -209q0 -125 -87 -211t-213 -86q-120 0 -206.5 87.5t-86.5 209.5zM44 282q0 -105 74.5 -180.5t177.5 -75.5q109 0 184 74.5t75 181.5q0 105 -75 180t-180 75q-106 0 -181 -74.5t-75 -180.5zM197 120v323h114q46 0 75.5 -26 t29.5 -67q0 -28 -19 -50t-51 -31q25 -16 56 -63t44 -86h-39q-57 119 -111 138h-63v-138h-36zM233 294h56q42 0 66.5 15.5t24.5 42.5q0 24 -19.5 39.5t-50.5 15.5h-77v-113z" />
<glyph unicode="&#xaf;" d="M155 556q0 20 27 20h236q27 0 27 -20t-27 -20h-236q-27 0 -27 20z" />
<glyph unicode="&#xb0;" d="M155 493q0 58 43 100.5t102 42.5q60 0 102.5 -42.5t42.5 -102.5t-42.5 -102.5t-102.5 -42.5q-61 0 -103 42.5t-42 104.5zM196 492q0 -44 30.5 -74.5t73.5 -30.5t73.5 30.5t30.5 73.5t-30.5 73.5t-73.5 30.5t-73.5 -30.5t-30.5 -72.5z" />
<glyph unicode="&#xb1;" d="M72 20q0 20 27 20h402q27 0 27 -20t-27 -20h-402q-27 0 -27 20zM72 321q0 20 27 20h180v161q0 27 21 27q20 0 20 -27v-161h180q28 0 28 -20t-28 -20h-180v-162q0 -27 -20 -27q-21 0 -21 27v162h-180q-27 0 -27 20z" />
<glyph unicode="&#xb2;" d="M175 259v43l132 123q38 38 49 54t11 32q0 26 -21.5 45.5t-50.5 19.5q-26 0 -46.5 -14.5t-27.5 -37.5q-4 -16 -18 -16q-7 0 -12 5t-5 12q0 19 19 43q35 44 90 44q43 0 75.5 -30t32.5 -71q0 -32 -29.5 -66.5t-154.5 -149.5h186v-36h-230z" />
<glyph unicode="&#xb3;" d="M181 304q0 7 5 12t12 5t13 -5q41 -29 84 -29q34 0 59.5 21t25.5 50q0 30 -26 51t-66 22q-21 2 -21 18q0 10 9 16q3 2 28 2q28 0 46 15t18 38q0 24 -19.5 40t-48.5 16q-45 0 -69 -27q-7 -10 -16 -10q-7 0 -12.5 5t-5.5 12q0 19 34.5 37.5t68.5 18.5q44 0 74 -26.5 t30 -65.5q0 -43 -46 -74q58 -36 58 -88q0 -44 -35.5 -75.5t-85.5 -31.5q-37 0 -75.5 18t-38.5 35z" />
<glyph unicode="&#xb4;" d="M280 511q0 8 12 19l114 100q12 9 19 9q8 0 14 -6t6 -15q0 -8 -12 -19l-114 -100q-12 -9 -19 -9q-8 0 -14 6t-6 15z" />
<glyph unicode="&#xb6;" d="M79 406v47q0 67 60.5 109t158.5 42h200q25 0 25 -20q0 -21 -25 -21h-61v-625h-35h-3h-2v625h-72v-625h-2h-3h-36v322q-65 4 -111 24q-43 19 -68.5 52t-25.5 70zM149 414q0 -40 38.5 -70.5t96.5 -36.5v251q-58 -6 -96.5 -36.5t-38.5 -70.5v-37z" />
<glyph unicode="&#xb7;" d="M226 283q0 28 20 46.5t49 18.5h10q29 0 49 -18.5t20 -46.5t-20 -47t-49 -19h-10q-29 0 -49 19t-20 47z" />
<glyph unicode="&#xb8;" d="M210 -133q0 8 6 13.5t14 5.5q5 0 15 -5q29 -16 51 -16q19 0 31.5 8t12.5 21q0 25 -46 25h-20v81h38v-47q65 -2 65 -61q0 -29 -22 -47t-57 -18q-25 0 -56.5 11t-31.5 29z" />
<glyph unicode="&#xb9;" d="M192 558q0 11 16 18t111 36v-353h-36v304l-65 -21q-8 -2 -9 -2q-6 0 -11.5 5.5t-5.5 12.5z" />
<glyph unicode="&#xba;" d="M154 431q0 60 43 103t104 43q62 0 104.5 -43t42.5 -105q0 -59 -43.5 -102t-103.5 -43q-61 0 -104 43t-43 104zM191 431q0 -46 32.5 -78t77.5 -32t77.5 32t32.5 76q0 47 -32 79t-78 32t-78 -32t-32 -77z" />
<glyph unicode="&#xbb;" d="M63 20q0 8 11 20l142 168l-142 169q-11 12 -11 20t6 14t14 6t21 -11l207 -198l-207 -197q-11 -11 -21 -11q-8 0 -14 6t-6 14zM293 20q0 8 11 20l142 168l-142 169q-11 12 -11 20t6 14t14 6t21 -11l207 -198l-207 -197q-11 -11 -21 -11q-8 0 -14 6t-6 14z" />
<glyph unicode="&#xbc;" d="M18 558q0 11 16 18t111 36v-353h-26h-10v304l-65 -21q-8 -2 -9 -2q-6 0 -11.5 5.5t-5.5 12.5zM103 71q0 7 9 17l350 414q11 12 18 12q8 0 14 -6t6 -14q0 -5 -8 -17l-351 -414q-10 -12 -18 -12t-14 6t-6 14zM361 93v34l128 218h57v-216h13q21 0 21 -18t-25 -18h-9v-93h-36 v93h-149zM401 129h109v180h-2z" />
<glyph unicode="&#xbd;" d="M24 558q0 11 16 18t111 36v-353h-26h-10v304l-65 -21q-8 -2 -9 -2q-6 0 -11.5 5.5t-5.5 12.5zM96 71q0 7 9 17l350 414q11 12 18 12q8 0 14 -6t6 -14q0 -5 -8 -17l-351 -414q-10 -12 -18 -12t-14 6t-6 14zM343 0v43l132 123q38 38 49 54t11 32q0 26 -21.5 45.5 t-50.5 19.5q-26 0 -46.5 -14.5t-27.5 -37.5q-4 -16 -18 -16q-7 0 -12 5t-5 12q0 19 19 43q35 44 90 44q43 0 75.5 -30t32.5 -71q0 -32 -29.5 -66.5t-154.5 -149.5h186v-36h-230z" />
<glyph unicode="&#xbe;" d="M6 304q0 7 5 12t12 5t13 -5q41 -29 84 -29q34 0 59.5 21t25.5 50q0 30 -26 51t-66 22q-21 2 -21 18q0 10 9 16q3 2 28 2q28 0 46 15t18 38q0 24 -19.5 40t-48.5 16q-45 0 -69 -27q-8 -10 -16 -10q-7 0 -12.5 5t-5.5 12q0 19 34.5 37.5t68.5 18.5q44 0 74 -26.5t30 -65.5 q0 -43 -46 -74q58 -36 58 -88q0 -44 -35.5 -75.5t-85.5 -31.5q-37 0 -75.5 18t-38.5 35zM102 71q0 7 9 17l350 414q11 12 18 12q8 0 14 -6t6 -14q0 -5 -8 -17l-351 -414q-10 -12 -18 -12t-14 6t-6 14zM361 93v34l128 218h57v-216h13q21 0 21 -18t-25 -18h-9v-93h-36v93h-149 zM401 129h109v180h-2z" />
<glyph unicode="&#xbf;" d="M113 -21q0 56 35.5 94t129.5 82v41q0 27 20 27q21 0 21 -27v-68q-87 -36 -126 -71t-39 -78q0 -50 40 -81.5t102 -31.5q60 0 129 34l41 -26q-6 -3 -16 -7.5t-13 -5.5q-81 -36 -146 -36q-80 0 -129 42.5t-49 111.5zM229 367q0 22 16 36t41 14h27q26 0 41.5 -14t15.5 -36 t-15.5 -36t-41.5 -14h-27q-25 0 -41 14t-16 36z" />
<glyph unicode="&#xc0;" d="M52 0l210 563h68l212 -563h-43l-71 188h-266l-69 -188h-41zM165 769q0 8 6 14t14 6q7 0 19 -9l114 -100l7 -8q5 -5 5 -11q0 -9 -6 -15t-15 -6q-7 0 -18 9l-114 100q-12 11 -12 20zM178 229h235l-112 293h-15z" />
<glyph unicode="&#xc1;" d="M52 0l210 563h68l212 -563h-43l-71 188h-266l-69 -188h-41zM178 229h235l-112 293h-15zM218 661q0 8 12 19l114 100q12 9 19 9q8 0 14 -6t6 -15q0 -8 -12 -19l-114 -100q-12 -9 -19 -9q-8 0 -14 6t-6 15z" />
<glyph unicode="&#xc2;" d="M52 0l210 563h68l212 -563h-43l-71 188h-266l-69 -188h-41zM154 660q0 11 13 20l132 109l132 -108q13 -11 13 -21q0 -8 -6 -14t-14 -6q-7 0 -18 8l-107 88l-107 -88q-11 -8 -18 -8q-8 0 -14 6t-6 14zM178 229h235l-112 293h-15z" />
<glyph unicode="&#xc3;" d="M52 0l210 563h68l212 -563h-43l-71 188h-266l-69 -188h-41zM118 688q0 11 19 30q40 37 75 37q25 0 64 -23q45 -25 59 -25q13 0 23.5 7.5t33.5 30.5q8 8 16 8t14 -6t6 -14q0 -10 -22 -31q-36 -36 -69 -36q-29 0 -81 31q-26 17 -43 17q-15 0 -25.5 -7t-32.5 -30 q-6 -8 -17 -8q-8 0 -14 5.5t-6 13.5zM178 229h235l-112 293h-15z" />
<glyph unicode="&#xc4;" d="M52 0l210 563h68l212 -563h-43l-71 188h-266l-69 -188h-41zM137 711q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35zM178 229h235l-112 293h-15zM358 711q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5 t-35 15t-15 35z" />
<glyph unicode="&#xc5;" d="M52 0l210 563h68l212 -563h-43l-71 188h-266l-69 -188h-41zM178 229h235l-112 293h-15zM184 721q0 37 27.5 63.5t65.5 26.5q39 0 66 -26.5t27 -65.5q0 -36 -27.5 -62.5t-65.5 -26.5t-65.5 27t-27.5 64zM217 721q0 -24 17.5 -41t42.5 -17t42.5 17t17.5 40q0 24 -17.5 41 t-42.5 17t-42.5 -17t-17.5 -40z" />
<glyph unicode="&#xc6;" d="M62 0l156 563h352v-41h-232v-208h118v-41h-118v-232h252v-41h-293v189h-141l-52 -189h-42zM167 230h130v292h-50z" />
<glyph unicode="&#xc7;" d="M63 242v83q0 30 8.5 62.5t25 62t37.5 52.5q69 74 171 74q28 0 58.5 -7t63 -23t58 -47.5t34.5 -74.5q0 -27 -21 -27q-18 0 -20 24q-3 46 -54.5 80t-118.5 34q-83 0 -142 -63.5t-59 -152.5v-71q0 -90 65 -156.5t153 -66.5q52 0 93 21t81 69q9 10 18 10q4 0 8 -1.5t6.5 -4 t4 -6t1.5 -7.5q0 -16 -38 -51q-76 -71 -174 -71h-5v-31q31 -1 48 -17t17 -44q0 -19 -10 -34t-28 -23t-41 -8q-25 0 -56.5 11t-31.5 29q0 8 6 13.5t14 5.5q5 0 15 -5q31 -16 51 -16q13 0 23 3.5t15.5 10.5t5.5 15q0 25 -46 25h-20v69h-1q-89 17 -152 90.5t-63 163.5z" />
<glyph unicode="&#xc8;" d="M124 0v563h375v-41h-334v-209h186v-41h-186v-231h355v-41h-396zM176 769q0 8 6 14t14 6q7 0 19 -9l114 -100l7 -8q5 -5 5 -11q0 -9 -6 -15t-15 -6q-8 0 -18 9l-114 100q-12 11 -12 20z" />
<glyph unicode="&#xc9;" d="M124 0v563h375v-41h-334v-209h186v-41h-186v-231h355v-41h-396zM236 661q0 8 12 19l114 100q12 9 19 9q8 0 14 -6t6 -15q0 -8 -12 -19l-114 -100q-12 -9 -19 -9q-8 0 -14 6t-6 15z" />
<glyph unicode="&#xca;" d="M124 0v563h375v-41h-334v-209h186v-41h-186v-231h355v-41h-396zM146 660q0 11 13 20l132 109l132 -108q13 -11 13 -21q0 -8 -6 -14t-14 -6q-7 0 -18 8l-107 88l-107 -88q-11 -8 -18 -8q-8 0 -14 6t-6 14z" />
<glyph unicode="&#xcb;" d="M124 0v563h375v-41h-334v-209h186v-41h-186v-231h355v-41h-396zM131 711q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35zM352 711q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35z" />
<glyph unicode="&#xcc;" d="M191 769q0 8 6 14t14 6q7 0 19 -9l114 -100l7 -8q5 -5 5 -11q0 -9 -6 -15t-15 -6q-7 0 -18 9l-114 100q-12 11 -12 20zM279 0v563h41v-563h-41z" />
<glyph unicode="&#xcd;" d="M279 0v563h41v-563h-41zM280 661q0 8 12 19l114 100q12 9 19 9q8 0 14 -6t6 -15q0 -8 -12 -19l-114 -100q-12 -9 -19 -9q-8 0 -14 6t-6 15z" />
<glyph unicode="&#xce;" d="M155 660q0 11 13 20l132 109l132 -108q13 -11 13 -21q0 -8 -6 -14t-14 -6q-7 0 -18 8l-107 88l-107 -88q-11 -8 -18 -8q-8 0 -14 6t-6 14zM279 0v563h41v-563h-41z" />
<glyph unicode="&#xcf;" d="M140 711q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35zM279 0v563h41v-563h-41zM361 711q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35z" />
<glyph unicode="&#xd0;" d="M0 293q0 20 27 20h77v250h190q95 -1 160.5 -74.5t65.5 -178.5v-56q0 -107 -66 -180.5t-163 -73.5h-187v272h-77q-27 0 -27 21zM145 41h150q72 0 128 62t56 142v73q0 87 -65 154q-50 50 -126 50h-143v-209h162q27 0 27 -20q0 -21 -27 -21h-162v-231z" />
<glyph unicode="&#xd1;" d="M103 0v563h52l305 -504v504h41v-563h-52l-305 504v-504h-41zM143 688q0 11 19 30q40 37 75 37q25 0 64 -23q45 -25 59 -25q13 0 23.5 7.5t33.5 30.5q8 8 16 8t14 -6t6 -14q0 -10 -22 -31q-36 -36 -69 -36q-29 0 -81 31q-26 17 -43 17q-15 0 -25.5 -7t-32.5 -30 q-6 -8 -17 -8q-8 0 -14 5.5t-6 13.5z" />
<glyph unicode="&#xd2;" d="M51 280q0 124 72.5 210t176.5 86q106 0 177.5 -86.5t71.5 -213.5q0 -121 -73 -206.5t-176 -85.5q-104 0 -176.5 86t-72.5 210zM92 280q0 -105 61 -180t147 -75q85 0 146.5 74.5t61.5 177.5q0 108 -60.5 183t-147.5 75q-86 0 -147 -75t-61 -180zM185 769q0 8 6 14t14 6 q7 0 19 -9l114 -100l7 -8q5 -5 5 -11q0 -9 -6 -15t-15 -6q-7 0 -18 9l-114 100q-12 11 -12 20z" />
<glyph unicode="&#xd3;" d="M51 280q0 124 72.5 210t176.5 86q106 0 177.5 -86.5t71.5 -213.5q0 -121 -73 -206.5t-176 -85.5q-104 0 -176.5 86t-72.5 210zM92 280q0 -105 61 -180t147 -75q85 0 146.5 74.5t61.5 177.5q0 108 -60.5 183t-147.5 75q-86 0 -147 -75t-61 -180zM251 661q0 8 12 19 l114 100q12 9 19 9q8 0 14 -6t6 -15q0 -8 -12 -19l-114 -100q-12 -9 -19 -9q-8 0 -14 6t-6 15z" />
<glyph unicode="&#xd4;" d="M51 280q0 124 72.5 210t176.5 86q106 0 177.5 -86.5t71.5 -213.5q0 -121 -73 -206.5t-176 -85.5q-104 0 -176.5 86t-72.5 210zM92 280q0 -105 61 -180t147 -75q85 0 146.5 74.5t61.5 177.5q0 108 -60.5 183t-147.5 75q-86 0 -147 -75t-61 -180zM154 660q0 11 13 20 l132 109l132 -108q13 -11 13 -21q0 -8 -6 -14t-14 -6q-7 0 -18 8l-107 88l-107 -88q-11 -8 -18 -8q-8 0 -14 6t-6 14z" />
<glyph unicode="&#xd5;" d="M51 280q0 124 72.5 210t176.5 86q106 0 177.5 -86.5t71.5 -213.5q0 -121 -73 -206.5t-176 -85.5q-104 0 -176.5 86t-72.5 210zM92 280q0 -105 61 -180t147 -75q85 0 146.5 74.5t61.5 177.5q0 108 -60.5 183t-147.5 75q-86 0 -147 -75t-61 -180zM151 688q0 11 19 30 q40 37 75 37q25 0 64 -23q45 -25 59 -25q13 0 23.5 7.5t33.5 30.5q8 8 16 8t14 -6t6 -14q0 -10 -22 -31q-36 -36 -69 -36q-29 0 -81 31q-26 17 -43 17q-15 0 -25.5 -7t-32.5 -30q-6 -8 -17 -8q-8 0 -14 5.5t-6 13.5z" />
<glyph unicode="&#xd6;" d="M51 280q0 124 72.5 210t176.5 86q106 0 177.5 -86.5t71.5 -213.5q0 -121 -73 -206.5t-176 -85.5q-104 0 -176.5 86t-72.5 210zM92 280q0 -105 61 -180t147 -75q85 0 146.5 74.5t61.5 177.5q0 108 -60.5 183t-147.5 75q-86 0 -147 -75t-61 -180zM139 711q0 20 15 35t35 15 q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35zM360 711q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35z" />
<glyph unicode="&#xd7;" d="M118 120q0 9 10 19l143 143l-143 142q-10 11 -10 19q0 9 6 15t15 6q7 0 18 -11l143 -142l142 142q11 11 19 11t14.5 -6t6.5 -15q0 -8 -11 -19l-142 -142l142 -143q11 -10 11 -19q0 -8 -6 -14t-15 -6t-19 10l-142 143l-142 -143q-11 -10 -19 -10q-9 0 -15 6t-6 14z" />
<glyph unicode="&#xd8;" d="M40 -25q0 6 8 16l69 87q-66 88 -66 202q0 124 72.5 210t176.5 86q86 0 158 -66l66 83q9 12 18 12q8 0 13 -5.5t5 -12.5q0 -5 -8 -16l-70 -88q67 -83 67 -203q0 -124 -72.5 -210t-176.5 -86q-90 0 -159 67l-65 -82q-9 -12 -18 -12q-8 0 -13 5.5t-5 12.5zM92 280 q0 -91 52 -168l288 364q-59 59 -132 59q-86 0 -147 -75t-61 -180zM167 84q59 -59 133 -59q86 0 147 75t61 180q0 94 -52 169z" />
<glyph unicode="&#xd9;" d="M101 185v378h41v-378q0 -68 45.5 -114t112.5 -46q66 0 112 46.5t46 113.5v378h41v-378q0 -85 -57.5 -143t-141.5 -58q-85 0 -142 57.5t-57 143.5zM188 769q0 8 6 14t14 6q7 0 19 -9l114 -100l7 -8q5 -5 5 -11q0 -9 -6 -15t-15 -6q-8 0 -18 9l-114 100q-12 11 -12 20z" />
<glyph unicode="&#xda;" d="M101 185v378h41v-378q0 -68 45.5 -114t112.5 -46q66 0 112 46.5t46 113.5v378h41v-378q0 -85 -57.5 -143t-141.5 -58q-85 0 -142 57.5t-57 143.5zM248 661q0 8 12 19l114 100q12 9 19 9q8 0 14 -6t6 -15q0 -8 -12 -19l-114 -100q-12 -9 -19 -9q-8 0 -14 6t-6 15z" />
<glyph unicode="&#xdb;" d="M101 185v378h41v-378q0 -68 45.5 -114t112.5 -46q66 0 112 46.5t46 113.5v378h41v-378q0 -85 -57.5 -143t-141.5 -58q-85 0 -142 57.5t-57 143.5zM154 660q0 11 13 20l132 109l132 -108q13 -11 13 -21q0 -8 -6 -14t-14 -6q-7 0 -18 8l-107 88l-107 -88q-11 -8 -18 -8 q-8 0 -14 6t-6 14z" />
<glyph unicode="&#xdc;" d="M101 185v378h41v-378q0 -68 45.5 -114t112.5 -46q66 0 112 46.5t46 113.5v378h41v-378q0 -85 -57.5 -143t-141.5 -58q-85 0 -142 57.5t-57 143.5zM139 711q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35zM360 711q0 20 15 35t35 15 q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35z" />
<glyph unicode="&#xdd;" d="M74 563h49l180 -268l176 268h46l-203 -309v-254h-41v254zM248 661q0 8 12 19l114 100q12 9 19 9q8 0 14 -6t6 -15q0 -8 -12 -19l-114 -100q-12 -9 -19 -9q-8 0 -14 6t-6 15z" />
<glyph unicode="&#xde;" d="M43 21q0 20 27 20h54v481h-54q-27 0 -27 21q0 20 27 20h233q28 0 28 -20q0 -21 -28 -21h-138v-59h145q80 0 134.5 -47.5t54.5 -117.5t-59 -118.5t-144 -48.5h-131v-90h138q28 0 28 -20q0 -21 -28 -21h-233q-27 0 -27 21zM165 172h134q65 0 112 37t47 89q0 51 -42.5 87.5 t-101.5 36.5h-149v-250z" />
<glyph unicode="&#xdf;" d="M124 0v476q0 53 41.5 90.5t100.5 37.5q61 0 103.5 -42.5t42.5 -103.5q0 -60 -58 -99q145 -59 145 -198q0 -76 -38.5 -126.5t-95.5 -50.5q-45 0 -75.5 33.5t-30.5 83.5q0 23 20 23q19 0 21 -24q2 -35 19.5 -55t45.5 -20q39 0 66 39.5t27 97.5q0 78 -61 128q-54 44 -118 44 h-5q-27 0 -27 21q0 20 23 20h5q38 0 67 25.5t29 58.5q0 43 -31 73.5t-74 30.5q-42 0 -71.5 -25t-29.5 -62v-476h-41z" />
<glyph unicode="&#xe0;" d="M72 112q0 65 58.5 105.5t152.5 40.5q59 0 136 -21v71q0 37 -34 59.5t-89 22.5q-44 0 -142 -30q-8 -2 -10 -2q-8 0 -13.5 6t-5.5 14q0 15 17 21q93 32 157 32q70 0 115.5 -35t45.5 -88v-308h-41v67q-89 -83 -191 -83q-70 0 -113 35.5t-43 92.5zM113 111q0 -39 31 -62.5 t83 -23.5q53 0 97.5 20t94.5 67v90q-60 15 -128 15q-79 0 -128.5 -29.5t-49.5 -76.5zM174 619q0 8 6 14t14 6q7 0 19 -9l114 -100l7 -8q5 -5 5 -11q0 -9 -6 -15t-15 -6q-8 0 -18 9l-114 100q-12 11 -12 20z" />
<glyph unicode="&#xe1;" d="M72 112q0 65 58.5 105.5t152.5 40.5q59 0 136 -21v71q0 37 -34 59.5t-89 22.5q-44 0 -142 -30q-8 -2 -10 -2q-8 0 -13.5 6t-5.5 14q0 15 17 21q93 32 157 32q70 0 115.5 -35t45.5 -88v-308h-41v67q-89 -83 -191 -83q-70 0 -113 35.5t-43 92.5zM113 111q0 -39 31 -62.5 t83 -23.5q53 0 97.5 20t94.5 67v90q-60 15 -128 15q-79 0 -128.5 -29.5t-49.5 -76.5zM234 511q0 8 12 19l114 100q12 9 19 9q8 0 14 -6t6 -15q0 -8 -12 -19l-114 -100q-12 -9 -19 -9q-8 0 -14 6t-6 15z" />
<glyph unicode="&#xe2;" d="M72 112q0 65 58.5 105.5t152.5 40.5q59 0 136 -21v71q0 37 -34 59.5t-89 22.5q-44 0 -142 -30q-8 -2 -10 -2q-8 0 -13.5 6t-5.5 14q0 15 17 21q93 32 157 32q70 0 115.5 -35t45.5 -88v-308h-41v67q-89 -83 -191 -83q-70 0 -113 35.5t-43 92.5zM113 111q0 -39 31 -62.5 t83 -23.5q53 0 97.5 20t94.5 67v90q-60 15 -128 15q-79 0 -128.5 -29.5t-49.5 -76.5zM145 510q0 11 13 20l132 109l132 -108q13 -11 13 -21q0 -8 -6 -14t-14 -6q-7 0 -18 8l-107 88l-107 -88q-11 -8 -18 -8q-8 0 -14 6t-6 14z" />
<glyph unicode="&#xe3;" d="M72 112q0 65 58.5 105.5t152.5 40.5q59 0 136 -21v71q0 37 -34 59.5t-89 22.5q-44 0 -142 -30q-8 -2 -10 -2q-8 0 -13.5 6t-5.5 14q0 15 17 21q93 32 157 32q70 0 115.5 -35t45.5 -88v-308h-41v67q-89 -83 -191 -83q-70 0 -113 35.5t-43 92.5zM113 111q0 -39 31 -62.5 t83 -23.5q53 0 97.5 20t94.5 67v90q-60 15 -128 15q-79 0 -128.5 -29.5t-49.5 -76.5zM135 538q0 11 19 30q40 37 75 37q25 0 64 -23q45 -25 59 -25q13 0 23.5 7.5t33.5 30.5q8 8 16 8t14 -6t6 -14q0 -10 -22 -31q-36 -36 -69 -36q-29 0 -81 31q-26 17 -43 17q-15 0 -25.5 -7 t-32.5 -30q-6 -8 -17 -8q-8 0 -14 5.5t-6 13.5z" />
<glyph unicode="&#xe4;" d="M72 112q0 65 58.5 105.5t152.5 40.5q59 0 136 -21v71q0 37 -34 59.5t-89 22.5q-44 0 -142 -30q-8 -2 -10 -2q-8 0 -13.5 6t-5.5 14q0 15 17 21q93 32 157 32q70 0 115.5 -35t45.5 -88v-308h-41v67q-89 -83 -191 -83q-70 0 -113 35.5t-43 92.5zM113 111q0 -39 31 -62.5 t83 -23.5q53 0 97.5 20t94.5 67v90q-60 15 -128 15q-79 0 -128.5 -29.5t-49.5 -76.5zM129 561q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35zM350 561q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15 t-15 35z" />
<glyph unicode="&#xe5;" d="M72 112q0 65 58.5 105.5t152.5 40.5q59 0 136 -21v71q0 37 -34 59.5t-89 22.5q-44 0 -142 -30q-8 -2 -10 -2q-8 0 -13.5 6t-5.5 14q0 15 17 21q93 32 157 32q70 0 115.5 -35t45.5 -88v-308h-41v67q-89 -83 -191 -83q-70 0 -113 35.5t-43 92.5zM113 111q0 -39 31 -62.5 t83 -23.5q53 0 97.5 20t94.5 67v90q-60 15 -128 15q-79 0 -128.5 -29.5t-49.5 -76.5zM197 571q0 37 27.5 63.5t65.5 26.5q39 0 66 -26.5t27 -65.5q0 -36 -27.5 -62.5t-65.5 -26.5t-65.5 27t-27.5 64zM230 571q0 -24 17.5 -41t42.5 -17t42.5 17t17.5 40q0 24 -17.5 41 t-42.5 17t-42.5 -17t-17.5 -40z" />
<glyph unicode="&#xe6;" d="M12 132q0 58 55.5 91.5t127.5 33.5q41 0 85 -12v60q0 35 -25.5 60t-62.5 25q-45 0 -84 -25q-12 -7 -18 -7q-7 0 -13 6.5t-6 13.5q0 16 29 28q56 25 99 25q37 0 68 -23t45 -61q18 39 50 61.5t68 22.5q45 0 79 -28t50 -78q17 -51 18 -126h-258q5 -76 41 -125t86 -49 q22 0 42.5 12t56.5 45q7 5 13 5q8 0 14 -6t6 -14q0 -12 -31 -38q-60 -45 -103 -45q-74 0 -124 77v-34q0 -27 -20 -27t-20 27v25q-56 -68 -120 -68t-106 42t-42 106zM57 121q0 -42 29.5 -69t75.5 -27q51 0 118 85v93q-44 13 -79 13q-32 0 -69 -12t-54 -28q-21 -21 -21 -55z M320 240h215q-8 65 -23 95q-27 55 -83 55q-89 0 -109 -150z" />
<glyph unicode="&#xe7;" d="M84 204q0 99 65 163t165 64q26 0 54 -6t59 -19.5t54 -41.5t30 -66q0 -27 -20 -27q-18 0 -21 24q-3 40 -49.5 67.5t-109.5 27.5q-41 0 -75.5 -13.5t-59 -37.5t-38 -58.5t-13.5 -75.5q0 -79 52 -129.5t134 -50.5q109 0 187 72q10 10 18 10q7 0 13 -5.5t6 -13.5 q0 -20 -43 -49q-77 -53 -177 -55v-31q31 -1 48 -17t17 -44q0 -29 -22 -47t-57 -18q-25 0 -56.5 11t-31.5 29q0 8 6 13.5t14 5.5q5 0 15 -5q29 -16 51 -16q10 0 18 2t14 6t9 9.5t3 11.5q0 25 -46 25h-20v67q-86 10 -139.5 70t-53.5 148z" />
<glyph unicode="&#xe8;" d="M63 217q0 91 66 152.5t162 61.5q72 0 128.5 -36t83.5 -98q17 -40 17 -98h-416q11 -79 66 -126.5t136 -47.5q47 0 96 15t79 39q10 7 16 7q8 0 13.5 -6t5.5 -14q0 -26 -71.5 -54t-139.5 -28q-101 0 -171.5 68t-70.5 165zM104 240h374q-12 68 -63 109t-124 41t-123 -40.5 t-64 -109.5zM189 619q0 8 6 14t14 6q7 0 19 -9l114 -100l7 -8q5 -5 5 -11q0 -9 -6 -15t-15 -6q-7 0 -18 9l-114 100q-12 11 -12 20z" />
<glyph unicode="&#xe9;" d="M63 217q0 91 66 152.5t162 61.5q72 0 128.5 -36t83.5 -98q17 -40 17 -98h-416q11 -79 66 -126.5t136 -47.5q47 0 96 15t79 39q10 7 16 7q8 0 13.5 -6t5.5 -14q0 -26 -71.5 -54t-139.5 -28q-101 0 -171.5 68t-70.5 165zM104 240h374q-12 68 -63 109t-124 41t-123 -40.5 t-64 -109.5zM249 511q0 8 12 19l114 100q12 9 19 9q8 0 14 -6t6 -15q0 -8 -12 -19l-114 -100q-12 -9 -19 -9q-8 0 -14 6t-6 15z" />
<glyph unicode="&#xea;" d="M63 217q0 91 66 152.5t162 61.5q72 0 128.5 -36t83.5 -98q17 -40 17 -98h-416q11 -79 66 -126.5t136 -47.5q47 0 96 15t79 39q10 7 16 7q8 0 13.5 -6t5.5 -14q0 -26 -71.5 -54t-139.5 -28q-101 0 -171.5 68t-70.5 165zM104 240h374q-12 68 -63 109t-124 41t-123 -40.5 t-64 -109.5zM160 510q0 11 13 20l132 109l132 -108q13 -11 13 -21q0 -8 -6 -14t-14 -6q-7 0 -18 8l-107 88l-107 -88q-11 -8 -18 -8q-8 0 -14 6t-6 14z" />
<glyph unicode="&#xeb;" d="M63 217q0 91 66 152.5t162 61.5q72 0 128.5 -36t83.5 -98q17 -40 17 -98h-416q11 -79 66 -126.5t136 -47.5q47 0 96 15t79 39q10 7 16 7q8 0 13.5 -6t5.5 -14q0 -26 -71.5 -54t-139.5 -28q-101 0 -171.5 68t-70.5 165zM104 240h374q-12 68 -63 109t-124 41t-123 -40.5 t-64 -109.5zM144 561q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35zM365 561q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35z" />
<glyph unicode="&#xec;" d="M134 397q0 20 27 20h159v-417h-41v376h-118q-27 0 -27 21zM178 619q0 8 6 14t14 6q7 0 19 -9l114 -100l7 -8q5 -5 5 -11q0 -9 -6 -15t-15 -6q-8 0 -18 9l-114 100q-12 11 -12 20z" />
<glyph unicode="&#xed;" d="M134 397q0 20 27 20h159v-417h-41v376h-118q-27 0 -27 21zM238 511q0 8 12 19l114 100q12 9 19 9q8 0 14 -6t6 -15q0 -8 -12 -19l-114 -100q-12 -9 -19 -9q-8 0 -14 6t-6 15z" />
<glyph unicode="&#xee;" d="M134 397q0 20 27 20h159v-417h-41v376h-118q-27 0 -27 21zM138 510q0 11 13 20l132 109l132 -108q13 -11 13 -21q0 -8 -6 -14t-14 -6q-7 0 -18 8l-107 88l-107 -88q-11 -8 -18 -8q-8 0 -14 6t-6 14z" />
<glyph unicode="&#xef;" d="M127 561q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35zM134 397q0 20 27 20h159v-417h-41v376h-118q-27 0 -27 21zM348 561q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35z" />
<glyph unicode="&#xf0;" d="M72 207q0 92 66 157.5t160 65.5q41 0 73 -12t73 -41q-53 99 -121 148l-91 -42q-2 -1 -7 -1q-8 0 -14 7t-6 16q0 13 9 16l63 28q-52 22 -98 31q-20 4 -20 18q0 10 6 16t15 6q47 0 148 -48l95 42l7 1q8 0 13.5 -6t5.5 -15q0 -13 -9 -17l-75 -34q75 -64 119 -151.5 t44 -170.5q0 -107 -66 -173q-67 -65 -162 -65t-161.5 65t-66.5 159zM114 208q0 -76 54.5 -129.5t132.5 -53.5q77 0 132 53t55 127q0 79 -54 132t-133 53q-78 0 -132.5 -53t-54.5 -129z" />
<glyph unicode="&#xf1;" d="M126 0v417h41v-69q43 48 76 65.5t80 17.5q67 0 112 -39t45 -97v-295h-41v288q0 44 -38 76q-31 26 -82 26q-55 0 -95 -33q-18 -13 -57 -63v-294h-41zM135 538q0 11 19 30q40 37 75 37q25 0 64 -23q45 -25 59 -25q13 0 23.5 7.5t33.5 30.5q8 8 16 8t14 -6t6 -14 q0 -10 -22 -31q-36 -36 -69 -36q-29 0 -81 31q-26 17 -43 17q-15 0 -25.5 -7t-32.5 -30q-6 -8 -17 -8q-8 0 -14 5.5t-6 13.5z" />
<glyph unicode="&#xf2;" d="M72 208q0 92 66.5 157.5t161.5 65.5q96 0 162 -65.5t66 -160.5q0 -92 -67 -156.5t-161 -64.5q-95 0 -161.5 65t-66.5 159zM113 208q0 -76 54.5 -129.5t132.5 -53.5q77 0 132 53t55 127q0 79 -54 132t-133 53q-78 0 -132.5 -53t-54.5 -129zM191 619q0 8 6 14t14 6 q7 0 19 -9l114 -100l7 -8q5 -5 5 -11q0 -9 -6 -15t-15 -6q-7 0 -18 9l-114 100q-12 11 -12 20z" />
<glyph unicode="&#xf3;" d="M72 208q0 92 66.5 157.5t161.5 65.5q96 0 162 -65.5t66 -160.5q0 -92 -67 -156.5t-161 -64.5q-95 0 -161.5 65t-66.5 159zM113 208q0 -76 54.5 -129.5t132.5 -53.5q77 0 132 53t55 127q0 79 -54 132t-133 53q-78 0 -132.5 -53t-54.5 -129zM245 511q0 8 12 19l114 100 q12 9 19 9q8 0 14 -6t6 -15q0 -8 -12 -19l-114 -100q-12 -9 -19 -9q-8 0 -14 6t-6 15z" />
<glyph unicode="&#xf4;" d="M72 208q0 92 66.5 157.5t161.5 65.5q96 0 162 -65.5t66 -160.5q0 -92 -67 -156.5t-161 -64.5q-95 0 -161.5 65t-66.5 159zM113 208q0 -76 54.5 -129.5t132.5 -53.5q77 0 132 53t55 127q0 79 -54 132t-133 53q-78 0 -132.5 -53t-54.5 -129zM155 510q0 11 13 20l132 109 l132 -108q13 -11 13 -21q0 -8 -6 -14t-14 -6q-7 0 -18 8l-107 88l-107 -88q-11 -8 -18 -8q-8 0 -14 6t-6 14z" />
<glyph unicode="&#xf5;" d="M72 208q0 92 66.5 157.5t161.5 65.5q96 0 162 -65.5t66 -160.5q0 -92 -67 -156.5t-161 -64.5q-95 0 -161.5 65t-66.5 159zM113 208q0 -76 54.5 -129.5t132.5 -53.5q77 0 132 53t55 127q0 79 -54 132t-133 53q-78 0 -132.5 -53t-54.5 -129zM151 538q0 11 19 30 q40 37 75 37q25 0 64 -23q45 -25 59 -25q13 0 23.5 7.5t33.5 30.5q8 8 16 8t14 -6t6 -14q0 -10 -22 -31q-36 -36 -69 -36q-29 0 -81 31q-26 17 -43 17q-15 0 -25.5 -7t-32.5 -30q-6 -8 -17 -8q-8 0 -14 5.5t-6 13.5z" />
<glyph unicode="&#xf6;" d="M72 208q0 92 66.5 157.5t161.5 65.5q96 0 162 -65.5t66 -160.5q0 -92 -67 -156.5t-161 -64.5q-95 0 -161.5 65t-66.5 159zM113 208q0 -76 54.5 -129.5t132.5 -53.5q77 0 132 53t55 127q0 79 -54 132t-133 53q-78 0 -132.5 -53t-54.5 -129zM139 561q0 20 15 35t35 15 q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35zM360 561q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35z" />
<glyph unicode="&#xf7;" d="M72 282q0 20 27 20h402q27 0 27 -20t-27 -20h-402q-27 0 -27 20zM251 75q0 20 14.5 34.5t34.5 14.5q21 0 35.5 -14.5t14.5 -35.5q0 -20 -15 -34.5t-35 -14.5t-34.5 14.5t-14.5 35.5zM251 491q0 20 14.5 34.5t34.5 14.5q21 0 35.5 -14.5t14.5 -35.5q0 -20 -15 -34.5 t-35 -14.5t-34.5 14.5t-14.5 35.5z" />
<glyph unicode="&#xf8;" d="M53 -25q0 7 10 17l66 67q-57 66 -57 149q0 93 66.5 158t161.5 65q82 0 144 -49l64 66q11 10 18 10t12 -5.5t5 -12.5t-10 -17l-64 -65q59 -65 59 -151q0 -93 -66.5 -158t-161.5 -65q-80 0 -146 51l-66 -68q-10 -10 -17 -10t-12.5 5.5t-5.5 12.5zM113 208q0 -68 45 -119 l257 263q-50 38 -115 38q-78 0 -132.5 -53t-54.5 -129zM183 65q51 -40 117 -40q78 0 132.5 53t54.5 129q0 68 -46 122z" />
<glyph unicode="&#xf9;" d="M124 115v302h41v-302q0 -38 26.5 -64t64.5 -26q100 0 183 90v302h41v-417h-41v66q-84 -82 -182 -82q-60 0 -96.5 36t-36.5 95zM183 619q0 8 6 14t14 6q7 0 19 -9l114 -100l7 -8q5 -5 5 -11q0 -9 -6 -15t-15 -6q-7 0 -18 9l-114 100q-12 11 -12 20z" />
<glyph unicode="&#xfa;" d="M124 115v302h41v-302q0 -38 26.5 -64t64.5 -26q100 0 183 90v302h41v-417h-41v66q-84 -82 -182 -82q-60 0 -96.5 36t-36.5 95zM230 511q0 8 12 19l114 100q12 9 19 9q8 0 14 -6t6 -15q0 -8 -12 -19l-114 -100q-12 -9 -19 -9q-8 0 -14 6t-6 15z" />
<glyph unicode="&#xfb;" d="M124 115v302h41v-302q0 -38 26.5 -64t64.5 -26q100 0 183 90v302h41v-417h-41v66q-84 -82 -182 -82q-60 0 -96.5 36t-36.5 95zM147 510q0 11 13 20l132 109l132 -108q13 -11 13 -21q0 -8 -6 -14t-14 -6q-7 0 -18 8l-107 88l-107 -88q-11 -8 -18 -8q-8 0 -14 6t-6 14z" />
<glyph unicode="&#xfc;" d="M124 115v302h41v-302q0 -38 26.5 -64t64.5 -26q100 0 183 90v302h41v-417h-41v66q-84 -82 -182 -82q-60 0 -96.5 36t-36.5 95zM131 561q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35zM352 561q0 20 15 35t35 15q21 0 35.5 -15 t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35z" />
<glyph unicode="&#xfd;" d="M74 417h47l184 -372l181 372h42l-296 -603h-41l91 186zM280 511q0 8 12 19l114 100q12 9 19 9q8 0 14 -6t6 -15q0 -8 -12 -19l-114 -100q-12 -9 -19 -9q-8 0 -14 6t-6 15z" />
<glyph unicode="&#xfe;" d="M22 -165q0 20 27 20h54v694h-54q-27 0 -27 21q0 20 27 20h95v-255q40 52 81 74t98 22q93 0 155.5 -60.5t62.5 -149.5t-63 -150t-155 -61q-112 0 -179 96v-251h98q27 0 27 -20q0 -21 -27 -21h-193q-27 0 -27 21zM144 221q0 -71 52 -120.5t126 -49.5t126 49t52 119 q0 73 -51 122t-127 49q-74 0 -126 -49.5t-52 -119.5z" />
<glyph unicode="&#xff;" d="M74 417h47l184 -372l181 372h42l-296 -603h-41l91 186zM139 561q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35zM360 561q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35z" />
<glyph unicode="&#x152;" d="M10 282q0 125 68 203t177 78h315v-41h-232v-209h119v-41h-119v-231h252v-41h-327q-114 0 -183.5 77.5t-69.5 204.5zM51 281q0 -103 53 -170q55 -70 161 -70h32v481h-32q-106 0 -161 -70q-53 -67 -53 -171z" />
<glyph unicode="&#x153;" d="M12 212q0 89 45.5 154t107.5 65q41 0 77 -31t57 -83q21 53 47 78q38 36 85 36q44 0 78.5 -28t50.5 -78q17 -52 17 -126h-258q6 -74 42.5 -124t84.5 -50q22 0 42.5 12t56.5 45q7 5 13 5q8 0 14 -6.5t6 -13.5q0 -12 -31 -38q-60 -45 -103 -45q-45 0 -83.5 32t-61.5 87 q-22 -57 -56.5 -88t-76.5 -31q-62 0 -108 68t-46 160zM53 208q0 -73 34 -128t80 -55q44 0 78.5 55t34.5 126q0 74 -34 129t-80 55q-45 0 -79 -54.5t-34 -127.5zM320 240h216q-8 65 -23 95q-28 55 -84 55q-89 0 -109 -150z" />
<glyph unicode="&#x178;" d="M74 563h49l180 -268l176 268h46l-203 -309v-254h-41v254zM139 711q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35zM360 711q0 20 15 35t35 15q21 0 35.5 -15t14.5 -36q0 -20 -15 -34.5t-35 -14.5t-35 15t-15 35z" />
<glyph unicode="&#x2c6;" d="M155 510q0 11 13 20l132 109l132 -108q13 -11 13 -21q0 -8 -6 -14t-14 -6q-7 0 -18 8l-107 88l-107 -88q-11 -8 -18 -8q-8 0 -14 6t-6 14z" />
<glyph unicode="&#x2dc;" d="M145 538q0 11 19 30q40 37 75 37q25 0 64 -23q45 -25 59 -25q13 0 23.5 7.5t33.5 30.5q8 8 16 8t14 -6t6 -14q0 -10 -22 -31q-36 -36 -69 -36q-29 0 -81 31q-26 17 -43 17q-15 0 -25.5 -7t-32.5 -30q-6 -8 -17 -8q-8 0 -14 5.5t-6 13.5z" />
<glyph unicode="&#x2000;" horiz-adv-x="405" />
<glyph unicode="&#x2001;" horiz-adv-x="811" />
<glyph unicode="&#x2002;" horiz-adv-x="405" />
<glyph unicode="&#x2003;" horiz-adv-x="811" />
<glyph unicode="&#x2004;" horiz-adv-x="270" />
<glyph unicode="&#x2005;" horiz-adv-x="202" />
<glyph unicode="&#x2006;" horiz-adv-x="135" />
<glyph unicode="&#x2007;" horiz-adv-x="135" />
<glyph unicode="&#x2008;" horiz-adv-x="101" />
<glyph unicode="&#x2009;" horiz-adv-x="162" />
<glyph unicode="&#x200a;" horiz-adv-x="45" />
<glyph unicode="&#x2010;" d="M72 279q0 20 27 20h402q27 0 27 -20q0 -21 -27 -21h-402q-27 0 -27 21z" />
<glyph unicode="&#x2011;" d="M72 279q0 20 27 20h402q27 0 27 -20q0 -21 -27 -21h-402q-27 0 -27 21z" />
<glyph unicode="&#x2012;" d="M72 279q0 20 27 20h402q27 0 27 -20q0 -21 -27 -21h-402q-27 0 -27 21z" />
<glyph unicode="&#x2013;" d="M72 282q0 20 27 20h402q27 0 27 -20q0 -21 -27 -21h-402q-27 0 -27 21z" />
<glyph unicode="&#x2014;" d="M1 282q0 20 27 20h544q27 0 27 -20q0 -21 -27 -21h-544q-27 0 -27 21z" />
<glyph unicode="&#x2018;" d="M260 604h133l70 -225q2 -6 2 -10q0 -11 -8.5 -18.5t-20.5 -7.5q-18 0 -31 22z" />
<glyph unicode="&#x2019;" d="M135 343q0 3 2 11l70 250h133l-145 -265q-13 -25 -31 -25q-12 0 -20.5 8.5t-8.5 20.5z" />
<glyph unicode="&#x201a;" d="M135 -116q0 3 2 11l70 250h133l-145 -265q-13 -25 -31 -25q-12 0 -20.5 8.5t-8.5 20.5z" />
<glyph unicode="&#x201c;" d="M93 604h125l70 -225q2 -6 2 -10q0 -11 -8.5 -18.5t-20.5 -7.5q-19 0 -31 22zM310 604h125l70 -225q2 -6 2 -10q0 -11 -8.5 -18.5t-20.5 -7.5q-19 0 -31 22z" />
<glyph unicode="&#x201d;" d="M93 369q0 4 2 10l70 225h125l-137 -239q-12 -22 -31 -22q-12 0 -20.5 7.5t-8.5 18.5zM310 369q0 4 2 10l70 225h125l-137 -239q-12 -22 -31 -22q-12 0 -20.5 7.5t-8.5 18.5z" />
<glyph unicode="&#x201e;" d="M93 -90q0 4 2 10l70 225h125l-137 -239q-12 -22 -31 -22q-12 0 -20.5 7.5t-8.5 18.5zM310 -90q0 4 2 10l70 225h125l-137 -239q-12 -22 -31 -22q-12 0 -20.5 7.5t-8.5 18.5z" />
<glyph unicode="&#x2022;" d="M202 240q0 41 29 69t71 28q39 0 67.5 -29t28.5 -69q0 -41 -29 -69.5t-69 -28.5q-41 0 -69.5 29t-28.5 70z" />
<glyph unicode="&#x2026;" d="M51 34q0 21 14.5 35.5t34.5 14.5q21 0 35.5 -14.5t14.5 -35.5q0 -20 -14.5 -34.5t-34.5 -14.5q-21 0 -35.5 14.5t-14.5 34.5zM250 34q0 20 14.5 35t34.5 15q21 0 35.5 -14.5t14.5 -35.5q0 -20 -15 -34.5t-35 -14.5t-34.5 14.5t-14.5 34.5zM450 35q0 20 15 34.5t35 14.5 t34.5 -14.5t14.5 -35.5q0 -20 -14.5 -34.5t-34.5 -14.5q-21 0 -35.5 14.5t-14.5 35.5z" />
<glyph unicode="&#x202f;" horiz-adv-x="162" />
<glyph unicode="&#x2039;" d="M63 209l208 197q11 11 21 11q8 0 14 -6t6 -14t-11 -20l-143 -168l143 -169q11 -12 11 -20t-6 -14t-14 -6t-21 11z" />
<glyph unicode="&#x203a;" d="M293 20q0 8 11 20l142 168l-142 169q-11 12 -11 20t6 14t14 6t21 -11l207 -198l-207 -197q-11 -11 -21 -11q-8 0 -14 6t-6 14z" />
<glyph unicode="&#x205f;" horiz-adv-x="202" />
<glyph unicode="&#x20ac;" d="M11 236q0 18 22 18h30v60h-30q-22 0 -22 19q0 18 22 18h32q11 97 79.5 161t160.5 64q28 0 59 -7.5t64 -23t58 -47.5t33 -74q0 -27 -21 -27q-18 0 -20 24q-3 46 -54.5 80t-118.5 34q-75 0 -130 -51t-69 -133h288q21 0 21 -18q0 -19 -21 -19h-290v-60h261q21 0 21 -18 q0 -19 -21 -19h-259q14 -83 75.5 -137.5t140.5 -54.5q52 0 93 21t81 69q9 10 18 10q20 0 20 -19q0 -16 -38 -51q-77 -71 -174 -71q-95 0 -170.5 68.5t-86.5 164.5h-32q-22 0 -22 19z" />
<glyph unicode="&#x2122;" d="M4 530v33h242v-33h-105v-287h-33v287h-104zM301 243v320h49l83 -184l81 184h50v-320h-33v277l-82 -184h-32l-83 184v-277h-33z" />
<glyph unicode="&#xe000;" horiz-adv-x="415" d="M0 0v415h415v-415h-415z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
app/assets/fonts/ahg.woff2 Normal file

Binary file not shown.

BIN
app/assets/images/403.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 KiB

View File

@ -0,0 +1,84 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1000"
height="1000"
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
sodipodi:docname="New document 1">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.49497475"
inkscape:cx="1268.2181"
inkscape:cy="-8.1858472"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-left="0.5"
fit-margin-bottom="0.5"
fit-margin-top="0.5"
fit-margin-right="0.5"
inkscape:window-width="1920"
inkscape:window-height="1028"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid2996"
empspacing="5"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-39.499999,287.13782)">
<g
id="g3005"
transform="matrix(1.7404181,0,0,1.7404181,-29.616725,-527.44586)">
<path
sodipodi:nodetypes="ssssscccssss"
inkscape:connector-curvature="0"
id="rect3000"
d="m 71,138.36218 512,0 c 17.174,0 31,13.826 31,31 l 0,512 c 0,17.174 -13.826,31 -31,31 l -146.5,0 -45.81978,-37.88194 -44.18022,37.88194 -275.5,0 c -17.174,0 -31,-13.826 -31,-31 l 0,-512 c 0,-17.174 13.826,-31 31,-31 z"
style="fill:#3b579d;fill-opacity:1;stroke:none" />
<path
sodipodi:nodetypes="ccccccccccccccccc"
inkscape:connector-curvature="0"
id="path3002"
d="m 346.5,712.36218 0,-222.5 -75,0 0,-86.5 75,0 0,-66 c 0,-69.18633 42.89263,-112.18866 110.45353,-112.18866 40.67053,0 68.04647,3.18866 68.04647,3.18866 l 0,78 -45.82143,0 c -29.03699,0 -42.67857,10.21289 -42.67857,41 l 0,56 85.5,0 -11,86.5 -74.5,0 0,222.5 z"
style="fill:#ffffff;stroke:none" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -0,0 +1,3 @@
<svg height="1024" width="1024" xmlns="http://www.w3.org/2000/svg">
<path d="M512 0C229.25 0 0 229.25 0 512c0 226.25 146.688 418.125 350.156 485.812 25.594 4.688 34.938-11.125 34.938-24.625 0-12.188-0.469-52.562-0.719-95.312C242 908.812 211.906 817.5 211.906 817.5c-23.312-59.125-56.844-74.875-56.844-74.875-46.531-31.75 3.53-31.125 3.53-31.125 51.406 3.562 78.47 52.75 78.47 52.75 45.688 78.25 119.875 55.625 149 42.5 4.654-33 17.904-55.625 32.5-68.375C304.906 725.438 185.344 681.5 185.344 485.312c0-55.938 19.969-101.562 52.656-137.406-5.219-13-22.844-65.094 5.062-135.562 0 0 42.938-13.75 140.812 52.5 40.812-11.406 84.594-17.031 128.125-17.219 43.5 0.188 87.312 5.875 128.188 17.281 97.688-66.312 140.688-52.5 140.688-52.5 28 70.531 10.375 122.562 5.125 135.5 32.812 35.844 52.625 81.469 52.625 137.406 0 196.688-119.75 240-233.812 252.688 18.438 15.875 34.75 47 34.75 94.75 0 68.438-0.688 123.625-0.688 140.5 0 13.625 9.312 29.562 35.25 24.562C877.438 930 1024 738.125 1024 512 1024 229.25 794.75 0 512 0z" />
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB

93
app/assets/images/s.html Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Some files were not shown because too many files have changed in this diff Show More