Uploaded the files.

This commit is contained in:
Batuhan Berk Başoğlu 2024-05-17 16:57:41 -04:00
commit 37661b3ee7
374 changed files with 90632 additions and 0 deletions

5
.github/FUNDING.yml vendored Executable file
View file

@ -0,0 +1,5 @@
# These are supported funding model platforms
github: [batuhan-basoglu]
ko_fi: batuhanbasoglu
liberapay: batuhan-basoglu

41
.github/workflows/mirror.yml vendored Executable file
View file

@ -0,0 +1,41 @@
name: 🪞 Push to Mirrors
on: [ push, delete, create ]
# Ensures that only one mirror task will run at a time.
concurrency:
group: git-mirror
jobs:
gitlab:
runs-on: ubuntu-latest
steps:
- name: Mirror to GitLab
uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.ACTIONS_SSH_KEY }}
with:
source-repo: "git@github.com:batuhan-basoglu/Cool-Shopping-Site.git"
destination-repo: "git@gitlab.com:batuhan-basoglu/Cool-Shopping-Site.git"
codeberg:
runs-on: ubuntu-latest
steps:
- name: Mirror to Codeberg
uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.ACTIONS_SSH_KEY }}
with:
source-repo: "git@github.com:batuhan-basoglu/Cool-Shopping-Site.git"
destination-repo: "git@codeberg.org:batuhan-basoglu/Cool-Shopping-Site.git"
forgejo:
runs-on: ubuntu-latest
steps:
- name: Mirror to Forgejo
uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.ACTIONS_SSH_KEY }}
with:
source-repo: "git@github.com:batuhan-basoglu/Cool-Shopping-Site.git"
destination-repo: "git@git.batuhan.basoglu.co:batuhan-basoglu/Cool-Shopping-Site.git"

674
LICENSE.md Executable file
View file

@ -0,0 +1,674 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.

51
README.md Normal file
View file

@ -0,0 +1,51 @@
# Cool Shopping Site
A cool shopping site made using PHP, CSS, Javascript and MySQL.
Note: Adding and Removing items to Carts/Wishlist and Registration needs be fixed.
# Installation
1. Install XAMPP or WAMPP.
2. Start XAMPP or WAMPP.
3. git clone https://github.com/batuhan-basoglu/Cool-Shopping-Site.git
4. extract files htdocs in your XAMPP or WAMPP installation folder.
5. open https://localhost/phpmyadmin
6. click "new".
7. create a database named storedatabase.
8. click import.
9. open [Cool-Shopping-Site/database/storedatabase.sql].
10. open any browser and type https://localhost/Cool-Shopping-Site.
# Accounts
There are bugs with creating any user but here are some existing users.
* Admin:
* E-Mail: admin@gmail.com
* Password: 123456789
* User 1:
* E-Mail: sample@gmail.com
* Password: password
# Mirrors
[![GitHub](https://img.shields.io/static/v1?logo=github&label=&message=GitHub&color=000&style=for-the-badge)](https://github.com/batuhan-basoglu/Cool-Shopping-Site)
[![GitLab](https://img.shields.io/static/v1?logo=gitlab&label=&message=GitLab&color=000&style=for-the-badge)](https://gitlab.com/batuhan-basoglu/Cool-Shopping-Site)
[![Codeberg](https://img.shields.io/static/v1?logo=codeberg&label=&message=Codeberg&color=000&style=for-the-badge)](https://codeberg.org/batuhan-basoglu/Cool-Shopping-Site)
[![Forgejo](https://img.shields.io/static/v1?logo=forgejo&label=&message=Forgejo&color=000&style=for-the-badge)](https://git.batuhan.basoglu.co/batuhan-basoglu/Cool-Shopping-Site)
# Author
Made by Batuhan Başoğlu

1
_config.yml Normal file
View file

@ -0,0 +1 @@
theme: jekyll-theme-cayman

769
action.php Normal file
View file

@ -0,0 +1,769 @@
<?php
session_start();
$ip_add = getenv("REMOTE_ADDR");
include "db.php";
if(isset($_POST["category"])){
$category_query = "SELECT * FROM categories";
$run_query = mysqli_query($con,$category_query) or die(mysqli_error($con));
echo "
<div class='aside'>
<h3 class='aside-title'>Categories</h3>
<div class='btn-group-vertical'>
";
if(mysqli_num_rows($run_query) > 0){
$i=1;
while($row = mysqli_fetch_array($run_query)){
$cid = $row["cat_id"];
$cat_name = $row["cat_title"];
$sql = "SELECT COUNT(*) AS count_items FROM products WHERE product_cat=$i";
$query = mysqli_query($con,$sql);
$row = mysqli_fetch_array($query);
$count=$row["count_items"];
$i++;
echo "
<div type='button' class='btn navbar-btn category' cid='$cid'>
<a href='#'>
<span ></span>
$cat_name
<small class='qty'>($count)</small>
</a>
</div>
";
}
echo "</div>";
}
}
if(isset($_POST["brand"])){
$brand_query = "SELECT * FROM brands";
$run_query = mysqli_query($con,$brand_query);
echo "
<div class='aside'>
<h3 class='aside-title'>Brand</h3>
<div class='btn-group-vertical'>
";
if(mysqli_num_rows($run_query) > 0){
$i=1;
while($row = mysqli_fetch_array($run_query)){
$bid = $row["brand_id"];
$brand_name = $row["brand_title"];
$sql = "SELECT COUNT(*) AS count_items FROM products WHERE product_brand=$i";
$query = mysqli_query($con,$sql);
$row = mysqli_fetch_array($query);
$count=$row["count_items"];
$i++;
echo "
<div type='button' class='btn navbar-btn selectBrand' bid='$bid'>
<a href='#'>
<span ></span>
$brand_name
<small >($count)</small>
</a>
</div>
";
}
echo "</div>";
}
}
if(isset($_POST["page"])){
$cid = $_POST["cid"];
$sql = "SELECT * FROM products Where product_cat='$cid'";
$run_query = mysqli_query($con,$sql);
$count = mysqli_num_rows($run_query);
$pageno = ceil($count/9);
for($i=1;$i<=$pageno;$i++){
echo "
<li><a href='#product-row' page='$i' id='page' cid='$cid' class='active'>$i</a></li>
";
}
}
if(isset($_POST["getProduct"])){
$limit = 9;
if(isset($_POST["setPage"])){
$pageno = $_POST["pageNumber"];
$start = ($pageno * $limit) - $limit;
}else{
$start = 0;
}
if(isset($_POST["cid"])){
$cat_id = $_POST["cid"];
}else{
$cat_id = $_POST["cat_id"];
}
$product_query = "SELECT * FROM products,categories WHERE product_cat = '$cat_id' AND product_cat=cat_id LIMIT $start,$limit";
$run_query = mysqli_query($con,$product_query);
if(mysqli_num_rows($run_query) > 0){
while($row = mysqli_fetch_array($run_query)){
$pro_id = $row['product_id'];
$pro_cat = $row['product_cat'];
$pro_brand = $row['product_brand'];
$pro_title = $row['product_title'];
$pro_price = $row['product_price'];
$pro_image = $row['product_image'];
$cat_name = $row["cat_title"];
echo "
<div class='col-md-4 col-xs-6' >
<a href='product.php?p=$pro_id'><div class='product'>
<div class='product-img'>
<img src='product_images/$pro_image' style='max-height: 170px;' alt=''>
<div class='product-label'>
<span class='sale'>-30%</span>
<span class='new'>NEW</span>
</div>
</div></a>
<div class='product-body'>
<p class='product-category'>$cat_name</p>
<h3 class='product-name header-cart-item-name'><a href='product.php?p=$pro_id'>$pro_title</a></h3>
<h4 class='product-price header-cart-item-info'>$pro_price<del class='product-old-price'>$990.00</del></h4>
<div class='product-rating'>";
$rating_query = "SELECT ROUND(AVG(rating),1) AS avg_rating FROM reviews WHERE product_id='$pro_id '";
$run_review_query = mysqli_query($con,$rating_query);
$review_row = mysqli_fetch_array($run_review_query);
if($review_row > 0){
$avg_count=$review_row["avg_rating"];
$i=1;
while($i <= round($avg_count ?? 0)){
$i++;
echo'
<i class="fa fa-star"></i>';
}
$i=1;
while($i <= 5-round($avg_count ?? 0)){
$i++;
echo'
<i class="fa fa-star-o empty"></i>';
}
}
echo "</div>
<div class='product-btns'>
<button pid='$pro_id' id='wishlist' class='add-to-wishlist'><i class='fa fa-heart-o'></i><span class='tooltipp'>add to wishlist</span></button>
<button class='add-to-compare'><i class='fa fa-exchange'></i><span class='tooltipp'>add to compare</span></button>
<button class='quick-view'><i class='fa fa-eye'></i><span class='tooltipp'>quick view</span></button>
</div>
</div>
<div class='add-to-cart'>
<button pid='$pro_id' id='product' class='add-to-cart-btn block2-btn-towishlist' href='#'><i class='fa fa-shopping-cart'></i> add to cart</button>
</div>
</div>
</div>
";
}
}
}
if(isset($_POST["get_seleted_Category"]) || isset($_POST["selectBrand"]) || isset($_POST["search"])){
if(isset($_POST["get_seleted_Category"])){
$id = $_POST["cat_id"];
$sql = "SELECT * FROM products,categories WHERE product_cat = '$id' AND product_cat=cat_id " ;
}else if(isset($_POST["selectBrand"])){
$id = $_POST["brand_id"];
$sql = "SELECT * FROM products,categories WHERE product_brand = '$id' AND product_cat=cat_id";
}else {
$keyword = $_POST["keyword"];
$sql = "SELECT * FROM products,categories WHERE product_cat=cat_id AND product_keywords LIKE '%$keyword%'";
}
$run_query = mysqli_query($con,$sql);
while($row=mysqli_fetch_array($run_query)){
$pro_id = $row['product_id'];
$pro_cat = $row['product_cat'];
$pro_brand = $row['product_brand'];
$pro_title = $row['product_title'];
$pro_price = $row['product_price'];
$pro_image = $row['product_image'];
$cat_name = $row["cat_title"];
echo "
<div class='col-md-4 col-xs-6'>
<a href='product.php?p=$pro_id'><div class='product'>
<div class='product-img'>
<img src='product_images/$pro_image' style='max-height: 170px;' alt=''>
<div class='product-label'>
<span class='sale'>-30%</span>
<span class='new'>NEW</span>
</div>
</div></a>
<div class='product-body'>
<p class='product-category'>$cat_name</p>
<h3 class='product-name header-cart-item-name'><a href='product.php?p=$pro_id'>$pro_title</a></h3>
<h4 class='product-price header-cart-item-info'>$pro_price<del class='product-old-price'>$990.00</del></h4>
<div class='product-rating'>";
$rating_query = "SELECT ROUND(AVG(rating),1) AS avg_rating FROM reviews WHERE product_id='$pro_id '";
$run_review_query = mysqli_query($con,$rating_query);
$review_row = mysqli_fetch_array($run_review_query);
if($review_row > 0){
$avg_count=$review_row["avg_rating"];
$i=1;
while($i <= round($avg_count ?? 0)){
$i++;
echo'
<i class="fa fa-star"></i>';
}
$i=1;
while($i <= 5-round($avg_count ?? 0)){
$i++;
echo'
<i class="fa fa-star-o empty"></i>';
}
}
echo "</div>
<div class='product-btns'>
<button pid='$pro_id' id='wishlist' class='add-to-wishlist' tabindex='0'><i class='fa fa-heart-o'></i><span class='tooltipp'>add to wishlist</span></button>
<button class='add-to-compare'><i class='fa fa-exchange'></i><span class='tooltipp'>add to compare</span></button>
<button class='quick-view' ><i class='fa fa-eye'></i><span class='tooltipp'>quick view</span></button>
</div>
</div>
<div class='add-to-cart'>
<button pid='$pro_id' id='product' href='#' tabindex='0' class='add-to-cart-btn'><i class='fa fa-shopping-cart'></i> add to cart</button>
</div>
</div>
</div>
";
}
}
if(isset($_POST["addToCart"])){
$p_id = $_POST["proId"];
if(isset($_SESSION["uid"])){
$user_id = $_SESSION["uid"];
$sql = "SELECT * FROM cart WHERE p_id = '$p_id' AND user_id = '$user_id'";
$run_query = mysqli_query($con,$sql);
$count = mysqli_num_rows($run_query);
if($count > 0){
echo "
<div class='alert alert-warning'>
<a href='#' class='close' data-dismiss='alert' aria-label='close'>&times;</a>
<b>Product is already added into the cart Continue Shopping..!</b>
</div>
";//not in video
} else {
$sql = "INSERT INTO `cart` (`p_id`, `ip_add`, `user_id`, `qty`) VALUES ('$p_id','$ip_add','$user_id','1')";
if(mysqli_query($con,$sql)){
$sql = "DELETE FROM wishlist WHERE p_id = '$p_id' AND user_id = '$_SESSION[uid]'";
if(mysqli_query($con,$sql)){
echo "<div class='alert alert-danger'>
<a href='#' class='close' data-dismiss='alert' aria-label='close'>&times;</a>
<b>Product is removed from wishlist and added to cart</b>
</div>";
}
}
}
}else{
$sql = "SELECT id FROM cart WHERE ip_add = '$ip_add' AND p_id = '$p_id' AND user_id = -1";
$query = mysqli_query($con,$sql);
if (mysqli_num_rows($query) > 0) {
echo "
<div class='alert alert-warning'>
<a href='#' class='close' data-dismiss='alert' aria-label='close'>&times;</a>
<b>Product is already added into the cart Continue Shopping..!</b>
</div>";
exit();
}
$sql = "INSERT INTO `cart` (`p_id`, `ip_add`, `user_id`, `qty`) VALUES ('$p_id','$ip_add','-1','1')";
if (mysqli_query($con,$sql)) {
$sql = "DELETE FROM wishlist WHERE p_id = '$p_id' AND ip_add = '$ip_add'";
if(mysqli_query($con,$sql)){
echo "<div class='alert alert-danger'>
<a href='#' class='close' data-dismiss='alert' aria-label='close'>&times;</a>
<b>Product is removed from wishlist and added to cart</b>
</div>";
exit();
}
}
}
}
if(isset($_POST["addToWishlist"])){
$p_id = $_POST["proId"];
if(isset($_SESSION["uid"])){
$user_id = $_SESSION["uid"];
$sql = "SELECT * FROM wishlist WHERE p_id = '$p_id' AND user_id = '$user_id'";
$run_query = mysqli_query($con,$sql);
$count = mysqli_num_rows($run_query);
if($count > 0){
echo "
<div class='alert alert-warning'>
<a href='#' class='close' data-dismiss='alert' aria-label='close'>&times;</a>
<b>Product is already added into the wishlist Continue Shopping..!</b>
</div>
";//not in video
} else {
$sql = "INSERT INTO `wishlist` (`p_id`, `ip_add`, `user_id`) VALUES ('$p_id','$ip_add','$user_id')";
if(mysqli_query($con,$sql)){
$sql = "DELETE FROM cart WHERE p_id = '$p_id' AND user_id = '$_SESSION[uid]'";
if(mysqli_query($con,$sql)){
echo "<div class='alert alert-danger'>
<a href='#' class='close' data-dismiss='alert' aria-label='close'>&times;</a>
<b>Product is removed from cart and added to wishlist</b>
</div>";
}
}
}
}else{
$sql = "SELECT id FROM wishlist WHERE ip_add = '$ip_add' AND p_id = '$p_id' AND user_id = -1";
$query = mysqli_query($con,$sql);
if (mysqli_num_rows($query) > 0) {
echo "
<div class='alert alert-warning'>
<a href='#' class='close' data-dismiss='alert' aria-label='close'>&times;</a>
<b>Product is already added into the wishlist Continue Shopping..!</b>
</div>";
exit();
}
$sql = "INSERT INTO `wishlist` (`p_id`, `ip_add`, `user_id`) VALUES ('$p_id','$ip_add','-1')";
if (mysqli_query($con,$sql)) {
$sql = "DELETE FROM cart WHERE p_id = '$p_id' AND ip_add = '$ip_add'";
if(mysqli_query($con,$sql)){
echo "<div class='alert alert-danger'>
<a href='#' class='close' data-dismiss='alert' aria-label='close'>&times;</a>
<b>Product is removed from cart and added to wishlist</b>
</div>";
exit();
}
}
}
}
//Count User cart item
if (isset($_POST["count_item"])) {
//When user is logged in then we will count number of item in cart by using user session id
if (isset($_SESSION["uid"])) {
$sql = "SELECT COUNT(*) AS count_item FROM cart WHERE user_id = $_SESSION[uid]";
}else{
//When user is not logged in then we will count number of item in cart by using users unique ip address
$sql = "SELECT COUNT(*) AS count_item FROM cart WHERE ip_add = '$ip_add' AND user_id < 0";
}
$query = mysqli_query($con,$sql);
$row = mysqli_fetch_array($query);
echo $row["count_item"];
exit();
}
//Count User cart item
if (isset($_POST["count_Wishlist_item"])) {
//When user is logged in then we will count number of item in cart by using user session id
if (isset($_SESSION["uid"])) {
$sql = "SELECT COUNT(*) AS count_wishlist_item FROM wishlist WHERE user_id = $_SESSION[uid] AND p_id > 0" ;
}else{
//When user is not logged in then we will count number of item in cart by using users unique ip address
$sql = "SELECT COUNT(*) AS count_wishlist_item FROM wishlist WHERE ip_add = '$ip_add' AND user_id < 0 AND p_id > 0";
}
$query = mysqli_query($con,$sql);
$row = mysqli_fetch_array($query);
echo $row["count_wishlist_item"];
exit();
}
//Get Cart Item From Database to Dropdown menu
if (isset($_POST["Common"])) {
if (isset($_SESSION["uid"])) {
//When user is logged in this query will execute
$sql = "SELECT a.product_id,a.product_title,a.product_price,a.product_desc,a.product_image,b.id,b.qty FROM products a,cart b WHERE a.product_id=b.p_id AND b.user_id='$_SESSION[uid]'";
}else{
//When user is not logged in this query will execute
$sql = "SELECT a.product_id,a.product_title,a.product_price,a.product_image,a.product_desc,b.id,b.qty FROM products a,cart b WHERE a.product_id=b.p_id AND b.ip_add='$ip_add' AND b.user_id < 0";
}
$query = mysqli_query($con,$sql);
if (isset($_POST["getCartItem"])) {
//display cart item in dropdown menu
if (mysqli_num_rows($query) > 0) {
$n=0;
$total_price=0;
while ($row=mysqli_fetch_array($query)) {
$n++;
$product_id = $row["product_id"];
$product_title = $row["product_title"];
$product_price = $row["product_price"];
$product_image = $row["product_image"];
$cart_item_id = $row["id"];
$qty = $row["qty"];
$total_price=$total_price+$product_price;
echo '
<div class="product-widget">
<div class="product-img">
<img src="product_images/'.$product_image.'" alt="">
</div>
<div class="product-body">
<h3 class="product-name"><a href="#">'.$product_title.'</a></h3>
<h4 class="product-price"><span class="qty">'.$n.'</span>$'.$product_price.'</h4>
</div>
</div>'
;
}
echo '<div class="cart-summary">
<small class="qty">'.$n.' Item(s) selected</small>
<h5>Rs'.$total_price.'</h5>
</div>'
?>
<?php
exit();
}
}
if (isset($_POST["checkOutDetails"])) {
if (mysqli_num_rows($query) > 0) {
//display user cart item with "Ready to checkout" button if user is not login
echo '<div class="main ">
<div class="table-responsive">
<form method="post" action="login_form.php">
<table id="cart" class="table table-hover table-condensed" id="">
<thead>
<tr>
<th style="width:50%">Product</th>
<th style="width:10%">Price</th>
<th style="width:8%">Quantity</th>
<th style="width:7%" class="text-center">Subtotal</th>
<th style="width:10%"></th>
</tr>
</thead>
<tbody>
';
$n=0;
while ($row=mysqli_fetch_array($query)) {
$n++;
$product_id = $row["product_id"];
$product_title = $row["product_title"];
$product_price = $row["product_price"];
$product_desc = $row["product_desc"];
$product_image = $row["product_image"];
$cart_item_id = $row["id"];
$qty = $row["qty"];
echo
'
<tr>
<td data-th="Product" >
<div class="row">
<div class="col-sm-4 "><img src="product_images/'.$product_image.'" style="height: 70px;width:75px;"/>
<h4 class="nomargin product-name header-cart-item-name"><a href="product.php?p='.$product_id.'">'.$product_title.'</a></h4>
</div>
<div class="col-sm-6">
<div style="max-width=50px;">
<p>'.$product_desc.'</p>
</div>
</div>
</div>
</td>
<input type="hidden" name="product_id[]" value="'.$product_id.'"/>
<input type="hidden" name="" value="'.$cart_item_id.'"/>
<td data-th="Price"><input type="text" class="form-control price" value="'.$product_price.'" readonly="readonly"></td>
<td data-th="Quantity">
<input type="text" class="form-control qty" value="'.$qty.'" >
</td>
<td data-th="Subtotal" class="text-center"><input type="text" class="form-control total" value="'.$product_price.'" readonly="readonly"></td>
<td class="actions" data-th="">
<div class="btn-group">
<a href="#" class="btn btn-info btn-sm update" update_id="'.$product_id.'"><i class="fa fa-refresh"></i></a>
<a href="#" class="btn btn-danger btn-sm remove" remove_id="'.$product_id.'"><i class="fa fa-trash-o"></i></a>
</div>
</td>
<td>
<a href="#" id="wishlist" pid="'.$product_id.'" class="btn btn-warning">Move to Wishlist <i class="fa fa-angle-right"></i> </a>
</td>
</tr>
';
}
echo '</tbody>
<tfoot>
<tr>
<td><a href="store.php" class="btn btn-warning"><i class="fa fa-angle-left"></i> Continue Shopping</a></td>
<td colspan="2" class="hidden-xs"></td>
<td class="hidden-xs text-center"><b class="net_total" ></b></td>
<div id="issessionset"></div>
<td>
';
if (!isset($_SESSION["uid"])) {
echo '
<a href="signup_form.php" class="btn btn-success">Ready to Checkout</a></td>
</tr>
</tfoot>
</table></div></div>';
}else if(isset($_SESSION["uid"])){
//Paypal checkout form
echo '
</form>
<form action="checkout.php" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="shoppingcart@support.com">
<input type="hidden" name="upload" value="1">';
$x=0;
$sql = "SELECT a.product_id,a.product_title,a.product_price,a.product_image,b.id,b.qty FROM products a,cart b WHERE a.product_id=b.p_id AND b.user_id='$_SESSION[uid]'";
$query = mysqli_query($con,$sql);
while($row=mysqli_fetch_array($query)){
$x++;
echo
'<input type="hidden" name="total_count" value="'.$x.'">
<input type="hidden" name="item_name_'.$x.'" value="'.$row["product_title"].'">
<input type="hidden" name="item_number_'.$x.'" value="'.$x.'">
<input type="hidden" name="amount_'.$x.'" value="'.$row["product_price"].'">
<input type="hidden" name="quantity_'.$x.'" value="'.$row["qty"].'">';
}
echo
'<input type="hidden" name="return" value="http://localhost/myfiles/public_html/payment_success.php"/>
<input type="hidden" name="notify_url" value="http://localhost/myfiles/public_html/payment_success.php">
<input type="hidden" name="cancel_return" value="http://localhost/myfiles/public_html/cancel.php"/>
<input type="hidden" name="currency_code" value="USD"/>
<input type="hidden" name="custom" value="'.$_SESSION["uid"].'"/>
<input type="submit" id="submit" name="login_user_with_product" name="submit" class="btn btn-success" value="Ready to Checkout">
</form></td>
</tr>
</tfoot>
</table></div></div>
';
}
}
}
}
if (isset($_POST["wishListCommon"])) {
if (isset($_SESSION["uid"])) {
//When user is logged in this query will execute
$sql = "SELECT a.product_id,a.product_title,a.product_price,a.product_image,a.product_desc,b.id FROM products a,wishlist b WHERE a.product_id=b.p_id AND b.user_id='$_SESSION[uid]'";
}else{
//When user is not logged in this query will execute
$sql = "SELECT a.product_id,a.product_title,a.product_price,a.product_image,a.product_desc,b.id FROM products a,wishlist b WHERE a.product_id=b.p_id AND b.ip_add='$ip_add' AND b.user_id < 0";
}
$query = mysqli_query($con,$sql);
if (isset($_POST["wishlistDetails"])) {
if (mysqli_num_rows($query) > 0) {
//display user cart item with "Ready to checkout" button if user is not login
echo '<div class="main ">
<div class="table-responsive">
<form method="post" action="login_form.php">
<table id="wishlist" class="table table-hover table-condensed" id="">
<thead>
<tr>
<th style="width:50%">Product</th>
<th style="width:10%">Price</th>
<th style="width:7%" class="text-center">Subtotal</th>
<th style="width:10%"></th>
</tr>
</thead>
<tbody>
';
$n=0;
while ($row=mysqli_fetch_array($query)) {
$n++;
$product_id = $row["product_id"];
$product_title = $row["product_title"];
$product_desc = $row["product_desc"];
$product_price = $row["product_price"];
$product_image = $row["product_image"];
$wishlist_item_id = $row["id"];
echo
'
<tr>
<td data-th="Product" >
<div class="row">
<div class="col-sm-4 "><img src="product_images/'.$product_image.'" style="height: 70px;width:75px;"/>
<h4 class="nomargin product-name header-cart-item-name"><a href="product.php?p='.$product_id.'">'.$product_title.'</a></h4>
</div>
<div class="col-sm-6">
<div style="max-width=50px;">
<p>'.$product_desc.'</p>
</div>
</div>
</div>
</td>
<input type="hidden" name="product_id[]" value="'.$product_id.'"/>
<input type="hidden" name="" value="'.$wishlist_item_id.'"/>
<td data-th="Price"><input type="text" class="form-control price" value="'.$product_price.'" readonly="readonly"></td>
<td data-th="Subtotal" class="text-center"><input type="text" class="form-control total" value="'.$product_price.'" readonly="readonly"></td>
<td class="actions" data-th="">
<div class="btn-group">
<a href="#" class="btn btn-danger btn-sm wishlist-remove" remove_id="'.$product_id.'"><i class="fa fa-trash-o"></i></a>
</div>
</td>
<td class="actions" data-th="">
<a href="#" id="product" pid="'.$product_id.'" class="btn btn-success">Move to Cart</a>
</td>
</tr>
';
}
echo '</tbody>
<tfoot>
<tr>
<td><a href="store.php" class="btn btn-warning"><i class="fa fa-angle-left"></i> Continue Shopping</a></td>
<td colspan="2" class="hidden-xs"></td>
<td class="hidden-xs text-center"><b class="net_total" ></b></td>
</tfoot>
</table></div></div>
';
}
}
}
//Remove Item From cart
if (isset($_POST["removeItemFromCart"])) {
$remove_id = $_POST["rid"];
if (isset($_SESSION["uid"])) {
$sql = "DELETE FROM cart WHERE p_id = '$remove_id' AND user_id = '$_SESSION[uid]'";
}else{
$sql = "DELETE FROM cart WHERE p_id = '$remove_id' AND ip_add = '$ip_add'";
}
if(mysqli_query($con,$sql)){
echo "<div class='alert alert-danger'>
<a href='#' class='close' data-dismiss='alert' aria-label='close'>&times;</a>
<b>Product is removed from cart</b>
</div>";
exit();
}
}
if (isset($_POST["removeItemFromwishList"])) {
$remove_id = $_POST["rid"];
if (isset($_SESSION["uid"])) {
$sql = "DELETE FROM wishlist WHERE p_id = '$remove_id' AND user_id = '$_SESSION[uid]'";
}else{
$sql = "DELETE FROM wishlist WHERE p_id = '$remove_id' AND ip_add = '$ip_add'";
}
if(mysqli_query($con,$sql)){
echo "<div class='alert alert-danger'>
<a href='#' class='close' data-dismiss='alert' aria-label='close'>&times;</a>
<b>Product is removed from wishlist</b>
</div>";
exit();
}
}
//Update Item From cart
if (isset($_POST["updateCartItem"])) {
$update_id = $_POST["update_id"];
$qty = $_POST["qty"];
if (isset($_SESSION["uid"])) {
$sql = "UPDATE cart SET qty='$qty' WHERE p_id = '$update_id' AND user_id = '$_SESSION[uid]'";
}else{
$sql = "UPDATE cart SET qty='$qty' WHERE p_id = '$update_id' AND ip_add = '$ip_add'";
}
if(mysqli_query($con,$sql)){
echo "<div class='alert alert-info'>
<a href='#' class='close' data-dismiss='alert' aria-label='close'>&times;</a>
<b>Product is updated</b>
</div>";
exit();
}
}
?>

View file

@ -0,0 +1,97 @@
<?php
include("../../db.php");
?>
<div class="row" style="padding-top: 10vh;">
<div class="col-xl-3 col-lg-6 col-md-6 col-sm-6">
<div class="card card-stats">
<div class="card-header card-header-warning card-header-icon">
<div class="card-icon">
<i class="material-icons">content_copy</i>
</div>
<p class="card-category">Total users</p>
<h3 class="card-title">
<?php $query = "SELECT user_id FROM user_info";
$result = mysqli_query($con, $query);
if ($result)
{
// it return number of rows in the table.
$row = mysqli_num_rows($result);
printf(" " . $row);
// close the result.
} ?>
</h3>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6 col-sm-6">
<div class="card card-stats">
<div class="card-header card-header-success card-header-icon">
<div class="card-icon">
<i class="material-icons">store</i>
</div>
<p class="card-category">Total Catagories</p>
<h3 class="card-title"> <?php $query = "SELECT cat_id FROM categories";
$result = mysqli_query($con, $query);
if ($result)
{
// it return number of rows in the table.
$row = mysqli_num_rows($result);
printf(" " . $row);
// close the result.
} ?></h3>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6 col-sm-6">
<div class="card card-stats">
<div class="card-header card-header-danger card-header-icon">
<div class="card-icon">
<i class="material-icons">info_outline</i>
</div>
<p class="card-category">Total sellers</p>
<h3 class="card-title"><?php $query = "SELECT user_id FROM user_info";
$result = mysqli_query($con, $query);
if ($result)
{
// it return number of rows in the table.
$row = mysqli_num_rows($result);
printf(" " . $row);
// close the result.
} ?></h3>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-6 col-md-6 col-sm-6">
<div class="card card-stats">
<div class="card-header card-header-info card-header-icon">
<div class="card-icon">
<i class="fa fa-twitter"></i>
</div>
<p class="card-category">Total Orders</p>
<h3 class="card-title"><?php $query = "SELECT order_id FROM orders_info";
$result = mysqli_query($con, $query);
if ($result)
{
// it return number of rows in the table.
$row = mysqli_num_rows($result);
printf(" " . $row);
// close the result.
} ?></h3>
</div>
</div>
</div>
</div>

104
admin/admin/activity.php Normal file
View file

@ -0,0 +1,104 @@
<?php
session_start();
include("../../db.php");
error_reporting(0);
if(isset($_GET['action']) && $_GET['action']!="" && $_GET['action']=='delete')
{
$order_id=$_GET['order_id'];
/*this is delet query*/
mysqli_query($con,"delete from orders where order_id='$order_id'")or die("delete query is incorrect...");
}
///pagination
$page=$_GET['page'];
if($page=="" || $page=="1")
{
$page1=0;
}
else
{
$page1=($page*10)-10;
}
include "sidenav.php";
include "topheader.php";
?>
<!-- End Navbar -->
<div class="content">
<div class="container-fluid">
<!-- your content here -->
<div class="col-md-14">
<div class="card ">
<div class="card-header card-header-primary">
<h4 class="card-title">Activity / Page <?php echo $page;?> </h4>
</div>
<div class="card-body">
<div class="table-responsive ps">
<table class="table table-hover tablesorter " id="">
<thead class=" text-primary">
<tr><th>User_id</th><th>User_Email</th><th>Mobile</th><th>Logged_in</th><th>Logout</th><th></th>
</tr></thead>
<tbody>
<?php
$result=mysqli_query($con,"select user_id, email,mobile,last_login,last_logout from user_info Limit $page1,10")or die ("query 1 incorrect.....");
while(list($user_id,$email,$mobile,$last_login,$last_logout)=mysqli_fetch_array($result))
{
echo "<tr><td>$user_id</td><td>$email</td><td>$mobile</td><td>$last_login</td><td>$last_logout</td>
</tr>";
}
?>
</tbody>
</table >
<div class="ps__rail-x" style="left: 0px; bottom: 0px;"><div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div></div><div class="ps__rail-y" style="top: 0px; right: 0px;"><div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div></div></div>
</div>
</div>
</div>
<div class="col-md-14">
<div class="card ">
<div class="card-header card-header-primary">
<h4 class="card-title">Activity / Supplier</h4>
</div>
<div class="card-body">
<div class="table-responsive ps">
<table class="table table-hover tablesorter " id="">
<thead class=" text-primary">
<tr><th>User_id</th><th>User_Email</th><th>Mobile</th><th>Logged_in</th><th>Logout</th><th></th>
</tr></thead>
<tbody>
<?php
$result=mysqli_query($con,"select user_id, email,mobile,login_time,logout_time from user_info Limit $page1,10")or die ("query 1 incorrect.....");
while(list($user_id,$email,$mobile,$last_login,$last_logout)=mysqli_fetch_array($result))
{
echo "<tr><td>$user_id</td><td>$email</td><td>$mobile</td><td>$last_login</td><td>$last_logout</td>
</tr>";
}
?>
</tbody>
</table >
<div class="ps__rail-x" style="left: 0px; bottom: 0px;"><div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div></div><div class="ps__rail-y" style="top: 0px; right: 0px;"><div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div></div></div>
</div>
</div>
</div>
</div>
</div>
<?php
include "footer.php";
?>

View file

@ -0,0 +1,133 @@
<?php
session_start();
include("../../db.php");
if(isset($_POST['btn_save']))
{
$product_name=$_POST['product_name'];
$details=$_POST['details'];
$price=$_POST['price'];
$c_price=$_POST['c_price'];
$product_type=$_POST['product_type'];
$brand=$_POST['brand'];
$tags=$_POST['tags'];
//picture coding
$picture_name=$_FILES['picture']['name'];
$picture_type=$_FILES['picture']['type'];
$picture_tmp_name=$_FILES['picture']['tmp_name'];
$picture_size=$_FILES['picture']['size'];
if($picture_type=="image/jpeg" || $picture_type=="image/jpg" || $picture_type=="image/png" || $picture_type=="image/gif")
{
if($picture_size<=50000000)
$pic_name=time()."_".$picture_name;
move_uploaded_file($picture_tmp_name,"../product_images/".$pic_name);
mysqli_query($con,"insert into products (product_cat, product_brand,product_title,product_price, product_desc, product_image,product_keywords) values ('$product_type','$brand','$product_name','$price','$details','$pic_name','$tags')") or die ("query incorrect");
header("location: sumit_form.php?success=1");
}
mysqli_close($con);
}
include "sidenav.php";
include "topheader.php";
?>
<!-- End Navbar -->
<div class="content">
<div class="container-fluid">
<form action="" method="post" type="form" name="form" enctype="multipart/form-data">
<div class="row">
<div class="col-md-7">
<div class="card">
<div class="card-header card-header-primary">
<h5 class="title">Add Product</h5>
</div>
<div class="card-body">
<div class="row">
<div class="col-md-12">
<div class="form-group">
<label>Product Title</label>
<input type="text" id="product_name" required name="product_name" class="form-control">
</div>
</div>
<div class="col-md-4">
<div class="">
<label for="">Add Image</label>
<input type="file" name="picture" required class="btn btn-fill btn-success" id="picture" >
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label>Description</label>
<textarea rows="4" cols="80" id="details" required name="details" class="form-control"></textarea>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label>Pricing</label>
<input type="text" id="price" name="price" required class="form-control" >
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-5">
<div class="card">
<div class="card-header card-header-primary">
<h5 class="title">Categories</h5>
</div>
<div class="card-body">
<div class="row">
<div class="col-md-12">
<div class="form-group">
<label>Product Category</label>
<input type="number" id="product_type" name="product_type" required="[1-6]" class="form-control">
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label for="">Product Brand</label>
<input type="number" id="brand" name="brand" required class="form-control">
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label>Product Keywords</label>
<input type="text" id="tags" name="tags" required class="form-control" >
</div>
</div>
</div>
</div>
<div class="card-footer">
<button type="submit" id="btn_save" name="btn_save" required class="btn btn-fill btn-primary">Update Product</button>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
<?php
include "footer.php";
?>

View file

@ -0,0 +1,100 @@
<?php
session_start();
include("../../db.php");
include "sidenav.php";
include "topheader.php";
if(isset($_POST['btn_save']))
{
$first_name=$_POST['first_name'];
$last_name=$_POST['last_name'];
$email=$_POST['email'];
$user_password=$_POST['password'];
$mobile=$_POST['phone'];
$address1=$_POST['city'];
$address2=$_POST['country'];
mysqli_query($con,"insert into user_info(first_name, last_name,email,password,mobile,address1,address2) values ('$first_name','$last_name','$email','$user_password','$mobile','$address1','$address2')")
or die ("Query 1 is inncorrect........");
mysqli_close($con);
}
?>
<!-- End Navbar -->
<div class="content">
<div class="container-fluid">
<!-- your content here -->
<div class="col-md-12">
<div class="card">
<div class="card-header card-header-primary">
<h4 class="card-title">Add User</h4>
<p class="card-category">profile</p>
</div>
<div class="card-body">
<form action="" method="post" name="form" enctype="multipart/form-data">
<div class="row">
<div class="col-md-3">
<div class="form-group bmd-form-group">
<label class="bmd-label-floating">First Name</label>
<input type="text" id="first_name" name="first_name" class="form-control" required>
</div>
</div>
<div class="col-md-4">
<div class="form-group bmd-form-group">
<label class="bmd-label-floating">Last Name</label>
<input type="text" name="last_name" id="last_name" class="form-control" required>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="form-group bmd-form-group">
<label class="bmd-label-floating">Email</label>
<input type="email" name="email" id="email" class="form-control" required>
</div>
</div>
<div class="col-md-6">
<div class="form-group bmd-form-group">
<label class="bmd-label-floating">Password</label>
<input type="password" id="password" name="password" class="form-control" required>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="form-group bmd-form-group">
<label class="bmd-label-floating">phone number</label>
<input type="text" id="phone" name="phone" class="form-control" required>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="form-group bmd-form-group">
<label class="bmd-label-floating">City</label>
<input type="text" name="city" id="city" class="form-control" required>
</div>
</div>
<div class="col-md-4">
<div class="form-group bmd-form-group">
<label class="bmd-label-floating">Address</label>
<input type="text" name="country" id="country" class="form-control" required>
</div>
</div>
</div>
<button type="submit" name="btn_save" id="btn_save" class="btn btn-primary pull-right">Add</button>
</form>
</div>
</div>
</div>
</div>
</div>
<?php
include "footer.php";
?>

View file

@ -0,0 +1,359 @@
/* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngRUXZYTXPIvIBgJJSb6u92w7CLwR26eg.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngRUXZYTXPIvIBgJJSb6u92w7CCwR26eg.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngRUXZYTXPIvIBgJJSb6u92w7CKwR26eg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngRUXZYTXPIvIBgJJSb6u92w7CFwR26eg.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngRUXZYTXPIvIBgJJSb6u92w7CJwR26eg.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngRUXZYTXPIvIBgJJSb6u92w7CIwR26eg.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngRUXZYTXPIvIBgJJSb6u92w7CGwR0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
}

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

2026
admin/admin/assets/css/font-awesome.css vendored Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,118 @@
.tim-typo {
padding-left: 25%;
margin-bottom: 40px;
position: relative;
width: 100%;
}
.tim-typo .tim-note {
bottom: 5px;
color: #c0c1c2;
display: block;
font-weight: 400;
font-size: 13px;
line-height: 15px;
left: 0;
margin-left: 20px;
position: absolute;
width: 260px;
}
/* offline-doc */
.offline-doc .navbar.navbar-transparent {
padding-top: 25px;
border-bottom: none;
}
.offline-doc .navbar.navbar-transparent .navbar-minimize {
display: none;
}
.offline-doc .navbar.navbar-transparent .navbar-brand,
.offline-doc .navbar.navbar-transparent .collapse .navbar-nav .nav-link {
color: #FFF;
}
.offline-doc .footer {
z-index: 3 !important;
position: absolute;
width: 100%;
background: transparent;
bottom: 0;
color: #fff;
}
.offline-doc .page-header .content-center {
z-index: 3;
}
.offline-doc .brand .title {
color: #fff;
}
.offline-doc .footer {
z-index: 3 !important;
}
.offline-doc .page-header .container {
z-index: 3;
}
.offline-doc .page-header:after {
background-color: rgba(0, 0, 0, 0.5);
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 2;
}
@media all and (max-width: 991px) {
.offline-doc .navbar .navbar-collapse.collapse,
.offline-doc .navbar .navbar-collapse.collapse.in,
.offline-doc .navbar .navbar-collapse.collapsing {
display: block !important;
}
.nav-open .offline-doc .navbar-wrapper,
.nav-open .offline-doc .navbar-toggler {
-webkit-transform: translate3d(-260px, 0, 0);
-moz-transform: translate3d(-260px, 0, 0);
-o-transform: translate3d(-260px, 0, 0);
-ms-transform: translate3d(-260px, 0, 0);
transform: translate3d(-260px, 0, 0);
}
.offline-doc .navbar-wrapper,
.offline-doc .navbar-toggler {
-webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
-moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
-o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
-ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.offline-doc .navbar .collapse .navbar-nav .nav-item .nav-link {
margin-left: 15px;
color: #8b92a9 !important;
}
}
#map {
z-index: 2;
height: calc(100vh - 70px);
margin-top: 70px;
}
.bd-docs.dark-edition .bd-example {
background-color: #1a2035;
border: 0;
border-radius: 10px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.bd-docs.dark-edition {
background-color: #fff;
}

View file

@ -0,0 +1,175 @@
demo = {
initDocumentationCharts: function() {
if ($('#dailySalesChart').length != 0 && $('#websiteViewsChart').length != 0) {
/* ----------========== Daily Sales Chart initialization For Documentation ==========---------- */
dataDailySalesChart = {
labels: ['M', 'T', 'W', 'T', 'F', 'S', 'S'],
series: [
[12, 17, 7, 17, 23, 18, 38]
]
};
optionsDailySalesChart = {
lineSmooth: Chartist.Interpolation.cardinal({
tension: 0
}),
low: 0,
high: 50, // creative tim: we recommend you to set the high sa the biggest value + something for a better look
chartPadding: {
top: 0,
right: 0,
bottom: 0,
left: 0
},
}
var dailySalesChart = new Chartist.Line('#dailySalesChart', dataDailySalesChart, optionsDailySalesChart);
var animationHeaderChart = new Chartist.Line('#websiteViewsChart', dataDailySalesChart, optionsDailySalesChart);
}
},
initGoogleMaps: function() {
var myLatlng = new google.maps.LatLng(40.748817, -73.985428);
var mapOptions = {
zoom: 13,
center: myLatlng,
scrollwheel: false, //we disable de scroll over the map, it is a really annoing when you scroll through page
styles: [{
"elementType": "geometry",
"stylers": [{
"color": "#f5f5f5"
}]
},
{
"elementType": "labels.icon",
"stylers": [{
"visibility": "off"
}]
},
{
"elementType": "labels.text.fill",
"stylers": [{
"color": "#616161"
}]
},
{
"elementType": "labels.text.stroke",
"stylers": [{
"color": "#f5f5f5"
}]
},
{
"featureType": "administrative.land_parcel",
"elementType": "labels.text.fill",
"stylers": [{
"color": "#bdbdbd"
}]
},
{
"featureType": "poi",
"elementType": "geometry",
"stylers": [{
"color": "#eeeeee"
}]
},
{
"featureType": "poi",
"elementType": "labels.text.fill",
"stylers": [{
"color": "#757575"
}]
},
{
"featureType": "poi.park",
"elementType": "geometry",
"stylers": [{
"color": "#e5e5e5"
}]
},
{
"featureType": "poi.park",
"elementType": "labels.text.fill",
"stylers": [{
"color": "#9e9e9e"
}]
},
{
"featureType": "road",
"elementType": "geometry",
"stylers": [{
"color": "#ffffff"
}]
},
{
"featureType": "road.arterial",
"elementType": "labels.text.fill",
"stylers": [{
"color": "#757575"
}]
},
{
"featureType": "road.highway",
"elementType": "geometry",
"stylers": [{
"color": "#dadada"
}]
},
{
"featureType": "road.highway",
"elementType": "labels.text.fill",
"stylers": [{
"color": "#616161"
}]
},
{
"featureType": "road.local",
"elementType": "labels.text.fill",
"stylers": [{
"color": "#9e9e9e"
}]
},
{
"featureType": "transit.line",
"elementType": "geometry",
"stylers": [{
"color": "#e5e5e5"
}]
},
{
"featureType": "transit.station",
"elementType": "geometry",
"stylers": [{
"color": "#eeeeee"
}]
},
{
"featureType": "water",
"elementType": "geometry",
"stylers": [{
"color": "#c9c9c9"
}]
},
{
"featureType": "water",
"elementType": "labels.text.fill",
"stylers": [{
"color": "#9e9e9e"
}]
}
]
};
var map = new google.maps.Map(document.getElementById("map"), mapOptions);
var marker = new google.maps.Marker({
position: myLatlng,
title: "Hello World!"
});
// To add the marker to the map, call setMap();
marker.setMap(map);
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

834
admin/admin/assets/js/core/popper.min.js vendored Normal file
View file

@ -0,0 +1,834 @@
/*
Copyright (C) Federico Zivolo 2017
Distributed under the MIT License (license terms are at http://opensource.org/licenses/MIT).
*/
(function(e, t) {
'object' == typeof exports && 'undefined' != typeof module ? module.exports = t() : 'function' == typeof define && define.amd ? define(t) : e.Popper = t()
})(this, function() {
'use strict';
function e(e) {
return e && '[object Function]' === {}.toString.call(e)
}
function t(e, t) {
if (1 !== e.nodeType) return [];
var o = window.getComputedStyle(e, null);
return t ? o[t] : o
}
function o(e) {
return 'HTML' === e.nodeName ? e : e.parentNode || e.host
}
function n(e) {
if (!e || -1 !== ['HTML', 'BODY', '#document'].indexOf(e.nodeName)) return window.document.body;
var i = t(e),
r = i.overflow,
p = i.overflowX,
s = i.overflowY;
return /(auto|scroll)/.test(r + s + p) ? e : n(o(e))
}
function r(e) {
var o = e && e.offsetParent,
i = o && o.nodeName;
return i && 'BODY' !== i && 'HTML' !== i ? -1 !== ['TD', 'TABLE'].indexOf(o.nodeName) && 'static' === t(o, 'position') ? r(o) : o : window.document.documentElement
}
function p(e) {
var t = e.nodeName;
return 'BODY' !== t && ('HTML' === t || r(e.firstElementChild) === e)
}
function s(e) {
return null === e.parentNode ? e : s(e.parentNode)
}
function d(e, t) {
if (!e || !e.nodeType || !t || !t.nodeType) return window.document.documentElement;
var o = e.compareDocumentPosition(t) & Node.DOCUMENT_POSITION_FOLLOWING,
i = o ? e : t,
n = o ? t : e,
a = document.createRange();
a.setStart(i, 0), a.setEnd(n, 0);
var f = a.commonAncestorContainer;
if (e !== f && t !== f || i.contains(n)) return p(f) ? f : r(f);
var l = s(e);
return l.host ? d(l.host, t) : d(e, s(t).host)
}
function a(e) {
var t = 1 < arguments.length && void 0 !== arguments[1] ? arguments[1] : 'top',
o = 'top' === t ? 'scrollTop' : 'scrollLeft',
i = e.nodeName;
if ('BODY' === i || 'HTML' === i) {
var n = window.document.documentElement,
r = window.document.scrollingElement || n;
return r[o]
}
return e[o]
}
function f(e, t) {
var o = 2 < arguments.length && void 0 !== arguments[2] && arguments[2],
i = a(t, 'top'),
n = a(t, 'left'),
r = o ? -1 : 1;
return e.top += i * r, e.bottom += i * r, e.left += n * r, e.right += n * r, e
}
function l(e, t) {
var o = 'x' === t ? 'Left' : 'Top',
i = 'Left' == o ? 'Right' : 'Bottom';
return +e['border' + o + 'Width'].split('px')[0] + +e['border' + i + 'Width'].split('px')[0]
}
function m(e, t, o, i) {
return _(t['offset' + e], o['client' + e], o['offset' + e], ie() ? o['offset' + e] + i['margin' + ('Height' === e ? 'Top' : 'Left')] + i['margin' + ('Height' === e ? 'Bottom' : 'Right')] : 0)
}
function h() {
var e = window.document.body,
t = window.document.documentElement,
o = ie() && window.getComputedStyle(t);
return {
height: m('Height', e, t, o),
width: m('Width', e, t, o)
}
}
function c(e) {
return se({}, e, {
right: e.left + e.width,
bottom: e.top + e.height
})
}
function g(e) {
var o = {};
if (ie()) try {
o = e.getBoundingClientRect();
var i = a(e, 'top'),
n = a(e, 'left');
o.top += i, o.left += n, o.bottom += i, o.right += n
} catch (e) {} else o = e.getBoundingClientRect();
var r = {
left: o.left,
top: o.top,
width: o.right - o.left,
height: o.bottom - o.top
},
p = 'HTML' === e.nodeName ? h() : {},
s = p.width || e.clientWidth || r.right - r.left,
d = p.height || e.clientHeight || r.bottom - r.top,
f = e.offsetWidth - s,
m = e.offsetHeight - d;
if (f || m) {
var g = t(e);
f -= l(g, 'x'), m -= l(g, 'y'), r.width -= f, r.height -= m
}
return c(r)
}
function u(e, o) {
var i = ie(),
r = 'HTML' === o.nodeName,
p = g(e),
s = g(o),
d = n(e),
a = t(o),
l = +a.borderTopWidth.split('px')[0],
m = +a.borderLeftWidth.split('px')[0],
h = c({
top: p.top - s.top - l,
left: p.left - s.left - m,
width: p.width,
height: p.height
});
if (h.marginTop = 0, h.marginLeft = 0, !i && r) {
var u = +a.marginTop.split('px')[0],
b = +a.marginLeft.split('px')[0];
h.top -= l - u, h.bottom -= l - u, h.left -= m - b, h.right -= m - b, h.marginTop = u, h.marginLeft = b
}
return (i ? o.contains(d) : o === d && 'BODY' !== d.nodeName) && (h = f(h, o)), h
}
function b(e) {
var t = window.document.documentElement,
o = u(e, t),
i = _(t.clientWidth, window.innerWidth || 0),
n = _(t.clientHeight, window.innerHeight || 0),
r = a(t),
p = a(t, 'left'),
s = {
top: r - o.top + o.marginTop,
left: p - o.left + o.marginLeft,
width: i,
height: n
};
return c(s)
}
function y(e) {
var i = e.nodeName;
return 'BODY' === i || 'HTML' === i ? !1 : 'fixed' === t(e, 'position') || y(o(e))
}
function w(e, t, i, r) {
var p = {
top: 0,
left: 0
},
s = d(e, t);
if ('viewport' === r) p = b(s);
else {
var a;
'scrollParent' === r ? (a = n(o(e)), 'BODY' === a.nodeName && (a = window.document.documentElement)) : 'window' === r ? a = window.document.documentElement : a = r;
var f = u(a, s);
if ('HTML' === a.nodeName && !y(s)) {
var l = h(),
m = l.height,
c = l.width;
p.top += f.top - f.marginTop, p.bottom = m + f.top, p.left += f.left - f.marginLeft, p.right = c + f.left
} else p = f
}
return p.left += i, p.top += i, p.right -= i, p.bottom -= i, p
}
function v(e) {
var t = e.width,
o = e.height;
return t * o
}
function E(e, t, o, i, n) {
var r = 5 < arguments.length && void 0 !== arguments[5] ? arguments[5] : 0;
if (-1 === e.indexOf('auto')) return e;
var p = w(o, i, r, n),
s = {
top: {
width: p.width,
height: t.top - p.top
},
right: {
width: p.right - t.right,
height: p.height
},
bottom: {
width: p.width,
height: p.bottom - t.bottom
},
left: {
width: t.left - p.left,
height: p.height
}
},
d = Object.keys(s).map(function(e) {
return se({
key: e
}, s[e], {
area: v(s[e])
})
}).sort(function(e, t) {
return t.area - e.area
}),
a = d.filter(function(e) {
var t = e.width,
i = e.height;
return t >= o.clientWidth && i >= o.clientHeight
}),
f = 0 < a.length ? a[0].key : d[0].key,
l = e.split('-')[1];
return f + (l ? '-' + l : '')
}
function x(e, t, o) {
var i = d(t, o);
return u(o, i)
}
function O(e) {
var t = window.getComputedStyle(e),
o = parseFloat(t.marginTop) + parseFloat(t.marginBottom),
i = parseFloat(t.marginLeft) + parseFloat(t.marginRight),
n = {
width: e.offsetWidth + i,
height: e.offsetHeight + o
};
return n
}
function L(e) {
var t = {
left: 'right',
right: 'left',
bottom: 'top',
top: 'bottom'
};
return e.replace(/left|right|bottom|top/g, function(e) {
return t[e]
})
}
function S(e, t, o) {
o = o.split('-')[0];
var i = O(e),
n = {
width: i.width,
height: i.height
},
r = -1 !== ['right', 'left'].indexOf(o),
p = r ? 'top' : 'left',
s = r ? 'left' : 'top',
d = r ? 'height' : 'width',
a = r ? 'width' : 'height';
return n[p] = t[p] + t[d] / 2 - i[d] / 2, n[s] = o === s ? t[s] - i[a] : t[L(s)], n
}
function T(e, t) {
return Array.prototype.find ? e.find(t) : e.filter(t)[0]
}
function C(e, t, o) {
if (Array.prototype.findIndex) return e.findIndex(function(e) {
return e[t] === o
});
var i = T(e, function(e) {
return e[t] === o
});
return e.indexOf(i)
}
function N(t, o, i) {
var n = void 0 === i ? t : t.slice(0, C(t, 'name', i));
return n.forEach(function(t) {
t.function && console.warn('`modifier.function` is deprecated, use `modifier.fn`!');
var i = t.function || t.fn;
t.enabled && e(i) && (o.offsets.popper = c(o.offsets.popper), o.offsets.reference = c(o.offsets.reference), o = i(o, t))
}), o
}
function k() {
if (!this.state.isDestroyed) {
var e = {
instance: this,
styles: {},
attributes: {},
flipped: !1,
offsets: {}
};
e.offsets.reference = x(this.state, this.popper, this.reference), e.placement = E(this.options.placement, e.offsets.reference, this.popper, this.reference, this.options.modifiers.flip.boundariesElement, this.options.modifiers.flip.padding), e.originalPlacement = e.placement, e.offsets.popper = S(this.popper, e.offsets.reference, e.placement), e.offsets.popper.position = 'absolute', e = N(this.modifiers, e), this.state.isCreated ? this.options.onUpdate(e) : (this.state.isCreated = !0, this.options.onCreate(e))
}
}
function W(e, t) {
return e.some(function(e) {
var o = e.name,
i = e.enabled;
return i && o === t
})
}
function B(e) {
for (var t = [!1, 'ms', 'Webkit', 'Moz', 'O'], o = e.charAt(0).toUpperCase() + e.slice(1), n = 0; n < t.length - 1; n++) {
var i = t[n],
r = i ? '' + i + o : e;
if ('undefined' != typeof window.document.body.style[r]) return r
}
return null
}
function D() {
return this.state.isDestroyed = !0, W(this.modifiers, 'applyStyle') && (this.popper.removeAttribute('x-placement'), this.popper.style.left = '', this.popper.style.position = '', this.popper.style.top = '', this.popper.style[B('transform')] = ''), this.disableEventListeners(), this.options.removeOnDestroy && this.popper.parentNode.removeChild(this.popper), this
}
function H(e, t, o, i) {
var r = 'BODY' === e.nodeName,
p = r ? window : e;
p.addEventListener(t, o, {
passive: !0
}), r || H(n(p.parentNode), t, o, i), i.push(p)
}
function P(e, t, o, i) {
o.updateBound = i, window.addEventListener('resize', o.updateBound, {
passive: !0
});
var r = n(e);
return H(r, 'scroll', o.updateBound, o.scrollParents), o.scrollElement = r, o.eventsEnabled = !0, o
}
function A() {
this.state.eventsEnabled || (this.state = P(this.reference, this.options, this.state, this.scheduleUpdate))
}
function M(e, t) {
return window.removeEventListener('resize', t.updateBound), t.scrollParents.forEach(function(e) {
e.removeEventListener('scroll', t.updateBound)
}), t.updateBound = null, t.scrollParents = [], t.scrollElement = null, t.eventsEnabled = !1, t
}
function I() {
this.state.eventsEnabled && (window.cancelAnimationFrame(this.scheduleUpdate), this.state = M(this.reference, this.state))
}
function R(e) {
return '' !== e && !isNaN(parseFloat(e)) && isFinite(e)
}
function U(e, t) {
Object.keys(t).forEach(function(o) {
var i = ''; - 1 !== ['width', 'height', 'top', 'right', 'bottom', 'left'].indexOf(o) && R(t[o]) && (i = 'px'), e.style[o] = t[o] + i
})
}
function Y(e, t) {
Object.keys(t).forEach(function(o) {
var i = t[o];
!1 === i ? e.removeAttribute(o) : e.setAttribute(o, t[o])
})
}
function F(e, t, o) {
var i = T(e, function(e) {
var o = e.name;
return o === t
}),
n = !!i && e.some(function(e) {
return e.name === o && e.enabled && e.order < i.order
});
if (!n) {
var r = '`' + t + '`';
console.warn('`' + o + '`' + ' modifier is required by ' + r + ' modifier in order to work, be sure to include it before ' + r + '!')
}
return n
}
function j(e) {
return 'end' === e ? 'start' : 'start' === e ? 'end' : e
}
function K(e) {
var t = 1 < arguments.length && void 0 !== arguments[1] && arguments[1],
o = ae.indexOf(e),
i = ae.slice(o + 1).concat(ae.slice(0, o));
return t ? i.reverse() : i
}
function q(e, t, o, i) {
var n = e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),
r = +n[1],
p = n[2];
if (!r) return e;
if (0 === p.indexOf('%')) {
var s;
switch (p) {
case '%p':
s = o;
break;
case '%':
case '%r':
default:
s = i;
}
var d = c(s);
return d[t] / 100 * r
}
if ('vh' === p || 'vw' === p) {
var a;
return a = 'vh' === p ? _(document.documentElement.clientHeight, window.innerHeight || 0) : _(document.documentElement.clientWidth, window.innerWidth || 0), a / 100 * r
}
return r
}
function G(e, t, o, i) {
var n = [0, 0],
r = -1 !== ['right', 'left'].indexOf(i),
p = e.split(/(\+|\-)/).map(function(e) {
return e.trim()
}),
s = p.indexOf(T(p, function(e) {
return -1 !== e.search(/,|\s/)
}));
p[s] && -1 === p[s].indexOf(',') && console.warn('Offsets separated by white space(s) are deprecated, use a comma (,) instead.');
var d = /\s*,\s*|\s+/,
a = -1 === s ? [p] : [p.slice(0, s).concat([p[s].split(d)[0]]), [p[s].split(d)[1]].concat(p.slice(s + 1))];
return a = a.map(function(e, i) {
var n = (1 === i ? !r : r) ? 'height' : 'width',
p = !1;
return e.reduce(function(e, t) {
return '' === e[e.length - 1] && -1 !== ['+', '-'].indexOf(t) ? (e[e.length - 1] = t, p = !0, e) : p ? (e[e.length - 1] += t, p = !1, e) : e.concat(t)
}, []).map(function(e) {
return q(e, n, t, o)
})
}), a.forEach(function(e, t) {
e.forEach(function(o, i) {
R(o) && (n[t] += o * ('-' === e[i - 1] ? -1 : 1))
})
}), n
}
for (var z = Math.min, V = Math.floor, _ = Math.max, X = ['native code', '[object MutationObserverConstructor]'], Q = function(e) {
return X.some(function(t) {
return -1 < (e || '').toString().indexOf(t)
})
}, J = 'undefined' != typeof window, Z = ['Edge', 'Trident', 'Firefox'], $ = 0, ee = 0; ee < Z.length; ee += 1)
if (J && 0 <= navigator.userAgent.indexOf(Z[ee])) {
$ = 1;
break
}
var i, te = J && Q(window.MutationObserver),
oe = te ? function(e) {
var t = !1,
o = 0,
i = document.createElement('span'),
n = new MutationObserver(function() {
e(), t = !1
});
return n.observe(i, {
attributes: !0
}),
function() {
t || (t = !0, i.setAttribute('x-index', o), ++o)
}
} : function(e) {
var t = !1;
return function() {
t || (t = !0, setTimeout(function() {
t = !1, e()
}, $))
}
},
ie = function() {
return void 0 == i && (i = -1 !== navigator.appVersion.indexOf('MSIE 10')), i
},
ne = function(e, t) {
if (!(e instanceof t)) throw new TypeError('Cannot call a class as a function')
},
re = function() {
function e(e, t) {
for (var o, n = 0; n < t.length; n++) o = t[n], o.enumerable = o.enumerable || !1, o.configurable = !0, 'value' in o && (o.writable = !0), Object.defineProperty(e, o.key, o)
}
return function(t, o, i) {
return o && e(t.prototype, o), i && e(t, i), t
}
}(),
pe = function(e, t, o) {
return t in e ? Object.defineProperty(e, t, {
value: o,
enumerable: !0,
configurable: !0,
writable: !0
}) : e[t] = o, e
},
se = Object.assign || function(e) {
for (var t, o = 1; o < arguments.length; o++)
for (var i in t = arguments[o], t) Object.prototype.hasOwnProperty.call(t, i) && (e[i] = t[i]);
return e
},
de = ['auto-start', 'auto', 'auto-end', 'top-start', 'top', 'top-end', 'right-start', 'right', 'right-end', 'bottom-end', 'bottom', 'bottom-start', 'left-end', 'left', 'left-start'],
ae = de.slice(3),
fe = {
FLIP: 'flip',
CLOCKWISE: 'clockwise',
COUNTERCLOCKWISE: 'counterclockwise'
},
le = function() {
function t(o, i) {
var n = this,
r = 2 < arguments.length && void 0 !== arguments[2] ? arguments[2] : {};
ne(this, t), this.scheduleUpdate = function() {
return requestAnimationFrame(n.update)
}, this.update = oe(this.update.bind(this)), this.options = se({}, t.Defaults, r), this.state = {
isDestroyed: !1,
isCreated: !1,
scrollParents: []
}, this.reference = o.jquery ? o[0] : o, this.popper = i.jquery ? i[0] : i, this.options.modifiers = {}, Object.keys(se({}, t.Defaults.modifiers, r.modifiers)).forEach(function(e) {
n.options.modifiers[e] = se({}, t.Defaults.modifiers[e] || {}, r.modifiers ? r.modifiers[e] : {})
}), this.modifiers = Object.keys(this.options.modifiers).map(function(e) {
return se({
name: e
}, n.options.modifiers[e])
}).sort(function(e, t) {
return e.order - t.order
}), this.modifiers.forEach(function(t) {
t.enabled && e(t.onLoad) && t.onLoad(n.reference, n.popper, n.options, t, n.state)
}), this.update();
var p = this.options.eventsEnabled;
p && this.enableEventListeners(), this.state.eventsEnabled = p
}
return re(t, [{
key: 'update',
value: function() {
return k.call(this)
}
}, {
key: 'destroy',
value: function() {
return D.call(this)
}
}, {
key: 'enableEventListeners',
value: function() {
return A.call(this)
}
}, {
key: 'disableEventListeners',
value: function() {
return I.call(this)
}
}]), t
}();
return le.Utils = ('undefined' == typeof window ? global : window).PopperUtils, le.placements = de, le.Defaults = {
placement: 'bottom',
eventsEnabled: !0,
removeOnDestroy: !1,
onCreate: function() {},
onUpdate: function() {},
modifiers: {
shift: {
order: 100,
enabled: !0,
fn: function(e) {
var t = e.placement,
o = t.split('-')[0],
i = t.split('-')[1];
if (i) {
var n = e.offsets,
r = n.reference,
p = n.popper,
s = -1 !== ['bottom', 'top'].indexOf(o),
d = s ? 'left' : 'top',
a = s ? 'width' : 'height',
f = {
start: pe({}, d, r[d]),
end: pe({}, d, r[d] + r[a] - p[a])
};
e.offsets.popper = se({}, p, f[i])
}
return e
}
},
offset: {
order: 200,
enabled: !0,
fn: function(e, t) {
var o, i = t.offset,
n = e.placement,
r = e.offsets,
p = r.popper,
s = r.reference,
d = n.split('-')[0];
return o = R(+i) ? [+i, 0] : G(i, p, s, d), 'left' === d ? (p.top += o[0], p.left -= o[1]) : 'right' === d ? (p.top += o[0], p.left += o[1]) : 'top' === d ? (p.left += o[0], p.top -= o[1]) : 'bottom' === d && (p.left += o[0], p.top += o[1]), e.popper = p, e
},
offset: 0
},
preventOverflow: {
order: 300,
enabled: !0,
fn: function(e, t) {
var o = t.boundariesElement || r(e.instance.popper);
e.instance.reference === o && (o = r(o));
var i = w(e.instance.popper, e.instance.reference, t.padding, o);
t.boundaries = i;
var n = t.priority,
p = e.offsets.popper,
s = {
primary: function(e) {
var o = p[e];
return p[e] < i[e] && !t.escapeWithReference && (o = _(p[e], i[e])), pe({}, e, o)
},
secondary: function(e) {
var o = 'right' === e ? 'left' : 'top',
n = p[o];
return p[e] > i[e] && !t.escapeWithReference && (n = z(p[o], i[e] - ('right' === e ? p.width : p.height))), pe({}, o, n)
}
};
return n.forEach(function(e) {
var t = -1 === ['left', 'top'].indexOf(e) ? 'secondary' : 'primary';
p = se({}, p, s[t](e))
}), e.offsets.popper = p, e
},
priority: ['left', 'right', 'top', 'bottom'],
padding: 5,
boundariesElement: 'scrollParent'
},
keepTogether: {
order: 400,
enabled: !0,
fn: function(e) {
var t = e.offsets,
o = t.popper,
i = t.reference,
n = e.placement.split('-')[0],
r = V,
p = -1 !== ['top', 'bottom'].indexOf(n),
s = p ? 'right' : 'bottom',
d = p ? 'left' : 'top',
a = p ? 'width' : 'height';
return o[s] < r(i[d]) && (e.offsets.popper[d] = r(i[d]) - o[a]), o[d] > r(i[s]) && (e.offsets.popper[d] = r(i[s])), e
}
},
arrow: {
order: 500,
enabled: !0,
fn: function(e, t) {
if (!F(e.instance.modifiers, 'arrow', 'keepTogether')) return e;
var o = t.element;
if ('string' == typeof o) {
if (o = e.instance.popper.querySelector(o), !o) return e;
} else if (!e.instance.popper.contains(o)) return console.warn('WARNING: `arrow.element` must be child of its popper element!'), e;
var i = e.placement.split('-')[0],
n = e.offsets,
r = n.popper,
p = n.reference,
s = -1 !== ['left', 'right'].indexOf(i),
d = s ? 'height' : 'width',
a = s ? 'top' : 'left',
f = s ? 'left' : 'top',
l = s ? 'bottom' : 'right',
m = O(o)[d];
p[l] - m < r[a] && (e.offsets.popper[a] -= r[a] - (p[l] - m)), p[a] + m > r[l] && (e.offsets.popper[a] += p[a] + m - r[l]);
var h = p[a] + p[d] / 2 - m / 2,
g = h - c(e.offsets.popper)[a];
return g = _(z(r[d] - m, g), 0), e.arrowElement = o, e.offsets.arrow = {}, e.offsets.arrow[a] = Math.round(g), e.offsets.arrow[f] = '', e
},
element: '[x-arrow]'
},
flip: {
order: 600,
enabled: !0,
fn: function(e, t) {
if (W(e.instance.modifiers, 'inner')) return e;
if (e.flipped && e.placement === e.originalPlacement) return e;
var o = w(e.instance.popper, e.instance.reference, t.padding, t.boundariesElement),
i = e.placement.split('-')[0],
n = L(i),
r = e.placement.split('-')[1] || '',
p = [];
switch (t.behavior) {
case fe.FLIP:
p = [i, n];
break;
case fe.CLOCKWISE:
p = K(i);
break;
case fe.COUNTERCLOCKWISE:
p = K(i, !0);
break;
default:
p = t.behavior;
}
return p.forEach(function(s, d) {
if (i !== s || p.length === d + 1) return e;
i = e.placement.split('-')[0], n = L(i);
var a = e.offsets.popper,
f = e.offsets.reference,
l = V,
m = 'left' === i && l(a.right) > l(f.left) || 'right' === i && l(a.left) < l(f.right) || 'top' === i && l(a.bottom) > l(f.top) || 'bottom' === i && l(a.top) < l(f.bottom),
h = l(a.left) < l(o.left),
c = l(a.right) > l(o.right),
g = l(a.top) < l(o.top),
u = l(a.bottom) > l(o.bottom),
b = 'left' === i && h || 'right' === i && c || 'top' === i && g || 'bottom' === i && u,
y = -1 !== ['top', 'bottom'].indexOf(i),
w = !!t.flipVariations && (y && 'start' === r && h || y && 'end' === r && c || !y && 'start' === r && g || !y && 'end' === r && u);
(m || b || w) && (e.flipped = !0, (m || b) && (i = p[d + 1]), w && (r = j(r)), e.placement = i + (r ? '-' + r : ''), e.offsets.popper = se({}, e.offsets.popper, S(e.instance.popper, e.offsets.reference, e.placement)), e = N(e.instance.modifiers, e, 'flip'))
}), e
},
behavior: 'flip',
padding: 5,
boundariesElement: 'viewport'
},
inner: {
order: 700,
enabled: !1,
fn: function(e) {
var t = e.placement,
o = t.split('-')[0],
i = e.offsets,
n = i.popper,
r = i.reference,
p = -1 !== ['left', 'right'].indexOf(o),
s = -1 === ['top', 'left'].indexOf(o);
return n[p ? 'left' : 'top'] = r[t] - (s ? n[p ? 'width' : 'height'] : 0), e.placement = L(t), e.offsets.popper = c(n), e
}
},
hide: {
order: 800,
enabled: !0,
fn: function(e) {
if (!F(e.instance.modifiers, 'hide', 'preventOverflow')) return e;
var t = e.offsets.reference,
o = T(e.instance.modifiers, function(e) {
return 'preventOverflow' === e.name
}).boundaries;
if (t.bottom < o.top || t.left > o.right || t.top > o.bottom || t.right < o.left) {
if (!0 === e.hide) return e;
e.hide = !0, e.attributes['x-out-of-boundaries'] = ''
} else {
if (!1 === e.hide) return e;
e.hide = !1, e.attributes['x-out-of-boundaries'] = !1
}
return e
}
},
computeStyle: {
order: 850,
enabled: !0,
fn: function(e, t) {
var o = t.x,
i = t.y,
n = e.offsets.popper,
p = T(e.instance.modifiers, function(e) {
return 'applyStyle' === e.name
}).gpuAcceleration;
void 0 !== p && console.warn('WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!');
var s, d, a = void 0 === p ? t.gpuAcceleration : p,
f = r(e.instance.popper),
l = g(f),
m = {
position: n.position
},
h = {
left: V(n.left),
top: V(n.top),
bottom: V(n.bottom),
right: V(n.right)
},
c = 'bottom' === o ? 'top' : 'bottom',
u = 'right' === i ? 'left' : 'right',
b = B('transform');
if (d = 'bottom' == c ? -l.height + h.bottom : h.top, s = 'right' == u ? -l.width + h.right : h.left, a && b) m[b] = 'translate3d(' + s + 'px, ' + d + 'px, 0)', m[c] = 0, m[u] = 0, m.willChange = 'transform';
else {
var y = 'bottom' == c ? -1 : 1,
w = 'right' == u ? -1 : 1;
m[c] = d * y, m[u] = s * w, m.willChange = c + ', ' + u
}
var v = {
"x-placement": e.placement
};
return e.attributes = se({}, v, e.attributes), e.styles = se({}, m, e.styles), e
},
gpuAcceleration: !0,
x: 'bottom',
y: 'right'
},
applyStyle: {
order: 900,
enabled: !0,
fn: function(e) {
return U(e.instance.popper, e.styles), Y(e.instance.popper, e.attributes), e.offsets.arrow && U(e.arrowElement, e.offsets.arrow), e
},
onLoad: function(e, t, o, i, n) {
var r = x(n, t, e),
p = E(o.placement, r, t, e, o.modifiers.flip.boundariesElement, o.modifiers.flip.padding);
return t.setAttribute('x-placement', p), U(t, {
position: 'absolute'
}), o
},
gpuAcceleration: void 0
}
}
}, le
});

View file

@ -0,0 +1,422 @@
/*!
=========================================================
* Material Dashboard Dark Edition - v2.1.0
=========================================================
* Product Page: https://www.creative-tim.com/product/material-dashboard-dark
* Copyright 2018 Creative Tim (http://www.creative-tim.com)
* Coded by www.creative-tim.com
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
(function() {
isWindows = navigator.platform.indexOf('Win') > -1 ? true : false;
if (isWindows) {
// if we are on windows OS we activate the perfectScrollbar function
$('.sidebar .sidebar-wrapper, .main-panel').perfectScrollbar();
$('html').addClass('perfect-scrollbar-on');
} else {
$('html').addClass('perfect-scrollbar-off');
}
})();
var breakCards = true;
var searchVisible = 0;
var transparent = true;
var transparentDemo = true;
var fixedTop = false;
var mobile_menu_visible = 0,
mobile_menu_initialized = false,
toggle_initialized = false,
bootstrap_nav_initialized = false;
var seq = 0,
delays = 80,
durations = 500;
var seq2 = 0,
delays2 = 80,
durations2 = 500;
$(document).ready(function() {
$('body').bootstrapMaterialDesign();
$sidebar = $('.sidebar');
md.initSidebarsCheck();
window_width = $(window).width();
// check if there is an image set for the sidebar's background
md.checkSidebarImage();
// Activate bootstrap-select
if ($(".selectpicker").length != 0) {
$(".selectpicker").selectpicker();
}
// Activate the tooltips
$('[rel="tooltip"]').tooltip();
$('.form-control').on("focus", function() {
$(this).parent('.input-group').addClass("input-group-focus");
}).on("blur", function() {
$(this).parent(".input-group").removeClass("input-group-focus");
});
// remove class has-error for checkbox validation
$('input[type="checkbox"][required="true"], input[type="radio"][required="true"]').on('click', function() {
if ($(this).hasClass('error')) {
$(this).closest('div').removeClass('has-error');
}
});
});
$(document).on('click', '.navbar-toggler', function() {
$toggle = $(this);
if (mobile_menu_visible == 1) {
$('html').removeClass('nav-open');
$('.close-layer').remove();
setTimeout(function() {
$toggle.removeClass('toggled');
}, 400);
mobile_menu_visible = 0;
} else {
setTimeout(function() {
$toggle.addClass('toggled');
}, 430);
var $layer = $('<div class="close-layer"></div>');
if ($('body').find('.main-panel').length != 0) {
$layer.appendTo(".main-panel");
} else if (($('body').hasClass('off-canvas-sidebar'))) {
$layer.appendTo(".wrapper-full-page");
}
setTimeout(function() {
$layer.addClass('visible');
}, 100);
$layer.click(function() {
$('html').removeClass('nav-open');
mobile_menu_visible = 0;
$layer.removeClass('visible');
setTimeout(function() {
$layer.remove();
$toggle.removeClass('toggled');
}, 400);
});
$('html').addClass('nav-open');
mobile_menu_visible = 1;
}
});
// activate collapse right menu when the windows is resized
$(window).resize(function() {
md.initSidebarsCheck();
// reset the seq for charts drawing animations
seq = seq2 = 0;
setTimeout(function() {
md.initDashboardPageCharts();
}, 500);
});
md = {
misc: {
navbar_menu_visible: 0,
active_collapse: true,
disabled_collapse_init: 0
},
checkSidebarImage: function() {
$sidebar = $('.sidebar');
image_src = $sidebar.data('image');
if (image_src !== undefined) {
sidebar_container = '<div class="sidebar-background" style="background-image: url(' + image_src + ') "/>';
$sidebar.append(sidebar_container);
}
},
initSidebarsCheck: function() {
if ($(window).width() <= 991) {
if ($sidebar.length != 0) {
md.initRightMenu();
}
}
},
initDashboardPageCharts: function() {
if ($('#dailySalesChart').length != 0 || $('#completedTasksChart').length != 0 || $('#websiteViewsChart').length != 0) {
/* ----------========== Daily Sales Chart initialization ==========---------- */
dataDailySalesChart = {
labels: ['M', 'T', 'W', 'T', 'F', 'S', 'S'],
series: [
[12, 17, 7, 17, 23, 18, 38]
]
};
optionsDailySalesChart = {
lineSmooth: Chartist.Interpolation.cardinal({
tension: 0
}),
low: 0,
high: 50, // creative tim: we recommend you to set the high sa the biggest value + something for a better look
chartPadding: {
top: 0,
right: 0,
bottom: 0,
left: 0
},
}
var dailySalesChart = new Chartist.Line('#dailySalesChart', dataDailySalesChart, optionsDailySalesChart);
md.startAnimationForLineChart(dailySalesChart);
/* ----------========== Completed Tasks Chart initialization ==========---------- */
dataCompletedTasksChart = {
labels: ['12p', '3p', '6p', '9p', '12p', '3a', '6a', '9a'],
series: [
[230, 750, 450, 300, 280, 240, 200, 190]
]
};
optionsCompletedTasksChart = {
lineSmooth: Chartist.Interpolation.cardinal({
tension: 0
}),
low: 0,
high: 1000, // creative tim: we recommend you to set the high sa the biggest value + something for a better look
chartPadding: {
top: 0,
right: 0,
bottom: 0,
left: 0
}
}
var completedTasksChart = new Chartist.Line('#completedTasksChart', dataCompletedTasksChart, optionsCompletedTasksChart);
// start animation for the Completed Tasks Chart - Line Chart
md.startAnimationForLineChart(completedTasksChart);
/* ----------========== Emails Subscription Chart initialization ==========---------- */
var dataWebsiteViewsChart = {
labels: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'],
series: [
[542, 443, 320, 780, 553, 453, 326, 434, 568, 610, 756, 895]
]
};
var optionsWebsiteViewsChart = {
axisX: {
showGrid: false
},
low: 0,
high: 1000,
chartPadding: {
top: 0,
right: 5,
bottom: 0,
left: 0
}
};
var responsiveOptions = [
['screen and (max-width: 640px)', {
seriesBarDistance: 5,
axisX: {
labelInterpolationFnc: function(value) {
return value[0];
}
}
}]
];
var websiteViewsChart = Chartist.Bar('#websiteViewsChart', dataWebsiteViewsChart, optionsWebsiteViewsChart, responsiveOptions);
//start animation for the Emails Subscription Chart
md.startAnimationForBarChart(websiteViewsChart);
}
},
showNotification: function(from, align) {
type = ['', 'info', 'danger', 'success', 'warning', 'primary'];
color = Math.floor((Math.random() * 5) + 1);
$.notify({
icon: "add_alert",
message: "Welcome to <b>Material Dashboard</b> - a beautiful freebie for every web developer."
}, {
type: type[color],
timer: 3000,
placement: {
from: from,
align: align
}
});
},
checkScrollForTransparentNavbar: debounce(function() {
if ($(document).scrollTop() > 260) {
if (transparent) {
transparent = false;
$('.navbar-color-on-scroll').removeClass('navbar-transparent');
}
} else {
if (!transparent) {
transparent = true;
$('.navbar-color-on-scroll').addClass('navbar-transparent');
}
}
}, 17),
initRightMenu: debounce(function() {
$sidebar_wrapper = $('.sidebar-wrapper');
if (!mobile_menu_initialized) {
console.log('intra');
$navbar = $('nav').find('.navbar-collapse').children('.navbar-nav');
mobile_menu_content = '';
nav_content = $navbar.html();
nav_content = '<ul class="nav navbar-nav nav-mobile-menu">' + nav_content + '</ul>';
navbar_form = $('nav').find('.navbar-form').length != 0 ? $('nav').find('.navbar-form')[0].outerHTML : null;
$sidebar_nav = $sidebar_wrapper.find(' > .nav');
// insert the navbar form before the sidebar list
$nav_content = $(nav_content);
$navbar_form = $(navbar_form);
$nav_content.insertBefore($sidebar_nav);
$navbar_form.insertBefore($nav_content);
$(".sidebar-wrapper .dropdown .dropdown-menu > li > a").click(function(event) {
event.stopPropagation();
});
// simulate resize so all the charts/maps will be redrawn
window.dispatchEvent(new Event('resize'));
mobile_menu_initialized = true;
} else {
if ($(window).width() > 991) {
// reset all the additions that we made for the sidebar wrapper only if the screen is bigger than 991px
$sidebar_wrapper.find('.navbar-form').remove();
$sidebar_wrapper.find('.nav-mobile-menu').remove();
mobile_menu_initialized = false;
}
}
}, 200),
startAnimationForLineChart: function(chart) {
chart.on('draw', function(data) {
if ((data.type === 'line' || data.type === 'area') && window.matchMedia("(min-width: 900px)").matches) {
data.element.animate({
d: {
begin: 600,
dur: 700,
from: data.path.clone().scale(1, 0).translate(0, data.chartRect.height()).stringify(),
to: data.path.clone().stringify(),
easing: Chartist.Svg.Easing.easeOutQuint
}
});
} else if (data.type === 'point') {
seq++;
data.element.animate({
opacity: {
begin: seq * delays,
dur: durations,
from: 0,
to: 1,
easing: 'ease'
}
});
}
});
seq = 0;
},
startAnimationForBarChart: function(chart) {
chart.on('draw', function(data) {
if (data.type === 'bar' && window.matchMedia("(min-width: 900px)").matches) {
seq2++;
data.element.animate({
opacity: {
begin: seq2 * delays2,
dur: durations2,
from: 0,
to: 1,
easing: 'ease'
}
});
}
});
seq2 = 0;
}
}
// Returns a function, that, as long as it continues to be invoked, will not
// be triggered. The function will be called after it stops being called for
// N milliseconds. If `immediate` is passed, trigger the function on the
// leading edge, instead of the trailing.
function debounce(func, wait, immediate) {
var timeout;
return function() {
var context = this,
args = arguments;
clearTimeout(timeout);
timeout = setTimeout(function() {
timeout = null;
if (!immediate) func.apply(context, args);
}, wait);
if (immediate && !timeout) func.apply(context, args);
};
};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,404 @@
/*
Creative Tim Modifications
Lines: 236 was changed from top: 5px to top: 50% and we added margin-top: -9px. In this way the close button will be aligned vertically
Line:219 - modified when the icon is set, we add the class "alert-with-icon", so there will be enough space for the icon.
Lines: 179/222 - class() was changed to html() so we can add the Material Design Icons
*/
/*
* Project: Bootstrap Notify = v3.1.5
* Description: Turns standard Bootstrap alerts into "Growl-like" notifications.
* Author: Mouse0270 aka Robert McIntosh
* License: MIT License
* Website: https://github.com/mouse0270/bootstrap-growl
*/
/* global define:false, require: false, jQuery:false */
(function(factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
factory(require('jquery'));
} else {
// Browser globals
factory(jQuery);
}
}(function($) {
// Create the defaults once
var defaults = {
element: 'body',
position: null,
type: "info",
allow_dismiss: true,
allow_duplicates: true,
newest_on_top: false,
showProgressbar: false,
placement: {
from: "top",
align: "right"
},
offset: 20,
spacing: 10,
z_index: 1031,
delay: 5000,
timer: 1000,
url_target: '_blank',
mouse_over: null,
animate: {
enter: 'animated fadeInDown',
exit: 'animated fadeOutUp'
},
onShow: null,
onShown: null,
onClose: null,
onClosed: null,
icon_type: 'class',
template: '<div data-notify="container" class="col-11 col-md-4 alert alert-{0}" role="alert"><button type="button" aria-hidden="true" class="close" data-notify="dismiss"><i class="material-icons">close</i></button><i data-notify="icon" class="material-icons"></i><span data-notify="title">{1}</span> <span data-notify="message">{2}</span><div class="progress" data-notify="progressbar"><div class="progress-bar progress-bar-{0}" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%;"></div></div><a href="{3}" target="{4}" data-notify="url"></a></div>'
};
String.format = function() {
var str = arguments[0];
for (var i = 1; i < arguments.length; i++) {
str = str.replace(RegExp("\\{" + (i - 1) + "\\}", "gm"), arguments[i]);
}
return str;
};
function isDuplicateNotification(notification) {
var isDupe = false;
$('[data-notify="container"]').each(function(i, el) {
var $el = $(el);
var title = $el.find('[data-notify="title"]').text().trim();
var message = $el.find('[data-notify="message"]').html().trim();
// The input string might be different than the actual parsed HTML string!
// (<br> vs <br /> for example)
// So we have to force-parse this as HTML here!
var isSameTitle = title === $("<div>" + notification.settings.content.title + "</div>").html().trim();
var isSameMsg = message === $("<div>" + notification.settings.content.message + "</div>").html().trim();
var isSameType = $el.hasClass('alert-' + notification.settings.type);
if (isSameTitle && isSameMsg && isSameType) {
//we found the dupe. Set the var and stop checking.
isDupe = true;
}
return !isDupe;
});
return isDupe;
}
function Notify(element, content, options) {
// Setup Content of Notify
var contentObj = {
content: {
message: typeof content === 'object' ? content.message : content,
title: content.title ? content.title : '',
icon: content.icon ? content.icon : '',
url: content.url ? content.url : '#',
target: content.target ? content.target : '-'
}
};
options = $.extend(true, {}, contentObj, options);
this.settings = $.extend(true, {}, defaults, options);
this._defaults = defaults;
if (this.settings.content.target === "-") {
this.settings.content.target = this.settings.url_target;
}
this.animations = {
start: 'webkitAnimationStart oanimationstart MSAnimationStart animationstart',
end: 'webkitAnimationEnd oanimationend MSAnimationEnd animationend'
};
if (typeof this.settings.offset === 'number') {
this.settings.offset = {
x: this.settings.offset,
y: this.settings.offset
};
}
//if duplicate messages are not allowed, then only continue if this new message is not a duplicate of one that it already showing
if (this.settings.allow_duplicates || (!this.settings.allow_duplicates && !isDuplicateNotification(this))) {
this.init();
}
}
$.extend(Notify.prototype, {
init: function() {
var self = this;
this.buildNotify();
if (this.settings.content.icon) {
this.setIcon();
}
if (this.settings.content.url != "#") {
this.styleURL();
}
this.styleDismiss();
this.placement();
this.bind();
this.notify = {
$ele: this.$ele,
update: function(command, update) {
var commands = {};
if (typeof command === "string") {
commands[command] = update;
} else {
commands = command;
}
for (var cmd in commands) {
switch (cmd) {
case "type":
this.$ele.removeClass('alert-' + self.settings.type);
this.$ele.find('[data-notify="progressbar"] > .progress-bar').removeClass('progress-bar-' + self.settings.type);
self.settings.type = commands[cmd];
this.$ele.addClass('alert-' + commands[cmd]).find('[data-notify="progressbar"] > .progress-bar').addClass('progress-bar-' + commands[cmd]);
break;
case "icon":
var $icon = this.$ele.find('[data-notify="icon"]');
if (self.settings.icon_type.toLowerCase() === 'class') {
$icon.html(commands[cmd]);
} else {
if (!$icon.is('img')) {
$icon.find('img');
}
$icon.attr('src', commands[cmd]);
}
break;
case "progress":
var newDelay = self.settings.delay - (self.settings.delay * (commands[cmd] / 100));
this.$ele.data('notify-delay', newDelay);
this.$ele.find('[data-notify="progressbar"] > div').attr('aria-valuenow', commands[cmd]).css('width', commands[cmd] + '%');
break;
case "url":
this.$ele.find('[data-notify="url"]').attr('href', commands[cmd]);
break;
case "target":
this.$ele.find('[data-notify="url"]').attr('target', commands[cmd]);
break;
default:
this.$ele.find('[data-notify="' + cmd + '"]').html(commands[cmd]);
}
}
var posX = this.$ele.outerHeight() + parseInt(self.settings.spacing) + parseInt(self.settings.offset.y);
self.reposition(posX);
},
close: function() {
self.close();
}
};
},
buildNotify: function() {
var content = this.settings.content;
this.$ele = $(String.format(this.settings.template, this.settings.type, content.title, content.message, content.url, content.target));
this.$ele.attr('data-notify-position', this.settings.placement.from + '-' + this.settings.placement.align);
if (!this.settings.allow_dismiss) {
this.$ele.find('[data-notify="dismiss"]').css('display', 'none');
}
if ((this.settings.delay <= 0 && !this.settings.showProgressbar) || !this.settings.showProgressbar) {
this.$ele.find('[data-notify="progressbar"]').remove();
}
},
setIcon: function() {
this.$ele.addClass('alert-with-icon');
if (this.settings.icon_type.toLowerCase() === 'class') {
this.$ele.find('[data-notify="icon"]').html(this.settings.content.icon);
} else {
if (this.$ele.find('[data-notify="icon"]').is('img')) {
this.$ele.find('[data-notify="icon"]').attr('src', this.settings.content.icon);
} else {
this.$ele.find('[data-notify="icon"]').append('<img src="' + this.settings.content.icon + '" alt="Notify Icon" />');
}
}
},
styleDismiss: function() {
this.$ele.find('[data-notify="dismiss"]').css({
position: 'absolute',
right: '10px',
top: '50%',
marginTop: '-9px',
zIndex: this.settings.z_index + 2
});
},
styleURL: function() {
this.$ele.find('[data-notify="url"]').css({
backgroundImage: 'url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)',
height: '100%',
left: 0,
position: 'absolute',
top: 0,
width: '100%',
zIndex: this.settings.z_index + 1
});
},
placement: function() {
var self = this,
offsetAmt = this.settings.offset.y,
css = {
display: 'inline-block',
margin: '15px auto',
position: this.settings.position ? this.settings.position : (this.settings.element === 'body' ? 'fixed' : 'absolute'),
transition: 'all .5s ease-in-out',
zIndex: this.settings.z_index
},
hasAnimation = false,
settings = this.settings;
$('[data-notify-position="' + this.settings.placement.from + '-' + this.settings.placement.align + '"]:not([data-closing="true"])').each(function() {
offsetAmt = Math.max(offsetAmt, parseInt($(this).css(settings.placement.from)) + parseInt($(this).outerHeight()) + parseInt(settings.spacing));
});
if (this.settings.newest_on_top === true) {
offsetAmt = this.settings.offset.y;
}
css[this.settings.placement.from] = offsetAmt + 'px';
switch (this.settings.placement.align) {
case "left":
case "right":
css[this.settings.placement.align] = this.settings.offset.x + 'px';
break;
case "center":
css.left = 0;
css.right = 0;
break;
}
this.$ele.css(css).addClass(this.settings.animate.enter);
$.each(Array('webkit-', 'moz-', 'o-', 'ms-', ''), function(index, prefix) {
self.$ele[0].style[prefix + 'AnimationIterationCount'] = 1;
});
$(this.settings.element).append(this.$ele);
if (this.settings.newest_on_top === true) {
offsetAmt = (parseInt(offsetAmt) + parseInt(this.settings.spacing)) + this.$ele.outerHeight();
this.reposition(offsetAmt);
}
if ($.isFunction(self.settings.onShow)) {
self.settings.onShow.call(this.$ele);
}
this.$ele.one(this.animations.start, function() {
hasAnimation = true;
}).one(this.animations.end, function() {
if ($.isFunction(self.settings.onShown)) {
self.settings.onShown.call(this);
}
});
setTimeout(function() {
if (!hasAnimation) {
if ($.isFunction(self.settings.onShown)) {
self.settings.onShown.call(this);
}
}
}, 600);
},
bind: function() {
var self = this;
this.$ele.find('[data-notify="dismiss"]').on('click', function() {
self.close();
});
this.$ele.mouseover(function() {
$(this).data('data-hover', "true");
}).mouseout(function() {
$(this).data('data-hover', "false");
});
this.$ele.data('data-hover', "false");
if (this.settings.delay > 0) {
self.$ele.data('notify-delay', self.settings.delay);
var timer = setInterval(function() {
var delay = parseInt(self.$ele.data('notify-delay')) - self.settings.timer;
if ((self.$ele.data('data-hover') === 'false' && self.settings.mouse_over === "pause") || self.settings.mouse_over != "pause") {
var percent = ((self.settings.delay - delay) / self.settings.delay) * 100;
self.$ele.data('notify-delay', delay);
self.$ele.find('[data-notify="progressbar"] > div').attr('aria-valuenow', percent).css('width', percent + '%');
}
if (delay <= -(self.settings.timer)) {
clearInterval(timer);
self.close();
}
}, self.settings.timer);
}
},
close: function() {
var self = this,
posX = parseInt(this.$ele.css(this.settings.placement.from)),
hasAnimation = false;
this.$ele.data('closing', 'true').addClass(this.settings.animate.exit);
self.reposition(posX);
if ($.isFunction(self.settings.onClose)) {
self.settings.onClose.call(this.$ele);
}
this.$ele.one(this.animations.start, function() {
hasAnimation = true;
}).one(this.animations.end, function() {
$(this).remove();
if ($.isFunction(self.settings.onClosed)) {
self.settings.onClosed.call(this);
}
});
setTimeout(function() {
if (!hasAnimation) {
self.$ele.remove();
if (self.settings.onClosed) {
self.settings.onClosed(self.$ele);
}
}
}, 600);
},
reposition: function(posX) {
var self = this,
notifies = '[data-notify-position="' + this.settings.placement.from + '-' + this.settings.placement.align + '"]:not([data-closing="true"])',
$elements = this.$ele.nextAll(notifies);
if (this.settings.newest_on_top === true) {
$elements = this.$ele.prevAll(notifies);
}
$elements.each(function() {
$(this).css(self.settings.placement.from, posX);
posX = (parseInt(posX) + parseInt(self.settings.spacing)) + $(this).outerHeight();
});
}
});
$.notify = function(content, options) {
var plugin = new Notify(this, content, options);
return plugin.notify;
};
$.notifyDefaults = function(options) {
defaults = $.extend(true, {}, defaults, options);
return defaults;
};
$.notifyClose = function(command) {
if (typeof command === "undefined" || command === "all") {
$('[data-notify]').find('[data-notify="dismiss"]').trigger('click');
} else {
$('[data-notify-position="' + command + '"]').find('[data-notify="dismiss"]').trigger('click');
}
};
}));

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,12 @@
<?php
//logout.php
session_start();
session_destroy();
header('location:login_form.php');
?>

View file

@ -0,0 +1,175 @@
<?php
session_start();
include("../../db.php");
$product_id=$_REQUEST['product_id'];
$result=mysqli_query($con,"SELECT `product_id`, `product_cat`, `product_brand`, `product_title`, `product_price`, `product_desc`, `product_image`, `product_keywords` from products where product_id='$product_id'") or die ("query 1 incorrect.......");
list($product_id,$product_type,$brand,$product_name,$price,$details,$pic_name,$tags)=mysqli_fetch_array($result);
if(isset($_POST['btn_save']))
{
$product_name=$_POST['product_name'];
$details=$_POST['details'];
$price=$_POST['price'];
$product_type=$_POST['product_type'];
$brand=$_POST['brand'];
$tags=$_POST['tags'];
$price=$_POST['price']*73.77000;
//picture coding
$picture_name=$_FILES['picture']['name'];
$picture_type=$_FILES['picture']['type'];
$picture_tmp_name=$_FILES['picture']['tmp_name'];
$picture_size=$_FILES['picture']['size'];
if($picture_type=="image/jpeg" || $picture_type=="image/jpg" || $picture_type=="image/png" || $picture_type=="image/gif")
{
if($picture_size<=50000000)
$pic_name=time()."_".$picture_name;
move_uploaded_file($picture_tmp_name,"../../product_images/".$pic_name);
mysqli_query($con,"UPDATE `products` SET `product_title` = '$product_name',
`product_cat`= '$product_type',`product_brand`='$brand',
`product_price`='$price',`product_desc`='$details',`product_image`='$pic_name',`product_keywords`='$tags' WHERE `product_id` = '$product_id'") or die("Query 2 is inncorrect..........");
header("location: products_list.php");
}else{
mysqli_query($con,"UPDATE `products` SET `product_title` = '$product_name',
`product_cat`= '$product_type',`product_brand`='$brand',
`product_price`='$price',`product_desc`='$details',`product_image`='$pic_name',`product_keywords`='$tags' WHERE `product_id` = '$product_id'") or die("Query 2 is inncorrect..........");
header("location: products_list.php");
}
mysqli_close($con);
}
include "sidenav.php";
include "topheader.php";
?>
<!-- End Navbar -->
<div class="content">
<div class="container-fluid">
<form action="" method="post" type="form" name="form" enctype="multipart/form-data">
<div class="row">
<div class="col-md-7">
<div class="card">
<div class="card-header card-header-primary">
<h5 class="title">Edit Product</h5>
</div>
<div class="card-body">
<div class="row">
<div class="col-md-12">
<div class="form-group">
<label>Product Title</label>
<input type="text" id="product_name" required name="product_name" value="<?php echo $product_name; ?>" class="form-control">
</div>
</div>
<div class="col-md-4">
<img src='<?php echo "../../product_images/".$pic_name?>' style='width:50px; height:50px; border:groove #000'>
<div class="">
<label for="">Add Image</label>
<input type="file" name="picture" class="btn btn-fill btn-success" value="<?php echo "../../product_images/".$pic_name?>" id="picture" >
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label>Description</label>
<textarea rows="4" cols="80" id="details" required name="details" class="form-control"><?php echo $details;?></textarea>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label>Pricing</label>
<input type="text" id="price" name="price" value="<?php echo $price ?>" required class="form-control" >
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-5">
<div class="card">
<div class="card-header card-header-primary">
<h5 class="title">Categories</h5>
</div>
<div class="card-body">
<div class="row">
<div class="col-md-12">
<div class="form-group">
<label for="">Product Category</label>
<select id="product_type" name="product_type" required class="form-control">
<option value="" style="color:black;">select Category</option>
<?php
$result1=mysqli_query($con,"SELECT * FROM `categories` ORDER BY `cat_id` ASC") or die ("query 1 incorrect.....");
while(list($cat_id,$cat_title)=mysqli_fetch_array($result1))
{
if($cat_id==$product_type){
echo "<option value='$cat_id' style='color:black;' selected>$cat_title</option>";
}else{
echo "<option value='$cat_id' style='color:black;'>$cat_title</option>";
}
}
?>
</select>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label for="">Product Type</label>
<select id="brand" name="brand" required class="form-control">
<option value="" style="color:black;">select Type</option>
<?php
$result2=mysqli_query($con,"SELECT * FROM `brands`") or die ("query 1 incorrect.....");
while(list($brand_id,$brand_title)=mysqli_fetch_array($result2))
{
if($brand_id==$brand){
echo "<option value='$brand_id' style='color:black;' selected>$brand_title</option>";
}else{
echo "<option value='$brand_id' style='color:black;'>$brand_title</option>";
}
}
?>
</select>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label>Product Keywords</label>
<input type="text" id="tags" name="tags" value="<?php echo $tags; ?>" required class="form-control" >
</div>
</div>
</div>
</div>
<div class="card-footer">
<button type="submit" id="btn_save" name="btn_save" required class="btn btn-fill btn-primary">Update Product</button>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
<?php
include "footer.php";
?>

77
admin/admin/edituser.php Normal file
View file

@ -0,0 +1,77 @@
<?php
session_start();
include("../../db.php");
$user_id=$_REQUEST['user_id'];
if(isset($_POST['btn_save']))
{
$first_name=$_POST['first_name'];
$last_name=$_POST['last_name'];
$email=$_POST['email'];
$user_password=$_POST['password'];
mysqli_query($con,"update user_info set first_name='$first_name', last_name='$last_name', email='$email', password='$user_password' where user_id='$user_id'")or die("Query 2 is inncorrect..........");
header("location: manageuser.php");
mysqli_close($con);
}
include "sidenav.php";
include "topheader.php";
?>
<!-- End Navbar -->
<div class="content">
<div class="container-fluid">
<div class="col-md-5 mx-auto">
<div class="card">
<div class="card-header card-header-primary">
<h5 class="title">Edit User</h5>
</div>
<form action="edituser.php" name="form" method="post" enctype="multipart/form-data">
<div class="card-body">
<input type="hidden" name="user_id" id="user_id" value="<?php echo $user_id;?>" />
<div class="col-md-12 ">
<div class="form-group">
<label>First name</label>
<input type="text" id="first_name" name="first_name" class="form-control" value="<?php echo $first_name; ?>" >
</div>
</div>
<div class="col-md-12 ">
<div class="form-group">
<label>Last name</label>
<input type="text" id="last_name" name="last_name" class="form-control" value="<?php echo $last_name; ?>" >
</div>
</div>
<div class="col-md-12 ">
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" id="email" name="email" class="form-control" value="<?php echo $email; ?>">
</div>
</div>
<div class="col-md-12 ">
<div class="form-group">
<label >Password</label>
<input type="text" name="password" id="password" class="form-control" value="<?php echo $user_password; ?>">
</div>
</div>
</div>
<div class="card-footer">
<button type="submit" id="btn_save" name="btn_save" class="btn btn-fill btn-primary">Update</button>
</div>
</form>
</div>
</div>
</div>
</div>
<?php
include "footer.php";
?>

View file

@ -0,0 +1,128 @@
<?php
session_start();
include("../../db.php");
error_reporting(0);
if(isset($_GET['action']) && $_GET['action']!="" && $_GET['action']=='delete')
{
$product_id=$_GET['product_id'];
///////picture delete/////////
$result=mysqli_query($con,"select product_image from products where product_id='$product_id'")
or die("query is incorrect...");
list($picture)=mysqli_fetch_array($result);
$path="../product_images/$picture";
if(file_exists($path)==true)
{
unlink($path);
}
else
{}
/*this is delet query*/
mysqli_query($con,"delete from products where product_id='$product_id'")or die("query is incorrect...");
}
///pagination
$page=$_GET['page'];
if($page=="" || $page=="1")
{
$page1=0;
}
else
{
$page1=($page*10)-10;
}
include "sidenav.php";
include "topheader.php";
?>
<!-- End Navbar -->
<div class="content">
<div class="container-fluid">
<div class="col-md-14">
<div class="card ">
<div class="card-header card-header-primary">
<h4 class="card-title"> Products List</h4>
<div class="btn-group btn-group-toggle float-right" data-toggle="buttons">
<label class="btn btn-sm btn-primary btn-simple active" id="0">
<input type="radio" name="options" autocomplete="off" checked=""> electronic
</label>
<label class="btn btn-sm btn-primary btn-simple" id="1">
<input type="radio" name="options" autocomplete="off"> clothes
</label>
<label class="btn btn-sm btn-primary btn-simple" id="2">
<input type="radio" name="options" autocomplete="off"> Home Appliances
</label>
</div>
</div>
<div class="card-body">
<div class="table-responsive ps">
<table class="table table-hover tablesorter " id="page1">
<thead class=" text-primary">
<tr><th>Image</th><th>Name</th><th>Price</th><th>
<a class=" btn btn-primary" href="add_products.php">Add New</a></th></tr></thead>
<tbody>
<?php
$result=mysqli_query($con,"select product_id,product_image, product_title,product_price from products where product_cat=1 Limit $page1,12")or die ("query 1 incorrect.....");
while(list($product_id,$image,$product_name,$price)=mysqli_fetch_array($result))
{
echo "<tr><td><img src='../product_images/$image' style='width:50px; height:50px; border:groove #000'></td><td>$product_name</td>
<td>$price</td>
<td>
<a class=' btn btn-success' href='clothes_list.php?product_id=$product_id&action=delete'>Delete</a>
</td></tr>";
}
?>
</tbody>
</table>
<div class="ps__rail-x" style="left: 0px; bottom: 0px;"><div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div></div><div class="ps__rail-y" style="top: 0px; right: 0px;"><div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div></div></div>
</div>
</div>
<nav aria-label="Page navigation example">
<ul class="pagination">
<li class="page-item">
<a class="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">&laquo;</span>
<span class="sr-only">Previous</span>
</a>
</li>
<?php
//counting paging
$paging=mysqli_query($con,"select product_id,product_image, product_title,product_price from products");
$count=mysqli_num_rows($paging);
$a=$count/10;
$a=ceil($a);
for($b=1; $b<=$a;$b++)
{
?>
<li class="page-item"><a class="page-link" href="productlist.php?page=<?php echo $b;?>"><?php echo $b." ";?></a></li>
<?php
}
?>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true">&raquo;</span>
<span class="sr-only">Next</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<?php
include "footer.php";
?>

8
admin/admin/errors.php Normal file
View file

@ -0,0 +1,8 @@
<?php if (count($errors) > 0) : ?>
<div class="error">
<?php foreach ($errors as $error) : ?>
<p><?php echo $error ?></p>
<?php endforeach ?>
</div>
<?php endif ?>

198
admin/admin/footer.php Normal file
View file

@ -0,0 +1,198 @@
<footer class="footer">
<div class="container-fluid">
<div class="copyright float-right">
&copy;
<script>
document.write(new Date().getFullYear())
</script>, made with <i class="material-icons">favorite</i>made by
<a href="" target="_blank"></a>.
</div>
<!-- your footer here -->
</div>
</footer>
</div>
</div>
<!-- Core JS Files -->
<script src="./assets/js/core/jquery.min.js"></script>
<script src="./assets/js/core/popper.min.js"></script>
<script src="./assets/js/core/bootstrap-material-design.min.js"></script>
<script src=""></script>
<script src="./assets/js/plugins/perfect-scrollbar.jquery.min.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src=""></script>
<!-- Google Maps Plugin -->
<script src=""></script>
<!-- Chartist JS -->
<script src="./assets/js/plugins/chartist.min.js"></script>
<!-- Notifications Plugin -->
<script src="./assets/js/plugins/bootstrap-notify.js"></script>
<!-- Control Center for Material Dashboard: parallax effects, scripts for the example pages etc -->
<script src="./assets/js/material-dashboard.js?v=2.1.0"></script>
<!-- Material Dashboard DEMO methods, don't include it in your project! -->
<script src="./assets/demo/demo.js"></script>
<script>
$(document).ready(function() {
$().ready(function() {
$sidebar = $('.sidebar');
$sidebar_img_container = $sidebar.find('.sidebar-background');
$full_page = $('.full-page');
$sidebar_responsive = $('body > .navbar-collapse');
window_width = $(window).width();
$('.fixed-plugin a').click(function(event) {
// Alex if we click on switch, stop propagation of the event, so the dropdown will not be hide, otherwise we set the section active
if ($(this).hasClass('switch-trigger')) {
if (event.stopPropagation) {
event.stopPropagation();
} else if (window.event) {
window.event.cancelBubble = true;
}
}
});
$('.fixed-plugin .active-color span').click(function() {
$full_page_background = $('.full-page-background');
$(this).siblings().removeClass('active');
$(this).addClass('active');
var new_color = $(this).data('color');
if ($sidebar.length != 0) {
$sidebar.attr('data-color', new_color);
}
if ($full_page.length != 0) {
$full_page.attr('filter-color', new_color);
}
if ($sidebar_responsive.length != 0) {
$sidebar_responsive.attr('data-color', new_color);
}
});
$('.fixed-plugin .background-color .badge').click(function() {
$(this).siblings().removeClass('active');
$(this).addClass('active');
var new_color = $(this).data('background-color');
if ($sidebar.length != 0) {
$sidebar.attr('data-background-color', new_color);
}
});
$('.fixed-plugin .img-holder').click(function() {
$full_page_background = $('.full-page-background');
$(this).parent('li').siblings().removeClass('active');
$(this).parent('li').addClass('active');
var new_image = $(this).find("img").attr('src');
if ($sidebar_img_container.length != 0 && $('.switch-sidebar-image input:checked').length != 0) {
$sidebar_img_container.fadeOut('fast', function() {
$sidebar_img_container.css('background-image', 'url("' + new_image + '")');
$sidebar_img_container.fadeIn('fast');
});
}
if ($full_page_background.length != 0 && $('.switch-sidebar-image input:checked').length != 0) {
var new_image_full_page = $('.fixed-plugin li.active .img-holder').find('img').data('src');
$full_page_background.fadeOut('fast', function() {
$full_page_background.css('background-image', 'url("' + new_image_full_page + '")');
$full_page_background.fadeIn('fast');
});
}
if ($('.switch-sidebar-image input:checked').length == 0) {
var new_image = $('.fixed-plugin li.active .img-holder').find("img").attr('src');
var new_image_full_page = $('.fixed-plugin li.active .img-holder').find('img').data('src');
$sidebar_img_container.css('background-image', 'url("' + new_image + '")');
$full_page_background.css('background-image', 'url("' + new_image_full_page + '")');
}
if ($sidebar_responsive.length != 0) {
$sidebar_responsive.css('background-image', 'url("' + new_image + '")');
}
});
$('.switch-sidebar-image input').change(function() {
$full_page_background = $('.full-page-background');
$input = $(this);
if ($input.is(':checked')) {
if ($sidebar_img_container.length != 0) {
$sidebar_img_container.fadeIn('fast');
$sidebar.attr('data-image', '#');
}
if ($full_page_background.length != 0) {
$full_page_background.fadeIn('fast');
$full_page.attr('data-image', '#');
}
background_image = true;
} else {
if ($sidebar_img_container.length != 0) {
$sidebar.removeAttr('data-image');
$sidebar_img_container.fadeOut('fast');
}
if ($full_page_background.length != 0) {
$full_page.removeAttr('data-image', '#');
$full_page_background.fadeOut('fast');
}
background_image = false;
}
});
$('.switch-sidebar-mini input').change(function() {
$body = $('body');
$input = $(this);
if (md.misc.sidebar_mini_active == true) {
$('body').removeClass('sidebar-mini');
md.misc.sidebar_mini_active = false;
$('.sidebar .sidebar-wrapper, .main-panel').perfectScrollbar();
} else {
$('.sidebar .sidebar-wrapper, .main-panel').perfectScrollbar('destroy');
setTimeout(function() {
$('body').addClass('sidebar-mini');
md.misc.sidebar_mini_active = true;
}, 300);
}
// we simulate the window Resize so the charts will get updated in realtime.
var simulateWindowResize = setInterval(function() {
window.dispatchEvent(new Event('resize'));
}, 180);
// we stop the simulation of Window Resize after the animations are completed
setTimeout(function() {
clearInterval(simulateWindowResize);
}, 1000);
});
});
});
</script>
</body>
</html>

View file

@ -0,0 +1,18 @@
<?php
$servername = "localhost";
$username = "root";
$password = "";
$db = "storedatabase";
// Create connection
$con = mysqli_connect($servername, $username, $password,$db);
// Check connection
if (!$con) {
die("Connection failed: " . mysqli_connect_error());
}
?>

160
admin/admin/index.php Normal file
View file

@ -0,0 +1,160 @@
<?php
session_start();
include("../../db.php");
include "sidenav.php";
include "topheader.php";
include "activitity.php";
?>
<!-- End Navbar -->
<div class="content">
<div class="container-fluid">
<div class="panel-body">
<a>
<?php //success message
if(isset($_POST['success'])) {
$success = $_POST["success"];
echo "<div class='col-md-12 col-xs-12' id='product_msg'>
<div class='alert alert-success'>
<a href='#'' class='close' data-dismiss='alert' aria-label='close'>×</a>
<b>Product is Added..!</b>
</div>
</div>";
}
?></a>
</div>
<div class="col-md-14">
<div class="card ">
<div class="card-header card-header-primary">
<h4 class="card-title"> Users List</h4>
</div>
<div class="card-body">
<div class="table-responsive ps">
<table class="table table-hover tablesorter " id="">
<thead class=" text-primary">
<tr><th>ID</th><th>FirstName</th><th>LastName</th><th>Email</th><th>Password</th><th>Contact</th><th>Address</th><th>City</th>
</tr></thead>
<tbody>
<?php
$result=mysqli_query($con,"select * from user_info")or die ("query 1 incorrect.....");
while(list($user_id,$first_name,$last_name,$email,$password,$phone,$address1,$address2)=mysqli_fetch_array($result))
{
echo "<tr><td>$user_id</td><td>$first_name</td><td>$last_name</td><td>$email</td><td>$password</td><td>$phone</td><td>$address1</td><td>$address2</td>
</tr>";
}
?>
</tbody>
</table>
<div class="ps__rail-x" style="left: 0px; bottom: 0px;"><div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div></div><div class="ps__rail-y" style="top: 0px; right: 0px;"><div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div></div></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="card ">
<div class="card-header card-header-primary">
<h4 class="card-title"> Categories List</h4>
</div>
<div class="card-body">
<div class="table-responsive ps">
<table class="table table-hover tablesorter " id="">
<thead class=" text-primary">
<tr><th>ID</th><th>Categories</th><th>Count</th>
</tr></thead>
<tbody>
<?php
$result=mysqli_query($con,"select * from categories")or die ("query 1 incorrect.....");
$i=1;
while(list($cat_id,$cat_title)=mysqli_fetch_array($result))
{
$sql = "SELECT COUNT(*) AS count_items FROM products WHERE product_cat=$i";
$query = mysqli_query($con,$sql);
$row = mysqli_fetch_array($query);
$count=$row["count_items"];
$i++;
echo "<tr><td>$cat_id</td><td>$cat_title</td><td>$count</td>
</tr>";
}
?>
</tbody>
</table>
<div class="ps__rail-x" style="left: 0px; bottom: 0px;"><div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div></div><div class="ps__rail-y" style="top: 0px; right: 0px;"><div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div></div></div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card ">
<div class="card-header card-header-primary">
<h4 class="card-title">Brands List</h4>
</div>
<div class="card-body">
<div class="table-responsive ps">
<table class="table table-hover tablesorter " id="">
<thead class=" text-primary">
<tr><th>ID</th><th>Brands</th><th>Count</th>
</tr></thead>
<tbody>
<?php
$result=mysqli_query($con,"select * from brands")or die ("query 1 incorrect.....");
$i=1;
while(list($brand_id,$brand_title)=mysqli_fetch_array($result))
{
$sql = "SELECT COUNT(*) AS count_items FROM products WHERE product_brand=$i";
$query = mysqli_query($con,$sql);
$row = mysqli_fetch_array($query);
$count=$row["count_items"];
$i++;
echo "<tr><td>$brand_id</td><td>$brand_title</td><td>$count</td>
</tr>";
}
?>
</tbody>
</table>
<div class="ps__rail-x" style="left: 0px; bottom: 0px;"><div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div></div><div class="ps__rail-y" style="top: 0px; right: 0px;"><div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div></div></div>
</div>
</div>
</div>
</div>
<div class="col-md-5">
<div class="card ">
<div class="card-header card-header-primary">
<h4 class="card-title">Subscribers</h4>
</div>
<div class="card-body">
<div class="table-responsive ps">
<table class="table table-hover tablesorter " id="">
<thead class=" text-primary">
<tr><th>ID</th><th>email</th>
</tr></thead>
<tbody>
<?php
$result=mysqli_query($con,"select * from email_info")or die ("query 1 incorrect.....");
while(list($brand_id,$brand_title)=mysqli_fetch_array($result))
{
echo "<tr><td>$brand_id</td><td>$brand_title</td>
</tr>";
}
?>
</tbody>
</table>
<div class="ps__rail-x" style="left: 0px; bottom: 0px;"><div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div></div><div class="ps__rail-y" style="top: 0px; right: 0px;"><div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div></div></div>
</div>
</div>
</div>
</div>
</div>
<?php
include "footer.php";
?>

View file

@ -0,0 +1,74 @@
<?php
session_start();
include("../../db.php");
if(isset($_GET['action']) && $_GET['action']!="" && $_GET['action']=='delete')
{
$user_id=$_GET['user_id'];
/*this is delet quer*/
mysqli_query($con,"delete from user_info where user_id='$user_id'")or die("query is incorrect...");
}
include "sidenav.php";
include "topheader.php";
?>
<!-- End Navbar -->
<div class="content">
<div class="container-fluid">
<div class="col-md-14">
<div class="card ">
<div class="card-header card-header-primary">
<h4 class="card-title">Manage User</h4>
</div>
<div class="card-body">
<div class="table-responsive ps">
<table class="table tablesorter table-hover" id="">
<thead class=" text-primary">
<tr><th>User id</th>
<th>First_name</th>
<th>last_name</th>
<th>Email</th>
<th>User Password</th>
<th>mobile</th>
<th>city</th>
<th>Address</th>
<th><a href="addsuppliers.php" class="btn btn-success">Add New</a></th>
</tr></thead>
<tbody>
<?php
$result=mysqli_query($con,"select user_id,first_name,last_name, email, password,mobile,address1,address2 from user_info")or die ("query 2 incorrect.......");
while(list($user_id,$user_name,$user_last,$email,$user_password,$mobile,$address1,$address2)=
mysqli_fetch_array($result))
{
echo "<tr>
<td>$user_id</td>
<td>$user_name</td>
<td>$user_last</td>
<td>$email</td>
<td>$user_password</td>
<td>$mobile</td>
<td>$address1</td>
<td>$address2</td>";
echo"<td>
<a class='btn btn-danger' href='manageuser.php?user_id=$user_id&action=delete'>Delete<div class='ripple-container'></div></a>
</td></tr>";
}
mysqli_close($con);
?>
</tbody>
</table>
<div class="ps__rail-x" style="left: 0px; bottom: 0px;"><div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div></div><div class="ps__rail-y" style="top: 0px; right: 0px;"><div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div></div></div>
</div>
</div>
</div>
</div>
</div>
<?php
include "footer.php";
?>

187
admin/admin/mapping.php Normal file
View file

@ -0,0 +1,187 @@
<div class="content">
<div class="container-fluid">
<div class="row">
<div class="col-xl-4 col-lg-12">
<div class="card card-chart">
<div class="card-header card-header-success">
<div class="ct-chart" id="dailySalesChart"><svg xmlns:ct="http://gionkunz.github.com/chartist-js/ct" width="100%" height="100%" class="ct-chart-line" style="width: 100%; height: 100%;">
<g class="ct-grids">
<line x1="40" x2="40" y1="0" y2="119.60000610351562" class="ct-grid ct-horizontal"></line>
<line x1="134.74285888671875" x2="134.74285888671875" y1="0" y2="119.60000610351562" class="ct-grid ct-horizontal"></line>
<line x1="229.4857177734375" x2="229.4857177734375" y1="0" y2="119.60000610351562" class="ct-grid ct-horizontal"></line>
<line x1="324.22857666015625" x2="324.22857666015625" y1="0" y2="119.60000610351562" class="ct-grid ct-horizontal"></line>
<line x1="418.971435546875" x2="418.971435546875" y1="0" y2="119.60000610351562" class="ct-grid ct-horizontal"></line>
<line x1="513.7142944335938" x2="513.7142944335938" y1="0" y2="119.60000610351562" class="ct-grid ct-horizontal"></line>
<line x1="608.4571533203125" x2="608.4571533203125" y1="0" y2="119.60000610351562" class="ct-grid ct-horizontal"></line>
<line y1="119.60000610351562" y2="119.60000610351562" x1="40" x2="703.2000122070312" class="ct-grid ct-vertical"></line>
<line y1="95.6800048828125" y2="95.6800048828125" x1="40" x2="703.2000122070312" class="ct-grid ct-vertical"></line>
<line y1="71.76000366210937" y2="71.76000366210937" x1="40" x2="703.2000122070312" class="ct-grid ct-vertical"></line>
<line y1="47.840002441406256" y2="47.840002441406256" x1="40" x2="703.2000122070312" class="ct-grid ct-vertical"></line>
<line y1="23.920001220703128" y2="23.920001220703128" x1="40" x2="703.2000122070312" class="ct-grid ct-vertical"></line>
<line y1="0" y2="0" x1="40" x2="703.2000122070312" class="ct-grid ct-vertical"></line>
</g>
<g>
<g class="ct-series ct-series-a">
<path d="M 40 90.896 C 134.743 78.936 134.743 78.936 134.743 78.936 C 229.486 102.856 229.486 102.856 229.486 102.856 C 324.229 78.936 324.229 78.936 324.229 78.936 C 418.971 64.584 418.971 64.584 418.971 64.584 C 513.714 76.544 513.714 76.544 513.714 76.544 C 608.457 28.704 608.457 28.704 608.457 28.704" class="ct-line"></path>
<line x1="40" y1="90.89600463867188" x2="40.01" y2="90.89600463867188" class="ct-point" ct:value="12" opacity="1"></line>
<line x1="134.74285888671875" y1="78.93600402832031" x2="134.75285888671874" y2="78.93600402832031" class="ct-point" ct:value="17" opacity="1"></line>
<line x1="229.4857177734375" y1="102.85600524902344" x2="229.4957177734375" y2="102.85600524902344" class="ct-point" ct:value="7" opacity="1"></line>
<line x1="324.22857666015625" y1="78.93600402832031" x2="324.23857666015624" y2="78.93600402832031" class="ct-point" ct:value="17" opacity="1"></line>
<line x1="418.971435546875" y1="64.58400329589844" x2="418.981435546875" y2="64.58400329589844" class="ct-point" ct:value="23" opacity="1"></line>
<line x1="513.7142944335938" y1="76.54400390625" x2="513.7242944335937" y2="76.54400390625" class="ct-point" ct:value="18" opacity="1"></line>
<line x1="608.4571533203125" y1="28.704001464843756" x2="608.4671533203125" y2="28.704001464843756" class="ct-point" ct:value="38" opacity="1"></line>
</g>
</g>
<g class="ct-labels">
<foreignObject style="overflow: visible;" x="40" y="124.60000610351562" width="94.74285888671875" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 95px; height: 20px;">M</span></foreignObject>
<foreignObject style="overflow: visible;" x="134.74285888671875" y="124.60000610351562" width="94.74285888671875" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 95px; height: 20px;">T</span></foreignObject>
<foreignObject style="overflow: visible;" x="229.4857177734375" y="124.60000610351562" width="94.74285888671875" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 95px; height: 20px;">W</span></foreignObject>
<foreignObject style="overflow: visible;" x="324.22857666015625" y="124.60000610351562" width="94.74285888671875" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 95px; height: 20px;">T</span></foreignObject>
<foreignObject style="overflow: visible;" x="418.971435546875" y="124.60000610351562" width="94.74285888671875" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 95px; height: 20px;">F</span></foreignObject>
<foreignObject style="overflow: visible;" x="513.7142944335938" y="124.60000610351562" width="94.74285888671875" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 95px; height: 20px;">S</span></foreignObject>
<foreignObject style="overflow: visible;" x="608.4571533203125" y="124.60000610351562" width="94.74285888671875" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 95px; height: 20px;">S</span></foreignObject>
<foreignObject style="overflow: visible;" y="95.6800048828125" x="0" height="23.920001220703124" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 24px; width: 30px;">0</span></foreignObject>
<foreignObject style="overflow: visible;" y="71.76000366210937" x="0" height="23.920001220703124" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 24px; width: 30px;">10</span></foreignObject>
<foreignObject style="overflow: visible;" y="47.84000244140625" x="0" height="23.92000122070312" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 24px; width: 30px;">20</span></foreignObject>
<foreignObject style="overflow: visible;" y="23.920001220703128" x="0" height="23.920001220703128" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 24px; width: 30px;">30</span></foreignObject>
<foreignObject style="overflow: visible;" y="0" x="0" height="23.920001220703128" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 24px; width: 30px;">40</span></foreignObject>
<foreignObject style="overflow: visible;" y="-30" x="0" height="30" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 30px; width: 30px;">50</span></foreignObject>
</g>
</svg></div>
</div>
<div class="card-body">
<h4 class="card-title">Daily Sales</h4>
<p class="card-category">
<span class="text-success"><i class="fa fa-long-arrow-up"></i> 55% </span> increase in today sales.</p>
</div>
<div class="card-footer">
<div class="stats">
<i class="material-icons">access_time</i> updated 4 minutes ago
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-12">
<div class="card card-chart">
<div class="card-header card-header-warning">
<div class="ct-chart" id="websiteViewsChart"><svg xmlns:ct="http://gionkunz.github.com/chartist-js/ct" width="100%" height="100%" class="ct-chart-bar" style="width: 100%; height: 100%;">
<g class="ct-grids">
<line y1="119.60000610351562" y2="119.60000610351562" x1="40" x2="698.2000122070312" class="ct-grid ct-vertical"></line>
<line y1="95.6800048828125" y2="95.6800048828125" x1="40" x2="698.2000122070312" class="ct-grid ct-vertical"></line>
<line y1="71.76000366210937" y2="71.76000366210937" x1="40" x2="698.2000122070312" class="ct-grid ct-vertical"></line>
<line y1="47.840002441406256" y2="47.840002441406256" x1="40" x2="698.2000122070312" class="ct-grid ct-vertical"></line>
<line y1="23.920001220703128" y2="23.920001220703128" x1="40" x2="698.2000122070312" class="ct-grid ct-vertical"></line>
<line y1="0" y2="0" x1="40" x2="698.2000122070312" class="ct-grid ct-vertical"></line>
</g>
<g>
<g class="ct-series ct-series-a">
<line x1="67.4250005086263" x2="67.4250005086263" y1="119.60000610351562" y2="54.77680279541016" class="ct-bar" ct:value="542" opacity="1"></line>
<line x1="122.27500152587889" x2="122.27500152587889" y1="119.60000610351562" y2="66.6172033996582" class="ct-bar" ct:value="443" opacity="1"></line>
<line x1="177.1250025431315" x2="177.1250025431315" y1="119.60000610351562" y2="81.32800415039063" class="ct-bar" ct:value="320" opacity="1"></line>
<line x1="231.97500356038412" x2="231.97500356038412" y1="119.60000610351562" y2="26.312001342773442" class="ct-bar" ct:value="780" opacity="1"></line>
<line x1="286.82500457763666" x2="286.82500457763666" y1="119.60000610351562" y2="53.46120272827149" class="ct-bar" ct:value="553" opacity="1"></line>
<line x1="341.6750055948893" x2="341.6750055948893" y1="119.60000610351562" y2="65.42120333862304" class="ct-bar" ct:value="453" opacity="1"></line>
<line x1="396.5250066121419" x2="396.5250066121419" y1="119.60000610351562" y2="80.61040411376953" class="ct-bar" ct:value="326" opacity="1"></line>
<line x1="451.3750076293945" x2="451.3750076293945" y1="119.60000610351562" y2="67.69360345458983" class="ct-bar" ct:value="434" opacity="1"></line>
<line x1="506.2250086466471" x2="506.2250086466471" y1="119.60000610351562" y2="51.667202636718756" class="ct-bar" ct:value="568" opacity="1"></line>
<line x1="561.0750096638998" x2="561.0750096638998" y1="119.60000610351562" y2="46.64400238037109" class="ct-bar" ct:value="610" opacity="1"></line>
<line x1="615.9250106811523" x2="615.9250106811523" y1="119.60000610351562" y2="29.182401489257813" class="ct-bar" ct:value="756" opacity="1"></line>
<line x1="670.7750116984049" x2="670.7750116984049" y1="119.60000610351562" y2="12.558000640869139" class="ct-bar" ct:value="895" opacity="1"></line>
</g>
</g>
<g class="ct-labels">
<foreignObject style="overflow: visible;" x="40" y="124.60000610351562" width="54.8500010172526" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 55px; height: 20px;">J</span></foreignObject>
<foreignObject style="overflow: visible;" x="94.8500010172526" y="124.60000610351562" width="54.8500010172526" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 55px; height: 20px;">F</span></foreignObject>
<foreignObject style="overflow: visible;" x="149.7000020345052" y="124.60000610351562" width="54.85000101725261" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 55px; height: 20px;">M</span></foreignObject>
<foreignObject style="overflow: visible;" x="204.5500030517578" y="124.60000610351562" width="54.850001017252595" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 55px; height: 20px;">A</span></foreignObject>
<foreignObject style="overflow: visible;" x="259.4000040690104" y="124.60000610351562" width="54.850001017252595" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 55px; height: 20px;">M</span></foreignObject>
<foreignObject style="overflow: visible;" x="314.250005086263" y="124.60000610351562" width="54.85000101725262" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 55px; height: 20px;">J</span></foreignObject>
<foreignObject style="overflow: visible;" x="369.1000061035156" y="124.60000610351562" width="54.850001017252566" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 55px; height: 20px;">J</span></foreignObject>
<foreignObject style="overflow: visible;" x="423.9500071207682" y="124.60000610351562" width="54.85000101725262" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 55px; height: 20px;">A</span></foreignObject>
<foreignObject style="overflow: visible;" x="478.8000081380208" y="124.60000610351562" width="54.85000101725262" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 55px; height: 20px;">S</span></foreignObject>
<foreignObject style="overflow: visible;" x="533.6500091552734" y="124.60000610351562" width="54.850001017252566" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 55px; height: 20px;">O</span></foreignObject>
<foreignObject style="overflow: visible;" x="588.500010172526" y="124.60000610351562" width="54.850001017252566" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 55px; height: 20px;">N</span></foreignObject>
<foreignObject style="overflow: visible;" x="643.3500111897786" y="124.60000610351562" width="54.85000101725268" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 55px; height: 20px;">D</span></foreignObject>
<foreignObject style="overflow: visible;" y="95.6800048828125" x="0" height="23.920001220703124" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 24px; width: 30px;">0</span></foreignObject>
<foreignObject style="overflow: visible;" y="71.76000366210937" x="0" height="23.920001220703124" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 24px; width: 30px;">200</span></foreignObject>
<foreignObject style="overflow: visible;" y="47.84000244140625" x="0" height="23.92000122070312" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 24px; width: 30px;">400</span></foreignObject>
<foreignObject style="overflow: visible;" y="23.920001220703128" x="0" height="23.920001220703128" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 24px; width: 30px;">600</span></foreignObject>
<foreignObject style="overflow: visible;" y="0" x="0" height="23.920001220703128" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 24px; width: 30px;">800</span></foreignObject>
<foreignObject style="overflow: visible;" y="-30" x="0" height="30" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 30px; width: 30px;">1000</span></foreignObject>
</g>
</svg></div>
</div>
<div class="card-body">
<h4 class="card-title">Email Subscriptions</h4>
<p class="card-category">Last Campaign Performance</p>
</div>
<div class="card-footer">
<div class="stats">
<i class="material-icons">access_time</i> campaign sent 2 days ago
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-12">
<div class="card card-chart">
<div class="card-header card-header-danger">
<div class="ct-chart" id="completedTasksChart"><svg xmlns:ct="http://gionkunz.github.com/chartist-js/ct" width="100%" height="100%" class="ct-chart-line" style="width: 100%; height: 100%;">
<g class="ct-grids">
<line x1="40" x2="40" y1="0" y2="119.60000610351562" class="ct-grid ct-horizontal"></line>
<line x1="122.9000015258789" x2="122.9000015258789" y1="0" y2="119.60000610351562" class="ct-grid ct-horizontal"></line>
<line x1="205.8000030517578" x2="205.8000030517578" y1="0" y2="119.60000610351562" class="ct-grid ct-horizontal"></line>
<line x1="288.7000045776367" x2="288.7000045776367" y1="0" y2="119.60000610351562" class="ct-grid ct-horizontal"></line>
<line x1="371.6000061035156" x2="371.6000061035156" y1="0" y2="119.60000610351562" class="ct-grid ct-horizontal"></line>
<line x1="454.50000762939453" x2="454.50000762939453" y1="0" y2="119.60000610351562" class="ct-grid ct-horizontal"></line>
<line x1="537.4000091552734" x2="537.4000091552734" y1="0" y2="119.60000610351562" class="ct-grid ct-horizontal"></line>
<line x1="620.3000106811523" x2="620.3000106811523" y1="0" y2="119.60000610351562" class="ct-grid ct-horizontal"></line>
<line y1="119.60000610351562" y2="119.60000610351562" x1="40" x2="703.2000122070312" class="ct-grid ct-vertical"></line>
<line y1="95.6800048828125" y2="95.6800048828125" x1="40" x2="703.2000122070312" class="ct-grid ct-vertical"></line>
<line y1="71.76000366210937" y2="71.76000366210937" x1="40" x2="703.2000122070312" class="ct-grid ct-vertical"></line>
<line y1="47.840002441406256" y2="47.840002441406256" x1="40" x2="703.2000122070312" class="ct-grid ct-vertical"></line>
<line y1="23.920001220703128" y2="23.920001220703128" x1="40" x2="703.2000122070312" class="ct-grid ct-vertical"></line>
<line y1="0" y2="0" x1="40" x2="703.2000122070312" class="ct-grid ct-vertical"></line>
</g>
<g>
<g class="ct-series ct-series-a">
<path d="M 40 92.092 C 122.9 29.9 122.9 29.9 122.9 29.9 C 205.8 65.78 205.8 65.78 205.8 65.78 C 288.7 83.72 288.7 83.72 288.7 83.72 C 371.6 86.112 371.6 86.112 371.6 86.112 C 454.5 90.896 454.5 90.896 454.5 90.896 C 537.4 95.68 537.4 95.68 537.4 95.68 C 620.3 96.876 620.3 96.876 620.3 96.876" class="ct-line"></path>
<line x1="40" y1="92.09200469970703" x2="40.01" y2="92.09200469970703" class="ct-point" ct:value="230" opacity="1"></line>
<line x1="122.9000015258789" y1="29.900001525878906" x2="122.91000152587891" y2="29.900001525878906" class="ct-point" ct:value="750" opacity="1"></line>
<line x1="205.8000030517578" y1="65.78000335693359" x2="205.8100030517578" y2="65.78000335693359" class="ct-point" ct:value="450" opacity="1"></line>
<line x1="288.7000045776367" y1="83.72000427246094" x2="288.7100045776367" y2="83.72000427246094" class="ct-point" ct:value="300" opacity="1"></line>
<line x1="371.6000061035156" y1="86.11200439453125" x2="371.6100061035156" y2="86.11200439453125" class="ct-point" ct:value="280" opacity="1"></line>
<line x1="454.50000762939453" y1="90.89600463867188" x2="454.5100076293945" y2="90.89600463867188" class="ct-point" ct:value="240" opacity="1"></line>
<line x1="537.4000091552734" y1="95.6800048828125" x2="537.4100091552734" y2="95.6800048828125" class="ct-point" ct:value="200" opacity="1"></line>
<line x1="620.3000106811523" y1="96.87600494384766" x2="620.3100106811523" y2="96.87600494384766" class="ct-point" ct:value="190" opacity="1"></line>
</g>
</g>
<g class="ct-labels">
<foreignObject style="overflow: visible;" x="40" y="124.60000610351562" width="82.9000015258789" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 83px; height: 20px;">12p</span></foreignObject>
<foreignObject style="overflow: visible;" x="122.9000015258789" y="124.60000610351562" width="82.9000015258789" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 83px; height: 20px;">3p</span></foreignObject>
<foreignObject style="overflow: visible;" x="205.8000030517578" y="124.60000610351562" width="82.9000015258789" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 83px; height: 20px;">6p</span></foreignObject>
<foreignObject style="overflow: visible;" x="288.7000045776367" y="124.60000610351562" width="82.9000015258789" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 83px; height: 20px;">9p</span></foreignObject>
<foreignObject style="overflow: visible;" x="371.6000061035156" y="124.60000610351562" width="82.9000015258789" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 83px; height: 20px;">12p</span></foreignObject>
<foreignObject style="overflow: visible;" x="454.50000762939453" y="124.60000610351562" width="82.9000015258789" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 83px; height: 20px;">3a</span></foreignObject>
<foreignObject style="overflow: visible;" x="537.4000091552734" y="124.60000610351562" width="82.9000015258789" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 83px; height: 20px;">6a</span></foreignObject>
<foreignObject style="overflow: visible;" x="620.3000106811523" y="124.60000610351562" width="82.9000015258789" height="20"><span class="ct-label ct-horizontal ct-end" xmlns="http://www.w3.org/2000/xmlns/" style="width: 83px; height: 20px;">9a</span></foreignObject>
<foreignObject style="overflow: visible;" y="95.6800048828125" x="0" height="23.920001220703124" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 24px; width: 30px;">0</span></foreignObject>
<foreignObject style="overflow: visible;" y="71.76000366210937" x="0" height="23.920001220703124" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 24px; width: 30px;">200</span></foreignObject>
<foreignObject style="overflow: visible;" y="47.84000244140625" x="0" height="23.92000122070312" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 24px; width: 30px;">400</span></foreignObject>
<foreignObject style="overflow: visible;" y="23.920001220703128" x="0" height="23.920001220703128" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 24px; width: 30px;">600</span></foreignObject>
<foreignObject style="overflow: visible;" y="0" x="0" height="23.920001220703128" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 24px; width: 30px;">800</span></foreignObject>
<foreignObject style="overflow: visible;" y="-30" x="0" height="30" width="30"><span class="ct-label ct-vertical ct-start" xmlns="http://www.w3.org/2000/xmlns/" style="height: 30px; width: 30px;">1000</span></foreignObject>
</g>
</svg></div>
</div>
<div class="card-body">
<h4 class="card-title">Completed Tasks</h4>
<p class="card-category">Last Campaign Performance</p>
</div>
<div class="card-footer">
<div class="stats">
<i class="material-icons">access_time</i> campaign sent 2 days ago
</div>
</div>
</div>
</div>
</div>

71
admin/admin/orders.php Normal file
View file

@ -0,0 +1,71 @@
<?php
session_start();
include("./includes/db.php");
error_reporting(0);
if(isset($_GET['action']) && $_GET['action']!="" && $_GET['action']=='delete')
{
$order_id=$_GET['order_id'];
/*this is delet query*/
mysqli_query($con,"delete from orders where order_id='$order_id'")or die("delete query is incorrect...");
}
///pagination
$page=$_GET['page'];
if($page=="" || $page=="1")
{
$page1=0;
}
else
{
$page1=($page*10)-10;
}
include "sidenav.php";
include "topheader.php";
?>
<!-- End Navbar -->
<div class="content">
<div class="container-fluid">
<!-- your content here -->
<div class="col-md-14">
<div class="card ">
<div class="card-header card-header-primary">
<h4 class="card-title">Orders / Page <?php echo $page;?> </h4>
</div>
<div class="card-body">
<div class="table-responsive ps">
<table class="table table-hover tablesorter " id="">
<thead class=" text-primary">
<tr><th>Customer Name</th><th>Products</th><th>Contact | Email</th><th>Address</th><th>Details</th><th>Shipping</th><th>Time</th>
</tr></thead>
<tbody>
<?php
$result=mysqli_query($con,"select order_id, product_title, first_name, mobile, email, address1, address2, product_price,address2, qty from orders,products,user_info where orders.product_id=products.product_id and user_info.user_id=orders.user_id Limit $page1,10")or die ("query 1 incorrect.....");
while(list($order_id,$p_names,$cus_name,$contact_no,$email,$address,$country,$details,$zip_code,$time,$quantity)=mysqli_fetch_array($result))
{
echo "<tr><td>$cus_name</td><td>$p_names</td><td>$email<br>$contact_no</td><td>$address<br>ZIP: $zip_code<br>$country</td><td>$details</td><td>$quantity</td><td>$time</td>
<td>
<a class=' btn btn-danger' href='orders.php?order_id=$order_id&action=delete'>Delete</a>
</td></tr>";
}
?>
</tbody>
</table>
<div class="ps__rail-x" style="left: 0px; bottom: 0px;"><div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div></div><div class="ps__rail-y" style="top: 0px; right: 0px;"><div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div></div></div>
</div>
</div>
</div>
</div>
</div>
<?php
include "footer.php";
?>

View file

@ -0,0 +1,138 @@
<?php
session_start();
include("../../db.php");
error_reporting(0);
if(isset($_GET['action']) && $_GET['action']!="" && $_GET['action']=='delete')
{
$product_id=$_GET['product_id'];
///////picture delete/////////
$result=mysqli_query($con,"select product_image from products where product_id='$product_id'")
or die("query is incorrect...");
list($picture)=mysqli_fetch_array($result);
$path="../product_images/$picture";
if(file_exists($path)==true)
{
unlink($path);
}
else
{}
/*this is delet query*/
mysqli_query($con,"delete from products where product_id='$product_id'")or die("query is incorrect...");
}
///pagination
$page=$_GET['page'];
if($page=="" || $page=="1")
{
$page1=0;
}
else
{
$page1=($page*10)-10;
}
include "sidenav.php";
include "topheader.php";
?>
<!-- End Navbar -->
<div class="content">
<div class="container-fluid">
<div class="col-md-14">
<div class="card ">
<div class="card-header card-header-primary">
<h4 class="card-title"> Products List</h4>
</div>
<div class="card-body">
<div class="table-responsive ps">
<table class="table tablesorter " id="page1">
<thead class=" text-primary">
<tr><th>Image</th><th>Name</th><th>Price</th><th>
<?php
if ($_SESSION['role'] != 'e') {
echo'
<a class=" btn btn-primary" href="add_products.php">Add New</a>
';
}
?>
</th></tr></thead>
<tbody>
<?php
$result=mysqli_query($con,"select product_id,product_image, product_title,product_price from products where product_cat=1 or product_cat=2 or product_cat=3 Limit $page1,12")or die ("query 1 incorrect.....");
while(list($product_id,$image,$product_name,$price)=mysqli_fetch_array($result))
{
$substr = substr($product_name,0,36);
// $price = round($price*0.014,2);
echo "<tr><td><img src='../../product_images/$image' style='width:50px; height:50px; border:groove #000'></td><td>$substr</td>
<td>RS $price</td>
<td> ";
if ($_SESSION['role'] != 'e') {
echo"
<a class=' btn btn-success' href='edit_product.php?product_id=$product_id'>Edit</a>
<a class=' btn btn-danger' href='products_list.php?product_id=$product_id&action=delete'>Delete</a>
";
}
echo "
</td></tr>";
}
?>
</tbody>
</table>
<div class="ps__rail-x" style="left: 0px; bottom: 0px;"><div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div></div><div class="ps__rail-y" style="top: 0px; right: 0px;"><div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div></div></div>
</div>
</div>
<nav aria-label="Page navigation example">
<ul class="pagination">
<li class="page-item">
<a class="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">&laquo;</span>
<span class="sr-only">Previous</span>
</a>
</li>
<?php
//counting paging
$paging=mysqli_query($con,"select product_id,product_image, product_title,product_price from products");
$count=mysqli_num_rows($paging);
$a=$count/10;
$a=ceil($a);
for($b=1; $b<=$a;$b++)
{
?>
<li class="page-item"><a class="page-link" href="products_list.php?page=<?php echo $b;?>"><?php echo $b." ";?></a></li>
<?php
}
?>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true">&raquo;</span>
<span class="sr-only">Next</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<?php
include "footer.php";
?>

97
admin/admin/profile.php Normal file
View file

@ -0,0 +1,97 @@
<?php
session_start();
include("./includes/db.php");
if (isset($_POST['re_password']))
{
$email=$_SESSION['admin_email'];
$old_pass = $_POST['old_pass'];
$op = md5($old_pass);
$new_pass = $_POST['new_pass'];
$re_pass = $_POST['re_pass'];
$password_query = mysqli_query($con,"select * from admin_info where admin_email='$email'");
$password_row = mysqli_fetch_array($password_query);
$database_password = $password_row['admin_password'];
if ($database_password == $op)
{
if ($new_pass == $re_pass)
{
$pass = md5($re_pass);
$update_pwd = mysqli_query($con,"UPDATE admin_info set admin_password='$pass' where admin_id='6'");
echo "<script>alert('Update Sucessfully'); </script>";
}
else
{
echo "<script>alert('Your new and Retype Password is not match'); </script>";
}
}
else
{
echo "<script>alert('Your old password is wrong'); </script>";
}
}
include "sidenav.php";
include "topheader.php";
?>
<!-- End Navbar -->
<div class="content">
<div class="container-fluid">
<div class="row">
<div class="col-md-8">
<div class="card">
<div class="card-header card-header-primary">
<h4 class="card-title">Edit Profile</h4>
<p class="card-category">Complete your profile</p>
</div>
<div class="card-body">
<form method="post" action="profile.php">
<div class="row">
<div class="col-md-5">
<div class="form-group bmd-form-group">
<label class="bmd-label-floating">
<?php if (isset($_SESSION['admin_name'])) : ?><?php echo $_SESSION['admin_name']; ?>
<?php endif ?>
</label>
<input type="text" class="form-control" disabled="">
</div>
</div>
<div class="col-md-4">
<div class="form-group bmd-form-group">
<label class="bmd-label-floating">enter old password</label>
<input type="text" class="form-control" name="old_pass" id="npwd">
</div>
</div>
<div class="col-md-4">
<div class="form-group bmd-form-group">
<label class="bmd-label-floating">Change Password Here</label>
<input type="text" class="form-control" name="new_pass" id="npwd">
</div>
</div>
<div class="col-md-4">
<div class="form-group bmd-form-group">
<label class="bmd-label-floating">confirm Password Here</label>
<input type="text" class="form-control" name="re_pass" id="npwd">
</div>
</div>
<button class="btn btn-primary pull-right" type="submit" name="re_password">Update Profile</button>
<div class="clearfix"></div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<?php
include "footer.php";
?>

102
admin/admin/salesofday.php Normal file
View file

@ -0,0 +1,102 @@
<?php
session_start();
include("./includes/db.php");
error_reporting(0);
if(isset($_GET['action']) && $_GET['action']!="" && $_GET['action']=='delete')
{
$order_id=$_GET['order_id'];
/*this is delet query*/
mysqli_query($con,"delete from orders where order_id='$order_id'")or die("delete query is incorrect...");
}
///pagination
$page=$_GET['page'];
if($page=="" || $page=="1")
{
$page1=0;
}
else
{
$page1=($page*10)-10;
}
include "sidenav.php";
include "topheader.php";
?>
<!-- End Navbar -->
<div class="content">
<div class="container-fluid">
<!-- your content here -->
<div class="col-md-14">
<div class="card ">
<div class="card-header card-header-primary">
<h4 class="card-title">sales / Page <?php echo $page;?> </h4>
</div>
<div class="card-body">
<div class="table-responsive ps">
<table class="table table-hover tablesorter " id="">
<thead class=" text-primary">
<tr><th>order_id</th><th>Products</th><th>Contact | Email</th><th>Address</th><th>amount</th><th>Quantity</th>
</tr></thead>
<tbody>
<?php
$query = "SELECT * FROM orders_info";
$run = mysqli_query($con,$query);
if(mysqli_num_rows($run) > 0){
while($row = mysqli_fetch_array($run)){
$order_id = $row['order_id'];
$email = $row['email'];
$address = $row['address'];
$total_amount = $row['total_amt'];
$user_id = $row['user_id'];
$qty = $row['prod_count'];
?>
<tr>
<td><?php echo $order_id ?></td>
<td> <?php
$query1 = "SELECT * FROM order_products where order_id = $order_id";
$run1 = mysqli_query($con,$query1);
while($row1 = mysqli_fetch_array($run1)){
$product_id = $row1['product_id'];
$query2 = "SELECT * FROM products where product_id = $product_id";
$run2 = mysqli_query($con,$query2);
while($row2 = mysqli_fetch_array($run2)){
$product_title = $row2['product_title'];
?>
<?php echo $product_title ?><br>
<?php }}?></td>
<td><?php echo $email ?></td>
<td><?php echo $address ?></td>
<td><?php echo $total_amount ?></td>
<td><?php echo $qty ?></td>
</tr>
<?php } ?>
</tbody>
<?php
}else {
echo "<center><h2>No users Available</h2><br><hr></center>";
}
?>
</table>
<div class="ps__rail-x" style="left: 0px; bottom: 0px;"><div class="ps__thumb-x" tabindex="0" style="left: 0px; width: 0px;"></div></div><div class="ps__rail-y" style="top: 0px; right: 0px;"><div class="ps__thumb-y" tabindex="0" style="top: 0px; height: 0px;"></div></div></div>
</div>
</div>
</div>
</div>
</div>
<?php
include "footer.php";
?>

106
admin/admin/sidenav.php Normal file
View file

@ -0,0 +1,106 @@
<?php
if (!isset($_SESSION['admin_name'])) {
$_SESSION['msg'] = "You must log in first";
header('location: .././login.php');
}
if (isset($_GET['logout'])) {
session_destroy();
unset($_SESSION['admin_name']);
header("location: .././login.php");
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="../assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="../assets/img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>
TechShop|Admin
</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
<!-- Fonts and icons -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css">
<!-- CSS Files -->
<link href="assets/css/material-dashboard.css?v=2.1.0" rel="stylesheet" />
<!-- CSS Just for demo purpose, don't include it in your project -->
<link href="assets/demo/demo.css" rel="stylesheet" />
</head>
<body class="dark-edition">
<div class="wrapper ">
<div class="sidebar" data-color="purple" data-background-color="black" data-image="../assets/img/sidebar-2.jpg">
<!--
Tip 1: You can change the color of the sidebar using: data-color="purple | azure | green | orange | danger"
Tip 2: you can also add an image using data-image tag
-->
<div class="logo"><a href="index.php" class="simple-text logo-normal">
<img src="./assets/img/capture.png" style="width: 150px;">
</a></div>
<div class="sidebar-wrapper">
<ul class="nav">
<li class="nav-item active ">
<a class="nav-link" href="index.php">
<p>Dashboard</p>
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="addsuppliers.php">
<p>Add Users</p>
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="add_products.php">
<p>Add Products</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="products_list.php">
<p>Product List</p>
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="manageuser.php">
<p>Manage users</p>
</a>
</li>
<!-- <li class="nav-item ">
<a class="nav-link" href="activity.php">
<i class="material-icons">timeline</i>
<p>Activities</p>
</a>
</li> -->
<li class="nav-item ">
<a class="nav-link" href="profile.php">
<p>Settings</p>
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="salesofday.php">
<p>Sales</p>
</a>
</li>
<!-- <li class="nav-item ">
<a class="nav-link" href="../../chat/login.php">
<i class="material-icons">notifications</i>
<p>Discussion</p>
</a>
</li> -->
<!-- <li class="nav-item active-pro ">
<a class="nav-link" href="./upgrade.html">
<i class="material-icons">unarchive</i>
<p>Upgrade to PRO</p>
</a>
</li> -->
</ul>
</div>
</div>

View file

@ -0,0 +1,31 @@
<?php
$link=$_REQUEST['success'];
?>
<html>
<head>
<script>
function myfunction()
{
document.getElementById("success").click();
}
</script>
</head>
<body onLoad="myfunction()">
<form action="index.php" method="post" id="myform">
<input hidden="" type="text" name="success" value="<?php echo"$link";?>">
<button hidden="" type="submit" id="success" data-modal="success" name="success" value="success"></button>
</form>
<h1 style="padding-left:400px; padding-top:200px;"><img src="../images/loading-x.gif" /></h1>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
</body>
</html>

33
admin/admin/topheader.php Normal file
View file

@ -0,0 +1,33 @@
<div class="main-panel">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-transparent navbar-absolute fixed-top " id="navigation-example">
<div class="container-fluid">
<div class="navbar-wrapper">
<a class="navbar-brand" href="javascript:void(0)">Dashboard</a>
<div class="navbar-wrapper">
<a class="navbar-brand" style="color: #fff;">Welcome: <span style="font-weight:bold; color:#fff;"><?php if (isset($_SESSION['admin_name'])) : ?><?php echo $_SESSION['admin_name']; ?>
<?php endif ?></span></a>
</div>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-controls="navigation-index" aria-expanded="false" aria-label="Toggle navigation" data-target="#navigation-example">
<span class="sr-only">Toggle navigation</span>
<span class="navbar-toggler-icon icon-bar"></span>
<span class="navbar-toggler-icon icon-bar"></span>
<span class="navbar-toggler-icon icon-bar"></span>
</button>
<div class="collapse navbar-collapse justify-content-end">
<form class="navbar-form">
</form>
<ul class="navbar-nav">
<li class="nav-item">
<a href="?logout='1'"><i class="fa fa-sign-out" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</nav>

View file

@ -0,0 +1,359 @@
/* fallback */
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6ufB5qW54A.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6ufO5qW54A.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6ufC5qW54A.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngRUXZYTXPIvIBgJJSb6u92w7CLwR26eg.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngRUXZYTXPIvIBgJJSb6u92w7CCwR26eg.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngRUXZYTXPIvIBgJJSb6u92w7CKwR26eg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngRUXZYTXPIvIBgJJSb6u92w7CFwR26eg.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngRUXZYTXPIvIBgJJSb6u92w7CJwR26eg.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngRUXZYTXPIvIBgJJSb6u92w7CIwR26eg.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngRUXZYTXPIvIBgJJSb6u92w7CGwR0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
}

File diff suppressed because it is too large Load diff

6
admin/assets/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2026
admin/assets/css/font-awesome.css vendored Normal file

File diff suppressed because it is too large Load diff

4
admin/assets/css/font-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

592
admin/assets/css/style.css Normal file
View file

@ -0,0 +1,592 @@
/* @extend display-flex; */
display-flex, .display-flex, .display-flex-center, .signup-content, .signin-content, .social-login, .socials {
display: flex;
display: -webkit-flex; }
/* @extend list-type-ulli; */
list-type-ulli, .socials {
list-style-type: none;
margin: 0;
padding: 0; }
/* poppins-300 - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
src: url("../fonts/poppins/poppins-v5-latin-300.eot");
/* IE9 Compat Modes */
src: local("Poppins Light"), local("Poppins-Light"), url("../fonts/poppins/poppins-v5-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v5-latin-300.woff2") format("woff2"), url("../fonts/poppins/poppins-v5-latin-300.woff") format("woff"), url("../fonts/poppins/poppins-v5-latin-300.ttf") format("truetype"), url("../fonts/poppins/poppins-v5-latin-300.svg#Poppins") format("svg");
/* Legacy iOS */ }
/* poppins-300italic - latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
src: url("../fonts/poppins/poppins-v5-latin-300italic.eot");
/* IE9 Compat Modes */
src: local("Poppins Light Italic"), local("Poppins-LightItalic"), url("../fonts/poppins/poppins-v5-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v5-latin-300italic.woff2") format("woff2"), url("../fonts/poppins/poppins-v5-latin-300italic.woff") format("woff"), url("../fonts/poppins/poppins-v5-latin-300italic.ttf") format("truetype"), url("../fonts/poppins/poppins-v5-latin-300italic.svg#Poppins") format("svg");
/* Legacy iOS */ }
/* poppins-regular - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url("../fonts/poppins/poppins-v5-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Poppins Regular"), local("Poppins-Regular"), url("../fonts/poppins/poppins-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v5-latin-regular.woff2") format("woff2"), url("../fonts/poppins/poppins-v5-latin-regular.woff") format("woff"), url("../fonts/poppins/poppins-v5-latin-regular.ttf") format("truetype"), url("../fonts/poppins/poppins-v5-latin-regular.svg#Poppins") format("svg");
/* Legacy iOS */ }
/* poppins-italic - latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
src: url("../fonts/poppins/poppins-v5-latin-italic.eot");
/* IE9 Compat Modes */
src: local("Poppins Italic"), local("Poppins-Italic"), url("../fonts/poppins/poppins-v5-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v5-latin-italic.woff2") format("woff2"), url("../fonts/poppins/poppins-v5-latin-italic.woff") format("woff"), url("../fonts/poppins/poppins-v5-latin-italic.ttf") format("truetype"), url("../fonts/poppins/poppins-v5-latin-italic.svg#Poppins") format("svg");
/* Legacy iOS */ }
/* poppins-500 - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
src: url("../fonts/poppins/poppins-v5-latin-500.eot");
/* IE9 Compat Modes */
src: local("Poppins Medium"), local("Poppins-Medium"), url("../fonts/poppins/poppins-v5-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v5-latin-500.woff2") format("woff2"), url("../fonts/poppins/poppins-v5-latin-500.woff") format("woff"), url("../fonts/poppins/poppins-v5-latin-500.ttf") format("truetype"), url("../fonts/poppins/poppins-v5-latin-500.svg#Poppins") format("svg");
/* Legacy iOS */ }
/* poppins-500italic - latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
src: url("../fonts/poppins/poppins-v5-latin-500italic.eot");
/* IE9 Compat Modes */
src: local("Poppins Medium Italic"), local("Poppins-MediumItalic"), url("../fonts/poppins/poppins-v5-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v5-latin-500italic.woff2") format("woff2"), url("../fonts/poppins/poppins-v5-latin-500italic.woff") format("woff"), url("../fonts/poppins/poppins-v5-latin-500italic.ttf") format("truetype"), url("../fonts/poppins/poppins-v5-latin-500italic.svg#Poppins") format("svg");
/* Legacy iOS */ }
/* poppins-600 - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url("../fonts/poppins/poppins-v5-latin-600.eot");
/* IE9 Compat Modes */
src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("../fonts/poppins/poppins-v5-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v5-latin-600.woff2") format("woff2"), url("../fonts/poppins/poppins-v5-latin-600.woff") format("woff"), url("../fonts/poppins/poppins-v5-latin-600.ttf") format("truetype"), url("../fonts/poppins/poppins-v5-latin-600.svg#Poppins") format("svg");
/* Legacy iOS */ }
/* poppins-700 - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url("../fonts/poppins/poppins-v5-latin-700.eot");
/* IE9 Compat Modes */
src: local("Poppins Bold"), local("Poppins-Bold"), url("../fonts/poppins/poppins-v5-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v5-latin-700.woff2") format("woff2"), url("../fonts/poppins/poppins-v5-latin-700.woff") format("woff"), url("../fonts/poppins/poppins-v5-latin-700.ttf") format("truetype"), url("../fonts/poppins/poppins-v5-latin-700.svg#Poppins") format("svg");
/* Legacy iOS */ }
/* poppins-700italic - latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
src: url("../fonts/poppins/poppins-v5-latin-700italic.eot");
/* IE9 Compat Modes */
src: local("Poppins Bold Italic"), local("Poppins-BoldItalic"), url("../fonts/poppins/poppins-v5-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v5-latin-700italic.woff2") format("woff2"), url("../fonts/poppins/poppins-v5-latin-700italic.woff") format("woff"), url("../fonts/poppins/poppins-v5-latin-700italic.ttf") format("truetype"), url("../fonts/poppins/poppins-v5-latin-700italic.svg#Poppins") format("svg");
/* Legacy iOS */ }
/* poppins-800 - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
src: url("../fonts/poppins/poppins-v5-latin-800.eot");
/* IE9 Compat Modes */
src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url("../fonts/poppins/poppins-v5-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v5-latin-800.woff2") format("woff2"), url("../fonts/poppins/poppins-v5-latin-800.woff") format("woff"), url("../fonts/poppins/poppins-v5-latin-800.ttf") format("truetype"), url("../fonts/poppins/poppins-v5-latin-800.svg#Poppins") format("svg");
/* Legacy iOS */ }
/* poppins-800italic - latin */
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 800;
src: url("../fonts/poppins/poppins-v5-latin-800italic.eot");
/* IE9 Compat Modes */
src: local("Poppins ExtraBold Italic"), local("Poppins-ExtraBoldItalic"), url("../fonts/poppins/poppins-v5-latin-800italic.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v5-latin-800italic.woff2") format("woff2"), url("../fonts/poppins/poppins-v5-latin-800italic.woff") format("woff"), url("../fonts/poppins/poppins-v5-latin-800italic.ttf") format("truetype"), url("../fonts/poppins/poppins-v5-latin-800italic.svg#Poppins") format("svg");
/* Legacy iOS */ }
/* poppins-900 - latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
src: url("../fonts/poppins/poppins-v5-latin-900.eot");
/* IE9 Compat Modes */
src: local("Poppins Black"), local("Poppins-Black"), url("../fonts/poppins/poppins-v5-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v5-latin-900.woff2") format("woff2"), url("../fonts/poppins/poppins-v5-latin-900.woff") format("woff"), url("../fonts/poppins/poppins-v5-latin-900.ttf") format("truetype"), url("../fonts/poppins/poppins-v5-latin-900.svg#Poppins") format("svg");
/* Legacy iOS */ }
a:focus, a:active {
text-decoration: none;
outline: none;
transition: all 300ms ease 0s;
-moz-transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-ms-transition: all 300ms ease 0s; }
input, select, textarea {
outline: none;
appearance: unset !important;
-moz-appearance: unset !important;
-webkit-appearance: unset !important;
-o-appearance: unset !important;
-ms-appearance: unset !important; }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
appearance: none !important;
-moz-appearance: none !important;
-webkit-appearance: none !important;
-o-appearance: none !important;
-ms-appearance: none !important;
margin: 0; }
input:focus, select:focus, textarea:focus {
outline: none;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
-o-box-shadow: none !important;
-ms-box-shadow: none !important; }
input[type=checkbox] {
appearance: checkbox !important;
-moz-appearance: checkbox !important;
-webkit-appearance: checkbox !important;
-o-appearance: checkbox !important;
-ms-appearance: checkbox !important; }
input[type=radio] {
appearance: radio !important;
-moz-appearance: radio !important;
-webkit-appearance: radio !important;
-o-appearance: radio !important;
-ms-appearance: radio !important; }
img {
max-width: 100%;
height: auto; }
figure {
margin: 0; }
p {
margin-bottom: 0px;
font-size: 15px;
color: #777; }
h2 {
line-height: 1.66;
margin: 0;
padding: 0;
font-weight: bold;
color: #222;
font-family: Poppins;
font-size: 36px; }
.main {
background: #f8f8f8;
padding: 150px 0; }
.clear {
clear: both; }
body {
font-size: 13px;
line-height: 1.8;
color: #222;
background: #f8f8f8;
font-weight: 400;
font-family: Poppins; }
.container {
width: 900px;
background: #fff;
margin: 0 auto;
box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-o-border-radius: 20px;
-ms-border-radius: 20px; }
.display-flex {
justify-content: space-between;
-moz-justify-content: space-between;
-webkit-justify-content: space-between;
-o-justify-content: space-between;
-ms-justify-content: space-between;
align-items: center;
-moz-align-items: center;
-webkit-align-items: center;
-o-align-items: center;
-ms-align-items: center; }
.display-flex-center {
justify-content: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-o-justify-content: center;
-ms-justify-content: center;
align-items: center;
-moz-align-items: center;
-webkit-align-items: center;
-o-align-items: center;
-ms-align-items: center; }
.position-center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%); }
.signup {
margin-bottom: 150px; }
.signup-content {
padding: 75px 0; }
.signup-form, .signup-image, .signin-form, .signin-image {
width: 50%;
overflow: hidden; }
.signup-image {
margin: 0 55px; }
.form-title {
margin-bottom: 33px; }
.signup-image {
margin-top: 45px; }
figure {
margin-bottom: 50px;
text-align: center; }
.form-submit {
display: inline-block;
background: #6dabe4;
color: #fff;
border-bottom: none;
width: auto;
padding: 15px 39px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
margin-top: 25px;
cursor: pointer; }
.form-submit:hover {
background: #4292dc; }
#signin {
margin-top: 16px; }
.signup-image-link {
font-size: 14px;
color: #222;
display: block;
text-align: center; }
.term-service {
font-size: 13px;
color: #222; }
.signup-form {
margin-left: 75px;
margin-right: 75px;
padding-left: 34px; }
.register-form {
width: 100%; }
.form-group {
position: relative;
margin-bottom: 25px;
overflow: hidden; }
.form-group:last-child {
margin-bottom: 0px; }
input {
width: 100%;
display: block;
border: none;
border-bottom: 1px solid #999;
padding: 6px 30px;
font-family: Poppins;
box-sizing: border-box; }
input::-webkit-input-placeholder {
color: #999; }
input::-moz-placeholder {
color: #999; }
input:-ms-input-placeholder {
color: #999; }
input:-moz-placeholder {
color: #999; }
input:focus {
border-bottom: 1px solid #222; }
input:focus::-webkit-input-placeholder {
color: #222; }
input:focus::-moz-placeholder {
color: #222; }
input:focus:-ms-input-placeholder {
color: #222; }
input:focus:-moz-placeholder {
color: #222; }
input[type=checkbox]:not(old) {
width: 2em;
margin: 0;
padding: 0;
font-size: 1em;
display: none; }
input[type=checkbox]:not(old) + label {
display: inline-block;
line-height: 1.5em;
margin-top: 6px; }
input[type=checkbox]:not(old) + label > span {
display: inline-block;
width: 13px;
height: 13px;
margin-right: 15px;
margin-bottom: 3px;
border: 1px solid #999;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
-ms-border-radius: 2px;
background: white;
background-image: -moz-linear-gradient(white, white);
background-image: -ms-linear-gradient(white, white);
background-image: -o-linear-gradient(white, white);
background-image: -webkit-linear-gradient(white, white);
background-image: linear-gradient(white, white);
vertical-align: bottom; }
input[type=checkbox]:not(old):checked + label > span {
background-image: -moz-linear-gradient(white, white);
background-image: -ms-linear-gradient(white, white);
background-image: -o-linear-gradient(white, white);
background-image: -webkit-linear-gradient(white, white);
background-image: linear-gradient(white, white); }
input[type=checkbox]:not(old):checked + label > span:before {
content: '\f26b';
display: block;
color: #222;
font-size: 11px;
line-height: 1.2;
text-align: center;
font-family: 'Material-Design-Iconic-Font';
font-weight: bold; }
.agree-term {
display: inline-block;
width: auto; }
label {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
color: #222; }
.label-has-error {
top: 22%; }
label.error {
position: relative;
background: url("../images/unchecked.gif") no-repeat;
background-position-y: 3px;
padding-left: 20px;
display: block;
margin-top: 20px; }
label.valid {
display: block;
position: absolute;
right: 0;
left: auto;
margin-top: -6px;
width: 20px;
height: 20px;
background: transparent; }
label.valid:after {
font-family: 'Material-Design-Iconic-Font';
content: '\f269';
width: 100%;
height: 100%;
position: absolute;
/* right: 0; */
font-size: 16px;
color: green; }
.label-agree-term {
position: relative;
top: 0%;
transform: translateY(0);
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0); }
.material-icons-name {
font-size: 18px; }
.signin-content {
padding-top: 67px;
padding-bottom: 87px; }
.social-login {
align-items: center;
-moz-align-items: center;
-webkit-align-items: center;
-o-align-items: center;
-ms-align-items: center;
margin-top: 80px; }
.social-label {
display: inline-block;
margin-right: 15px; }
.socials li {
padding: 5px; }
.socials li:last-child {
margin-right: 0px; }
.socials li a {
text-decoration: none; }
.socials li a i {
width: 30px;
height: 30px;
color: #fff;
font-size: 14px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
transform: translateZ(0);
-moz-transform: translateZ(0);
-webkit-transform: translateZ(0);
-o-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out; }
.socials li:hover a i {
-webkit-transform: scale(1.3) translateZ(0);
transform: scale(1.3) translateZ(0); }
.zmdi-facebook {
background: #3b5998; }
.zmdi-twitter {
background: #1da0f2; }
.zmdi-google {
background: #e72734; }
.signin-form {
margin-right: 90px;
margin-left: 80px; }
.signin-image {
margin-left: 110px;
margin-right: 20px;
margin-top: 10px; }
@media screen and (max-width: 1200px) {
.container {
width: calc( 100% - 30px);
max-width: 100%; } }
@media screen and (min-width: 1024px) {
.container {
max-width: 1200px; } }
@media screen and (max-width: 768px) {
.signup-content, .signin-content {
flex-direction: column;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-o-flex-direction: column;
-ms-flex-direction: column;
justify-content: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-o-justify-content: center;
-ms-justify-content: center; }
.signup-form {
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
/* box-sizing: border-box; */
padding: 0 30px; }
.signin-image {
margin-left: 0px;
margin-right: 0px;
margin-top: 50px;
order: 2;
-moz-order: 2;
-webkit-order: 2;
-o-order: 2;
-ms-order: 2; }
.signup-form, .signup-image, .signin-form, .signin-image {
width: auto; }
.social-login {
justify-content: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-o-justify-content: center;
-ms-justify-content: center; }
.form-button {
text-align: center; }
.signin-form {
order: 1;
-moz-order: 1;
-webkit-order: 1;
-o-order: 1;
-ms-order: 1;
margin-right: 0px;
margin-left: 0px;
padding: 0 30px; }
.form-title {
text-align: center; } }
@media screen and (max-width: 400px) {
.social-login {
flex-direction: column;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-o-flex-direction: column;
-ms-flex-direction: column; }
.social-label {
margin-right: 0px;
margin-bottom: 10px; } }
/*# sourceMappingURL=style.css.map */

File diff suppressed because one or more lines are too long

118
admin/assets/demo/demo.css Normal file
View file

@ -0,0 +1,118 @@
.tim-typo {
padding-left: 25%;
margin-bottom: 40px;
position: relative;
width: 100%;
}
.tim-typo .tim-note {
bottom: 5px;
color: #c0c1c2;
display: block;
font-weight: 400;
font-size: 13px;
line-height: 15px;
left: 0;
margin-left: 20px;
position: absolute;
width: 260px;
}
/* offline-doc */
.offline-doc .navbar.navbar-transparent {
padding-top: 25px;
border-bottom: none;
}
.offline-doc .navbar.navbar-transparent .navbar-minimize {
display: none;
}
.offline-doc .navbar.navbar-transparent .navbar-brand,
.offline-doc .navbar.navbar-transparent .collapse .navbar-nav .nav-link {
color: #FFF;
}
.offline-doc .footer {
z-index: 3 !important;
position: absolute;
width: 100%;
background: transparent;
bottom: 0;
color: #fff;
}
.offline-doc .page-header .content-center {
z-index: 3;
}
.offline-doc .brand .title {
color: #fff;
}
.offline-doc .footer {
z-index: 3 !important;
}
.offline-doc .page-header .container {
z-index: 3;
}
.offline-doc .page-header:after {
background-color: rgba(0, 0, 0, 0.5);
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 2;
}
@media all and (max-width: 991px) {
.offline-doc .navbar .navbar-collapse.collapse,
.offline-doc .navbar .navbar-collapse.collapse.in,
.offline-doc .navbar .navbar-collapse.collapsing {
display: block !important;
}
.nav-open .offline-doc .navbar-wrapper,
.nav-open .offline-doc .navbar-toggler {
-webkit-transform: translate3d(-260px, 0, 0);
-moz-transform: translate3d(-260px, 0, 0);
-o-transform: translate3d(-260px, 0, 0);
-ms-transform: translate3d(-260px, 0, 0);
transform: translate3d(-260px, 0, 0);
}
.offline-doc .navbar-wrapper,
.offline-doc .navbar-toggler {
-webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
-moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
-o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
-ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.offline-doc .navbar .collapse .navbar-nav .nav-item .nav-link {
margin-left: 15px;
color: #8b92a9 !important;
}
}
#map {
z-index: 2;
height: calc(100vh - 70px);
margin-top: 70px;
}
.bd-docs.dark-edition .bd-example {
background-color: #1a2035;
border: 0;
border-radius: 10px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.bd-docs.dark-edition {
background-color: #fff;
}

175
admin/assets/demo/demo.js Normal file
View file

@ -0,0 +1,175 @@
demo = {
initDocumentationCharts: function() {
if ($('#dailySalesChart').length != 0 && $('#websiteViewsChart').length != 0) {
/* ----------========== Daily Sales Chart initialization For Documentation ==========---------- */
dataDailySalesChart = {
labels: ['M', 'T', 'W', 'T', 'F', 'S', 'S'],
series: [
[12, 17, 7, 17, 23, 18, 38]
]
};
optionsDailySalesChart = {
lineSmooth: Chartist.Interpolation.cardinal({
tension: 0
}),
low: 0,
high: 50, // creative tim: we recommend you to set the high sa the biggest value + something for a better look
chartPadding: {
top: 0,
right: 0,
bottom: 0,
left: 0
},
}
var dailySalesChart = new Chartist.Line('#dailySalesChart', dataDailySalesChart, optionsDailySalesChart);
var animationHeaderChart = new Chartist.Line('#websiteViewsChart', dataDailySalesChart, optionsDailySalesChart);
}
},
initGoogleMaps: function() {
var myLatlng = new google.maps.LatLng(40.748817, -73.985428);
var mapOptions = {
zoom: 13,
center: myLatlng,
scrollwheel: false, //we disable de scroll over the map, it is a really annoing when you scroll through page
styles: [{
"elementType": "geometry",
"stylers": [{
"color": "#f5f5f5"
}]
},
{
"elementType": "labels.icon",
"stylers": [{
"visibility": "off"
}]
},
{
"elementType": "labels.text.fill",
"stylers": [{
"color": "#616161"
}]
},
{
"elementType": "labels.text.stroke",
"stylers": [{
"color": "#f5f5f5"
}]
},
{
"featureType": "administrative.land_parcel",
"elementType": "labels.text.fill",
"stylers": [{
"color": "#bdbdbd"
}]
},
{
"featureType": "poi",
"elementType": "geometry",
"stylers": [{
"color": "#eeeeee"
}]
},
{
"featureType": "poi",
"elementType": "labels.text.fill",
"stylers": [{
"color": "#757575"
}]
},
{
"featureType": "poi.park",
"elementType": "geometry",
"stylers": [{
"color": "#e5e5e5"
}]
},
{
"featureType": "poi.park",
"elementType": "labels.text.fill",
"stylers": [{
"color": "#9e9e9e"
}]
},
{
"featureType": "road",
"elementType": "geometry",
"stylers": [{
"color": "#ffffff"
}]
},
{
"featureType": "road.arterial",
"elementType": "labels.text.fill",
"stylers": [{
"color": "#757575"
}]
},
{
"featureType": "road.highway",
"elementType": "geometry",
"stylers": [{
"color": "#dadada"
}]
},
{
"featureType": "road.highway",
"elementType": "labels.text.fill",
"stylers": [{
"color": "#616161"
}]
},
{
"featureType": "road.local",
"elementType": "labels.text.fill",
"stylers": [{
"color": "#9e9e9e"
}]
},
{
"featureType": "transit.line",
"elementType": "geometry",
"stylers": [{
"color": "#e5e5e5"
}]
},
{
"featureType": "transit.station",
"elementType": "geometry",
"stylers": [{
"color": "#eeeeee"
}]
},
{
"featureType": "water",
"elementType": "geometry",
"stylers": [{
"color": "#c9c9c9"
}]
},
{
"featureType": "water",
"elementType": "labels.text.fill",
"stylers": [{
"color": "#9e9e9e"
}]
}
]
};
var map = new google.maps.Map(document.getElementById("map"), mapOptions);
var marker = new google.maps.Marker({
position: myLatlng,
title: "Hello World!"
});
// To add the marker to the map, call setMap();
marker.setMap(map);
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,787 @@
<?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="material-desidesigniconicfont" horiz-adv-x="427" >
<font-face units-per-em="512" ascent="448" descent="-64" />
<missing-glyph horiz-adv-x="500" />
<glyph unicode="&#xf101;" horiz-adv-x="510" d="M159 -10l29 28l81 -81l-14 -1q-100 0 -173.5 68t-81.5 167h32q6 -60 40 -108t87 -73zM178 129q14 0 21 7t7 20q0 7 -2 12t-6 8q-4 4 -9.5 5.5t-13.5 1.5h-16v22h16q8 0 13 2t8 5q4 3 6 8t2 10q0 12 -7 19q-6 6 -19 6q-5 0 -10 -2q-4 -1 -8 -4q-3 -3 -5 -8q-2 -4 -2 -9 h-28q0 10 4 18t11 14t17 10q9 3 21 3q11 0 22 -3q10 -3 16 -9q7 -6 11 -15t4 -20q0 -5 -2 -10q-1 -5 -4 -10q-4 -5 -8 -9q-5 -4 -11 -7q7 -3 13 -7q5 -4 8 -9q3 -4 5 -11q2 -5 2 -12q0 -11 -5 -20q-4 -9 -11.5 -15.5t-17.5 -9.5t-22 -3q-11 0 -21 3q-9 3 -17 9t-12 14.5 t-4 20.5h27q0 -6 2 -10.5t6 -7.5q3 -3 8 -5t11 -2zM360.5 255.5q10.5 -10.5 16.5 -25.5q5 -16 5 -34v-8q0 -19 -5 -34q-6 -15 -16 -25q-10 -11 -25 -17q-14 -5 -32 -5h-49v170h50q18 0 31.5 -5.5t24 -16zM352 188v8q0 28 -12 43q-12 14 -35 14h-20v-123h19q12 0 21 4t15 11 q6 8 9 19t3 24zM255 448q100 0 173.5 -68t81.5 -166h-32q-6 59 -40.5 107t-86.5 73l-29 -28l-81 81z" />
<glyph unicode="&#xf102;" horiz-adv-x="405" d="M235 256l170 -107v-42l-67 21l-167 167v78q0 14 9 23t22.5 9t23 -9t9.5 -23v-117zM21 336l27 27l336 -336l-27 -27l-122 122v-79l42 -32v-32l-74 21l-75 -21v32l43 32v117l-171 -53v42l128 80z" />
<glyph unicode="&#xf103;" horiz-adv-x="405" d="M175 256zM405 107l-170 53v-117l42 -32v-32l-74 21l-75 -21v32l43 32v117l-171 -53v42l171 107v117q0 14 9 23t22.5 9t23 -9t9.5 -23v-117l170 -107v-42z" />
<glyph unicode="&#xf104;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213 96q40 0 68 28t28 68t-28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28zM213.5 213q8.5 0 15 -6t6.5 -15t-6.5 -15t-15 -6t-15 6t-6.5 15t6.5 15t15 6z " />
<glyph unicode="&#xf105;" horiz-adv-x="384" d="M374 336q10 -11 10 -27v-266q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v266q0 16 10 27l29 36q10 12 25 12h256q15 0 25 -12zM192 75l117 117h-74v43h-86v-43h-74zM45 341h294l-20 22h-256z" />
<glyph unicode="&#xf106;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h89q7 19 23.5 31t36.5 12t36.5 -12t23.5 -31h89zM192 384q-9 0 -15 -6.5t-6 -15t6 -15t15 -6.5t15 6.5t6 15t-6 15t-15 6.5z M192 299q-27 0 -45.5 -19t-18.5 -45.5t18.5 -45t45.5 -18.5t45.5 18.5t18.5 45t-18.5 45.5t-45.5 19zM320 43v30q0 19 -23.5 35t-52.5 23.5t-52 7.5t-52 -7.5t-52.5 -23.5t-23.5 -35v-30h256z" />
<glyph unicode="&#xf107;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h89q7 19 23.5 31t36.5 12t36.5 -12t23.5 -31h89zM213 64v43h-42v-43h42zM213 149v128h-42v-128h42zM192 341q9 0 15 6.5t6 15 t-6 15t-15 6.5t-15 -6.5t-6 -15t6 -15t15 -6.5z" />
<glyph unicode="&#xf108;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h89q7 19 23.5 31t36.5 12t36.5 -12t23.5 -31h89zM192 384q-9 0 -15 -6.5t-6 -15t6 -15t15 -6.5t15 6.5t6 15t-6 15t-15 6.5z M149 85l171 171l-30 30l-141 -140l-55 55l-30 -30z" />
<glyph unicode="&#xf109;" horiz-adv-x="384" d="M341 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h89q7 19 23.5 31t36.5 12t36.5 -12t23.5 -31h89zM192 405q-9 0 -15 -6t-6 -15t6 -15t15 -6t15 6t6 15t-6 15t-15 6zM341 21v342 h-42v-64h-214v64h-42v-342h298z" />
<glyph unicode="&#xf10a;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h89q7 19 23.5 31t36.5 12t36.5 -12t23.5 -31h89zM192 384q-9 0 -15 -6.5t-6 -15t6 -15t15 -6.5t15 6.5t6 15t-6 15t-15 6.5z M277 128v85h-85v64l-107 -106l107 -107v64h85z" />
<glyph unicode="&#xf10b;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h89q7 19 23.5 31t36.5 12t36.5 -12t23.5 -31h89zM192 384q-9 0 -15 -6.5t-6 -15t6 -15t15 -6.5t15 6.5t6 15t-6 15t-15 6.5z M192 64l107 107h-64v85h-86v-85h-64z" />
<glyph unicode="&#xf10c;" horiz-adv-x="384" d="M341 363q18 0 30.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h89q7 19 23.5 30.5t36.5 11.5t36.5 -11.5t23.5 -30.5h89zM192 363q-9 0 -15 -6.5t-6 -15t6 -15t15 -6.5t15 6.5t6 15t-6 15 t-15 6.5zM235 64v43h-150v-43h150zM299 149v43h-214v-43h214zM299 235v42h-214v-42h214z" />
<glyph unicode="&#xf10d;" horiz-adv-x="235" d="M203 320h32v-245q0 -49 -34.5 -83.5t-83 -34.5t-83 34.5t-34.5 83.5v266q0 36 25 61t60.5 25t60.5 -25t25 -61v-224q0 -22 -16 -37.5t-38 -15.5t-37.5 15.5t-15.5 37.5v203h32v-203q0 -8 6.5 -14.5t15 -6.5t15 6.5t6.5 14.5v224q0 22 -16 38t-38 16t-37.5 -16t-15.5 -38 v-266q0 -36 25 -61t60.5 -25t60.5 25t25 61v245z" />
<glyph unicode="&#xf10e;" d="M117 75q-48 0 -82.5 34t-34.5 83t34.5 83t82.5 34h224q36 0 61 -25t25 -60t-25 -60t-61 -25h-181q-22 0 -37.5 15.5t-15.5 37.5t15.5 37.5t37.5 15.5h160v-32h-160q-9 0 -15 -6t-6 -15t6 -15t15 -6h181q22 0 38 15.5t16 37.5t-16 37.5t-38 15.5h-224q-35 0 -60 -25 t-25 -60t25 -60t60 -25h203v-32h-203z" />
<glyph unicode="&#xf10f;" horiz-adv-x="277" d="M128 384h149v-64h-85v-235h-1q-4 -36 -31 -60.5t-64 -24.5q-40 0 -68 28t-28 68t28 68t68 28q15 0 32 -6v198z" />
<glyph unicode="&#xf110;" horiz-adv-x="384" d="M341 427q18 0 30.5 -12.5t12.5 -30.5v-276q0 -23 -19 -35l-173 -116l-173 116q-19 12 -19 35v276q0 18 12.5 30.5t30.5 12.5h298zM149 107l192 192l-30 30l-162 -162l-76 76l-30 -30z" />
<glyph unicode="&#xf111;" horiz-adv-x="405" d="M384 64v-21q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298q18 0 30.5 -12.5t12.5 -30.5v-21h-192q-18 0 -30.5 -12.5t-12.5 -30.5v-170q0 -18 12.5 -30.5t30.5 -12.5h192zM192 107v170h213v-170h-213zM277.5 160 q13.5 0 22.5 9.5t9 22.5t-9 22.5t-22.5 9.5t-23 -9.5t-9.5 -22.5t9.5 -22.5t23 -9.5z" />
<glyph unicode="&#xf112;" horiz-adv-x="405" d="M43 235h64v-150h-64v150zM171 235h64v-150h-64v150zM0 -21v64h405v-64h-405zM299 235h64v-150h-64v150zM203 427l202 -107v-43h-405v43z" />
<glyph unicode="&#xf113;" horiz-adv-x="213" d="M185 363q12 0 20 -8.5t8 -20.5v-327q0 -12 -8 -20t-20 -8h-157q-11 0 -19.5 8t-8.5 20v327q0 12 8.5 20.5t19.5 8.5h36v42h85v-42h36zM128 64v43h-43v-43h43zM128 149v107h-43v-107h43z" />
<glyph unicode="&#xf114;" horiz-adv-x="213" d="M185 363q12 0 20 -8.5t8 -20.5v-327q0 -12 -8 -20t-20 -8h-157q-11 0 -19.5 8t-8.5 20v327q0 12 8.5 20.5t19.5 8.5h36v42h85v-42h36zM85 21l86 160h-43v118l-85 -160h42v-118z" />
<glyph unicode="&#xf115;" horiz-adv-x="213" d="M185 363q12 0 20 -8.5t8 -20.5v-327q0 -12 -8 -20t-20 -8h-157q-11 0 -19.5 8t-8.5 20v327q0 12 8.5 20.5t19.5 8.5h36v42h85v-42h36zM127 65v41h-41v-41h41zM156 177q15 15 15 36q0 27 -19 45.5t-45.5 18.5t-45 -18.5t-18.5 -45.5h32q0 14 9 23t22.5 9t23 -9t9.5 -22.5 t-10 -22.5l-20 -20q-19 -21 -19 -43h34q0 16 17 34z" />
<glyph unicode="&#xf116;" horiz-adv-x="213" d="M185 363q12 0 20 -8.5t8 -20.5v-327q0 -12 -8 -20t-20 -8h-157q-11 0 -19.5 8t-8.5 20v327q0 12 8.5 20.5t19.5 8.5h36v42h85v-42h36z" />
<glyph unicode="&#xf117;" horiz-adv-x="512" d="M330.5 331q-17.5 0 -30 12.5t-12.5 30t12.5 30t30 12.5t30 -12.5t12.5 -30t-12.5 -30t-30 -12.5zM106.5 192q44.5 0 75.5 -31t31 -75.5t-31 -75.5t-75.5 -31t-75.5 31t-31 75.5t31 75.5t75.5 31zM106.5 11q30.5 0 52.5 22t22 52.5t-22 52.5t-52.5 22t-52.5 -22t-22 -52.5 t22 -52.5t52.5 -22zM230 224l47 -49v-132h-42v106l-69 60q-12 10 -12 30q0 17 12 30l60 60q10 12 30 12q18 0 34 -12l41 -41q32 -32 76 -32v-43q-64 0 -108 45l-17 17zM405.5 192q44.5 0 75.5 -31t31 -75.5t-31 -75.5t-75.5 -31t-75.5 31t-31 75.5t31 75.5t75.5 31z M405.5 11q30.5 0 52.5 22t22 52.5t-22 52.5t-52.5 22t-52.5 -22t-22 -52.5t22 -52.5t52.5 -22z" />
<glyph unicode="&#xf118;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213 21q58 0 105 36l-239 240q-36 -47 -36 -105q0 -71 50 -121t120 -50zM348 87q36 47 36 105q0 71 -50 121t-121 50q-58 0 -104 -36z" />
<glyph unicode="&#xf119;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM43 192q0 -59 36 -105l239 240q-46 36 -105 36q-70 0 -120 -50t-50 -121zM213 21q71 0 121 50t50 121q0 59 -36 105l-239 -240q46 -36 104 -36z" />
<glyph unicode="&#xf11a;" d="M384 0h43v-43h-43q-44 0 -85 21q-41 -20 -86 -20t-85 20q-42 -21 -85 -21h-43v43h43q45 0 85 28q39 -27 85.5 -27t85.5 27q40 -28 85 -28zM42 43l-41 142q-3 8 1 17q4 8 13 10l28 9v99q0 18 12.5 30.5t29.5 12.5h64v64h128v-64h64q18 0 30.5 -12.5t12.5 -30.5v-99l27 -9 q9 -2 13 -10t1 -17l-40 -142h-1q-48 0 -85 42q-38 -42 -86 -42t-85 42q-37 -42 -85 -42h-1zM85 320v-85l128 42l128 -42v85h-256z" />
<glyph unicode="&#xf11b;" horiz-adv-x="341" d="M299 405q17 0 29.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h256zM43 363v-171l53 32l53 -32v171h-106zM43 43h256l-83 109l-64 -82l-45 55z" />
<glyph unicode="&#xf11c;" horiz-adv-x="341" d="M299 405q17 0 29.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h256zM43 363v-171l53 32l53 -32v171h-106z" />
<glyph unicode="&#xf11d;" horiz-adv-x="299" d="M256 384q18 0 30.5 -12.5t12.5 -30.5v-341l-150 64l-149 -64v341q0 18 12.5 30.5t30.5 12.5h213zM256 64v277h-213v-277l106 47z" />
<glyph unicode="&#xf11e;" horiz-adv-x="299" d="M256 384q18 0 30.5 -12.5t12.5 -30.5v-341l-150 64l-149 -64v341q0 18 12.5 30.5t30.5 12.5h213z" />
<glyph unicode="&#xf11f;" horiz-adv-x="405" d="M106.5 149q26.5 0 45.5 -18.5t19 -45.5q0 -35 -25 -60t-61 -25q-24 0 -47 11.5t-38 31.5q15 0 29 11.5t14 30.5q0 27 18.5 45.5t45 18.5zM399 349q6 -6 6 -15t-6 -15l-191 -191l-59 59l191 191q7 6 15.5 6t15.5 -6z" />
<glyph unicode="&#xf120;" horiz-adv-x="341" d="M341 277v-42h-44q2 -13 2 -22v-21h42v-43h-42v-21q0 -9 -2 -21h44v-43h-60q-17 -29 -46 -46.5t-64 -17.5t-64.5 17.5t-46.5 46.5h-60v43h45q-2 12 -2 21v21h-43v43h43v21q0 9 2 22h-45v42h60q15 26 39 42l-35 35l30 30l47 -46q14 3 29.5 3t30.5 -3l46 46l30 -30l-34 -35 q24 -16 38 -42h60zM213 107v42h-85v-42h85zM213 192v43h-85v-43h85z" />
<glyph unicode="&#xf121;" horiz-adv-x="341" d="M0 107v213q0 27 12.5 44.5t38 26t53 11.5t67 3t67 -3t53 -11.5t38 -26t12.5 -44.5v-213q0 -28 -21 -48v-38q0 -8 -6.5 -14.5t-14.5 -6.5h-22q-8 0 -14.5 6.5t-6.5 14.5v22h-171v-22q0 -8 -6 -14.5t-15 -6.5h-21q-9 0 -15.5 6.5t-6.5 14.5v38q-21 20 -21 48zM74.5 85 q13.5 0 23 9.5t9.5 23t-9.5 22.5t-23 9t-22.5 -9t-9 -22.5t9 -23t22.5 -9.5zM266.5 85q13.5 0 23 9.5t9.5 23t-9.5 22.5t-23 9t-22.5 -9t-9 -22.5t9 -23t22.5 -9.5zM299 213v107h-256v-107h256z" />
<glyph unicode="&#xf122;" horiz-adv-x="384" d="M192 320q-18 0 -30.5 12.5t-12.5 30.5q0 12 7 22l36 63l36 -63q7 -10 7 -22q0 -18 -12.5 -30.5t-30.5 -12.5zM290 107q22 -22 52 -22q23 0 42 13v-98q0 -9 -6.5 -15t-14.5 -6h-342q-8 0 -14.5 6t-6.5 15v98q19 -13 42 -13q30 0 52 22l23 23l23 -23q21 -21 52 -21t52 21 l23 23zM320 256q27 0 45.5 -18.5t18.5 -45.5v-33q0 -17 -12.5 -29.5t-29.5 -12.5t-29 12l-46 46l-46 -46q-11 -11 -29 -11t-30 11l-45 46l-46 -46q-12 -12 -29 -12t-29.5 12.5t-12.5 29.5v33q0 27 18.5 45.5t45.5 18.5h107v43h42v-43h107z" />
<glyph unicode="&#xf123;" horiz-adv-x="384" d="M340 320l44 -128v-171q0 -8 -6.5 -14.5t-14.5 -6.5h-22q-8 0 -14.5 6.5t-6.5 14.5v22h-256v-22q0 -8 -6.5 -14.5t-14.5 -6.5h-22q-8 0 -14.5 6.5t-6.5 14.5v171l44 128q8 21 31 21h53v43h128v-43h53q23 0 31 -21zM74.5 107q13.5 0 23 9t9.5 22.5t-9.5 23t-23 9.5 t-22.5 -9.5t-9 -23t9 -22.5t22.5 -9zM309.5 107q13.5 0 22.5 9t9 22.5t-9 23t-22.5 9.5t-23 -9.5t-9.5 -23t9.5 -22.5t23 -9zM43 213h298l-32 96h-234z" />
<glyph unicode="&#xf124;" horiz-adv-x="384" d="M298.5 341q-13.5 0 -22.5 9.5t-9 22.5q0 10 8 24.5t16 23.5l8 10q32 -36 32 -58q0 -13 -9.5 -22.5t-23 -9.5zM192 341q-13 0 -22.5 9.5t-9.5 22.5q0 10 8 24.5t16 23.5l8 10q32 -36 32 -58q0 -13 -9.5 -22.5t-22.5 -9.5zM85.5 341q-13.5 0 -23 9.5t-9.5 22.5q0 10 8 24.5 t16 23.5l8 10q32 -36 32 -58q0 -13 -9 -22.5t-22.5 -9.5zM340 277l44 -128v-170q0 -9 -6.5 -15.5t-14.5 -6.5h-22q-8 0 -14.5 6.5t-6.5 15.5v21h-256v-21q0 -9 -6.5 -15.5t-14.5 -6.5h-22q-8 0 -14.5 6.5t-6.5 15.5v170l44 128q8 22 31 22h234q23 0 31 -22zM74.5 64 q13.5 0 23 9.5t9.5 22.5t-9.5 22.5t-23 9.5t-22.5 -9.5t-9 -22.5t9 -22.5t22.5 -9.5zM309.5 64q13.5 0 22.5 9.5t9 22.5t-9 22.5t-22.5 9.5t-23 -9.5t-9.5 -22.5t9.5 -22.5t23 -9.5zM43 171h298l-32 96h-234z" />
<glyph unicode="&#xf125;" horiz-adv-x="384" d="M340 320l44 -128v-171q0 -8 -6.5 -14.5t-14.5 -6.5h-22q-8 0 -14.5 6.5t-6.5 14.5v22h-256v-22q0 -8 -6.5 -14.5t-14.5 -6.5h-22q-8 0 -14.5 6.5t-6.5 14.5v171l44 128q8 21 31 21h234q23 0 31 -21zM74.5 107q13.5 0 23 9t9.5 22.5t-9.5 23t-23 9.5t-22.5 -9.5t-9 -23 t9 -22.5t22.5 -9zM309.5 107q13.5 0 22.5 9t9 22.5t-9 23t-22.5 9.5t-23 -9.5t-9.5 -23t9.5 -22.5t23 -9zM43 213h298l-32 96h-234z" />
<glyph unicode="&#xf126;" d="M384 320q18 0 30.5 -12.5t12.5 -30.5v-234q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v234q0 18 12.5 30.5t30.5 12.5h46q-4 11 -4 21q0 27 19 45.5t45 18.5q34 0 54 -28l10 -15l11 15q19 28 53 28q27 0 45.5 -18.5t18.5 -45.5q0 -10 -4 -21h47z M277.5 363q-8.5 0 -15 -6.5t-6.5 -15t6.5 -15t15 -6.5t15 6.5t6.5 15t-6.5 15t-15 6.5zM149.5 363q-8.5 0 -15 -6.5t-6.5 -15t6.5 -15t15 -6.5t15 6.5t6.5 15t-6.5 15t-15 6.5zM384 43v42h-341v-42h341zM384 149v128h-108l44 -60l-35 -25l-50 69l-22 29l-21 -29l-51 -69 l-34 25l44 60h-108v-128h341z" />
<glyph unicode="&#xf127;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-235q0 -18 -12.5 -30.5t-30.5 -12.5h-85v-106l-86 42l-85 -42v106h-85q-18 0 -30.5 12.5t-12.5 30.5v235q0 17 12.5 29.5t30.5 12.5h341zM384 128v43h-341v-43h341zM384 235v128h-341v-128h341z" />
<glyph unicode="&#xf128;" d="M384 320q18 0 30.5 -12.5t12.5 -30.5v-234q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v234q0 18 12.5 30.5t30.5 12.5h64v43q0 17 12.5 29.5t29.5 12.5h128q18 0 30.5 -12.5t12.5 -29.5v-43h64zM149 363v-43h128v43h-128zM384 43v42h-341v-42h341z M384 149v128h-64v-42h-43v42h-128v-42h-42v42h-64v-128h341z" />
<glyph unicode="&#xf129;" d="M384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM384 64v128h-341v-128h341zM384 277v43h-341v-43h341z" />
<glyph unicode="&#xf12a;" d="M384 309q18 0 30.5 -12.5t12.5 -29.5v-235q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v235q0 17 12.5 29.5t30.5 12.5h85v43l43 43h85l43 -43v-43h85zM171 352v-43h85v43h-85zM181 64l141 141l-30 30l-111 -111l-44 45l-30 -30z" />
<glyph unicode="&#xf12b;" d="M384 309q18 0 30.5 -12.5t12.5 -29.5v-235q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v235q0 17 12.5 29.5t30.5 12.5h85v43l43 43h85l43 -43v-43h85zM171 352v-43h85v43h-85zM213 32l107 107h-64v85h-85v-85h-64z" />
<glyph unicode="&#xf12c;" d="M299 320h128v-277q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v277h128v43q0 17 12.5 29.5t30.5 12.5h85q18 0 30.5 -12.5t12.5 -29.5v-43zM171 363v-43h85v43h-85zM149 64l160 107l-160 85v-192z" />
<glyph unicode="&#xf12d;" d="M384 320q18 0 30.5 -12.5t12.5 -30.5v-234q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v234q0 18 12.5 30.5t30.5 12.5h85v43q0 17 12.5 29.5t30.5 12.5h85q18 0 30.5 -12.5t12.5 -29.5v-43h85zM256 320v43h-85v-43h85z" />
<glyph unicode="&#xf12e;" horiz-adv-x="469" d="M0 64q27 0 45.5 -18.5t18.5 -45.5h-64v64zM0 149q62 0 105.5 -43.5t43.5 -105.5h-42q0 44 -31.5 75.5t-75.5 31.5v42zM384 299v-214h-120q-21 64 -68 111t-111 68v35h299zM0 235q97 0 166 -69t69 -166h-43q0 80 -56 136t-136 56v43zM427 384q17 0 29.5 -12.5t12.5 -30.5 v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-150v43h150v298h-384v-64h-43v64q0 18 12.5 30.5t30.5 12.5h384z" />
<glyph unicode="&#xf12f;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-150v43h150v298h-384v-64h-43v64q0 18 12.5 30.5t30.5 12.5h384zM0 64q27 0 45.5 -18.5t18.5 -45.5h-64v64zM0 149q62 0 105.5 -43.5t43.5 -105.5h-42q0 44 -31.5 75.5t-75.5 31.5v42zM0 235 q97 0 166 -69t69 -166h-43q0 80 -56 136t-136 56v43z" />
<glyph unicode="&#xf130;" d="M235 404q81 -8 136.5 -68.5t55.5 -143.5q0 -45 -19 -87l-56 33q11 27 11 54q0 56 -37 98t-91 50v64zM213 43q72 0 117 56l55 -33q-30 -41 -75 -64t-97 -23q-88 0 -150.5 62.5t-62.5 150.5q0 83 55.5 143.5t136.5 68.5v-64q-55 -8 -91.5 -50t-36.5 -98q0 -62 43.5 -105.5 t105.5 -43.5z" />
<glyph unicode="&#xf131;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM128 85v150h-43v-150h43zM213 85v214h-42v-214h42zM299 85v86h-43v-86h43z" />
<glyph unicode="&#xf132;" d="M213 299h214v-299h-427v384h213v-85zM85 43v42h-42v-42h42zM85 128v43h-42v-43h42zM85 213v43h-42v-43h42zM85 299v42h-42v-42h42zM171 43v42h-43v-42h43zM171 128v43h-43v-43h43zM171 213v43h-43v-43h43zM171 299v42h-43v-42h43zM384 43v213h-171v-43h43v-42h-43v-43h43 v-43h-43v-42h171zM341 213v-42h-42v42h42zM341 128v-43h-42v43h42z" />
<glyph unicode="&#xf133;" horiz-adv-x="384" d="M256 213h128v-213h-384v299h128v42l64 64l64 -64v-128zM85 43v42h-42v-42h42zM85 128v43h-42v-43h42zM85 213v43h-42v-43h42zM213 43v42h-42v-42h42zM213 128v43h-42v-43h42zM213 213v43h-42v-43h42zM213 299v42h-42v-42h42zM341 43v42h-42v-42h42zM341 128v43h-42v-43 h42z" />
<glyph unicode="&#xf134;" d="M269 277l30 -30l-56 -55l56 -55l-30 -30l-56 55l-55 -55l-30 30l55 55l-55 55l30 30l55 -55zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50 t-120.5 -50t-50 -121t50 -121t120.5 -50z" />
<glyph unicode="&#xf135;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM320 115l-77 77l77 77l-30 30l-77 -77l-76 77l-30 -30l76 -77l-76 -77l30 -30l76 77l77 -77z" />
<glyph unicode="&#xf136;" horiz-adv-x="299" d="M299 311l-120 -119l120 -119l-30 -30l-120 119l-119 -119l-30 30l119 119l-119 119l30 30l119 -119l120 119z" />
<glyph unicode="&#xf137;" horiz-adv-x="384" d="M171 171l-171 170v43h384v-43l-171 -170v-128h107v-43h-256v43h107v128zM96 299h192l43 42h-278z" />
<glyph unicode="&#xf138;" horiz-adv-x="477" d="M148 304l-93 -112l93 -112l-33 -27l-115 139l115 139zM132 171v42h43v-42h-43zM345 213v-42h-42v42h42zM217 171v42h43v-42h-43zM362 331l115 -139l-115 -139l-33 27l93 112l-93 112z" />
<glyph unicode="&#xf139;" horiz-adv-x="341" d="M64 341v-42h-43v85q0 18 12.5 30.5t30.5 12.5l213 -1q18 0 30.5 -12t12.5 -30v-85h-43v42h-213zM243 94l-30 30l68 68l-68 68l30 30l98 -98zM128 124l-30 -30l-98 98l98 98l30 -30l-68 -68zM277 43v42h43v-85q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5 t-12.5 30.5v85h43v-42h213z" />
<glyph unicode="&#xf13a;" d="M158 94l-30 -30l-128 128l128 128l30 -30l-98 -98zM269 94l98 98l-98 98l30 30l128 -128l-128 -128z" />
<glyph unicode="&#xf13b;" d="M384 384q18 0 30.5 -12.5t12.5 -30.5v-64q0 -17 -12.5 -29.5t-30.5 -12.5h-43v-64q0 -36 -25 -61t-60 -25h-128q-35 0 -60 25t-25 61v213h341zM384 277v64h-43v-64h43zM0 0v43h384v-43h-384z" />
<glyph unicode="&#xf13c;" d="M43 320v-299h298v-42h-298q-18 0 -30.5 12.5t-12.5 29.5v299h43zM384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h256zM384 192v171h-107v-171l54 32z" />
<glyph unicode="&#xf13d;" horiz-adv-x="469" d="M43 256v-235h341q0 -17 -12.5 -29.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 29.5v235h43zM363 341h106v-234q0 -18 -12.5 -30.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 30.5v234h107v43q0 18 12.5 30.5t30.5 12.5h85q18 0 30.5 -12.5t12.5 -30.5v-43zM235 384v-43 h85v43h-85zM235 128l117 85l-117 64v-149z" />
<glyph unicode="&#xf13e;" horiz-adv-x="512" d="M43 320v-299h384v-42h-384q-18 0 -30.5 12.5t-12.5 29.5v192v107h43zM469 363q18 0 30.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5l1 256q0 17 12 29.5t30 12.5h128l43 -42h170zM149 128h299l-75 96l-53 -64l-75 96z" />
<glyph unicode="&#xf13f;" horiz-adv-x="469" d="M319 228l76 -100h-235l59 75l41 -50zM43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299 v-299h299z" />
<glyph unicode="&#xf140;" d="M427 107q0 -18 -12.5 -30.5t-30.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h256q18 0 30.5 -12.5t12.5 -29.5v-256zM192 192l-64 -85h256l-85 106l-64 -79zM0 320h43v-299h298v-42h-298q-18 0 -30.5 12.5t-12.5 29.5v299z" />
<glyph unicode="&#xf141;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM277 128v171h-42v42h85v-213h-43zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299 h299z" />
<glyph unicode="&#xf142;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299h299zM341 171v-43h-128v85 q0 18 12.5 30.5t30.5 12.5h43v43h-86v42h86q17 0 29.5 -12.5t12.5 -29.5v-43q0 -18 -12.5 -30.5t-29.5 -12.5h-43v-42h85z" />
<glyph unicode="&#xf143;" horiz-adv-x="469" d="M427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299h299zM43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM341 171q0 -18 -12.5 -30.5 t-29.5 -12.5h-86v43h86v42h-43v43h43v43h-86v42h86q17 0 29.5 -12.5t12.5 -29.5v-32q0 -14 -9 -23t-23 -9q14 0 23 -9.5t9 -22.5v-32z" />
<glyph unicode="&#xf144;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM299 128v85h-86v128h43v-85h43v85h42v-213h-42zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85 v299h-299v-299h299z" />
<glyph unicode="&#xf145;" horiz-adv-x="469" d="M427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299h299zM43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM341 171q0 -18 -12.5 -30.5 t-29.5 -12.5h-86v43h86v42h-86v128h128v-42h-85v-43h43q17 0 29.5 -12.5t12.5 -30.5v-42z" />
<glyph unicode="&#xf146;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299h299zM256 128q-18 0 -30.5 12.5 t-12.5 30.5v128q0 17 12.5 29.5t30.5 12.5h85v-42h-85v-43h43q17 0 29.5 -12.5t12.5 -30.5v-42q0 -18 -12.5 -30.5t-29.5 -12.5h-43zM256 213v-42h43v42h-43z" />
<glyph unicode="&#xf147;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299h299zM256 128h-43l86 171h-86v42 h128v-42z" />
<glyph unicode="&#xf148;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299h299zM256 128q-18 0 -30.5 12.5 t-12.5 30.5v32q0 13 9.5 22.5t22.5 9.5q-13 0 -22.5 9t-9.5 23v32q0 17 12.5 29.5t30.5 12.5h43q17 0 29.5 -12.5t12.5 -29.5v-32q0 -14 -9 -23t-23 -9q14 0 23 -9.5t9 -22.5v-32q0 -18 -12.5 -30.5t-29.5 -12.5h-43zM256 299v-43h43v43h-43zM256 213v-42h43v42h-43z" />
<glyph unicode="&#xf149;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM277 192q0 -18 -12.5 -30.5t-29.5 -12.5h-64v43h64v21h-22q-17 0 -29.5 12.5t-12.5 30.5v21q0 18 12.5 30.5t29.5 12.5h22q17 0 29.5 -12.5t12.5 -30.5v-85zM213 256h22v21h-22v-21zM427 427 q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 256v128h-299v-299h299v128h-43v-42h-43v42h-42v43h42v43h43v-43h43z" />
<glyph unicode="&#xf14a;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299h299zM299 341q17 0 29.5 -12.5 t12.5 -29.5v-128q0 -18 -12.5 -30.5t-29.5 -12.5h-86v43h86v42h-43q-18 0 -30.5 12.5t-12.5 30.5v43q0 17 12.5 29.5t30.5 12.5h43zM299 256v43h-43v-43h43z" />
<glyph unicode="&#xf14b;" horiz-adv-x="469" d="M43 341v-341h341v-43h-341q-18 0 -30.5 12.5t-12.5 30.5v341h43zM427 427q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-299q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h299zM427 85v299h-299v-299h299z" />
<glyph unicode="&#xf14c;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h256zM341 299v42h-85v-117q-14 11 -32 11q-22 0 -37.5 -16t-15.5 -38t15.5 -37.5t37.5 -15.5t37.5 15.5t15.5 37.5v118h64z M43 320v-299h298v-42h-298q-18 0 -30.5 12.5t-12.5 29.5v299h43z" />
<glyph unicode="&#xf14d;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h256zM203 245v22q0 13 -9.5 22.5t-22.5 9.5h-54v-128h32v42h22q13 0 22.5 9.5t9.5 22.5zM309 203v64q0 13 -9 22.5t-23 9.5h-53 v-128h53q14 0 23 9t9 23zM395 267v32h-64v-128h32v42h32v32h-32v22h32zM149 245v22h22v-22h-22zM43 320v-299h298v-42h-298q-18 0 -30.5 12.5t-12.5 29.5v299h43zM256 203v64h21v-64h-21z" />
<glyph unicode="&#xf14e;" d="M43 320v-299h298v-42h-298q-18 0 -30.5 12.5t-12.5 29.5v299h43zM384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h256zM363 213v43h-86v85h-42v-85h-86v-43h86v-85h42v85h86z " />
<glyph unicode="&#xf14f;" horiz-adv-x="341" d="M303 427q16 0 27 -11.5t11 -27.5v-307q0 -16 -11 -27t-27 -11h-179q-16 0 -27.5 11t-11.5 27v307q0 16 11.5 27.5t27.5 11.5h179zM213.5 384q-17.5 0 -30 -12.5t-12.5 -30t12.5 -30t30 -12.5t30 12.5t12.5 30t-12.5 30t-30 12.5zM213.5 96q35.5 0 60.5 25t25 60.5 t-25 60.5t-60.5 25t-60.5 -25t-25 -60.5t25 -60.5t60.5 -25zM160 181.5q0 53.5 53.5 53.5t53.5 -53.5t-53.5 -53.5t-53.5 53.5zM43 341v-341h213v-43h-213q-18 0 -30.5 12.5t-12.5 30.5v341h43z" />
<glyph unicode="&#xf150;" d="M43 320v-299h298v-42h-298q-18 0 -30.5 12.5t-12.5 29.5v299h43zM384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h256zM363 213v43h-214v-43h214zM277 128v43h-128v-43h128z M363 299v42h-214v-42h214z" />
<glyph unicode="&#xf151;" d="M43 320v-299h298v-42h-298q-18 0 -30.5 12.5t-12.5 29.5v299h43zM384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h256zM213 139l128 96l-128 96v-192z" />
<glyph unicode="&#xf152;" d="M213.5 215q9.5 0 16.5 -6.5t7 -16.5t-7 -16.5t-16.5 -6.5t-16.5 6.5t-7 16.5t7 16.5t16.5 6.5zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM260 145l81 175l-174 -81l-82 -175z" />
<glyph unicode="&#xf153;" horiz-adv-x="408" d="M114 163l-89 90q-25 25 -25 60t25 60l150 -149zM259 202l-31 -31l146 -147l-30 -30l-146 147l-147 -147l-31 30l209 208q-12 24 -4 56t33 57q31 30 69 35t61.5 -18.5t18.5 -61.5t-36 -69q-25 -25 -56.5 -33t-55.5 4z" />
<glyph unicode="&#xf154;" horiz-adv-x="299" d="M21 43v256h256v-256q0 -18 -12.5 -30.5t-29.5 -12.5h-171q-18 0 -30.5 12.5t-12.5 30.5zM299 363v-43h-299v43h75l21 21h107l21 -21h75z" />
<glyph unicode="&#xf155;" horiz-adv-x="341" d="M170.5 43q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM42.5 427q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM42.5 299q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5 t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM42.5 171q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM298.5 341q-17.5 0 -30 12.5t-12.5 30.5t12.5 30.5t30 12.5t30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5z M170.5 171q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM298.5 171q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM298.5 299q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5 t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM170.5 299q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM170.5 427q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5z" />
<glyph unicode="&#xf156;" horiz-adv-x="384" d="M363 171q8 0 14.5 -6.5t6.5 -15.5v-128q0 -8 -6.5 -14.5t-14.5 -6.5h-342q-8 0 -14.5 6.5t-6.5 14.5v128q0 9 6.5 15.5t14.5 6.5h342zM85.5 43q17.5 0 30 12.5t12.5 30t-12.5 30t-30 12.5t-30 -12.5t-12.5 -30t12.5 -30t30 -12.5zM363 384q8 0 14.5 -6.5t6.5 -14.5v-128 q0 -9 -6.5 -15.5t-14.5 -6.5h-342q-8 0 -14.5 6.5t-6.5 15.5v128q0 8 6.5 14.5t14.5 6.5h342zM85.5 256q17.5 0 30 12.5t12.5 30t-12.5 30t-30 12.5t-30 -12.5t-12.5 -30t12.5 -30t30 -12.5z" />
<glyph unicode="&#xf157;" horiz-adv-x="384" d="M0 405h384l-43 -389q-2 -16 -14 -26.5t-28 -10.5h-214q-16 0 -28 10.5t-14 26.5zM192 43q27 0 45.5 18.5t18.5 45.5q0 19 -16 47.5t-32 48.5l-16 19q-7 -8 -17.5 -21.5t-28.5 -44t-18 -49.5q0 -27 18.5 -45.5t45.5 -18.5zM327 277l9 86h-288l9 -86h270z" />
<glyph unicode="&#xf158;" horiz-adv-x="384" d="M0 80l236 236l80 -80l-236 -236h-80v80zM378 298l-39 -39l-80 80l39 39q6 6 15 6t15 -6l50 -50q6 -6 6 -15t-6 -15z" />
<glyph unicode="&#xf159;" d="M426 277l1 -213q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v213q0 24 20 37l193 113l193 -113q20 -13 20 -37zM213 171l177 110l-177 103l-176 -103z" />
<glyph unicode="&#xf15a;" d="M384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM384 277v43l-171 -107l-170 107v-43l170 -106z" />
<glyph unicode="&#xf15b;" horiz-adv-x="469" d="M235 299q-20 0 -39 -8l-46 46q41 15 84 15q79 0 143 -44.5t92 -115.5q-23 -60 -73 -101l-62 62q7 19 7 39q0 44 -31 75.5t-75 31.5zM21 357l27 27l379 -378l-27 -27l-63 62l-9 9q-45 -18 -93 -18q-79 0 -143 44.5t-92 115.5q25 64 80 106l-10 10zM139 239 q-11 -23 -11 -47q0 -44 31.5 -75.5t75.5 -31.5q24 0 47 12l-33 33q-8 -2 -14 -2q-27 0 -45.5 18.5t-18.5 45.5q0 7 1 14zM231 256h4q26 0 45 -19t19 -45l-1 -4z" />
<glyph unicode="&#xf15c;" horiz-adv-x="469" d="M235 352q79 0 142.5 -44.5t91.5 -115.5q-28 -71 -91.5 -115.5t-142.5 -44.5t-143 44.5t-92 115.5q28 71 92 115.5t143 44.5zM235 85q44 0 75 31.5t31 75.5t-31 75.5t-75 31.5t-75.5 -31.5t-31.5 -75.5t31.5 -75.5t75.5 -31.5zM234.5 256q26.5 0 45.5 -18.5t19 -45.5 t-19 -45.5t-45.5 -18.5t-45 18.5t-18.5 45.5t18.5 45.5t45 18.5z" />
<glyph unicode="&#xf15d;" horiz-adv-x="384" d="M378 328q6 -6 6 -15t-6 -15l-67 -67l41 -41l-30 -30l-30 30l-191 -190h-101v101l190 191l-30 30l30 30l41 -41l67 67q6 6 15 6t15 -6zM84 43l172 172l-41 41l-172 -172z" />
<glyph unicode="&#xf15e;" d="M309 384q50 0 84 -34t34 -83q0 -24 -10 -48.5t-22 -43.5t-40.5 -49t-48 -48.5t-62.5 -56.5l-31 -28l-31 27q-42 39 -62 57.5t-48.5 48.5t-40.5 49t-21.5 43.5t-9.5 48.5q0 49 34 83t83 34q58 0 96 -45q38 45 96 45zM215 52q49 44 71.5 65.5t49.5 51.5t37.5 52.5 t10.5 45.5q0 32 -21.5 53t-53.5 21q-24 0 -45.5 -14t-30.5 -36h-40q-8 22 -29.5 36t-46.5 14q-32 0 -53 -21t-21 -53q0 -23 10 -45.5t37.5 -52.5t50 -51.5t70.5 -65.5l2 -2z" />
<glyph unicode="&#xf15f;" d="M213 -7l-31 28q-42 38 -62 56.5t-48 48.5t-40.5 49t-22 43.5t-9.5 48.5q0 49 34 83t83 34q58 0 96 -45q38 45 96 45q50 0 84 -34t34 -83q0 -24 -10 -48.5t-22 -43.5t-40.5 -49t-48 -48.5t-62.5 -57.5z" />
<glyph unicode="&#xf160;" horiz-adv-x="384" d="M149 64v43h86v-43h-86zM0 320h384v-43h-384v43zM64 171v42h256v-42h-256z" />
<glyph unicode="&#xf161;" horiz-adv-x="341" d="M203 434q64 -52 101 -126t37 -159q0 -70 -50 -120t-120.5 -50t-120.5 50t-50 120q0 108 69 190l-1 -8q0 -33 22.5 -56t55.5 -23q32 0 52 23t20 56q0 21 -3.5 46.5t-7.5 40.5zM164 43q43 0 73 30t30 72q0 45 -13 86q-30 -41 -98 -55q-29 -6 -44.5 -23.5t-15.5 -42.5 q0 -28 20 -47.5t48 -19.5z" />
<glyph unicode="&#xf162;" horiz-adv-x="320" d="M201 320h119v-213h-149l-9 42h-119v-149h-43v363h192z" />
<glyph unicode="&#xf163;" horiz-adv-x="469" d="M128 213v-42h-128v42h128zM174 282l-30 -30l-45 46l30 30zM256 427v-128h-43v128h43zM370 298l-45 -46l-30 30l45 46zM341 213h128v-42h-128v42zM234.5 256q26.5 0 45.5 -18.5t19 -45.5t-19 -45.5t-45.5 -18.5t-45 18.5t-18.5 45.5t18.5 45.5t45 18.5zM295 102l30 30 l45 -46l-30 -30zM99 86l45 46l30 -30l-45 -46zM213 -43v128h43v-128h-43z" />
<glyph unicode="&#xf164;" horiz-adv-x="410" d="M0 405h213l-85 -192h85l-149 -256v192h-64v256zM341 405l69 -192h-41l-15 43h-68l-15 -43h-41l69 192h42zM295 285h50l-25 78z" />
<glyph unicode="&#xf165;" horiz-adv-x="363" d="M27 384l336 -336l-27 -27l-89 89l-76 -131v192h-64v79l-107 107zM320 235l-33 -57l-180 181v46h213l-85 -170h85z" />
<glyph unicode="&#xf166;" horiz-adv-x="213" d="M0 405h213l-85 -170h85l-149 -256v192h-64v234z" />
<glyph unicode="&#xf167;" horiz-adv-x="384" d="M256 0v43h43v-43h-43zM341 256v43h43v-43h-43zM0 341q0 18 12.5 30.5t30.5 12.5h85v-43h-85v-298h85v-43h-85q-18 0 -30.5 12.5t-12.5 30.5v298zM341 384q18 0 30.5 -12.5t12.5 -30.5h-43v43zM171 -43v470h42v-470h-42zM341 85v43h43v-43h-43zM256 341v43h43v-43h-43z M341 171v42h43v-42h-43zM341 0v43h43q0 -18 -12.5 -30.5t-30.5 -12.5z" />
<glyph unicode="&#xf168;" horiz-adv-x="384" d="M192 -21q0 79 56 135.5t136 56.5q0 -80 -56 -136t-136 -56zM55 229q0 34 31 48q-31 15 -31 48q0 22 16 38t38 16q17 0 30 -10v4q0 22 15.5 38t37.5 16t37.5 -16t15.5 -38v-4q14 10 30 10q22 0 38 -16t16 -38q0 -33 -31 -48q31 -14 31 -48q0 -22 -16 -37.5t-38 -15.5 q-17 0 -30 9v-4q0 -22 -15.5 -37.5t-37.5 -15.5t-37.5 15.5t-15.5 37.5v4q-14 -9 -30 -9q-22 0 -38 15.5t-16 37.5zM192 331q-22 0 -37.5 -16t-15.5 -38t15.5 -37.5t37.5 -15.5t37.5 15.5t15.5 37.5t-15.5 38t-37.5 16zM0 171q80 0 136 -56.5t56 -135.5q-80 0 -136 56 t-56 136z" />
<glyph unicode="&#xf169;" horiz-adv-x="414" d="M350 183q30 -17 47 -47t17 -63q-29 -17 -63 -17.5t-65 17.5q-9 5 -17 11q2 -10 2 -20q0 -35 -17.5 -64.5t-46.5 -46.5q-29 17 -46.5 46.5t-17.5 64.5q0 10 2 20q-9 -7 -17 -11q-31 -17 -65 -17t-63 17q0 34 17 63.5t47 47.5q8 4 18 8q-10 4 -18 9q-30 17 -47 47t-17 63 q29 17 63 17.5t65 -17.5q8 -4 17 -11q-2 10 -2 20q0 35 17.5 64.5t46.5 46.5q29 -17 46.5 -46.5t17.5 -64.5q0 -10 -2 -20q9 7 17 11q31 18 65 17.5t63 -17.5q0 -33 -17 -63t-47 -47q-8 -5 -18 -9q10 -4 18 -9zM207 107q35 0 60 25t25 60t-25 60t-60 25t-60 -25t-25 -60 t25 -60t60 -25z" />
<glyph unicode="&#xf16a;" d="M169 160l44 118l44 -118h-88zM384 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h341zM298 53h44l-109 278h-40l-109 -278h45l24 64h120z" />
<glyph unicode="&#xf16b;" horiz-adv-x="469" d="M235 331l42 -54h-85zM363 235l53 -43l-53 -43v86zM107 235v-86l-54 43zM277 107l-42 -54l-43 54h85zM427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h384zM427 42v300h-384 v-300h384z" />
<glyph unicode="&#xf16c;" horiz-adv-x="299" d="M0 107v42h107v-106h-43v64h-64zM64 277v64h43v-106h-107v42h64zM192 43v106h107v-42h-64v-64h-43zM235 277h64v-42h-107v106h43v-64z" />
<glyph unicode="&#xf16d;" horiz-adv-x="299" d="M43 149v-64h64v-42h-107v106h43zM0 235v106h107v-42h-64v-64h-43zM256 85v64h43v-106h-107v42h64zM192 341h107v-106h-43v64h-64v42z" />
<glyph unicode="&#xf16e;" horiz-adv-x="256" d="M256 363v-64h-149l106 -107l-106 -107h149v-64h-256v43l139 128l-139 128v43h256z" />
<glyph unicode="&#xf16f;" horiz-adv-x="352" d="M336 294q16 -16 16 -38v-203q0 -22 -15.5 -37.5t-37.5 -15.5t-38 15.5t-16 37.5v107h-32v-160h-213v341q0 18 12.5 30.5t30.5 12.5h128q17 0 29.5 -12.5t12.5 -30.5v-149h22q17 0 29.5 -12.5t12.5 -30.5v-96q0 -8 6.5 -14.5t15 -6.5t15 6.5t6.5 14.5v154q-11 -4 -21 -4 q-22 0 -38 15.5t-16 37.5q0 17 9.5 30.5t25.5 19.5l-45 45l22 22l80 -79h-1zM171 235v106h-128v-106h128zM298.5 235q8.5 0 15 6t6.5 15t-6.5 15t-15 6t-15 -6t-6.5 -15t6.5 -15t15 -6z" />
<glyph unicode="&#xf170;" horiz-adv-x="387" d="M37 301l-37 36q5 6 19 20q26 27 58 27q18 0 35.5 -15t17.5 -46q0 -20 -6 -34t-21 -36q-29 -43 -40 -75q-5 -18 -2.5 -29.5t10.5 -11.5q9 0 24 18q16 17 48 58q18 22 46 41t60 19q42 0 62.5 -27.5t23.5 -61.5h52v-53h-52q-6 -69 -36.5 -100t-63.5 -31q-28 0 -48.5 19.5 t-20.5 46.5q0 33 30 69.5t85 45.5v3q-1 8 -2.5 12.5t-5 10.5t-11 9t-18.5 3q-18 0 -39 -20t-48 -53q-16 -19 -23.5 -28t-19.5 -18.5t-23 -12.5q-30 -10 -56 9q-29 22 -29 64q0 14 6 32.5t15 35.5t16.5 30t15.5 24.5t8 12.5q18 28 7 32q-8 3 -37 -26zM236 52q14 0 27.5 18 t17.5 57q-30 -8 -45.5 -27t-15.5 -32q0 -7 5 -11.5t11 -4.5z" />
<glyph unicode="&#xf171;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM361 277q-32 56 -92 76q19 -35 29 -76h63zM213 362q-27 -39 -40 -85h81q-14 46 -41 85zM48 149h72q-3 25 -3 43t3 43h-72q-5 -23 -5 -43t5 -43zM66 107 q32 -56 92 -76q-19 35 -29 76h-63zM129 277q10 41 29 76q-60 -20 -92 -76h63zM213 22q27 39 41 85h-81q13 -46 40 -85zM263 149q4 25 4 43t-4 43h-100q-3 -25 -3 -43t3 -43h100zM269 31q60 20 92 76h-63q-10 -41 -29 -76zM306 149h72q6 23 6 43t-6 43h-72q3 -25 3 -43 t-3 -43z" />
<glyph unicode="&#xf172;" horiz-adv-x="469" d="M448 363q9 0 15 -6.5t6 -15.5v-85q0 -9 -6 -15t-15 -6h-107q-8 0 -14.5 6t-6.5 15v85q0 9 6.5 15.5t14.5 6.5v10q0 22 16 38t38 16t37.5 -16t15.5 -38v-10zM431 363v10q0 15 -10.5 26t-25.5 11t-26 -11t-11 -26v-10h73zM382 192h44q1 -12 1 -21q0 -89 -62.5 -151.5 t-151 -62.5t-151 62.5t-62.5 151t62.5 151t150.5 62.5q33 0 64 -10v-54q0 -18 -12.5 -30.5t-29.5 -12.5h-43v-42q0 -9 -6.5 -15.5t-14.5 -6.5h-43v-42h128q9 0 15 -6.5t6 -15.5v-64h22q14 0 25 -8t15 -21q45 49 45 115q0 7 -2 21zM192 1v42q-18 0 -30.5 12.5t-12.5 29.5v22 l-102 102q-4 -20 -4 -38q0 -65 42.5 -113.5t106.5 -56.5z" />
<glyph unicode="&#xf173;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM192 23v41q-18 0 -30.5 12.5t-12.5 30.5v21l-102 102q-4 -20 -4 -38q0 -65 42.5 -113t106.5 -56zM339 77q45 49 45 115q0 53 -29.5 96t-77.5 62v-9 q0 -17 -12.5 -29.5t-29.5 -12.5h-43v-43q0 -9 -6.5 -15t-14.5 -6h-43v-43h128q9 0 15 -6.5t6 -14.5v-64h22q14 0 25 -8.5t15 -21.5z" />
<glyph unicode="&#xf174;" horiz-adv-x="469" d="M85 167l150 -82l149 82v-86l-149 -81l-150 81v86zM235 384l234 -128v-171h-42v148l-192 -105l-235 128z" />
<glyph unicode="&#xf175;" d="M171 21h-107v171h-64l213 192l214 -192h-64v-171h-107v128h-85v-128z" />
<glyph unicode="&#xf176;" horiz-adv-x="384" d="M384 341v-42l-43 -128l43 -128v-43h-384v43l43 128l-43 128v42h271l31 86l50 -19l-24 -67h56zM277 149v43h-64v64h-42v-64h-64v-43h64v-64h42v64h64z" />
<glyph unicode="&#xf177;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM320 149v86h-85v85h-86v-85h-85v-86h85v-85h86v85h85z" />
<glyph unicode="&#xf178;" horiz-adv-x="469" d="M128 171q-27 0 -45.5 18.5t-18.5 45t18.5 45.5t45.5 19t45.5 -19t18.5 -45.5t-18.5 -45t-45.5 -18.5zM384 299q35 0 60 -25t25 -61v-192h-42v64h-384v-64h-43v320h43v-192h170v150h171z" />
<glyph unicode="&#xf179;" horiz-adv-x="256" d="M0 405h256v-128v0l-85 -85l85 -85v-1v-127h-256v127v1l85 85l-85 85v0v128zM213 96l-85 85l-85 -85h170zM43 288h170v75h-170v-75z" />
<glyph unicode="&#xf17a;" horiz-adv-x="256" d="M0 405h256v-128v0l-85 -85l85 -85v-1v-127h-256v127v1l85 85l-85 85v0v128zM213 96l-85 85l-85 -85v-75h170v75zM128 203l85 85v75h-170v-75z" />
<glyph unicode="&#xf17b;" horiz-adv-x="256" d="M0 405h256v-128v0l-85 -85l85 -85v-1v-127h-256v127v1l85 85l-85 85v0v128z" />
<glyph unicode="&#xf17c;" horiz-adv-x="469" d="M75 213v43h32v-128h-32v53h-43v-53h-32v128h32v-43h43zM128 224v32h96v-32h-32v-96h-32v96h-32zM245 224v32h96v-32h-32v-96h-32v96h-32zM437 256q13 0 22.5 -9.5t9.5 -22.5v-21q0 -13 -9.5 -22.5t-22.5 -9.5h-42v-43h-32v128h74zM437 203v21h-42v-21h42z" />
<glyph unicode="&#xf17d;" horiz-adv-x="469" d="M469 64q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h384q17 0 29.5 -12.5t12.5 -30.5v-256zM160 181l-75 -96h299l-96 128l-75 -96z" />
<glyph unicode="&#xf17e;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM341 43v298h-298v-298h298zM234 186l75 -101h-234l58 76l42 -51z" />
<glyph unicode="&#xf17f;" horiz-adv-x="384" d="M384 43q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298q18 0 30.5 -12.5t12.5 -30.5v-298zM117 160l-74 -96h298l-96 128l-74 -96z" />
<glyph unicode="&#xf180;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-299q-17 0 -29.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t29.5 12.5h299zM341 128v213h-299v-213h86q0 -27 18.5 -45.5t45.5 -18.5t45.5 18.5t18.5 45.5h85zM277 235l-85 -86l-85 86h42v64h86v-64 h42z" />
<glyph unicode="&#xf181;" horiz-adv-x="384" d="M377 3l7 -8l-27 -27l-58 58q-46 -38 -107 -38q-71 0 -121 50q-46 46 -49.5 112t37.5 116l-59 59l27 27l59 -59l30 -30l76 -76l134 -134zM192 30v103l-102 102q-26 -34 -26 -77q0 -53 38 -90q37 -38 90 -38zM192 339l-49 -48l-30 30l79 79l121 -121q38 -39 47 -92.5 t-13 -99.5l-155 154v98z" />
<glyph unicode="&#xf182;" horiz-adv-x="341" d="M291 279q50 -50 50 -121t-50 -120.5t-120.5 -49.5t-120.5 49.5t-50 120.5t50 121l121 121zM171 30v309l-91 -90q-37 -38 -37 -91t37 -90q37 -38 91 -38z" />
<glyph unicode="&#xf183;" horiz-adv-x="469" d="M249 235h220v-86h-42v-85h-86v85h-92q-14 -37 -47 -61t-74 -24q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q41 0 74 -24t47 -61zM128 149q18 0 30.5 12.5t12.5 30.5t-12.5 30.5t-30.5 12.5t-30.5 -12.5t-12.5 -30.5t12.5 -30.5t30.5 -12.5z" />
<glyph unicode="&#xf184;" horiz-adv-x="405" d="M312 323l93 -131l-93 -131q-13 -18 -35 -18h-234q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h234q22 0 35 -18zM277 85l76 107l-76 107h-234v-214h234z" />
<glyph unicode="&#xf185;" horiz-adv-x="405" d="M312 323l93 -131l-93 -131q-13 -18 -35 -18h-234q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h234q22 0 35 -18z" />
<glyph unicode="&#xf186;" d="M414 201q13 -13 13 -30.5t-13 -29.5l-149 -150q-13 -12 -30.5 -12t-29.5 12l-192 192q-13 13 -13 30v150q0 17 12.5 29.5t30.5 12.5h149q18 0 30 -12zM74.5 299q13.5 0 23 9t9.5 22.5t-9.5 23t-23 9.5t-22.5 -9.5t-9 -23t9 -22.5t22.5 -9zM326 122q15 16 15 38 t-15.5 37.5t-37.5 15.5t-38 -15l-15 -16l-16 16q-15 15 -38 15q-22 0 -37.5 -15.5t-15.5 -37.5t16 -38l91 -91z" />
<glyph unicode="&#xf187;" d="M414 201q13 -13 13 -30.5t-13 -29.5l-149 -150q-13 -12 -30.5 -12t-29.5 12l-192 192q-13 13 -13 30v150q0 17 12.5 29.5t30.5 12.5h149q18 0 30 -12zM74.5 299q13.5 0 23 9t9.5 22.5t-9.5 23t-23 9.5t-22.5 -9.5t-9 -23t9 -22.5t22.5 -9z" />
<glyph unicode="&#xf188;" horiz-adv-x="446" d="M26 29q-16 7 -22.5 23t-0.5 32l52 125v-192zM442 108q7 -16 0 -32.5t-23 -23.5l-157 -65q-8 -3 -16 -3q-29 0 -39 26l-106 256q-4 8 -3 17q0 28 26 38l157 65q8 3 17 3q28 0 39 -26zM140.5 261q8.5 0 15 6.5t6.5 15t-6.5 15t-15 6.5t-15 -6.5t-6.5 -15t6.5 -15t15 -6.5z M98 27v135l73 -178h-31q-17 0 -29.5 12.5t-12.5 30.5z" />
<glyph unicode="&#xf189;" horiz-adv-x="469" d="M54 52l39 39l30 -30l-39 -39zM213 -31v63h43v-63h-43zM64 224v-43h-64v43h64zM299 313q29 -17 46.5 -46t17.5 -64q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5q0 35 17 64t47 46v103h128v-103zM405 224h64v-43h-64v43zM346 61l30 29l39 -38l-30 -30z" />
<glyph unicode="&#xf18a;" horiz-adv-x="469" d="M277 320l192 -256h-469l128 171l96 -128l34 25l-61 81z" />
<glyph unicode="&#xf18b;" d="M380 128l-31 31l26 19l30 -30zM370 229l-51 -40l-168 168l62 48l192 -149zM27 427l400 -400l-27 -27l-81 81l-106 -82l-192 149l35 27l157 -123l76 59l-31 30l-45 -34l-157 122l-35 27l69 54l-90 90z" />
<glyph unicode="&#xf18c;" horiz-adv-x="384" d="M192 52l157 123l35 -27l-192 -149l-192 149l35 27zM192 107l-157 122l-35 27l192 149l192 -149l-35 -27z" />
<glyph unicode="&#xf18d;" horiz-adv-x="384" d="M192 202q81 75 192 75v-234q-110 0 -192 -76q-81 76 -192 76v234q111 0 192 -75zM192 277q-27 0 -45.5 19t-18.5 45.5t18.5 45t45.5 18.5t45.5 -18.5t18.5 -45t-18.5 -45.5t-45.5 -19z" />
<glyph unicode="&#xf18e;" d="M41 192q0 -27 19 -46.5t47 -19.5h85v-41h-85q-44 0 -75.5 31.5t-31.5 75.5t31.5 75.5t75.5 31.5h85v-41h-85q-28 0 -47 -19.5t-19 -46.5zM128 171v42h171v-42h-171zM320 299q44 0 75.5 -31.5t31.5 -75.5t-31.5 -75.5t-75.5 -31.5h-85v41h85q27 0 46.5 19.5t19.5 46.5 t-19.5 46.5t-46.5 19.5h-85v41h85z" />
<glyph unicode="&#xf18f;" horiz-adv-x="341" d="M170.5 85q-17.5 0 -30 12.5t-12.5 30.5t12.5 30.5t30 12.5t30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5zM299 277q17 0 29.5 -12.5t12.5 -29.5v-214q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h194v43 q0 27 -19.5 46.5t-47 19.5t-46.5 -19.5t-19 -46.5h-41q0 44 31.5 75.5t75.5 31.5t75 -31.5t31 -75.5v-43h22zM299 21v214h-256v-214h256z" />
<glyph unicode="&#xf190;" horiz-adv-x="341" d="M299 277q17 0 29.5 -12.5t12.5 -29.5v-214q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h21v43q0 44 31.5 75.5t75.5 31.5t75 -31.5t31 -75.5v-43h22zM170.5 386q-27.5 0 -46.5 -19.5t-19 -46.5h2v-43h130v43 q0 27 -19.5 46.5t-47 19.5zM299 21v214h-256v-214h256zM170.5 85q-17.5 0 -30 12.5t-12.5 30.5t12.5 30.5t30 12.5t30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5z" />
<glyph unicode="&#xf191;" horiz-adv-x="341" d="M299 277q17 0 29.5 -12.5t12.5 -29.5v-214q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h21v43q0 44 31.5 75.5t75.5 31.5t75 -31.5t31 -75.5v-43h22zM170.5 85q17.5 0 30 12.5t12.5 30.5t-12.5 30.5t-30 12.5 t-30 -12.5t-12.5 -30.5t12.5 -30.5t30 -12.5zM237 277v43q0 27 -19.5 46.5t-47 19.5t-46.5 -19.5t-19 -46.5v-43h132z" />
<glyph unicode="&#xf192;" horiz-adv-x="512" d="M149 277l-85 -85l85 -85v-64l-149 149l149 149v-64zM277 256q54 -8 96.5 -30.5t69.5 -55.5t43.5 -69.5t25.5 -79.5q-78 109 -235 109v-87l-149 149l149 149v-85z" />
<glyph unicode="&#xf193;" horiz-adv-x="384" d="M149 256q54 -8 96.5 -30.5t69.5 -55.5t43.5 -69.5t25.5 -79.5q-78 109 -235 109v-87l-149 149l149 149v-85z" />
<glyph unicode="&#xf194;" horiz-adv-x="448" d="M0 0v149l320 43l-320 43v149l448 -192z" />
<glyph unicode="&#xf195;" horiz-adv-x="384" d="M341 320q18 0 30.5 -12.5t12.5 -30.5v-256q0 -17 -12.5 -29.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 29.5v256q0 18 12.5 30.5t30.5 12.5h42q0 44 31.5 75.5t75.5 31.5t75.5 -31.5t31.5 -75.5h42zM192 384q-27 0 -45.5 -18.5t-18.5 -45.5h128q0 27 -18.5 45.5 t-45.5 18.5zM192 171q44 0 75.5 31t31.5 75h-43q0 -26 -18.5 -45t-45.5 -19t-45.5 19t-18.5 45h-43q0 -44 31.5 -75t75.5 -31z" />
<glyph unicode="&#xf196;" horiz-adv-x="384" d="M373 384q11 0 11 -11v-322q0 -8 -8 -10l-120 -41l-128 45l-114 -44l-3 -1q-11 0 -11 11v322q0 8 8 10l120 41l128 -45l114 44zM256 43v253l-128 45v-253z" />
<glyph unicode="&#xf197;" horiz-adv-x="432" d="M0 48v48h432v-48h-432zM0 168v48h432v-48h-432zM0 336h432v-48h-432v48z" />
<glyph unicode="&#xf198;" d="M192 85v22h-43v42h86v22h-64q-9 0 -15.5 6t-6.5 15v64q0 9 6.5 15t15.5 6h21v22h43v-22h42v-42h-85v-22h64q9 0 15 -6t6 -15v-64q0 -9 -6 -15t-15 -6h-21v-22h-43zM384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5 t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM384 64v256h-341v-256h341z" />
<glyph unicode="&#xf199;" horiz-adv-x="339" d="M180 301q-18 0 -32 -6l-32 31q15 8 32 12v46h64v-47q32 -8 49.5 -30t19.5 -51h-48q-2 45 -53 45zM27 361l312 -312l-27 -27l-48 48q-19 -18 -52 -24v-46h-64v46q-33 7 -55 28t-23 54h46q5 -45 64 -45q38 0 52 20l-75 74q-84 25 -84 84l-73 73z" />
<glyph unicode="&#xf19a;" horiz-adv-x="217" d="M117 215q46 -11 73 -32t27 -61q0 -32 -20.5 -51t-53.5 -25v-46h-64v46q-34 7 -55.5 28t-23.5 54h47q4 -45 64 -45q31 0 44 12t13 26q0 17 -13.5 30t-50.5 22q-100 24 -100 88q0 29 21 49.5t54 27.5v46h64v-47q32 -8 49.5 -30t18.5 -51h-47q-2 45 -53 45q-27 0 -42.5 -11 t-15.5 -29q0 -15 14 -25.5t50 -20.5z" />
<glyph unicode="&#xf19b;" horiz-adv-x="85" d="M42.5 277q-17.5 0 -30 12.5t-12.5 30.5t12.5 30.5t30 12.5t30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5zM42.5 235q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM42.5 107q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5 t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5z" />
<glyph unicode="&#xf19c;" horiz-adv-x="341" d="M42.5 235q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM298.5 235q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM170.5 235q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5 t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5z" />
<glyph unicode="&#xf19d;" horiz-adv-x="341" d="M299 384h42v-384h-42v43h-43v-43h-171v43h-42v-43h-43v384h43v-43h42v43h171v-43h43v43zM85 85v43h-42v-43h42zM85 171v42h-42v-42h42zM85 256v43h-42v-43h42zM299 85v43h-43v-43h43zM299 171v42h-43v-42h43zM299 256v43h-43v-43h43z" />
<glyph unicode="&#xf19e;" d="M341 363h86v-299q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h21l43 -86h64l-43 86h43l42 -86h64l-42 86h42l43 -86h64z" />
<glyph unicode="&#xf19f;" horiz-adv-x="430" d="M430 252q0 -57 -37.5 -99t-93.5 -49v-83h64v-42h-342v106h-21v86q0 8 6.5 14.5t14.5 6.5h64q9 0 15.5 -6.5t6.5 -14.5v-86h-22v-64h171v84q-53 9 -88.5 50.5t-35.5 96.5q0 62 43.5 106t105.5 44t105.5 -44t43.5 -106zM53.5 213q-13.5 0 -23 9.5t-9.5 23t9.5 22.5t23 9 t22.5 -9t9 -22.5t-9 -23t-22.5 -9.5z" />
<glyph unicode="&#xf1a0;" horiz-adv-x="302" d="M171 104v-83h128v-42h-299v42h128v84q-53 9 -88.5 50.5t-35.5 96.5q0 62 43.5 106t105.5 44t105.5 -44t43.5 -106q0 -57 -37.5 -99t-93.5 -49z" />
<glyph unicode="&#xf1a1;" horiz-adv-x="320" d="M160 405l160 -390l-15 -15l-145 64l-145 -64l-15 15z" />
<glyph unicode="&#xf1a2;" horiz-adv-x="384" d="M341 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-85v43h85v213h-298v-213h85v-43h-85q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h298zM192 235l85 -86h-64v-128h-42v128h-64z" />
<glyph unicode="&#xf1a3;" horiz-adv-x="384" d="M341 43v149h43v-149q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h149v-43h-149v-298h298zM235 384h149v-149h-43v76l-209 -209l-30 30l209 209h-76v43z" />
<glyph unicode="&#xf1a4;" horiz-adv-x="384" d="M192 384q80 0 136 -50t56 -121q0 -44 -31.5 -75t-75.5 -31h-37q-14 0 -23 -9.5t-9 -22.5q0 -12 8 -21q8 -10 8 -22q0 -13 -9.5 -22.5t-22.5 -9.5q-80 0 -136 56t-56 136t56 136t136 56zM74.5 192q13.5 0 23 9.5t9.5 22.5t-9.5 22.5t-23 9.5t-22.5 -9.5t-9 -22.5t9 -22.5 t22.5 -9.5zM138.5 277q13.5 0 23 9.5t9.5 23t-9.5 22.5t-23 9t-22.5 -9t-9 -22.5t9 -23t22.5 -9.5zM245.5 277q13.5 0 22.5 9.5t9 23t-9 22.5t-22.5 9t-23 -9t-9.5 -22.5t9.5 -23t23 -9.5zM309.5 192q13.5 0 22.5 9.5t9 22.5t-9 22.5t-22.5 9.5t-23 -9.5t-9.5 -22.5 t9.5 -22.5t23 -9.5z" />
<glyph unicode="&#xf1a5;" horiz-adv-x="277" d="M149 384q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-64v-128h-85v384h149zM154 213q17 0 29.5 12.5t12.5 30.5t-12.5 30.5t-29.5 12.5h-69v-86h69z" />
<glyph unicode="&#xf1a6;" horiz-adv-x="384" d="M341 405q18 0 30.5 -12.5t12.5 -29.5v-299q0 -18 -12.5 -30.5t-30.5 -12.5h-85l-64 -64l-64 64h-85q-18 0 -30.5 12.5t-12.5 30.5v299q0 17 12.5 29.5t30.5 12.5h298zM192 335q-24 0 -41 -17t-17 -41t17 -40.5t41 -16.5t41 16.5t17 40.5t-17 41t-41 17zM320 107v19 q0 20 -23.5 35.5t-52.5 23t-52 7.5t-52 -7.5t-52.5 -23t-23.5 -35.5v-19h256z" />
<glyph unicode="&#xf1a7;" horiz-adv-x="384" d="M341 405q18 0 30.5 -12.5t12.5 -29.5v-299q0 -18 -12.5 -30.5t-30.5 -12.5h-85l-64 -64l-64 64h-85q-18 0 -30.5 12.5t-12.5 30.5v299q0 17 12.5 29.5t30.5 12.5h298zM232 173l88 40l-88 40l-40 88l-40 -88l-88 -40l88 -40l40 -88z" />
<glyph unicode="&#xf1a8;" horiz-adv-x="299" d="M277 277q0 -27 -13 -61t-32 -63t-37.5 -55t-31.5 -40l-14 -15q-5 5 -13.5 15t-30.5 39t-39 56.5t-31 62t-14 61.5q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM107 277.5q0 -17.5 12.5 -30t30 -12.5t30 12.5t12.5 30t-12.5 30t-30 12.5t-30 -12.5t-12.5 -30zM0 21 h299v-42h-299v42z" />
<glyph unicode="&#xf1a9;" horiz-adv-x="384" d="M341 405q18 0 30.5 -12.5t12.5 -29.5v-299q0 -18 -12.5 -30.5t-30.5 -12.5h-85l-64 -64l-64 64h-85q-18 0 -30.5 12.5t-12.5 30.5v299q0 17 12.5 29.5t30.5 12.5h298zM213 64v43h-42v-43h42zM257 229q20 20 20 48q0 36 -25 61t-60 25t-60 -25t-25 -61h42q0 18 12.5 30.5 t30.5 12.5t30.5 -12.5t12.5 -30.5q0 -17 -13 -30l-26 -27q-25 -25 -25 -60v-11h42q0 22 6 34.5t19 26.5z" />
<glyph unicode="&#xf1aa;" horiz-adv-x="384" d="M213 309q-23 0 -39 -18l-68 68q44 46 107 46q62 0 106 -43.5t44 -105.5q0 -48 -37 -117l-77 78q18 16 18 39q0 22 -16 37.5t-38 15.5zM307 105l77 -78l-27 -27l-72 71q-16 -23 -34 -46.5t-28 -34.5l-10 -11q-6 6 -16 18t-35.5 46.5t-45.5 67t-36 73.5t-16 72q0 16 4 33 l-68 68l27 27l178 -178l3 -3z" />
<glyph unicode="&#xf1ab;" horiz-adv-x="299" d="M149 405q62 0 106 -43.5t44 -105.5q0 -31 -15.5 -71.5t-37.5 -75t-44 -65t-37 -48.5l-16 -17q-6 6 -16 18t-35.5 46.5t-45.5 67t-36 73.5t-16 72q0 62 43.5 105.5t105.5 43.5zM149 203q22 0 38 15.5t16 37.5t-16 37.5t-38 15.5t-37.5 -15.5t-15.5 -37.5t15.5 -37.5 t37.5 -15.5z" />
<glyph unicode="&#xf1ac;" horiz-adv-x="384" d="M192 405q56 0 105.5 -22.5t86.5 -62.5l-192 -341l-192 341q36 40 86 62.5t106 22.5zM85 298.5q0 -17.5 12.5 -30t30 -12.5t30 12.5t12.5 30t-12.5 30t-30 12.5t-30 -12.5t-12.5 -30zM191.5 128q17.5 0 30 12.5t12.5 30t-12.5 30t-30 12.5t-30 -12.5t-12.5 -30t12.5 -30 t30 -12.5z" />
<glyph unicode="&#xf1ad;" horiz-adv-x="428" d="M336 192l86 -85q6 -7 6 -15.5t-6 -14.5l-93 -93q-6 -6 -15 -6t-15 6l-85 85l-85 -85q-6 -6 -15 -6t-15 6l-93 93q-6 6 -6 14.5t6 15.5l85 85l-85 84q-6 7 -6 15.5t6 15.5l93 92q6 6 14.5 6t15.5 -6l85 -85l85 85q6 6 15 6t15 -6l92 -92q7 -7 7 -15.5t-7 -15.5zM214 256 q-9 0 -15 -6.5t-6 -15t6 -15t15 -6.5t15.5 6.5t6.5 15t-6.5 15t-15.5 6.5zM114 214l77 78l-77 77l-78 -78zM171.5 171q8.5 0 15 6t6.5 15t-6.5 15t-15 6t-15 -6t-6.5 -15t6.5 -15t15 -6zM214 128q9 0 15.5 6.5t6.5 15t-6.5 15t-15.5 6.5t-15 -6.5t-6 -15t6 -15t15 -6.5z M257 213q-9 0 -15 -6t-6 -15t6 -15t15 -6t15 6t6 15t-6 15t-15 6zM314 14l77 78l-77 77l-78 -78z" />
<glyph unicode="&#xf1ae;" horiz-adv-x="341" d="M64 -64v43h43v-43h-43zM149 -64v43h43v-43h-43zM192 405v-213h-43v213h43zM268 353q34 -23 53.5 -60t19.5 -80q0 -70 -50 -120t-120.5 -50t-120.5 50t-50 120q0 43 19.5 80t53.5 60l31 -30q-28 -18 -44.5 -47t-16.5 -63q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5 q0 34 -17 63t-45 46zM235 -64v43h42v-43h-42z" />
<glyph unicode="&#xf1af;" horiz-adv-x="384" d="M213 384v-213h-42v213h42zM316 338q68 -58 68 -146q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 88 68 146l30 -30q-55 -45 -55 -116q0 -62 43.5 -105.5t105.5 -43.5t105.5 43.5t43.5 105.5q0 71 -55 115z" />
<glyph unicode="&#xf1b0;" d="M363 277q26 0 45 -18.5t19 -45.5v-128h-86v-85h-256v85h-85v128q0 27 18.5 45.5t45.5 18.5h299zM299 43v106h-171v-106h171zM362.5 192q8.5 0 15 6.5t6.5 15t-6.5 15t-15 6.5t-15 -6.5t-6.5 -15t6.5 -15t15 -6.5zM341 384v-85h-256v85h256z" />
<glyph unicode="&#xf1b1;" horiz-adv-x="448" d="M395 213q22 0 37.5 -15.5t15.5 -37.5t-15.5 -37.5t-37.5 -15.5h-32v-86q0 -17 -12.5 -29.5t-30.5 -12.5h-81v32q0 24 -17 40.5t-41 16.5t-40.5 -16.5t-16.5 -40.5v-32h-81q-18 0 -30.5 12.5t-12.5 29.5v81h32q24 0 41 17t17 41t-17 41t-41 17h-32v81q0 17 12.5 29.5 t30.5 12.5h85v32q0 22 15.5 38t37.5 16t38 -16t16 -38v-32h85q18 0 30.5 -12.5t12.5 -29.5v-86h32z" />
<glyph unicode="&#xf1b2;" horiz-adv-x="299" d="M21 85l43 86h-64v128h128v-128l-43 -86h-64zM192 85l43 86h-64v128h128v-128l-43 -86h-64z" />
<glyph unicode="&#xf1b3;" horiz-adv-x="341" d="M0 117v224q0 27 12.5 45t38 26.5t53 11.5t67 3t67 -3t53 -11.5t38 -26.5t12.5 -45v-224q0 -31 -21.5 -52.5t-52.5 -21.5l32 -32v-11h-256v11l32 32q-31 0 -53 21.5t-22 52.5zM170.5 85q17.5 0 30 12.5t12.5 30.5t-12.5 30.5t-30 12.5t-30 -12.5t-12.5 -30.5t12.5 -30.5 t30 -12.5zM299 235v106h-256v-106h256z" />
<glyph unicode="&#xf1b4;" horiz-adv-x="384" d="M320 85v43h-256v-43h256zM320 171v42h-256v-42h256zM320 256v43h-256v-43h256zM0 -21v426l32 -32l32 32l32 -32l32 32l32 -32l32 32l32 -32l32 32l32 -32l32 32l32 -32l32 32v-426l-32 32l-32 -32l-32 32l-32 -32l-32 32l-32 -32l-32 32l-32 -32l-32 32l-32 -32l-32 32z " />
<glyph unicode="&#xf1b5;" horiz-adv-x="469" d="M384 277l85 -85h-64q0 -71 -50 -121t-120 -50q-49 0 -91 27l31 31q27 -15 60 -15q53 0 90.5 37.5t37.5 90.5h-64zM107 192h64l-86 -85l-85 85h64q0 71 50 121t121 50q49 0 91 -27l-32 -31q-27 15 -59 15q-53 0 -90.5 -37.5t-37.5 -90.5z" />
<glyph unicode="&#xf1b6;" horiz-adv-x="384" d="M0 192q0 59 36 105t92 60v-44q-38 -14 -61.5 -47t-23.5 -74q0 -53 37 -90l48 47v-128h-128l50 51q-50 50 -50 120zM171 85v43h42v-43h-42zM384 363l-50 -51q50 -50 50 -120q0 -59 -36 -105t-92 -60v44q38 14 61.5 47t23.5 74q0 53 -37 90l-48 -47v128h128zM171 171v128 h42v-128h-42z" />
<glyph unicode="&#xf1b7;" horiz-adv-x="366" d="M152 313q-5 -2 -16 -8l-31 32q22 14 47 20v-44zM0 333l27 27l335 -336l-27 -27l-50 50q-22 -14 -48 -20v44q7 3 17 8l-173 172q-14 -28 -14 -59q0 -53 38 -90l47 47v-128h-128l51 51q-51 50 -51 120q0 49 26 90zM366 363l-51 -51q51 -50 51 -120q0 -49 -26 -90l-32 31 q15 28 15 59q0 53 -38 90l-47 -47v128h128z" />
<glyph unicode="&#xf1b8;" horiz-adv-x="341" d="M171 363q70 0 120 -50t50 -121q0 -49 -26 -91l-31 31q15 28 15 60q0 53 -37.5 90.5t-90.5 37.5v-64l-86 85l86 86v-64zM171 64v64l85 -85l-85 -86v64q-71 0 -121 50t-50 121q0 49 26 91l32 -31q-15 -28 -15 -60q0 -53 37.5 -90.5t90.5 -37.5z" />
<glyph unicode="&#xf1b9;" horiz-adv-x="341" d="M171 320q-53 0 -90.5 -37.5t-37.5 -90.5q0 -32 15 -60l-32 -31q-26 42 -26 91q0 71 50 121t121 50v64l85 -86l-85 -85v64zM315 283q26 -42 26 -91q0 -71 -50 -121t-120 -50v-64l-86 86l86 85v-64q53 0 90.5 37.5t37.5 90.5q0 31 -15 60z" />
<glyph unicode="&#xf1ba;" horiz-adv-x="363" d="M299 363h64v-171h-171v-192q0 -9 -6.5 -15t-14.5 -6h-43q-9 0 -15 6t-6 15v235h213v85h-21v-21q0 -9 -6.5 -15.5t-15.5 -6.5h-256q-8 0 -14.5 6.5t-6.5 15.5v85q0 9 6.5 15t14.5 6h256q9 0 15.5 -6t6.5 -15v-21z" />
<glyph unicode="&#xf1bb;" horiz-adv-x="469" d="M427 320q17 0 29.5 -12.5t12.5 -30.5v-170q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v170q0 18 12.5 30.5t30.5 12.5h384zM427 107v170h-43v-85h-43v85h-42v-85h-43v85h-43v-85h-42v85h-43v-85h-43v85h-42v-170h384z" />
<glyph unicode="&#xf1bc;" d="M163 285l264 -264v-21h-64l-150 149l-50 -50q8 -17 8 -35q0 -35 -25 -60t-60.5 -25t-60.5 25t-25 60t25 60t60 25q19 0 35 -7l51 50l-51 50q-16 -7 -35 -7q-35 0 -60 25t-25 60t25 60t60.5 25t60.5 -25t25 -60q0 -18 -8 -35zM85.5 277q17.5 0 30 12.5t12.5 30.5 t-12.5 30.5t-30 12.5t-30 -12.5t-12.5 -30.5t12.5 -30.5t30 -12.5zM85.5 21q17.5 0 30 12.5t12.5 30.5t-12.5 30.5t-30 12.5t-30 -12.5t-12.5 -30.5t12.5 -30.5t30 -12.5zM213.5 181q10.5 0 10.5 11t-10.5 11t-10.5 -11t10.5 -11zM363 384h64v-21l-150 -150l-42 43z" />
<glyph unicode="&#xf1bd;" horiz-adv-x="484" d="M475 176q9 -10 9 -23t-9 -23l-136 -135q-9 -10 -22.5 -10t-22.5 10l-257 256q-9 9 -9 22.5t9 22.5l136 136q9 9 22.5 9t22.5 -9l53 -52l-31 -30l-44 44l-121 -120l241 -242l121 121l-47 47l30 30zM159 11l29 28l81 -81l-14 -1q-100 0 -173.5 68t-81.5 167h32 q6 -60 40 -108t87 -73zM320 256q-9 0 -15 6.5t-6 14.5v86q0 8 6 14.5t15 6.5v11q0 22 15.5 37.5t37.5 15.5t38 -15.5t16 -37.5v-11q8 0 14.5 -6.5t6.5 -14.5v-86q0 -8 -6.5 -14.5t-14.5 -6.5h-107zM337 395v-11h73v11q0 15 -11 25.5t-26 10.5t-25.5 -10.5t-10.5 -25.5z" />
<glyph unicode="&#xf1be;" horiz-adv-x="510" d="M351 394l-29 -28l-81 81l14 1q100 0 173.5 -68t81.5 -167h-32q-6 60 -40.5 108t-86.5 73zM217 411l257 -257q9 -9 9 -22.5t-9 -22.5l-136 -136q-9 -9 -22.5 -9t-22.5 9l-257 257q-9 9 -9 22.5t9 22.5l136 136q9 9 22.5 9t22.5 -9zM315 -4l136 136l-256 256l-136 -136z M159 -10l29 28l81 -81l-14 -1q-100 0 -173.5 68t-81.5 167h32q6 -60 40 -108t87 -73z" />
<glyph unicode="&#xf1bf;" d="M320 149l107 -106l-32 -32l-107 107v16l-6 6q-39 -33 -90 -33q-38 0 -70 19l31 31q19 -8 39 -8q40 0 68 28.5t28 68t-28 67.5t-68 28t-68 -28t-28 -68h75l-89 -85l-82 85h54q0 57 40.5 98t97.5 41q58 0 98.5 -40.5t40.5 -98.5q0 -51 -34 -90l6 -6h17z" />
<glyph unicode="&#xf1c0;" horiz-adv-x="341" d="M341 30l-81 82q17 27 17 59q0 44 -31 75t-75 31t-75.5 -31t-31.5 -75t31.5 -75.5t75.5 -31.5q31 0 59 18l94 -95q-12 -8 -25 -8h-257q-17 0 -29.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h170l128 -128v-247zM107 170.5q0 26.5 18.5 45.5t45 19t45.5 -19t19 -45.5 t-19 -45t-45.5 -18.5t-45 18.5t-18.5 45z" />
<glyph unicode="&#xf1c1;" d="M203 256q22 0 37.5 -15.5t15.5 -37.5t-15.5 -38t-37.5 -16t-38 16t-16 38t16 37.5t38 15.5zM384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM316 60l30 30l-62 62 q15 23 15 51q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t67 -28q28 0 51 15z" />
<glyph unicode="&#xf1c2;" horiz-adv-x="373" d="M149 320q-38 0 -67.5 -24.5t-36.5 -60.5h-43q8 54 49.5 91t97.5 37q62 0 106 -44l44 44v-128h-128l54 54q-32 31 -76 31zM270 125l103 -104l-32 -31l-103 103q-40 -29 -89 -29q-62 0 -105 44l-44 -44v128h128l-54 -54q31 -31 75 -31q39 0 68 24t37 61h43q-5 -37 -27 -67z " />
<glyph unicode="&#xf1c3;" horiz-adv-x="373" d="M267 149l106 -106l-32 -32l-106 106v17l-6 6q-39 -33 -90 -33q-58 0 -98.5 40.5t-40.5 98t40.5 98t98 40.5t98 -40.5t40.5 -98.5q0 -51 -33 -90l6 -6h17zM139 149q40 0 68 28t28 68t-28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28z" />
<glyph unicode="&#xf1c4;" d="M43 64v64h341v-128h-64v64h-213v-64h-64v64zM363 235h64v-64h-64v64zM0 235h64v-64h-64v64zM320 171h-213v170q0 18 12.5 30.5t29.5 12.5h128q18 0 30.5 -12.5t12.5 -30.5v-170z" />
<glyph unicode="&#xf1c5;" horiz-adv-x="384" d="M192 235q18 0 30.5 -12.5t12.5 -30.5t-12.5 -30.5t-30.5 -12.5t-30.5 12.5t-12.5 30.5t12.5 30.5t30.5 12.5zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM304 192 q0 7 -1 15l32 24q4 5 1 10l-30 52q-3 5 -9 3l-37 -15q-12 9 -25 15l-6 39q-1 6 -7 6h-60q-6 0 -7 -6l-6 -40q-14 -5 -25 -14l-37 15q-6 2 -9 -4l-30 -51q-3 -6 1 -10l32 -24q-1 -8 -1 -15t1 -15l-32 -24q-4 -5 -1 -10l30 -52q3 -5 9 -3l37 15q12 -9 25 -15l6 -39q1 -6 7 -6 h60q6 0 7 6l6 40q14 5 25 14l37 -15q6 -2 9 4l30 51q3 6 -1 10l-32 24q1 8 1 15z" />
<glyph unicode="&#xf1c6;" horiz-adv-x="415" d="M366 171l45 -35q7 -6 3 -14l-43 -74q-4 -8 -13 -4l-53 21q-18 -13 -36 -21l-8 -56q-1 -9 -11 -9h-85q-9 0 -11 9l-8 56q-19 8 -36 21l-53 -21q-9 -3 -13 4l-43 74q-4 8 3 14l45 35q-1 12 -1 21t1 21l-45 35q-7 6 -3 14l43 74q5 8 13 4l53 -21q18 13 36 21l8 56q2 9 11 9 h85q10 0 11 -9l8 -56q19 -8 36 -21l53 21q9 3 13 -4l43 -74q4 -8 -3 -14l-45 -35q2 -12 2 -21t-2 -21zM207.5 117q30.5 0 52.5 22t22 53t-22 53t-52.5 22t-52.5 -22t-22 -53t22 -53t52.5 -22z" />
<glyph unicode="&#xf1c7;" horiz-adv-x="384" d="M192 427l192 -86v-128q0 -89 -55 -162.5t-137 -93.5q-82 20 -137 93.5t-55 162.5v128zM149 85l171 171l-30 30l-141 -140l-55 55l-30 -30z" />
<glyph unicode="&#xf1c8;" horiz-adv-x="384" d="M192 427l192 -86v-128q0 -89 -55 -162.5t-137 -93.5q-82 20 -137 93.5t-55 162.5v128zM192 192v188l-149 -66v-122h149v-191q59 19 100 72t49 119h-149z" />
<glyph unicode="&#xf1c9;" horiz-adv-x="469" d="M346 256h102q9 0 15 -6.5t6 -14.5v-6l-54 -198q-4 -13 -15.5 -22t-26.5 -9h-277q-15 0 -26 9t-15 22l-54 198q-1 2 -1 6q0 8 6.5 14.5t14.5 6.5h103l93 140q6 9 17.5 9t17.5 -9zM171 256h128l-64 94zM234.5 85q17.5 0 30 12.5t12.5 30.5t-12.5 30.5t-30 12.5t-30 -12.5 t-12.5 -30.5t12.5 -30.5t30 -12.5z" />
<glyph unicode="&#xf1ca;" horiz-adv-x="430" d="M213 256v64h-64v43h64v64h43v-64h64v-43h-64v-64h-43zM128 64q18 0 30.5 -12.5t12.5 -30t-12.5 -30t-30.5 -12.5t-30 12.5t-12 30t12 30t30 12.5zM341.5 64q17.5 0 30 -12.5t12.5 -30t-12.5 -30t-30 -12.5t-30 12.5t-12.5 30t12.5 30t30 12.5zM132 133q0 -5 5 -5h247v-43 h-256q-18 0 -30.5 12.5t-12.5 30.5q0 11 6 20l28 53l-76 162h-43v42h70l20 -42l20 -43l48 -101l3 -6h149l59 107l24 43l37 -21l-82 -149q-12 -22 -38 -22h-159l-19 -35v-3z" />
<glyph unicode="&#xf1cb;" d="M128 64q18 0 30.5 -12.5t12.5 -30t-12.5 -30t-30.5 -12.5t-30 12.5t-12 30t12 30t30 12.5zM0 405h70l20 -42h315q9 0 15.5 -6.5t6.5 -15.5q0 -5 -3 -10l-76 -138q-12 -22 -38 -22h-159l-19 -35v-3q0 -5 5 -5h247v-43h-256q-18 0 -30.5 12.5t-12.5 30.5q0 11 6 20l28 53 l-76 162h-43v42zM341.5 64q17.5 0 30 -12.5t12.5 -30t-12.5 -30t-30 -12.5t-30 12.5t-12.5 30t12.5 30t30 12.5z" />
<glyph unicode="&#xf1cc;" horiz-adv-x="384" d="M151 115l55 56h-206v42h206l-55 56l30 30l107 -107l-107 -107zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v85h43v-85h298v298h-298v-85h-43v85q0 18 12.5 30.5t30.5 12.5h298z" />
<glyph unicode="&#xf1cd;" horiz-adv-x="384" d="M0 320h128v-43h-128v43zM0 64v43h384v-43h-384zM0 213h256v-42h-256v42z" />
<glyph unicode="&#xf1ce;" horiz-adv-x="384" d="M0 64v43h128v-43h-128zM0 320h384v-43h-384v43zM0 171v42h256v-42h-256z" />
<glyph unicode="&#xf1cf;" horiz-adv-x="417" d="M282 364h-147l74 73zM135 20h147l-73 -73zM70 157h81l-41 111zM93 315h35l93 -246h-38l-20 53h-106l-19 -53h-38zM285 103h132v-34h-184v28l128 183h-127v35h179v-27z" />
<glyph unicode="&#xf1d0;" horiz-adv-x="417" d="M282 364h-147l74 73zM135 20h147l-73 -73zM266 157h81l-40 111zM290 315h34l93 -246h-38l-19 53h-106l-20 -53h-38zM52 103h132v-34h-184v28l128 183h-127v35h179v-27z" />
<glyph unicode="&#xf1d1;" horiz-adv-x="438" d="M213 107l-24 64h-121l-23 -64h-45l109 277h40l109 -277h-45zM85 213h88l-44 118zM408 201l30 -30l-202 -203l-109 109l30 30l79 -79z" />
<glyph unicode="&#xf1d2;" d="M0 21v86h427v-86h-427zM43 85v-42h42v42h-42zM0 363h427v-86h-427v86zM85 299v42h-42v-42h42zM0 149v86h427v-86h-427zM43 213v-42h42v42h-42z" />
<glyph unicode="&#xf1d3;" d="M363 299h64v-278h-171v86h-85v-86h-171v278h64v64h299v-64zM192 235v64h-64v-22h43v-21h-43v-64h64v21h-43v22h43zM299 192v107h-22v-43h-21v43h-21v-64h42v-43h22z" />
<glyph unicode="&#xf1d4;" horiz-adv-x="384" d="M363 363v-43h-342v43h342zM384 149h-21v-128h-43v128h-85v-128h-214v128h-21v43l21 107h342l21 -107v-43zM192 64v85h-128v-85h128z" />
<glyph unicode="&#xf1d5;" horiz-adv-x="341" d="M170.5 405q39.5 0 67 -3t53 -11.5t38 -26t12.5 -44.5v-203q0 -31 -21.5 -52.5t-52.5 -21.5l32 -32v-11h-256v11l32 32q-31 0 -53 21.5t-22 52.5v203q0 27 12.5 44.5t38 26t53 11.5t67 3zM74.5 85q13.5 0 23 9.5t9.5 23t-9.5 22.5t-23 9t-22.5 -9t-9 -22.5t9 -23 t22.5 -9.5zM149 213v107h-106v-107h106zM266.5 85q13.5 0 23 9.5t9.5 23t-9.5 22.5t-23 9t-22.5 -9t-9 -22.5t9 -23t22.5 -9.5zM299 213v107h-107v-107h107z" />
<glyph unicode="&#xf1d6;" horiz-adv-x="469" d="M123 345l-30 -30l-39 38l30 30zM64 224v-43h-64v43h64zM256 436v-63h-43v63h43zM415 353l-38 -38l-30 30l38 38zM346 61l30 29l39 -38l-30 -30zM405 224h64v-43h-64v43zM235 331q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5 t90.5 37.5zM213 -31v63h43v-63h-43zM54 52l39 39l30 -30l-39 -39z" />
<glyph unicode="&#xf1d7;" horiz-adv-x="469" d="M0 256v43h43v-43h-43zM0 171v42h43v-42h-43zM0 341q0 18 12.5 30.5t30.5 12.5v-43h-43zM171 0v43h42v-43h-42zM0 85v43h43v-43h-43zM43 0q-18 0 -30.5 12.5t-12.5 30.5h43v-43zM427 384q17 0 29.5 -12.5t12.5 -30.5v-85h-213v128h171zM427 85v43h42v-43h-42zM171 341v43 h42v-43h-42zM85 0v43h43v-43h-43zM85 341v43h43v-43h-43zM427 0v43h42q0 -18 -12.5 -30.5t-29.5 -12.5zM427 171v42h42v-42h-42zM256 0v43h43v-43h-43zM341 0v43h43v-43h-43z" />
<glyph unicode="&#xf1d8;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h384zM427 43v213h-171v85h-213v-298h384z" />
<glyph unicode="&#xf1d9;" horiz-adv-x="512" d="M469 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-320q-21 0 -34 19l-115 173l115 173q13 19 34 19h320zM405 115l-76 77l76 77l-30 30l-76 -77l-77 77l-30 -30l77 -77l-77 -77l30 -30l77 77l76 -77z" />
<glyph unicode="&#xf1da;" horiz-adv-x="512" d="M469 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-318q-23 0 -36 19l-115 173l115 173q13 19 34 19h320zM192 160q13 0 22.5 9.5t9.5 22.5t-9.5 22.5t-22.5 9.5t-22.5 -9.5t-9.5 -22.5t9.5 -22.5t22.5 -9.5zM298.5 160q13.5 0 23 9.5t9.5 22.5 t-9.5 22.5t-23 9.5t-22.5 -9.5t-9 -22.5t9 -22.5t22.5 -9.5zM405.5 160q13.5 0 22.5 9.5t9 22.5t-9 22.5t-22.5 9.5t-23 -9.5t-9.5 -22.5t9.5 -22.5t23 -9.5z" />
<glyph unicode="&#xf1db;" horiz-adv-x="512" d="M469 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-320q-21 0 -34 19l-115 173l115 173q13 19 34 19h320z" />
<glyph unicode="&#xf1dc;" horiz-adv-x="469" d="M299 384q17 0 29.5 -12.5t12.5 -30.5v-213q0 -18 -12 -30l-141 -141l-22 23q-10 9 -10 22l1 7l20 98h-134q-18 0 -30.5 12.5t-12.5 29.5v2v41q0 8 3 16l64 150q11 26 40 26h192zM384 384h85v-256h-85v256z" />
<glyph unicode="&#xf1dd;" horiz-adv-x="512" d="M256 320v-27q0 -6 -2 -11l-49 -113q-8 -20 -29 -20h-144q-13 0 -22.5 9.5t-9.5 22.5v139q0 13 9 23l106 105l17 -17q7 -7 7 -17l-1 -5l-14 -68h111q8 0 14.5 -6t6.5 -15zM480 235q13 0 22.5 -9.5t9.5 -22.5v-139q0 -13 -9 -23l-106 -105l-17 17q-7 7 -7 17l1 5l14 68 h-111q-8 0 -14.5 6t-6.5 15v27q0 6 2 11l49 113q8 20 29 20h144z" />
<glyph unicode="&#xf1de;" horiz-adv-x="469" d="M0 0v256h85v-256h-85zM469 235v-2v-41q0 -8 -3 -16l-64 -150q-11 -26 -39 -26h-192q-18 0 -30.5 12.5t-12.5 30.5v213q0 18 13 30l140 141l23 -23q9 -9 9 -22l-1 -7l-20 -98h135q17 0 29.5 -12.5t12.5 -29.5z" />
<glyph unicode="&#xf1df;" d="M384 192q0 -18 12.5 -30.5t30.5 -12.5v-85q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v85q18 0 30.5 12.5t12.5 30.5t-12.5 30.5t-30.5 12.5v85q0 18 12.5 30.5t30.5 12.5h341q18 0 30.5 -12.5t12.5 -30.5v-85q-18 0 -30.5 -12.5t-12.5 -30.5z M290 90l-24 87l71 58l-91 5l-33 84l-33 -84l-90 -5l70 -58l-23 -87l76 49z" />
<glyph unicode="&#xf1e0;" horiz-adv-x="469" d="M298.5 363q70.5 0 120.5 -50t50 -121t-50 -121t-120.5 -50t-120.5 50t-50 121t50 121t120.5 50zM299 64q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5zM43 192q0 -41 23.5 -74t61.5 -47v-44q-56 14 -92 60t-36 105 t36 105t92 60v-44q-38 -14 -61.5 -47t-23.5 -74z" />
<glyph unicode="&#xf1e1;" horiz-adv-x="469" d="M235 192q0 48 34.5 82.5t82.5 34.5t82.5 -34.5t34.5 -82.5h-234zM235 192q0 -48 -35 -82.5t-83 -34.5t-82.5 34.5t-34.5 82.5h235zM235 192q-48 0 -83 34.5t-35 82.5t35 83t83 35v-235zM235 192q48 0 82.5 -34.5t34.5 -82.5t-34.5 -83t-82.5 -35v235z" />
<glyph unicode="&#xf1e2;" horiz-adv-x="341" d="M341 235q0 -30 -18 -52.5t-46 -30.5v-24h64q0 -29 -18 -52t-46 -30v-25q0 -8 -6 -14.5t-15 -6.5h-171q-8 0 -14.5 6.5t-6.5 14.5v25q-28 7 -46 30t-18 52h64v24q-28 8 -46 30.5t-18 52.5h64v24q-28 7 -46 30t-18 52h64v22q0 8 6.5 14.5t14.5 6.5h171q9 0 15 -6.5t6 -14.5 v-22h64q0 -29 -18 -52t-46 -30v-24h64zM170.5 43q17.5 0 30 12.5t12.5 30t-12.5 30t-30 12.5t-30 -12.5t-12.5 -30t12.5 -30t30 -12.5zM170.5 149q17.5 0 30 12.5t12.5 30.5t-12.5 30.5t-30 12.5t-30 -12.5t-12.5 -30.5t12.5 -30.5t30 -12.5zM170.5 256q17.5 0 30 12.5 t12.5 30t-12.5 30t-30 12.5t-30 -12.5t-12.5 -30t12.5 -30t30 -12.5z" />
<glyph unicode="&#xf1e3;" horiz-adv-x="469" d="M253 127l-16 -44l-66 66l-107 -106l-30 30l108 107q-40 44 -63 97h42q20 -39 50 -71q45 50 67 114h-238v43h149v42h43v-42h149v-43h-62q-24 -78 -79 -139l-1 -1zM373 235l96 -256h-42l-24 64h-102l-24 -64h-42l96 256h42zM317 85h70l-35 93z" />
<glyph unicode="&#xf1e4;" d="M213 78l137 219h-273zM213 -2l-213 341h427z" />
<glyph unicode="&#xf1e5;" d="M213 282l-136 -218h273zM213 363l214 -342h-427z" />
<glyph unicode="&#xf1e6;" horiz-adv-x="469" d="M405 277l64 -85v-107h-42q0 -26 -19 -45t-45.5 -19t-45 19t-18.5 45h-128q0 -26 -19 -45t-45.5 -19t-45 19t-18.5 45h-43v235q0 18 12.5 30.5t30.5 12.5h298v-86h64zM106.5 53q13.5 0 23 9.5t9.5 23t-9.5 22.5t-23 9t-22.5 -9t-9 -22.5t9 -23t22.5 -9.5zM395 245h-54v-53 h95zM362.5 53q13.5 0 23 9.5t9.5 23t-9.5 22.5t-23 9t-22.5 -9t-9 -22.5t9 -23t22.5 -9.5z" />
<glyph unicode="&#xf1e7;" d="M420 207q7 -6 7 -15t-7 -15l-192 -192q-6 -6 -15 -6t-15 6l-192 192q-6 6 -6 15t6 15l192 192q6 6 15 6t15 -6zM256 139l75 74l-75 75v-53h-107q-9 0 -15 -6.5t-6 -15.5v-85h43v64h85v-53z" />
<glyph unicode="&#xf1e8;" d="M43 363v-150h-43v150q0 17 12.5 29.5t30.5 12.5h149v-42h-149zM171 171l63 -79l43 57l64 -85h-256zM320 266.5q0 -13.5 -9.5 -22.5t-22.5 -9t-22.5 9t-9.5 22.5t9.5 23t22.5 9.5t22.5 -9.5t9.5 -23zM384 405q18 0 30.5 -12.5t12.5 -29.5v-150h-43v150h-149v42h149z M384 21v150h43v-150q0 -17 -12.5 -29.5t-30.5 -12.5h-149v42h149zM43 171v-150h149v-42h-149q-18 0 -30.5 12.5t-12.5 29.5v150h43z" />
<glyph unicode="&#xf1e9;" horiz-adv-x="341" d="M110 89l121 121q25 -25 25 -60.5t-25 -60.5t-60.5 -25t-60.5 25zM299 405q17 0 29.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h256zM128 363q-9 0 -15 -6.5t-6 -15t6 -15t15 -6.5t15 6.5 t6 15t-6 15t-15 6.5zM64 363q-9 0 -15 -6.5t-6 -15t6 -15t15 -6.5t15 6.5t6 15t-6 15t-15 6.5zM171 21q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5z" />
<glyph unicode="&#xf1ea;" horiz-adv-x="341" d="M0 363h341v-342h-341v342zM43 277v-213h256v213h-256z" />
<glyph unicode="&#xf1eb;" horiz-adv-x="341" d="M341 21h-341v86h341v-86z" />
<glyph unicode="&#xf1ec;" horiz-adv-x="341" d="M0 277h85v86h256v-256h-85v-86h-256v256zM256 277v-128h43v171h-171v-43h128zM43 192v-128h170v128h-170z" />
<glyph unicode="&#xf1ed;" horiz-adv-x="470" d="M464 43q6 -5 6 -14.5t-8 -15.5l-49 -49q-7 -7 -15.5 -7t-14.5 7l-194 194q-37 -15 -77.5 -6.5t-70.5 38.5q-31 32 -39 75.5t12 82.5l94 -92l64 64l-92 92q38 18 82 10.5t76 -38.5q30 -30 38.5 -70.5t-6.5 -76.5z" />
<glyph unicode="&#xf1ee;" horiz-adv-x="373" d="M267 149l106 -106l-32 -32l-106 106v17l-6 6q-39 -33 -90 -33q-58 0 -98.5 40.5t-40.5 98t40.5 98t98 40.5t98 -40.5t40.5 -98.5q0 -51 -33 -90l6 -6h17zM139 149q40 0 68 28t28 68t-28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28zM192 235h-43v-43h-21v43h-43v21h43v43 h21v-43h43v-21z" />
<glyph unicode="&#xf1ef;" horiz-adv-x="373" d="M267 149l106 -106l-32 -32l-106 106v17l-6 6q-39 -33 -90 -33q-58 0 -98.5 40.5t-40.5 98t40.5 98t98 40.5t98 -40.5t40.5 -98.5q0 -51 -33 -90l6 -6h17zM139 149q40 0 68 28t28 68t-28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28zM85 256h107v-21h-107v21z" />
<glyph unicode="&#xf1f0;" d="M192 128h43v-43h-43v43zM192 299h43v-128h-43v128zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50z" />
<glyph unicode="&#xf1f1;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM235 85v43h-43v-43h43zM235 171v128h-43v-128h43z" />
<glyph unicode="&#xf1f2;" horiz-adv-x="384" d="M272 384l112 -112v-160l-112 -112h-160l-112 112v160l112 112h160zM192 79q12 0 20 8t8 19.5t-8 19.5t-20 8t-20 -8t-8 -19.5t8 -19.5t20 -8zM213 171v128h-42v-128h42z" />
<glyph unicode="&#xf1f3;" horiz-adv-x="469" d="M469 192l-52 -59l8 -79l-77 -17l-41 -68l-72 31l-73 -31l-40 67l-77 18l7 79l-52 59l52 60l-7 78l77 17l40 68l73 -31l72 31l41 -68l77 -17l-8 -79zM256 85v43h-43v-43h43zM256 171v128h-43v-128h43z" />
<glyph unicode="&#xf1f4;" horiz-adv-x="469" d="M0 0l235 405l234 -405h-469zM256 64v43h-43v-43h43zM256 149v86h-43v-86h43z" />
<glyph unicode="&#xf1f5;" d="M192 64v43h43v-43h-43zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50zM213.5 320q35.5 0 60.5 -25t25 -60 q0 -18 -10 -32.5t-22 -23t-22 -22t-10 -29.5h-43q0 23 10 39.5t22 24t22 18.5t10 25q0 17 -12.5 29.5t-30 12.5t-30 -12.5t-12.5 -29.5h-43q0 35 25 60t60.5 25z" />
<glyph unicode="&#xf1f6;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM235 43v42h-43v-42h43zM279 208q20 20 20 48q0 35 -25 60t-60.5 25t-60.5 -25t-25 -60h43q0 18 12.5 30.5t30 12.5t30 -12.5t12.5 -30.5t-13 -30l-26 -27 q-25 -25 -25 -60v-11h43q0 22 5.5 34.5t19.5 25.5z" />
<glyph unicode="&#xf1f7;" d="M192 85v128h43v-128h-43zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50zM192 256v43h43v-43h-43z" />
<glyph unicode="&#xf1f8;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM235 85v128h-43v-128h43zM235 256v43h-43v-43h43z" />
<glyph unicode="&#xf1f9;" horiz-adv-x="447" d="M118 372q-33 -24 -53 -60t-22 -77h-43q2 50 25.5 94t62.5 73zM404 235q-2 41 -22.5 77t-53.5 60l31 30q39 -29 62 -73t26 -94h-43zM362 224v-117l43 -43v-21h-363v21l43 43v117q0 49 30 86.5t76 48.5v14q0 14 9.5 23t23 9t22.5 -9t9 -23v-14q47 -11 77 -48.5t30 -86.5z M223 -21q-17 0 -29.5 12.5t-12.5 29.5h85q0 -8 -3 -16q-9 -21 -31 -25q-4 -1 -9 -1z" />
<glyph unicode="&#xf1fa;" horiz-adv-x="384" d="M150 0h84q0 -18 -12 -30.5t-30 -12.5t-30 12.5t-12 30.5zM339 89l45 -45v-23h-384v23l45 45v124q0 52 32 91.5t81 51.5v15q0 14 10 24t24 10t24 -10t10 -24v-15q49 -12 81 -51.5t32 -91.5v-124zM277 170v43h-64v64h-42v-64h-64v-43h64v-64h42v64h64z" />
<glyph unicode="&#xf1fb;" horiz-adv-x="363" d="M181.5 -21q-17.5 0 -30 12.5t-12.5 29.5h85q0 -17 -12.5 -29.5t-30 -12.5zM320 107l43 -43v-21h-363v21l43 43v117q0 49 30 86.5t76 48.5v14q0 14 9.5 23t23 9t22.5 -9t9 -23v-14q47 -11 77 -48.5t30 -86.5v-117zM277 85v139q0 40 -28 68t-68 28t-68 -28t-28 -68v-139 h192z" />
<glyph unicode="&#xf1fc;" horiz-adv-x="384" d="M181.5 -21q-17.5 0 -30 12.5t-12.5 29.5h85q0 -17 -12.5 -29.5t-30 -12.5zM320 224v-79l-202 202q17 8 31 12v14q0 14 9.5 23t23 9t22.5 -9t9 -23v-14q47 -11 77 -48.5t30 -86.5zM314 43h-314v21l43 43v117q0 38 19 71l-62 62l27 27l357 -357l-27 -27z" />
<glyph unicode="&#xf1fd;" horiz-adv-x="363" d="M181.5 -21q-17.5 0 -30 12.5t-12.5 29.5h85q0 -17 -12.5 -29.5t-30 -12.5zM320 107l43 -43v-21h-363v21l43 43v117q0 49 30 86.5t76 48.5v14q0 14 9.5 23t23 9t22.5 -9t9 -23v-14q47 -11 77 -48.5t30 -86.5v-117zM235 239v38h-107v-38h60l-60 -73v-38h107v38h-60z" />
<glyph unicode="&#xf1fe;" horiz-adv-x="363" d="M181.5 -21q-17.5 0 -30 12.5t-12.5 29.5h85q0 -17 -12.5 -29.5t-30 -12.5zM320 107l43 -43v-21h-363v21l43 43v117q0 49 30 86.5t76 48.5v14q0 14 9.5 23t23 9t22.5 -9t9 -23v-14q47 -11 77 -48.5t30 -86.5v-117z" />
<glyph unicode="&#xf1ff;" horiz-adv-x="469" d="M298.5 192q-35.5 0 -60.5 25t-25 60.5t25 60.5t60.5 25t60.5 -25t25 -60.5t-25 -60.5t-60.5 -25zM107 235h64v-43h-64v-64h-43v64h-64v43h64v64h43v-64zM298.5 149q31.5 0 69.5 -9t69.5 -29.5t31.5 -46.5v-43h-341v43q0 26 31.5 46.5t69.5 29.5t69.5 9z" />
<glyph unicode="&#xf200;" horiz-adv-x="512" d="M448 277l-64 -42l-64 42v22l64 -43l64 43v-22zM469 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-426q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h426zM170.5 320q-26.5 0 -45 -18.5t-18.5 -45.5t18.5 -45.5t45 -18.5t45.5 18.5 t19 45.5t-19 45.5t-45.5 18.5zM299 64v21q0 20 -24 36t-52.5 23t-52 7t-52 -7t-52 -23t-23.5 -36v-21h256zM469 192v128h-170v-128h170z" />
<glyph unicode="&#xf201;" horiz-adv-x="384" d="M192 187q-20 0 -34 14t-14 34t14 34t34 14t34 -14t14 -34t-14 -34t-34 -14zM288 101v-16h-192v16q0 22 33 35t63 13t63 -13t33 -35zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5 t30.5 12.5h298zM341 43v298h-298v-298h298z" />
<glyph unicode="&#xf202;" horiz-adv-x="512" d="M469 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-426q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h426zM170.5 320q-26.5 0 -45 -18.5t-18.5 -45.5t18.5 -45.5t45 -18.5t45.5 18.5t19 45.5t-19 45.5t-45.5 18.5zM299 64v21 q0 20 -24 36t-52.5 23t-52 7t-52 -7t-52 -23t-23.5 -36v-21h256zM381 149q-8 22 -8 43t8 43h35l32 42l-42 43q-44 -33 -59 -85q-6 -22 -6 -43t6 -43q15 -52 59 -85l42 43l-32 42h-35z" />
<glyph unicode="&#xf203;" horiz-adv-x="384" d="M0 341q0 18 12.5 30.5t30.5 12.5h298q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298zM256 256q0 27 -18.5 45.5t-45.5 18.5t-45.5 -18.5t-18.5 -45.5t18.5 -45.5t45.5 -18.5t45.5 18.5t18.5 45.5zM64 85v-21h256 v21q0 20 -23.5 36t-52.5 23t-52 7t-52 -7t-52.5 -23t-23.5 -36z" />
<glyph unicode="&#xf204;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h21v43h43v-43h170v43h43v-43h21zM192 320q-27 0 -45.5 -18.5t-18.5 -45.5t18.5 -45.5t45.5 -18.5t45.5 18.5t18.5 45.5 t-18.5 45.5t-45.5 18.5zM320 64v21q0 20 -23.5 36t-52.5 23t-52 7t-52 -7t-52.5 -23t-23.5 -36v-21h256z" />
<glyph unicode="&#xf205;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 341q-26.5 0 -45.5 -18.5t-19 -45t19 -45.5t45.5 -19t45 19t18.5 45.5t-18.5 45t-45 18.5zM213.5 38q39.5 0 73 18.5t54.5 50.5q0 20 -23.5 35.5 t-52 23t-52 7.5t-52 -7.5t-52 -23t-24.5 -35.5q21 -32 55 -50.5t73.5 -18.5z" />
<glyph unicode="&#xf206;" horiz-adv-x="341" d="M170.5 322q-18.5 0 -31.5 -13t-13 -31.5t13 -31.5t31.5 -13t31.5 13t13 31.5t-13 31.5t-31.5 13zM171 130q-44 0 -87 -16.5t-43 -28.5v-23h260v23q0 12 -43 28.5t-87 16.5zM170.5 363q35.5 0 60.5 -25t25 -60.5t-25 -60.5t-60.5 -25t-60.5 25t-25 60.5t25 60.5t60.5 25z M170.5 171q31.5 0 69.5 -9t69.5 -29.5t31.5 -47.5v-64h-341v64q0 27 31.5 47.5t69.5 29.5t69.5 9z" />
<glyph unicode="&#xf207;" horiz-adv-x="341" d="M170.5 192q-35.5 0 -60.5 25t-25 60.5t25 60.5t60.5 25t60.5 -25t25 -60.5t-25 -60.5t-60.5 -25zM170.5 149q31.5 0 69.5 -9t69.5 -29.5t31.5 -46.5v-43h-341v43q0 26 31.5 46.5t69.5 29.5t69.5 9z" />
<glyph unicode="&#xf208;" horiz-adv-x="512" d="M171 235v-43h-64v-64h-43v64h-64v43h64v64h43v-64h64zM384 213q-10 0 -19 3q19 28 19 61q0 34 -19 61q9 3 19 3q27 0 45.5 -18.5t18.5 -45t-18.5 -45.5t-45.5 -19zM277.5 213q-26.5 0 -45.5 19t-19 45.5t19 45t45.5 18.5t45 -18.5t18.5 -45t-18.5 -45.5t-45 -19zM419 167 q37 -6 65 -22t28 -38v-43h-64v43q0 34 -29 60zM277 171q40 0 84 -18t44 -46v-43h-256v43q0 28 44 46t84 18z" />
<glyph unicode="&#xf209;" d="M309 192q-22 0 -37.5 15.5t-15.5 37.5t15.5 38t37.5 16t37.5 -16t15.5 -38t-15.5 -37.5t-37.5 -15.5zM149.5 213q-26.5 0 -45.5 19t-19 45.5t19 45t45.5 18.5t45 -18.5t18.5 -45t-18.5 -45.5t-45 -19zM309.5 149q36.5 0 77 -16t40.5 -42v-48h-235v48q0 26 40.5 42t77 16z M149 171q22 0 51 -6q-51 -28 -51 -74v-48h-149v53q0 23 27.5 41t61 26t60.5 8z" />
<glyph unicode="&#xf20a;" d="M384 448v-43h-341v43h341zM43 -64v43h341v-43h-341zM384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM213 304q-20 0 -34 -14t-14 -34t14 -34t34 -14t34 14t14 34t-14 34 t-34 14zM320 85v32q0 24 -36.5 39t-70 15t-70 -15t-36.5 -39v-32h213z" />
<glyph unicode="&#xf20b;" horiz-adv-x="469" d="M427 341h42v-298h-42v298zM341 43v298h43v-298h-43zM277 341q9 0 15.5 -6t6.5 -15v-256q0 -9 -6.5 -15t-15.5 -6h-256q-8 0 -14.5 6t-6.5 15v256q0 9 6.5 15t14.5 6h256zM149 283q-20 0 -34 -14t-14 -34t14 -34t34 -14t34 14t14 34t-14 34t-34 14zM245 85v16q0 22 -33 35 t-63 13t-63 -13t-33 -35v-16h192z" />
<glyph unicode="&#xf20c;" horiz-adv-x="469" d="M331 171q25 0 56 -7.5t56.5 -24t25.5 -38.5v-58h-469v58q0 22 25.5 38.5t56.5 24t57 7.5q50 0 96 -22q46 22 96 22zM245 75v26q0 10 -35 24t-71.5 14t-71.5 -14t-35 -24v-26h213zM437 75v26q0 10 -35 24t-71 14q-32 0 -65 -12q11 -12 11 -26v-26h160zM139 192 q-31 0 -53 22t-22 53t22 52.5t53 21.5t52.5 -21.5t21.5 -52.5t-21.5 -53t-52.5 -22zM138.5 309q-17.5 0 -30 -12.5t-12.5 -30t12.5 -30t30 -12.5t30 12.5t12.5 30t-12.5 30t-30 12.5zM331 192q-31 0 -53 22t-22 53t22 52.5t53 21.5t52.5 -21.5t21.5 -52.5t-21.5 -53 t-52.5 -22zM330.5 309q-17.5 0 -30 -12.5t-12.5 -30t12.5 -30t30 -12.5t30 12.5t12.5 30t-12.5 30t-30 12.5z" />
<glyph unicode="&#xf20d;" horiz-adv-x="469" d="M320 213q-27 0 -45.5 19t-18.5 45.5t18.5 45t45.5 18.5t45.5 -18.5t18.5 -45t-18.5 -45.5t-45.5 -19zM149.5 213q-26.5 0 -45.5 19t-19 45.5t19 45t45.5 18.5t45 -18.5t18.5 -45t-18.5 -45.5t-45 -19zM149.5 171q27.5 0 60.5 -8t61 -26t28 -41v-53h-299v53q0 23 27.5 41 t61 26t61 8zM320 171q28 0 61 -8t60.5 -26t27.5 -41v-53h-128v53q0 43 -42 74q13 1 21 1z" />
<glyph unicode="&#xf20e;" d="M149 197q11 0 19 -7.5t8 -18.5t-8 -19t-19 -8t-18.5 8t-7.5 19t7.5 18.5t18.5 7.5zM277 197q11 0 19 -7.5t8 -18.5t-8 -19t-19 -8t-18.5 8t-7.5 19t7.5 18.5t18.5 7.5zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5 t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121q0 24 -7 48q-24 -5 -48 -5q-53 0 -99 24t-75 66q-33 -80 -111 -115q-1 -10 -1 -18q0 -71 50 -121t120.5 -50z" />
<glyph unicode="&#xf20f;" horiz-adv-x="192" d="M128 -21h-64v128h-64l54 162q4 14 15.5 22t25.5 8h2q14 0 25 -8t16 -22l54 -162h-64v-128zM96 320q-18 0 -30.5 12.5t-12.5 30t12.5 30t30.5 12.5t30.5 -12.5t12.5 -30t-12.5 -30t-30.5 -12.5z" />
<glyph unicode="&#xf210;" horiz-adv-x="149" d="M32 -21v160h-32v117q0 18 12.5 30.5t30.5 12.5h64q17 0 29.5 -12.5t12.5 -30.5v-117h-32v-160h-85zM74.5 320q-17.5 0 -30 12.5t-12.5 30t12.5 30t30 12.5t30 -12.5t12.5 -30t-12.5 -30t-30 -12.5z" />
<glyph unicode="&#xf211;" horiz-adv-x="363" d="M32 -21v160h-32v117q0 18 12.5 30.5t30.5 12.5h64q17 0 29.5 -12.5t12.5 -30.5v-117h-32v-160h-85zM299 -21h-64v128h-64l54 162q4 14 15.5 22t24.5 8h3q14 0 25 -8t15 -22l55 -162h-64v-128zM74.5 320q-17.5 0 -30 12.5t-12.5 30t12.5 30t30 12.5t30 -12.5t12.5 -30 t-12.5 -30t-30 -12.5zM266.5 320q-17.5 0 -30 12.5t-12.5 30t12.5 30t30 12.5t30 -12.5t12.5 -30t-12.5 -30t-30 -12.5z" />
<glyph unicode="&#xf212;" horiz-adv-x="384" d="M192 405q18 0 30.5 -12.5t12.5 -30t-12.5 -30t-30.5 -12.5t-30.5 12.5t-12.5 30t12.5 30t30.5 12.5zM384 256h-128v-277h-43v128h-42v-128h-43v277h-128v43h384v-43z" />
<glyph unicode="&#xf213;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50zM288 213q-13 0 -22.5 9.5t-9.5 23t9.5 22.5t22.5 9t22.5 -9 t9.5 -22.5t-9.5 -23t-22.5 -9.5zM138.5 213q-13.5 0 -22.5 9.5t-9 23t9 22.5t22.5 9t23 -9t9.5 -22.5t-9.5 -23t-23 -9.5zM213.5 149q36.5 0 66 -20.5t42.5 -53.5h-218q13 33 43 53.5t66.5 20.5z" />
<glyph unicode="&#xf214;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50zM288 213q-13 0 -22.5 9.5t-9.5 23t9.5 22.5t22.5 9t22.5 -9 t9.5 -22.5t-9.5 -23t-22.5 -9.5zM138.5 213q-13.5 0 -22.5 9.5t-9 23t9 22.5t22.5 9t23 -9t9.5 -22.5t-9.5 -23t-23 -9.5zM213.5 75q-36.5 0 -66.5 20.5t-43 53.5h218q-13 -33 -42.5 -53.5t-66 -20.5z" />
<glyph unicode="&#xf215;" horiz-adv-x="343" d="M226.5 331q-17.5 0 -30.5 12.5t-13 30t13 30t30.5 12.5t30 -12.5t12.5 -30t-12.5 -30t-30 -12.5zM149 35l-149 29l9 43l104 -21l34 173l-38 -15v-73h-43v100l111 47q3 0 8.5 1t8.5 1q22 0 36 -21l22 -34q13 -23 37.5 -37t53.5 -14v-43q-71 0 -117 53l-13 -64l45 -42v-160 h-43v128l-44 42z" />
<glyph unicode="&#xf216;" horiz-adv-x="277" d="M160 331q-18 0 -30.5 12.5t-12.5 30t12.5 30t30.5 12.5t30.5 -12.5t12.5 -30t-12.5 -30t-30.5 -12.5zM81 258l-60 -301h45l39 171l44 -43v-128h43v160l-45 43l13 64q46 -53 117 -53v42q-29 0 -53.5 14.5t-37.5 37.5l-22 34q-14 21 -36 21q-3 0 -8.5 -1t-8.5 -1l-111 -47 v-100h43v72l38 15v0z" />
<glyph unicode="&#xf217;" horiz-adv-x="469" d="M171 107q-27 0 -45.5 18.5t-18.5 45.5q0 24 16.5 42.5t40.5 20.5h3q9 20 27.5 31.5t40.5 11.5q28 0 48.5 -18t24.5 -46h1q22 0 38 -15.5t16 -37.5t-16 -37.5t-38 -15.5h-138zM427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-384 q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h384zM427 42v300h-384v-300h384z" />
<glyph unicode="&#xf218;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM309 107q22 0 38 15.5t16 37.5t-16 37.5t-38 15.5h-10q0 36 -25 61t-61 25q-29 0 -52 -18.5t-30 -46.5l-3 1q-27 0 -45.5 -19t-18.5 -45.5t18.5 -45 t45.5 -18.5h181z" />
<glyph unicode="&#xf219;" horiz-adv-x="512" d="M413 234q42 -3 70.5 -33.5t28.5 -72.5q0 -44 -31.5 -75.5t-75.5 -31.5h-277q-53 0 -90.5 37.5t-37.5 90.5q0 50 33 86t81 41q20 40 58 63.5t84 23.5q58 0 102 -37t55 -92zM213 85l141 141l-30 30l-111 -110l-44 44l-30 -30z" />
<glyph unicode="&#xf21a;" horiz-adv-x="512" d="M413 234q42 -3 70.5 -33.5t28.5 -72.5q0 -44 -31.5 -75.5t-75.5 -31.5h-277q-53 0 -90.5 37.5t-37.5 90.5q0 50 33 86t81 41q20 40 58 63.5t84 23.5q58 0 102 -37t55 -92zM363 171h-64v85h-86v-85h-64l107 -107z" />
<glyph unicode="&#xf21b;" horiz-adv-x="512" d="M413 234q42 -3 70.5 -33.5t28.5 -72.5q0 -55 -45 -87l-31 31q33 19 33 56q0 27 -18.5 45.5t-45.5 18.5h-32v11q0 48 -34 82.5t-83 34.5q-29 0 -54 -13l-32 31q40 25 86 25q58 0 102 -37t55 -92zM64 336l27 27l357 -357l-27 -27l-43 42h-250q-53 0 -90.5 37.5t-37.5 90.5 q0 52 35.5 89t87.5 39zM165 235h-37q-35 0 -60 -25t-25 -60.5t25 -60.5t60 -25h208z" />
<glyph unicode="&#xf21c;" horiz-adv-x="512" d="M413 234q42 -3 70.5 -33.5t28.5 -72.5q0 -44 -31.5 -75.5t-75.5 -31.5h-277q-53 0 -90.5 37.5t-37.5 90.5q0 50 33 86t81 41q21 40 59 63.5t83 23.5q58 0 102 -37t55 -92zM405 64q27 0 45.5 19t18.5 45t-18.5 45t-45.5 19h-32v11q0 48 -34.5 82.5t-82.5 34.5 q-58 0 -94 -47q41 -12 67.5 -46t26.5 -78h-43q0 36 -25 61t-60 25t-60 -25t-25 -60.5t25 -60.5t60 -25h277z" />
<glyph unicode="&#xf21d;" horiz-adv-x="512" d="M413 234q42 -3 70.5 -33.5t28.5 -72.5q0 -44 -31.5 -75.5t-75.5 -31.5h-277q-53 0 -90.5 37.5t-37.5 90.5q0 50 33 86t81 41q20 40 58 63.5t84 23.5q58 0 102 -37t55 -92zM405 64q27 0 45.5 18.5t18.5 45.5t-18.5 45.5t-45.5 18.5h-32v11q0 48 -34 82.5t-83 34.5 q-40 0 -71 -24t-42 -61h-15q-35 0 -60 -25t-25 -60.5t25 -60.5t60 -25h277z" />
<glyph unicode="&#xf21e;" horiz-adv-x="512" d="M413 234q42 -3 70.5 -33.5t28.5 -72.5q0 -44 -31.5 -75.5t-75.5 -31.5h-277q-53 0 -90.5 37.5t-37.5 90.5q0 50 33 86t81 41q20 40 58 63.5t84 23.5q58 0 102 -37t55 -92zM299 171h64l-107 106l-107 -106h64v-86h86v86z" />
<glyph unicode="&#xf21f;" horiz-adv-x="512" d="M413 234q42 -3 70.5 -33.5t28.5 -72.5q0 -44 -31.5 -75.5t-75.5 -31.5h-277q-53 0 -90.5 37.5t-37.5 90.5q0 50 33 86t81 41q20 40 58 63.5t84 23.5q58 0 102 -37t55 -92z" />
<glyph unicode="&#xf220;" horiz-adv-x="299" d="M299 256l-150 -149l-149 149h85v128h128v-128h86zM0 64h299v-43h-299v43z" />
<glyph unicode="&#xf221;" horiz-adv-x="341" d="M213 405l128 -128v-256q0 -17 -12.5 -29.5t-29.5 -12.5h-257q-17 0 -29.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h170zM256 107v42h-64v64h-43v-64h-64v-42h64v-64h43v64h64zM192 256h117l-117 117v-117z" />
<glyph unicode="&#xf222;" horiz-adv-x="341" d="M213 405l128 -128v-256q0 -17 -12.5 -29.5t-29.5 -12.5h-257q-17 0 -29.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h170zM256 64v43h-171v-43h171zM256 149v43h-171v-43h171zM192 256h117l-117 117v-117z" />
<glyph unicode="&#xf223;" horiz-adv-x="341" d="M43 405h170l128 -128v-256q0 -17 -12.5 -29.5t-29.5 -12.5h-257q-17 0 -29.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5zM192 256h117l-117 117v-117z" />
<glyph unicode="&#xf224;" d="M384 320q18 0 30.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h128l42 -43h171zM384 64v213h-341v-213h341z" />
<glyph unicode="&#xf225;" d="M384 320q18 0 30.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h128l42 -43h171zM277.5 256q-17.5 0 -30 -12.5t-12.5 -30t12.5 -30t30 -12.5t30 12.5t12.5 30t-12.5 30t-30 12.5zM363 85v22 q0 19 -29.5 30.5t-56 11.5t-56 -11.5t-29.5 -30.5v-22h171z" />
<glyph unicode="&#xf226;" d="M384 320q18 0 30.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h128l42 -43h171zM247 64l-20 87l67 58l-89 8l-34 82l-35 -82l-89 -8l68 -58l-21 -87l77 45z" />
<glyph unicode="&#xf227;" d="M43 363h128l42 -43h171q18 0 30.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5zM276 256l-25 -60l-65 -5l49 -43l-15 -63l56 33l56 -33l-14 63l49 43l-65 5z" />
<glyph unicode="&#xf228;" d="M171 363l42 -43h171q18 0 30.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h128z" />
<glyph unicode="&#xf229;" horiz-adv-x="299" d="M139 256h32v-128h-32v128zM85 256q10 0 16 -6.5t6 -14.5v-11h-75v-64h43v32h32v-43q0 -8 -6 -14.5t-16 -6.5h-64q-9 0 -15 6.5t-6 14.5v86q0 8 6 14.5t15 6.5h64zM299 224h-64v-21h42v-32h-42v-43h-32v128h96v-32z" />
<glyph unicode="&#xf22a;" horiz-adv-x="299" d="M0 363h299v-43h-299v43zM0 149l149 150l150 -150h-86v-128h-128v128h-85z" />
<glyph unicode="&#xf22b;" horiz-adv-x="384" d="M0 384h384v-384h-384v384zM171 43v128h-128v-128h128zM171 213v128h-128v-128h128zM341 43v128h-128v-128h128zM341 213v128h-128v-128h128z" />
<glyph unicode="&#xf22c;" horiz-adv-x="384" d="M128 213v-42h-43v42h43zM213 128v-43h-42v43h42zM128 384v-43h-43v43h43zM213 213v-42h-42v42h42zM43 384v-43h-43v43h43zM213 299v-43h-42v43h42zM299 213v-42h-43v42h43zM213 384v-43h-42v43h42zM299 384v-43h-43v43h43zM341 171v42h43v-42h-43zM341 85v43h43v-43h-43z M43 299v-43h-43v43h43zM341 384h43v-43h-43v43zM341 256v43h43v-43h-43zM43 213v-42h-43v42h43zM0 0v43h384v-43h-384zM43 128v-43h-43v43h43z" />
<glyph unicode="&#xf22d;" horiz-adv-x="384" d="M85 341v43h43v-43h-43zM85 171v42h43v-42h-43zM85 0v43h43v-43h-43zM171 85v43h42v-43h-42zM171 0v43h42v-43h-42zM0 0v43h43v-43h-43zM0 85v43h43v-43h-43zM0 171v42h43v-42h-43zM0 256v43h43v-43h-43zM0 341v43h43v-43h-43zM171 171v42h42v-42h-42zM341 85v43h43v-43 h-43zM341 171v42h43v-42h-43zM341 0v43h43v-43h-43zM341 256v43h43v-43h-43zM171 256v43h42v-43h-42zM341 384h43v-43h-43v43zM171 341v43h42v-43h-42zM256 0v43h43v-43h-43zM256 171v42h43v-42h-43zM256 341v43h43v-43h-43z" />
<glyph unicode="&#xf22e;" horiz-adv-x="512" d="M379 299l-214 -214h-80v80l214 214zM442 362l-42 -42l-80 80l42 42q6 6 15 6t15 -6l50 -50q6 -6 6 -15t-6 -15zM0 21h512v-85h-512v85z" />
<glyph unicode="&#xf22f;" horiz-adv-x="384" d="M0 0v43h43v-43h-43zM43 299v-43h-43v43h43zM0 85v43h43v-43h-43zM85 0v43h43v-43h-43zM43 384v-43h-43v43h43zM128 384v-43h-43v43h43zM299 384v-43h-43v43h43zM213 299v-43h-42v43h42zM213 384v-43h-42v43h42zM341 85v43h43v-43h-43zM171 0v43h42v-43h-42zM0 171v42h384 v-42h-384zM341 384h43v-43h-43v43zM341 256v43h43v-43h-43zM171 85v43h42v-43h-42zM256 0v43h43v-43h-43zM341 0v43h43v-43h-43z" />
<glyph unicode="&#xf230;" horiz-adv-x="384" d="M0 0v43h43v-43h-43zM85 0v43h43v-43h-43zM43 299v-43h-43v43h43zM0 85v43h43v-43h-43zM128 384v-43h-43v43h43zM43 384v-43h-43v43h43zM299 384v-43h-43v43h43zM341 256v43h43v-43h-43zM341 384h43v-43h-43v43zM256 0v43h43v-43h-43zM213 384v-171h171v-42h-171v-171h-42 v171h-171v42h171v171h42zM341 0v43h43v-43h-43zM341 85v43h43v-43h-43z" />
<glyph unicode="&#xf231;" horiz-adv-x="384" d="M171 0v43h42v-43h-42zM171 85v43h42v-43h-42zM171 341v43h42v-43h-42zM171 256v43h42v-43h-42zM171 171v42h42v-42h-42zM85 0v43h43v-43h-43zM85 341v43h43v-43h-43zM85 171v42h43v-42h-43zM0 0v384h43v-384h-43zM341 256v43h43v-43h-43zM256 0v43h43v-43h-43zM341 85v43 h43v-43h-43zM341 384h43v-43h-43v43zM341 171v42h43v-42h-43zM341 0v43h43v-43h-43zM256 171v42h43v-42h-43zM256 341v43h43v-43h-43z" />
<glyph unicode="&#xf232;" horiz-adv-x="384" d="M213 299v-43h-42v43h42zM213 213v-42h-42v42h42zM299 213v-42h-43v42h43zM0 384h384v-384h-384v384zM341 43v298h-298v-298h298zM213 128v-43h-42v43h42zM128 213v-42h-43v42h43z" />
<glyph unicode="&#xf233;" horiz-adv-x="384" d="M85 0v43h43v-43h-43zM0 341v43h43v-43h-43zM85 341v43h43v-43h-43zM85 171v42h43v-42h-43zM0 0v43h43v-43h-43zM171 0v43h42v-43h-42zM0 171v42h43v-42h-43zM0 85v43h43v-43h-43zM0 256v43h43v-43h-43zM171 85v43h42v-43h-42zM256 171v42h43v-42h-43zM341 384h43v-384 h-43v384zM256 0v43h43v-43h-43zM256 341v43h43v-43h-43zM171 171v42h42v-42h-42zM171 341v43h42v-43h-42zM171 256v43h42v-43h-42z" />
<glyph unicode="&#xf234;" horiz-adv-x="384" d="M256 0v43h43v-43h-43zM341 0v43h43v-43h-43zM85 0v43h43v-43h-43zM171 0v43h42v-43h-42zM341 85v43h43v-43h-43zM341 171v42h43v-42h-43zM0 384h384v-43h-341v-341h-43v384zM341 256v43h43v-43h-43z" />
<glyph unicode="&#xf235;" horiz-adv-x="384" d="M85 0v43h43v-43h-43zM85 171v42h43v-42h-43zM171 171v42h42v-42h-42zM171 0v43h42v-43h-42zM0 85v43h43v-43h-43zM0 0v43h43v-43h-43zM0 171v42h43v-42h-43zM0 256v43h43v-43h-43zM171 85v43h42v-43h-42zM341 256v43h43v-43h-43zM341 171v42h43v-42h-43zM0 384h384v-43 h-384v43zM341 85v43h43v-43h-43zM256 0v43h43v-43h-43zM171 256v43h42v-43h-42zM341 0v43h43v-43h-43zM256 171v42h43v-42h-43z" />
<glyph unicode="&#xf236;" horiz-adv-x="384" d="M0 256v43h43v-43h-43zM0 341v43h43v-43h-43zM85 0v43h43v-43h-43zM85 171v42h43v-42h-43zM0 171v42h43v-42h-43zM0 0v43h43v-43h-43zM0 85v43h43v-43h-43zM85 341v43h43v-43h-43zM341 85v43h43v-43h-43zM171 0v384h42v-384h-42zM341 0v43h43v-43h-43zM341 171v42h43v-42 h-43zM341 384h43v-43h-43v43zM341 256v43h43v-43h-43zM256 341v43h43v-43h-43zM256 0v43h43v-43h-43zM256 171v42h43v-42h-43z" />
<glyph unicode="&#xf237;" horiz-adv-x="405" d="M299 427v-43h-256v-299h-43v299q0 18 12.5 30.5t30.5 12.5h256zM363 341q17 0 29.5 -12.5t12.5 -29.5v-299q0 -18 -12.5 -30.5t-29.5 -12.5h-235q-18 0 -30.5 12.5t-12.5 30.5v299q0 17 12.5 29.5t30.5 12.5h235zM363 0v299h-235v-299h235z" />
<glyph unicode="&#xf238;" horiz-adv-x="469" d="M341 128v171h-170v42h170q18 0 30.5 -12.5t12.5 -29.5v-171h-43zM128 85h341v-42h-85v-86h-43v86h-213q-18 0 -30.5 12.5t-12.5 29.5v214h-85v42h85v86h43v-342z" />
<glyph unicode="&#xf239;" horiz-adv-x="384" d="M85 128h214v-43h-214v43zM0 0v43h384v-43h-384zM0 171v42h384v-42h-384zM85 299h214v-43h-214v43zM0 384h384v-43h-384v43z" />
<glyph unicode="&#xf23a;" horiz-adv-x="384" d="M0 0v43h384v-43h-384zM0 85v43h384v-43h-384zM0 171v42h384v-42h-384zM0 256v43h384v-43h-384zM0 384h384v-43h-384v43z" />
<glyph unicode="&#xf23b;" horiz-adv-x="384" d="M256 128v-43h-256v43h256zM256 299v-43h-256v43h256zM0 171v42h384v-42h-384zM0 0v43h384v-43h-384zM0 384h384v-43h-384v43z" />
<glyph unicode="&#xf23c;" horiz-adv-x="384" d="M0 0v43h384v-43h-384zM128 85v43h256v-43h-256zM0 171v42h384v-42h-384zM128 256v43h256v-43h-256zM0 384h384v-43h-384v43z" />
<glyph unicode="&#xf23d;" horiz-adv-x="229" d="M183 218q21 -10 33.5 -29.5t12.5 -43.5q0 -34 -23 -57.5t-56 -23.5h-150v299h133q36 0 61 -25t25 -61q0 -35 -36 -59zM64 309v-64h64q13 0 22.5 9.5t9.5 23t-9.5 22.5t-22.5 9h-64zM139 117q13 0 22.5 9.5t9.5 23t-9.5 22.5t-22.5 9h-75v-64h75z" />
<glyph unicode="&#xf23e;" horiz-adv-x="384" d="M43 171v42h298v-42h-298zM0 85v43h299v-43h-299zM85 299h299v-43h-299v43z" />
<glyph unicode="&#xf23f;" horiz-adv-x="384" d="M27 341l6 -5l308 -309l-27 -27l-121 121l-33 -78h-64l53 123l-149 148zM85 341h299v-64h-124l-34 -80l-45 44l16 36h-52l-60 60v4z" />
<glyph unicode="&#xf240;" horiz-adv-x="512" d="M353 257q10 -9 10 -22.5t-10 -22.5l-117 -117q-9 -10 -22.5 -10t-22.5 10l-118 117q-9 9 -9 22.5t9 22.5l110 110l-51 51l31 30zM111 235h205l-103 102zM405 203q43 -47 43 -75q0 -18 -12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5q0 13 10.5 31.5t21.5 30.5zM0 21h512v-85 h-512v85z" />
<glyph unicode="&#xf241;" horiz-adv-x="338" d="M299 149q0 -14 -3 -28l-184 184q14 19 28.5 37.5t22.5 27.5l8 10q5 -6 13.5 -16.5t30.5 -40t39 -56.5t31 -60.5t14 -57.5zM280 83l58 -59l-27 -27l-56 56q-36 -32 -84 -32q-53 0 -90.5 37.5t-37.5 90.5q0 35 28 88l-71 71l27 28l154 -155z" />
<glyph unicode="&#xf242;" horiz-adv-x="512" d="M0 21h512v-85h-512v85zM235 384h42l117 -299h-48l-23 64h-134l-24 -64h-48zM205 192h102l-51 135z" />
<glyph unicode="&#xf243;" horiz-adv-x="384" d="M171 85v43h213v-43h-213zM0 192l85 85v-170zM0 0v43h384v-43h-384zM0 384h384v-43h-384v43zM171 256v43h213v-43h-213zM171 171v42h213v-42h-213z" />
<glyph unicode="&#xf244;" horiz-adv-x="384" d="M0 0v43h384v-43h-384zM0 277l85 -85l-85 -85v170zM171 85v43h213v-43h-213zM0 384h384v-43h-384v43zM171 256v43h213v-43h-213zM171 171v42h213v-42h-213z" />
<glyph unicode="&#xf245;" horiz-adv-x="256" d="M85 363h171v-64h-60l-72 -171h47v-64h-171v64h60l72 171h-47v64z" />
<glyph unicode="&#xf246;" horiz-adv-x="437" d="M96 299v-214h53l-74 -74l-75 74h53v214h-53l75 74l74 -74h-53zM181 341h256v-42h-256v42zM181 43v42h256v-42h-256zM181 171v42h256v-42h-256z" />
<glyph unicode="&#xf247;" horiz-adv-x="395" d="M32 224q13 0 22.5 -9.5t9.5 -22.5t-9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5zM32 352q13 0 22.5 -9.5t9.5 -22.5t-9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5zM32 92q12 0 20 -8t8 -20t-8 -20t-20 -8t-20 8t-8 20t8 20t20 8z M96 43v42h299v-42h-299zM96 171v42h299v-42h-299zM96 341h299v-42h-299v42z" />
<glyph unicode="&#xf248;" horiz-adv-x="405" d="M0 85v22h64v-86h-64v22h43v10h-22v22h22v10h-43zM21 277v64h-21v22h43v-86h-22zM0 213v22h64v-20l-38 -44h38v-22h-64v20l38 44h-38zM107 341h298v-42h-298v42zM107 43v42h298v-42h-298zM107 171v42h298v-42h-298z" />
<glyph unicode="&#xf249;" horiz-adv-x="341" d="M85 235q-35 0 -60 25t-25 60t25 60t60 25h171v-42h-43v-235h-42v235h-43v-235h-43v107zM341 64l-85 -85v64h-256v42h256v64z" />
<glyph unicode="&#xf24a;" horiz-adv-x="341" d="M128 235q-35 0 -60 25t-25 60t25 60t60 25h171v-42h-43v-235h-43v235h-42v-235h-43v107zM85 85h256v-42h-256v-64l-85 85l85 85v-64z" />
<glyph unicode="&#xf24b;" horiz-adv-x="405" d="M128 363h277v-64h-106v-256h-64v256h-107v64zM0 192v64h192v-64h-64v-149h-64v149h-64z" />
<glyph unicode="&#xf24c;" horiz-adv-x="469" d="M105 235q-5 4 -7 8q-11 22 -11 47t13 47q8 18 30 36q19 14 49 24q26 8 62 8q40 0 66 -10q25 -6 49 -26q20 -16 30 -40q11 -25 11 -52h-86q0 11 -4 24q-3 13 -13 19q-10 10 -21 13q-17 4 -30 4t-30 -4q-8 -2 -21 -11q-10 -7 -13 -15q-4 -13 -4 -19q0 -22 21 -34 q14 -9 43 -19h-134zM469 192v-43h-91q1 -1 1.5 -2t1 -3t1.5 -3q8 -20 8 -47q0 -24 -10 -49q-8 -18 -30 -36q-21 -18 -47 -24q-26 -8 -62 -8q-15 0 -40 4q-13 2 -39 10q-13 7 -34 20q-14 8 -28 25q-13 17 -19 34q-6 20 -6 45h85q0 -21 6 -34q5 -8 17 -21q10 -10 26 -13 q21 -4 34 -4t30 4q3 2 10 5t9 6q10 6 13 15q4 12 4 19q0 13 -2 19q-3 11 -13 17q-17 12 -25 15q-2 1 -7.5 3t-7.5 3h-254v43h469z" />
<glyph unicode="&#xf24d;" horiz-adv-x="384" d="M149 43v64h86v-64h-86zM43 363h298v-64h-106v-64h-86v64h-106v64zM0 149v43h384v-43h-384z" />
<glyph unicode="&#xf24e;" horiz-adv-x="341" d="M213 85v-42h-213v42h213zM341 256v-43h-341v43h341zM0 128v43h341v-43h-341zM0 341h341v-42h-341v42z" />
<glyph unicode="&#xf24f;" horiz-adv-x="299" d="M149 85q-53 0 -90.5 37.5t-37.5 90.5v171h54v-171q0 -31 21.5 -52.5t52.5 -21.5t53 21.5t22 52.5v171h53v-171q0 -53 -37.5 -90.5t-90.5 -37.5zM0 43h299v-43h-299v43z" />
<glyph unicode="&#xf250;" horiz-adv-x="341" d="M256 171l-85 -86l-86 86h64v213h43v-213h64zM0 43h341v-43h-341v43z" />
<glyph unicode="&#xf251;" horiz-adv-x="341" d="M85 43l86 85l85 -85h-64v-86h-43v86h-64zM256 341l-85 -85l-86 85h64v86h43v-86h64zM0 213h341v-42h-341v42z" />
<glyph unicode="&#xf252;" horiz-adv-x="341" d="M85 213l86 86l85 -86h-64v-213h-43v213h-64zM0 384h341v-43h-341v43z" />
<glyph unicode="&#xf253;" horiz-adv-x="436" d="M360 222l76 77v-192h-192l78 77q-48 40 -110 40q-56 0 -100.5 -33t-61.5 -84l-50 16q22 68 80.5 111t131.5 43q84 0 148 -55z" />
<glyph unicode="&#xf254;" horiz-adv-x="384" d="M0 341q0 18 12.5 30.5t30.5 12.5v-43h-43zM0 171v42h43v-42h-43zM85 0v43h43v-43h-43zM0 256v43h43v-43h-43zM213 384v-43h-42v43h42zM341 384q18 0 30.5 -12.5t12.5 -30.5h-43v43zM43 0q-18 0 -30.5 12.5t-12.5 30.5h43v-43zM0 85v43h43v-43h-43zM128 384v-43h-43v43h43 zM171 0v43h42v-43h-42zM341 171v42h43v-42h-43zM341 0v43h43q0 -18 -12.5 -30.5t-30.5 -12.5zM341 256v43h43v-43h-43zM341 85v43h43v-43h-43zM256 0v43h43v-43h-43zM256 341v43h43v-43h-43zM85 85v214h214v-214h-214zM128 256v-128h128v128h-128z" />
<glyph unicode="&#xf255;" horiz-adv-x="341" d="M299 256h42v-128h-341v128h43v-85h256v85z" />
<glyph unicode="&#xf256;" horiz-adv-x="299" d="M0 85h299v-42h-299v42zM96 175l-19 -47h-45l101 235h32l102 -235h-45l-19 47h-107zM149 320l-40 -107h80z" />
<glyph unicode="&#xf257;" d="M427 64h-86v-43h43l-64 -64l-64 64h43v43h-171q-18 0 -30.5 12.5t-12.5 30.5v170h-85v43h85v43h-42l64 64l64 -64h-43v-256h299v-43zM171 277v43h128q17 0 29.5 -12.5t12.5 -30.5v-128h-42v128h-128z" />
<glyph unicode="&#xf258;" horiz-adv-x="437" d="M224 277q73 0 131.5 -43t81.5 -111l-51 -16q-17 51 -61.5 84t-100.5 33q-61 0 -109 -40l77 -77h-192v192l77 -77q64 55 147 55z" />
<glyph unicode="&#xf259;" horiz-adv-x="363" d="M0 43v42h128v-42h-128zM341 341v-42h-341v42h341zM277 213q36 0 61 -25t25 -60t-25 -60t-61 -25h-42v-43l-64 64l64 64v-43h48q17 0 29.5 12.5t12.5 30.5t-12.5 30.5t-29.5 12.5h-283v42h277z" />
<glyph unicode="&#xf25a;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM235 149v43h-43v-43h43zM235 235v85h-43v-85h43z" />
<glyph unicode="&#xf25b;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-384l-86 85h-298q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h341zM341 149v43h-256v-43h256zM341 213v43h-256v-43h256zM341 277v43h-256v-43h256z" />
<glyph unicode="&#xf25c;" d="M426 363l1 -384l-86 85h-298q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h341q18 0 30 -12.5t12 -29.5z" />
<glyph unicode="&#xf25d;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM85 149h53l147 147q8 7 0 15l-38 38q-7 7 -15 0l-147 -147v-53zM341 149v43h-117l-43 -43h160z" />
<glyph unicode="&#xf25e;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM64 149h299l-96 128l-75 -96l-53 64z" />
<glyph unicode="&#xf25f;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM128 149v43h-43v-43h43zM128 213v43h-43v-43h43zM128 277v43h-43v-43h43zM277 149v43h-106v-43h106zM341 213v43h-170v-43h170zM341 277v43 h-170v-43h170z" />
<glyph unicode="&#xf260;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM149 213v43h-42v-43h42zM235 213v43h-43v-43h43zM320 213v43h-43v-43h43z" />
<glyph unicode="&#xf261;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM384 107v256h-341v-299l42 43h299z" />
<glyph unicode="&#xf262;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM85 256v-43h256v43h-256zM256 149v43h-171v-43h171zM341 277v43h-256v-43h256z" />
<glyph unicode="&#xf263;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM341 149v43h-256v-43h256zM341 213v43h-256v-43h256zM341 277v43h-256v-43h256z" />
<glyph unicode="&#xf264;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341zM341 149v171l-85 -68v68h-171v-171h171v69z" />
<glyph unicode="&#xf265;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-299l-85 -85v384q0 17 12.5 29.5t30.5 12.5h341z" />
<glyph unicode="&#xf266;" d="M405 320q9 0 15.5 -6.5t6.5 -14.5v-320l-86 85h-234q-9 0 -15.5 6.5t-6.5 14.5v43h278v192h42zM320 192q0 -9 -6.5 -15t-14.5 -6h-214l-85 -86v299q0 9 6.5 15t14.5 6h278q8 0 14.5 -6t6.5 -15v-192z" />
<glyph unicode="&#xf267;" horiz-adv-x="496" d="M375 299l-135 -136l-30 30l135 136zM466 329l30 -30l-256 -256l-119 119l30 30l89 -89zM0 162l30 30l119 -119l-30 -30z" />
<glyph unicode="&#xf268;" d="M213 405q88 0 151 -62.5t63 -150.5t-63 -150.5t-151 -62.5t-150.5 62.5t-62.5 150.5t62.5 150.5t150.5 62.5zM320 64v43h-213v-43h213zM177 149l143 143l-30 30l-113 -113l-40 41l-30 -30z" />
<glyph unicode="&#xf269;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM171 85l192 192l-30 31l-162 -162l-77 76l-30 -30z" />
<glyph unicode="&#xf26a;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM149 85l192 192l-30 31l-162 -162l-76 76l-30 -30z" />
<glyph unicode="&#xf26b;" horiz-adv-x="375" d="M119 102l227 227l29 -30l-256 -256l-119 119l30 30z" />
<glyph unicode="&#xf26c;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50z" />
<glyph unicode="&#xf26d;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5z" />
<glyph unicode="&#xf26e;" d="M213 405q88 0 151 -62.5t63 -150.5t-63 -150.5t-151 -62.5t-150.5 62.5t-62.5 150.5t62.5 150.5t150.5 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50zM277 192q0 -27 -18.5 -45.5t-45 -18.5t-45.5 18.5t-19 45.5 t19 45.5t45.5 18.5t45 -18.5t18.5 -45.5z" />
<glyph unicode="&#xf26f;" d="M213 299q44 0 75.5 -31.5t31.5 -75.5t-31.5 -75.5t-75.5 -31.5t-75 31.5t-31 75.5t31 75.5t75 31.5zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50 t-120.5 -50t-50 -121t50 -121t120.5 -50z" />
<glyph unicode="&#xf270;" d="M107 213h213v-42h-213v42zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50z" />
<glyph unicode="&#xf271;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM320 171v42h-213v-42h213z" />
<glyph unicode="&#xf272;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM299 171v42h-214v-42h214z" />
<glyph unicode="&#xf273;" horiz-adv-x="299" d="M299 171h-299v42h299v-42z" />
<glyph unicode="&#xf274;" horiz-adv-x="512" d="M341 277v-64h64v-42h-64v-64h-42v64h-64v42h64v64h42zM43 192q0 -44 23.5 -80.5t61.5 -54.5v-46q-56 20 -92 69.5t-36 111.5t36 111.5t92 69.5v-46q-38 -18 -61.5 -54.5t-23.5 -80.5zM320 384q79 0 135.5 -56.5t56.5 -135.5t-56.5 -135.5t-135.5 -56.5t-135.5 56.5 t-56.5 135.5t56.5 135.5t135.5 56.5zM320 43q62 0 105.5 43.5t43.5 105.5t-43.5 105.5t-105.5 43.5t-105.5 -43.5t-43.5 -105.5t43.5 -105.5t105.5 -43.5z" />
<glyph unicode="&#xf275;" d="M235 299v-86h85v-42h-85v-86h-43v86h-85v42h85v86h43zM213 405q88 0 151 -62.5t63 -150.5t-63 -150.5t-151 -62.5t-150.5 62.5t-62.5 150.5t62.5 150.5t150.5 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50z" />
<glyph unicode="&#xf276;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM320 171v42h-85v86h-43v-86h-85v-42h85v-86h43v86h85z" />
<glyph unicode="&#xf277;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM299 171v42h-86v86h-42v-86h-86v-42h86v-86h42v86h86z" />
<glyph unicode="&#xf278;" horiz-adv-x="299" d="M299 171h-128v-128h-43v128h-128v42h128v128h43v-128h128v-42z" />
<glyph unicode="&#xf279;" horiz-adv-x="384" d="M341 341h-298v-298h298v298zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298z" />
<glyph unicode="&#xf27a;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM304 64l-24 103l79 69l-105 9l-41 96l-41 -97l-105 -8l80 -69l-24 -103l90 54z" />
<glyph unicode="&#xf27b;" d="M427 240l-117 -101l35 -150l-132 80l-132 -80l35 150l-116 101l153 13l60 142l60 -142zM213 109l81 -49l-22 91l71 62l-93 8l-37 86v-198z" />
<glyph unicode="&#xf27c;" d="M427 251l-117 -101l35 -150l-132 80l-132 -80l35 150l-116 101l153 13l60 141l60 -141zM213 119l81 -48l-22 91l71 62l-93 8l-37 86l-36 -86l-93 -8l70 -62l-21 -91z" />
<glyph unicode="&#xf27d;" d="M213 80l-132 -80l35 150l-116 101l153 13l60 141l60 -141l154 -13l-117 -101l35 -150z" />
<glyph unicode="&#xf27e;" horiz-adv-x="384" d="M85 192l-42 -43l-43 43l43 43zM314 284l-92 -92l92 -92l-122 -121h-21v162l-98 -98l-30 30l119 119l-119 119l30 30l98 -98v162h21zM213 324v-81l40 41zM253 100l-40 41v-81zM341 235l43 -43l-43 -43l-42 43z" />
<glyph unicode="&#xf27f;" horiz-adv-x="341" d="M192 324v-69l-43 43v107h22l121 -121l-64 -65l-30 30l34 35zM30 363l311 -312l-30 -30l-49 49l-91 -91h-22v162l-98 -98l-30 30l120 119l-141 141zM192 60l40 40l-40 41v-81z" />
<glyph unicode="&#xf280;" horiz-adv-x="384" d="M240 192l49 49q10 -24 10 -49q0 -26 -10 -50zM353 305q31 -51 31 -111q0 -61 -33 -113l-25 25q21 41 21 86q0 46 -21 86zM271 284l-92 -92l92 -92l-122 -121h-21v162l-98 -98l-30 30l119 119l-119 119l30 30l98 -98v162h21zM171 324v-81l40 41zM211 100l-40 41v-81z" />
<glyph unicode="&#xf281;" horiz-adv-x="271" d="M128 -64v43h43v-43h-43zM43 -64v43h42v-43h-42zM213 -64v43h43v-43h-43zM271 326l-92 -91l92 -92l-122 -122h-21v162l-98 -98l-30 30l119 120l-119 119l30 30l98 -98v162h21zM171 366v-80l40 40zM211 143l-40 40v-80z" />
<glyph unicode="&#xf282;" horiz-adv-x="271" d="M271 284l-92 -92l92 -92l-122 -121h-21v162l-98 -98l-30 30l119 119l-119 119l30 30l98 -98v162h21zM171 324v-81l40 41zM211 100l-40 41v-81z" />
<glyph unicode="&#xf283;" d="M149 384h128l39 -43h68q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h67zM213 64q44 0 75.5 31.5t31.5 75.5t-31.5 75t-75.5 31t-75 -31t-31 -75t31 -75.5t75 -31.5zM213 85l-26 59 l-59 27l59 26l26 59l27 -59l59 -26l-59 -27z" />
<glyph unicode="&#xf284;" d="M158 224l-1 -2l-78 135q58 48 134 48q23 0 47 -5zM417 256h-206l78 135q46 -17 79.5 -52.5t48.5 -82.5zM422 235q5 -22 5 -43q0 -83 -57 -144l-101 176l-6 11h159zM140 192l24 -43h-160q-4 22 -4 43q0 82 56 144zM10 128h206l-78 -135q-46 17 -79.5 52.5t-48.5 82.5z M250 128l20 34l78 -135q-59 -48 -135 -48q-22 0 -46 5z" />
<glyph unicode="&#xf285;" d="M384 341q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h68l38 43h128l39 -43h68zM384 43v256h-171v-22q-44 0 -75 -31t-31 -75.5t31 -75.5t75 -31v-21h171zM320 170.5 q0 -44.5 -31 -75.5t-76 -31v38q29 0 49 20t20 48.5t-20 48.5t-49 20v38q45 0 76 -31t31 -75.5zM145 170.5q0 28.5 20 48.5t48 20v-137q-28 0 -48 20t-20 48.5z" />
<glyph unicode="&#xf286;" horiz-adv-x="299" d="M107 21v43l64 -64l-64 -64v43h-107v42h107zM192 21h107v-42h-107v42zM149.5 277q-17.5 0 -30 12.5t-12.5 30.5t12.5 30.5t30 12.5t30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5zM256 448q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-213 q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h213zM43 405v-224q0 24 36.5 39t70 15t70 -15t36.5 -39v224h-213z" />
<glyph unicode="&#xf287;" d="M384 341q18 0 30.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-149v45q45 7 75.5 43t30.5 83h-42q0 -36 -25 -61t-60.5 -25t-60.5 25t-25 61h-43q0 -47 30.5 -83t76.5 -43v-45h-149q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h67l39 43h128 l39 -43h68zM256 171v85q0 18 -12.5 30.5t-30 12.5t-30 -12.5t-12.5 -30.5v-85q0 -18 12.5 -30.5t30 -12.5t30 12.5t12.5 30.5z" />
<glyph unicode="&#xf288;" d="M384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h67l39 42h128l39 -42h68zM213 299q-44 0 -75 -31.5t-31 -75.5q0 -10 2 -21h44q-4 10 -4 21q0 27 19 45.5t45 18.5h85 q-32 43 -85 43zM213 85q44 0 75.5 31.5t31.5 75.5q0 12 -2 21h-45q4 -10 4 -21q0 -27 -18.5 -45.5t-45.5 -18.5h-85q33 -43 85 -43z" />
<glyph unicode="&#xf289;" horiz-adv-x="299" d="M107 21v43l64 -64l-64 -64v43h-107v42h107zM192 21h107v-42h-107v42zM256 448q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h213zM149.5 320q17.5 0 30 12.5t12.5 30t-12.5 30 t-30 12.5t-30 -12.5t-12.5 -30t12.5 -30t30 -12.5z" />
<glyph unicode="&#xf28a;" d="M256 341h171v-320h-171q0 -17 -12.5 -29.5t-30.5 -12.5h-170q-18 0 -30.5 12.5t-12.5 29.5v320q0 18 12.5 30.5t30.5 12.5h21v21q0 9 6.5 15.5t14.5 6.5h86q8 0 14.5 -6.5t6.5 -15.5v-21h21q18 0 30.5 -12.5t12.5 -30.5zM213 64v43h-42v-43h42zM213 256v43h-42v-43h42z M299 64v43h-43v-43h43zM299 256v43h-43v-43h43zM384 64v43h-43v-43h43zM384 256v43h-43v-43h43z" />
<glyph unicode="&#xf28b;" d="M384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h67l39 42h128l39 -42h68zM277 117l75 75l-75 75v-54h-128v54l-74 -75l74 -75v54h128v-54z" />
<glyph unicode="&#xf28c;" d="M145 192q0 68 68.5 68t68.5 -68t-68.5 -68t-68.5 68zM149 405h128l39 -42h68q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h67zM213 85q44 0 75.5 31.5t31.5 75.5t-31.5 75.5 t-75.5 31.5t-75 -31.5t-31 -75.5t31 -75.5t75 -31.5z" />
<glyph unicode="&#xf28d;" horiz-adv-x="341" d="M299 405q17 0 29.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v256l128 128h171zM192 85v43h-43v-43h43zM192 171v106h-43v-106h43z" />
<glyph unicode="&#xf28e;" horiz-adv-x="400" d="M354 341l1 -249l-242 242l50 50h149q17 0 29.5 -12.5t12.5 -30.5zM27 365l373 -372l-27 -28l-40 41q-10 -6 -21 -6h-213q-18 0 -30.5 12.5t-12.5 30.5v239l-56 56z" />
<glyph unicode="&#xf28f;" horiz-adv-x="341" d="M299 405q17 0 29.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v256l128 128h171zM171 277v86h-43v-86h43zM235 277v86h-43v-86h43zM299 277v86h-43v-86h43z" />
<glyph unicode="&#xf290;" horiz-adv-x="341" d="M341 363v-342q0 -17 -12.5 -29.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 29.5v256l128 128h171q17 0 29.5 -12.5t12.5 -29.5zM107 43v42h-43v-42h43zM277 43v42h-42v-42h42zM107 128v85h-43v-85h43zM192 43v85h-43v-85h43zM192 171v42h-43v-42h43zM277 128v85h-42v-85 h42z" />
<glyph unicode="&#xf291;" horiz-adv-x="469" d="M427 405q17 0 29.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-29.5 -12.5h-150l43 -64v-21h-171v21l43 64h-149q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h384zM427 149v214h-384v-214h384z" />
<glyph unicode="&#xf292;" horiz-adv-x="469" d="M427 405q17 0 29.5 -12.5t12.5 -29.5v-256q0 -18 -12.5 -30.5t-29.5 -12.5h-150v-43h43v-42h-171v42h43v43h-149q-18 0 -30.5 12.5t-12.5 30.5v256q0 17 12.5 29.5t30.5 12.5h384zM427 107v256h-384v-256h384z" />
<glyph unicode="&#xf293;" horiz-adv-x="384" d="M299 107h85v-107h-107v65l-85 90l-85 -90v-65h-107v107h85l86 85v68q-19 7 -31 23.5t-12 36.5q0 27 18.5 45.5t45.5 18.5t45.5 -18.5t18.5 -45.5q0 -20 -12 -36.5t-31 -23.5v-68z" />
<glyph unicode="&#xf294;" horiz-adv-x="512" d="M469 320h-281l-43 43h324v-43zM41 413l42 -42l372 -373l-27 -27l-50 50h-378v64h43v235q0 15 10 27l-39 39zM85 314v-229h229zM491 277q8 0 14.5 -6t6.5 -15v-213q0 -9 -6.5 -15.5t-14.5 -6.5h-4l-64 64h46v150h-85v-111l-43 43v89q0 9 6.5 15t15.5 6h128z" />
<glyph unicode="&#xf295;" horiz-adv-x="512" d="M85 320v-235h214v-64h-299v64h43v235q0 18 12.5 30.5t29.5 12.5h384v-43h-384zM491 277q8 0 14.5 -6t6.5 -15v-213q0 -9 -6.5 -15.5t-14.5 -6.5h-128q-9 0 -15.5 6.5t-6.5 15.5v213q0 9 6.5 15t15.5 6h128zM469 85v150h-85v-150h85z" />
<glyph unicode="&#xf296;" horiz-adv-x="256" d="M43 -43v43h170v-43h-170zM213 426q18 0 30.5 -12t12.5 -30v-299q0 -17 -12.5 -29.5t-30.5 -12.5h-170q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5zM213 128v213h-170v-213h170z" />
<glyph unicode="&#xf297;" horiz-adv-x="384" d="M299 384l85 -85v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h256zM192 43q27 0 45.5 18.5t18.5 45t-18.5 45.5t-45.5 19t-45.5 -19t-18.5 -45.5t18.5 -45t45.5 -18.5zM256 256v85h-213v-85h213z" />
<glyph unicode="&#xf298;" d="M277 288l-64 -64l-64 64v117h128v-117zM117 256l64 -64l-64 -64h-117v128h117zM149 96l64 64l64 -64v-117h-128v117zM309 256h118v-128h-118l-64 64z" />
<glyph unicode="&#xf299;" horiz-adv-x="469" d="M234.5 277q35.5 0 60.5 -25t25 -60t-25 -60t-60.5 -25t-60.5 25t-25 60t25 60t60.5 25zM425 213h44v-42h-44q-7 -67 -54.5 -114.5t-114.5 -55.5v-44h-43v44q-66 8 -114 55.5t-55 114.5h-44v42h44q7 67 55 114.5t114 55.5v44h43v-44q67 -8 114.5 -55.5t54.5 -114.5z M235 43q62 0 105.5 43.5t43.5 105.5t-43.5 105.5t-105.5 43.5t-106 -43.5t-44 -105.5t44 -105.5t106 -43.5z" />
<glyph unicode="&#xf29a;" horiz-adv-x="469" d="M425 213h44v-42h-43q-4 -36 -21 -68l-32 32q11 28 11 57q0 62 -43.5 105.5t-105.5 43.5q-30 0 -57 -11l-32 32q32 17 67 21v44h43v-44q67 -8 114.5 -55.5t54.5 -114.5zM43 357l27 27l357 -357l-27 -27l-44 44q-44 -36 -100 -43v-44h-43v44q-66 8 -114 55.5t-55 114.5h-44 v42h44q6 56 42 100zM326 74l-210 209q-31 -40 -31 -91q0 -62 44 -105.5t106 -43.5q50 0 91 31z" />
<glyph unicode="&#xf29b;" horiz-adv-x="469" d="M425 213h44v-42h-44q-7 -67 -54.5 -114.5t-114.5 -55.5v-44h-43v44q-66 8 -114 55.5t-55 114.5h-44v42h44q7 67 55 114.5t114 55.5v44h43v-44q67 -8 114.5 -55.5t54.5 -114.5zM235 43q62 0 105.5 43.5t43.5 105.5t-43.5 105.5t-105.5 43.5t-106 -43.5t-44 -105.5 t44 -105.5t106 -43.5z" />
<glyph unicode="&#xf29c;" horiz-adv-x="384" d="M192 427q80 0 136 -56.5t56 -135.5v-214q0 -26 -18.5 -45t-45.5 -19h-128v43h149v21h-85v171h85v43q0 62 -43.5 105.5t-105.5 43.5t-105.5 -43.5t-43.5 -105.5v-43h85v-171h-64q-27 0 -45.5 19t-18.5 45v150q0 79 56 135.5t136 56.5z" />
<glyph unicode="&#xf29d;" horiz-adv-x="384" d="M192 427q80 0 136 -56.5t56 -135.5v-150q0 -26 -18.5 -45t-45.5 -19h-64v171h85v43q0 62 -43.5 105.5t-105.5 43.5t-105.5 -43.5t-43.5 -105.5v-43h85v-171h-64q-27 0 -45.5 19t-18.5 45v150q0 79 56 135.5t136 56.5z" />
<glyph unicode="&#xf29e;" horiz-adv-x="469" d="M235 341q62 0 105.5 -43.5t43.5 -105.5h-43q0 44 -31 75.5t-75 31.5t-75.5 -31.5t-31.5 -75.5h-43q0 62 44 105.5t106 43.5zM256 143v-70l73 -73l-30 -30l-64 64l-64 -64l-30 30l72 73v70q-14 6 -23 19.5t-9 29.5q0 22 16 37.5t38 15.5t37.5 -15.5t15.5 -37.5 q0 -35 -32 -49zM235 427q97 0 165.5 -69t68.5 -166h-42q0 80 -56.5 136t-136 56t-135.5 -56t-56 -136h-43q0 97 69 166t166 69z" />
<glyph unicode="&#xf29f;" horiz-adv-x="469" d="M85 405v-85h43v-128h-128v128h43v85q0 9 6 15.5t15 6.5t15 -6.5t6 -15.5zM171 107v42h128v-42q0 -21 -12 -37.5t-31 -22.5v-90h-43v90q-19 6 -30.5 22.5t-11.5 37.5zM0 107v42h128v-42q0 -21 -12 -37.5t-31 -22.5v-90h-42v90q-19 6 -31 22.5t-12 37.5zM427 320h42v-128 h-128v128h43v85q0 9 6.5 15.5t15 6.5t15 -6.5t6.5 -15.5v-85zM256 405v-85h43v-128h-128v128h42v85q0 9 6.5 15.5t15 6.5t15 -6.5t6.5 -15.5zM341 107v42h128v-42q0 -21 -11.5 -37.5t-30.5 -22.5v-90h-43v90q-19 6 -31 22.5t-12 37.5z" />
<glyph unicode="&#xf2a0;" horiz-adv-x="299" d="M277 299h22v-128l-64 -128v-64h-171v64l-64 128v128h21v64q0 17 12.5 29.5t30.5 12.5h171q17 0 29.5 -12.5t12.5 -29.5v-64zM64 363v-64h43v42h21v-42h43v42h21v-42h43v64h-171z" />
<glyph unicode="&#xf2a1;" horiz-adv-x="256" d="M214 299q15 0 28.5 -13.5t13.5 -29.5v-117l-75 -75v-64h-106v64l-75 75v117q0 16 13.5 29.5t28.5 13.5h1v85h42v-85h86v85h42z" />
<glyph unicode="&#xf2a2;" horiz-adv-x="469" d="M149 202.5q0 -13.5 -9 -22.5t-22.5 -9t-23 9t-9.5 22.5t9.5 23t23 9.5t22.5 -9.5t9 -23zM299 309.5q0 -13.5 -9.5 -23t-22.5 -9.5h-64q-14 0 -23 9.5t-9 23t9 22.5t23 9h64q13 0 22.5 -9t9.5 -22.5zM160 128q13 0 22.5 -9.5t9.5 -22.5t-9.5 -22.5t-22.5 -9.5t-22.5 9.5 t-9.5 22.5t9.5 22.5t22.5 9.5zM235 427q97 0 165.5 -69t68.5 -166t-68.5 -166t-165.5 -69t-166 69t-69 166t69 166t166 69zM234.5 0q79.5 0 136 56.5t56.5 135.5t-56.5 135.5t-136 56.5t-135.5 -56.5t-56 -135.5t56 -135.5t135.5 -56.5zM352 235q13 0 22.5 -9.5t9.5 -23 t-9.5 -22.5t-22.5 -9t-22.5 9t-9.5 22.5t9.5 23t22.5 9.5zM309.5 128q13.5 0 22.5 -9.5t9 -22.5t-9 -22.5t-22.5 -9.5t-23 9.5t-9.5 22.5t9.5 22.5t23 9.5z" />
<glyph unicode="&#xf2a3;" d="M384 384q18 0 30.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v213q0 18 12.5 30.5t30.5 12.5h341zM192 320v-43h43v43h-43zM192 256v-43h43v43h-43zM128 320v-43h43v43h-43zM128 256v-43h43v43h-43zM107 213v43h-43v-43h43 zM107 277v43h-43v-43h43zM299 128v43h-171v-43h171zM299 213v43h-43v-43h43zM299 277v43h-43v-43h43zM363 213v43h-43v-43h43zM363 277v43h-43v-43h43zM213 -43l-85 86h171z" />
<glyph unicode="&#xf2a4;" d="M384 341q18 0 30.5 -12.5t12.5 -29.5v-214q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h341zM192 277v-42h43v42h-43zM192 213v-42h43v42h-43zM128 277v-42h43v42h-43zM128 213v-42h43v42h-43zM107 171v42h-43v-42h43 zM107 235v42h-43v-42h43zM299 85v43h-171v-43h171zM299 171v42h-43v-42h43zM299 235v42h-43v-42h43zM363 171v42h-43v-42h43zM363 235v42h-43v-42h43z" />
<glyph unicode="&#xf2a5;" horiz-adv-x="512" d="M469 64h43v-43h-512v43h43v320h426v-320zM299 64v21h-86v-21h86zM427 128v213h-342v-213h342z" />
<glyph unicode="&#xf2a6;" horiz-adv-x="512" d="M427 64h85q0 -18 -12.5 -30.5t-30.5 -12.5h-426q-18 0 -30.5 12.5t-12.5 30.5h85q-17 0 -29.5 12.5t-12.5 30.5v234q0 18 12.5 30.5t29.5 12.5h342q17 0 29.5 -12.5t12.5 -30.5v-234q0 -18 -12.5 -30.5t-29.5 -12.5zM85 341v-234h342v234h-342zM256 43q9 0 15 6t6 15 t-6 15t-15 6t-15 -6t-6 -15t6 -15t15 -6z" />
<glyph unicode="&#xf2a7;" horiz-adv-x="512" d="M427 64h85v-43h-512v43h85q-17 0 -29.5 12.5t-12.5 30.5v213q0 18 12.5 30.5t29.5 12.5h342q17 0 29.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-29.5 -12.5zM85 320v-213h342v213h-342z" />
<glyph unicode="&#xf2a8;" horiz-adv-x="384" d="M341 213q0 -36 -19 -70l-26 27q9 21 9 43h36zM256 210l-128 127v4q0 27 18.5 45.5t45.5 18.5t45.5 -18.5t18.5 -45.5v-128v-1.5v-1.5zM27 384l357 -357l-27 -27l-89 89q-26 -15 -55 -19v-70h-42v70q-54 8 -91 49t-37 94h36q0 -46 33.5 -77t79.5 -31q25 0 49 11l-35 35 q-7 -2 -14 -2q-27 0 -45.5 19t-18.5 45v16l-128 128z" />
<glyph unicode="&#xf2a9;" horiz-adv-x="299" d="M149.5 139q-26.5 0 -45.5 18.5t-19 45.5v128q0 26 19 45t45.5 19t45 -19t18.5 -45v-128q0 -27 -18.5 -45.5t-45 -18.5zM124 333v-132q0 -11 7.5 -18.5t18 -7.5t18 7.5t7.5 18.5v132q0 10 -7.5 17.5t-18 7.5t-18 -7.5t-7.5 -17.5zM262 203h37q0 -54 -37.5 -95t-90.5 -49 v-70h-43v70q-53 8 -90.5 49t-37.5 95h36q0 -47 34 -78t79.5 -31t79 31t33.5 78z" />
<glyph unicode="&#xf2aa;" horiz-adv-x="299" d="M43 -64v43h42v-43h-42zM149.5 171q-26.5 0 -45.5 18.5t-19 45.5v128q0 26 19 45t45.5 19t45 -19t18.5 -45v-128q0 -27 -18.5 -45.5t-45 -18.5zM128 -64v43h43v-43h-43zM213 -64v43h43v-43h-43zM299 235q0 -54 -37.5 -95t-90.5 -49v-70h-43v70q-53 8 -90.5 49t-37.5 95h36 q0 -47 34 -78t79.5 -31t79 31t33.5 78h37z" />
<glyph unicode="&#xf2ab;" horiz-adv-x="299" d="M149.5 149q-26.5 0 -45.5 19t-19 45v128q0 27 19 45.5t45.5 18.5t45 -18.5t18.5 -45.5v-128q0 -26 -18.5 -45t-45 -19zM262 213h37q0 -54 -37.5 -94.5t-90.5 -48.5v-70h-43v70q-53 8 -90.5 49t-37.5 94h36q0 -46 34 -77t79.5 -31t79 31t33.5 77z" />
<glyph unicode="&#xf2ac;" horiz-adv-x="341" d="M192 425q64 -8 106.5 -56t42.5 -113h-149v169zM0 128v85h341v-85q0 -71 -50 -121t-120.5 -50t-120.5 50t-50 121zM149 425v-169h-149q0 65 43 113t106 56z" />
<glyph unicode="&#xf2ad;" d="M384 64v171h43v-171h-43zM384 -21v42h43v-42h-43zM0 -21l427 426v-128h-86v-298h-341z" />
<glyph unicode="&#xf2ae;" horiz-adv-x="469" d="M395 235q-40 0 -68 -28.5t-28 -67.5v-6q-22 -19 -22 -48v-64h-277l405 406v-193q-9 1 -10 1zM448 107q9 0 15 -6.5t6 -15.5v-85q0 -9 -6 -15t-15 -6h-107q-8 0 -14.5 6t-6.5 15v85q0 9 6.5 15.5t14.5 6.5v32q0 22 16 37.5t38 15.5t37.5 -15.5t15.5 -37.5v-32zM427 107v32 q0 13 -9.5 22.5t-23 9.5t-22.5 -9.5t-9 -22.5v-32h64z" />
<glyph unicode="&#xf2af;" horiz-adv-x="448" d="M427 427v-367l-184 183zM80 352l368 -368l-27 -27l-43 43h-378l189 189l-136 136z" />
<glyph unicode="&#xf2b0;" d="M384 302l-281 -281h281v281zM427 405v-426h-427z" />
<glyph unicode="&#xf2b1;" horiz-adv-x="509" d="M405 203q-66 0 -113 -47t-47 -113q0 -9 2 -22h-247l427 427l-1 -247q-12 2 -21 2zM484 32l23 -17q3 -3 1 -7l-21 -37q-2 -4 -7 -3l-26 11q-8 -6 -18 -10l-4 -29q-1 -4 -6 -4h-42q-5 0 -6 4l-4 29q-9 3 -18 10l-26 -11q-5 -1 -7 3l-21 37q-2 4 1 7l23 17q-1 5 -1 10.5 t1 10.5l-23 18q-3 3 -1 7l21 37q3 3 7 2l26 -11q8 6 18 11l4 28q1 4 6 4h42q5 0 6 -4l4 -28q9 -4 18 -11l26 11q5 1 7 -2l21 -37q2 -4 -1 -7l-23 -18q1 -4 1 -10q0 -4 -1 -11zM405 11q13 0 22.5 9t9.5 22.5t-9.5 23t-22.5 9.5t-22.5 -9.5t-9.5 -23t9.5 -22.5t22.5 -9z" />
<glyph unicode="&#xf2b2;" d="M0 -21l427 426v-426h-427z" />
<glyph unicode="&#xf2b3;" horiz-adv-x="384" d="M250 245l-15 15l59 60l-59 60l15 15l49 -49v81h10l61 -61l-46 -46l46 -46l-61 -61h-10v81zM320 386v-40l20 20zM320 294v-40l20 20zM363 117q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5h75 q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22l-47 -47q47 -93 141 -141l47 47q9 9 22 5q36 -12 76 -12z" />
<glyph unicode="&#xf2b4;" horiz-adv-x="512" d="M256 256q-51 0 -98 -15v-66q0 -14 -12 -20q-31 -15 -57 -39q-6 -6 -15 -6t-15 6l-53 53q-6 6 -6 15t6 15q105 100 250 100t250 -100q6 -6 6 -15t-6 -15l-53 -53q-6 -6 -15 -6t-15 6q-25 23 -57 39q-12 6 -12 19v66q-47 16 -98 16z" />
<glyph unicode="&#xf2b5;" d="M320 213v64h-85v86h85v64l107 -107zM363 117q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5h75q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22l-47 -47q47 -93 141 -141l47 47q9 9 22 5 q36 -12 76 -12z" />
<glyph unicode="&#xf2b6;" horiz-adv-x="384" d="M363 117q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5h75q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22l-47 -47q47 -93 141 -141l47 47q9 9 22 5q36 -12 76 -12zM341 192q0 62 -43.5 105.5 t-105.5 43.5v43q80 0 136 -56t56 -136h-43zM256 192q0 27 -18.5 45.5t-45.5 18.5v43q44 0 75.5 -31.5t31.5 -75.5h-43z" />
<glyph unicode="&#xf2b7;" horiz-adv-x="384" d="M363 117q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5h75q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22l-47 -47q47 -93 141 -141l47 47q9 9 22 5q36 -12 76 -12zM363 363q8 0 14.5 -6.5 t6.5 -15.5v-85q0 -9 -6.5 -15t-14.5 -6h-107q-9 0 -15 6t-6 15v85q0 9 6 15.5t15 6.5v10q0 22 15.5 38t37.5 16t38 -16t16 -38v-10zM346 363v10q0 15 -11 26t-26 11t-25.5 -11t-10.5 -26v-10h73z" />
<glyph unicode="&#xf2b8;" horiz-adv-x="512" d="M139 331v-75h-32v128h128v-32h-75l96 -96l128 128l21 -21l-149 -150zM506 92q6 -6 6 -15t-6 -15l-53 -53q-6 -6 -15 -6t-15 6q-27 24 -57 40q-12 5 -12 19v66q-47 15 -98 15t-98 -15v-66q0 -14 -12 -20q-32 -16 -57 -39q-6 -6 -15 -6t-15 6l-53 53q-6 6 -6 15t6 15 q105 100 250 100t250 -100z" />
<glyph unicode="&#xf2b9;" horiz-adv-x="384" d="M363 117q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5h75q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22l-47 -47q47 -93 141 -141l47 47q9 9 22 5q36 -12 76 -12zM192 384h192v-149h-128 l-64 -64v213z" />
<glyph unicode="&#xf2ba;" horiz-adv-x="384" d="M299 384v-149h-43v149h43zM363 117q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5h75q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22l-47 -47q47 -93 141 -141l47 47q9 9 22 5q36 -12 76 -12z M341 384h43v-149h-43v149z" />
<glyph unicode="&#xf2bb;" horiz-adv-x="512" d="M506 92q6 -6 6 -15t-6 -15l-53 -53q-6 -6 -15 -6t-15 6q-26 24 -57 40q-12 5 -12 19v66q-47 15 -98 15t-98 -15v-66q0 -14 -12 -20q-32 -16 -57 -39q-6 -6 -15 -6t-15 6l-53 53q-6 6 -6 15t6 15q105 100 250 100t250 -100zM451 314l-76 -75l-30 30l76 76zM277 405v-106 h-42v106h42zM137 239q-74 75 -76 75l30 31l76 -76z" />
<glyph unicode="&#xf2bc;" horiz-adv-x="384" d="M213 256v-43h-42v43h42zM299 256v-43h-43v43h43zM363 117q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5h75q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22l-47 -47q47 -93 141 -141l47 47 q9 9 22 5q36 -12 76 -12zM341 256h43v-43h-43v43z" />
<glyph unicode="&#xf2bd;" horiz-adv-x="384" d="M299 384v-107h-22v107h22zM256 341v-64h-64v22h43v21h-43v64h64v-21h-43v-22h43zM320 384h64v-64h-43v-43h-21v107zM363 341v22h-22v-22h22zM363 117q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5 h75q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22l-47 -47q48 -93 141 -141l47 47q9 9 22 5q36 -12 76 -12z" />
<glyph unicode="&#xf2be;" horiz-adv-x="384" d="M77 218q47 -93 141 -141l47 47q9 10 22 5q36 -12 76 -12q8 0 14.5 -6t6.5 -15v-75q0 -8 -6.5 -14.5t-14.5 -6.5q-99 0 -182.5 48.5t-132 132t-48.5 182.5q0 8 6.5 14.5t14.5 6.5h75q9 0 15 -6.5t6 -14.5q0 -40 12 -76q4 -13 -5 -22z" />
<glyph unicode="&#xf2bf;" d="M364 343q63 -63 63 -151t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t150.5 62.5h22v-176q21 -12 21 -37q0 -18 -12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5q0 24 21 37v45q-28 -7 -46 -30t-18 -52q0 -35 25 -60t60.5 -25t60.5 25t25 60t-25 60l30 30 q37 -37 37 -90t-37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5q0 47 30.5 82.5t76.5 43.5v43q-64 -8 -106.5 -56t-42.5 -113q0 -71 50 -121t120.5 -50t120.5 50t50 121q0 70 -50 121z" />
<glyph unicode="&#xf2c0;" d="M332 144l-34 35q1 7 1 13q0 35 -25 60t-61 25q-4 0 -13 -1l-34 35q23 9 47 9q53 0 90.5 -37.5t37.5 -90.5q0 -25 -9 -48zM213 363q-42 0 -80 -20l-31 31q52 31 111 31q89 0 151.5 -62.5t62.5 -150.5q0 -60 -32 -111l-31 31q20 38 20 80q0 71 -50 121t-121 50zM27 395 l21 -22l357 -357l-27 -27l-160 161l-5 -1q-17 0 -29.5 12.5t-12.5 30.5v4l-34 34q-9 -19 -9 -38q0 -49 43 -74l-22 -37q-29 17 -46.5 46.5t-17.5 64.5q0 38 21 69l-31 31q-32 -44 -32 -100q0 -47 23 -86t62 -62l-22 -37q-48 29 -77 78t-29 107q0 73 45 131l-45 45z" />
<glyph unicode="&#xf2c1;" d="M213.5 213q17.5 0 30 -12.5t12.5 -30t-12.5 -30t-30 -12.5t-30 12.5t-12.5 30t12.5 30t30 12.5zM341 171q0 -35 -17 -64.5t-47 -46.5l-21 37q43 25 43 74q0 35 -25 60t-60.5 25t-60.5 -25t-25 -60q0 -49 43 -74l-22 -37q-29 17 -46.5 46.5t-17.5 64.5q0 53 37.5 90.5 t90.5 37.5t90.5 -37.5t37.5 -90.5zM213.5 384q88.5 0 151 -62.5t62.5 -150.5q0 -59 -29 -108t-78 -77l-21 37q39 23 62 62t23 86q0 70 -50 120t-120.5 50t-120.5 -50t-50 -120q0 -47 23 -86t62 -62l-22 -37q-48 28 -77 77t-29 108q0 88 62.5 150.5t151 62.5z" />
<glyph unicode="&#xf2c2;" d="M26 317l270 110l15 -36l-177 -71h250q18 0 30.5 -12.5t12.5 -30.5v-256q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v256q0 14 7.5 24.5t18.5 15.5zM106.5 21q26.5 0 45.5 19t19 45.5t-19 45t-45.5 18.5t-45 -18.5t-18.5 -45t18.5 -45.5t45 -19z M384 192v85h-341v-85h256v43h42v-43h43z" />
<glyph unicode="&#xf2c3;" horiz-adv-x="469" d="M256 192h149v-32h-149v32zM256 213h149h-149zM256 107h149h-149zM427 363q17 0 29.5 -12.5t12.5 -30.5v-277q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v277q0 18 12.5 30.5t30.5 12.5h384zM427 43v277h-192v-277h192z" />
<glyph unicode="&#xf2c4;" horiz-adv-x="331" d="M59 297q44 44 106.5 44t106.5 -44l-31 -30q-31 31 -75.5 31t-76.5 -31zM165.5 427q96.5 0 165.5 -69l-30 -30q-56 56 -135.5 56t-135.5 -56l-30 30q69 69 165.5 69zM226 234q10 0 17.5 -7t6.5 -17v-207q0 -10 -7 -17t-17 -7h-122q-10 0 -17 7t-7 17v207q0 10 7 17.5 t17 7.5zM229 21v171h-128v-171h128z" />
<glyph unicode="&#xf2c5;" horiz-adv-x="332" d="M230 256q9 0 15 -6.5t6 -14.5v-256q0 -9 -6 -15.5t-15 -6.5h-128q-9 0 -15 6.5t-6 15.5v256q0 8 6 14.5t15 6.5h128zM166 128q18 0 30.5 12.5t12.5 30t-12.5 30t-30.5 12.5t-30.5 -12.5t-12.5 -30t12.5 -30t30.5 -12.5zM60 319q44 44 106 44t106 -44l-31 -30 q-31 31 -75 31t-76 -31zM166 448q98 0 166 -69l-30 -30q-56 56 -136 56q-79 0 -136 -56l-30 30q69 69 166 69z" />
<glyph unicode="&#xf2c6;" horiz-adv-x="384" d="M367 322q-40 36 -90 36t-89 -36l-17 17q44 45 106 45t107 -45zM348 305l-17 -17q-22 21 -54 21t-53 -21l-17 17q30 30 70.5 30t70.5 -30zM341 171q18 0 30.5 -12.5t12.5 -30.5v-85q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v85q0 18 12.5 30.5 t30.5 12.5h213v85h43v-85h42zM107 64v43h-43v-43h43zM181 64v43h-42v-43h42zM256 64v43h-43v-43h43z" />
<glyph unicode="&#xf2c7;" horiz-adv-x="384" d="M358 220q11 -3 18.5 -14.5t7.5 -24.5v-117q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v85q0 18 12.5 30.5t30.5 12.5h268l-300 109l15 40zM85 85v43h-42v-43h42zM341 85v43h-213v-43h213z" />
<glyph unicode="&#xf2c8;" horiz-adv-x="299" d="M235 427q26 0 45 -19t19 -45v-342q0 -26 -19 -45t-45 -19h-171q-27 0 -45.5 19t-18.5 45v342q0 26 18.5 45t45.5 19h171zM192 0v21h-85v-21h85zM261 64v299h-224v-299h224z" />
<glyph unicode="&#xf2c9;" horiz-adv-x="299" d="M256 426q18 0 30.5 -12t12.5 -30v-384q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v384q0 18 12.5 30.5t30.5 12.5zM256 43v298h-213v-298h213zM235 171l-86 -86l-85 86h64v106h43v-106h64z" />
<glyph unicode="&#xf2ca;" horiz-adv-x="384" d="M213 273l-85 -85l85 -86l-21 -21l-85 85l-86 -85l-21 21l85 86l-85 85l21 21l86 -85l85 85zM341 427q18 0 30.5 -12.5t12.5 -30.5v-384q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v64h43v-43h213v342h-213v-43h-43v64q0 18 12.5 30.5t30.5 12.5 h213z" />
<glyph unicode="&#xf2cb;" horiz-adv-x="299" d="M171 299v-43h-43v43h43zM171 213v-128h-43v128h43zM256 426q18 0 30.5 -12t12.5 -30v-384q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v384q0 18 12.5 30.5t30.5 12.5zM256 43v298h-213v-298h213z" />
<glyph unicode="&#xf2cc;" horiz-adv-x="277" d="M224 427q22 0 37.5 -16t15.5 -38v-362q0 -22 -15.5 -38t-37.5 -16h-171q-22 0 -37.5 16t-15.5 38v362q0 22 15.5 38t37.5 16h171zM138.5 -21q13.5 0 23 9t9.5 22.5t-9.5 23t-23 9.5t-22.5 -9.5t-9 -23t9 -22.5t22.5 -9zM235 64v299h-192v-299h192z" />
<glyph unicode="&#xf2cd;" horiz-adv-x="469" d="M427 341q17 0 29.5 -12.5t12.5 -29.5v-214q0 -17 -12.5 -29.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h384zM384 85v214h-299v-214h299zM192 107q-9 0 -15 6t-6 15v64q0 9 6 15t15 6v22q0 17 12.5 29.5t30 12.5t30 -12.5t12.5 -29.5 v-22q9 0 15.5 -6t6.5 -15v-64q0 -9 -6.5 -15t-15.5 -6h-85zM209 235v-22h51v22q0 10 -7.5 17.5t-18 7.5t-18 -7.5t-7.5 -17.5z" />
<glyph unicode="&#xf2ce;" horiz-adv-x="469" d="M0 299q0 17 12.5 29.5t30.5 12.5h384q17 0 29.5 -12.5t12.5 -29.5v-214q0 -17 -12.5 -29.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 29.5v214zM384 299h-299v-214h299v214z" />
<glyph unicode="&#xf2cf;" horiz-adv-x="363" d="M320 427q18 0 30.5 -12.5t12.5 -30.5v-384q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v64h43v-43h213v342h-213v-43h-43v64q0 18 12.5 30.5t30.5 12.5h213zM145 213q10 0 18 -8t8 -19v-75q0 -10 -8.5 -18t-19.5 -8h-117q-10 0 -18 8.5t-8 19.5v75 q0 9 8 17t18 8v32q0 22 18 38t41 16t41.5 -16t18.5 -38v-32zM117 213v32q0 13 -9 20.5t-22.5 7.5t-23 -7.5t-9.5 -20.5v-32h64z" />
<glyph unicode="&#xf2d0;" horiz-adv-x="299" d="M107 107q-9 0 -15.5 6t-6.5 15v64q0 9 6.5 15t15.5 6v22q0 17 12.5 29.5t30 12.5t30 -12.5t12.5 -29.5v-22q9 0 15 -6t6 -15v-64q0 -9 -6 -15t-15 -6h-85zM124 235v-22h51v22q0 10 -7.5 17.5t-18 7.5t-18 -7.5t-7.5 -17.5zM256 427q18 0 30.5 -12.5t12.5 -30.5v-384 q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v384q0 18 12.5 30.5t30.5 12.5h213zM256 43v298h-213v-298h213z" />
<glyph unicode="&#xf2d1;" horiz-adv-x="426" d="M386 284q40 -39 40 -92t-40 -90l-21 22q29 30 29 70t-29 68zM341 239q20 -21 20 -47t-20 -45l-21 22q18 24 0 49zM256 427q18 0 30.5 -12.5t12.5 -30.5v-384q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v384q0 18 12.5 30.5t30.5 12.5h213zM256 21 v342h-213v-342h213z" />
<glyph unicode="&#xf2d2;" horiz-adv-x="256" d="M21 -64v43h43v-43h-43zM107 -64v43h42v-43h-42zM192 -64v43h43v-43h-43zM213 448q18 0 30.5 -12.5t12.5 -30.5v-341q0 -18 -12.5 -30.5t-30.5 -12.5h-170q-18 0 -30.5 12.5t-12.5 30.5v341q0 18 12.5 30.5t30.5 12.5h170zM213 107v256h-170v-256h170z" />
<glyph unicode="&#xf2d3;" horiz-adv-x="385" d="M189 181l23 -19q4 -4 2 -6l-21 -37q-2 -2 -7 -2l-27 11q-13 -9 -19 -11l-5 -27q-4 -5 -6 -5h-43q-2 0 -3.5 1.5t-0.5 3.5l-4 27q-7 2 -20 11l-29 -9q-3 -2 -7 3l-21 36q0 4 2 8l23 17v22l-23 17q-4 4 -2 6l21 37q2 2 7 2l27 -11q13 9 20 11l4 27q4 5 6 5h43q6 0 6 -5 l5 -27q6 -2 19 -11l27 9q3 2 7 -3l21 -36q0 -4 -2 -6l-23 -17v-22zM107.5 149q17.5 0 30 12.5t12.5 30.5t-12.5 30.5t-30 12.5t-30 -12.5t-12.5 -30.5t12.5 -30.5t30 -12.5zM342 427q18 0 30.5 -12.5t12.5 -30.5v-384q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5 t-12.5 30.5v64h43v-43h213v342h-213v-43h-43v64q0 18 12.5 30.5t30.5 12.5h213z" />
<glyph unicode="&#xf2d4;" horiz-adv-x="299" d="M256 426q18 0 30.5 -12t12.5 -30v-384q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v384q0 18 12.5 30.5t30.5 12.5zM256 43v298h-213v-298h213z" />
<glyph unicode="&#xf2d5;" horiz-adv-x="299" d="M256 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h213zM149.5 363q-17.5 0 -30 -12.5t-12.5 -30.5t12.5 -30.5t30 -12.5t30 12.5t12.5 30.5t-12.5 30.5t-30 12.5zM149 21 q44 0 75.5 31.5t31.5 75.5t-31.5 75.5t-75.5 31.5t-75 -31.5t-31 -75.5t31 -75.5t75 -31.5zM149.5 192q26.5 0 45 -18.5t18.5 -45.5t-18.5 -45.5t-45 -18.5t-45.5 18.5t-19 45.5t19 45.5t45.5 18.5z" />
<glyph unicode="&#xf2d6;" horiz-adv-x="384" d="M320 448q27 0 45.5 -18.5t18.5 -45.5v-384q0 -27 -18.5 -45.5t-45.5 -18.5h-256q-27 0 -45.5 18.5t-18.5 45.5v384q0 27 18.5 45.5t45.5 18.5h256zM235 -21v21h-86v-21h86zM347 43v341h-310v-341h310z" />
<glyph unicode="&#xf2d7;" horiz-adv-x="405" d="M352 448q22 0 37.5 -15.5t15.5 -37.5v-406q0 -22 -15.5 -37.5t-37.5 -15.5h-299q-22 0 -37.5 15.5t-15.5 37.5v406q0 22 15.5 37.5t37.5 15.5h299zM202.5 -43q13.5 0 23 9.5t9.5 23t-9.5 22.5t-23 9t-22.5 -9t-9 -22.5t9 -23t22.5 -9.5zM363 43v341h-320v-341h320z" />
<glyph unicode="&#xf2d8;" horiz-adv-x="469" d="M427 363q17 0 29.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h384zM384 64v256h-299v-256h299z" />
<glyph unicode="&#xf2d9;" horiz-adv-x="469" d="M427 320q17 0 29.5 -12.5t12.5 -30.5v-256q0 -17 -12.5 -29.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 29.5v256q0 18 12.5 30.5t30.5 12.5h162l-71 70l15 15l86 -85l85 85l15 -15l-70 -70h162zM427 21v256h-384v-256h384zM171 235l149 -86l-149 -85v171z" />
<glyph unicode="&#xf2da;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-256q0 -17 -12.5 -29.5t-29.5 -12.5h-107v-43h-171v43h-106q-18 0 -30.5 12.5t-12.5 29.5v256q0 18 12.5 30.5t30.5 12.5h384zM427 85v256h-384v-256h384zM384 277v-42h-235v42h235zM384 192v-43h-235v43h235zM128 277v-42h-43v42 h43zM128 192v-43h-43v43h43z" />
<glyph unicode="&#xf2db;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-256q0 -17 -12.5 -29.5t-29.5 -12.5h-107v-43h-171v43h-106q-18 0 -30.5 12.5t-12.5 29.5v256q0 18 12.5 30.5t30.5 12.5h384zM427 85v256h-384v-256h384zM320 213l-149 -85v171z" />
<glyph unicode="&#xf2dc;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-256q0 -17 -12.5 -29.5t-29.5 -12.5h-107v-43h-171v43h-106q-18 0 -30.5 12.5t-12.5 29.5v256q0 18 12.5 30.5t30.5 12.5h384zM427 85v256h-384v-256h384z" />
<glyph unicode="&#xf2dd;" horiz-adv-x="303" d="M218 299h85v-86h-21v-42q0 -18 -12.5 -30.5t-30.5 -12.5h-64v-65q26 -13 26 -42q0 -19 -14 -33t-33.5 -14t-33 14t-13.5 33q0 29 25 42v65h-64q-17 0 -29.5 12.5t-12.5 30.5v44q-26 13 -26 41q0 19 14 33t33 14t33 -14t14 -33q0 -28 -26 -41v-44h64v170h-42l64 86l64 -86 h-43v-170h64v42h-21v86z" />
<glyph unicode="&#xf2de;" horiz-adv-x="405" d="M405 309v-228l-238 239h132q8 0 14.5 -6.5t6.5 -14.5v-75zM27 405l378 -378l-27 -27l-68 68q-6 -4 -11 -4h-256q-9 0 -15.5 6.5t-6.5 14.5v214q0 8 6.5 14.5t15.5 6.5h15l-58 58z" />
<glyph unicode="&#xf2df;" d="M341 245l86 86v-278l-86 86v-75q0 -9 -6 -15t-15 -6h-299q-8 0 -14.5 6t-6.5 15v256q0 9 6.5 15t14.5 6h299q9 0 15 -6t6 -15v-75zM235 117l74 75l-74 75v-54h-128v54l-75 -75l75 -75v54h128v-54z" />
<glyph unicode="&#xf2e0;" horiz-adv-x="384" d="M299 224l85 85v-234l-85 85v-75q0 -8 -6.5 -14.5t-15.5 -6.5h-256q-8 0 -14.5 6.5t-6.5 14.5v214q0 8 6.5 14.5t14.5 6.5h256q9 0 15.5 -6.5t6.5 -14.5v-75z" />
<glyph unicode="&#xf2e1;" horiz-adv-x="341" d="M341 192q0 -40 -17 -75t-48 -59l-20 -122h-171l-20 122q-65 51 -65 134t65 134l20 122h171l20 -122q31 -24 48 -59t17 -75zM43 192q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5z" />
<glyph unicode="&#xf2e2;" horiz-adv-x="497" d="M249 350q-107 1 -190 -55l43 -53q49 29 107 38q108 15 187 -38l42 53q-83 56 -189 55zM248.5 389q138.5 0 248.5 -85l-248 -309l-249 309q110 85 248.5 85z" />
<glyph unicode="&#xf2e3;" horiz-adv-x="469" d="M0 256q64 64 149.5 86.5t171 0t148.5 -86.5l-42 -43q-80 80 -192.5 80t-191.5 -80zM171 85q26 27 63.5 27t64.5 -27l-64 -64zM85 171q62 61 149.5 61t149.5 -61l-43 -43q-44 44 -106.5 44t-106.5 -44z" />
<glyph unicode="&#xf2e4;" horiz-adv-x="512" d="M256 384q136 0 256 -91l-256 -314l-256 315q119 90 256 90zM277 107v128h-42v-128h42zM235 277h42v43h-42v-43z" />
<glyph unicode="&#xf2e5;" horiz-adv-x="503" d="M482 107q8 0 14.5 -7t6.5 -15v-85q0 -8 -6.5 -14.5t-14.5 -6.5h-107q-8 0 -14.5 6.5t-6.5 14.5v85q0 8 6.5 15t14.5 7v32q0 22 15.5 37.5t38 15.5t38 -15.5t15.5 -37.5v-32zM461 107v32q0 12 -9.5 22t-22.5 10t-22.5 -10t-9.5 -22v-32h64zM322 139v-56l-75 -94l-247 310 q114 85 247.5 85t247.5 -85l-45 -56q-6 2 -21 2q-45 0 -76 -31t-31 -75z" />
<glyph unicode="&#xf2e6;" horiz-adv-x="497" d="M497 299l-117 -145l-220 220q44 10 88 10q136 0 249 -85zM356 123l74 -74l-27 -27l-71 71l-83 -103l-1 -1v1l-248 309q35 27 79 47l-44 44l27 27z" />
<glyph unicode="&#xf2e7;" horiz-adv-x="497" d="M249 350q-105 0 -190 -55l190 -237l189 237q-84 55 -189 55zM248.5 389q49.5 0 96 -11t80.5 -29.5t47 -27t25 -17.5l-248 -309v0l-249 309q12 9 25 17.5t47.5 27t80.5 29.5t95.5 11z" />
<glyph unicode="&#xf2e8;" horiz-adv-x="497" d="M249 -10l-1 -1v1l-248 309q113 85 248.5 85t248.5 -85zM68 214q82 63 180.5 63t180.5 -63l-180 -224l-1 -1v1z" />
<glyph unicode="&#xf2e9;" horiz-adv-x="320" d="M320 333l-247 -248h140v-42h-213v213h43v-141l247 248z" />
<glyph unicode="&#xf2ea;" horiz-adv-x="341" d="M341 213v-42h-259l119 -120l-30 -30l-171 171l171 171l30 -30l-119 -120h259z" />
<glyph unicode="&#xf2eb;" horiz-adv-x="273" d="M243 13l-72 72l30 30l72 -72zM41 277l96 96l96 -96h-75v-136l-128 -128l-30 30l115 115v119h-74z" />
<glyph unicode="&#xf2ec;" horiz-adv-x="384" d="M354 299l30 -30l-192 -192l-149 149v-98h-43v171h171v-43h-98l119 -119z" />
<glyph unicode="&#xf2ed;" horiz-adv-x="320" d="M107 341h213v-213h-43v141l-247 -248l-30 30l247 248h-140v42z" />
<glyph unicode="&#xf2ee;" horiz-adv-x="341" d="M171 363l170 -171l-170 -171l-30 30l119 120h-260v42h260l-119 120z" />
<glyph unicode="&#xf2ef;" horiz-adv-x="341" d="M213 363h128v-128l-49 49l-61 -62l-30 30l61 62zM128 363l-49 -49l113 -113v-180h-43v162l-100 101l-49 -49v128h128z" />
<glyph unicode="&#xf2f0;" horiz-adv-x="469" d="M192 256v64h-64l107 107l106 -107h-64v-64h-85zM171 235v-86h-64v-64l-107 107l107 107v-64h64zM469 192l-106 -107v64h-64v86h64v64zM277 128v-64h64l-106 -107l-107 107h64v64h85z" />
<glyph unicode="&#xf2f1;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM107 235l106 -107l107 107h-213z" />
<glyph unicode="&#xf2f2;" horiz-adv-x="213" d="M0 245h213l-106 -106z" />
<glyph unicode="&#xf2f3;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM256 299l-107 -107l107 -107v214z" />
<glyph unicode="&#xf2f4;" horiz-adv-x="107" d="M107 299v-214l-107 107z" />
<glyph unicode="&#xf2f5;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM171 299v-214l106 107z" />
<glyph unicode="&#xf2f6;" horiz-adv-x="107" d="M0 85v214l107 -107z" />
<glyph unicode="&#xf2f7;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213 260l-106 -106h213z" />
<glyph unicode="&#xf2f8;" horiz-adv-x="213" d="M213 139h-213l107 106z" />
<glyph unicode="&#xf2f9;" horiz-adv-x="256" d="M226 265l30 -30l-128 -128l-128 128l30 30l98 -98z" />
<glyph unicode="&#xf2fa;" horiz-adv-x="158" d="M158 290l-98 -98l98 -98l-30 -30l-128 128l128 128z" />
<glyph unicode="&#xf2fb;" horiz-adv-x="158" d="M30 320l128 -128l-128 -128l-30 30l98 98l-98 98z" />
<glyph unicode="&#xf2fc;" horiz-adv-x="256" d="M128 277l128 -128l-30 -30l-98 98l-98 -98l-30 30z" />
<glyph unicode="&#xf2fd;" horiz-adv-x="341" d="M171 277v86l170 -171l-170 -171v86h-171v170h171z" />
<glyph unicode="&#xf2fe;" horiz-adv-x="256" d="M149 384v-302l77 76l30 -30l-128 -128l-128 128l30 30l77 -76v302h42z" />
<glyph unicode="&#xf2ff;" horiz-adv-x="384" d="M384 213v-42h-302l76 -77l-30 -30l-128 128l128 128l30 -30l-76 -77h302z" />
<glyph unicode="&#xf300;" horiz-adv-x="405" d="M363 299h42v-128h-323l76 -77l-30 -30l-128 128l128 128l30 -30l-76 -77h281v86z" />
<glyph unicode="&#xf301;" horiz-adv-x="384" d="M0 213h302l-76 77l30 30l128 -128l-128 -128l-30 30l76 77h-302v42z" />
<glyph unicode="&#xf302;" horiz-adv-x="448" d="M226 290l30 30l128 -128l-128 -128l-30 30l76 77h-302v42h302zM405 320h43v-256h-43v256z" />
<glyph unicode="&#xf303;" horiz-adv-x="256" d="M107 0v302l-77 -76l-30 30l128 128l128 -128l-30 -30l-77 76v-302h-42z" />
<glyph unicode="&#xf304;" horiz-adv-x="451" d="M138 298l139 -138l-139 -139l-138 139zM60 160l78 -78l78 78l-78 78zM394 293q57 -56 57 -135.5t-57 -135.5q-56 -56 -135 -56q-49 0 -93 24l32 31q29 -13 61 -13q62 0 105.5 44t43.5 105.5t-43.5 105.5t-105.5 44v-69l-91 90l91 90v-69q79 0 135 -56z" />
<glyph unicode="&#xf305;" horiz-adv-x="451" d="M312 298l139 -138l-139 -139l-138 139zM390 160l-78 78l-78 -78l78 -78zM56 293q56 56 136 56v69l90 -90l-90 -90v69q-62 0 -105.5 -44t-43.5 -105.5t43.5 -105.5t105.5 -44q31 0 60 13l32 -31q-43 -24 -92 -24q-80 0 -136 56t-56 135.5t56 135.5z" />
<glyph unicode="&#xf306;" horiz-adv-x="340" d="M65 266q-17 -24 -22 -53h-43q6 46 35 83zM43 171q5 -28 22 -53l-30 -30q-29 37 -35 83h43zM65 57l30 31q24 -17 53 -22v-43q-46 5 -83 34zM191 361q63 -8 106 -56t43 -113t-43 -113t-106 -56v43q45 8 75.5 43.5t30.5 82.5t-30.5 82.5t-75.5 43.5v-83l-98 95l98 97v-66z " />
<glyph unicode="&#xf307;" horiz-adv-x="340" d="M246 330l-97 -95v83q-45 -8 -75.5 -43.5t-30.5 -82.5t30.5 -82.5t75.5 -43.5v-43q-63 8 -106 56t-43 113t43 113t106 56v66zM340 213h-43q-5 29 -22 53l30 30q29 -37 35 -83zM192 66q28 5 52 22l31 -31q-37 -28 -83 -34v43zM275 118q17 24 22 53h43q-6 -46 -35 -83z" />
<glyph unicode="&#xf308;" horiz-adv-x="469" d="M235 96l-86 85h64v192h43v-192h64zM427 373q17 0 29.5 -12.5t12.5 -29.5v-299q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v299q0 17 12.5 29.5t30.5 12.5h128v-42h-128v-299h384v299h-128v42h128z" />
<glyph unicode="&#xf309;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 29.5v86h43v-86h384v300h-384v-86h-43v85q0 18 12.5 30.5t30.5 12.5h384zM213 107v64h-213v42h213v64l86 -85z" />
<glyph unicode="&#xf30a;" d="M341 363l86 -86h-64v-149q0 -35 -25 -60t-60.5 -25t-60.5 25t-25 60v149q0 18 -12.5 30.5t-30 12.5t-30 -12.5t-12.5 -30.5v-149h64l-86 -85l-85 85h64v149q0 36 25 61t60.5 25t60.5 -25t25 -61v-149q0 -18 12.5 -30.5t30 -12.5t30 12.5t12.5 30.5v149h-64z" />
<glyph unicode="&#xf30b;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM96 256h53v-85h43v85h53l-74 75zM331 128h-54v85h-42v-85h-54l75 -75z" />
<glyph unicode="&#xf30c;" horiz-adv-x="299" d="M235 85h64l-86 -85l-85 85h64v150h43v-150zM85 384l86 -85h-64v-150h-43v150h-64z" />
<glyph unicode="&#xf30d;" horiz-adv-x="384" d="M85 213v-64h150v-42h-150v-64l-85 85zM384 256l-85 -85v64h-150v42h150v64z" />
<glyph unicode="&#xf30e;" d="M299 64l49 49l-105 104l-85 -85l-158 158l30 30l128 -128l85 85l135 -134l49 49v-128h-128z" />
<glyph unicode="&#xf30f;" horiz-adv-x="405" d="M405 192l-85 -85v64h-320v42h320v64z" />
<glyph unicode="&#xf310;" d="M299 320h128v-128l-49 49l-135 -134l-85 85l-128 -128l-30 30l158 158l85 -85l105 104z" />
<glyph unicode="&#xf311;" horiz-adv-x="196" d="M0 51l98 98l98 -98l-30 -30l-68 68l-68 -68zM196 333l-98 -98l-98 98l30 30l68 -68l68 68z" />
<glyph unicode="&#xf312;" horiz-adv-x="196" d="M98 324l-68 -68l-30 30l98 98l98 -98l-30 -30zM98 60l68 68l30 -30l-98 -98l-98 98l30 30z" />
<glyph unicode="&#xf313;" horiz-adv-x="341" d="M0 277v86h85v-86h-85zM128 21v86h85v-86h-85zM0 21v86h85v-86h-85zM0 149v86h85v-86h-85zM128 149v86h85v-86h-85zM256 363h85v-86h-85v86zM128 277v86h85v-86h-85zM256 149v86h85v-86h-85zM256 21v86h85v-86h-85z" />
<glyph unicode="&#xf314;" horiz-adv-x="485" d="M171 363h-31l-43 42h330q17 0 29.5 -12.5t12.5 -29.5v-330l-42 43v31h-31l-43 42h74v86h-86v-74l-42 43v31h-31l-43 42h74v86h-86v-74l-42 43v31zM341 363v-86h86v86h-86zM27 421l458 -458l-27 -27l-43 43h-330q-17 0 -29.5 12.5t-12.5 29.5v330l-43 43zM213 180v-31h31z M85 308v-31h31zM171 21v86h-86v-86h86zM171 149v74l-12 12h-74v-86h86zM299 21v74l-12 12h-74v-86h86zM341 21h31l-31 31v-31z" />
<glyph unicode="&#xf315;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h341zM128 21v86h-85v-86h85zM128 149v86h-85v-86h85zM128 277v86h-85v-86h85zM256 21v86h-85v-86h85zM256 149v86h-85v-86h85z M256 277v86h-85v-86h85zM384 21v86h-85v-86h85zM384 149v86h-85v-86h85zM384 277v86h-85v-86h85z" />
<glyph unicode="&#xf316;" horiz-adv-x="405" d="M384 171q9 0 15 -6.5t6 -15.5v-128q0 -8 -6 -14.5t-15 -6.5h-363q-8 0 -14.5 6.5t-6.5 14.5v128q0 9 6.5 15.5t14.5 6.5h363zM384 384q9 0 15 -6.5t6 -14.5v-128q0 -9 -6 -15.5t-15 -6.5h-363q-8 0 -14.5 6.5t-6.5 15.5v128q0 8 6.5 14.5t14.5 6.5h363z" />
<glyph unicode="&#xf317;" horiz-adv-x="363" d="M0 64v277h64v-277h-64zM299 341h64v-277h-64v277zM85 64v277h192v-277h-192z" />
<glyph unicode="&#xf318;" d="M107 43v320h213v-320h-213zM0 85v235h85v-235h-85zM341 320h86v-235h-86v235z" />
<glyph unicode="&#xf319;" horiz-adv-x="363" d="M128 64v277h107v-277h-107zM0 64v277h107v-277h-107zM256 341h107v-277h-107v277z" />
<glyph unicode="&#xf31a;" horiz-adv-x="405" d="M0 256v85h85v-85h-85zM0 149v86h85v-86h-85zM107 149v86h85v-86h-85zM213 149v86h86v-86h-86zM107 256v85h85v-85h-85zM213 341h86v-85h-86v85zM320 149v86h85v-86h-85zM0 43v85h85v-85h-85zM107 43v85h85v-85h-85zM213 43v85h86v-85h-86zM320 43v85h85v-85h-85zM320 341 h85v-85h-85v85z" />
<glyph unicode="&#xf31b;" horiz-adv-x="405" d="M0 43v149h128v-149h-128zM149 43v149h256v-149h-256zM0 341h405v-128h-405v128z" />
<glyph unicode="&#xf31c;" horiz-adv-x="384" d="M0 171v213h171v-213h-171zM0 0v128h171v-128h-171zM213 0v213h171v-213h-171zM213 384h171v-128h-171v128z" />
<glyph unicode="&#xf31d;" horiz-adv-x="405" d="M0 0v64h405v-64h-405zM384 277q9 0 15 -6t6 -15v-128q0 -9 -6 -15t-15 -6h-363q-8 0 -14.5 6t-6.5 15v128q0 9 6.5 15t14.5 6h363zM0 384h405v-64h-405v64z" />
<glyph unicode="&#xf31e;" horiz-adv-x="341" d="M0 128v43h341v-43h-341zM0 43v42h341v-42h-341zM0 213v43h341v-43h-341zM0 341h341v-42h-341v42z" />
<glyph unicode="&#xf31f;" horiz-adv-x="384" d="M0 171v42h43v-42h-43zM0 85v43h43v-43h-43zM0 256v43h43v-43h-43zM85 171v42h299v-42h-299zM85 85v43h299v-43h-299zM85 299h299v-43h-299v43z" />
<glyph unicode="&#xf320;" horiz-adv-x="363" d="M0 149v86h85v-86h-85zM0 43v85h85v-85h-85zM0 256v85h85v-85h-85zM107 149v86h256v-86h-256zM107 43v85h256v-85h-256zM107 341h256v-85h-256v85z" />
<glyph unicode="&#xf321;" horiz-adv-x="363" d="M0 213v128h107v-128h-107zM0 64v128h107v-128h-107zM128 64v128h107v-128h-107zM256 64v128h107v-128h-107zM128 213v128h107v-128h-107zM256 341h107v-128h-107v128z" />
<glyph unicode="&#xf322;" horiz-adv-x="363" d="M128 64v128h107v-128h-107zM0 64v277h107v-277h-107zM256 64v128h107v-128h-107zM128 341h235v-128h-235v128z" />
<glyph unicode="&#xf323;" horiz-adv-x="363" d="M0 64v128h363v-128h-363zM0 341h363v-128h-363v128z" />
<glyph unicode="&#xf324;" d="M384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM43 192v-43h85v43h-85zM256 64v43h-213v-43h213zM384 64v43h-85v-43h85zM384 149v43h-213v-43h213z" />
<glyph unicode="&#xf325;" horiz-adv-x="384" d="M0 256v43h299v-43h-299zM0 171v42h299v-42h-299zM0 85v43h299v-43h-299zM341 85v43h43v-43h-43zM341 299h43v-43h-43v43zM341 171v42h43v-42h-43z" />
<glyph unicode="&#xf326;" d="M384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM277 64v85h-234v-85h234zM277 171v85h-234v-85h234zM384 64v192h-85v-192h85z" />
<glyph unicode="&#xf327;" horiz-adv-x="405" d="M85 341q9 0 15.5 -6t6.5 -15v-256q0 -9 -6.5 -15t-15.5 -6h-64q-8 0 -14.5 6t-6.5 15v256q0 9 6.5 15t14.5 6h64zM384 341q9 0 15 -6t6 -15v-256q0 -9 -6 -15t-15 -6h-64q-9 0 -15 6t-6 15v256q0 9 6 15t15 6h64zM235 341q8 0 14.5 -6t6.5 -15v-256q0 -9 -6.5 -15 t-14.5 -6h-64q-9 0 -15.5 6t-6.5 15v256q0 9 6.5 15t15.5 6h64z" />
<glyph unicode="&#xf328;" horiz-adv-x="412" d="M213 171h171v-171h-171v171zM0 0v171h171v-171h-171zM0 384h171v-171h-171v171zM291 412l121 -121l-121 -120l-120 120z" />
<glyph unicode="&#xf329;" d="M427 326l-28 -33l-98 83l28 32zM125 376l-97 -82l-28 32l98 82zM213.5 363q79.5 0 135.5 -56.5t56 -136t-56 -135.5t-135.5 -56t-136 56t-56.5 135.5t56.5 136t136 56.5zM213 21q62 0 106 44t44 106t-44 105.5t-106 43.5t-105.5 -43.5t-43.5 -105.5t43.5 -106t105.5 -44z M182 138l105 106l23 -23l-128 -128l-68 68l23 22z" />
<glyph unicode="&#xf32a;" horiz-adv-x="434" d="M221 320q-26 0 -51 -9l-33 32q40 20 84 20q79 0 135.5 -56.5t56.5 -135.5q0 -44 -20 -84l-32 32q9 26 9 52q0 62 -43.5 105.5t-105.5 43.5zM434 326l-27 -33l-99 83l28 32zM27 399l21 -21l372 -372l-27 -27l-47 47q-54 -47 -125 -47q-80 0 -136 56t-56 136q0 71 47 125 l-17 17l-24 -20l-30 31l23 19l-28 29zM316 56l-210 210q-35 -42 -35 -95q0 -62 44 -106t106 -44q54 0 95 35zM136 378l-18 -15l-31 30l19 15z" />
<glyph unicode="&#xf32b;" d="M125 376l-97 -82l-28 32l98 82zM427 326l-28 -33l-98 83l28 32zM213.5 363q79.5 0 135.5 -56.5t56 -136t-56 -135.5t-135.5 -56t-136 56t-56.5 135.5t56.5 136t136 56.5zM213 21q62 0 106 44t44 106t-44 105.5t-106 43.5t-105.5 -43.5t-43.5 -105.5t43.5 -106t105.5 -44z M235 256v-64h64v-43h-64v-64h-43v64h-64v43h64v64h43z" />
<glyph unicode="&#xf32c;" d="M125 376l-97 -82l-28 32l98 82zM427 326l-28 -33l-98 83l28 32zM213.5 363q79.5 0 135.5 -56.5t56 -136t-56 -135.5t-135.5 -56t-136 56t-56.5 135.5t56.5 136t136 56.5zM213 21q62 0 106 44t44 106t-44 105.5t-106 43.5t-105.5 -43.5t-43.5 -105.5t43.5 -106t105.5 -44z M149 213v43h128v-38l-77 -90h77v-43h-128v39l78 89h-78z" />
<glyph unicode="&#xf32d;" d="M427 326l-28 -33l-98 83l28 32zM125 376l-97 -82l-28 32l98 82zM224 277v-112l85 -50l-16 -26l-101 60v128h32zM213.5 363q79.5 0 135.5 -56.5t56 -136t-56 -135.5t-135.5 -56t-136 56t-56.5 135.5t56.5 136t136 56.5zM213 21q62 0 106 44t44 106t-44 105.5t-106 43.5 t-105.5 -43.5t-43.5 -105.5t43.5 -106t105.5 -44z" />
<glyph unicode="&#xf32e;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h21v43h43v-43h170v43h43v-43h21zM341 43v234h-298v-234h298zM85 235h107v-107h-107v107z" />
<glyph unicode="&#xf32f;" horiz-adv-x="384" d="M289 212l-127 -127l-68 68l23 23l45 -45l104 104zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h21v43h43v-43h170v43h43v-43h21zM341 43v234h-298v-234h298z" />
<glyph unicode="&#xf330;" horiz-adv-x="384" d="M135 85l-23 23l52 52l-52 52l23 23l52 -52l52 52l22 -23l-52 -52l52 -52l-22 -23l-52 52zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h21v43h43v-43h170v43h43v-43h21z M341 43v234h-298v-234h298z" />
<glyph unicode="&#xf331;" horiz-adv-x="384" d="M299 235v-43h-214v43h214zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h21v43h43v-43h170v43h43v-43h21zM341 43v234h-298v-234h298zM235 149v-42h-150v42h150z" />
<glyph unicode="&#xf332;" horiz-adv-x="384" d="M299 192v-107h-107v107h107zM277 427h43v-43h21q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h21v43h43v-43h170v43zM341 43v234h-298v-234h298z" />
<glyph unicode="&#xf333;" horiz-adv-x="384" d="M171 85.5q0 8.5 6 15t15 6.5t15 -6.5t6 -15t-6 -15t-15 -6.5t-15 6.5t-6 15zM171 384h21q80 0 136 -56t56 -136t-56 -136t-136 -56t-136 56t-56 136q0 46 20.5 86.5t56.5 66.5v1l145 -145l-30 -30l-116 115q-33 -41 -33 -94q0 -62 43.5 -105.5t105.5 -43.5t105.5 43.5 t43.5 105.5q0 56 -36.5 98t-91.5 50v-41h-42v85zM320 192q0 -9 -6.5 -15t-15 -6t-15 6t-6.5 15t6.5 15t15 6t15 -6t6.5 -15zM64 192q0 9 6.5 15t15 6t15 -6t6.5 -15t-6.5 -15t-15 -6t-15 6t-6.5 15z" />
<glyph unicode="&#xf334;" d="M303.5 282.5q37.5 -37.5 37.5 -90.5t-37.5 -90.5t-90.5 -37.5t-90 38l90 90v128q53 0 90.5 -37.5zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50 t-120.5 -50t-50 -121t50 -121t120.5 -50z" />
<glyph unicode="&#xf335;" horiz-adv-x="448" d="M299 192q0 -18 -12.5 -30.5t-30.5 -12.5t-30.5 12.5t-12.5 30.5t12.5 30.5t30.5 12.5t30.5 -12.5t12.5 -30.5zM256 384q80 0 136 -56t56 -136t-56 -136t-136 -56q-65 0 -117 40l30 30q40 -27 87 -27q62 0 105.5 43.5t43.5 105.5t-43.5 105.5t-105.5 43.5t-105.5 -43.5 t-43.5 -105.5h64l-86 -85l-85 85h64q0 80 56 136t136 56z" />
<glyph unicode="&#xf336;" horiz-adv-x="448" d="M256 384q80 0 136 -56t56 -136t-56 -136t-136 -56q-79 0 -136 56l31 31q43 -44 105 -44t105.5 43.5t43.5 105.5t-43.5 105.5t-105.5 43.5t-105.5 -43.5t-43.5 -105.5h64l-87 -86l-1 3l-83 83h64q0 80 56 136t136 56zM235 277h32v-90l74 -45l-15 -26l-91 55v106z" />
<glyph unicode="&#xf337;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50zM224 299v-112l96 -57l-16 -27l-112 68v128h32z" />
<glyph unicode="&#xf338;" horiz-adv-x="411" d="M369 351l30 -30l-30 -31q42 -52 42 -119q0 -58 -32 -106l-31 31q20 35 20 75q0 62 -43.5 105.5t-105.5 43.5q-40 0 -75 -20l-31 31q48 32 106 32q67 0 120 -42zM283 427v-43h-128v43h128zM197 247v30h43v-73zM27 363l214 -214l164 -165l-27 -27l-53 54q-48 -32 -106 -32 q-80 0 -136 56t-56 136q0 58 32 106l-59 59zM219 21q40 0 75 21l-204 204q-21 -35 -21 -75q0 -62 44 -106t106 -44z" />
<glyph unicode="&#xf339;" horiz-adv-x="384" d="M256 427v-43h-128v43h128zM171 149v128h42v-128h-42zM342 290q42 -52 42 -119q0 -80 -56 -136t-136 -56t-136 56t-56 135.5t56 136t136 56.5q67 0 120 -43l30 31q16 -13 30 -30zM192 21q62 0 105.5 44t43.5 106t-43.5 105.5t-105.5 43.5t-105.5 -43.5t-43.5 -105.5 t43.5 -106t105.5 -44z" />
<glyph unicode="&#xf33a;" horiz-adv-x="299" d="M0 107v85h299v-85q0 -62 -44 -106t-106 -44t-105.5 44t-43.5 106zM237 355q29 -21 45.5 -52.5t16.5 -67.5v-22h-299v22q0 36 16.5 67.5t44.5 52.5l-44 45l17 17l49 -49q32 16 66 16t66 -16l50 49l17 -17zM85.5 256q8.5 0 15 6.5t6.5 15t-6.5 15t-15 6.5t-15 -6.5 t-6.5 -15t6.5 -15t15 -6.5zM213.5 256q8.5 0 15 6.5t6.5 15t-6.5 15t-15 6.5t-15 -6.5t-6.5 -15t6.5 -15t15 -6.5z" />
<glyph unicode="&#xf33b;" d="M85 64v213h256v-213q0 -9 -6 -15t-15 -6h-21v-75q0 -13 -9.5 -22.5t-23 -9.5t-22.5 9.5t-9 22.5v75h-43v-75q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5v75h-21q-9 0 -15.5 6t-6.5 15zM32 277q13 0 22.5 -9t9.5 -23v-149q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5 t-9.5 22.5v149q0 14 9.5 23t22.5 9zM394.5 277q13.5 0 23 -9t9.5 -23v-149q0 -13 -9.5 -22.5t-23 -9.5t-22.5 9.5t-9 22.5v149q0 14 9 23t22.5 9zM289 402q52 -38 52 -103h-256q0 64 53 103l-28 28q-8 7 -0.5 14.5t15.5 0.5l32 -32q26 14 56 14t57 -14l31 32q8 7 15.5 -0.5 t-0.5 -14.5zM171 341v22h-22v-22h22zM277 341v22h-21v-22h21z" />
<glyph unicode="&#xf33c;" horiz-adv-x="363" d="M353 262q-21 -7 -35 -32.5t-14 -50.5q0 -31 16 -57.5t43 -33.5q-8 -27 -26.5 -55.5t-37.5 -42.5q-16 -11 -40 -11q-16 0 -37 8q-18 9 -31 9q-10 0 -40 -12q-18 -5 -26 -5q-24 0 -49 20q-36 34 -56 81t-20 98q0 53 30.5 93.5t77.5 40.5q26 0 48 -11q17 -11 34 -11 q16 0 31 6q39 16 52 16q35 0 61 -23q12 -12 19 -27zM179 309q0 32 25 63q25 27 61 33q0 -38 -24 -67q-27 -29 -62 -29z" />
<glyph unicode="&#xf33d;" d="M384 281h-107v26h107v-26zM208 180.5q12 -17.5 12 -42.5q0 -20 -8 -35q-7 -14 -21 -23q-12 -9 -30 -14q-14 -4 -34 -4h-127v266h124q12 0 34 -5q13 -3 26 -12q11 -7 18 -20q6 -13 6 -31q0 -20 -9.5 -33.5t-26.5 -21.5q24 -7 36 -24.5zM55 221h61q17 0 26 6q10 7 10 23 q0 9 -3.5 15t-9.5 9q-6 4 -12 5q-9 2 -15 2h-57v-60zM162 141q0 20 -11 29q-11 8 -30 8h-66v-73h64q7 0 17 2q8 2 13.5 5.5t9.5 11.5q3 6 3 17zM426 144h-137q0 -24 13 -37q12 -11 34 -11q15 0 27 8q12 9 14 18h46q-10 -35 -34 -50q-24 -16 -55 -16q-22 0 -40 7t-31 21 q-13 13 -19 32q-7 18 -7 40t7 40.5t20 32.5q13 13 30 21q18 8 40 8q24 0 42 -9.5t30 -25.5q11 -15 17 -37q5 -21 3 -42zM374 178q-2 18 -12 30q-9 10 -29 10q-13 0 -21 -4.5t-13.5 -10.5t-6.5 -13q-3 -7 -3 -12h85z" />
<glyph unicode="&#xf33e;" d="M390 161v62l-46 -31zM232 31l143 96l-64 43l-79 -53v-86zM213 149l65 43l-65 43l-65 -43zM195 31v86l-80 53l-64 -43zM37 223v-62l46 31zM195 353l-144 -96l64 -43l80 53v86zM232 353v-86l79 -53l64 43zM427 259v-2v-130v-2v-1q0 -1 -1 -2v-1q-1 0 -1 -1v-1l-1 -1v-1 l-0.5 -0.5l-0.5 -0.5q0 -1 -1 -1l-1 -1v0l-1 -1l-1 -1l-195 -130q-5 -3 -10.5 -3t-10.5 3l-195 130h-1v1l-1 0.5l-1 0.5v1h-1v1l-1 1v1h-1v1l-1 1v1v1q-1 1 -1 2v1v2v130v2v1q0 1 1 2v1v1l1 1v1l1 1l0.5 0.5l0.5 0.5v1q1 0 1 0.5v0.5h0.5t0.5 1h1l1 1l195 130q10 7 21 0 l195 -130v0l1 -1h1v-1q1 0 1 -1q1 0 1 -0.5v-0.5l1 -1v-1q1 0 1 -1v-1l1 -1v-1q1 -1 1 -2v-1z" />
<glyph unicode="&#xf33f;" d="M308 42q56 40 69 107q-35 8 -66 8v0q-17 0 -34 -3q19 -57 31 -112zM213 13q31 0 59 11q-12 63 -32 121q-49 -16 -87 -52q-23 -22 -39 -47q44 -33 99 -33zM47 179q0 -60 39 -106q19 28 46 53q42 38 94 55q-4 10 -10 22q-67 -21 -151 -22q-13 0 -18 1v-3zM140 329 q-33 -16 -56 -45t-32 -64q3 -1 13 -1h3q70 0 131 19q-29 54 -59 91zM213 346q-16 0 -35 -4q32 -42 57 -91q53 23 82 58q-45 37 -104 37zM344 282q-36 -41 -92 -66q4 -8 11 -25q24 4 48 4v0q33 0 69 -8q-3 53 -36 95zM213.5 393q88.5 0 151 -62.5t62.5 -151t-62.5 -151 t-151 -62.5t-151 62.5t-62.5 151t62.5 151t151 62.5z" />
<glyph unicode="&#xf340;" d="M126 389l87 -72l88 72l126 -81l-87 -69l87 -69l-126 -82l-88 73l-87 -73l-126 82l87 69l-87 69zM213 317l-126 -78l126 -78l127 78zM213 145l89 -73l37 25v-27l-126 -75l-125 75v27l38 -25z" />
<glyph unicode="&#xf341;" horiz-adv-x="366" d="M249 200h50q3 10 -8 21q-12 12 -27 3.5t-15 -24.5zM332 348q11 -14 17.5 -34.5t8 -32t4.5 -38.5q4 -39 3.5 -88.5t-10.5 -87.5q-9 -61 -49 -80.5t-95 -4.5q-22 6 -32 27t-7 44q4 21 24 31.5t43 10.5v-21q2 -7 -1 -9.5t-8.5 -2t-11.5 -0.5q-8 -5 -9 -16.5t8.5 -21 t27.5 -9.5q33 1 40 12t5 48q2 19 -14 32t-36 14q-37 -3 -65 43q-1 -2 -1 -10.5v-16.5v-15q-1 -15 -15 -23.5t-31 -11.5q-60 -5 -84 19q-34 36 -43 120q-7 48 22 69h81q4 2 10.5 9.5t7.5 8.5v43q1 4 0.5 14.5t1 17t6.5 11.5q22 11 47 4t38 -28h27h28q43 -6 62 -27zM87 313 h-69l86 88v-70z" />
<glyph unicode="&#xf342;" d="M363 320h-54q-31 0 -52.5 -22t-21.5 -53v-53h-43v-64h43v-149h64v149h64v64h-64v43q0 8 6 14.5t15 6.5h43v64zM0 405h427v-426h-427v426z" />
<glyph unicode="&#xf343;" horiz-adv-x="224" d="M145 -21h-79v194h-66v76h66v56q0 48 27 74t72 26q36 0 59 -3v-67l-41 -1q-22 0 -30 -9t-8 -27v-49h76l-10 -76h-66v-194z" />
<glyph unicode="&#xf344;" d="M43 405h341q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-110q-7 1 -7 21v58q0 27 -15 40q44 5 70.5 27t26.5 78q0 33 -22 57q11 26 -2 57q-18 6 -58 -22q-26 7 -54 7t-53 -7q-18 12 -32.5 17.5t-20.5 4.5h-6q-12 -31 -2 -57q-22 -24 -22 -57 q0 -55 27 -77.5t70 -27.5q-11 -10 -13 -29q-42 -18 -62 18q-12 20 -33 22q-2 0 -4.5 -0.5t-5.5 -3.5t8 -9q15 -7 24 -31q1 -2 2 -4.5t6.5 -9.5t13 -10.5t20.5 -6.5t30 2v-36q0 -20 -8 -21h-109q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5z" />
<glyph unicode="&#xf345;" d="M213.5 400q88.5 0 151 -62.5t62.5 -150.5q0 -70 -41 -125.5t-105 -77.5q-14 -2 -14 11v58q0 27 -15 40q44 5 70.5 27t26.5 77q0 34 -22 58q11 26 -2 57q-18 5 -58 -22q-26 7 -54 7t-53 -7q-18 12 -32.5 17.5t-20.5 4.5h-6q-12 -31 -2 -57q-22 -24 -22 -58q0 -55 27 -77 t70 -27q-11 -10 -13 -29q-42 -18 -62 18q-12 20 -33 22q-2 0 -4.5 -0.5t-5 -3.5t8.5 -9q14 -7 23 -31q1 -2 2 -4.5t6.5 -9.5t13 -10.5t20.5 -6.5t30 2v-36q0 -13 -14 -11q-64 22 -105 77.5t-41 125.5q0 88 62.5 150.5t151 62.5z" />
<glyph unicode="&#xf346;" horiz-adv-x="463" d="M140 373l73 -128l-140 -245l-73 128zM183 128h280l-73 -128h-280zM451 149h-146l-147 256h1h145z" />
<glyph unicode="&#xf347;" d="M222 287q114 -108 165 -114q1 11 1 19q0 25 -7 50q-4 -9 -11 -10t-15.5 5.5t-15.5 14.5t-14.5 18.5t-10 15t-3.5 6.5q-47 66 -163 62q-32 -13 -56 -36q65 30 130 -31zM365 105q11 20 16 39q-33 3 -85.5 29.5t-87.5 51.5l-35 25q-74 58 -127 -9q-8 -24 -8 -49 q0 -38 16 -73q9 26 25 26q15 0 40.5 -13.5t41.5 -18.5q10 -3 31 -10l31.5 -10.5t26.5 -6.5t30 -3q12 0 22 1.5t20 4.5t15.5 4.5t15.5 6t12 5.5zM213 17q76 0 128 56q-45 -13 -83.5 -13t-62.5 7l-25 8q-26 8 -31 -6t7 -38q32 -14 67 -14zM213 405q88 0 151 -62.5t63 -150.5 t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t150.5 62.5z" />
<glyph unicode="&#xf348;" horiz-adv-x="416" d="M235 213h181v-21q0 -89 -58 -151t-145 -62q-88 0 -150.5 62.5t-62.5 150.5t62.5 150.5t150.5 62.5q89 0 148 -65l-38 -38q-43 50 -110 50q-66 0 -113 -47t-47 -113t47 -113t113 -47q56 0 96.5 36t50.5 92h-125v53z" />
<glyph unicode="&#xf349;" horiz-adv-x="448" d="M341 427q44 0 75.5 -31.5t31.5 -75.5q0 -22 -26.5 -67.5t-52 -92.5t-22.5 -75q0 -5 -5.5 -5t-5.5 5q2 28 -23 75t-51.5 92.5t-26.5 67.5q0 44 31 75.5t75 31.5zM341.5 363q-17.5 0 -30 -12.5t-12.5 -30.5t12.5 -30.5t30 -12.5t30 12.5t12.5 30.5t-12.5 30.5t-30 12.5z M43 384h185q-20 -32 -20 -69q0 -26 32 -83l-239 -239l-1 7v341q0 18 12.5 30.5t30.5 12.5zM310 109l-51 51l14 15q24 -39 37 -66zM371 -43h-315l157 158zM427 205v-205l-1 -7l-72 72q3 9 7 18.5t9 20t9.5 19t12 21.5t11 19.5t12.5 21.5zM100 181q-17 0 -27 7t-10 19 q0 14 18 21q10 3 22 3h5q13 -10 18 -15t5 -12q0 -9 -9 -16t-22 -7zM75 303q0 10 5.5 15.5t12.5 5.5q13 0 20.5 -12t7.5 -25q0 -11 -6.5 -15.5t-13.5 -4.5q-11 0 -18.5 11.5t-7.5 24.5zM127 241l-7 6q-6 5 -6 9q0 7 7 12q17 13 17 29q0 14 -14 26h12l9 9h-43 q-21 0 -32.5 -11.5t-11.5 -27.5q0 -13 9 -23t25 -10h5l-2 -8q0 -7 6 -14q-24 -1 -40 -11q-16 -9 -16 -25q0 -13 11.5 -21.5t33.5 -8.5q25 0 39.5 12t14.5 27q0 16 -17 30z" />
<glyph unicode="&#xf34a;" horiz-adv-x="384" d="M0 341q0 18 12.5 30.5t30.5 12.5h128v-107l-86 22l22 -86h-107v128zM107 171l-22 -86l86 22v-107h-128q-18 0 -30.5 12.5t-12.5 30.5v128h107zM299 85l-22 86h107v-128q0 -18 -12.5 -30.5t-30.5 -12.5h-128v107zM341 384q18 0 30.5 -12.5t12.5 -30.5v-128h-107l22 86 l-86 -22v107h128z" />
<glyph unicode="&#xf34b;" horiz-adv-x="379" d="M0 11v362q0 21 18 29l210 -210l-210 -210q-18 9 -18 29zM295 125l-230 -132l181 181zM366 217q13 -10 13 -25t-12 -25l-49 -28l-54 53l54 53zM65 391l230 -132l-49 -49z" />
<glyph unicode="&#xf34c;" d="M43 405h340q17 0 30.5 -17t13.5 -36v-330q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v341q0 18 12.5 30.5t30.5 12.5zM151 301q-45 0 -76.5 -32t-31.5 -77t31.5 -77t76.5 -32q47 0 75.5 29.5t28.5 76.5q0 13 -2 19h-102v-38h62q-3 -17 -18 -31.5 t-44 -14.5q-28 0 -47.5 20t-19.5 48t19.5 48t47.5 20q27 0 43 -16l30 28q-29 29 -73 29zM322 239v-31h-31v-31h31v-31h31v31h30l1 31h-31v31h-31z" />
<glyph unicode="&#xf34d;" d="M137 217h128q7 -37 -3 -72q-10 -34 -35 -57q-23 -21 -56 -29q-36 -8 -70 1q-27 7 -49 25q-24 19 -37 45q-22 42 -12 89q3 18 12 34q24 50 77 68q46 16 92 -1q24 -9 44 -27q-2 -3 -7 -7.5t-6 -6.5q-4 -3 -12.5 -11.5t-12.5 -13.5q-13 13 -30 18q-20 6 -40 1 q-24 -5 -41 -22q-13 -14 -20 -33q-9 -26 0 -53q9 -26 32 -42q14 -10 30 -13q15 -3 33 0q17 3 30 12q23 15 27 42h-74v26.5v26.5zM427 214v-34h-47v-46h-34v46h-47v34h47v47h34v-47h47z" />
<glyph unicode="&#xf34e;" horiz-adv-x="418" d="M214 222v1h201q3 -12 3 -36q0 -93 -56.5 -150.5t-148.5 -57.5q-88 0 -150.5 62t-62.5 151t62 151t151 62q87 0 144 -57l-57 -56q-33 33 -86 33q-54 0 -92.5 -39.5t-38.5 -95t38.5 -94.5t92.5 -39q31 0 55 9.5t37.5 24.5t20.5 29.5t10 27.5h-123v74z" />
<glyph unicode="&#xf34f;" d="M384 309v43q0 11 -11 11h-42q-11 0 -11 -11v-43q0 -10 11 -10h42q11 0 11 10zM53 21h320q11 0 11 11v181h-45q2 -12 2 -21q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5q0 11 2 21h-44v-181q0 -11 10 -11zM213.5 277q-35.5 0 -60.5 -25t-25 -60t25 -60t60.5 -25 t60.5 25t25 60t-25 60t-60.5 25zM384 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h341z" />
<glyph unicode="&#xf350;" horiz-adv-x="401" d="M59 354h342l-31 -156l-5 -25l-24 -121l-183 -61l-158 61l16 80h67l-6 -33l95 -36l111 36l15 77h-274l13 67h274l9 44h-274z" />
<glyph unicode="&#xf351;" horiz-adv-x="357" d="M179 50l91 25l13 138h-163l-4 45h171l4 45h-225l13 -135h155l-5 -58l-50 -14l-50 14l-4 37h-45l7 -72zM0 378h357l-32 -365l-146 -51l-147 51z" />
<glyph unicode="&#xf352;" horiz-adv-x="384" d="M0 384h384v-384h-384v384zM101 63q15 -33 54 -33q25 0 39.5 13.5t14.5 40.5v124h-36v-123q0 -23 -19 -23q-13 0 -24 19zM228 67q19 -37 66 -37q27 0 43.5 13.5t16.5 36.5q0 22 -11.5 34t-36.5 23l-9 4q-12 5 -17 9.5t-5 12.5q0 6 4.5 10.5t12.5 4.5q15 0 24 -15l27 18 q-16 29 -51 29q-24 0 -38.5 -13.5t-14.5 -34.5t11 -33t33 -21l9 -4q10 -5 14.5 -7t8 -6.5t3.5 -10.5q0 -8 -6.5 -13t-17.5 -5q-23 0 -36 22z" />
<glyph unicode="&#xf353;" horiz-adv-x="458" d="M0 294q45 29 82 35.5t60 -5.5t39 -35.5t23 -48t8 -49.5q3 -37 -18.5 -72.5t-57.5 -47.5t-83 16v-120l-53 34v293zM51 256v-121q41 -25 65.5 -21t35 24.5t10.5 56.5q0 47 -17 68t-41.5 17.5t-52.5 -24.5zM299 328q-4 -78 0 -155q3 -21 14.5 -30.5t26.5 -8t30 6t25 10.5 l10 5v155l53 -6v-207q0 -28 -8 -50.5t-20 -36t-27 -23t-30.5 -13.5t-27.5 -6t-20 -2h-8l-18 51q35 0 59 8.5t33 20t13.5 23.5t3.5 20l-1 8q-42 -16 -73.5 -17.5t-47.5 7.5t-25.5 20.5t-11.5 20.5l-2 10v155z" />
<glyph unicode="&#xf354;" d="M366 288q25 0 43 -18t18 -43v-81q0 -25 -18 -43t-43 -18h-153q0 -6 5 -13t10 -7h92v-36q0 -25 -18 -43t-43 -18h-91q-26 0 -43.5 18t-17.5 43v80q0 25 17.5 43t43.5 18h112q25 0 42.5 18t17.5 43v57h26zM274 36q-15 0 -15 -19q0 -15 15 -15q7 0 11 4.5t4 10.5 q0 19 -15 19zM61 75q-25 0 -43 17.5t-18 43.5v80q0 26 18 43.5t43 17.5h152q0 7 -4.5 14t-10.5 7h-91v36q0 25 17.5 43t43.5 18h91q25 0 43 -18t18 -43v-80q0 -26 -18 -43.5t-43 -17.5h-112q-25 0 -43 -18t-18 -43v-57h-25zM152 326q16 0 16 19q0 15 -16 15q-15 0 -15 -15 q0 -19 15 -19z" />
<glyph unicode="&#xf355;" d="M325 72q-58 0 -87 22.5t-42 64.5l-16 49q-11 32 -25 48t-44 16q-25 0 -42.5 -20t-17.5 -62q0 -35 16 -56t42 -21q17 0 33 7t23 14l8 7l15 -43q-3 -3 -9 -7t-27 -11.5t-45 -7.5q-52 0 -79.5 30t-27.5 86q0 59 28.5 91.5t81.5 32.5q49 0 76 -20t42 -68l16 -50 q10 -30 28.5 -46t53.5 -16q51 0 51 26q0 23 -33 30l-34 8q-56 14 -56 65q0 38 24.5 54.5t62.5 16.5q78 0 84 -63l-49 -6q-3 30 -38 30t-35 -26q0 -23 28 -29l31 -7q65 -15 65 -71q0 -68 -102 -68z" />
<glyph unicode="&#xf356;" d="M363 43v121q0 31 -22 53t-53 22q-15 0 -30 -8.5t-23 -21.5v26h-64v-192h64v113q0 13 9 22.5t22.5 9.5t23 -9.5t9.5 -22.5v-113h64zM96 271q16 0 27.5 11t11.5 27t-11.5 27.5t-27.5 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27t27.5 -11zM128 43v192h-64v-192h64zM384 405 q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h341z" />
<glyph unicode="&#xf357;" horiz-adv-x="371" d="M237 405q79 0 112 -39q30 -35 20 -99q-23 -146 -175 -146h-49q-8 0 -14 -5t-7 -13l-17 -106q-1 -8 -7 -13t-14 -5h-73q-6 0 -10 4.5t-3 9.5l62 394q2 8 7.5 13t13.5 5h154zM255 261q4 29 -8 43q-6 8 -18 11.5t-21.5 4t-27.5 0.5h-11q-11 0 -12 -11l-17 -103h23 q17 0 25.5 0.5t22 3.5t21 8.5t14 16.5t9.5 26z" />
<glyph unicode="&#xf358;" d="M235 102q53 0 82 35t29 82q0 52 -39 89.5t-93.5 37.5t-93.5 -37.5t-39 -89.5q0 -34 18 -63q6 -11 18 -11q9 0 15.5 6.5t6.5 14.5q0 5 -4 11q-11 20 -11 42q0 35 26 59.5t63 24.5t63.5 -24.5t26.5 -59.5q0 -30 -16.5 -51.5t-51.5 -21.5q-12 0 -20 8.5t-8 20.5 q0 9 9.5 28.5t9.5 35.5q0 28 -31 28q-14 0 -24.5 -11.5t-10.5 -36.5q0 -8 1 -16t2 -12l1 -3l-39 -119l-1 -4v-1.5v-1.5q0 -10 6.5 -17t16.5 -7q14 0 20 12l1 -1l1 4l20 69q19 -20 46 -20zM384 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-341 q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h341z" />
<glyph unicode="&#xf359;" d="M427 332v-37v-75q0 -39 -10 -69q-18 -60 -68 -102q-53 -44 -121 -48q-70 -5 -129 32q-54 35 -80 93q-15 33 -18 66q-1 18 -1 75v36.5v38.5q0 14 7.5 25t20.5 15q8 2 16 2h20h38h74h21h16q25 0 75.5 -0.5t75.5 -0.5q27 0 35 -2q14 -4 22 -17q6 -9 6 -32zM342 235 q5 15 -6 27q-10 13 -27 10q-5 0 -9.5 -3t-7 -5t-8 -7.5l-6.5 -6.5q-56 -55 -64 -62q-2 1 -56 53q-7 7 -15 14q-11 11 -14 13q-13 9 -27 2q-15 -6 -17.5 -21.5t8.5 -26.5q1 0 58 -56l28 -26q1 -2 5.5 -6.5t7 -6.5t7 -5t8.5 -4q15 -3 27 8q4 4 9 8.5t11 10.5l9 9q52 50 58 55 l5.5 5.5l6.5 6.5t5 6t4 8z" />
<glyph unicode="&#xf35a;" horiz-adv-x="491" d="M395 363l96 -171l-96 -171h-86l96 171l-55 99l-169 -270h-85l-96 171l96 171h85l-96 -171l56 -99l168 270h86z" />
<glyph unicode="&#xf35b;" horiz-adv-x="384" d="M320 105q26 0 44 -18.5t18 -44t-18 -44t-44 -18.5t-44 18.5t-18 44.5q0 6 1 14l-151 88q-19 -17 -44 -17q-27 0 -45.5 18.5t-18.5 45.5t18.5 45.5t45.5 18.5q25 0 44 -17l150 87q-2 9 -2 15q0 27 18.5 45.5t45.5 18.5t45.5 -18.5t18.5 -45t-18.5 -45.5t-45.5 -19 q-25 0 -44 18l-150 -88q2 -9 2 -15t-2 -15l152 -88q18 16 42 16z" />
<glyph unicode="&#xf35c;" horiz-adv-x="336" d="M245 13v145h34v-179h-279v178l32 -1l-1 -143h214zM52 73h167v-35h-167v35zM57 136l168 -16l-4 -36l-168 16zM72 209l163 -46l-10 -35l-163 46zM112 291l144 -87l-19 -32l-144 87zM262 210l-98 137l30 21l98 -137zM272 399l36 6l28 -166l-36 -6z" />
<glyph unicode="&#xf35d;" horiz-adv-x="439" d="M355 263q0 23 -16.5 39t-39 16t-39 -16t-16.5 -39t16.5 -39t39 -16t39 16t16.5 39zM181 95q0 -24 -17 -40t-40 -16q-16 0 -29.5 8t-20.5 22q15 -6 28 -12q17 -6 34 1t25 25q6 17 -1 34t-25 24l-23 9q6 2 12 2q23 0 40 -16.5t17 -40.5zM439 329v-274q0 -34 -24 -58 t-58 -24h-275q-34 0 -58 24t-24 58v44l49 -20q6 -26 27 -43.5t48 -17.5q30 0 52 20t25 50l98 72q43 0 73 30t30 73q0 42 -30 72.5t-73 30.5q-42 0 -72 -30t-31 -72l-64 -92h-8q-21 0 -39 -11l-85 34v134q0 34 24 58t58 24h275q34 0 58 -24t24 -58zM368 263q0 -29 -20 -49 t-48.5 -20t-49 20t-20.5 48.5t20.5 49t48.5 20.5q29 0 49 -20.5t20 -48.5z" />
<glyph unicode="&#xf35e;" d="M372 273q0 -26 -18 -44.5t-44 -18.5t-44.5 18.5t-18.5 44.5t18.5 44.5t44.5 18.5t44 -18.5t18 -44.5zM0 73v110l65 -26q20 12 45 12h9l73 105q0 48 34.5 82t82.5 34q49 0 83.5 -34.5t34.5 -83t-34.5 -83t-83.5 -34.5l-112 -82q-3 -34 -28 -56.5t-59 -22.5q-32 0 -56 19.5 t-30 49.5zM309.5 352q-32.5 0 -55.5 -23.5t-23 -56t23 -55.5t55.5 -23t55.5 23t23 55.5t-23 56t-55.5 23.5zM110 146q-7 0 -14 -2l27 -10q19 -8 27.5 -27.5t0.5 -39.5t-27.5 -28t-39.5 -1q-6 3 -16.5 7.5t-14.5 5.5q18 -34 57 -34q26 0 45 19t19 45.5t-19 45.5t-45 19z" />
<glyph unicode="&#xf35f;" d="M335 249q22 18 28 30q-13 -6 -31 -9q18 13 24 32q-20 -11 -37 -14q-12 14 -31 16.5t-35.5 -5t-26.5 -25t-5 -38.5q-67 4 -118 59q-11 -20 -4.5 -43.5t21.5 -32.5q-11 1 -24 7q1 -43 44 -57q-12 -3 -24 -1q12 -36 53 -40q-15 -13 -39 -19.5t-45 -3.5q45 -28 92 -26 q70 3 113.5 49.5t44.5 120.5zM384 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h341z" />
<glyph unicode="&#xf360;" d="M383 279v-11q0 -45 -16.5 -88.5t-47 -79.5t-79 -58.5t-106.5 -22.5q-73 0 -134 39q10 -1 21 -1q61 0 109 37q-29 1 -51.5 18t-30.5 43q8 -2 16 -2q12 0 23 4q-30 6 -50 30t-20 55v1q19 -10 40 -11q-39 27 -39 73q0 24 12 44q33 -40 79.5 -64t100.5 -27q-2 10 -2 20 q0 36 25.5 61.5t61.5 25.5q38 0 64 -27q30 6 56 21q-10 -31 -39 -48q27 3 51 13q-18 -26 -44 -45z" />
<glyph unicode="&#xf361;" horiz-adv-x="549" d="M548 299q7 -18 -43 -84q-7 -9 -18 -24q-23 -28 -26 -37q-5 -12 4 -23q5 -6 23 -24h1v-1q41 -37 55 -63l2 -4t2 -7.5t0 -9.5t-7 -7.5t-17 -3.5l-73 -2q-7 -1 -16.5 2t-14.5 6l-6 4q-9 6 -20 18t-19.5 22t-17.5 16.5t-16 4.5q-1 0 -2.5 -1t-5 -4.5t-6 -8.5t-4.5 -14.5 t-2 -22.5q0 -4 -1 -7.5t-2 -5.5l-1 -1q-6 -6 -16 -6h-32q-21 -2 -42.5 4t-37.5 15.5t-29 19t-20 16.5l-7 7q-3 2 -8 8t-20.5 26t-30.5 43t-35 60.5t-37 77.5q-2 5 -2 8t1 5l1 1q4 6 16 6h79q3 0 6 -1.5l5 -2.5l1 -1q5 -3 7 -9q6 -14 13.5 -29.5t11.5 -23.5l4 -8 q9 -17 16.5 -29.5t13.5 -19.5t12 -11t10 -4t8 1l1 1.5t3.5 6.5t4 13t2.5 23t0 36q-1 11 -3 20.5t-4 13.5l-1 3q-7 10 -25 13q-3 0 2 7q5 5 11 8q15 8 68 7q23 0 39 -4q5 -1 9 -3.5t6 -7t3 -9t1 -13v-15.5q-1 -8 -1 -20v-24q0 -3 -0.5 -12t-0.5 -14t1 -11.5t3.5 -11t6.5 -6.5 q2 -1 4.5 -1.5t7.5 3t11 10t15 19.5t19 30q17 30 31 65q1 2 2.5 4.5t3.5 3.5h1l1 1l4 1h6l82 1q11 1 18.5 -1t8.5 -5z" />
<glyph unicode="&#xf362;" d="M40 280q-17 29 -38 37l-2 1v15h1h109v-15q-13 -1 -21.5 -7t-5.5 -17q14 -33 40.5 -94t38.5 -89l46 87q-7 14 -23 51.5t-27 58.5q-7 10 -36 11v14h102l1 -14q-6 -1 -10 -2t-7 -4.5t-2 -8.5l29 -64q28 60 28 61q3 11 -5 14.5t-21 3.5l-1 14h92v-14q-24 -2 -33 -15 q-14 -20 -46 -89q23 -53 43 -95l78 180q-6 13 -29 19l-1 14l87 -1v-14q-6 -1 -11 -3q-11 -5 -18 -17l-107 -247h-18l-52 120l-62 -120h-18q-16 33 -48 111t-53 118z" />
<glyph unicode="&#xf363;" horiz-adv-x="363" d="M0 192v112l128 28v-138zM363 384v-187l-214 -3v143zM0 171l128 -2v-146l-128 25v123zM363 165v-186l-214 40v150z" />
<glyph unicode="&#xf364;" horiz-adv-x="469" d="M384 192v-107h-107v43h64v64h43zM128 256v-64h-43v107h107v-43h-64zM427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h384zM427 42v300h-384v-300h384z" />
<glyph unicode="&#xf365;" d="M299 235v-43h-43v43h43zM299 149v-42h-43v42h43zM128 235v-43h-43v43h43zM213 235v-43h-42v43h42zM384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM384 64v256h-341v-256 h341z" />
<glyph unicode="&#xf366;" d="M170.5 256q8.5 0 15 -6.5t6.5 -15t-6.5 -15t-15 -6.5t-15 6.5t-6.5 15t6.5 15t15 6.5zM170.5 171q8.5 0 15 -6.5t6.5 -15t-6.5 -15t-15 -6.5t-15 6.5t-6.5 15t6.5 15t15 6.5zM106.5 245q10.5 0 10.5 -10.5t-10.5 -10.5t-10.5 10.5t10.5 10.5zM170.5 96q10.5 0 10.5 -10.5 t-10.5 -10.5t-10.5 10.5t10.5 10.5zM106.5 160q10.5 0 10.5 -10.5t-10.5 -10.5t-10.5 10.5t10.5 10.5zM170.5 288q-10.5 0 -10.5 10.5t10.5 10.5t10.5 -10.5t-10.5 -10.5zM256 256q9 0 15 -6.5t6 -15t-6 -15t-15 -6.5t-15 6.5t-6 15t6 15t15 6.5zM256 288q-11 0 -11 10.5 t11 10.5t11 -10.5t-11 -10.5zM320 160q11 0 11 -10.5t-11 -10.5t-11 10.5t11 10.5zM320 245q11 0 11 -10.5t-11 -10.5t-11 10.5t11 10.5zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21 q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50zM256 96q11 0 11 -10.5t-11 -10.5t-11 10.5t11 10.5zM256 171q9 0 15 -6.5t6 -15t-6 -15t-15 -6.5t-15 6.5t-6 15t6 15t15 6.5z" />
<glyph unicode="&#xf367;" horiz-adv-x="384" d="M42.5 75q-13.5 0 -22.5 9t-9 22.5t9 23t22.5 9.5t23 -9.5t9.5 -23t-9.5 -22.5t-23 -9zM128 171q-9 0 -15 6t-6 15t6 15t15 6t15 -6t6 -15t-6 -15t-15 -6zM128 256q-9 0 -15 6.5t-6 15t6 15t15 6.5t15 -6.5t6 -15t-6 -15t-15 -6.5zM0 0v43h384v-43h-384zM42.5 245 q-13.5 0 -22.5 9.5t-9 23t9 22.5t22.5 9t23 -9t9.5 -22.5t-9.5 -23t-23 -9.5zM42.5 160q-13.5 0 -22.5 9.5t-9 22.5t9 22.5t22.5 9.5t23 -9.5t9.5 -22.5t-9.5 -22.5t-23 -9.5zM128 85q-9 0 -15 6.5t-6 15t6 15t15 6.5t15 -6.5t6 -15t-6 -15t-15 -6.5zM298.5 96 q-10.5 0 -10.5 10.5t10.5 10.5t10.5 -10.5t-10.5 -10.5zM0 384h384v-43h-384v43zM298.5 267q-10.5 0 -10.5 10.5t10.5 10.5t10.5 -10.5t-10.5 -10.5zM298.5 181q-10.5 0 -10.5 11t10.5 11t10.5 -11t-10.5 -11zM213.5 256q-8.5 0 -15 6.5t-6.5 15t6.5 15t15 6.5t15 -6.5 t6.5 -15t-6.5 -15t-15 -6.5zM213.5 171q-8.5 0 -15 6t-6.5 15t6.5 15t15 6t15 -6t6.5 -15t-6.5 -15t-15 -6zM213.5 85q-8.5 0 -15 6.5t-6.5 15t6.5 15t15 6.5t15 -6.5t6.5 -15t-6.5 -15t-15 -6.5z" />
<glyph unicode="&#xf368;" horiz-adv-x="405" d="M245.5 299q-8.5 0 -15 6t-6.5 15t6.5 15t15 6t15 -6t6.5 -15t-6.5 -15t-15 -6zM241 203q-11 2 -18.5 9.5t-8.5 17.5l-1 5q0 13 9.5 22.5t23 9.5t22.5 -9.5t9 -23t-9 -22.5t-23 -9h-4zM245.5 373q-10.5 0 -10.5 11t10.5 11t10.5 -11t-10.5 -11zM160 373q-11 0 -11 11 t11 11t11 -11t-11 -11zM394.5 224q-10.5 0 -10.5 10.5t10.5 10.5t10.5 -10.5t-10.5 -10.5zM160 299q-9 0 -15 6t-6 15t6 15t15 6t15 -6t6 -15t-6 -15t-15 -6zM330.5 128q-8.5 0 -15 6.5t-6.5 15t6.5 15t15 6.5t15 -6.5t6.5 -15t-6.5 -15t-15 -6.5zM330.5 213q-8.5 0 -15 6.5 t-6.5 15t6.5 15t15 6.5t15 -6.5t6.5 -15t-6.5 -15t-15 -6.5zM330.5 299q-8.5 0 -15 6t-6.5 15t6.5 15t15 6t15 -6t6.5 -15t-6.5 -15t-15 -6zM245.5 11q10.5 0 10.5 -11t-10.5 -11t-10.5 11t10.5 11zM0 336l27 27l346 -347l-27 -27l-81 81q2 -4 2 -6q0 -9 -6.5 -15t-15 -6 t-15 6t-6.5 15t6.5 15t14.5 6q2 0 6 -1l-60 60q-1 -11 -10 -19t-21 -8q-13 0 -22.5 9.5t-9.5 22.5q0 12 7.5 21t19.5 11l-60 60q1 -4 1 -6q0 -9 -6.5 -15.5t-15 -6.5t-15 6.5t-6.5 15t6.5 15t15.5 6.5l6 -1zM160 85q9 0 15 -6t6 -15t-6 -15t-15 -6t-15 6t-6 15t6 15t15 6z M394.5 160q10.5 0 10.5 -10.5t-10.5 -10.5t-10.5 10.5t10.5 10.5zM74.5 171q8.5 0 15 -6.5t6.5 -15t-6.5 -15t-15 -6.5t-15 6.5t-6.5 15t6.5 15t15 6.5zM10.5 245q10.5 0 10.5 -10.5t-10.5 -10.5t-10.5 10.5t10.5 10.5zM160 11q11 0 11 -11t-11 -11t-11 11t11 11zM74.5 85 q8.5 0 15 -6t6.5 -15t-6.5 -15t-15 -6t-15 6t-6.5 15t6.5 15t15 6zM10.5 160q10.5 0 10.5 -10.5t-10.5 -10.5t-10.5 10.5t10.5 10.5z" />
<glyph unicode="&#xf369;" horiz-adv-x="405" d="M74.5 171q8.5 0 15 -6.5t6.5 -15t-6.5 -15t-15 -6.5t-15 6.5t-6.5 15t6.5 15t15 6.5zM74.5 85q8.5 0 15 -6t6.5 -15t-6.5 -15t-15 -6t-15 6t-6.5 15t6.5 15t15 6zM74.5 256q8.5 0 15 -6.5t6.5 -15t-6.5 -15t-15 -6.5t-15 6.5t-6.5 15t6.5 15t15 6.5zM10.5 245 q10.5 0 10.5 -10.5t-10.5 -10.5t-10.5 10.5t10.5 10.5zM74.5 341q8.5 0 15 -6t6.5 -15t-6.5 -15t-15 -6t-15 6t-6.5 15t6.5 15t15 6zM394.5 224q-10.5 0 -10.5 10.5t10.5 10.5t10.5 -10.5t-10.5 -10.5zM245.5 299q-8.5 0 -15 6t-6.5 15t6.5 15t15 6t15 -6t6.5 -15t-6.5 -15 t-15 -6zM245.5 373q-10.5 0 -10.5 11t10.5 11t10.5 -11t-10.5 -11zM10.5 160q10.5 0 10.5 -10.5t-10.5 -10.5t-10.5 10.5t10.5 10.5zM160 11q11 0 11 -11t-11 -11t-11 11t11 11zM160 373q-11 0 -11 11t11 11t11 -11t-11 -11zM160 299q-9 0 -15 6t-6 15t6 15t15 6t15 -6 t6 -15t-6 -15t-15 -6zM160 181q13 0 22.5 -9t9.5 -22.5t-9.5 -23t-22.5 -9.5t-22.5 9.5t-9.5 23t9.5 22.5t22.5 9zM330.5 171q8.5 0 15 -6.5t6.5 -15t-6.5 -15t-15 -6.5t-15 6.5t-6.5 15t6.5 15t15 6.5zM330.5 85q8.5 0 15 -6t6.5 -15t-6.5 -15t-15 -6t-15 6t-6.5 15t6.5 15 t15 6zM330.5 256q8.5 0 15 -6.5t6.5 -15t-6.5 -15t-15 -6.5t-15 6.5t-6.5 15t6.5 15t15 6.5zM330.5 341q8.5 0 15 -6t6.5 -15t-6.5 -15t-15 -6t-15 6t-6.5 15t6.5 15t15 6zM394.5 160q10.5 0 10.5 -10.5t-10.5 -10.5t-10.5 10.5t10.5 10.5zM245.5 85q8.5 0 15 -6t6.5 -15 t-6.5 -15t-15 -6t-15 6t-6.5 15t6.5 15t15 6zM245.5 11q10.5 0 10.5 -11t-10.5 -11t-10.5 11t10.5 11zM160 267q13 0 22.5 -9.5t9.5 -23t-9.5 -22.5t-22.5 -9t-22.5 9t-9.5 22.5t9.5 23t22.5 9.5zM160 85q9 0 15 -6t6 -15t-6 -15t-15 -6t-15 6t-6 15t6 15t15 6zM245.5 181 q13.5 0 22.5 -9t9 -22.5t-9 -23t-22.5 -9.5t-23 9.5t-9.5 23t9.5 22.5t23 9zM245.5 267q13.5 0 22.5 -9.5t9 -23t-9 -22.5t-22.5 -9t-23 9t-9.5 22.5t9.5 23t23 9.5z" />
<glyph unicode="&#xf36a;" horiz-adv-x="320" d="M107 405q88 0 150.5 -62.5t62.5 -150.5t-62.5 -150.5t-150.5 -62.5q-57 0 -107 28q49 29 78 78t29 107t-29 107t-78 78q50 28 107 28z" />
<glyph unicode="&#xf36b;" horiz-adv-x="277" d="M64 405q88 0 150.5 -62.5t62.5 -150.5t-62.5 -150.5t-150.5 -62.5q-33 0 -64 9q66 21 107.5 77t41.5 127t-41.5 127t-107.5 77q31 9 64 9z" />
<glyph unicode="&#xf36c;" horiz-adv-x="483" d="M412 263l71 -71l-71 -71v-100h-100l-71 -70l-70 70h-100v100l-71 71l71 71v100h100l70 70l71 -70h100v-100zM241 64q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5q-28 0 -53 -12q33 -15 54 -46.5t21 -69.5t-21 -69.5t-54 -46.5q25 -12 53 -12z" />
<glyph unicode="&#xf36d;" horiz-adv-x="483" d="M412 121v-100h-100l-71 -70l-70 70h-100v100l-71 71l71 71v100h100l70 70l71 -70h100v-100l71 -71zM241 64q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5z" />
<glyph unicode="&#xf36e;" horiz-adv-x="483" d="M412 121v-100h-100l-71 -70l-70 70h-100v100l-71 71l71 71v100h100l70 70l71 -70h100v-100l71 -71zM241 64q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5v-256z" />
<glyph unicode="&#xf36f;" horiz-adv-x="483" d="M412 263l71 -71l-71 -71v-100h-100l-71 -70l-70 70h-100v100l-71 71l71 71v100h100l70 70l71 -70h100v-100zM241 64q53 0 90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5zM241.5 277q35.5 0 60.5 -25t25 -60t-25 -60 t-60.5 -25t-60.5 25t-25 60t25 60t60.5 25z" />
<glyph unicode="&#xf370;" horiz-adv-x="483" d="M217 178l24 78l25 -78h-49zM412 263l71 -71l-71 -71v-100h-100l-71 -70l-70 70h-100v100l-71 71l71 71v100h100l70 70l71 -70h100v-100zM290 107h41l-68 192h-43l-68 -192h40l15 42h68z" />
<glyph unicode="&#xf371;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h384zM427 42v300h-384v-300h384zM149 107v53l-32 32l32 32v53h54l32 32l32 -32h53v-53l32 -32l-32 -32v-53h-53l-32 -32l-32 32 h-54zM235 256v-128q26 0 45 18.5t19 45.5t-19 45.5t-45 18.5z" />
<glyph unicode="&#xf372;" horiz-adv-x="384" d="M384 341v-140l-64 64l-85 -86l-86 86l-85 -86l-64 65v97q0 18 12.5 30.5t30.5 12.5h298q18 0 30.5 -12.5t12.5 -30.5zM320 204l64 -64v-97q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v140l64 -64l85 86l86 -86z" />
<glyph unicode="&#xf373;" horiz-adv-x="384" d="M192 277q35 0 60 -25t25 -60t-25 -60t-60 -25t-60 25t-25 60t25 60t60 25zM43 128v-85h85v-43h-85q-18 0 -30.5 12.5t-12.5 30.5v85h43zM43 341v-85h-43v85q0 18 12.5 30.5t30.5 12.5h85v-43h-85zM341 384q18 0 30.5 -12.5t12.5 -30.5v-85h-43v85h-85v43h85zM341 43v85 h43v-85q0 -18 -12.5 -30.5t-30.5 -12.5h-85v43h85z" />
<glyph unicode="&#xf374;" horiz-adv-x="384" d="M43 128v-85h85v-43h-85q-18 0 -30.5 12.5t-12.5 30.5v85h43zM43 341v-85h-43v85q0 18 12.5 30.5t30.5 12.5h85v-43h-85zM341 384q18 0 30.5 -12.5t12.5 -30.5v-85h-43v85h-85v43h85zM341 43v85h43v-85q0 -18 -12.5 -30.5t-30.5 -12.5h-85v43h85zM192 277q35 0 60 -25 t25 -60t-25 -60t-60 -25t-60 25t-25 60t25 60t60 25zM192 149q18 0 30.5 12.5t12.5 30.5t-12.5 30.5t-30.5 12.5t-30.5 -12.5t-12.5 -30.5t12.5 -30.5t30.5 -12.5z" />
<glyph unicode="&#xf375;" horiz-adv-x="384" d="M149 384v43h43v-470h-43v43h-106q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h106zM149 64v128l-106 -128h106zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-106v192l106 -128v277h-106v43h106z" />
<glyph unicode="&#xf376;" horiz-adv-x="384" d="M341 320q18 0 30.5 -12.5t12.5 -30.5v-170q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v170q0 18 12.5 30.5t30.5 12.5h298zM341 107v170h-298v-170h298z" />
<glyph unicode="&#xf377;" horiz-adv-x="384" d="M341 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h298zM341 64v256h-298v-256h298z" />
<glyph unicode="&#xf378;" horiz-adv-x="384" d="M341 341q18 0 30.5 -12.5t12.5 -29.5v-214q0 -17 -12.5 -29.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h298zM341 85v214h-298v-214h298z" />
<glyph unicode="&#xf379;" horiz-adv-x="384" d="M341 299q18 0 30.5 -12.5t12.5 -30.5v-128q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v128q0 18 12.5 30.5t30.5 12.5h298zM341 128v128h-298v-128h298z" />
<glyph unicode="&#xf37a;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM341 43v298h-298v-298h298z" />
<glyph unicode="&#xf37b;" horiz-adv-x="384" d="M0 341q0 18 12.5 30.5t30.5 12.5h85v-43h-85v-85h-43v85zM43 128v-85h85v-43h-85q-18 0 -30.5 12.5t-12.5 30.5v85h43zM341 43v85h43v-85q0 -18 -12.5 -30.5t-30.5 -12.5h-85v43h85zM341 384q18 0 30.5 -12.5t12.5 -30.5v-85h-43v85h-85v43h85z" />
<glyph unicode="&#xf37c;" horiz-adv-x="384" d="M341 341q18 0 30.5 -12.5t12.5 -29.5v-214q0 -17 -12.5 -29.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 29.5v214q0 17 12.5 29.5t30.5 12.5h298zM341 85v214h-298v-214h298z" />
<glyph unicode="&#xf37d;" horiz-adv-x="299" d="M256 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h213zM256 43v298h-213v-298h213z" />
<glyph unicode="&#xf37e;" horiz-adv-x="341" d="M299 363q17 0 29.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-29.5 -12.5h-256q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h256zM299 64v256h-256v-256h256z" />
<glyph unicode="&#xf37f;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM53 288v-32h43v-43h32v43h43v32h-43v43h-32v-43h-43zM341 43v298l-298 -298h298zM299 85h-107v32h107v-32z" />
<glyph unicode="&#xf380;" d="M277 85h-42v43h42v43h43v-43h43v-43h-43v-42h-43v42zM384 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h341zM64 341v-42h128v42h-128zM384 21v342l-341 -342h341z" />
<glyph unicode="&#xf381;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM341 43v298h-149v-128l-149 -170h149v170z" />
<glyph unicode="&#xf382;" horiz-adv-x="384" d="M43 128v-85h85v-43h-85q-18 0 -30.5 12.5t-12.5 30.5v85h43zM43 341v-85h-43v85q0 18 12.5 30.5t30.5 12.5h85v-43h-85zM341 384q18 0 30.5 -12.5t12.5 -30.5v-85h-43v85h-85v43h85zM341 43v85h43v-85q0 -18 -12.5 -30.5t-30.5 -12.5h-85v43h85zM192 256q27 0 45.5 -18.5 t18.5 -45.5t-18.5 -45.5t-45.5 -18.5t-45.5 18.5t-18.5 45.5t18.5 45.5t45.5 18.5z" />
<glyph unicode="&#xf383;" d="M384 363q18 0 30.5 -12.5t12.5 -30.5v-299q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v299q0 18 12.5 30.5t30.5 12.5h85l85 85l86 -85h85zM384 21v299h-96l-74 75l-75 -75h-96v-299h341zM341 277h-256v-213h256v213z" />
<glyph unicode="&#xf384;" horiz-adv-x="425" d="M191 361q-46 -5 -83 -34l-31 30q50 41 114 47v-43zM347 357l-30 -30q-38 29 -83 34v43q63 -6 113 -47zM381 213q-5 46 -34 84l30 30q41 -50 48 -114h-44zM78 297q-29 -38 -35 -84h-43q6 64 47 114zM43 171q6 -46 35 -83l-31 -31q-41 50 -47 114h43zM276 192 q0 -27 -18.5 -45.5t-45 -18.5t-45.5 18.5t-19 45.5t19 45.5t45.5 18.5t45 -18.5t18.5 -45.5zM347 87q29 38 34 83h44q-7 -63 -48 -113zM234 23q46 6 83 34l30 -30q-50 -41 -113 -47v43zM77 27l31 30q37 -29 83 -34v-43q-64 6 -114 47z" />
<glyph unicode="&#xf385;" horiz-adv-x="384" d="M171 256h42v-43h-42v43zM128 213h43v-42h-43v42zM213 213h43v-42h-43v42zM256 256h43v-43h-43v43zM85 256h43v-43h-43v43zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298z M128 64v43h-43v-43h43zM213 64v43h-42v-43h42zM299 64v43h-43v-43h43zM341 213v128h-298v-128h42v-42h-42v-43h42v43h43v-43h43v43h42v-43h43v43h43v-43h42v43h-42v42h42z" />
<glyph unicode="&#xf386;" horiz-adv-x="341" d="M128 192q18 0 30.5 -12.5t12.5 -30t-12.5 -30t-30.5 -12.5t-30.5 12.5t-12.5 30t12.5 30t30.5 12.5zM42.5 277q17.5 0 30 -12.5t12.5 -30t-12.5 -30t-30 -12.5t-30 12.5t-12.5 30t12.5 30t30 12.5zM42.5 107q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5 t-12.5 30.5t12.5 30.5t30 12.5zM298.5 277q-17.5 0 -30 12.5t-12.5 30.5t12.5 30.5t30 12.5t30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5zM213.5 107q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5zM298.5 192q17.5 0 30 -12.5 t12.5 -30t-12.5 -30t-30 -12.5t-30 12.5t-12.5 30t12.5 30t30 12.5zM213.5 277q17.5 0 30 -12.5t12.5 -30t-12.5 -30t-30 -12.5t-30 12.5t-12.5 30t12.5 30t30 12.5zM128 363q18 0 30.5 -12.5t12.5 -30.5t-12.5 -30.5t-30.5 -12.5t-30.5 12.5t-12.5 30.5t12.5 30.5 t30.5 12.5z" />
<glyph unicode="&#xf387;" horiz-adv-x="384" d="M85 64v256h43v-256h-43zM171 -21v426h42v-426h-42zM0 149v86h43v-86h-43zM256 64v256h43v-256h-43zM341 235h43v-86h-43v86z" />
<glyph unicode="&#xf388;" horiz-adv-x="431" d="M343 128h-8l-24 23v105h75q13 0 22.5 -9.5t9.5 -22.5v-21q0 -10 -5.5 -18.5t-13.5 -11.5l19 -45h-32l-19 43h-24v-43zM343 224v-21h43v21h-43zM247 224h-8l-32 32h40q13 0 22.5 -9.5t9.5 -22.5v-41l-32 32v9zM173 245l258 -256l-24 -23l-162 162h-72v73l-32 32v-105h-32 v53h-43v-53h-32v128h32v-43h43v43h8l-117 117l23 22z" />
<glyph unicode="&#xf389;" horiz-adv-x="469" d="M341 320q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM85.5 277q35.5 0 60.5 -25t25 -60t-25 -60t-60.5 -25t-60.5 25t-25 60t25 60t60.5 25zM85.5 149q17.5 0 30 12.5t12.5 30.5t-12.5 30.5t-30 12.5t-30 -12.5 t-12.5 -30.5t12.5 -30.5t30 -12.5z" />
<glyph unicode="&#xf38a;" horiz-adv-x="469" d="M85.5 277q35.5 0 60.5 -25t25 -60t-25 -60t-60.5 -25t-60.5 25t-25 60t25 60t60.5 25zM341 320q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5zM341.5 107q35.5 0 60.5 25t25 60t-25 60t-60.5 25t-60.5 -25t-25 -60 t25 -60t60.5 -25z" />
<glyph unicode="&#xf38b;" horiz-adv-x="384" d="M384 203q0 -19 -19 -30l19 -45h-32l-19 43h-24v-43h-32v128h75q13 0 22.5 -9.5t9.5 -22.5v-21zM352 203v21h-43v-21h43zM75 213v43h32v-128h-32v53h-43v-53h-32v128h32v-43h43zM213 256q13 0 22.5 -9.5t9.5 -22.5v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-74v128h74zM213 160 v64h-42v-64h42z" />
<glyph unicode="&#xf38c;" horiz-adv-x="361" d="M31 139v128h299v-128h-299zM159 436h43v-63h-43v63zM330 383l31 -30l-39 -38l-30 30zM202 -31h-43v63h43v-63zM361 52l-31 -30l-38 39l30 30zM0 353l30 30l38 -38l-30 -30zM30 22l-30 31l38 38l30 -30z" />
<glyph unicode="&#xf38d;" horiz-adv-x="384" d="M149 384q0 -30 -11 -57l-34 34q3 11 3 23h42zM0 357l27 27l357 -357l-27 -27l-61 61q-19 -28 -19 -61h-42q0 51 31 91l-31 30q-43 -52 -43 -121h-43q0 86 56 152l-53 53q-66 -56 -152 -56v43q68 0 122 43l-31 31q-40 -31 -91 -31v42q33 0 61 19zM235 384q0 -64 -34 -120 l-31 31q22 42 22 89h43zM361 104l-34 34q28 11 57 11v-42q-12 0 -23 -3zM264 201q56 34 120 34v-43q-47 0 -89 -22z" />
<glyph unicode="&#xf38e;" horiz-adv-x="384" d="M64 384q0 -27 -18.5 -45.5t-45.5 -18.5v64h64zM235 384q0 -97 -69 -166t-166 -69v43q80 0 136 56t56 136h43zM149 384q0 -62 -43.5 -105.5t-105.5 -43.5v42q44 0 75.5 31.5t31.5 75.5h42zM149 0q0 97 69 166t166 69v-43q-80 0 -136 -56t-56 -136h-43zM320 0 q0 27 18.5 45.5t45.5 18.5v-64h-64zM235 0q0 62 43.5 105.5t105.5 43.5v-42q-44 0 -75.5 -31.5t-31.5 -75.5h-42z" />
<glyph unicode="&#xf38f;" horiz-adv-x="469" d="M234.5 235q61.5 0 105.5 -44t44 -106h-43q0 44 -31 75.5t-75 31.5t-75.5 -31.5t-31.5 -75.5h-43q0 62 44 106t105.5 44zM235 320q97 0 165.5 -69t68.5 -166h-42q0 80 -56.5 136t-136 56t-135.5 -56t-56 -136h-43q0 97 69 166t166 69z" />
<glyph unicode="&#xf390;" d="M235 299v-86h85v-42h-85v-86h-43v86h-85v42h85v86h43zM213 405q88 0 151 -62.5t63 -150.5v-171q0 -17 -12.5 -29.5t-30.5 -12.5h-171q-88 0 -150.5 62.5t-62.5 150.5t62.5 150.5t150.5 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121 t50 -121t120.5 -50z" />
<glyph unicode="&#xf391;" d="M384 308q-84 -25 -171 -24q-87 0 -170 24v-232q83 24 170 24t171 -24v232zM415 363q12 0 12 -14v-314q0 -14 -12 -14q-4 0 -7 2q-94 35 -195 35t-194 -35q-4 -2 -7 -2q-12 0 -12 14v314q0 14 12 14q3 0 7 -2q94 -35 194 -35q101 0 195 35q3 2 7 2z" />
<glyph unicode="&#xf392;" horiz-adv-x="342" d="M340 -3l2 -6q0 -12 -14 -12h-315q-13 0 -13 12q0 3 1 6q35 95 35 195t-35 195q-1 3 -1 6q0 12 13 12h315q13 0 13 -12q0 -3 -1 -6q-35 -95 -35 -195q0 -101 35 -195zM54 21h233q-25 84 -25 171t25 171h-233q25 -84 25 -171t-25 -171z" />
<glyph unicode="&#xf393;" d="M213.5 320q-75.5 0 -155.5 -14q-15 -57 -15 -114t15 -114q80 -14 155.5 -14t155.5 14q15 57 15 114t-15 114q-80 14 -155.5 14zM213 363q83 0 170 -16l20 -3l5 -19q19 -67 19 -133t-19 -133l-5 -19l-20 -3q-87 -16 -170 -16t-169 16l-20 3l-5 19q-19 67 -19 133t19 133 l5 19l20 3q87 16 169 16z" />
<glyph unicode="&#xf394;" horiz-adv-x="469" d="M427 128h42v-43h-42v43zM427 213h42v-42h-42v42zM469 43q0 -16 -13 -29.5t-29 -13.5v43h42zM256 384h43v-43h-43v43zM427 299h42v-43h-42v43zM427 384q16 0 29 -13.5t13 -29.5h-42v43zM0 299h43v-43h-43v43zM341 384h43v-43h-43v43zM341 43h43v-43h-43v43zM43 384v-43 h-43q0 16 13.5 29.5t29.5 13.5zM171 384h42v-43h-42v43zM85 384h43v-43h-43v43zM0 213h299v-213h-256q-18 0 -30.5 12.5t-12.5 30.5v170zM43 43h213l-68 91l-54 -69l-38 46z" />
<glyph unicode="&#xf395;" horiz-adv-x="469" d="M469 128v-43h-42v43h42zM469 213v-42h-42v42h42zM469 43q0 -16 -13 -29.5t-29 -13.5v43h42zM299 384v-43h-43v43h43zM469 299v-43h-42v43h42zM427 384q16 0 29 -13.5t13 -29.5h-42v43zM43 0q-18 0 -30.5 12.5t-12.5 30.5v85h213v-128h-170zM43 299v-43h-43v43h43zM299 43 v-43h-43v43h43zM384 384v-43h-43v43h43zM384 43v-43h-43v43h43zM43 384v-43h-43q0 16 13.5 29.5t29.5 13.5zM43 213v-42h-43v42h43zM213 384v-43h-42v43h42zM128 384v-43h-43v43h43z" />
<glyph unicode="&#xf396;" horiz-adv-x="469" d="M384 299v-128h-171v128h171zM427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h384zM427 42v300h-384v-300h384z" />
<glyph unicode="&#xf397;" horiz-adv-x="384" d="M149 277l107 -85l-107 -85v170zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM341 43v298h-298v-298h298z" />
<glyph unicode="&#xf398;" horiz-adv-x="384" d="M352 382q24 -6 31 -30l-351 -350q-11 3 -19 11t-11 19zM189 384h61l-250 -250v61zM43 384h42l-85 -85v42q0 18 12.5 30.5t30.5 12.5zM341 0h-42l85 85v-42q0 -18 -13 -30q-12 -13 -30 -13zM134 0l250 250v-61l-189 -189h-61z" />
<glyph unicode="&#xf399;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM192 23v338q-64 -8 -106.5 -56t-42.5 -113t43 -113t106 -56zM235 361v-20h61q-29 16 -61 20zM235 299v-22h126q-7 12 -15 22h-111zM235 235v-22h148 q-2 9 -5 22h-143zM235 23q32 4 61 20h-61v-20zM346 85q8 10 15 22h-126v-22h111zM378 149q3 13 5 22h-148v-22h143z" />
<glyph unicode="&#xf39a;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h384zM234.5 64q70.5 0 120.5 37.5t50 90.5t-50 90.5t-120.5 37.5t-120.5 -37.5t-50 -90.5t50 -90.5t120.5 -37.5z" />
<glyph unicode="&#xf39b;" horiz-adv-x="508" d="M146 178l25 78l24 -78h-49zM469 299h39l-44 -192h-37l-32 130l-32 -130h-38l-2 9q-21 -43 -62 -69t-90 -26q-71 0 -121 50t-50 121t50 121t121 50q81 0 133 -64h16l26 -135l32 135h34l32 -135zM220 107h40l-68 192h-43l-68 -192h41l15 42h68z" />
<glyph unicode="&#xf39c;" horiz-adv-x="256" d="M128 269l-98 -98l-30 30l128 128l128 -128l-30 -30zM0 64v43h256v-43h-256z" />
<glyph unicode="&#xf39d;" horiz-adv-x="299" d="M0 85h299v-42h-299v42zM149 299l143 -171h-285z" />
<glyph unicode="&#xf39e;" horiz-adv-x="341" d="M128 21v342h85v-342h-85zM0 21v171h85v-171h-85zM256 256h85v-235h-85v235z" />
<glyph unicode="&#xf39f;" horiz-adv-x="373" d="M0 64v256l181 -128zM192 320l181 -128l-181 -128v256z" />
<glyph unicode="&#xf3a0;" horiz-adv-x="373" d="M181 64l-181 128l181 128v-256zM192 192l181 128v-256z" />
<glyph unicode="&#xf3a1;" horiz-adv-x="341" d="M0 170.5q0 70.5 50 120.5t121 50v86l106 -107l-106 -107v86q-53 0 -90.5 -38t-37.5 -90.5t37.5 -90t90 -37.5t90.5 37.5t38 90.5h42q0 -71 -50 -121t-120.5 -50t-120.5 50t-50 120.5zM145 107h-17v70l-21 -6v15l38 12h2v-91h-2zM239 145q0 -13 -2 -17l-7 -13 q-6 -6 -10 -6q-2 0 -6.5 -1t-6.5 -1q-9 0 -13 2q-2 1 -5 3t-6 3q-2 1 -6 13q-2 6 -2 17v15q0 13 2 17l6 13q7 6 11 6q2 0 6.5 1t6.5 1q8 0 13 -2q2 -1 5 -3t5 -3q3 -1 7 -13q2 -6 2 -17v-15zM222 162v11q-2 4 -2 6l-5 4q-2 3 -6 3t-6 -3l-5 -4q-2 -4 -2 -6v-43q2 -4 2 -6 t2 -3t3 -2q2 -2 6 -2t6 2l5 5q2 4 2 6v32z" />
<glyph unicode="&#xf3a2;" horiz-adv-x="341" d="M119 160h9q6 0 10.5 4.5t4.5 8.5v4q-2 2 -2 4t-4 2h-11q-2 -2 -4.5 -2t-2.5 -4v-4h-21q0 6 2 10.5t6.5 8.5t8.5 4q1 0 5.5 1t5.5 1q8 0 13 -2q2 -1 5 -2t5 -2q3 -1 7 -9q2 -4 2 -10v-7q-2 -4 -2 -6q0 -4 -5 -4q-2 0 -6 -5q9 -4 11 -8q4 -9 4 -13q0 -8 -2 -11q-1 -1 -3 -4 t-4 -4q-4 -4 -10 -4q-2 0 -6.5 -1t-6.5 -1q-9 0 -11 2q-1 1 -5 2t-5 2q-3 1 -7 8q-2 5 -2 13h17v-4q2 -2 2 -4t5 -2h10q2 2 4.5 2t2.5 4v11q-2 2 -2 4t-5 2h-13v15zM241 145q0 -13 -2 -17l-6 -13q-7 -6 -11 -6q-2 0 -6.5 -1t-6.5 -1q-8 0 -13 2q-2 1 -5 3t-5 3q-3 1 -7 13 q-2 6 -2 17v15q0 13 2 17l7 13q6 6 10 6q2 0 6.5 1t6.5 1q9 0 13 -2q2 -1 5 -3t6 -3q2 -1 6 -13q2 -6 2 -17v-15zM222 162v11q-2 4 -2 6l-5 4q-2 3 -6 3t-6 -3l-5 -4q-2 -4 -2 -6v-43q2 -4 2 -6l5 -5q2 -2 6 -2t6 2l5 5q2 4 2 6v32zM0 170.5q0 70.5 50 120.5t121 50v86 l106 -107l-106 -107v86q-53 0 -90.5 -38t-37.5 -90.5t37.5 -90t90 -37.5t90.5 37.5t38 90.5h42q0 -71 -50 -121t-120.5 -50t-120.5 50t-50 120.5z" />
<glyph unicode="&#xf3a3;" horiz-adv-x="341" d="M0 170.5q0 70.5 50 120.5t121 50v86l106 -107l-106 -107v86q-53 0 -90.5 -38t-37.5 -90.5t37.5 -90t90 -37.5t90.5 37.5t38 90.5h42q0 -71 -50 -121t-120.5 -50t-120.5 50t-50 120.5zM143 151l4 47h51v-15h-36l-2 -19q2 0 2 2q0 1 1 1t1 2h5h4q8 0 10 -3q2 -1 5 -3t4 -3 q2 -2 6 -11q3 -4 3 -12.5t-3 -10.5q0 -1 -2 -4.5t-4 -6.5q-2 -2 -11 -6q-4 -2 -12.5 -2t-10.5 2q-1 1 -5 2t-6 2q-3 1 -6 9q-2 4 -2 10h17q0 -4 4 -8q2 -2 9 -2q4 0 6 2l4 4q2 4 2 6v13l-2 4l-4 5q-4 2 -6 2h-5q-2 0 -4 -2q-1 -1 -1.5 -1t-0.5 -1l-2 -3h-13z" />
<glyph unicode="&#xf3a4;" horiz-adv-x="384" d="M299 21q17 0 29.5 12.5t12.5 30.5h43q0 -35 -25 -60t-60 -25q-19 0 -35 7q-41 21 -59 76q-4 14 -12 22.5t-24 21.5q-41 31 -61 67q-23 41 -23 83q0 63 43.5 106t106.5 43t106 -43t43 -106h-43q0 45 -31 76t-75.5 31t-75.5 -31t-31 -76q0 -31 17 -63q16 -27 50 -54 q13 -10 20 -16t16.5 -19t14.5 -29q13 -38 36 -50q8 -4 17 -4zM99 392q-56 -56 -56 -136q0 -79 56 -136l-30 -30q-69 69 -69 166t69 166zM181 256q0 22 16 37.5t38 15.5t37.5 -15.5t15.5 -37.5t-15.5 -37.5t-37.5 -15.5t-38 15.5t-16 37.5z" />
<glyph unicode="&#xf3a5;" d="M149 107v170h43v-170h-43zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50zM235 107v170h42v-170h-42z" />
<glyph unicode="&#xf3a6;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM192 107v170h-43v-170h43zM277 107v170h-42v-170h42z" />
<glyph unicode="&#xf3a7;" horiz-adv-x="256" d="M0 43v298h85v-298h-85zM171 341h85v-298h-85v298z" />
<glyph unicode="&#xf3a8;" d="M171 96v192l128 -96zM213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM213.5 21q70.5 0 120.5 50t50 121t-50 121t-120.5 50t-120.5 -50t-50 -121t50 -121t120.5 -50z" />
<glyph unicode="&#xf3a9;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM171 96l128 96l-128 96v-192z" />
<glyph unicode="&#xf3aa;" horiz-adv-x="235" d="M0 341l235 -149l-235 -149v298z" />
<glyph unicode="&#xf3ab;" horiz-adv-x="405" d="M256 320v-43h-256v43h256zM256 235v-43h-256v43h256zM0 107v42h171v-42h-171zM299 320h106v-43h-64v-192q0 -26 -18.5 -45t-45 -19t-45.5 19t-19 45.5t19 45t45 18.5q11 0 22 -4v175z" />
<glyph unicode="&#xf3ac;" d="M256 235v-43h-256v43h256zM256 320v-43h-256v43h256zM341 149h86v-42h-86v-86h-42v86h-86v42h86v86h42v-86zM0 107v42h171v-42h-171z" />
<glyph unicode="&#xf3ad;" horiz-adv-x="384" d="M85 299v-86h-42v128h256v64l85 -85l-85 -85v64h-214zM299 85v86h42v-128h-256v-64l-85 85l85 85v-64h214zM213 128h-32v85h-32v22l43 21h21v-128z" />
<glyph unicode="&#xf3ae;" horiz-adv-x="384" d="M85 299v-86h-42v128h256v64l85 -85l-85 -85v64h-214zM299 85v86h42v-128h-256v-64l-85 85l85 85v-64h214z" />
<glyph unicode="&#xf3af;" horiz-adv-x="341" d="M239 124q0 -20 -8 -30t-23 -10t-23 10t-8 29v17q0 19 8 29t23 10t23 -10t8 -28v-17zM221 142q0 12 -3 17t-10 5t-10 -5t-3 -15v-23q0 -11 3 -16.5t10 -5.5t10 5t3 16v22zM147 85h-19v71l-22 -7v15l39 14h2v-93zM171 320q70 0 120 -50t50 -120.5t-50 -120.5t-120.5 -50 t-120.5 50t-50 120h43q0 -52 37.5 -90t90 -38t90.5 38t38 90.5t-38 90t-90 37.5v-85l-107 107l107 106v-85z" />
<glyph unicode="&#xf3b0;" horiz-adv-x="341" d="M239 123q0 -20 -8 -30t-23.5 -10t-23.5 10t-8 29v17q0 20 8 30t23.5 10t23.5 -10t8 -29v-17zM221 142q0 11 -3.5 16.5t-10 5.5t-9.5 -5t-3 -16v-23q0 -11 3 -16.5t10 -5.5t10 5t3 16v23zM120 139h10q7 0 10 3.5t3 9.5t-3 9t-9 3t-9.5 -3t-3.5 -8h-18q0 8 4 13.5t11 9 t15 3.5q15 0 23.5 -7t8.5 -20q0 -6 -4 -11.5t-10 -8.5q8 -3 11.5 -8.5t3.5 -13.5q0 -12 -9 -19.5t-24 -7.5q-14 0 -23 7t-9 20h19q0 -6 4 -9t10 -3t10 3.5t4 8.5q0 14 -16 14h-9v15zM171 320q70 0 120 -50t50 -120.5t-50 -120.5t-120.5 -50t-120.5 50t-50 120h43 q0 -52 37.5 -90t90 -38t90.5 38t38 90.5t-38 90t-90 37.5v-85l-107 107l107 106v-85z" />
<glyph unicode="&#xf3b1;" horiz-adv-x="341" d="M142 131l5 46h51v-15h-36l-2 -20q6 4 13 4q13 0 20.5 -8t7.5 -23q0 -8 -4 -15t-10.5 -11t-16.5 -4q-8 0 -15 3.5t-11 9.5t-4 13h18q0 -5 3.5 -8t8.5 -3q6 0 9.5 4t3.5 12t-4 12t-11 4q-6 0 -10 -3l-2 -2zM171 320q70 0 120 -50t50 -120.5t-50 -120.5t-120.5 -50 t-120.5 50t-50 120h43q0 -52 37.5 -90t90 -38t90.5 38t38 90.5t-38 90t-90 37.5v-85l-107 107l107 106v-85z" />
<glyph unicode="&#xf3b2;" horiz-adv-x="341" d="M171 341q70 0 120 -50t50 -120.5t-50 -120.5t-120.5 -50t-120.5 50t-50 121h43q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5t-37.5 90.5t-90.5 37.5v-86l-107 107l107 107v-86z" />
<glyph unicode="&#xf3b3;" horiz-adv-x="341" d="M141 252l-31 -30l-110 111l30 30zM224 363h117v-118l-43 44l-268 -268l-30 30l268 268zM231 162l67 -67l43 44v-118h-117l44 44l-67 67z" />
<glyph unicode="&#xf3b4;" horiz-adv-x="256" d="M0 64v256l181 -128zM213 320h43v-256h-43v256z" />
<glyph unicode="&#xf3b5;" horiz-adv-x="256" d="M0 320h43v-256h-43v256zM75 192l181 128v-256z" />
<glyph unicode="&#xf3b6;" horiz-adv-x="256" d="M0 320h256v-256h-256v256z" />
<glyph unicode="&#xf3b7;" d="M384 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h341zM123 102q-38 37 -38 90t38 91l-30 30q-50 -50 -50 -121t50 -121zM213.5 107q35.5 0 60.5 25t25 60t-25 60t-60.5 25 t-60.5 -25t-25 -60t25 -60t60.5 -25zM334 71q50 50 50 121t-50 121l-30 -31q37 -37 37 -90t-37 -91zM213.5 235q17.5 0 30 -12.5t12.5 -30.5t-12.5 -30.5t-30 -12.5t-30 12.5t-12.5 30.5t12.5 30.5t30 12.5z" />
<glyph unicode="&#xf3b8;" horiz-adv-x="384" d="M0 85h128v-42h-128v42zM0 341h213v-42h-213v42zM213 0h-42v128h42v-43h171v-42h-171v-43zM85 256h43v-128h-43v43h-85v42h85v43zM384 171h-213v42h213v-42zM256 256v128h43v-43h85v-42h-85v-43h-43z" />
<glyph unicode="&#xf3b9;" horiz-adv-x="288" d="M288 192q0 -28 -14.5 -51t-38.5 -35v172q24 -12 38.5 -35t14.5 -51zM0 256h85l107 107v-342l-107 107h-85v128z" />
<glyph unicode="&#xf3ba;" horiz-adv-x="192" d="M0 256h85l107 107v-342l-107 107h-85v128z" />
<glyph unicode="&#xf3bb;" horiz-adv-x="384" d="M288 192q0 -6 -1 -13l-52 52v47q24 -12 38.5 -35t14.5 -51zM341 192q0 50 -30 89.5t-76 53.5v44q64 -15 106.5 -67t42.5 -120q0 -47 -22 -89l-32 33q11 27 11 56zM27 384l165 -165l192 -192l-27 -27l-44 44q-35 -29 -78 -39v44q25 8 48 25l-91 91v-144l-107 107h-85v128 h101l-101 101zM192 363v-90l-45 45z" />
<glyph unicode="&#xf3bc;" horiz-adv-x="384" d="M0 256h85l107 107v-342l-107 107h-85v128zM288 192q0 -28 -14.5 -51t-38.5 -35v172q24 -12 38.5 -35t14.5 -51zM235 379q64 -15 106.5 -67t42.5 -120t-42.5 -120t-106.5 -67v44q46 14 76 53.5t30 89.5t-30 89.5t-76 53.5v44z" />
<glyph unicode="&#xf3bd;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM235 85v214h-86v-43h43v-171h43z" />
<glyph unicode="&#xf3be;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM256 213v43q0 18 -12.5 30.5t-30.5 12.5h-85v-43h85v-43h-42q-18 0 -30.5 -12.5t-12.5 -29.5v-86h128v43h-85v43h42 q18 0 30.5 12.5t12.5 29.5z" />
<glyph unicode="&#xf3bf;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM256 224v32q0 18 -12.5 30.5t-30.5 12.5h-85v-43h85v-43h-42v-42h42v-43h-85v-43h85q18 0 30.5 12.5t12.5 30.5v32 q0 13 -9.5 22.5t-22.5 9.5q13 0 22.5 9.5t9.5 22.5z" />
<glyph unicode="&#xf3c0;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM256 85v214h-43v-86h-42v86h-43v-128h85v-86h43z" />
<glyph unicode="&#xf3c1;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM256 256v43h-128v-128h85v-43h-85v-43h85q18 0 30.5 12.5t12.5 30.5v43q0 17 -12.5 29.5t-30.5 12.5h-42v43h85z" />
<glyph unicode="&#xf3c2;" horiz-adv-x="384" d="M171 128v43h42v-43h-42zM341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM256 256v43h-85q-18 0 -30.5 -12.5t-12.5 -30.5v-128q0 -18 12.5 -30.5t30.5 -12.5h42 q18 0 30.5 12.5t12.5 30.5v43q0 17 -12.5 29.5t-30.5 12.5h-42v43h85z" />
<glyph unicode="&#xf3c3;" horiz-adv-x="320" d="M0 213h171v-42h-171v42zM320 64h-43v227l-64 -22v36l101 36h6v-277z" />
<glyph unicode="&#xf3c4;" horiz-adv-x="405" d="M278 100h127v-36h-184v32l89 97q10 11 19 22q7 8 12 18q4 7 6 14q2 8 2 14q0 9 -3 18q-3 8 -8 13q-5 7 -12.5 10t-17.5 3q-12 0 -20 -4q-9 -4 -15 -10q-6 -8 -8 -16q-3 -9 -3 -19h-46q1 17 6 32q6 16 18 28t29 19q18 6 40 6q20 0 36 -5q17 -6 27 -15q11 -10 17 -24t6 -31 q0 -13 -4 -25q-5 -12 -12 -25q-8 -13 -17 -25q-13 -15 -23 -25zM0 213h171v-42h-171v42z" />
<glyph unicode="&#xf3c5;" horiz-adv-x="341" d="M128 299v-86h85v-42h-85v-86h-43v86h-85v42h85v86h43zM341 64h-42v227l-64 -22v36l100 36h6v-277z" />
<glyph unicode="&#xf3c6;" d="M300 100h127v-36h-184v32l89 97q10 11 18 22q7 8 12 18q4 7 6 14q2 8 2 14q0 9 -3 18q-3 8 -8 13q-5 7 -12 10t-17 3q-12 0 -21 -4t-14 -10q-6 -8 -9 -16q-2 -9 -3 -19h-45q0 17 6 32q6 16 17.5 28t29.5 19q17 6 39 6q20 0 37 -5q16 -6 27 -15q10 -10 16 -24t6 -31 q0 -13 -4 -25t-12 -25q-7 -13 -17 -25q-13 -15 -22 -25zM128 299v-86h85v-42h-85v-86h-43v86h-85v42h85v86h43z" />
<glyph unicode="&#xf3c7;" horiz-adv-x="512" d="M0 283l101 37h6v-256h-43v205l-64 -22v36zM507 141q5 -8 5 -21t-5 -23q-6 -11 -15 -18q-10 -7 -24 -11q-13 -4 -30 -4q-20 0 -34.5 5t-24.5 14q-9 9 -14.5 20t-5.5 22h41q0 -8 3 -14q4 -6 9 -9q5 -4 12 -5q6 -2 14 -2q16 0 24.5 6t8.5 17q0 4 -1 8q-2 4 -6 7q-5 4 -12 6 q-8 3 -20 6q-16 3 -28 8t-20 11q-9 6 -14 15t-5 21t5 21q5 11 14 18.5t23 12.5q13 4 29 4q18 0 32 -5t23 -12q10 -8 15 -19t5 -23h-42q0 4 -2 10t-6 9q-5 4 -10 6q-7 3 -14.5 3t-13.5 -2t-10 -5q-3 -3 -6 -8q-1 -4 -1 -8.5t1.5 -8t5.5 -6.5t12 -5q8 -3 19 -5q15 -4 28 -8 q12 -5 22 -12q9 -6 13 -16zM295 298q11 -13 16 -34q6 -21 6 -51v-41q0 -30 -6 -51q-5 -21 -16 -34q-11 -14 -26 -19q-15 -6 -34 -6q-18 0 -34 6q-15 5 -26 19q-11 12 -17 34q-6 20 -6 51v41q0 29 6 51q6 21 16.5 34t26 18.5t34.5 5.5t34 -5.5t26 -18.5zM275 166v54 q0 18 -2 32q-3 13 -8 21t-13 11.5t-17 3.5q-10 0 -18 -3q-7 -4 -12.5 -12t-8.5 -21q-2 -13 -2 -33v-53q0 -20 2 -33q3 -13 9 -21q5 -9 12.5 -12.5t17.5 -3.5t17.5 3.5t12.5 12t7.5 22t2.5 32.5z" />
<glyph unicode="&#xf3c8;" horiz-adv-x="361" d="M158 171q5 -7 8 -16q2 -9 2 -18q0 -18 -6.5 -32t-17.5 -23q-12 -10 -27 -15q-16 -5 -34 -5q-16 0 -31 4.5t-27 13.5t-18 23q-7 13 -7 31h42q0 -9 3 -16t8.5 -12t13.5 -7q7 -3 17 -3q20 0 31 10q11 11 11 31q0 10 -3 18t-10 13q-5 5 -14 8q-9 2 -20 2h-25v33h25q11 0 19 3 t13 8q6 5 8.5 12t2.5 16q0 18 -9 28q-10 10 -29 10q-9 0 -16 -2.5t-12 -6.5q-5 -5 -8 -11.5t-3 -14.5h-43q0 15 7 27q5 12 16 22t26 15q14 5 32 5t32.5 -4t25.5 -13.5t17 -22.5q6 -14 6 -32q0 -8 -2 -15t-8 -15q-4 -7 -12 -14q-6 -6 -17 -11q12 -4 20 -10t13 -14zM356 141 q4 -8 5 -21q0 -13 -5 -23q-6 -11 -16 -18q-9 -7 -23 -11t-31 -4q-19 0 -33.5 5t-24.5 14t-15 20t-5 22h40q0 -8 4 -14t9 -9q5 -4 12 -5q6 -2 13 -2q17 0 25.5 6t8.5 17q0 4 -2 8q-1 4 -5 7q-5 4 -13 6q-8 3 -20 6q-15 3 -27 8q-13 5 -21 11q-9 7 -14 15q-4 10 -4 21 q0 12 4 21q6 11 15 18.5t22 12.5q13 4 30 4q18 0 31 -5q14 -5 23 -12q10 -8 15 -19t5 -23h-41q0 4 -2 10q-3 6 -7 9q-4 4 -10 6q-6 3 -14 3t-13.5 -2t-9.5 -5t-6 -8q-2 -4 -2 -8.5t1.5 -8t6 -6.5t11.5 -5q9 -3 19 -5q15 -4 29 -8q12 -5 21 -12q9 -6 14 -16z" />
<glyph unicode="&#xf3c9;" horiz-adv-x="177" d="M177 181q0 -32 -6.5 -54t-18 -36t-28 -20.5t-35.5 -6.5q-20 0 -37 6q-16 7 -27 21q-12 14 -19 36q-6 22 -6 54v44q0 32 6.5 54t18 36t28 20t36 6t36 -6t28 -20t18 -36t6.5 -54v-44zM132 232q0 19 -3 34q-3 14 -8 23q-6 8 -14 12t-18 4q-11 0 -19 -4t-13 -12 q-6 -9 -9 -22.5t-3 -34.5v-57q0 -20 3 -35q3 -13 9 -23q5 -9 13 -13t19 -4t19 4t13 13t8 23t3 35v57z" />
<glyph unicode="&#xf3ca;" horiz-adv-x="448" d="M443 143l-15 -40l-264 95l45 121l182 -66q34 -12 49 -44t3 -66zM0 189l15 40l405 -146l-14 -40l-97 34v-34h-170v96zM124 230.5q-24 -11.5 -49 -3t-36.5 32.5t-3 49t32.5 36.5t49 3t36.5 -32.5t3 -49t-32.5 -36.5z" />
<glyph unicode="&#xf3cb;" d="M427 213v-42h-278v128h192q36 0 61 -25t25 -61zM0 149h427v-42h-128v-43h-171v43h-128v42zM109.5 190q-18.5 -19 -45 -19.5t-45.5 18.5t-19 45t18.5 45t45 19.5t45.5 -18t19 -45t-18.5 -45.5z" />
<glyph unicode="&#xf3cc;" horiz-adv-x="469" d="M128 171q-26 0 -45 18.5t-19 45t19 45.5t45 19t45 -19t19 -45.5t-19 -45t-45 -18.5zM384 299q35 0 60 -25t25 -61v-128h-469v214h43v-150h170v150h171z" />
<glyph unicode="&#xf3cd;" horiz-adv-x="448" d="M43 192q0 -27 18.5 -45.5t45.5 -18.5h128v-43h-128q-44 0 -75.5 31.5t-31.5 75.5v192h43v-192zM444 80q7 -12 2.5 -25t-17.5 -19l-79 -36l-73 149h-149q-27 0 -45.5 19t-18.5 45v171h128v-128h75q26 0 38 -24l73 -149l23 11q12 5 24.5 1.5t18.5 -15.5z" />
<glyph unicode="&#xf3ce;" horiz-adv-x="405" d="M43 192q0 -27 18.5 -45.5t45.5 -18.5h128v-43h-128q-44 0 -75.5 31.5t-31.5 75.5v192h43v-192zM373 64q14 0 23 -9.5t9 -22.5t-9 -22.5t-23 -9.5h-96v149h-149q-26 0 -45 19t-19 45v171h128v-128h107q17 0 29.5 -12.5t12.5 -30.5v-149h32z" />
<glyph unicode="&#xf3cf;" horiz-adv-x="363" d="M362 38q3 -15 -6.5 -26.5t-24.5 -11.5h-96v64l21 85h-128q-26 0 -45 19t-19 45v171h128v-128h107q17 0 29.5 -12.5t12.5 -30.5l-42 -149h30q12 0 21.5 -7t11.5 -19zM43 192q0 -27 18.5 -45.5t45.5 -18.5h85v-43h-85q-44 0 -75.5 31.5t-31.5 75.5v192h43v-192z" />
<glyph unicode="&#xf3d0;" d="M71.5 328q-14.5 10 -17.5 27.5t7 32t27.5 17.5t32 -7.5t17.5 -27.5t-7 -31.5t-27.5 -17.5t-32 7zM299 43v-43h-151q-39 0 -69 25.5t-37 64.5l-42 209h43l42 -202q3 -24 21 -39t42 -15h151zM304 128l123 -96l-32 -32l-82 64h-146q-23 0 -40.5 14.5t-22.5 37.5l-29 126 q-3 20 8.5 36.5t31.5 19.5q10 2 21 -1q10 -3 16 -8l35 -27q47 -37 100 -27v-46q-48 -8 -110 26l22 -87h105z" />
<glyph unicode="&#xf3d1;" horiz-adv-x="341" d="M76.5 332.5q-12.5 12.5 -12.5 30t12.5 30t30 12.5t30 -12.5t12.5 -30t-12.5 -30t-30 -12.5t-30 12.5zM43 107q0 -27 18.5 -45.5t45.5 -18.5h128v-43h-128q-44 0 -75.5 31.5t-31.5 75.5v192h43v-192zM341 20l-30 -31l-75 75h-108q-27 0 -45.5 18.5t-18.5 45.5v123 q0 20 14 34t34 14h1q10 0 20 -5q9 -4 15 -11l30 -33q17 -19 45 -31.5t54 -11.5v-47q-29 0 -61 13.5t-56 33.5v-79h73z" />
<glyph unicode="&#xf3d2;" horiz-adv-x="469" d="M107 -21l128 128l128 -128h-256zM427 384q17 0 29.5 -12.5t12.5 -30.5v-256q0 -17 -12.5 -29.5t-29.5 -12.5h-86v42h86v256h-384v-256h85v-42h-85q-18 0 -30.5 12.5t-12.5 29.5v256q0 18 12.5 30.5t30.5 12.5h384z" />
<glyph unicode="&#xf3d3;" horiz-adv-x="384" d="M341 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h298zM171 213v22q0 8 -6.5 14.5t-15.5 6.5h-64q-8 0 -14.5 -6.5t-6.5 -14.5v-86q0 -8 6.5 -14.5t14.5 -6.5h64q9 0 15.5 6.5 t6.5 14.5v22h-32v-11h-43v64h43v-11h32zM320 213v22q0 8 -6.5 14.5t-14.5 6.5h-64q-9 0 -15.5 -6.5t-6.5 -14.5v-86q0 -8 6.5 -14.5t15.5 -6.5h64q8 0 14.5 6.5t6.5 14.5v22h-32v-11h-43v64h43v-11h32z" />
<glyph unicode="&#xf3d4;" d="M427 235q-18 0 -30.5 -12.5t-12.5 -30.5t12.5 -30.5t30.5 -12.5v-85q0 -18 -12.5 -30.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 30.5v85q18 0 30.5 12.5t12.5 30.5t-12.5 30.5t-30.5 12.5v85q0 18 12.5 30.5t30.5 12.5h341q18 0 30.5 -12.5t12.5 -30.5v-85zM235 75v42 h-43v-42h43zM235 171v42h-43v-42h43zM235 267v42h-43v-42h43z" />
<glyph unicode="&#xf3d5;" d="M427 256h-43v-43h43v-42h-43v-43h43v-43h-43v-42q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298q18 0 30.5 -12.5t12.5 -30.5v-42h43v-43zM341 43v298h-298v-298h298zM85 171h107v-86h-107v86zM213 213h86v-64h-86 v64zM85 299h107v-107h-107v107zM213 107h86v-128h-86v128z" />
<glyph unicode="&#xf3d6;" d="M384 107v42h43v-42h-43zM384 299h43v-107h-43v107zM170.5 363q70.5 0 120.5 -50t50 -121t-50 -121t-120.5 -50t-120.5 50t-50 121t50 121t120.5 50zM170.5 149q17.5 0 30 12.5t12.5 30.5t-12.5 30.5t-30 12.5t-30 -12.5t-12.5 -30.5t12.5 -30.5t30 -12.5z" />
<glyph unicode="&#xf3d7;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM256 256v43h-128v-214h128v43h-85v43h85v42h-85v43h85z" />
<glyph unicode="&#xf3d8;" horiz-adv-x="405" d="M0 32h405v-43h-405v43zM153 154l-113 31l-34 9v110l31 -8l20 -50l106 -28v177l41 -11l59 -193l113 -30q13 -3 19.5 -14.5t3 -24.5t-15 -19.5t-24.5 -3.5l-113 30z" />
<glyph unicode="&#xf3d9;" horiz-adv-x="433" d="M14 49h405v-43h-405v43zM431.5 248.5q3.5 -12.5 -3 -24t-19.5 -15.5l-114 -30l-92 -25l-114 -30l-34 -10l-16 29l-39 67l31 9l42 -33l106 28l-88 153l41 11l147 -137l113 30q13 4 24.5 -3t15 -19.5z" />
<glyph unicode="&#xf3da;" horiz-adv-x="384" d="M128 299v-43h-43v43h43zM128 213v-42h-43v42h43zM128 384v-43h-43q0 18 12.5 30.5t30.5 12.5zM213 128v-43h-42v43h42zM341 384q18 0 30.5 -12.5t12.5 -30.5h-43v43zM213 384v-43h-42v43h42zM128 85q-18 0 -30.5 12.5t-12.5 30.5h43v-43zM341 171v42h43v-42h-43zM341 256 v43h43v-43h-43zM341 85v43h43q0 -18 -12.5 -30.5t-30.5 -12.5zM43 299v-256h256v-43h-256q-18 0 -30.5 12.5t-12.5 30.5v256h43zM256 341v43h43v-43h-43zM256 85v43h43v-43h-43z" />
<glyph unicode="&#xf3db;" horiz-adv-x="384" d="M0 171v42h43v-42h-43zM0 85v43h43v-43h-43zM43 0q-18 0 -30.5 12.5t-12.5 30.5h43v-43zM0 256v43h43v-43h-43zM256 0v43h43v-43h-43zM341 384q18 0 30.5 -12.5t12.5 -30.5v-213q0 -18 -12.5 -30.5t-30.5 -12.5h-213q-18 0 -30.5 12.5t-12.5 30.5v213q0 18 12.5 30.5 t30.5 12.5h213zM341 128v213h-213v-213h213zM171 0v43h42v-43h-42zM85 0v43h43v-43h-43z" />
<glyph unicode="&#xf3dc;" d="M213.5 405q88.5 0 151 -62.5t62.5 -150.5t-62.5 -150.5t-151 -62.5t-151 62.5t-62.5 150.5t62.5 150.5t151 62.5zM128 75q22 0 37.5 15.5t15.5 37.5t-15.5 37.5t-37.5 15.5t-37.5 -15.5t-15.5 -37.5t15.5 -37.5t37.5 -15.5zM160 277q0 -22 15.5 -37.5t37.5 -15.5t38 15.5 t16 37.5t-16 38t-38 16t-37.5 -16t-15.5 -38zM299 75q22 0 37.5 15.5t15.5 37.5t-15.5 37.5t-37.5 15.5t-38 -15.5t-16 -37.5t16 -37.5t38 -15.5z" />
<glyph unicode="&#xf3dd;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM171 128v128h-32v-53h-43v53h-32v-128h32v43h43v-43h32zM213 256v-128h86q8 0 14.5 6.5t6.5 14.5v86q0 8 -6.5 14.5 t-14.5 6.5h-86zM245 160v64h43v-64h-43z" />
<glyph unicode="&#xf3de;" horiz-adv-x="384" d="M341 363q18 0 30.5 -12.5t12.5 -30.5v-256q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v256q0 18 12.5 30.5t30.5 12.5h298zM171 128v128h-32v-53h-43v53h-32v-128h32v43h43v-43h32zM320 149v86q0 8 -6.5 14.5t-14.5 6.5h-64q-9 0 -15.5 -6.5 t-6.5 -14.5v-86q0 -8 6.5 -14.5t15.5 -6.5h16v-32h32v32h16q8 0 14.5 6.5t6.5 14.5zM245 160v64h43v-64h-43z" />
<glyph unicode="&#xf3df;" d="M384 320q18 0 30.5 -12.5t12.5 -30.5v-256q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v256q0 18 12.5 30.5t30.5 12.5h42v128h171v-85h-128v-171h43v128h213z" />
<glyph unicode="&#xf3e0;" horiz-adv-x="384" d="M256 256v-128h-128v128h128zM213 171v42h-42v-42h42zM384 213h-43v-42h43v-43h-43v-43q0 -17 -12.5 -29.5t-29.5 -12.5h-43v-43h-43v43h-42v-43h-43v43h-43q-17 0 -29.5 12.5t-12.5 29.5v43h-43v43h43v42h-43v43h43v43q0 17 12.5 29.5t29.5 12.5h43v43h43v-43h42v43h43 v-43h43q17 0 29.5 -12.5t12.5 -29.5v-43h43v-43zM299 85v214h-214v-214h214z" />
<glyph unicode="&#xf3e1;" d="M384 405q18 0 30.5 -12.5t12.5 -29.5v-342q0 -17 -12.5 -29.5t-30.5 -12.5h-341q-18 0 -30.5 12.5t-12.5 29.5v342q0 17 12.5 29.5t30.5 12.5h341zM384 21v342h-341v-342h341zM341 320v-256h-256v256h86v-43h-43v-170h171v170h-64v-48q21 -12 21 -37q0 -18 -12.5 -30.5 t-30 -12.5t-30 12.5t-12.5 30.5q0 24 21 37v48q0 18 12.5 30.5t30.5 12.5h106z" />
<glyph unicode="&#xf3e2;" horiz-adv-x="256" d="M107 341h42v-119h75l-96 -96l-96 96h75v119zM0 149h43q0 -35 25 -60t60 -25t60 25t25 60h43q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5z" />
<glyph unicode="&#xf3e3;" horiz-adv-x="405" d="M0 256h405v-43h-405v43zM0 128v43h107v-43h-107zM149 128v43h107v-43h-107zM299 128v43h106v-43h-106z" />
<glyph unicode="&#xf3e4;" horiz-adv-x="469" d="M427 384q17 0 29.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-29.5 -12.5h-384q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h384zM427 42v300h-384v-300h384zM192 192h-43l86 85l85 -85h-43v-85h-85v85z" />
<glyph unicode="&#xf3e5;" horiz-adv-x="384" d="M341 384q18 0 30.5 -12.5t12.5 -30.5v-298q0 -18 -12.5 -30.5t-30.5 -12.5h-298q-18 0 -30.5 12.5t-12.5 30.5v298q0 18 12.5 30.5t30.5 12.5h298zM43 342v-65q26 0 45 19t19 46h-64zM43 192q62 0 105.5 44t43.5 106h-43q0 -45 -31 -76t-75 -31v-43zM43 64h298l-96 128 l-74 -96l-54 64z" />
<glyph unicode="&#xf3e6;" horiz-adv-x="363" d="M0 107q62 0 105.5 -44t43.5 -106h-42q0 44 -31.5 75.5t-75.5 31.5v43zM0 21q27 0 45.5 -18.5t18.5 -45.5h-64v64zM0 192q97 0 166 -68.5t69 -166.5h-43q0 80 -56 136t-136 56v43zM320 426q18 0 30.5 -12t12.5 -30v-363q0 -17 -12.5 -29.5t-30.5 -12.5h-44q-4 45 -21 85 h65v277h-213v-128q-20 8 -43 14v157q0 18 12.5 30.5t30.5 12.5z" />
<glyph unicode="&#xf3e7;" horiz-adv-x="512" d="M0 128v128h43v-128h-43zM64 85v214h43v-214h-43zM469 256h43v-128h-43v128zM405 85v214h43v-214h-43zM352 384q13 0 22.5 -9.5t9.5 -22.5v-320q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v320q0 13 9.5 22.5t22.5 9.5h192zM341 43v298h-170v-298h170z " />
<glyph unicode="&#xf3e8;" horiz-adv-x="512" d="M394.5 320q48.5 0 83 -34.5t34.5 -83t-34.5 -83t-82.5 -34.5h-278q-48 0 -82.5 34.5t-34.5 83t34.5 83t83 34.5t83 -34.5t34.5 -82.5q0 -43 -27 -75h96q-27 32 -27 75q0 48 34.5 82.5t83 34.5zM117 128q31 0 53 22t22 53t-22 52.5t-53 21.5t-52.5 -21.5t-21.5 -52.5 t21.5 -53t52.5 -22zM395 128q31 0 52.5 22t21.5 53t-21.5 52.5t-52.5 21.5t-53 -21.5t-22 -52.5t22 -53t53 -22z" />
<glyph unicode="&#xf3e9;" horiz-adv-x="469" d="M149 277v-85h107v85h-107zM0 427h85v-22h299v22h85v-86h-21v-298h21v-86h-85v22h-299v-22h-85v86h21v298h-21v86zM85 43v-22h299v22h21v298h-21v22h-299v-22h-21v-298h21zM107 320h192v-85h64v-171h-214v85h-42v171zM299 149h-107v-42h128v85h-21v-43z" />
<glyph unicode="&#xf3ea;" horiz-adv-x="341" d="M47 115q19 0 33 -13.5t14 -33t-14 -33.5t-33 -14t-33 14t-14 33.5t14 33t33 13.5zM0 238q90 0 153.5 -63.5t63.5 -153.5h-62q0 64 -45.5 109.5t-109.5 45.5v62zM0 363q93 0 171.5 -46t124 -124.5t45.5 -171.5h-62q0 116 -81.5 198t-197.5 82v62z" />
<glyph unicode="&#xf3eb;" horiz-adv-x="474" d="M79 384h164q16 2 29.5 -9t14.5 -28v-55.5v-55.5l36 59q30 -47 84 -135.5t67 -110.5h-241q-29 -30 -52 -39q-42 -18 -88 -4t-71 53q-27 39 -21 89t41 82v106q-2 18 8.5 33t28.5 15zM91 331v-72q40 13 82 -1t65 -49v122h-147zM131 217q-30 -1 -51 -18.5t-31 -47.5 q-8 -34 13 -65.5t56 -36.5q34 -6 64 17t32 58q5 36 -21 65t-62 28zM323 201l-62 -102h125z" />
<glyph unicode="&#xf3ec;" horiz-adv-x="423" d="M212.5 409q18.5 0 31.5 -13.5t13 -31.5t-13 -31.5t-31.5 -13.5t-31.5 13.5t-13 31.5t13 31.5t31.5 13.5zM337 362q22 0 37.5 -16t15.5 -37.5t-15.5 -37.5t-37.5 -16t-38 16t-16 37.5t16 37.5t38 16zM91.5 352q16.5 0 28 -12t11.5 -28.5t-11.5 -28.5t-28 -12t-28.5 12 t-12 28.5t12 28.5t28.5 12zM34 218q14 0 24 -10t10 -24t-10 -24t-24 -10t-24 10t-10 24t10 24t24 10zM389 218q14 0 24 -10t10 -24t-10 -24t-24 -10t-24 10t-10 24t10 24t24 10zM85 91q14 0 24 -10t10 -24t-10 -24t-24 -10t-24 10t-10 24t10 24t24 10zM340 91q14 0 24 -10 t10 -24t-10 -24t-24 -10t-24 10t-10 24t10 24t24 10zM212 44q14 0 24.5 -10.5t10.5 -24.5t-10.5 -24t-24.5 -10t-24 10t-10 24t10 24.5t24 10.5z" />
<glyph unicode="&#xf3ed;" d="M0 405h85v-21h150v21h85v-85h-21v-64h42v21h86v-85h-22v-128h22v-85h-86v21h-128v-21h-85v85h21v43h-64v-22h-85v86h21v149h-21v85zM341 192v21h-42v-42h21v-86h-85v22h-43v-43h21v-21h128v21h22v128h-22zM235 320v21h-150v-21h-21v-149h21v-22h64v43h-21v85h85v-21h43 v64h-21zM213 192h-21v-43h43v22h21v42h-43v-21z" />
<glyph unicode="&#xf3ee;" d="M281 137q-12 -13 -12 -14q-14 -13 -21 -17q-26 -19 -59 -12q-30 6 -45 36q-1 2 -2 3q-8 -12 -8 -13q-21 -28 -57 -29q-23 -1 -40 6q-36 16 -37 56h40l1 -4q5 -20 21 -24q21 -5 35 9q9 10 10.5 25t-6.5 26q-8 12 -23 14.5t-26 -6.5q-4 -3 -6 -5q-3 -5 -11 -5h-29 q9 53 20 110h111v-33h-4h-75q-3 0 -4 -3q-1 -4 -7 -39v-3q21 19 52 14q27 -5 42 -34q1 1 1 3q2 2 2 3q21 43 69 36q26 -3 46 -22q1 -1 23 -24l2 2q22 23 24 25q17 16 38 19q23 3 43 -5.5t30 -30.5q16 -38 -2 -74q-16 -33 -55 -35q-29 -1 -51 17q-3 2 -25 22q0 1 -5 6z M205 132q12 0 24 7q8 4 28 23q1 2 0 4q-2 1 -9.5 8t-11.5 11q-9 8 -21 12q-14 4 -25 -2t-15 -20q-1 -4 -1 -8q-1 -16 8 -25.5t23 -9.5zM304 164q22 -20 24 -21q13 -12 30 -11q25 0 30 24q1 7 0 15q-2 13 -11.5 21t-22.5 6q-15 -1 -28 -13q-1 -1 -22 -21z" />
<glyph unicode="&#xf3ef;" d="M117 213h193q31 0 53 22t22 53t-22 53.5t-53.5 22.5t-53.5 -22.5t-22 -53.5v-33h-42v33q0 49 34.5 83.5t83 34.5t83 -34.5t34.5 -83t-34.5 -83t-82.5 -34.5h-193q-31 0 -53 -22t-22 -53t22 -53t53 -22t53 22t22 53v34h42v-34q0 -48 -34 -82.5t-82.5 -34.5t-83 34.5 t-34.5 83t34.5 82.5t82.5 34z" />
<glyph unicode="&#xf3f0;" d="M379 87q6 2 9 -2.5t-2 -8.5q-34 -25 -81 -39t-92 -14q-122 0 -211 81q-3 3 -1 5.5t6 0.5q96 -56 211 -56q83 0 161 33zM425 113q5 -6 -2.5 -31.5t-23.5 -39.5q-3 -3 -5 -2t-1 5q18 45 12 53t-54 2q-4 0 -4.5 2t2.5 4q18 13 46 13.5t30 -6.5zM237 271v6q0 22 -6 30 q-7 11 -23 11q-28 0 -33 -25q-2 -8 -8 -8l-40 4q-8 2 -6 9q6 34 32.5 49t60.5 15q41 0 63 -21q3 -3 5.5 -6t4.5 -7.5t3.5 -7t2 -8t1.5 -8t1 -9v-8v-9v-9.5v-65q0 -17 16 -38q5 -7 0 -12q-16 -12 -32 -27q-5 -4 -10 -1q-11 9 -24 28q-17 -18 -32 -24.5t-37 -6.5 q-27 0 -44.5 17t-17.5 48q0 49 44 69q17 7 79 14zM229 184q8 14 8 45v9q-62 0 -62 -42q0 -14 6.5 -22.5t18.5 -8.5q18 0 29 19z" />
<glyph unicode="&#xf3f1;" d="M397 243q30 0 30 -31v-103q0 -53 -39.5 -91.5t-92.5 -38.5h-171q-48 0 -86 38.5t-38 90.5v162q0 57 39 96t96 39h90q44 0 84.5 -39.5t40.5 -85.5v-11q0 -11 7.5 -18.5t20.5 -7.5h19zM135 294q-10 0 -17.5 -7.5t-7.5 -18t7.5 -18t17.5 -7.5h78q10 0 17 8t7 18t-7 17.5 t-17 7.5h-78zM289 90q10 0 17.5 6.5t7.5 16.5t-7.5 17t-17.5 7h-154q-10 0 -17.5 -7t-7.5 -17t7.5 -16.5t17.5 -6.5h154z" />
<glyph unicode="&#xf3f2;" d="M427 192h-214v-213h-213v213h213v213h214v-213z" />
<glyph unicode="&#xf3f3;" d="M219 243q26 0 42 -13t16 -38t-16 -38t-42 -13h-23v102h23zM221 400q85 0 145.5 -61t60.5 -147t-60.5 -147t-145.5 -61q-75 0 -133 49l-88 -12l34 85q-18 41 -18 86q0 86 60 147t145 61zM333 193v0q0 46 -30.5 74t-83.5 28h-78v-206h76q54 0 85 29t31 75z" />
<glyph unicode="&#xf3f4;" d="M426 145q0 -46 -13 -81q-25 -66 -96 -81q-20 -4 -43 -4h-240h-3v1l45 45l124 124l0.5 0.5t1.5 0.5q4 4 7 3q4 -2 4 -8v-63v-4q0 -1 2 -1q47 1 55 1q8 1 19 5q28 9 35 42q3 16 3 33v114q0 3 3 6l93 93q0 1 2 4l1 -1h1v-4q0 -24 -1 -225zM100 112q0 -3 -3 -6l-94 -94l-3 -3 v5v111.5v112.5q0 45 12 79q25 69 99 84q19 4 42 4h75h89h75h4q-1 0 -2 -2q0 -1 -1 -1q-27 -28 -82.5 -83.5l-83.5 -83.5q-3 -2 -3 -3q-4 -3 -7 -1q-1 2 -4 6v3v32v31v3q0 1 -1 1q-50 -1 -59 -2q-4 0 -13 -3q-31 -9 -37 -44q-3 -15 -3 -34q-1 -25 0 -112z" />
<glyph unicode="&#xf3f5;" d="M97 95q-40 0 -68.5 28.5t-28.5 68t28.5 67.5t68.5 28t68 -28t28 -67.5t-28 -68t-68 -28.5zM330 95q-40 0 -68.5 28.5t-28.5 68t28.5 67.5t68.5 28t68.5 -28t28.5 -67.5t-28.5 -68t-68.5 -28.5z" />
<glyph unicode="&#xf3f6;" horiz-adv-x="384" d="M384 257q0 -38 -10.5 -65t-30.5 -41.5t-40 -21t-47 -9.5q19 -16 19 -51v-55.5v-34.5h-139v14v26.5v24.5q-16 -3 -29.5 -3t-23 2.5t-17 6.5t-12 8.5t-7.5 8.5t-4 7l-1 3q-6 14 -13.5 24t-12.5 13l-5 3q-11 9 -11 12.5t7 4.5h6q12 -1 23 -8t15 -14l5 -6q27 -47 81 -23 q3 24 18 37q-27 3 -47 9.5t-39.5 21t-30.5 41.5t-11 65q0 43 29 74q-13 33 3 74q3 -1 8 0.5t25 -6t44 -23.5q33 9 70 10q36 -1 70 -10q23 16 42.5 23t26.5 7l7 -1q17 -41 3 -74q29 -31 29 -74zM32 121.5q1 2.5 -2.5 4t-4.5 -1t2.5 -4t4.5 1zM43.5 109q2.5 2 -1 5.5t-6 1.5 t1 -5.5t6 -1.5zM54 93q3 2 0 6.5t-6 2.5t0 -6.5t6 -2.5zM69.5 77q2.5 3 -1.5 7.5t-7 1.5t1.5 -7.5t7 -1.5zM90 68.5q1 3.5 -4.5 5.5t-6.5 -2t4.5 -5.5t6.5 2zM107 63q6 0 6 4t-6 4t-6 -4t6 -4zM129 65q3 1 4.5 2.5t0.5 2.5q0 5 -6 4q-3 -1 -4.5 -2.5t-0.5 -3.5q0 -4 6 -3z " />
<glyph unicode="&#xf3f7;" horiz-adv-x="267" d="M147 5q36 0 59 17.5t23 41.5q0 20 -12 33.5t-48 39.5h-14q-33 0 -59 -9q-48 -17 -48 -57q0 -30 27 -48t72 -18zM81 329q0 -36 19 -66.5t50 -30.5q17 0 34.5 12.5t17.5 42.5q0 33 -20 66t-52 33q-21 0 -35 -14.5t-14 -42.5zM220 164q22 -19 33.5 -36t11.5 -43 q0 -43 -38.5 -74.5t-107.5 -31.5q-58 0 -88.5 23.5t-30.5 57.5q0 43 42 67q39 24 107 29q-17 19 -17 36q0 6 7 23h-15q-41 0 -65.5 26.5t-24.5 60.5q0 44 31.5 73.5t88.5 29.5h113l-23 -22h-32q37 -32 37 -71q0 -19 -7.5 -34.5t-15.5 -23.5t-23 -20q-18 -14 -18 -29 q0 -13 15 -26z" />
<glyph unicode="&#xf3f8;" d="M319 186.5q-8 10.5 -30 10.5q-27 0 -38 -16t-11 -45v-146q0 -5 -3 -8t-8 -3h-76q-4 0 -7.5 3t-3.5 8v270q0 4 3.5 7.5t7.5 3.5h74q4 0 6.5 -2t3.5 -6v-5q1 -2 1 -7q28 27 76 27q53 0 83 -27t30 -79v-182q0 -5 -3.5 -8t-7.5 -3h-78q-4 0 -7.5 3t-3.5 8v164q0 22 -8 32.5z M88 316.5q-15 -15.5 -36.5 -15.5t-36.5 15.5t-15 37t15 36.5t36.5 15t36.5 -15t15 -36.5t-15 -37zM101 260v-270q0 -5 -3.5 -8t-7.5 -3h-76q-5 0 -8 3t-3 8v270q0 4 3 7.5t8 3.5h76q4 0 7.5 -3.5t3.5 -7.5z" />
<glyph unicode="&#xf3f9;" horiz-adv-x="256" d="M128 189q-45 0 -76.5 32t-31.5 76.5t31.5 76t76.5 31.5t76.5 -31.5t31.5 -76t-31.5 -76.5t-76.5 -32zM128 350q-22 0 -37.5 -15.5t-15.5 -37.5t15.5 -37.5t37.5 -15.5t37.5 15.5t15.5 37.5t-15.5 37.5t-37.5 15.5zM252 176q8 -15 1 -24.5t-29 -24.5q-27 -17 -75 -22 l81 -81q7 -7 7 -17.5t-7 -17.5l-3 -3q-8 -7 -18 -7t-17 7q-12 11 -64 64l-63 -64q-7 -7 -17.5 -7t-17.5 7l-3 3q-7 7 -7 17.5t7 17.5l63 63l18 18q-48 4 -76 22q-22 15 -29 24.5t1 24.5q5 11 16 13.5t29 -8.5q14 -11 33.5 -17t32.5 -6l13 -1q49 0 79 24q18 11 29 8.5 t16 -13.5z" />
<glyph unicode="&#xf3fa;" d="M267 315h145q4 0 9.5 -5t5.5 -12l-127 -85h-4l-29 18v84zM267 200l27 -18q2 -1 4 -1h3l1 1q-2 -1 29 19.5t64 41.5l32 21v-153q0 -12 -6.5 -18t-16.5 -6h-137v113v0zM128 239q13 0 20.5 -12.5t7.5 -34.5t-7.5 -34t-21.5 -12q-13 0 -21 12.5t-8 33.5t8 34t22 13zM0 357 l251 48v-426l-251 52v326zM168 139q16 21 16 54t-15.5 53.5t-40.5 20.5q-26 0 -42 -21t-16 -56q0 -32 16 -52t41 -20t41 21z" />
<glyph unicode="&#xf3fb;" horiz-adv-x="356" d="M225 276q0 34 -52 34h-15q-7 0 -13 -4.5t-7 -11.5l-14 -60v-3q0 -5 3.5 -8.5t8.5 -3.5h12q15 0 28 3t24.5 9t18 17.5t6.5 27.5zM356 243q0 -58 -48 -93q-47 -35 -133 -35h-13q-7 0 -13 -4.5t-7 -11.5l-16 -69q-2 -7 -9 -12.5t-15 -5.5h-46q-7 0 -11.5 4t-4.5 11q0 2 3 14 h32q8 0 14.5 5t7.5 12l16 69q2 7 8.5 12t13.5 5h13q85 0 132 35t47 92q0 28 -11 44q40 -20 40 -72zM316 283q0 -57 -48 -93q-47 -35 -133 -35h-13q-7 0 -13 -4.5t-7 -11.5l-16 -68q-2 -8 -8.5 -13.5t-15.5 -5.5h-46q-7 0 -11.5 4t-4.5 11v4l66 283q1 7 8 12.5t15 5.5h97 q14 0 26.5 -0.5t26.5 -3t24.5 -6.5t21 -11t17 -16t10.5 -22.5t4 -29.5z" />
<glyph unicode="&#xf3fc;" horiz-adv-x="341" d="M99 242q0 27 14 46t34 19q17 0 25.5 -11t8.5 -27q0 -10 -3 -25q-4 -14 -10 -34q-6 -19 -9 -31q-5 -20 7.5 -34.5t32.5 -14.5q35 0 57.5 39.5t22.5 95.5q0 43 -27.5 70t-77.5 27q-56 0 -90.5 -35.5t-34.5 -85.5q0 -29 17 -50q6 -6 4 -14q-2 -5 -5 -20q-2 -5 -5.5 -6.5 t-7.5 -0.5q-26 11 -39 37t-13 60q0 22 7 44t22 42.5t36 36.5t51 25.5t65 9.5t65.5 -12t51 -32t32 -46.5t11.5 -54.5q0 -75 -38 -124t-98 -49q-20 0 -37.5 9t-24.5 22q-15 -58 -18 -69q-8 -30 -36 -70h-17q-6 51 2 84l33 138q-8 17 -8 41z" />
<glyph unicode="&#xf3fd;" d="M426 121q2 -9 -6.5 -18t-27.5 -15l-2 -1l-64 20l17 6q21 7 21 13q-2 10 -37 4l-36 -12l-61 -21v-22l96 32l64 -20l-99 -34l-61 -21v1v-1l-69 22v39v-19q-40 -14 -84 -6q-3 0 -11 1.5t-12 2t-11 1.5t-11.5 2.5t-10 3t-8.5 3t-6.5 4t-5 5t-1.5 5.5q-2 25 34 37l59 -18 l-15 -6q-15 -5 -6 -13q9 -9 25 -4l64 22v44l-27 8l27 9v177l88 -23q91 -24 90 -95q-1 -90 -82 -67v117q0 6 -7 9t-13.5 1t-6.5 -9v-148l6 2q58 20 104 17q80 -6 86 -35zM34 133h0.5h1.5l98 33l27 -8v-19l-68 -24z" />
<glyph unicode="&#xf3fe;" d="M427 195q0 -28 -27 -39q2 -9 2 -19q0 -51 -55.5 -87.5t-134 -36.5t-134 36.5t-55.5 87.5q0 10 2 20q-25 11 -25 38q0 18 12.5 30.5t29.5 12.5q19 0 32 -15q52 36 129 39l35 104q3 7 10 5l83 -20q1 0 3 -1q8 20 30 20q13 0 23 -10t10 -23.5t-10 -23.5t-23 -10 q-14 0 -23.5 9.5t-9.5 23.5q-2 -1 -3 0l-77 18l-31 -92q79 -2 132 -40q13 16 33 16q17 0 29.5 -12.5t12.5 -30.5zM116 161.5q0 -12.5 9 -21.5t21.5 -9t21.5 9t9 21.5t-9 22t-21.5 9.5t-21.5 -9.5t-9 -22zM282 77q4 3 0.5 6.5t-7.5 0.5q-18 -19 -62 -19t-62 19 q-3 3 -6.5 -0.5t-0.5 -6.5q21 -22 70 -22q47 0 68 22zM280.5 131q12.5 0 21.5 9t9 21.5t-9 22t-21.5 9.5t-22 -9.5t-9.5 -22t9.5 -21.5t22 -9z" />
<glyph unicode="&#xf3ff;" d="M414 147q13 -25 13 -52q0 -48 -34.5 -82t-83.5 -34q-30 0 -56 13q-19 -3 -37 -3q-85 0 -144.5 59t-59.5 142q0 20 4 40q-16 27 -16 59q0 48 34.5 82t83.5 34q34 0 63 -18q17 3 35 3q84 0 143.5 -58.5t59.5 -141.5q0 -22 -5 -43zM318.5 94.5q14.5 19.5 14.5 44.5 q0 21 -8.5 35.5t-23.5 23.5q-14 10 -34 16q-21 6 -45 12q-20 4 -29 7q-8 2 -16 6t-12 9t-4 12q0 11 12 19q14 8 36 8q23 0 34 -7q10 -8 18 -23q6 -11 12 -16t18 -5t20.5 8.5t8.5 19.5t-6.5 22.5t-20 22t-33.5 17t-47 6.5q-35 0 -60 -10q-26 -9 -39.5 -27t-13.5 -40 q0 -24 13 -41q13 -16 35 -25q21 -9 53 -16q23 -4 37 -9q14 -4 22 -11q8 -8 8 -20q0 -14 -15 -25q-16 -10 -41 -10q-18 0 -29.5 5t-17.5 13t-11 21q-5 11 -12 17q-8 6 -18 6q-13 0 -21.5 -8t-8.5 -19q0 -18 13 -36t34 -29q28 -15 72 -15q37 0 64 11t41.5 30.5z" />
<glyph unicode="&#xf400;" horiz-adv-x="420" d="M153 276q21 0 35.5 -14t14.5 -33.5t-14.5 -33t-35.5 -13.5t-36 13.5t-15 33t15 33.5t36 14zM272 276q21 0 35.5 -13.5t14.5 -33t-14.5 -33.5t-35.5 -14t-36 14t-15 33.5t15 33t36 13.5zM403 202q10 7 15 0.5t-1 -15.5q-29 -36 -88 -60q26 -89 -22 -131q-32 -27 -64 -14 q-27 10 -26 42q0 -1 -0.5 24.5t-0.5 53.5l-4 1t-7 2v-36v-33t0 -12q1 -36 -32 -44q-36 -9 -65 23q-40 43 -16 124q-60 25 -89 60q-6 9 -1 15.5t14 -0.5l4 -3v165q0 17 12.5 29t28.5 12h300q16 0 26 -12t10 -29v-165q2 0 6 3zM376 186v159q0 22 -6.5 30.5t-24.5 8.5h-266 q-20 0 -26.5 -8.5t-6.5 -30.5v-160q23 -14 51 -19.5t46 -4.5t34 0q15 1 22 -6q1 0 1.5 -1l0.5 -1q9 -8 15 -12q1 22 27 20q16 1 34 0t46 5t53 20z" />
<glyph unicode="&#xf401;" d="M9 124h-9v51h9v-51zM30 107h-9v81h9v-81zM47 103h-9v94h9v-94zM64 99h-9v94h9v-94zM85 99h-8v123h8v-123zM102 99h-8v140h8v-140zM124 99h-9v149h9v-149zM141 99h-9v153h9v-153zM162 99h-8v149h8v-149zM179 99h-8v145h8v-145zM196 99h-8v162h8v-162zM218 99h-9v175h9 v-175zM374 100h-146q-6 0 -6 6v167q0 4 5 6q17 6 34 6q36 0 62.5 -24.5t30.5 -59.5q9 4 20 4q22 0 37.5 -15.5t15.5 -37.5t-15.5 -37t-37.5 -15z" />
<glyph unicode="&#xf402;" horiz-adv-x="265" d="M0 231v60q25 8 43 23.5t29 36.5t15 54h61v-108h102v-66h-102v-110q0 -37 4 -47.5t15 -16.5q14 -9 33 -9q32 0 65 21v-67q-28 -13 -50.5 -18t-48.5 -5q-29 0 -51.5 7t-38.5 21t-22.5 29.5t-6.5 44.5v149h-47v1z" />
<glyph unicode="&#xf403;" horiz-adv-x="407" d="M296 34h-83l-56 -55h-55v55h-102v297l28 74h379v-259zM370 164v204h-305v-269h83v-55l56 55h102zM269 294h37v-111h-37v111zM167 183v111h37v-111h-37z" />
<glyph unicode="&#xf404;" d="M276 284q-15 0 -32 -7q32 103 120 101q66 -2 62 -86q-2 -63 -87 -172q-87 -114 -147 -114q-37 0 -63 70q-18 66 -34 127q-19 69 -41 69q-5 0 -34 -20l-20 26q33 29 62 56q42 36 63 38q50 5 62 -68q12 -80 17 -99q14 -65 32 -65q13 0 40 42.5t29 64.5q3 37 -29 37z" />
<glyph unicode="&#xf405;" d="M364.5 343q62.5 -62 62.5 -149.5t-62.5 -149.5t-150.5 -62v0q-54 0 -101 26l-113 -29l30 109q-28 49 -28 106q0 87 62 149t150 62t150.5 -62zM214 18q73 0 125 51.5t52 124.5t-52 124.5t-125 51.5t-124.5 -51.5t-51.5 -124.5q0 -51 27 -94l4 -6l-18 -65l67 17l6 -3 q42 -25 90 -25zM311 150q9 -5 10 -7q4 -6 -3 -25q-3 -8 -15 -15.5t-21 -9.5q-18 -2 -33 2q-17 6 -30 11q-8 4 -15.5 8.5t-14.5 9t-13 9.5t-11.5 10t-10.5 10.5t-8.5 9.5t-7 8.5t-5.5 7t-3.5 5l-1.5 2.5q-22 29 -22 55q0 24 19 44q6 7 14 7q6 0 10 -1q8 0 12 -9q2 -3 6 -13 l7 -17.5t3 -8.5q3 -5 1 -9q-3 -7 -5 -9l-3 -3t-3 -3.5t-2 -2.5q-6 -6 -3 -11q13 -22 30 -37q13 -11 43 -26q7 -3 11 1q12 15 17 21q4 6 12 3q6 -3 36 -17z" />
<glyph unicode="&#xf406;" d="M213 323q-24 18 -47 27.5t-38.5 10.5t-28 0t-18.5 -4l-6 -3q59 51 138 51t139 -51q-3 1 -7 3t-17.5 4t-28.5 0t-38.5 -11t-47.5 -27v0zM157 282q-39 -40 -65 -78t-34.5 -63.5t-12 -44.5t-1.5 -28l3 -9q-47 58 -47 133q0 84 57 145q38 -16 100 -55zM427 192 q0 -75 -47 -133q1 3 2.5 9t-1.5 27.5t-12 45.5t-34.5 62.5t-65.5 78.5q28 17 53 31t36 19l11 5q58 -61 58 -145zM212 236q38 -27 67.5 -57t45 -53t26 -42t13.5 -29l3 -10q-62 -66 -153.5 -66t-154.5 66q2 4 5 11.5t15 30t28 44.5t44 51t61 54z" />
<glyph unicode="&#xf407;" d="M414 271q-5 0 -49 -10q-10 -3 -62.5 -45.5t-56.5 -55.5q-2 -10 -2 -27l-1 -15q0 -9 4 -39q4 -1 32 -1t32 -1l-1 -20q-6 1 -105 1q-6 0 -44 -1t-49 -1l4 19h15.5t27 2t15.5 6q1 1 1.5 2t1 2.5t0.5 3v4.5v6v8v10v13q0 17 -1 27q-3 10 -51.5 69.5t-65.5 72.5q-3 1 -28.5 4 t-29.5 4l-1 18q2 1 17.5 1t35.5 -0.5t44 0.5q23 0 61 -0.5t45 -0.5l-3 -16q-4 -1 -30.5 -2.5t-31.5 -3.5q16 -24 50 -68.5t39 -51.5q2 3 41.5 36t40.5 43q-38 7 -54 7l-3 20h20h38.5h30.5q72 0 86 -2z" />
<glyph unicode="&#xf408;" d="M422 277q5 -35 5 -69v-32l-5 -69q-4 -29 -17 -42q-14 -14 -42 -18q-27 -2 -64.5 -3t-61.5 -1h-24q-111 1 -145 4l-8 1t-13 2t-12.5 5t-13 10t-10 16.5t-5.5 18.5l-2 7q-4 35 -4 69v32l4 69q4 29 17 42q14 15 43 18q27 2 64 3t61 1h24q90 0 150 -4q28 -3 42 -18 q4 -4 7 -9.5t5 -11t3 -10.5t2 -8v-3zM271 189l14 7l-115 60v-120z" />
<glyph unicode="&#xf409;" horiz-adv-x="352" d="M170 224q18 0 57.5 -1t59.5 -2q15 0 26 -3q28 -6 34 -40q5 -35 5 -59q0 -39 -3 -87q-1 -12 -7 -25q-11 -24 -43 -25q-103 -3 -152 -3q-17 0 -47.5 1t-40.5 1t-22 4q-20 5 -29 26q-6 17 -8 52q-1 41 2 94q1 15 5 31q9 31 42 33q31 0 121 3zM202 33q4 -3 13 -9 q9 -5 17.5 -1t10.5 15q2 9 2 14v60q0 8 -3 15q-3 13 -12 16.5t-20 -4.5q-2 -1 -4.5 -3.5l-3.5 -3.5v50h-21v-158h21q-1 4 0 9zM162 24v118h-22v-7v-76q0 -8 -6 -12q-4 -5 -9 -3q-3 1 -3 7v84v7h-22v-3v-96q0 -3 1 -9q4 -16 20 -11q4 1 13 7q2 1 6 6v-12h22zM323 79 q0 4 0.5 11t0.5 12.5t-1 10.5q-1 14 -9 22t-21 9q-14 1 -23.5 -6.5t-10.5 -21.5q-3 -33 0 -67q2 -15 14 -22.5t28 -3.5q13 3 19.5 15.5t2.5 26.5h-22q0 -10 -1 -14q-1 -9 -9 -9t-9 8q-1 9 -2 30q16 -1 43 -1zM103 159v23h-74v-23h24v-135h25v135h25zM247 364v-34v-59 q0 -6 4 -7q3 -1 7 2q7 5 7 14v26v31v27h22v-119h-22v12l-5 -5q-8 -6 -11 -7q-8 -4 -14.5 -0.5t-8.5 11.5q-1 4 -1 7v100q7 1 22 1zM66 405h22q2 0 4 -4q10 -34 14 -51q0 -1 2 -3q4 18 9 32q1 3 3 10.5t3 11.5q1 3 4 4h22q0 -1 -1 -4q-1 -1 -1 -2q-4 -14 -13 -42t-13 -42 q-2 -6 -2 -10v-59h-23q0 3 -0.5 8.5t-0.5 9.5t1 8q2 36 -13 78q-9 27 -17 55zM208 304v-11t-0.5 -13t-1.5 -11q-1 -11 -10 -18.5t-21 -7.5t-20 7.5t-11 18.5q-1 7 -1 21q0 38 1 49q4 27 31 27q26 0 31 -27q0 -1 0.5 -2.5t0.5 -2.5q0 -5 0.5 -15t0.5 -15zM167 305v-28 q0 -6 1 -8q4 -5 8 -5t8 5q1 2 1 8v49v12q-1 7 -9 7q-7 0 -9 -7q-1 -2 -1 -6t0.5 -13t0.5 -14zM206 83v31q0 9 11 9q8 0 8 -7v-5.5v-4.5v-50v-3.5v-3.5q-1 -7 -8 -7q-11 1 -11 9q-1 16 0 32zM299 97h-20q0 4 0.5 10.5t0.5 10.5q1 6 9 6q7 0 8 -6q2 -10 2 -21z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 233 KiB

Binary file not shown.

View file

@ -0,0 +1,320 @@
<?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">
<defs >
<font id="Poppins" horiz-adv-x="855" ><font-face
font-family="Poppins Light"
units-per-em="1000"
panose-1="0 0 4 0 0 0 0 0 0 0"
ascent="1050"
descent="-350"
alphabetic="0" />
<glyph unicode=" " glyph-name="space" horiz-adv-x="260" />
<glyph unicode="!" glyph-name="exclam" horiz-adv-x="277" d="M179 717L168 196H112L101 717H179ZM188 90V0H95V90H188Z" />
<glyph unicode="&quot;" glyph-name="quotedbl" horiz-adv-x="270" d="M108 796L100 603H51L41 796H108ZM228 796L220 603H171L161 796H228Z" />
<glyph unicode="#" glyph-name="numbersign" horiz-adv-x="791" d="M597 454L560 281H704V217H546L500 0H433L479 217H256L210 0H144L190 217H33V281H204L241 454H87V518H255L302 740H368L321 518H544L591 740H658L611 518H758V454H597ZM530 454H307L270 281H493L530
454Z" />
<glyph unicode="$" glyph-name="dollar" horiz-adv-x="568" d="M371 365T413 346T485 286T516 179Q516 131 493 89T422 20T302 -7H297V-87H270V-6Q178 3 120 55T55 184H129Q134 139 170 99T270 51V331Q197 353 155 371T83 428T53 533Q53 586 79 626T153 690T268
713H270V800H297V712Q386 705 438 657T501 542H426Q418 582 386 615T297 656V387Q371 365 413 346ZM127 477T163 448T270 395V658H268Q203 658 165 626T127 536Q127 477 163 448ZM368 49T405 85T442 178Q442 238 405 269T297 322V49H300Q368 49 405 85Z" />
<glyph unicode="%" glyph-name="percent" horiz-adv-x="621" d="M237 714T276 675T316 572Q316 508 277 469T176 430Q114 430 75 469T35 572Q35 636 74 675T176 714Q237 714 276 675ZM551 706L140 0H70L480 706H551ZM86 529T110 503T175 476Q215 476 240 502T265
572Q265 614 240 641T175 668Q135 668 111 641T86 572Q86 529 110 503ZM507 276T546 237T586 134Q586 70 547 31T446 -9Q385 -9 346 30T306 134Q306 198 345 237T446 276Q507 276 546 237ZM357 91T381 64T446 37Q485 37 510 64T535 134Q535 176 510 203T446 230Q406
230 382 203T357 134Q357 91 381 64Z" />
<glyph unicode="&amp;" glyph-name="ampersand" horiz-adv-x="679" d="M598 0L424 191Q425 186 425 177Q425 163 422 145Q414 78 365 36T244 -7Q185 -7 138 18T63 91T36 200Q36 262 60 307T125 375T215 398Q234 398 254 393Q235 415 234 416Q202 452 186 483T170
559Q170 599 190 634T249 690T343 712Q429 712 473 668T523 557Q528 533 526 507H459Q460 513 460 522Q460 532 459 536Q459 591 429 622T344 653Q294 653 266 624T237 553Q237 518 250 494T290 438L672 0H598ZM305 54T343 92T382 191Q382 233 360 268T303 322T229
342Q172 342 136 306T99 202Q99 134 141 94T244 54Q305 54 343 92Z" />
<glyph unicode="&apos;" glyph-name="quotesingle" horiz-adv-x="156" d="M114 796L103 603H54L41 796H114Z" />
<glyph unicode="(" glyph-name="parenleft" horiz-adv-x="375" d="M49 596T121 746T311 989H379V981Q247 874 182 728T117 403Q117 224 182 78T379 -176V-183H311Q193 -91 121 59T49 403Q49 596 121 746Z" />
<glyph unicode=")" glyph-name="parenright" horiz-adv-x="376" d="M327 209T255 59T65 -183H-4V-176Q129 -69 194 77T259 403Q259 582 194 728T-4 981V989H65Q183 897 255 747T327 403Q327 209 255 59Z" />
<glyph unicode="*" glyph-name="asterisk" horiz-adv-x="462" d="M378 667L414 603L265 546L414 490L378 426L254 518L273 360H200L216 518L89 423L51 489L198 546L52 604L89 669L215 576L199 732H272L254 576L378 667Z" />
<glyph unicode="+" glyph-name="plus" horiz-adv-x="580" d="M545 338H324V115H255V338H35V402H255V625H324V402H545V338Z" />
<glyph unicode="," glyph-name="comma" horiz-adv-x="159" d="M125 22T125 -12Q125 -60 102 -88T33 -117V-84Q57 -84 68 -71T79 -29V-21H34V56H115Q125 22 125 -12Z" />
<glyph unicode="-" glyph-name="hyphen" horiz-adv-x="477" d="M625 400V341H235V400H625Z" />
<glyph unicode="." glyph-name="period" horiz-adv-x="154" d="M123 90V0H30V90H123Z" />
<glyph unicode="/" glyph-name="slash" horiz-adv-x="369" d="M357 940L82 -167H14L288 940H357Z" />
<glyph unicode="0" glyph-name="zero" horiz-adv-x="607" d="M61 185T114 91T304 -4Q439 -4 493 90T547 356Q547 526 493 620T304 714Q168 714 115 620T61 356Q61 185 114 91ZM477 263T464 200T412 99T304 62Q233 62 195 99T144 199T130 356Q130 448 143 511T195
611T304 648Q374 648 412 611T463 511T477 356Q477 263 464 200Z" />
<glyph unicode="1" glyph-name="one" horiz-adv-x="269" d="M14 640V705H193V0H120V640H14Z" />
<glyph unicode="2" glyph-name="two" horiz-adv-x="567" d="M222 170T327 288T433 509Q433 574 399 614T289 655Q211 655 171 607T125 475H56Q63 590 127 652T294 715Q388 715 446 664T504 515Q504 432 449 346T312 186T145 61H524V3H45V53Q222 170 327 288Z" />
<glyph unicode="3" glyph-name="three" horiz-adv-x="585" d="M366 720T413 697T484 632T509 539Q509 473 470 427T351 373V367Q431 347 476 305T522 187Q522 101 466 47T301 -7Q194 -7 128 48T49 210H118Q129 139 175 97T299 54Q374 54 413 92T453 191Q453 263
397 300T237 338H215V397H237Q440 397 440 532Q440 591 402 626T297 661Q231 661 185 624T130 513H61Q69 611 131 665T299 720Q366 720 413 697Z" />
<glyph unicode="4" glyph-name="four" horiz-adv-x="607" d="M28 170V228L400 708H475V232H585V170H475V0H404V170H28ZM409 621L103 232H409V621Z" />
<glyph unicode="5" glyph-name="five" horiz-adv-x="609" d="M523 649H149V388Q176 424 226 446T334 468Q447 468 502 403T558 240Q558 133 498 64T320 -5Q217 -5 152 51T76 203H145Q158 133 203 95T316 57Q402 57 445 107T489 241Q489 321 445 366T319 411Q262
411 219 387T152 321H84V711H523V649Z" />
<glyph unicode="6" glyph-name="six" horiz-adv-x="619" d="M461 587T423 624T318 662Q226 662 178 592T129 369Q129 340 130 325Q144 391 201 429T336 468Q443 468 503 405T563 228Q563 163 538 110T460 25T328 -7Q177 -7 122 87T66 344Q66 529 126 624T322 720Q419
720 473 665T537 519H470Q461 587 423 624ZM138 194T158 151T220 81T326 54Q403 54 449 100T496 229Q496 318 450 365T322 412Q276 412 234 393T165 337T138 244Q138 194 158 151Z" />
<glyph unicode="7" glyph-name="seven" horiz-adv-x="505" d="M472 653L201 0H127L401 646H13V707H472V653Z" />
<glyph unicode="8" glyph-name="eight" horiz-adv-x="620" d="M72 590T100 632T182 698T310 722Q385 722 438 698T520 632T548 537Q548 477 515 434T412 372Q485 355 526 308T567 189Q567 91 498 35T310 -22Q193 -22 123 34T53 189Q53 260 94 307T208 372Q139
390 106 433T72 537Q72 590 100 632ZM142 463T187 428T310 392Q388 392 433 427T478 528Q478 593 433 628T310 664Q234 664 188 629T142 528Q142 463 187 428ZM122 119T173 78T310 37Q396 37 447 78T498 192Q498 267 445 304T310 342Q228 342 175 305T122 192Q122
119 173 78Z" />
<glyph unicode="9" glyph-name="nine" horiz-adv-x="610" d="M155 125T193 88T298 50Q392 50 439 120T487 346Q487 373 486 387Q472 322 415 283T279 244Q173 244 113 308T53 485Q53 550 78 603T155 687T287 719Q438 719 494 626T550 371Q550 187 492 90T298 -8Q200
-8 144 47T79 194H145Q155 125 193 88ZM477 547T430 602T289 658Q212 658 166 612T119 484Q119 395 165 348T293 300Q339 300 381 318T450 375T477 468Q477 547 430 602Z" />
<glyph unicode=":" glyph-name="colon" horiz-adv-x="168" d="M131 528V438H39V528H131ZM131 90V0H39V90H131Z" />
<glyph unicode=";" glyph-name="semicolon" horiz-adv-x="213" d="M166 527V437H73V527H166ZM165 22T165 -12Q165 -60 142 -88T73 -117V-84Q97 -84 108 -71T119 -29V-21H74V56H155Q165 22 165 -12Z" />
<glyph unicode="&lt;" glyph-name="less" horiz-adv-x="410" d="M287 139L35 370L287 603H375L123 370L375 139H287Z" />
<glyph unicode="=" glyph-name="equal" horiz-adv-x="580" d="M545 504V440H35V504H545ZM545 301V237H35V301H545Z" />
<glyph unicode="&gt;" glyph-name="greater" horiz-adv-x="410" d="M35 603H123L375 370L123 139H35L287 370L35 603Z" />
<glyph unicode="?" glyph-name="question" horiz-adv-x="496" d="M346 727T403 674T461 527Q461 418 395 366T212 312V186H145V361H178Q274 361 333 396T392 527Q392 593 353 630T248 668Q179 668 137 630T95 529H28Q27 588 55 633T134 702T250 727Q346 727 403
674ZM225 90V0H133V90H225Z" />
<glyph unicode="@" glyph-name="at" horiz-adv-x="1106" d="M747 780T851 724T1009 568T1063 333Q1063 236 1032 158T948 34T832 -11Q780 -11 750 14T719 95Q719 111 722 130Q647 -11 501 -11Q438 -11 389 20T313 106T286 234Q286 325 324 399T428 515T575 557Q649
557 701 527T779 445T806 328Q806 301 802 278L778 134Q776 116 776 109Q776 77 791 64T836 51Q878 51 913 84T970 181T992 331Q992 448 946 535T810 672T590 721Q444 721 337 657T174 481T118 232Q118 23 233 -83T555 -192L542 -251Q309 -247 179 -124T48 232Q48
384 115 509T308 707T599 780Q747 780 851 724ZM736 396T692 445T565 494Q504 494 456 462T381 372T354 242Q354 158 399 105T521 51Q580 51 629 83T707 176T736 315Q736 396 692 445Z" />
<glyph unicode="A" glyph-name="A" horiz-adv-x="644" d="M483 172H162L98 0H23L283 689H362L622 0H546L483 172ZM462 228L323 608L182 228H462Z" />
<glyph unicode="B" glyph-name="B" horiz-adv-x="591" d="M465 352T506 304T547 190Q547 105 489 53T321 0H76V705H318Q424 705 477 658T531 530Q531 461 494 420T399 365Q465 352 506 304ZM147 390H309Q383 390 421 424T460 519Q460 578 422 612T305 646H147V390ZM388
60T432 96T476 198Q476 262 431 299T307 337H147V60H309Q388 60 432 96Z" />
<glyph unicode="C" glyph-name="C" horiz-adv-x="765" d="M513 712T596 651T713 481H639Q611 557 546 602T385 647Q312 647 253 611T159 508T125 352Q125 263 159 197T252 94T385 58Q481 58 546 103T639 224H713Q679 116 596 55T386 -7Q289 -7 213 39T95 166T53
352Q53 457 95 539T213 666T386 712Q513 712 596 651Z" />
<glyph unicode="D" glyph-name="D" horiz-adv-x="712" d="M660 244T617 165T491 43T289 0H76V705H289Q467 705 563 612T660 353Q660 244 617 165ZM433 63T511 139T589 353Q589 490 511 566T284 643H147V63H284Q433 63 511 139Z" />
<glyph unicode="E" glyph-name="E" horiz-adv-x="498" d="M147 648V382H422V327H147V58H452V0H76V705H452V648H147Z" />
<glyph unicode="F" glyph-name="F" horiz-adv-x="496" d="M459 705V648H147V379H417V324H147V0H76V705H459Z" />
<glyph unicode="G" glyph-name="G" horiz-adv-x="782" d="M514 711T597 651T711 488H638Q611 559 547 603T394 647Q318 647 257 611T160 508T125 352Q125 261 160 194T258 91T401 55Q472 55 531 86T626 178T669 319H376V372H730V310Q723 220 680 148T563 35T395
-7Q295 -7 217 38T96 166T53 352Q53 456 96 538T216 665T394 711Q514 711 597 651Z" />
<glyph unicode="H" glyph-name="H" horiz-adv-x="676" d="M599 705V0H529V334H147V0H76V705H147V392H529V705H599Z" />
<glyph unicode="I" glyph-name="I" horiz-adv-x="223" d="M147 705V0H76V705H147Z" />
<glyph unicode="J" glyph-name="J" horiz-adv-x="467" d="M396 705V170Q396 90 349 42T218 -7Q127 -7 76 47T25 198H95Q95 134 124 96T215 57Q274 57 299 89T325 170V705H396Z" />
<glyph unicode="K" glyph-name="K" horiz-adv-x="559" d="M209 354L542 0H455L147 331V0H76V705H147V374L455 705H542L209 354Z" />
<glyph unicode="L" glyph-name="L" horiz-adv-x="423" d="M147 56H403V0H76V705H147V56Z" />
<glyph unicode="M" glyph-name="M" horiz-adv-x="836" d="M759 690V0H689V578L450 0H387L147 576V0H76V690H159L419 87L677 690H759Z" />
<glyph unicode="N" glyph-name="N" horiz-adv-x="680" d="M604 0H533L147 589V0H76V704H147L533 114V704H604V0Z" />
<glyph unicode="O" glyph-name="O" horiz-adv-x="791" d="M494 713T572 667T694 539T739 353Q739 249 695 167T572 38T396 -8Q298 -8 220 38T98 166T53 353Q53 457 97 539T220 667T396 713Q494 713 572 667ZM319 648T258 612T161 509T125 353Q125 264 160 197T257
94T396 58Q473 58 534 94T631 197T667 353Q667 442 632 509T535 612T396 648Q319 648 258 612Z" />
<glyph unicode="P" glyph-name="P" horiz-adv-x="558" d="M147 294V0H76V705H287Q406 705 464 650T523 499Q523 401 463 348T287 294H147ZM372 354T412 391T452 499Q452 571 412 608T281 646H147V354H281Q372 354 412 391Z" />
<glyph unicode="Q" glyph-name="Q" horiz-adv-x="791" d="M660 -141L502 7Q453 -8 396 -8Q298 -8 220 38T98 166T53 353Q53 457 97 539T220 667T396 713Q494 713 572 667T694 539T739 353Q739 245 691 161T561 32L752 -141H660ZM125 264T160 197T257 94T396 58Q473
58 534 94T631 197T667 353Q667 442 632 509T535 612T396 648Q319 648 258 612T161 509T125 353Q125 264 160 197Z" />
<glyph unicode="R" glyph-name="R" horiz-adv-x="569" d="M454 0L261 294H147V0H76V705H292Q411 705 469 649T528 498Q528 410 479 358T335 296L534 0H454ZM147 347H287Q457 347 457 494Q457 644 287 644H147V347Z" />
<glyph unicode="S" glyph-name="S" horiz-adv-x="558" d="M506 131T484 89T414 20T297 -7Q229 -7 176 18T92 86T55 184H129Q133 153 152 122T207 71T294 50Q361 50 396 86T432 177Q432 224 409 253T351 299T256 334Q190 355 150 374T81 432T53 533Q53 613 109
663T263 713Q363 713 421 664T491 542H416Q407 587 369 622T263 657Q201 657 164 625T127 536Q127 491 150 463T206 420T298 386Q365 365 406 345T477 285T506 179Q506 131 484 89Z" />
<glyph unicode="T" glyph-name="T" horiz-adv-x="507" d="M489 705V648H288V0H218V648H18V705H489Z" />
<glyph unicode="U" glyph-name="U" horiz-adv-x="652" d="M142 705V278Q142 165 191 112T327 59Q413 59 461 112T510 278V705H580V278Q580 135 511 64T326 -7Q210 -7 141 64T72 278V705H142Z" />
<glyph unicode="V" glyph-name="V" horiz-adv-x="655" d="M100 705L327 82L556 705H633L371 0H284L23 705H100Z" />
<glyph unicode="W" glyph-name="W" horiz-adv-x="953" d="M919 705L737 0H653L477 604L300 0H216L34 705H112L259 87L437 705H516L694 86L842 705H919Z" />
<glyph unicode="X" glyph-name="X" horiz-adv-x="566" d="M461 0L277 297L106 0H25L238 359L23 705H106L287 414L458 705H539L325 352L544 0H461Z" />
<glyph unicode="Y" glyph-name="Y" horiz-adv-x="571" d="M549 705L322 275V0H251V275L23 705H104L286 350L468 705H549Z" />
<glyph unicode="Z" glyph-name="Z" horiz-adv-x="523" d="M117 59H484V0H39V56L398 646H49V705H477V648L117 59Z" />
<glyph unicode="[" glyph-name="bracketleft" horiz-adv-x="298" d="M254 940V882H155V-108H254V-166H88V940H254Z" />
<glyph unicode="\" glyph-name="backslash" horiz-adv-x="575" d="M398 -167L73 940H143L467 -167H398Z" />
<glyph unicode="]" glyph-name="bracketright" horiz-adv-x="297" d="M44 -166V-108H143V882H44V940H210V-166H44Z" />
<glyph unicode="^" glyph-name="asciicircum" horiz-adv-x="604" d="M106 171H36L270 690H334L567 171H497L303 605L106 171Z" />
<glyph unicode="_" glyph-name="underscore" horiz-adv-x="591" d="M551 -33V-101H42V-33H551Z" />
<glyph unicode="`" glyph-name="grave" horiz-adv-x="281" d="M238 642V590L33 711V770L238 642Z" />
<glyph unicode="a" glyph-name="a" horiz-adv-x="673" d="M389 553T447 510T528 396V546H597V0H528V150Q506 79 448 36T306 -7Q232 -7 174 27T83 124T50 273Q50 359 82 422T173 519T306 553Q389 553 447 510ZM232 491T177 433T121 273Q121 172 176 114T324 55Q382
55 428 82T501 158T528 273Q528 338 502 387T429 464T324 491Q232 491 177 433Z" />
<glyph unicode="b" glyph-name="b" horiz-adv-x="673" d="M443 553T500 520T590 423T623 273Q623 188 591 125T500 27T368 -7Q284 -7 226 36T146 150V0H76V740H146V396Q168 467 226 510T368 553Q443 553 500 520ZM291 491T245 464T172 388T146 273Q146 208 172
159T244 82T349 55Q442 55 497 113T552 273Q552 374 497 432T349 491Q291 491 245 464Z" />
<glyph unicode="c" glyph-name="c" horiz-adv-x="623" d="M421 553T489 498T573 352H500Q489 417 439 454T316 492Q263 492 219 468T148 395T121 273Q121 201 147 152T218 78T316 54Q389 54 439 91T500 194H573Q558 103 490 48T317 -7Q239 -7 179 26T84 123T50
273Q50 359 84 422T178 519T317 553Q421 553 489 498Z" />
<glyph unicode="d" glyph-name="d" horiz-adv-x="673" d="M389 553T447 510T527 396V740H597V0H527V150Q506 79 448 36T306 -7Q232 -7 174 27T83 124T50 273Q50 359 82 422T173 519T306 553Q389 553 447 510ZM232 491T177 433T121 273Q121 172 176 114T324 55Q382
55 428 82T501 158T528 273Q528 338 502 387T429 464T324 491Q232 491 177 433Z" />
<glyph unicode="e" glyph-name="e" horiz-adv-x="625" d="M388 51T438 88T498 188H572Q557 101 489 47T317 -7Q239 -7 179 26T84 123T50 273Q50 359 84 422T178 519T317 553Q397 553 455 520T544 430T575 308Q575 280 571 257H119Q120 188 147 142T219 73T314
51Q388 51 438 88ZM264 496T220 474T149 407T119 293H505Q509 360 483 406T413 474T317 496Q264 496 220 474Z" />
<glyph unicode="f" glyph-name="f" horiz-adv-x="335" d="M230 692T200 664T169 568V546H306V484H169V0H99V484H18V546H99V573Q99 665 149 711T306 753V691Q230 692 200 664Z" />
<glyph unicode="g" glyph-name="g" horiz-adv-x="673" d="M389 553T447 510T528 396V546H597V-13Q597 -89 565 -146T476 -235T346 -267Q239 -267 171 -216T81 -76H151Q169 -136 217 -171T342 -206Q394 -206 436 -184T503 -117T528 -13V150Q506 79 448 36T306 -7Q232
-7 174 27T83 124T50 273Q50 359 82 422T173 519T306 553Q389 553 447 510ZM232 491T177 433T121 273Q121 172 176 114T324 55Q382 55 428 82T501 158T528 273Q528 338 502 387T429 464T324 491Q232 491 177 433Z" />
<glyph unicode="h" glyph-name="h" horiz-adv-x="635" d="M444 556T503 496T563 318V0H494V313Q494 402 449 449T326 497Q244 497 196 445T147 290V0H76V740H147V412Q168 482 223 519T349 556Q444 556 503 496Z" />
<glyph unicode="i" glyph-name="i" horiz-adv-x="223" d="M60 730T74 743T112 756Q135 756 149 743T163 708Q163 687 149 674T112 661Q89 661 75 674T60 708Q60 730 74 743ZM147 546V0H76V546H147Z" />
<glyph unicode="j" glyph-name="j" horiz-adv-x="230" d="M96 661T82 674T67 708Q67 730 81 743T119 756Q142 756 156 743T170 708Q170 687 156 674T119 661Q96 661 82 674ZM-27 -196H11Q49 -196 66 -179T84 -120V546H154V-124Q154 -258 18 -258H-27V-196Z" />
<glyph unicode="k" glyph-name="k" horiz-adv-x="465" d="M368 0L147 250V0H76V740H147V306L364 546H451L200 276L458 0H368Z" />
<glyph unicode="l" glyph-name="l" horiz-adv-x="223" d="M147 740V0H76V740H147Z" />
<glyph unicode="m" glyph-name="m" horiz-adv-x="1021" d="M833 556T891 496T950 318V0H880V313Q880 401 838 448T721 495Q642 495 595 443T548 290V0H479V313Q479 401 437 448T320 495Q241 495 194 443T147 290V0H76V546H147V416Q167 485 219 520T341 556Q413
556 465 518T537 406Q559 479 614 517T739 556Q833 556 891 496Z" />
<glyph unicode="n" glyph-name="n" horiz-adv-x="635" d="M444 556T503 496T563 318V0H494V313Q494 402 449 449T326 497Q244 497 196 445T147 290V0H76V546H147V412Q168 482 223 519T349 556Q444 556 503 496Z" />
<glyph unicode="o" glyph-name="o" horiz-adv-x="644" d="M401 553T462 520T559 423T594 273Q594 187 559 124T463 27T323 -7Q245 -7 183 27T86 124T50 273Q50 359 85 422T183 519T323 553Q401 553 462 520ZM269 492T223 468T149 395T121 273Q121 201 149 152T223
79T323 55Q376 55 421 79T495 152T523 273Q523 345 495 394T422 468T323 492Q269 492 223 468Z" />
<glyph unicode="p" glyph-name="p" horiz-adv-x="673" d="M443 553T500 520T590 423T623 273Q623 188 591 125T500 27T368 -7Q284 -7 226 36T146 150V-258H76V546H146V396Q168 467 226 510T368 553Q443 553 500 520ZM291 491T245 464T172 388T146 273Q146 208
172 159T244 82T349 55Q442 55 497 113T552 273Q552 374 497 432T349 491Q291 491 245 464Z" />
<glyph unicode="q" glyph-name="q" horiz-adv-x="673" d="M391 552T447 512T528 403V546H597V-258H528V146Q504 76 447 35T310 -7Q235 -7 176 27T84 125T50 272Q50 356 83 419T176 517T310 552Q391 552 447 512ZM233 491T177 433T121 272Q121 170 177 113T324
55Q381 55 427 81T501 157T528 273Q528 339 501 388T428 464T324 491Q233 491 177 433Z" />
<glyph unicode="r" glyph-name="r" horiz-adv-x="370" d="M171 492T224 524T353 556V480H330Q251 480 199 438T147 299V0H76V546H147V433Q171 492 224 524Z" />
<glyph unicode="s" glyph-name="s" horiz-adv-x="507" d="M330 553T384 506T450 379H383Q377 432 340 466T239 501Q185 501 155 475T124 404Q124 371 143 351T192 321T270 299Q330 285 366 271T429 225T455 141Q455 76 407 35T278 -7Q184 -7 124 39T53 167H121Q127
113 168 79T279 45Q331 45 360 72T389 142Q389 177 369 198T320 229T239 252Q180 266 145 280T84 323T59 404Q59 471 108 512T241 553Q330 553 384 506Z" />
<glyph unicode="t" glyph-name="t" horiz-adv-x="363" d="M324 62V0H259Q180 0 141 37T102 164V485H19V546H102V684H173V546H323V485H173V163Q173 105 194 84T268 62H324Z" />
<glyph unicode="u" glyph-name="u" horiz-adv-x="624" d="M547 546V0H477V135Q456 64 401 27T275 -10Q179 -10 120 50T60 228V546H130V234Q130 144 175 97T298 49Q380 49 428 101T477 256V546H547Z" />
<glyph unicode="v" glyph-name="v" horiz-adv-x="554" d="M278 79L461 546H537L317 0H237L17 546H93L278 79Z" />
<glyph unicode="w" glyph-name="w" horiz-adv-x="828" d="M814 546L653 0H579L415 464L249 0H176L15 546H86L216 73L380 546H452L617 73L746 546H814Z" />
<glyph unicode="x" glyph-name="x" horiz-adv-x="479" d="M384 0L234 223L95 0H18L196 281L18 546H98L244 329L381 546H458L281 273L464 0H384Z" />
<glyph unicode="y" glyph-name="y" horiz-adv-x="547" d="M91 546L281 91L456 546H534L213 -258H133L243 6L13 546H91Z" />
<glyph unicode="z" glyph-name="z" horiz-adv-x="435" d="M104 60H407V0H28V57L318 487H36V546H397V489L104 60Z" />
<glyph unicode="{" glyph-name="braceleft" horiz-adv-x="348" d="M160 359T189 317T218 217Q218 182 207 131Q200 94 197 70T194 14Q194 -67 231 -125T317 -210V-217H250Q227 -204 200 -175T150 -97T128 19Q128 65 142 131Q153 186 153 218Q153 264 132 300T44
354V390Q110 407 131 443T153 526Q153 558 142 613Q128 679 128 725Q128 791 150 840T199 919T250 961H317V954Q269 927 232 869T194 730Q194 698 197 674T207 614Q218 563 218 528Q218 469 189 428T101 373V371Q160 359 189 317Z" />
<glyph unicode="|" glyph-name="bar" horiz-adv-x="208" d="M139 -101H69V791H139V-101Z" />
<glyph unicode="}" glyph-name="braceright" horiz-adv-x="350" d="M196 386T167 426T138 523Q138 558 149 609Q156 644 159 668T162 725Q162 779 144 825T97 905T39 954V961H106Q129 948 156 919T206 841T228 725Q228 679 214 613Q203 558 203 526Q203 480 225
443T312 390V354Q247 339 225 302T203 218Q203 186 214 131Q228 65 228 19Q228 -47 206 -96T157 -175T106 -217H39V-210Q69 -194 97 -161T143 -82T162 19Q162 51 159 75T149 136Q138 187 138 222Q138 278 167 318T255 371V373Q196 386 167 426Z" />
<glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="487" d="M187 387T207 378T256 351Q281 335 297 328T331 320Q356 320 373 338T395 387H452Q441 323 409 289T326 255Q301 255 281 264T232 291Q207 307 191 314T156 322Q130 322 114 304T91 255H35Q46
319 78 353T161 387Q187 387 207 378Z" />
<glyph unicode="&#xa0;" glyph-name="uni00A0" horiz-adv-x="260" />
<glyph unicode="&#xa1;" glyph-name="exclamdown" horiz-adv-x="284" d="M179 -161L168 360H112L101 -161H179ZM188 466V556H95V466H188Z" />
<glyph unicode="&#xa2;" glyph-name="cent" horiz-adv-x="586" d="M366 73T413 110T470 211H536Q525 125 465 72T313 15V-91H275V16Q173 24 112 90T50 266Q50 376 111 441T275 515V615H313V516Q404 512 464 460T536 321H470Q459 385 413 422T300 459Q250 459 209
438T143 373T118 266Q118 172 170 123T300 73Q366 73 413 110Z" />
<glyph unicode="&#xa3;" glyph-name="sterling" horiz-adv-x="575" d="M245 184T226 141T166 56H532V-2H99L89 39Q135 88 157 129T179 229Q179 263 163 315H45V364H146Q129 410 120 449T110 530Q110 587 135 631T207 701T315 726Q411 726 469 669T536 524H470Q463
587 422 627T317 668Q257 668 218 631T178 524Q178 487 187 455T216 364H403V315H232Q245 271 245 232Q245 184 226 141Z" />
<glyph unicode="&#xa4;" glyph-name="currency" horiz-adv-x="527" d="M434 312T397 265L456 207L426 177L367 236Q324 202 264 202Q201 202 158 236L100 177L69 207L128 266Q94 313 94 378Q94 444 130 491L69 550L100 580L160 520Q204 552 264 552Q322 552 366
520L426 580L456 550L396 491Q434 445 434 378Q434 312 397 265ZM310 247T343 282T376 377Q376 436 343 471T264 507Q215 507 184 472T152 377Q152 316 183 282T264 247Q310 247 343 282Z" />
<glyph unicode="&#xa5;" glyph-name="yen" horiz-adv-x="605" d="M392 373H540V323H365L340 275V240H540V189H340V0H270V189H70V240H270V275L244 323H70V373H218L41 705H123L305 341L487 705H567L392 373Z" />
<glyph unicode="&#xa6;" glyph-name="brokenbar" horiz-adv-x="251" d="M90 791H161V421H90V791ZM161 -101H90V271H161V-101Z" />
<glyph unicode="&#xa7;" glyph-name="section" horiz-adv-x="573" d="M496 74T496 -24Q496 -88 446 -128T307 -169Q213 -169 154 -122T85 8H154Q161 -47 198 -82T308 -117Q361 -117 393 -95T425 -27Q425 17 388 45T260 101Q158 130 104 170T50 286Q50 345 93 390T216
447Q77 500 77 598Q77 662 128 701T270 741Q363 741 420 694T489 564H419Q415 615 378 652T269 689Q214 689 181 667T148 601Q148 557 185 528T314 471Q415 442 469 402T523 286Q523 228 481 184T360 125Q496 74 496 -24ZM125 230T168 196T289 162Q340 162 376
179T430 224T449 286Q449 342 406 376T285 410Q210 410 168 374T125 286Q125 230 168 196Z" />
<glyph unicode="&#xa8;" glyph-name="dieresis" horiz-adv-x="344" d="M50 688T62 700T94 713Q112 713 125 701T138 669Q138 651 125 638T94 625Q75 625 63 638T50 669Q50 688 62 700ZM207 688T219 700T250 713Q269 713 281 701T294 669Q294 651 282 638T250 625Q232
625 220 638T207 669Q207 688 219 700Z" />
<glyph unicode="&#xa9;" glyph-name="copyright" horiz-adv-x="795" d="M297 707T219 662T97 537T53 354Q53 251 96 171T218 45T398 0Q499 0 577 45T699 170T743 354Q743 457 700 537T578 662T398 707Q297 707 219 662ZM492 677T563 636T672 521T710 354Q710 260
672 187T563 72T398 30Q303 30 232 71T123 186T85 354Q85 447 123 520T232 635T398 677Q492 677 563 636ZM475 587T532 545T607 426H545Q529 479 489 507T399 536Q357 536 321 515T264 453T242 353Q242 295 263 254T321 192T399 171Q449 171 489 199T545 281H607Q589
205 532 163T401 120Q341 120 292 147T213 227T184 354Q184 427 213 479T291 559T401 587Q475 587 532 545Z" />
<glyph unicode="&#xaa;" glyph-name="ordfeminine" horiz-adv-x="445" d="M251 710T287 685T338 615V704H394V354H338V443Q323 398 287 373T198 348Q125 348 80 397T35 529Q35 611 80 660T198 710Q251 710 287 685ZM160 664T126 627T92 528Q92 467 126 431T212
394Q268 394 303 430T338 529Q338 591 303 627T212 664Q160 664 126 627Z" />
<glyph unicode="&#xab;" glyph-name="guillemotleft" horiz-adv-x="435" d="M145 120L45 295L145 470H215L114 295L215 120H145ZM317 120L218 295L317 470H388L286 295L388 120H317Z" />
<glyph unicode="&#xac;" glyph-name="logicalnot" horiz-adv-x="730" d="M680 430V230H611V374H50V430H680Z" />
<glyph unicode="&#xad;" glyph-name="uni00AD" horiz-adv-x="477" d="M625 400V341H235V400H625Z" />
<glyph unicode="&#xae;" glyph-name="registered" horiz-adv-x="795" d="M500 707T578 663T699 539T743 354Q743 251 700 171T578 45T398 -1Q297 -1 219 44T97 170T53 354Q53 459 96 539T218 663T398 707Q500 707 578 663ZM493 36T563 75T672 187T710 354Q710
451 672 524T564 638T398 678Q303 678 232 638T123 525T85 354Q85 259 123 187T232 76T398 36Q493 36 563 75ZM571 411T538 378T440 340L571 143H517L389 339H313V143H265V591H417Q494 591 532 557T571 466Q571 411 538 378ZM521 374T521 461Q521 503 496 525T413
547H313V374H413Q521 374 521 461Z" />
<glyph unicode="&#xaf;" glyph-name="overscore" horiz-adv-x="405" d="M372 700V650H33V700H372Z" />
<glyph unicode="&#xb0;" glyph-name="degree" horiz-adv-x="391" d="M271 697T317 650T363 523Q363 443 318 395T197 347Q121 347 75 395T28 523Q28 602 74 649T196 697Q271 697 317 650ZM146 655T116 620T86 522Q86 460 116 425T197 390Q246 390 276 425T306
522Q306 585 276 620T196 655Q146 655 116 620Z" />
<glyph unicode="&#xb1;" glyph-name="plusminus" horiz-adv-x="580" d="M545 443V379H324V160H255V379H35V443H255V634H324V443H545ZM35 156H545V92H35V156Z" />
<glyph unicode="&#xb2;" glyph-name="twosuperior" horiz-adv-x="331" d="M294 397V352H42V390L161 492Q194 521 211 547T229 606Q229 637 213 652T169 668Q137 668 119 649T96 591H40Q44 642 78 676T174 710Q228 710 258 683T288 610Q288 568 263 535T186 464L102
397H294Z" />
<glyph unicode="&#xb3;" glyph-name="threesuperior" horiz-adv-x="327" d="M222 710T256 683T290 611Q290 580 273 559T221 530V527Q256 518 274 497T293 442Q293 402 260 375T167 348Q104 348 72 374T33 454H91Q95 418 114 404T164 389Q198 389 216 405T235
450Q235 481 214 497T158 514H105V541H158Q192 541 211 558T231 605Q231 633 213 650T164 667Q102 667 90 609H36Q42 653 74 681T169 710Q222 710 256 683Z" />
<glyph unicode="&#xb4;" glyph-name="acute" horiz-adv-x="270" d="M238 711L33 590V642L238 770V711Z" />
<glyph unicode="&#xb5;" glyph-name="uni00B5" horiz-adv-x="652" d="M570 546V0H499V130Q479 62 427 26T308 -10Q257 -10 216 12T152 85V-258H83V546H152V264Q152 160 200 106T329 52Q407 52 453 104T499 256V546H570Z" />
<glyph unicode="&#xb6;" glyph-name="paragraph" horiz-adv-x="561" d="M479 0H420V635H324V0H265V289H257Q140 289 81 344T21 489Q21 579 81 634T257 690H479V0Z" />
<glyph unicode="&#xb7;" glyph-name="middot" horiz-adv-x="162" d="M127 390V300H34V390H127Z" />
<glyph unicode="&#xb8;" glyph-name="cedilla" horiz-adv-x="273" d="M171 -71T205 -93T240 -163Q240 -208 208 -233T123 -258H33V-215H115Q188 -215 188 -162Q188 -139 171 -126T115 -112H66V7H113V-74Q171 -71 205 -93Z" />
<glyph unicode="&#xb9;" glyph-name="onesuperior" horiz-adv-x="187" d="M35 659V704H148V352H92V659H35Z" />
<glyph unicode="&#xba;" glyph-name="ordmasculine" horiz-adv-x="427" d="M266 709T307 686T370 622T393 527Q393 474 371 433T307 368T214 344Q162 344 122 367T58 432T35 527Q35 580 58 621T121 686T214 709Q266 709 307 686ZM161 663T127 627T92 527Q92 463
126 427T214 391Q267 391 301 427T336 527Q336 591 302 627T214 663Q161 663 127 627Z" />
<glyph unicode="&#xbb;" glyph-name="guillemotright" horiz-adv-x="435" d="M153 295L50 470H122L220 295L122 120H50L153 295ZM325 295L223 470H294L393 295L294 120H223L325 295Z" />
<glyph unicode="&#xbc;" glyph-name="onequarter" horiz-adv-x="604" d="M497 705L140 0H70L428 705H497ZM56 659V704H169V352H113V659H56ZM568 72H518V0H462V72H282V106L450 354H518V109H568V72ZM464 294L339 110H464V294Z" />
<glyph unicode="&#xbd;" glyph-name="onehalf" horiz-adv-x="677" d="M487 706L127 0H58L418 706H487ZM116 659H59V704H172V352H116V659ZM627 44V-1H375V37L494 139Q527 168 544 194T562 253Q562 284 546 299T502 315Q470 315 452 296T429 238H373Q377 289 411
323T507 357Q561 357 591 330T621 257Q621 215 596 182T519 111L435 44H627Z" />
<glyph unicode="&#xbe;" glyph-name="threequarters" horiz-adv-x="655" d="M248 710T282 683T316 611Q316 580 299 559T247 530V527Q282 518 300 497T319 442Q319 402 286 375T193 348Q130 348 98 374T59 454H117Q121 418 140 404T190 389Q224 389 242 405T261
450Q261 481 240 497T184 514H131V541H184Q218 541 237 558T257 605Q257 633 239 650T190 667Q128 667 116 609H62Q68 653 100 681T195 710Q248 710 282 683ZM568 706L215 0H146L499 706H568ZM621 72H571V0H515V72H335V106L498 354H571V109H621V72ZM518 299L392
109H518V299Z" />
<glyph unicode="&#xbf;" glyph-name="questiondown" horiz-adv-x="481" d="M159 -181T102 -128T44 19Q44 128 110 180T293 234V360H360V185H327Q231 185 172 150T113 19Q113 -47 152 -84T257 -122Q326 -122 368 -84T410 17H477Q478 -42 450 -87T371 -156T255 -181Q159
-181 102 -128ZM280 456V546H372V456H280Z" />
<glyph unicode="&#xc0;" glyph-name="Agrave" horiz-adv-x="644" d="M483 172H162L98 0H23L283 689H362L622 0H546L483 172ZM462 228L323 608L182 228H462ZM350 801V749L145 870V929L350 801Z" />
<glyph unicode="&#xc1;" glyph-name="Aacute" horiz-adv-x="644" d="M483 172H162L98 0H23L283 689H362L622 0H546L483 172ZM462 228L323 608L182 228H462ZM493 870L288 749V801L493 929V870Z" />
<glyph unicode="&#xc2;" glyph-name="Acircumflex" horiz-adv-x="644" d="M483 172H162L98 0H23L283 689H362L622 0H546L483 172ZM462 228L323 608L182 228H462ZM323 855L189 772V823L323 905L457 823V772L323 855Z" />
<glyph unicode="&#xc3;" glyph-name="Atilde" horiz-adv-x="644" d="M483 172H162L98 0H23L283 689H362L622 0H546L483 172ZM462 228L323 608L182 228H462ZM282 859T296 852T327 833Q342 822 354 816T380 810Q397 810 409 822T424 857H465Q460 813 437 789T378
764Q359 764 344 771T311 791Q294 803 284 808T261 813Q225 813 219 765H178Q185 811 206 835T263 859Q282 859 296 852Z" />
<glyph unicode="&#xc4;" glyph-name="Adieresis" horiz-adv-x="644" d="M483 172H162L98 0H23L283 689H362L622 0H546L483 172ZM462 228L323 608L182 228H462ZM200 847T212 859T244 872Q262 872 275 860T288 828Q288 810 275 797T244 784Q225 784 213 797T200
828Q200 847 212 859ZM357 847T369 859T400 872Q419 872 431 860T444 828Q444 810 432 797T400 784Q382 784 370 797T357 828Q357 847 369 859Z" />
<glyph unicode="&#xc5;" glyph-name="Aring" horiz-adv-x="644" d="M483 172H162L98 0H23L283 689H362L622 0H546L483 172ZM462 228L323 608L182 228H462ZM365 970T394 943T423 869Q423 824 394 797T322 769Q279 769 251 796T222 869Q222 915 250 942T322 970Q365
970 394 943ZM294 935T276 917T258 869Q258 839 276 821T322 803Q350 803 368 821T386 869Q386 899 368 917T322 935Q294 935 276 917Z" />
<glyph unicode="&#xc6;" glyph-name="AE" horiz-adv-x="874" d="M525 648V383H798V327H525V58H828V0H455V170H184L85 0H8L417 705H828V648H525ZM455 225V635L216 225H455Z" />
<glyph unicode="&#xc7;" glyph-name="Ccedilla" horiz-adv-x="765" d="M513 712T596 651T713 481H639Q611 557 546 602T385 647Q312 647 253 611T159 508T125 352Q125 263 159 197T252 94T385 58Q481 58 546 103T639 224H713Q679 116 596 55T386 -7Q289 -7 213
39T95 166T53 352Q53 457 95 539T213 666T386 712Q513 712 596 651ZM465 -71T499 -93T534 -163Q534 -208 502 -233T417 -258H327V-215H409Q482 -215 482 -162Q482 -139 465 -126T409 -112H360V7H407V-74Q465 -71 499 -93Z" />
<glyph unicode="&#xc8;" glyph-name="Egrave" horiz-adv-x="498" d="M147 648V382H422V327H147V58H452V0H76V705H452V648H147ZM293 801V749L88 870V929L293 801Z" />
<glyph unicode="&#xc9;" glyph-name="Eacute" horiz-adv-x="498" d="M147 648V382H422V327H147V58H452V0H76V705H452V648H147ZM435 870L230 749V801L435 929V870Z" />
<glyph unicode="&#xca;" glyph-name="Ecircumflex" horiz-adv-x="498" d="M147 648V382H422V327H147V58H452V0H76V705H452V648H147ZM265 855L131 772V823L265 905L399 823V772L265 855Z" />
<glyph unicode="&#xcb;" glyph-name="Edieresis" horiz-adv-x="498" d="M147 648V382H422V327H147V58H452V0H76V705H452V648H147ZM143 847T155 859T187 872Q205 872 218 860T231 828Q231 810 218 797T187 784Q168 784 156 797T143 828Q143 847 155 859ZM300 847T312
859T343 872Q362 872 374 860T387 828Q387 810 375 797T343 784Q325 784 313 797T300 828Q300 847 312 859Z" />
<glyph unicode="&#xcc;" glyph-name="Igrave" horiz-adv-x="223" d="M147 705V0H76V705H147ZM140 801V749L-65 870V929L140 801Z" />
<glyph unicode="&#xcd;" glyph-name="Iacute" horiz-adv-x="223" d="M147 705V0H76V705H147ZM283 870L78 749V801L283 929V870Z" />
<glyph unicode="&#xce;" glyph-name="Icircumflex" horiz-adv-x="223" d="M147 705V0H76V705H147ZM112 855L-22 772V823L112 905L246 823V772L112 855Z" />
<glyph unicode="&#xcf;" glyph-name="Idieresis" horiz-adv-x="223" d="M147 705V0H76V705H147ZM-10 847T2 859T34 872Q52 872 65 860T78 828Q78 810 65 797T34 784Q15 784 3 797T-10 828Q-10 847 2 859ZM147 847T159 859T190 872Q209 872 221 860T234 828Q234
810 222 797T190 784Q172 784 160 797T147 828Q147 847 159 859Z" />
<glyph unicode="&#xd0;" glyph-name="Eth" horiz-adv-x="742" d="M497 705T593 612T690 353Q690 244 647 165T521 43T319 0H106V324H8V382H106V705H319Q497 705 593 612ZM463 63T541 139T619 353Q619 490 541 566T314 643H177V382H384V324H177V63H314Q463 63 541 139Z" />
<glyph unicode="&#xd1;" glyph-name="Ntilde" horiz-adv-x="680" d="M604 0H533L147 589V0H76V704H147L533 114V704H604V0ZM300 859T314 852T345 833Q360 822 372 816T398 810Q415 810 427 822T442 857H483Q478 813 455 789T396 764Q377 764 362 771T329 791Q312
803 302 808T279 813Q243 813 237 765H196Q203 811 224 835T281 859Q300 859 314 852Z" />
<glyph unicode="&#xd2;" glyph-name="Ograve" horiz-adv-x="791" d="M494 713T572 667T694 539T739 353Q739 249 695 167T572 38T396 -8Q298 -8 220 38T98 166T53 353Q53 457 97 539T220 667T396 713Q494 713 572 667ZM319 648T258 612T161 509T125 353Q125 264
160 197T257 94T396 58Q473 58 534 94T631 197T667 353Q667 442 632 509T535 612T396 648Q319 648 258 612ZM424 801V749L219 870V929L424 801Z" />
<glyph unicode="&#xd3;" glyph-name="Oacute" horiz-adv-x="791" d="M494 713T572 667T694 539T739 353Q739 249 695 167T572 38T396 -8Q298 -8 220 38T98 166T53 353Q53 457 97 539T220 667T396 713Q494 713 572 667ZM319 648T258 612T161 509T125 353Q125 264
160 197T257 94T396 58Q473 58 534 94T631 197T667 353Q667 442 632 509T535 612T396 648Q319 648 258 612ZM567 870L362 749V801L567 929V870Z" />
<glyph unicode="&#xd4;" glyph-name="Ocircumflex" horiz-adv-x="791" d="M494 713T572 667T694 539T739 353Q739 249 695 167T572 38T396 -8Q298 -8 220 38T98 166T53 353Q53 457 97 539T220 667T396 713Q494 713 572 667ZM319 648T258 612T161 509T125 353Q125
264 160 197T257 94T396 58Q473 58 534 94T631 197T667 353Q667 442 632 509T535 612T396 648Q319 648 258 612ZM397 855L263 772V823L397 905L531 823V772L397 855Z" />
<glyph unicode="&#xd5;" glyph-name="Otilde" horiz-adv-x="791" d="M494 713T572 667T694 539T739 353Q739 249 695 167T572 38T396 -8Q298 -8 220 38T98 166T53 353Q53 457 97 539T220 667T396 713Q494 713 572 667ZM319 648T258 612T161 509T125 353Q125 264
160 197T257 94T396 58Q473 58 534 94T631 197T667 353Q667 442 632 509T535 612T396 648Q319 648 258 612ZM356 859T370 852T401 833Q416 822 428 816T454 810Q471 810 483 822T498 857H539Q534 813 511 789T452 764Q433 764 418 771T385 791Q368 803 358 808T335
813Q299 813 293 765H252Q259 811 280 835T337 859Q356 859 370 852Z" />
<glyph unicode="&#xd6;" glyph-name="Odieresis" horiz-adv-x="791" d="M494 713T572 667T694 539T739 353Q739 249 695 167T572 38T396 -8Q298 -8 220 38T98 166T53 353Q53 457 97 539T220 667T396 713Q494 713 572 667ZM319 648T258 612T161 509T125 353Q125
264 160 197T257 94T396 58Q473 58 534 94T631 197T667 353Q667 442 632 509T535 612T396 648Q319 648 258 612ZM274 847T286 859T318 872Q336 872 349 860T362 828Q362 810 349 797T318 784Q299 784 287 797T274 828Q274 847 286 859ZM431 847T443 859T474 872Q493
872 505 860T518 828Q518 810 506 797T474 784Q456 784 444 797T431 828Q431 847 443 859Z" />
<glyph unicode="&#xd7;" glyph-name="multiply" horiz-adv-x="497" d="M415 158L247 326L81 159L36 205L202 371L36 537L83 584L249 418L413 583L459 538L294 373L462 205L415 158Z" />
<glyph unicode="&#xd8;" glyph-name="Oslash" horiz-adv-x="791" d="M649 604Q692 556 715 492T739 353Q739 249 695 167T572 38T396 -8Q329 -8 271 14T168 76L98 0H50L143 102Q100 150 77 214T53 353Q53 457 97 539T220 667T396 713Q462 713 520 691T624 629L694
706H741L649 604ZM125 232T189 152L578 579Q543 613 496 630T396 648Q319 648 258 612T161 509T125 353Q125 232 189 152ZM667 475T602 554L213 127Q287 58 396 58Q473 58 534 94T631 197T667 353Q667 475 602 554Z" />
<glyph unicode="&#xd9;" glyph-name="Ugrave" horiz-adv-x="652" d="M142 705V278Q142 165 191 112T327 59Q413 59 461 112T510 278V705H580V278Q580 135 511 64T326 -7Q210 -7 141 64T72 278V705H142ZM354 801V749L149 870V929L354 801Z" />
<glyph unicode="&#xda;" glyph-name="Uacute" horiz-adv-x="652" d="M142 705V278Q142 165 191 112T327 59Q413 59 461 112T510 278V705H580V278Q580 135 511 64T326 -7Q210 -7 141 64T72 278V705H142ZM496 870L291 749V801L496 929V870Z" />
<glyph unicode="&#xdb;" glyph-name="Ucircumflex" horiz-adv-x="652" d="M142 705V278Q142 165 191 112T327 59Q413 59 461 112T510 278V705H580V278Q580 135 511 64T326 -7Q210 -7 141 64T72 278V705H142ZM326 855L192 772V823L326 905L460 823V772L326 855Z" />
<glyph unicode="&#xdc;" glyph-name="Udieresis" horiz-adv-x="652" d="M142 705V278Q142 165 191 112T327 59Q413 59 461 112T510 278V705H580V278Q580 135 511 64T326 -7Q210 -7 141 64T72 278V705H142ZM204 847T216 859T248 872Q266 872 279 860T292 828Q292
810 279 797T248 784Q229 784 217 797T204 828Q204 847 216 859ZM361 847T373 859T404 872Q423 872 435 860T448 828Q448 810 436 797T404 784Q386 784 374 797T361 828Q361 847 373 859Z" />
<glyph unicode="&#xdd;" glyph-name="Yacute" horiz-adv-x="571" d="M549 705L322 275V0H251V275L23 705H104L286 350L468 705H549ZM457 870L252 749V801L457 929V870Z" />
<glyph unicode="&#xde;" glyph-name="Thorn" horiz-adv-x="558" d="M147 151V0H76V705H146V557H287Q406 557 464 503T523 353Q523 256 463 204T287 151H147ZM372 208T412 245T452 353Q452 425 412 462T281 500H147V208H281Q372 208 412 245Z" />
<glyph unicode="&#xdf;" glyph-name="germandbls" horiz-adv-x="634" d="M540 318T571 271T602 158Q602 110 579 72T514 11T418 -11Q330 -11 280 38T228 176H288Q290 120 321 86T412 51Q471 51 502 84T533 163Q533 206 512 240T437 310L278 411V445L314 464Q350
482 366 507T383 569Q383 621 352 653T270 686Q212 686 179 653T146 560L147 0H76V548Q76 646 129 698T277 750Q356 750 405 706T455 590Q455 542 431 508T353 449L341 444L468 363Q540 318 571 271Z" />
<glyph unicode="&#xe0;" glyph-name="agrave" horiz-adv-x="673" d="M389 553T447 510T528 396V546H597V0H528V150Q506 79 448 36T306 -7Q232 -7 174 27T83 124T50 273Q50 359 82 422T173 519T306 553Q389 553 447 510ZM232 491T177 433T121 273Q121 172 176 114T324
55Q382 55 428 82T501 158T528 273Q528 338 502 387T429 464T324 491Q232 491 177 433ZM352 642V590L147 711V770L352 642Z" />
<glyph unicode="&#xe1;" glyph-name="aacute" horiz-adv-x="673" d="M389 553T447 510T528 396V546H597V0H528V150Q506 79 448 36T306 -7Q232 -7 174 27T83 124T50 273Q50 359 82 422T173 519T306 553Q389 553 447 510ZM232 491T177 433T121 273Q121 172 176 114T324
55Q382 55 428 82T501 158T528 273Q528 338 502 387T429 464T324 491Q232 491 177 433ZM495 711L290 590V642L495 770V711Z" />
<glyph unicode="&#xe2;" glyph-name="acircumflex" horiz-adv-x="673" d="M389 553T447 510T528 396V546H597V0H528V150Q506 79 448 36T306 -7Q232 -7 174 27T83 124T50 273Q50 359 82 422T173 519T306 553Q389 553 447 510ZM232 491T177 433T121 273Q121 172
176 114T324 55Q382 55 428 82T501 158T528 273Q528 338 502 387T429 464T324 491Q232 491 177 433ZM325 696L191 613V664L325 746L459 664V613L325 696Z" />
<glyph unicode="&#xe3;" glyph-name="atilde" horiz-adv-x="673" d="M389 553T447 510T528 396V546H597V0H528V150Q506 79 448 36T306 -7Q232 -7 174 27T83 124T50 273Q50 359 82 422T173 519T306 553Q389 553 447 510ZM232 491T177 433T121 273Q121 172 176 114T324
55Q382 55 428 82T501 158T528 273Q528 338 502 387T429 464T324 491Q232 491 177 433ZM284 700T298 693T329 674Q344 663 356 657T382 651Q399 651 411 663T426 698H467Q462 654 439 630T380 605Q361 605 346 612T313 632Q296 644 286 649T263 654Q227 654 221
606H180Q187 652 208 676T265 700Q284 700 298 693Z" />
<glyph unicode="&#xe4;" glyph-name="adieresis" horiz-adv-x="673" d="M389 553T447 510T528 396V546H597V0H528V150Q506 79 448 36T306 -7Q232 -7 174 27T83 124T50 273Q50 359 82 422T173 519T306 553Q389 553 447 510ZM232 491T177 433T121 273Q121 172 176
114T324 55Q382 55 428 82T501 158T528 273Q528 338 502 387T429 464T324 491Q232 491 177 433ZM202 688T214 700T246 713Q264 713 277 701T290 669Q290 651 277 638T246 625Q227 625 215 638T202 669Q202 688 214 700ZM359 688T371 700T402 713Q421 713 433 701T446
669Q446 651 434 638T402 625Q384 625 372 638T359 669Q359 688 371 700Z" />
<glyph unicode="&#xe5;" glyph-name="aring" horiz-adv-x="673" d="M389 553T447 510T528 396V546H597V0H528V150Q506 79 448 36T306 -7Q232 -7 174 27T83 124T50 273Q50 359 82 422T173 519T306 553Q389 553 447 510ZM232 491T177 433T121 273Q121 172 176 114T324
55Q382 55 428 82T501 158T528 273Q528 338 502 387T429 464T324 491Q232 491 177 433ZM367 811T396 784T425 710Q425 665 396 638T324 610Q281 610 253 637T224 710Q224 756 252 783T324 811Q367 811 396 784ZM296 776T278 758T260 710Q260 680 278 662T324 644Q352
644 370 662T388 710Q388 740 370 758T324 776Q296 776 278 758Z" />
<glyph unicode="&#xe6;" glyph-name="ae" horiz-adv-x="1115" d="M875 50T926 87T988 188H1062Q1047 101 983 47T819 -7Q738 -7 678 34T597 151V0H528V150Q506 79 448 36T306 -7Q232 -7 174 27T83 124T50 273Q50 359 82 422T173 519T306 553Q389 553 447 510T528
396V546H597V396Q617 471 677 512T819 553Q896 553 951 520T1036 430T1065 308Q1065 280 1061 257H599Q601 188 629 142T702 73T800 50Q875 50 926 87ZM748 496T703 475T630 407T599 293H995Q999 360 973 406T901 474T801 496Q748 496 703 475ZM382 55T428 82T501
158T528 273Q528 338 502 387T429 464T324 491Q232 491 177 433T121 273Q121 172 176 114T324 55Q382 55 428 82Z" />
<glyph unicode="&#xe7;" glyph-name="ccedilla" horiz-adv-x="623" d="M421 553T489 498T573 352H500Q489 417 439 454T316 492Q263 492 219 468T148 395T121 273Q121 201 147 152T218 78T316 54Q389 54 439 91T500 194H573Q558 103 490 48T317 -7Q239 -7 179
26T84 123T50 273Q50 359 84 422T178 519T317 553Q421 553 489 498ZM384 -71T418 -93T453 -163Q453 -208 421 -233T336 -258H246V-215H328Q401 -215 401 -162Q401 -139 384 -126T328 -112H279V7H326V-74Q384 -71 418 -93Z" />
<glyph unicode="&#xe8;" glyph-name="egrave" horiz-adv-x="625" d="M388 51T438 88T498 188H572Q557 101 489 47T317 -7Q239 -7 179 26T84 123T50 273Q50 359 84 422T178 519T317 553Q397 553 455 520T544 430T575 308Q575 280 571 257H119Q120 188 147 142T219
73T314 51Q388 51 438 88ZM264 496T220 474T149 407T119 293H505Q509 360 483 406T413 474T317 496Q264 496 220 474ZM341 642V590L136 711V770L341 642Z" />
<glyph unicode="&#xe9;" glyph-name="eacute" horiz-adv-x="625" d="M388 51T438 88T498 188H572Q557 101 489 47T317 -7Q239 -7 179 26T84 123T50 273Q50 359 84 422T178 519T317 553Q397 553 455 520T544 430T575 308Q575 280 571 257H119Q120 188 147 142T219
73T314 51Q388 51 438 88ZM264 496T220 474T149 407T119 293H505Q509 360 483 406T413 474T317 496Q264 496 220 474ZM484 711L279 590V642L484 770V711Z" />
<glyph unicode="&#xea;" glyph-name="ecircumflex" horiz-adv-x="625" d="M388 51T438 88T498 188H572Q557 101 489 47T317 -7Q239 -7 179 26T84 123T50 273Q50 359 84 422T178 519T317 553Q397 553 455 520T544 430T575 308Q575 280 571 257H119Q120 188 147
142T219 73T314 51Q388 51 438 88ZM264 496T220 474T149 407T119 293H505Q509 360 483 406T413 474T317 496Q264 496 220 474ZM314 696L180 613V664L314 746L448 664V613L314 696Z" />
<glyph unicode="&#xeb;" glyph-name="edieresis" horiz-adv-x="625" d="M388 51T438 88T498 188H572Q557 101 489 47T317 -7Q239 -7 179 26T84 123T50 273Q50 359 84 422T178 519T317 553Q397 553 455 520T544 430T575 308Q575 280 571 257H119Q120 188 147 142T219
73T314 51Q388 51 438 88ZM264 496T220 474T149 407T119 293H505Q509 360 483 406T413 474T317 496Q264 496 220 474ZM191 688T203 700T235 713Q253 713 266 701T279 669Q279 651 266 638T235 625Q216 625 204 638T191 669Q191 688 203 700ZM348 688T360 700T391
713Q410 713 422 701T435 669Q435 651 423 638T391 625Q373 625 361 638T348 669Q348 688 360 700Z" />
<glyph unicode="&#xec;" glyph-name="igrave" horiz-adv-x="236" d="M153 546V0H83V546H153ZM402 642V590L197 711V770L402 642Z" />
<glyph unicode="&#xed;" glyph-name="iacute" horiz-adv-x="236" d="M153 546V0H83V546H153ZM289 711L84 590V642L289 770V711Z" />
<glyph unicode="&#xee;" glyph-name="icircumflex" horiz-adv-x="236" d="M153 546V0H83V546H153ZM375 696L241 613V664L375 746L509 664V613L375 696Z" />
<glyph unicode="&#xef;" glyph-name="idieresis" horiz-adv-x="236" d="M153 546V0H83V546H153ZM252 688T264 700T296 713Q314 713 327 701T340 669Q340 651 327 638T296 625Q277 625 265 638T252 669Q252 688 264 700ZM409 688T421 700T452 713Q471 713 483 701T496
669Q496 651 484 638T452 625Q434 625 422 638T409 669Q409 688 421 700Z" />
<glyph unicode="&#xf0;" glyph-name="eth" horiz-adv-x="645" d="M595 514T595 310Q595 207 561 136T465 29T324 -7Q243 -7 181 29T85 132T50 286Q50 367 83 428T178 522T318 556Q389 556 444 518T523 403Q509 478 480 538T397 655L255 606V638L373 679Q350 702
303 740H368Q404 710 420 695L550 740V708L444 671Q595 514 595 310ZM380 55T425 80T497 155T523 273Q523 343 496 393T424 469T323 495Q266 495 220 471T148 399T122 285Q122 213 148 161T220 82T324 55Q380 55 425 80Z" />
<glyph unicode="&#xf1;" glyph-name="ntilde" horiz-adv-x="635" d="M444 556T503 496T563 318V0H494V313Q494 402 449 449T326 497Q244 497 196 445T147 290V0H76V546H147V412Q168 482 223 519T349 556Q444 556 503 496ZM280 700T294 693T325 674Q340 663 352
657T378 651Q395 651 407 663T422 698H463Q458 654 435 630T376 605Q357 605 342 612T309 632Q292 644 282 649T259 654Q223 654 217 606H176Q183 652 204 676T261 700Q280 700 294 693Z" />
<glyph unicode="&#xf2;" glyph-name="ograve" horiz-adv-x="644" d="M401 553T462 520T559 423T594 273Q594 187 559 124T463 27T323 -7Q245 -7 183 27T86 124T50 273Q50 359 85 422T183 519T323 553Q401 553 462 520ZM269 492T223 468T149 395T121 273Q121 201
149 152T223 79T323 55Q376 55 421 79T495 152T523 273Q523 345 495 394T422 468T323 492Q269 492 223 468ZM350 642V590L145 711V770L350 642Z" />
<glyph unicode="&#xf3;" glyph-name="oacute" horiz-adv-x="644" d="M401 553T462 520T559 423T594 273Q594 187 559 124T463 27T323 -7Q245 -7 183 27T86 124T50 273Q50 359 85 422T183 519T323 553Q401 553 462 520ZM269 492T223 468T149 395T121 273Q121 201
149 152T223 79T323 55Q376 55 421 79T495 152T523 273Q523 345 495 394T422 468T323 492Q269 492 223 468ZM493 711L288 590V642L493 770V711Z" />
<glyph unicode="&#xf4;" glyph-name="ocircumflex" horiz-adv-x="644" d="M401 553T462 520T559 423T594 273Q594 187 559 124T463 27T323 -7Q245 -7 183 27T86 124T50 273Q50 359 85 422T183 519T323 553Q401 553 462 520ZM269 492T223 468T149 395T121 273Q121
201 149 152T223 79T323 55Q376 55 421 79T495 152T523 273Q523 345 495 394T422 468T323 492Q269 492 223 468ZM323 696L189 613V664L323 746L457 664V613L323 696Z" />
<glyph unicode="&#xf5;" glyph-name="otilde" horiz-adv-x="644" d="M401 553T462 520T559 423T594 273Q594 187 559 124T463 27T323 -7Q245 -7 183 27T86 124T50 273Q50 359 85 422T183 519T323 553Q401 553 462 520ZM269 492T223 468T149 395T121 273Q121 201
149 152T223 79T323 55Q376 55 421 79T495 152T523 273Q523 345 495 394T422 468T323 492Q269 492 223 468ZM282 700T296 693T327 674Q342 663 354 657T380 651Q397 651 409 663T424 698H465Q460 654 437 630T378 605Q359 605 344 612T311 632Q294 644 284 649T261
654Q225 654 219 606H178Q185 652 206 676T263 700Q282 700 296 693Z" />
<glyph unicode="&#xf6;" glyph-name="odieresis" horiz-adv-x="644" d="M401 553T462 520T559 423T594 273Q594 187 559 124T463 27T323 -7Q245 -7 183 27T86 124T50 273Q50 359 85 422T183 519T323 553Q401 553 462 520ZM269 492T223 468T149 395T121 273Q121
201 149 152T223 79T323 55Q376 55 421 79T495 152T523 273Q523 345 495 394T422 468T323 492Q269 492 223 468ZM201 688T213 700T245 713Q263 713 276 701T289 669Q289 651 276 638T245 625Q226 625 214 638T201 669Q201 688 213 700ZM358 688T370 700T401 713Q420
713 432 701T445 669Q445 651 433 638T401 625Q383 625 371 638T358 669Q358 688 370 700Z" />
<glyph unicode="&#xf7;" glyph-name="divide" horiz-adv-x="580" d="M336 634V544H244V634H336ZM545 402V338H35V402H545ZM336 199V109H244V199H336Z" />
<glyph unicode="&#xf8;" glyph-name="oslash" horiz-adv-x="641" d="M592 394T592 273Q592 187 557 124T461 27T321 -7Q216 -7 142 53L94 0H52L120 74Q86 111 67 161T48 273Q48 359 83 422T181 519T321 553Q428 553 500 492L549 546H591L523 471Q592 394 592 273ZM119
183T165 125L455 443Q428 467 394 479T321 492Q267 492 221 468T147 395T119 273Q119 183 165 125ZM374 55T419 79T493 152T521 273Q521 364 476 420L187 102Q241 55 321 55Q374 55 419 79Z" />
<glyph unicode="&#xf9;" glyph-name="ugrave" horiz-adv-x="624" d="M547 546V0H477V135Q456 64 401 27T275 -10Q179 -10 120 50T60 228V546H130V234Q130 144 175 97T298 49Q380 49 428 101T477 256V546H547ZM332 642V590L127 711V770L332 642Z" />
<glyph unicode="&#xfa;" glyph-name="uacute" horiz-adv-x="624" d="M547 546V0H477V135Q456 64 401 27T275 -10Q179 -10 120 50T60 228V546H130V234Q130 144 175 97T298 49Q380 49 428 101T477 256V546H547ZM474 711L269 590V642L474 770V711Z" />
<glyph unicode="&#xfb;" glyph-name="ucircumflex" horiz-adv-x="624" d="M547 546V0H477V135Q456 64 401 27T275 -10Q179 -10 120 50T60 228V546H130V234Q130 144 175 97T298 49Q380 49 428 101T477 256V546H547ZM304 696L170 613V664L304 746L438 664V613L304 696Z" />
<glyph unicode="&#xfc;" glyph-name="udieresis" horiz-adv-x="624" d="M547 546V0H477V135Q456 64 401 27T275 -10Q179 -10 120 50T60 228V546H130V234Q130 144 175 97T298 49Q380 49 428 101T477 256V546H547ZM182 688T194 700T226 713Q244 713 257 701T270
669Q270 651 257 638T226 625Q207 625 195 638T182 669Q182 688 194 700ZM339 688T351 700T382 713Q401 713 413 701T426 669Q426 651 414 638T382 625Q364 625 352 638T339 669Q339 688 351 700Z" />
<glyph unicode="&#xfd;" glyph-name="yacute" horiz-adv-x="547" d="M91 546L281 91L456 546H534L213 -258H133L243 6L13 546H91ZM444 711L239 590V642L444 770V711Z" />
<glyph unicode="&#xfe;" glyph-name="thorn" horiz-adv-x="673" d="M439 552T498 518T590 420T623 272Q623 188 590 125T498 28T364 -7Q283 -7 227 34T146 146V-258H76V740H146V403Q169 472 226 512T364 552Q439 552 498 518ZM292 491T246 465T173 389T146 273Q146
207 172 158T245 82T350 55Q441 55 496 112T552 272Q552 374 497 432T350 491Q292 491 246 465Z" />
<glyph unicode="&#xff;" glyph-name="ydieresis" horiz-adv-x="547" d="M91 546L281 91L456 546H534L213 -258H133L243 6L13 546H91ZM152 688T164 700T196 713Q214 713 227 701T240 669Q240 651 227 638T196 625Q177 625 165 638T152 669Q152 688 164 700ZM309
688T321 700T352 713Q371 713 383 701T396 669Q396 651 384 638T352 625Q334 625 322 638T309 669Q309 688 321 700Z" />
<glyph unicode="&#x2013;" glyph-name="endash" horiz-adv-x="607" d="M563 400V341H44V400H563Z" />
<glyph unicode="&#x2014;" glyph-name="emdash" horiz-adv-x="807" d="M763 400V341H44V400H763Z" />
<glyph unicode="&#x2018;" glyph-name="quoteleft" horiz-adv-x="162" d="M35 635T35 672Q35 774 127 774V740Q101 740 90 727T79 687V663H126V586H45Q35 635 35 672Z" />
<glyph unicode="&#x2019;" glyph-name="quoteright" horiz-adv-x="162" d="M127 725T127 689Q127 586 36 586V621Q61 621 72 634T83 673V698H37V774H118Q127 725 127 689Z" />
<glyph unicode="&#x201a;" glyph-name="quotesinglbase" horiz-adv-x="173" d="M125 22T125 -12Q125 -60 102 -88T33 -117V-84Q57 -84 68 -71T79 -29V-21H34V56H115Q125 22 125 -12Z" />
<glyph unicode="&#x201c;" glyph-name="quotedblleft" horiz-adv-x="283" d="M35 635T35 672Q35 774 127 774V740Q101 740 90 727T79 687V663H126V586H45Q35 635 35 672ZM156 630T156 672Q156 774 247 774V740Q221 740 211 727T200 687V663H246V586H165Q156 630 156 672Z" />
<glyph unicode="&#x201d;" glyph-name="quotedblright" horiz-adv-x="283" d="M127 725T127 689Q127 586 36 586V621Q61 621 72 634T83 673V698H37V774H118Q127 725 127 689ZM248 727T248 689Q248 586 156 586V621Q182 621 193 634T204 673V698H157V774H238Q248
727 248 689Z" />
<glyph unicode="&#x201e;" glyph-name="quotedblbase" horiz-adv-x="283" d="M127 27T127 -9Q127 -112 36 -112V-77Q61 -77 72 -64T83 -25V0H37V76H118Q127 27 127 -9ZM248 29T248 -9Q248 -112 156 -112V-77Q182 -77 193 -64T204 -25V0H157V76H238Q248 29 248 -9Z" />
<glyph unicode="&#x2022;" glyph-name="bullet" horiz-adv-x="326" d="M48 382T81 416T163 450Q212 450 245 416T279 333Q279 285 246 252T163 219Q115 219 82 252T48 333Q48 382 81 416Z" />
<glyph unicode="&#x2039;" glyph-name="guilsinglleft" horiz-adv-x="265" d="M145 120L45 295L145 470H215L114 295L215 120H145Z" />
<glyph unicode="&#x203a;" glyph-name="guilsinglright" horiz-adv-x="265" d="M153 295L50 470H122L220 295L122 120H50L153 295Z" />
</font>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,342 @@
<?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">
<defs >
<font id="Poppins" horiz-adv-x="855" ><font-face
font-family="Poppins Light"
units-per-em="1000"
panose-1="0 0 4 0 0 0 0 0 0 0"
ascent="1050"
descent="-350"
alphabetic="0" />
<glyph unicode=" " glyph-name="space" horiz-adv-x="260" />
<glyph unicode="!" glyph-name="exclam" horiz-adv-x="277" d="M242 717L139 196H83L164 717H242ZM141 90L124 0H32L48 90H141Z" />
<glyph unicode="&quot;" glyph-name="quotedbl" horiz-adv-x="270" d="M126 796L83 603H34L59 796H126ZM246 796L203 603H154L179 796H246Z" />
<glyph unicode="#" glyph-name="numbersign" horiz-adv-x="791" d="M612 454L544 281H688L676 217H519L435 0H368L452 217H229L145 0H79L163 217H5L17 281H188L256 454H102L113 518H281L367 740H433L347 518H570L656 740H723L637 518H784L773 454H612ZM545 454H322L254
281H477L545 454Z" />
<glyph unicode="$" glyph-name="dollar" horiz-adv-x="568" d="M458 582T431 615T350 656L302 387Q366 366 401 350T463 303T489 219Q489 207 485 179Q477 131 447 89T363 20T238 -7H233L219 -87H192L206 -6Q121 2 73 50T24 168L25 184H99Q96 139 125 99T216 51L265
331Q202 351 167 366T106 413T80 494Q80 505 84 533Q98 613 165 663T331 713H333L348 800H375L359 712Q447 705 491 657T534 542H459Q458 582 431 615ZM323 658H320Q256 658 213 626T159 536Q157 527 157 511Q157 465 188 440T277 395L323 658ZM413 187T413 203Q413
251 382 276T291 322L243 49H246Q314 49 357 85T411 178Q413 187 413 203Z" />
<glyph unicode="%" glyph-name="percent" horiz-adv-x="621" d="M293 714T325 683T358 601Q358 587 355 572Q343 508 297 469T189 430Q136 430 104 460T71 543Q71 557 74 572Q85 636 131 675T239 714Q293 714 325 683ZM613 706L78 0H8L543 706H613ZM123 516T143
496T197 476Q237 476 266 502T304 572Q306 586 306 592Q306 626 286 647T231 668Q186 668 155 634T123 550Q123 516 143 496ZM486 276T518 246T550 164Q550 149 547 134Q536 70 490 31T383 -9Q329 -9 297 22T264 105Q264 119 267 134Q278 198 324 237T432 276Q486
276 518 246ZM316 78T336 58T390 37Q430 37 459 64T496 134Q498 148 498 155Q498 189 478 209T424 230Q379 230 348 196T316 112Q316 78 336 58Z" />
<glyph unicode="&amp;" glyph-name="ampersand" horiz-adv-x="679" d="M536 0L394 195Q394 175 382 143Q363 77 308 35T181 -7Q102 -7 54 37T5 158Q5 180 9 200Q20 262 52 307T129 375T223 398Q243 398 261 393L245 417Q225 445 215 469T204 525Q204 541 207 559Q214
599 240 634T308 690T406 712Q486 712 523 673T560 575Q560 563 559 557Q559 531 553 507H487Q492 532 492 536Q494 545 494 562Q494 605 469 629T397 653Q346 653 313 624T273 553Q270 538 270 526Q270 502 278 483T305 438L610 0H536ZM356 207T356 216Q356 252
338 281T291 326T227 342Q170 342 127 306T72 202Q69 186 69 171Q69 116 103 85T192 54Q252 54 298 92T354 191Q356 207 356 216Z" />
<glyph unicode="&apos;" glyph-name="quotesingle" horiz-adv-x="156" d="M132 796L86 603H37L59 796H132Z" />
<glyph unicode="(" glyph-name="parenleft" horiz-adv-x="375" d="M83 596T181 746T414 989H482L481 981Q330 874 239 728T117 403Q102 322 102 248Q102 -11 277 -176L276 -183H207Q127 -110 81 -1T35 248Q35 326 49 403Q83 596 181 746Z" />
<glyph unicode=")" glyph-name="parenright" horiz-adv-x="376" d="M293 210T195 60T-38 -183H-107L-105 -176Q46 -69 137 78T259 403Q273 477 273 558Q273 818 98 981L100 989H169Q249 916 295 807T341 558Q341 480 327 403Q293 210 195 60Z" />
<glyph unicode="*" glyph-name="asterisk" horiz-adv-x="462" d="M399 667L423 603L265 546L404 490L357 426L249 518L240 360H167L211 518L67 423L41 489L198 546L61 604L111 669L221 576L232 732H305L259 576L399 667Z" />
<glyph unicode="+" glyph-name="plus" horiz-adv-x="580" d="M539 338H318L279 115H210L249 338H29L41 402H261L300 625H369L330 402H551L539 338Z" />
<glyph unicode="," glyph-name="comma" horiz-adv-x="159" d="M109 47T109 31Q109 -35 80 -76T-5 -117L1 -84Q26 -84 39 -71T57 -29L59 -21H14L27 56H108Q109 47 109 31Z" />
<glyph unicode="-" glyph-name="hyphen" horiz-adv-x="477" d="M458 400L447 341H57L68 400H458Z" />
<glyph unicode="." glyph-name="period" horiz-adv-x="154" d="M131 90L115 0H23L38 90H131Z" />
<glyph unicode="/" glyph-name="slash" horiz-adv-x="369" d="M455 940L-16 -167H-84L385 940H455Z" />
<glyph unicode="0" glyph-name="zero" horiz-adv-x="584" d="M47 277T47 214Q47 109 92 53T241 -4Q376 -4 446 90T547 356Q561 434 561 497Q561 601 516 657T367 714Q231 714 161 620T61 356Q47 277 47 214ZM461 263T437 200T368 99T252 62Q178 62 147 103T116
220Q116 280 130 356Q146 448 170 511T239 611T355 648Q429 648 460 608T491 491Q491 432 477 356Q461 263 437 200Z" />
<glyph unicode="1" glyph-name="one" horiz-adv-x="269" d="M65 640L76 705H255L131 0H58L171 640H65Z" />
<glyph unicode="2" glyph-name="two" horiz-adv-x="559" d="M192 170T318 283T462 494Q466 514 466 537Q466 591 435 623T337 655Q260 655 212 608T148 475H79Q100 593 173 654T349 715Q436 715 487 673T539 549Q539 529 534 497Q520 418 450 336T285 183T95 61H474L464
3H-16L-7 53Q192 170 318 283Z" />
<glyph unicode="3" glyph-name="three" horiz-adv-x="555" d="M448 720T496 678T544 566Q544 549 541 529Q530 467 482 424T353 373L352 367Q418 350 456 311T495 207Q495 185 491 165Q478 88 417 41T254 -7Q140 -7 80 49T23 210H92Q90 138 131 96T260 54Q329
54 371 87T423 173Q426 190 426 205Q426 270 376 304T233 338H211L221 397H243Q447 397 471 524Q474 539 474 552Q474 602 441 631T347 661Q281 661 227 624T157 513H88Q107 610 179 665T359 720Q448 720 496 678Z" />
<glyph unicode="4" glyph-name="four" horiz-adv-x="584" d="M-5 170L6 228L463 708H537L454 232H563L552 170H442L413 0H342L371 170H-5ZM455 621L81 232H387L455 621Z" />
<glyph unicode="5" glyph-name="five" horiz-adv-x="594" d="M568 649H194L148 388Q181 424 235 446T347 468Q443 468 489 417T536 284Q536 255 530 225Q512 125 443 60T261 -5Q158 -5 100 46T41 185L42 203H111Q111 133 153 95T269 57Q350 57 399 103T462 226Q466
247 466 273Q466 338 429 374T322 411Q270 411 219 387T138 321H71L140 711H579L568 649Z" />
<glyph unicode="6" glyph-name="six" horiz-adv-x="598" d="M493 662T364 662Q268 662 208 582T124 325Q149 391 213 429T355 468Q446 468 495 421T545 288Q545 258 539 225Q528 161 495 109T404 25T269 -7Q150 -7 100 53T50 220Q50 276 63 349Q95 532 168 626T375
720Q476 720 521 665T565 519H498Q493 662 364 662ZM114 226T114 203Q114 138 153 96T273 54Q350 54 404 99T473 226Q478 254 478 275Q478 342 440 377T332 412Q286 412 240 394T161 338T118 245Q114 226 114 203Z" />
<glyph unicode="7" glyph-name="seven" horiz-adv-x="472" d="M510 653L124 0H50L438 646H49L60 707H519L510 653Z" />
<glyph unicode="8" glyph-name="eight" horiz-adv-x="613" d="M114 597T149 636T242 699T375 722Q475 722 529 678T583 562Q583 545 580 527Q570 471 529 431T415 372Q477 356 510 316T544 216Q544 194 540 175Q524 83 445 31T244 -22Q140 -22 81 25T21 156Q21
179 25 199Q37 265 86 309T212 372Q156 387 129 422T101 508Q101 521 105 547Q114 597 149 636ZM170 519T170 505Q170 451 209 422T317 392Q395 392 446 425T509 520Q512 537 512 550Q512 605 473 634T365 664Q288 664 236 631T173 535Q170 519 170 505ZM91 182T91
167Q91 105 134 71T254 37Q341 37 399 76T470 185Q473 202 473 217Q473 280 428 311T308 342Q226 342 167 307T94 200Q91 182 91 167Z" />
<glyph unicode="9" glyph-name="nine" horiz-adv-x="602" d="M114 125T145 88T244 50Q342 50 404 130T491 387Q465 322 401 283T260 244Q168 244 119 291T69 426Q69 454 75 487Q86 551 120 603T212 687T348 719Q466 719 516 660T566 497Q566 445 552 363Q520 182
447 87T236 -8Q138 -8 92 48T50 194H116Q114 125 145 88ZM501 496T501 509Q501 574 462 616T342 658Q265 658 211 612T142 484Q137 456 137 436Q137 370 175 335T283 300Q329 300 374 318T453 375T497 468Q501 496 501 509Z" />
<glyph unicode=":" glyph-name="colon" horiz-adv-x="168" d="M178 528L162 438H70L85 528H178ZM100 90L85 0H-8L8 90H100Z" />
<glyph unicode=";" glyph-name="semicolon" horiz-adv-x="213" d="M211 527L195 437H103L118 527H211ZM112 47T112 31Q112 -35 83 -76T-2 -117L4 -84Q29 -84 42 -71T60 -29L62 -21H17L30 56H111Q112 47 112 31Z" />
<glyph unicode="&lt;" glyph-name="less" horiz-adv-x="410" d="M246 139L35 370L328 603H416L123 370L334 139H246Z" />
<glyph unicode="=" glyph-name="equal" horiz-adv-x="580" d="M568 504L557 440H47L58 504H568ZM532 301L521 237H12L23 301H532Z" />
<glyph unicode="&gt;" glyph-name="greater" horiz-adv-x="410" d="M76 603H164L375 370L82 139H-6L287 370L76 603Z" />
<glyph unicode="?" glyph-name="question" horiz-adv-x="496" d="M395 727T444 683T494 559Q494 535 490 514Q472 410 395 362T203 312L180 186H113L144 361H177Q271 361 338 393T420 513Q424 539 424 550Q424 606 390 637T296 668Q227 668 184 631T124 529H56Q77
621 142 674T309 727Q395 727 444 683ZM177 90L161 0H69L85 90H177Z" />
<glyph unicode="@" glyph-name="at" horiz-adv-x="1106" d="M819 780T907 738T1040 617T1085 433Q1085 386 1076 333Q1059 236 1014 158T907 34T784 -11Q686 -11 686 69Q686 92 697 128Q597 -11 452 -11Q370 -11 323 39T275 176Q275 206 283 246Q301 335 352 406T476
517T627 557Q722 557 772 508T822 379Q822 331 804 278L755 134Q747 111 747 92Q747 70 760 61T799 51Q841 51 882 84T956 182T1004 331Q1012 374 1012 423Q1012 562 927 641T671 721Q524 721 406 657T212 481T112 232Q103 177 103 128Q103 -29 199 -109T474 -192L452
-251Q251 -248 141 -155T31 116Q31 168 42 232Q69 384 159 509T386 707T689 780Q819 780 907 738ZM541 51T595 82T689 172T744 307Q750 337 750 363Q750 424 715 459T605 494Q545 494 492 463T402 375T351 247Q346 225 346 196Q346 130 382 91T483 51Q541 51 595
82Z" />
<glyph unicode="A" glyph-name="A" horiz-adv-x="644" d="M452 172H132L38 0H-38L344 689H423L561 0H485L452 172ZM442 228L370 608L162 228H442Z" />
<glyph unicode="B" glyph-name="B" horiz-adv-x="591" d="M551 461T507 420T402 365Q457 354 489 316T522 223Q522 207 519 190Q504 105 437 53T259 0H14L138 705H380Q473 705 519 668T566 566Q566 550 563 530Q551 461 507 420ZM492 534T492 547Q492 594 459
620T357 646H199L153 390H316Q389 390 433 424T489 519Q492 534 492 547ZM451 213T451 226Q451 278 413 307T305 337H144L95 60H257Q336 60 386 96T448 198Q451 213 451 226Z" />
<glyph unicode="C" glyph-name="C" horiz-adv-x="765" d="M576 712T648 651T735 481H661Q647 557 590 602T437 647Q364 647 298 611T187 508T125 352Q119 316 119 284Q119 179 177 119T333 58Q429 58 502 103T616 224H690Q637 116 544 55T323 -7Q238 -7 176 28T80
126T46 274Q46 314 53 352Q71 457 127 539T268 666T449 712Q576 712 648 651Z" />
<glyph unicode="D" glyph-name="D" horiz-adv-x="712" d="M641 244T584 165T436 43T227 0H14L138 705H351Q505 705 586 634T667 435Q667 394 660 353Q641 244 584 165ZM382 63T473 139T589 353Q595 389 595 422Q595 528 530 585T335 643H198L96 63H233Q382 63 473 139Z" />
<glyph unicode="E" glyph-name="E" horiz-adv-x="498" d="M199 648L152 382H428L417 327H142L95 58H400L390 0H14L138 705H514L504 648H199Z" />
<glyph unicode="F" glyph-name="F" horiz-adv-x="496" d="M521 705L511 648H199L152 379H422L412 324H142L85 0H14L138 705H521Z" />
<glyph unicode="G" glyph-name="G" horiz-adv-x="782" d="M576 711T648 651T735 488H662Q647 559 591 603T446 647Q370 647 303 611T188 508T125 352Q119 316 119 283Q119 176 181 116T348 55Q419 55 484 86T596 178T663 319H370L379 372H733L722 310Q700 218
645 146T509 34T332 -7Q245 -7 180 28T81 127T46 276Q46 317 53 355Q71 458 128 539T271 665T457 711Q576 711 648 651Z" />
<glyph unicode="H" glyph-name="H" horiz-adv-x="676" d="M661 705L537 0H467L526 334H144L85 0H14L138 705H209L154 392H536L591 705H661Z" />
<glyph unicode="I" glyph-name="I" horiz-adv-x="223" d="M209 705L85 0H14L138 705H209Z" />
<glyph unicode="J" glyph-name="J" horiz-adv-x="467" d="M459 705L364 170Q349 90 294 42T155 -7Q77 -7 35 33T-7 147Q-7 168 -2 198H68Q64 179 64 157Q64 111 88 84T163 57Q222 57 253 89T294 170L388 705H459Z" />
<glyph unicode="K" glyph-name="K" horiz-adv-x="559" d="M210 354L480 0H393L143 331L85 0H14L138 705H209L151 375L517 705H604L210 354Z" />
<glyph unicode="L" glyph-name="L" horiz-adv-x="423" d="M94 56H350L341 0H14L138 705H209L94 56Z" />
<glyph unicode="M" glyph-name="M" horiz-adv-x="836" d="M820 690L699 0H629L730 578L389 0H327L188 576L86 0H16L137 690H220L374 87L737 690H820Z" />
<glyph unicode="N" glyph-name="N" horiz-adv-x="680" d="M542 0H471L189 589L85 0H14L138 704H209L492 114L595 704H666L542 0Z" />
<glyph unicode="O" glyph-name="O" horiz-adv-x="787" d="M539 713T604 677T705 575T741 422Q741 381 734 343Q716 241 660 161T520 37T338 -8Q248 -8 182 28T81 130T46 283Q46 324 53 363Q71 465 127 544T267 668T450 713Q539 713 604 677ZM367 648T300 613T186
511T123 355Q117 319 117 288Q117 181 179 120T344 58Q421 58 488 93T602 195T665 350Q671 386 671 417Q671 524 609 586T443 648Q367 648 300 613Z" />
<glyph unicode="P" glyph-name="P" horiz-adv-x="558" d="M137 294L85 0H14L138 705H349Q453 705 503 664T554 547Q554 527 549 499Q532 401 462 348T277 294H137ZM453 354T478 499Q482 525 482 537Q482 646 333 646H199L147 354H282Q453 354 478 499Z" />
<glyph unicode="Q" glyph-name="Q" horiz-adv-x="787" d="M716 237T656 155T508 30L667 -141H575L444 6Q393 -8 339 -8Q249 -8 183 28T82 130T47 283Q47 324 54 363Q72 465 128 544T268 668T451 713Q540 713 605 677T706 575T742 422Q742 381 735 343Q716 237
656 155ZM422 58T489 93T603 195T666 350Q672 386 672 417Q672 524 610 586T444 648Q368 648 301 613T187 511T124 355Q118 319 118 288Q118 181 180 120T345 58Q422 58 489 93Z" />
<glyph unicode="R" glyph-name="R" horiz-adv-x="569" d="M457 705T507 662T558 544Q558 519 554 498Q538 410 479 358T324 296L472 0H392L250 294H136L85 0H14L138 705H354Q457 705 507 662ZM486 522T486 532Q486 644 339 644H199L146 347H286Q457 347 482 494Q486
522 486 532Z" />
<glyph unicode="S" glyph-name="S" horiz-adv-x="557" d="M468 120T440 81T362 18T245 -7Q174 -7 124 19T49 89T25 184H99Q97 153 111 122T160 71T248 50Q311 50 351 84T401 170Q404 187 404 201Q404 242 384 268T333 308T251 342Q194 363 161 380T104 430T80
513Q80 537 84 558Q96 627 157 670T311 713Q380 713 427 689T498 626T524 542H449Q447 587 413 622T308 657Q241 657 199 622T156 522Q156 484 175 460T224 421T303 388Q360 368 395 350T454 299T479 211Q479 187 475 164Q468 120 440 81Z" />
<glyph unicode="T" glyph-name="T" horiz-adv-x="507" d="M551 705L541 648H340L226 0H156L270 648H70L80 705H551Z" />
<glyph unicode="U" glyph-name="U" horiz-adv-x="652" d="M205 705L130 278Q123 243 123 209Q123 132 163 96T276 59Q361 59 419 112T498 278L573 705H643L568 278Q542 135 461 64T263 -7Q164 -7 108 44T52 199Q52 237 59 278L135 705H205Z" />
<glyph unicode="V" glyph-name="V" horiz-adv-x="655" d="M162 705L279 82L618 705H695L309 0H222L85 705H162Z" />
<glyph unicode="W" glyph-name="W" horiz-adv-x="953" d="M981 705L675 0H591L521 604L238 0H154L96 705H174L212 87L499 705H578L648 86L904 705H981Z" />
<glyph unicode="X" glyph-name="X" horiz-adv-x="566" d="M325 353L482 0H399L267 297L44 0H-37L239 359L85 705H168L298 414L520 705H601L325 353Z" />
<glyph unicode="Y" glyph-name="Y" horiz-adv-x="571" d="M611 705L308 275L260 0H189L237 275L85 705H166L285 349L530 705H611Z" />
<glyph unicode="Z" glyph-name="Z" horiz-adv-x="523" d="M65 59H432L422 0H-23L-14 56L450 646H101L111 705H539L529 648L65 59Z" />
<glyph unicode="[" glyph-name="bracketleft" horiz-adv-x="298" d="M351 940L341 882H242L67 -108H166L156 -166H-10L185 940H351Z" />
<glyph unicode="\" glyph-name="backslash" horiz-adv-x="575" d="M301 -167L170 940H240L369 -167H301Z" />
<glyph unicode="]" glyph-name="bracketright" horiz-adv-x="297" d="M-54 -166L-44 -108H56L230 882H131L141 940H307L112 -166H-54Z" />
<glyph unicode="^" glyph-name="asciicircum" horiz-adv-x="604" d="M61 171H-10L316 690H380L522 171H452L334 605L61 171Z" />
<glyph unicode="_" glyph-name="underscore" horiz-adv-x="583" d="M542 -33L530 -101H21L34 -33H542Z" />
<glyph unicode="`" glyph-name="grave" horiz-adv-x="281" d="M291 642L281 590L98 711L109 770L291 642Z" />
<glyph unicode="a" glyph-name="a" horiz-adv-x="674" d="M438 553T489 510T550 396L577 546H646L549 0H480L507 150Q473 79 407 36T257 -7Q159 -7 102 50T45 209Q45 242 51 278Q66 362 109 424T215 520T353 553Q438 553 489 510ZM271 491T206 433T122 273Q117
241 117 220Q117 142 162 99T286 55Q344 55 395 82T482 158T528 273Q533 301 533 323Q533 401 487 446T364 491Q271 491 206 433Z" />
<glyph unicode="b" glyph-name="b" horiz-adv-x="674" d="M15 0L146 740H216L155 396Q189 467 255 510T405 553Q503 553 560 496T617 338Q617 308 611 273Q596 188 552 125T444 27T306 -7Q222 -7 172 36T112 150L85 0H15ZM390 55T456 113T539 273Q544 305 544
326Q544 404 500 447T375 491Q317 491 266 464T179 388T133 273Q128 245 128 224Q128 146 174 101T298 55Q390 55 456 113Z" />
<glyph unicode="c" glyph-name="c" horiz-adv-x="625" d="M470 553T529 498T588 352H514Q514 417 471 454T355 492Q302 492 254 468T171 395T122 273Q117 248 117 218Q117 137 162 96T278 54Q351 54 407 91T486 194H560Q528 103 450 48T268 -7Q166 -7 106 51T45
212Q45 244 51 278Q66 363 110 425T221 520T365 553Q470 553 529 498Z" />
<glyph unicode="d" glyph-name="d" horiz-adv-x="672" d="M667 740L536 0H467L493 150Q460 79 394 36T244 -7Q147 -7 90 51T32 210Q32 242 38 278Q53 362 96 424T202 520T340 553Q425 553 476 510T537 396L598 740H667ZM258 491T193 433T109 273Q104 241 104 220Q104
142 149 99T273 55Q331 55 382 82T469 158T515 273Q519 296 519 322Q519 400 474 445T351 491Q258 491 193 433Z" />
<glyph unicode="e" glyph-name="e" horiz-adv-x="625" d="M437 553T486 527T560 455T585 354Q585 329 581 308Q576 279 567 257H116Q112 225 112 212Q112 132 158 92T275 51Q348 51 404 88T483 188H557Q526 101 449 47T267 -7Q165 -7 105 51T44 211Q44 242 50
276Q65 361 110 424T222 520T366 553Q437 553 486 527ZM516 322T516 350Q516 422 471 459T356 496Q274 496 209 445T123 293H509Q516 322 516 350Z" />
<glyph unicode="f" glyph-name="f" horiz-adv-x="335" d="M149 665T207 711T372 753L362 691Q286 692 251 664T203 568L199 546H336L325 484H188L103 0H32L117 484H36L47 546H128L133 573Q149 665 207 711Z" />
<glyph unicode="g" glyph-name="g" horiz-adv-x="673" d="M162 -8T105 50T47 209Q47 242 53 278Q68 362 111 424T218 520T356 554Q441 554 492 511T552 396L579 546H648L549 -13Q536 -89 494 -146T390 -235T256 -267Q149 -267 90 -216T22 -76H91Q100 -137 142
-171T261 -206Q313 -206 359 -184T438 -117T480 -13L510 150Q475 79 409 36T260 -8Q162 -8 105 50ZM273 492T208 434T124 273Q119 243 119 221Q119 143 164 100T289 56Q347 56 398 83T485 159T531 273Q535 296 535 321Q535 399 489 445T366 492Q273 492 208 434Z"
/>
<glyph unicode="h" glyph-name="h" horiz-adv-x="635" d="M482 556T530 512T579 381Q579 353 573 318L517 0H448L503 313Q507 336 507 361Q507 427 470 462T367 497Q291 497 235 451T156 316L101 0H30L160 740H231L174 414Q207 483 268 519T401 556Q482 556 530 512Z" />
<glyph unicode="i" glyph-name="i" horiz-adv-x="223" d="M135 724T153 740T196 756Q216 756 227 746T239 718Q239 694 222 678T179 661Q159 661 147 671T135 699Q135 724 153 740ZM194 546L97 0H26L123 546H194Z" />
<glyph unicode="j" glyph-name="j" horiz-adv-x="230" d="M165 661T153 671T141 700Q141 725 159 740T203 756Q223 756 234 746T246 718Q246 694 228 678T185 661Q165 661 153 671ZM-112 -196H-74Q-36 -196 -16 -179T12 -120L130 546H200L82 -124Q58 -258 -78
-258H-123L-112 -196Z" />
<glyph unicode="k" glyph-name="k" horiz-adv-x="465" d="M187 278L394 0H307L130 251L86 0H15L145 740H216L140 308L399 546H486L187 278Z" />
<glyph unicode="l" glyph-name="l" horiz-adv-x="222" d="M231 740L101 0H30L160 740H231Z" />
<glyph unicode="m" glyph-name="m" horiz-adv-x="1021" d="M869 556T916 512T963 381Q963 353 957 318L901 0H831L886 313Q891 343 891 364Q891 427 856 461T759 495Q680 495 624 443T551 290L499 0H430L485 313Q490 343 490 362Q490 427 455 461T357 495Q279
495 223 443T149 290L98 0H27L124 546H194L171 413Q203 483 262 519T390 556Q462 556 507 518T560 407Q595 479 657 517T789 556Q869 556 916 512Z" />
<glyph unicode="n" glyph-name="n" horiz-adv-x="635" d="M480 556T528 511T577 379Q577 351 571 318L514 0H445L500 313Q505 341 505 362Q505 428 468 462T364 497Q282 497 225 445T149 290L98 0H27L124 546H194L170 412Q203 482 265 519T398 556Q480 556 528 511Z" />
<glyph unicode="o" glyph-name="o" horiz-adv-x="645" d="M475 553T538 494T601 331Q601 301 595 268Q580 184 534 122T421 26T276 -7Q171 -7 108 52T44 216Q44 245 50 278Q65 362 111 424T226 520T371 553Q475 553 538 494ZM308 492T258 468T172 395T122 273Q117
241 117 220Q117 139 164 97T284 55Q338 55 387 79T473 152T523 273Q528 305 528 326Q528 407 481 449T362 492Q308 492 258 468Z" />
<glyph unicode="p" glyph-name="p" horiz-adv-x="674" d="M517 553T574 496T631 338Q631 308 625 273Q609 188 565 125T458 27T320 -7Q236 -7 185 36T126 150L53 -258H-17L125 546H195L169 396Q203 467 269 510T419 553Q517 553 574 496ZM404 55T469 113T553 273Q558
305 558 326Q558 404 513 447T389 491Q330 491 279 464T193 388T147 273Q142 245 142 224Q142 146 188 101T312 55Q404 55 469 113Z" />
<glyph unicode="q" glyph-name="q" horiz-adv-x="672" d="M639 546L498 -258H428L500 146Q464 76 400 35T255 -7Q154 -7 97 51T39 210Q39 241 45 277Q60 362 104 424T212 519T351 552Q433 552 483 512T545 403L570 546H639ZM265 491T200 433T116 272Q111 240 111
219Q111 141 156 98T280 55Q337 55 388 81T474 157T522 273Q526 296 526 322Q526 400 480 445T357 491Q265 491 200 433Z" />
<glyph unicode="r" glyph-name="r" horiz-adv-x="370" d="M209 492T267 524T402 556L389 480H366Q286 480 227 438T151 299V300L98 0H27L124 546H194L174 433Q209 492 267 524Z" />
<glyph unicode="s" glyph-name="s" horiz-adv-x="492" d="M361 553T413 506T464 379H394Q396 432 361 466T254 501Q199 501 166 474T132 401Q132 372 149 354T192 325T264 301Q318 286 351 272T407 229T430 155Q430 144 426 118Q416 62 367 28T240 -7Q139 -7 81
39T24 167H93Q89 113 128 79T247 45Q294 45 324 67T361 124Q363 140 363 146Q363 178 345 198T300 230T226 255Q174 270 143 283T90 323T68 392Q68 407 71 425Q81 483 131 518T261 553Q361 553 413 506Z" />
<glyph unicode="t" glyph-name="t" horiz-adv-x="363" d="M141 163Q137 143 137 125Q137 90 156 76T219 62H275L263 0H198Q131 0 99 26T66 112Q66 132 71 164L128 485H44L55 546H139L163 684H233L209 546H359L349 485H198L141 163Z" />
<glyph unicode="u" glyph-name="u" horiz-adv-x="621" d="M594 546L497 0H427L451 136Q418 65 357 28T223 -10Q142 -10 94 35T45 166Q45 195 51 228L107 546H177L121 234Q117 211 117 186Q117 119 154 84T257 49Q339 49 396 101T472 256V253L524 546H594Z" />
<glyph unicode="v" glyph-name="v" horiz-adv-x="547" d="M236 79L502 546H578L261 0H181L58 546H134L236 79Z" />
<glyph unicode="w" glyph-name="w" horiz-adv-x="823" d="M857 546L599 0H526L443 465L196 0H122L58 546H130L176 73L423 546H495L577 73L790 546H857Z" />
<glyph unicode="x" glyph-name="x" horiz-adv-x="474" d="M277 273L411 0H331L221 224L42 0H-36L192 281L62 546H142L249 329L424 546H502L277 273Z" />
<glyph unicode="y" glyph-name="y" horiz-adv-x="544" d="M129 546L239 91L495 546H573L109 -258H30L187 6L51 546H129Z" />
<glyph unicode="z" glyph-name="z" horiz-adv-x="435" d="M67 60H370L359 0H-21L-10 57L355 487H73L84 546H446L435 489L67 60Z" />
<glyph unicode="{" glyph-name="braceleft" horiz-adv-x="348" d="M148 361T171 330T194 253Q194 235 191 217Q184 179 165 131Q152 96 145 71T131 14Q127 -9 127 -35Q127 -97 152 -142T215 -210L213 -217H141Q112 -200 84 -154T56 -38Q56 -6 61 19Q67 57 79 91T94
132Q115 182 121 218Q124 233 124 252Q124 331 36 354L42 390Q111 407 139 443T175 526Q180 552 180 589L179 649Q179 691 185 725Q197 791 228 840T291 919T349 961H421L420 954Q367 927 319 869T257 730Q250 690 250 644L251 587Q251 556 246 528Q236 469 200
428T101 373V371Q148 361 171 330Z" />
<glyph unicode="|" glyph-name="bar" horiz-adv-x="208" d="M61 -101H-10L147 791H218L61 -101Z" />
<glyph unicode="}" glyph-name="braceright" horiz-adv-x="350" d="M207 384T184 415T161 490Q161 507 164 523Q171 561 190 609Q215 675 224 725Q228 748 228 774Q228 837 203 884T142 954L143 961H215Q244 944 272 898T300 782Q300 750 295 725Q289 687 277
653T262 612Q241 562 235 526Q232 511 232 492Q232 412 320 390L314 354Q246 339 218 302T181 218Q176 192 176 155L177 95Q177 53 171 19Q159 -47 128 -96T65 -175T7 -217H-65L-64 -210Q-12 -184 37 -122T100 19Q107 59 107 105L106 163Q106 196 111 222Q121 278
157 318T255 371V373Q207 384 184 415Z" />
<glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="487" d="M198 387T217 378T262 350Q283 335 298 328T331 320Q357 320 377 338T407 387H464Q442 323 403 289T314 255Q289 255 270 264T226 291Q204 307 190 314T156 322Q131 322 111 304T79 255H23Q45
319 83 353T172 387Q198 387 217 378Z" />
<glyph unicode="&#xa0;" glyph-name="uni00A0" horiz-adv-x="260" />
<glyph unicode="&#xa1;" glyph-name="exclamdown" horiz-adv-x="284" d="M24 -160L133 361H192L106 -160H24ZM131 467L149 557H246L229 467H131Z" />
<glyph unicode="&#xa2;" glyph-name="cent" horiz-adv-x="586" d="M257 459T196 409T119 266Q115 245 115 220Q115 148 157 111T267 73Q333 73 386 110T461 211H527Q500 125 431 72T269 15L251 -91H213L232 16Q145 23 96 73T46 210Q46 233 51 266Q70 376 143 441T319
515L337 615H375L357 516Q448 512 499 460T546 321H481Q481 385 441 422T335 459Q257 459 196 409Z" />
<glyph unicode="&#xa3;" glyph-name="sterling" horiz-adv-x="570" d="M474 726T522 676T570 546Q570 531 569 524H503Q508 587 474 627T376 668Q317 668 271 631T211 524Q207 503 207 478Q207 444 214 408T222 364H408L399 315H229Q232 296 232 274Q232 252 228
232Q219 184 192 141T117 56H483L472 -2H40L38 39Q92 89 121 130T161 229Q164 247 164 265Q164 281 160 315H42L51 364H152Q140 419 140 468Q140 503 145 530Q159 618 224 672T384 726Q474 726 522 676Z" />
<glyph unicode="&#xa4;" glyph-name="currency" horiz-adv-x="527" d="M416 492Q437 456 437 413Q437 396 434 378Q422 311 378 265L426 207L390 177L342 235Q292 202 232 202Q170 202 133 236L64 177L39 207L109 265Q90 298 90 340Q90 352 94 378Q106 444 150
490L99 550L135 580L185 520Q234 552 294 552Q353 552 391 520L461 580L486 550L416 492ZM379 394T379 408Q379 454 353 480T286 507Q237 507 200 472T151 377Q148 361 148 346Q148 299 173 273T241 247Q287 247 326 282T376 377Q379 394 379 408Z" />
<glyph unicode="&#xa5;" glyph-name="yen" horiz-adv-x="605" d="M396 373H544L535 323H361L327 275L321 240H520L511 189H312L278 0H208L241 189H41L50 240H250L256 275L239 323H65L73 373H221L103 705H185L303 341L549 705H629L396 373Z" />
<glyph unicode="&#xa6;" glyph-name="brokenbar" horiz-adv-x="251" d="M169 791H239L174 421H103L169 791ZM82 -101H12L77 271H148L82 -101Z" />
<glyph unicode="&#xa7;" glyph-name="section" horiz-adv-x="573" d="M468 564L469 577Q469 624 436 656T333 689Q281 689 246 668T203 605Q201 593 201 587Q201 549 235 522T346 471Q433 445 479 411T526 315Q526 272 504 233T438 165T332 125Q444 80 444 -6Q444
-78 388 -123T231 -169Q135 -169 83 -122T35 8H105Q102 -47 134 -82T241 -117Q300 -117 336 -91T372 -13Q372 25 339 50T227 101Q140 127 94 161T47 257Q47 300 70 340T137 410T245 447Q130 494 130 579Q130 587 132 603Q143 665 197 703T343 741Q439 741 490 694T538
564H468ZM451 355T414 382T307 410Q251 410 210 390T146 336T123 264Q123 217 160 190T267 162Q323 162 365 182T429 237T451 308Q451 355 414 382Z" />
<glyph unicode="&#xa8;" glyph-name="dieresis" horiz-adv-x="344" d="M113 688T127 700T161 713Q180 713 190 701T198 669Q194 651 179 638T146 625Q130 625 120 635T109 660Q109 666 110 669Q113 688 127 700ZM270 688T284 700T318 713Q336 713 346 701T354
669Q350 651 336 638T303 625Q287 625 277 635T266 660Q266 666 267 669Q270 688 284 700Z" />
<glyph unicode="&#xa9;" glyph-name="copyright" horiz-adv-x="795" d="M358 707T272 662T128 537T53 354Q46 318 46 279Q46 196 81 133T182 35T336 0Q438 0 524 45T668 170T743 354Q750 400 750 428Q750 511 715 574T615 672T461 707Q358 707 272 662ZM538 677T596
646T686 557T717 425Q717 398 710 354Q694 260 643 187T513 72T341 30Q259 30 200 61T110 150T79 283Q79 318 85 354Q102 447 153 520T283 635T456 677Q538 677 596 646ZM517 587T566 545T620 426H558Q551 479 516 507T431 536Q389 536 350 515T282 453T242 353Q238
332 238 308Q238 242 274 207T367 171Q417 171 461 199T532 281H594Q562 205 498 163T360 120Q280 120 230 167T179 300Q179 322 184 354Q197 427 235 480T328 560T443 587Q517 587 566 545Z" />
<glyph unicode="&#xaa;" glyph-name="ordfeminine" horiz-adv-x="440" d="M283 710T314 685T353 615L369 704H425L363 354H307L322 443Q300 398 260 373T166 348Q103 348 67 385T31 487Q31 509 35 529Q50 611 103 660T230 710Q283 710 314 685ZM184 664T144 627T92
528Q89 512 89 496Q89 449 116 422T188 394Q244 394 285 430T338 529Q341 546 341 559Q341 608 313 636T236 664Q184 664 144 627Z" />
<glyph unicode="&#xab;" glyph-name="guillemotleft" horiz-adv-x="435" d="M114 120L45 295L176 470H246L114 295L184 120H114ZM286 120L218 295L348 470H419L286 295L357 120H286Z" />
<glyph unicode="&#xac;" glyph-name="logicalnot" horiz-adv-x="730" d="M697 430L662 230H593L618 374H57L67 430H697Z" />
<glyph unicode="&#xad;" glyph-name="uni00AD" horiz-adv-x="477" d="M458 400L447 341H57L68 400H458Z" />
<glyph unicode="&#xae;" glyph-name="registered" horiz-adv-x="795" d="M550 707T615 674T715 578T750 432Q750 392 743 354Q725 251 667 171T523 45T336 -1Q248 -1 183 34T82 132T46 279Q46 318 53 354Q72 459 129 539T273 663T461 707Q550 707 615 674ZM717
390T717 429Q717 545 648 611T456 678Q361 678 283 638T153 525T85 354Q79 317 79 284Q79 169 148 103T342 36Q437 36 514 75T643 187T710 354Q717 390 717 429ZM527 591T560 564T593 491Q593 484 591 466Q581 411 542 378T438 340L535 143H480L386 339H311L277
143H228L306 591H459Q527 591 560 564ZM542 477T542 483Q542 515 520 531T447 547H347L317 374H417Q525 374 540 461Q542 477 542 483Z" />
<glyph unicode="&#xaf;" glyph-name="overscore" horiz-adv-x="405" d="M437 700L427 650H88L97 700H437Z" />
<glyph unicode="&#xb0;" glyph-name="degree" horiz-adv-x="391" d="M292 697T329 661T367 563Q367 542 363 523Q349 443 296 395T166 347Q100 347 63 384T25 485Q25 504 28 523Q42 602 96 649T226 697Q292 697 329 661ZM169 655T133 620T86 522Q83 504 83 487Q83
441 107 416T174 390Q223 390 259 425T306 522Q309 542 309 558Q309 605 285 630T219 655Q169 655 133 620Z" />
<glyph unicode="&#xb1;" glyph-name="plusminus" horiz-adv-x="580" d="M561 443L550 379H329L290 160H222L261 379H41L52 443H272L306 634H374L340 443H561ZM1 156H510L499 92H-10L1 156Z" />
<glyph unicode="&#xb2;" glyph-name="twosuperior" horiz-adv-x="331" d="M294 568T263 535T174 464L78 397H271L263 352H11L17 390L154 492Q192 521 214 547T243 606Q244 611 244 620Q244 644 230 656T193 668Q161 668 139 649T106 591H51Q64 643 104 676T205
710Q252 710 277 689T303 631Q303 624 301 610Q294 568 263 535Z" />
<glyph unicode="&#xb3;" glyph-name="threesuperior" horiz-adv-x="327" d="M249 710T277 688T306 628Q306 617 305 611Q299 580 278 559T221 530V527Q279 511 279 461Q279 456 277 442Q271 402 233 375T135 348Q72 348 45 374T20 454H78Q75 418 91 404T139 389Q177
389 199 409T221 464Q221 488 204 501T156 514H102L107 541H160Q193 541 216 558T245 605Q246 609 246 617Q246 640 231 653T188 667Q126 667 104 609H50Q63 653 101 681T201 710Q249 710 277 688Z" />
<glyph unicode="&#xb4;" glyph-name="acute" horiz-adv-x="270" d="M303 711L76 590L86 642L314 770L303 711Z" />
<glyph unicode="&#xb5;" glyph-name="uni00B5" horiz-adv-x="640" d="M628 546L532 0H461L484 131Q452 62 395 26T269 -10Q219 -10 181 12T129 85L69 -258H-1L141 546H211L161 264Q155 231 155 203Q155 128 194 90T301 52Q378 52 433 104T506 256V253L558 546H628Z" />
<glyph unicode="&#xb6;" glyph-name="paragraph" horiz-adv-x="561" d="M418 0H359L471 635H375L264 0H205L255 289H247Q145 289 94 332T42 448Q42 461 46 489Q62 579 132 634T317 690H539L418 0Z" />
<glyph unicode="&#xb7;" glyph-name="middot" horiz-adv-x="161" d="M164 390L148 300H56L71 390H164Z" />
<glyph unicode="&#xb8;" glyph-name="cedilla" horiz-adv-x="273" d="M173 -71T204 -90T235 -150Q235 -204 198 -231T101 -258H9L17 -215H100Q183 -215 183 -156Q183 -136 167 -124T118 -112H69L90 7H137L122 -74Q173 -71 204 -90Z" />
<glyph unicode="&#xb9;" glyph-name="onesuperior" horiz-adv-x="187" d="M58 659L66 704H179L117 352H61L115 659H58Z" />
<glyph unicode="&#xba;" glyph-name="ordmasculine" horiz-adv-x="422" d="M315 709T355 670T396 565Q396 547 393 527Q379 446 320 395T182 344Q114 344 73 384T32 489Q32 508 35 527Q49 607 108 658T246 709Q315 709 355 670ZM185 663T145 627T92 527Q89 509
89 494Q89 445 117 418T190 391Q243 391 283 427T336 527Q339 545 339 561Q339 610 312 636T238 663Q185 663 145 627Z" />
<glyph unicode="&#xbb;" glyph-name="guillemotright" horiz-adv-x="435" d="M153 295L81 470H153L220 295L91 120H19L153 295ZM325 295L254 470H325L393 295L263 120H192L325 295Z" />
<glyph unicode="&#xbc;" glyph-name="onequarter" horiz-adv-x="624" d="M572 705L90 0H21L503 705H572ZM85 659L93 704H206L144 352H88L142 659H85ZM538 72H488L476 0H420L432 72H252L259 106L471 354H539L495 109H545L538 72ZM474 294L316 110H442L474 294Z" />
<glyph unicode="&#xbd;" glyph-name="onehalf" horiz-adv-x="677" d="M571 706L87 0H17L502 706H571ZM159 659H102L110 704H223L161 352H105L159 659ZM605 215T574 182T485 111L389 44H582L574 -1H322L328 37L465 139Q503 168 525 194T554 253Q555 258 555 267Q555
291 541 303T504 315Q472 315 450 296T417 238H362Q375 290 415 323T516 357Q563 357 588 336T614 278Q614 271 612 257Q605 215 574 182Z" />
<glyph unicode="&#xbe;" glyph-name="threequarters" horiz-adv-x="655" d="M271 710T299 688T328 628Q328 617 327 611Q321 580 300 559T243 530V527Q301 511 301 461Q301 456 299 442Q293 402 255 375T157 348Q94 348 67 374T42 454H100Q97 418 113 404T161
389Q199 389 221 409T243 464Q243 488 226 501T178 514H124L129 541H182Q215 541 238 558T267 605Q268 609 268 617Q268 640 253 653T210 667Q148 667 126 609H72Q85 653 123 681T223 710Q271 710 299 688ZM630 706L152 0H83L561 706H630ZM586 72H536L524 0H468L480
72H300L306 106L513 354H586L543 109H593L586 72ZM523 299L364 109H490L523 299Z" />
<glyph unicode="&#xbf;" glyph-name="questiondown" horiz-adv-x="481" d="M95 -181T46 -137T-4 -13Q-4 11 0 32Q18 136 95 184T287 234L310 360H377L346 185H313Q219 185 152 153T70 33Q66 7 66 -4Q66 -60 100 -91T194 -122Q263 -122 306 -85T366 17H434Q413
-75 348 -128T181 -181Q95 -181 46 -137ZM313 456L329 546H421L405 456H313Z" />
<glyph unicode="&#xc0;" glyph-name="Agrave" horiz-adv-x="644" d="M452 172H132L38 0H-38L344 689H423L561 0H485L452 172ZM442 228L370 608L162 228H442ZM432 801L422 749L239 870L250 929L432 801Z" />
<glyph unicode="&#xc1;" glyph-name="Aacute" horiz-adv-x="644" d="M452 172H132L38 0H-38L344 689H423L561 0H485L452 172ZM442 228L370 608L162 228H442ZM586 870L359 749L369 801L597 929L586 870Z" />
<glyph unicode="&#xc2;" glyph-name="Acircumflex" horiz-adv-x="644" d="M455 172H135L41 0H-35L347 689H426L564 0H488L455 172ZM445 228L373 608L165 228H445ZM416 855L267 772L276 823L425 905L544 823L535 772L416 855Z" />
<glyph unicode="&#xc3;" glyph-name="Atilde" horiz-adv-x="644" d="M459 172H139L45 0H-31L351 689H430L568 0H492L459 172ZM449 228L377 608L169 228H449ZM386 859T398 853T426 833Q440 821 450 816T475 810Q492 810 506 822T527 857H568Q555 813 528 789T465
764Q445 764 432 771T402 791Q389 802 380 807T357 813Q321 813 305 765H265Q280 811 306 835T367 859Q386 859 398 853Z" />
<glyph unicode="&#xc4;" glyph-name="Adieresis" horiz-adv-x="644" d="M457 172H137L43 0H-33L349 689H428L566 0H490L457 172ZM447 228L375 608L167 228H447ZM297 847T311 859T345 872Q364 872 374 860T382 828Q378 810 363 797T330 784Q314 784 304 794T293
819Q293 825 294 828Q297 847 311 859ZM454 847T468 859T502 872Q520 872 530 860T538 828Q534 810 520 797T487 784Q471 784 461 794T450 819Q450 825 451 828Q454 847 468 859Z" />
<glyph unicode="&#xc5;" glyph-name="Aring" horiz-adv-x="644" d="M705 172H385L291 0H215L597 689H676L814 0H738L705 172ZM695 228L623 608L415 228H695ZM463 970T486 949T510 890Q510 854 493 827T448 784T389 769Q352 769 329 790T305 848Q305 884 322 912T366
955T425 970Q463 970 486 949ZM387 935T365 913T342 855Q342 831 356 817T395 803Q427 803 449 825T472 883Q472 907 458 921T419 935Q387 935 365 913Z" />
<glyph unicode="&#xc6;" glyph-name="AE" horiz-adv-x="874" d="M577 648L531 383H804L794 327H521L473 58H776L766 0H393L423 170H152L23 0H-55L479 705H890L880 648H577ZM505 635L194 225H433L505 635Z" />
<glyph unicode="&#xc7;" glyph-name="Ccedilla" horiz-adv-x="765" d="M586 712T658 651T745 481H671Q657 557 600 602T447 647Q374 647 308 611T197 508T135 352Q129 316 129 284Q129 179 187 119T343 58Q439 58 512 103T626 224H700Q647 116 554 55T333 -7Q248
-7 186 28T90 126T56 274Q56 314 63 352Q81 457 137 539T278 666T459 712Q586 712 658 651ZM417 -71T448 -90T479 -150Q479 -204 442 -231T345 -258H253L261 -215H344Q427 -215 427 -156Q427 -136 411 -124T362 -112H313L334 7H381L366 -74Q417 -71 448 -90Z" />
<glyph unicode="&#xc8;" glyph-name="Egrave" horiz-adv-x="498" d="M453 648L406 382H682L671 327H396L349 58H654L644 0H268L392 705H768L758 648H453ZM372 801L362 749L179 870L190 929L372 801Z" />
<glyph unicode="&#xc9;" glyph-name="Eacute" horiz-adv-x="498" d="M453 648L406 382H682L671 327H396L349 58H654L644 0H268L392 705H768L758 648H453ZM526 870L299 749L309 801L537 929L526 870Z" />
<glyph unicode="&#xca;" glyph-name="Ecircumflex" horiz-adv-x="498" d="M199 648L152 382H428L417 327H142L95 58H400L390 0H14L138 705H514L504 648H199ZM356 855L207 772L216 823L365 905L484 823L475 772L356 855Z" />
<glyph unicode="&#xcb;" glyph-name="Edieresis" horiz-adv-x="498" d="M202 648L155 382H431L420 327H145L98 58H403L393 0H17L141 705H517L507 648H202ZM237 847T251 859T285 872Q304 872 314 860T322 828Q318 810 303 797T270 784Q254 784 244 794T233 819Q233
825 234 828Q237 847 251 859ZM394 847T408 859T442 872Q460 872 470 860T478 828Q474 810 460 797T427 784Q411 784 401 794T390 819Q390 825 391 828Q394 847 408 859Z" />
<glyph unicode="&#xcc;" glyph-name="Igrave" horiz-adv-x="223" d="M209 705L85 0H14L138 705H209ZM221 801L211 749L28 870L39 929L221 801Z" />
<glyph unicode="&#xcd;" glyph-name="Iacute" horiz-adv-x="223" d="M209 705L85 0H14L138 705H209ZM376 870L149 749L159 801L387 929L376 870Z" />
<glyph unicode="&#xce;" glyph-name="Icircumflex" horiz-adv-x="223" d="M212 705L88 0H17L141 705H212ZM206 855L57 772L66 823L215 905L334 823L325 772L206 855Z" />
<glyph unicode="&#xcf;" glyph-name="Idieresis" horiz-adv-x="223" d="M214 705L90 0H19L143 705H214ZM87 847T101 859T135 872Q154 872 164 860T172 828Q168 810 153 797T120 784Q104 784 94 794T83 819Q83 825 84 828Q87 847 101 859ZM244 847T258 859T292
872Q310 872 320 860T328 828Q324 810 310 797T277 784Q261 784 251 794T240 819Q240 825 241 828Q244 847 258 859Z" />
<glyph unicode="&#xd0;" glyph-name="Eth" horiz-adv-x="742" d="M535 705T616 634T697 435Q697 394 690 353Q671 244 614 165T466 43T257 0H44L101 324H2L13 382H111L168 705H381Q535 705 616 634ZM625 389T625 422Q625 528 560 585T365 643H228L182 382H390L379
324H172L126 63H263Q412 63 503 139T619 353Q625 389 625 422Z" />
<glyph unicode="&#xd1;" glyph-name="Ntilde" horiz-adv-x="680" d="M546 0H475L193 589L89 0H18L142 704H213L496 114L599 704H670L546 0ZM401 859T413 853T441 833Q455 821 465 816T490 810Q507 810 521 822T542 857H583Q570 813 543 789T480 764Q460 764 447
771T417 791Q404 802 395 807T372 813Q336 813 320 765H280Q295 811 321 835T382 859Q401 859 413 853Z" />
<glyph unicode="&#xd2;" glyph-name="Ograve" horiz-adv-x="787" d="M794 713T859 677T960 575T996 422Q996 381 989 343Q971 241 915 161T775 37T593 -8Q503 -8 437 28T336 130T301 283Q301 324 308 363Q326 465 382 544T522 668T705 713Q794 713 859 677ZM622
648T555 613T441 511T378 355Q372 319 372 288Q372 181 434 120T599 58Q676 58 743 93T857 195T920 350Q926 386 926 417Q926 524 864 586T698 648Q622 648 555 613ZM504 801L494 749L311 870L322 929L504 801Z" />
<glyph unicode="&#xd3;" glyph-name="Oacute" horiz-adv-x="787" d="M792 713T857 677T958 575T994 422Q994 381 987 343Q969 241 913 161T773 37T591 -8Q501 -8 435 28T334 130T299 283Q299 324 306 363Q324 465 380 544T520 668T703 713Q792 713 857 677ZM620
648T553 613T439 511T376 355Q370 319 370 288Q370 181 432 120T597 58Q674 58 741 93T855 195T918 350Q924 386 924 417Q924 524 862 586T696 648Q620 648 553 613ZM656 870L429 749L439 801L667 929L656 870Z" />
<glyph unicode="&#xd4;" glyph-name="Ocircumflex" horiz-adv-x="787" d="M794 713T859 677T960 575T996 422Q996 381 989 343Q971 241 915 161T775 37T593 -8Q503 -8 437 28T336 130T301 283Q301 324 308 363Q326 465 382 544T522 668T705 713Q794 713 859 677ZM622
648T555 613T441 511T378 355Q372 319 372 288Q372 181 434 120T599 58Q676 58 743 93T857 195T920 350Q926 386 926 417Q926 524 864 586T698 648Q622 648 555 613ZM486 855L337 772L346 823L495 905L614 823L605 772L486 855Z" />
<glyph unicode="&#xd5;" glyph-name="Otilde" horiz-adv-x="787" d="M542 713T607 677T708 575T744 422Q744 381 737 343Q719 241 663 161T523 37T341 -8Q251 -8 185 28T84 130T49 283Q49 324 56 363Q74 465 130 544T270 668T453 713Q542 713 607 677ZM370 648T303
613T189 511T126 355Q120 319 120 288Q120 181 182 120T347 58Q424 58 491 93T605 195T668 350Q674 386 674 417Q674 524 612 586T446 648Q370 648 303 613ZM456 859T468 853T496 833Q510 821 520 816T545 810Q562 810 576 822T597 857H638Q625 813 598 789T535
764Q515 764 502 771T472 791Q459 802 450 807T427 813Q391 813 375 765H335Q350 811 376 835T437 859Q456 859 468 853Z" />
<glyph unicode="&#xd6;" glyph-name="Odieresis" horiz-adv-x="787" d="M541 713T606 677T707 575T743 422Q743 381 736 343Q718 241 662 161T522 37T340 -8Q250 -8 184 28T83 130T48 283Q48 324 55 363Q73 465 129 544T269 668T452 713Q541 713 606 677ZM369
648T302 613T188 511T125 355Q119 319 119 288Q119 181 181 120T346 58Q423 58 490 93T604 195T667 350Q673 386 673 417Q673 524 611 586T445 648Q369 648 302 613ZM367 847T381 859T415 872Q434 872 444 860T452 828Q448 810 433 797T400 784Q384 784 374 794T363
819Q363 825 364 828Q367 847 381 859ZM524 847T538 859T572 872Q590 872 600 860T608 828Q604 810 590 797T557 784Q541 784 531 794T520 819Q520 825 521 828Q524 847 538 859Z" />
<glyph unicode="&#xd7;" glyph-name="multiply" horiz-adv-x="497" d="M297 372L435 205L380 158L242 326L47 159L9 205L204 371L68 537L123 584L259 418L453 583L491 538L297 372Z" />
<glyph unicode="&#xd8;" glyph-name="Oslash" horiz-adv-x="791" d="M689 601Q741 529 741 422Q741 381 734 343Q716 241 660 161T520 37T338 -8Q269 -8 214 14T119 77L36 0H-12L99 102Q46 175 46 283Q46 324 53 363Q71 465 127 544T267 668T450 713Q519 713 575
691T669 626L756 706H803L689 601ZM117 319T117 288Q117 208 153 152L617 578Q586 612 542 630T443 648Q367 648 300 613T186 511T123 355Q117 319 117 288ZM671 385T671 416Q671 495 636 552L173 126Q203 93 246 76T344 58Q421 58 488 93T602 195T665 350Q671
385 671 416Z" />
<glyph unicode="&#xd9;" glyph-name="Ugrave" horiz-adv-x="652" d="M460 705L385 278Q378 243 378 209Q378 132 418 96T531 59Q616 59 674 112T753 278L828 705H898L823 278Q797 135 716 64T518 -7Q419 -7 363 44T307 199Q307 237 314 278L390 705H460ZM433 801L423
749L240 870L251 929L433 801Z" />
<glyph unicode="&#xda;" glyph-name="Uacute" horiz-adv-x="652" d="M460 705L385 278Q378 243 378 209Q378 132 418 96T531 59Q616 59 674 112T753 278L828 705H898L823 278Q797 135 716 64T518 -7Q419 -7 363 44T307 199Q307 237 314 278L390 705H460ZM588 870L361
749L371 801L599 929L588 870Z" />
<glyph unicode="&#xdb;" glyph-name="Ucircumflex" horiz-adv-x="652" d="M206 705L131 278Q124 243 124 209Q124 132 164 96T277 59Q362 59 420 112T499 278L574 705H644L569 278Q543 135 462 64T264 -7Q165 -7 109 44T53 199Q53 237 60 278L136 705H206ZM418
855L269 772L278 823L427 905L546 823L537 772L418 855Z" />
<glyph unicode="&#xdc;" glyph-name="Udieresis" horiz-adv-x="652" d="M209 705L134 278Q127 243 127 209Q127 132 167 96T280 59Q365 59 423 112T502 278L577 705H647L572 278Q546 135 465 64T267 -7Q168 -7 112 44T56 199Q56 237 63 278L139 705H209ZM299 847T313
859T347 872Q366 872 376 860T384 828Q380 810 365 797T332 784Q316 784 306 794T295 819Q295 825 296 828Q299 847 313 859ZM456 847T470 859T504 872Q522 872 532 860T540 828Q536 810 522 797T489 784Q473 784 463 794T452 819Q452 825 453 828Q456 847 470
859Z" />
<glyph unicode="&#xdd;" glyph-name="Yacute" horiz-adv-x="571" d="M865 705L562 275L514 0H443L491 275L339 705H420L539 349L784 705H865ZM548 870L321 749L331 801L559 929L548 870Z" />
<glyph unicode="&#xde;" glyph-name="Thorn" horiz-adv-x="558" d="M111 151L85 0H14L138 705H208L182 557H323Q427 557 477 516T528 400Q528 381 523 353Q506 256 437 204T252 151H111ZM347 208T393 245T452 353Q456 379 456 391Q456 500 307 500H173L122 208H256Q347
208 393 245Z" />
<glyph unicode="&#xdf;" glyph-name="germandbls" horiz-adv-x="632" d="M519 325T544 285T569 194Q569 170 565 150Q552 79 496 34T357 -11Q280 -11 236 29T191 141Q191 158 194 176H254Q252 156 252 148Q252 104 278 78T357 51Q416 51 452 84T497 162Q499 172
499 190Q499 222 482 250T426 309L285 414L291 445L331 464Q369 481 390 506T418 569Q420 585 420 593Q420 635 394 660T321 685Q265 685 228 652T180 560L82 0H11L111 562Q127 652 185 701T337 750Q410 750 453 714T497 617Q497 602 494 587Q477 496 367 449L353
443L466 362Q519 325 544 285Z" />
<glyph unicode="&#xe0;" glyph-name="agrave" horiz-adv-x="674" d="M439 553T490 510T551 396L578 546H647L550 0H481L508 150Q474 79 408 36T258 -7Q160 -7 103 50T46 209Q46 242 52 278Q67 362 110 424T216 520T354 553Q439 553 490 510ZM272 491T207 433T123
273Q118 241 118 220Q118 142 163 99T287 55Q345 55 396 82T483 158T529 273Q534 301 534 323Q534 401 488 446T365 491Q272 491 207 433ZM406 642L396 590L213 711L224 770L406 642Z" />
<glyph unicode="&#xe1;" glyph-name="aacute" horiz-adv-x="674" d="M439 553T490 510T551 396L578 546H647L550 0H481L508 150Q474 79 408 36T258 -7Q160 -7 103 50T46 209Q46 242 52 278Q67 362 110 424T216 520T354 553Q439 553 490 510ZM272 491T207 433T123
273Q118 241 118 220Q118 142 163 99T287 55Q345 55 396 82T483 158T529 273Q534 301 534 323Q534 401 488 446T365 491Q272 491 207 433ZM560 711L333 590L343 642L571 770L560 711Z" />
<glyph unicode="&#xe2;" glyph-name="acircumflex" horiz-adv-x="674" d="M692 553T743 510T804 396L831 546H900L803 0H734L761 150Q727 79 661 36T511 -7Q413 -7 356 50T299 209Q299 242 305 278Q320 362 363 424T469 520T607 553Q692 553 743 510ZM525 491T460
433T376 273Q371 241 371 220Q371 142 416 99T540 55Q598 55 649 82T736 158T782 273Q787 301 787 323Q787 401 741 446T618 491Q525 491 460 433ZM386 696L237 613L246 664L395 746L514 664L505 613L386 696Z" />
<glyph unicode="&#xe3;" glyph-name="atilde" horiz-adv-x="674" d="M445 553T496 510T557 396L584 546H653L556 0H487L514 150Q480 79 414 36T264 -7Q166 -7 109 50T52 209Q52 242 58 278Q73 362 116 424T222 520T360 553Q445 553 496 510ZM278 491T213 433T129
273Q124 241 124 220Q124 142 169 99T293 55Q351 55 402 82T489 158T535 273Q540 301 540 323Q540 401 494 446T371 491Q278 491 213 433ZM360 700T372 694T400 674Q414 662 424 657T449 651Q466 651 480 663T501 698H542Q529 654 502 630T439 605Q419 605 406
612T376 632Q363 643 354 648T331 654Q295 654 279 606H239Q254 652 280 676T341 700Q360 700 372 694Z" />
<glyph unicode="&#xe4;" glyph-name="adieresis" horiz-adv-x="674" d="M444 553T495 510T556 396L583 546H652L555 0H486L513 150Q479 79 413 36T263 -7Q165 -7 108 50T51 209Q51 242 57 278Q72 362 115 424T221 520T359 553Q444 553 495 510ZM277 491T212 433T128
273Q123 241 123 220Q123 142 168 99T292 55Q350 55 401 82T488 158T534 273Q539 301 539 323Q539 401 493 446T370 491Q277 491 212 433ZM271 688T285 700T319 713Q338 713 348 701T356 669Q352 651 337 638T304 625Q288 625 278 635T267 660Q267 666 268 669Q271
688 285 700ZM428 688T442 700T476 713Q494 713 504 701T512 669Q508 651 494 638T461 625Q445 625 435 635T424 660Q424 666 425 669Q428 688 442 700Z" />
<glyph unicode="&#xe5;" glyph-name="aring" horiz-adv-x="674" d="M686 553T737 510T798 396L825 546H894L797 0H728L755 150Q721 79 655 36T505 -7Q407 -7 350 50T293 209Q293 242 299 278Q314 362 357 424T463 520T601 553Q686 553 737 510ZM519 491T454 433T370
273Q365 241 365 220Q365 142 410 99T534 55Q592 55 643 82T730 158T776 273Q781 301 781 323Q781 401 735 446T612 491Q519 491 454 433ZM432 811T455 790T479 731Q479 695 462 668T417 625T358 610Q321 610 298 631T274 689Q274 725 291 753T335 796T394 811Q432
811 455 790ZM356 776T334 754T311 696Q311 672 325 658T364 644Q396 644 418 666T441 724Q441 748 427 762T388 776Q356 776 334 754Z" />
<glyph unicode="&#xe6;" glyph-name="ae" horiz-adv-x="1116" d="M968 553T1021 498T1075 357Q1075 329 1071 308Q1066 279 1057 257H596Q593 235 593 214Q593 133 640 92T760 50Q835 50 893 87T973 188H1047Q1016 101 942 47T770 -7Q689 -7 636 34T575 151L549
0H479L506 150Q472 79 406 36T256 -7Q159 -7 102 50T44 208Q44 239 50 273Q65 359 109 422T216 519T355 553Q439 553 489 510T549 396L576 546H646L619 396Q653 472 718 512T869 553Q968 553 1021 498ZM1006 321T1006 348Q1006 420 959 458T841 496Q754 496 689
446T603 293H999Q1006 321 1006 348ZM532 296T532 321Q532 399 486 445T363 491Q270 491 205 433T121 273Q116 243 116 221Q116 143 161 99T285 55Q344 55 395 82T481 158T528 273Q532 296 532 321Z" />
<glyph unicode="&#xe7;" glyph-name="ccedilla" horiz-adv-x="624" d="M474 553T533 498T592 352H518Q518 417 475 454T359 492Q306 492 258 468T175 395T126 273Q121 248 121 218Q121 137 166 96T282 54Q355 54 411 91T490 194H564Q532 103 454 48T272 -7Q170
-7 110 51T49 212Q49 244 55 278Q70 363 114 425T225 520T369 553Q474 553 533 498ZM335 -71T366 -90T397 -150Q397 -204 360 -231T263 -258H171L179 -215H262Q345 -215 345 -156Q345 -136 329 -124T280 -112H231L252 7H299L284 -74Q335 -71 366 -90Z" />
<glyph unicode="&#xe8;" glyph-name="egrave" horiz-adv-x="625" d="M691 553T740 527T814 455T839 354Q839 329 835 308Q830 279 821 257H370Q366 225 366 212Q366 132 412 92T529 51Q602 51 658 88T737 188H811Q780 101 703 47T521 -7Q419 -7 359 51T298 211Q298
242 304 276Q319 361 364 424T476 520T620 553Q691 553 740 527ZM770 322T770 350Q770 422 725 459T610 496Q528 496 463 445T377 293H763Q770 322 770 350ZM392 642L382 590L199 711L210 770L392 642Z" />
<glyph unicode="&#xe9;" glyph-name="eacute" horiz-adv-x="625" d="M691 553T740 527T814 455T839 354Q839 329 835 308Q830 279 821 257H370Q366 225 366 212Q366 132 412 92T529 51Q602 51 658 88T737 188H811Q780 101 703 47T521 -7Q419 -7 359 51T298 211Q298
242 304 276Q319 361 364 424T476 520T620 553Q691 553 740 527ZM770 322T770 350Q770 422 725 459T610 496Q528 496 463 445T377 293H763Q770 322 770 350ZM547 711L320 590L330 642L558 770L547 711Z" />
<glyph unicode="&#xea;" glyph-name="ecircumflex" horiz-adv-x="625" d="M438 553T487 527T561 455T586 354Q586 329 582 308Q577 279 568 257H117Q113 225 113 212Q113 132 159 92T276 51Q349 51 405 88T484 188H558Q527 101 450 47T268 -7Q166 -7 106 51T45
211Q45 242 51 276Q66 361 111 424T223 520T367 553Q438 553 487 527ZM517 322T517 350Q517 422 472 459T357 496Q275 496 210 445T124 293H510Q517 322 517 350ZM377 696L228 613L237 664L386 746L505 664L496 613L377 696Z" />
<glyph unicode="&#xeb;" glyph-name="edieresis" horiz-adv-x="625" d="M440 553T489 527T563 455T588 354Q588 329 584 308Q579 279 570 257H119Q115 225 115 212Q115 132 161 92T278 51Q351 51 407 88T486 188H560Q529 101 452 47T270 -7Q168 -7 108 51T47 211Q47
242 53 276Q68 361 113 424T225 520T369 553Q440 553 489 527ZM519 322T519 350Q519 422 474 459T359 496Q277 496 212 445T126 293H512Q519 322 519 350ZM258 688T272 700T306 713Q325 713 335 701T343 669Q339 651 324 638T291 625Q275 625 265 635T254 660Q254
666 255 669Q258 688 272 700ZM415 688T429 700T463 713Q481 713 491 701T499 669Q495 651 481 638T448 625Q432 625 422 635T411 660Q411 666 412 669Q415 688 429 700Z" />
<glyph unicode="&#xec;" glyph-name="igrave" horiz-adv-x="223" d="M194 546L97 0H27L124 546H194ZM455 642L445 590L262 711L273 770L455 642Z" />
<glyph unicode="&#xed;" glyph-name="iacute" horiz-adv-x="223" d="M194 546L97 0H27L124 546H194ZM354 711L127 590L137 642L365 770L354 711Z" />
<glyph unicode="&#xee;" glyph-name="icircumflex" horiz-adv-x="223" d="M196 546L99 0H29L126 546H196ZM435 696L286 613L295 664L444 746L563 664L554 613L435 696Z" />
<glyph unicode="&#xef;" glyph-name="idieresis" horiz-adv-x="223" d="M199 546L102 0H32L129 546H199ZM321 688T335 700T369 713Q388 713 398 701T406 669Q402 651 387 638T354 625Q338 625 328 635T317 660Q317 666 318 669Q321 688 335 700ZM478 688T492 700T526
713Q544 713 554 701T562 669Q558 651 544 638T511 625Q495 625 485 635T474 660Q474 666 475 669Q478 688 492 700Z" />
<glyph unicode="&#xf0;" glyph-name="eth" horiz-adv-x="642" d="M613 708L500 671Q596 550 596 403Q596 358 587 310Q569 207 522 136T408 29T261 -7Q154 -7 93 54T32 220Q32 252 38 286Q52 367 96 428T208 522T354 556Q425 556 473 518T532 403Q531 477 512
537T450 655L300 606L305 638L431 679Q410 704 372 740H437Q458 720 480 695L618 740L613 708ZM514 305T514 326Q514 406 468 450T348 495Q260 495 194 440T110 285Q104 254 104 227Q104 145 150 100T272 55Q328 55 377 80T462 155T509 273Q514 305 514 326Z" />
<glyph unicode="&#xf1;" glyph-name="ntilde" horiz-adv-x="635" d="M484 556T532 511T581 379Q581 351 575 318L518 0H449L504 313Q509 341 509 362Q509 428 472 462T368 497Q286 497 229 445T153 290L102 0H31L128 546H198L174 412Q207 482 269 519T402 556Q484
556 532 511ZM352 700T364 694T392 674Q406 662 416 657T441 651Q458 651 472 663T493 698H534Q521 654 494 630T431 605Q411 605 398 612T368 632Q355 643 346 648T323 654Q287 654 271 606H231Q246 652 272 676T333 700Q352 700 364 694Z" />
<glyph unicode="&#xf2;" glyph-name="ograve" horiz-adv-x="645" d="M476 553T539 494T602 331Q602 301 596 268Q581 184 535 122T422 26T277 -7Q172 -7 109 52T45 216Q45 245 51 278Q66 362 112 424T227 520T372 553Q476 553 539 494ZM309 492T259 468T173 395T123
273Q118 241 118 220Q118 139 165 97T285 55Q339 55 388 79T474 152T524 273Q529 305 529 326Q529 407 482 449T363 492Q309 492 259 468ZM404 642L394 590L211 711L222 770L404 642Z" />
<glyph unicode="&#xf3;" glyph-name="oacute" horiz-adv-x="645" d="M476 553T539 494T602 331Q602 301 596 268Q581 184 535 122T422 26T277 -7Q172 -7 109 52T45 216Q45 245 51 278Q66 362 112 424T227 520T372 553Q476 553 539 494ZM309 492T259 468T173 395T123
273Q118 241 118 220Q118 139 165 97T285 55Q339 55 388 79T474 152T524 273Q529 305 529 326Q529 407 482 449T363 492Q309 492 259 468ZM559 711L332 590L342 642L570 770L559 711Z" />
<glyph unicode="&#xf4;" glyph-name="ocircumflex" horiz-adv-x="645" d="M476 553T539 494T602 331Q602 301 596 268Q581 184 535 122T422 26T277 -7Q172 -7 109 52T45 216Q45 245 51 278Q66 362 112 424T227 520T372 553Q476 553 539 494ZM309 492T259 468T173
395T123 273Q118 241 118 220Q118 139 165 97T285 55Q339 55 388 79T474 152T524 273Q529 305 529 326Q529 407 482 449T363 492Q309 492 259 468ZM386 696L237 613L246 664L395 746L514 664L505 613L386 696Z" />
<glyph unicode="&#xf5;" glyph-name="otilde" horiz-adv-x="645" d="M482 553T545 494T608 331Q608 301 602 268Q587 184 541 122T428 26T283 -7Q178 -7 115 52T51 216Q51 245 57 278Q72 362 118 424T233 520T378 553Q482 553 545 494ZM315 492T265 468T179 395T129
273Q124 241 124 220Q124 139 171 97T291 55Q345 55 394 79T480 152T530 273Q535 305 535 326Q535 407 488 449T369 492Q315 492 265 468ZM358 700T370 694T398 674Q412 662 422 657T447 651Q464 651 478 663T499 698H540Q527 654 500 630T437 605Q417 605 404
612T374 632Q361 643 352 648T329 654Q293 654 277 606H237Q252 652 278 676T339 700Q358 700 370 694Z" />
<glyph unicode="&#xf6;" glyph-name="odieresis" horiz-adv-x="645" d="M481 553T544 494T607 331Q607 301 601 268Q586 184 540 122T427 26T282 -7Q177 -7 114 52T50 216Q50 245 56 278Q71 362 117 424T232 520T377 553Q481 553 544 494ZM314 492T264 468T178
395T128 273Q123 241 123 220Q123 139 170 97T290 55Q344 55 393 79T479 152T529 273Q534 305 534 326Q534 407 487 449T368 492Q314 492 264 468ZM269 688T283 700T317 713Q336 713 346 701T354 669Q350 651 335 638T302 625Q286 625 276 635T265 660Q265 666
266 669Q269 688 283 700ZM426 688T440 700T474 713Q492 713 502 701T510 669Q506 651 492 638T459 625Q443 625 433 635T422 660Q422 666 423 669Q426 688 440 700Z" />
<glyph unicode="&#xf7;" glyph-name="divide" horiz-adv-x="580" d="M383 634L367 544H274L290 634H383ZM550 402L539 338H29L40 402H550ZM306 199L290 109H197L213 199H306Z" />
<glyph unicode="&#xf8;" glyph-name="oslash" horiz-adv-x="641" d="M553 470Q595 414 595 331Q595 301 589 268Q574 184 528 122T415 26T270 -7Q163 -7 100 54L41 0H-2L81 76Q38 133 38 215Q38 245 44 278Q59 362 105 424T220 520T365 553Q418 553 461 538T534
492L593 546H635L553 470ZM111 241T111 219Q111 164 135 126L481 443Q458 467 426 479T356 492Q302 492 252 468T166 395T116 273Q111 241 111 219ZM522 305T522 326Q522 382 498 420L153 103Q198 55 278 55Q332 55 381 79T467 152T517 273Q522 305 522 326Z" />
<glyph unicode="&#xf9;" glyph-name="ugrave" horiz-adv-x="624" d="M595 546L498 0H428L452 136Q419 65 358 28T224 -10Q143 -10 95 35T46 166Q46 195 52 228L108 546H178L122 234Q118 211 118 186Q118 119 155 84T258 49Q340 49 397 101T473 256V253L525 546H595ZM386
642L376 590L193 711L204 770L386 642Z" />
<glyph unicode="&#xfa;" glyph-name="uacute" horiz-adv-x="624" d="M595 546L498 0H428L452 136Q419 65 358 28T224 -10Q143 -10 95 35T46 166Q46 195 52 228L108 546H178L122 234Q118 211 118 186Q118 119 155 84T258 49Q340 49 397 101T473 256V253L525 546H595ZM540
711L313 590L323 642L551 770L540 711Z" />
<glyph unicode="&#xfb;" glyph-name="ucircumflex" horiz-adv-x="624" d="M597 546L500 0H430L454 136Q421 65 360 28T226 -10Q145 -10 97 35T48 166Q48 195 54 228L110 546H180L124 234Q120 211 120 186Q120 119 157 84T260 49Q342 49 399 101T475 256V253L527
546H597ZM370 696L221 613L230 664L379 746L498 664L489 613L370 696Z" />
<glyph unicode="&#xfc;" glyph-name="udieresis" horiz-adv-x="624" d="M600 546L503 0H433L457 136Q424 65 363 28T229 -10Q148 -10 100 35T51 166Q51 195 57 228L113 546H183L127 234Q123 211 123 186Q123 119 160 84T263 49Q345 49 402 101T478 256V253L530
546H600ZM251 688T265 700T299 713Q318 713 328 701T336 669Q332 651 317 638T284 625Q268 625 258 635T247 660Q247 666 248 669Q251 688 265 700ZM408 688T422 700T456 713Q474 713 484 701T492 669Q488 651 474 638T441 625Q425 625 415 635T404 660Q404 666
405 669Q408 688 422 700Z" />
<glyph unicode="&#xfd;" glyph-name="yacute" horiz-adv-x="547" d="M363 546L473 91L729 546H807L343 -258H264L421 6L285 546H363ZM499 711L272 590L282 642L510 770L499 711Z" />
<glyph unicode="&#xfe;" glyph-name="thorn" horiz-adv-x="673" d="M516 552T574 494T633 335Q633 305 627 272Q612 186 568 123T461 27T323 -7Q240 -7 189 34T127 146L55 -258H-15L162 740H232L172 403Q207 472 271 512T417 552Q516 552 574 494ZM406 55T471
112T555 272Q560 304 560 324Q560 403 515 447T391 491Q334 491 283 465T197 389T149 273Q145 250 145 224Q145 146 191 101T314 55Q406 55 471 112Z" />
<glyph unicode="&#xff;" glyph-name="ydieresis" horiz-adv-x="547" d="M383 546L493 91L749 546H827L363 -258H284L441 6L305 546H383ZM213 688T227 700T261 713Q280 713 290 701T298 669Q294 651 279 638T246 625Q230 625 220 635T209 660Q209 666 210 669Q213
688 227 700ZM370 688T384 700T418 713Q436 713 446 701T454 669Q450 651 436 638T403 625Q387 625 377 635T366 660Q366 666 367 669Q370 688 384 700Z" />
<glyph unicode="&#x2013;" glyph-name="endash" horiz-adv-x="607" d="M568 400L557 341H38L49 400H568Z" />
<glyph unicode="&#x2014;" glyph-name="emdash" horiz-adv-x="807" d="M769 400L758 341H38L49 400H769Z" />
<glyph unicode="&#x2018;" glyph-name="quoteleft" horiz-adv-x="162" d="M27 634T33 672Q52 774 143 774L137 740Q112 740 99 727T80 687L76 663H122L109 586H28Q27 634 33 672Z" />
<glyph unicode="&#x2019;" glyph-name="quoteright" horiz-adv-x="162" d="M135 727T129 689Q110 586 19 586L26 621Q51 621 64 634T82 673L87 698H40L53 774H134Q135 727 129 689Z" />
<glyph unicode="&#x201a;" glyph-name="quotesinglbase" horiz-adv-x="173" d="M363 47T363 31Q363 -35 334 -76T249 -117L255 -84Q280 -84 293 -71T311 -29L313 -21H268L281 56H362Q363 47 363 31Z" />
<glyph unicode="&#x201c;" glyph-name="quotedblleft" horiz-adv-x="283" d="M27 634T33 672Q52 774 143 774L137 740Q112 740 99 727T80 687L76 663H122L109 586H28Q27 634 33 672ZM148 634T154 672Q173 774 264 774L257 740Q232 740 219 727T200 687L196 663H243L230
586H149Q148 634 154 672Z" />
<glyph unicode="&#x201d;" glyph-name="quotedblright" horiz-adv-x="283" d="M135 727T129 689Q110 586 19 586L26 621Q51 621 64 634T82 673L87 698H40L53 774H134Q135 727 129 689ZM256 733T249 689Q232 586 140 586L146 621Q171 621 184 633T203 673L207 698H161L174
774H255Q256 733 249 689Z" />
<glyph unicode="&#x201e;" glyph-name="quotedblbase" horiz-adv-x="283" d="M110 29T104 -9Q85 -112 -6 -112L1 -77Q26 -77 39 -64T57 -25L62 0H15L28 76H109Q110 29 104 -9ZM231 35T224 -9Q207 -112 115 -112L121 -77Q146 -77 159 -65T178 -25L182 0H136L149
76H230Q231 35 224 -9Z" />
<glyph unicode="&#x2022;" glyph-name="bullet" horiz-adv-x="326" d="M46 348T65 380T116 431T183 450Q226 450 253 423T281 353Q281 317 262 287T211 238T143 219Q100 219 73 245T46 312Q46 348 65 380Z" />
<glyph unicode="&#x2039;" glyph-name="guilsinglleft" horiz-adv-x="265" d="M114 120L45 295L176 470H246L114 295L184 120H114Z" />
<glyph unicode="&#x203a;" glyph-name="guilsinglright" horiz-adv-x="265" d="M153 295L81 470H153L220 295L91 120H19L153 295Z" />
</font>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

View file

@ -0,0 +1,322 @@
<?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">
<defs >
<font id="Poppins" horiz-adv-x="867" ><font-face
font-family="Poppins Medium"
units-per-em="1000"
panose-1="0 0 6 0 0 0 0 0 0 0"
ascent="1050"
descent="-350"
alphabetic="0" />
<glyph unicode=" " glyph-name="space" horiz-adv-x="234" />
<glyph unicode="!" glyph-name="exclam" horiz-adv-x="323" d="M229 728L214 221H118L103 728H229ZM232 126V0H102V126H232Z" />
<glyph unicode="&quot;" glyph-name="quotedbl" horiz-adv-x="334" d="M141 798L131 592H53L42 798H141ZM292 798L282 592H204L193 798H292Z" />
<glyph unicode="#" glyph-name="numbersign" horiz-adv-x="832" d="M646 444L614 294H748V190H592L551 0H444L485 190H286L245 0H138L179 190H26V294H201L233 444H84V549H255L296 740H403L362 549H561L602 740H709L668 549H806V444H646ZM539 444H340L308 294H507L539
444Z" />
<glyph unicode="$" glyph-name="dollar" horiz-adv-x="597" d="M333 398Q404 376 447 356T521 296T552 188Q552 136 526 92T446 20T316 -7H314V-87H280V-5Q181 3 118 57T48 196H170Q174 157 202 125T280 85V312Q198 337 155 355T79 415T46 525Q46 581 75 624T158
691T280 715V800H314V714Q412 707 470 656T537 527H414Q408 563 383 589T314 624V404L333 398ZM168 485T197 460T280 415V627Q228 626 198 601T168 529Q168 485 197 460ZM369 82T399 111T430 185Q430 231 400 256T314 301V82Q369 82 399 111Z" />
<glyph unicode="%" glyph-name="percent" horiz-adv-x="701" d="M250 716T292 675T334 562Q334 491 292 450T183 409Q116 409 74 450T31 562Q31 633 73 674T183 716Q250 716 292 675ZM606 707L207 0H95L495 707H606ZM109 524T129 502T182 479Q215 479 235 502T256
562Q256 600 236 623T182 646Q149 646 129 623T109 562Q109 524 129 502ZM586 298T628 257T671 145Q671 74 629 33T519 -9Q453 -9 411 32T368 145Q368 215 410 256T519 298Q586 298 628 257ZM446 107T466 84T519 61Q552 61 572 84T593 145Q593 182 573 205T519
228Q486 228 466 205T446 145Q446 107 466 84Z" />
<glyph unicode="&amp;" glyph-name="ampersand" horiz-adv-x="685" d="M563 0L431 149Q430 139 421 114Q407 60 361 27T250 -7Q185 -7 136 20T60 95T33 205Q33 268 57 314T124 384T217 408H224L211 426Q187 456 174 485T161 552Q161 594 182 631T246 690T348 713Q436
713 482 671T541 565Q550 532 548 494H440V505Q440 520 439 527Q438 569 415 593T350 617Q312 617 291 595T269 541Q269 514 279 494T312 447L680 0H563ZM300 90T331 121T363 201Q363 235 346 262T300 305T240 321Q192 321 162 292T132 208Q132 153 166 122T251
90Q300 90 331 121Z" />
<glyph unicode="&apos;" glyph-name="quotesingle" horiz-adv-x="188" d="M145 798L133 592H55L42 798H145Z" />
<glyph unicode="(" glyph-name="parenleft" horiz-adv-x="391" d="M38 595T111 746T305 990H416V978Q149 760 149 403Q149 46 416 -174V-185H305Q185 -91 112 59T38 403Q38 595 111 746Z" />
<glyph unicode=")" glyph-name="parenright" horiz-adv-x="392" d="M354 211T281 60T87 -185H-24V-174Q243 45 243 403Q243 761 -24 978V990H87Q207 898 280 747T354 403Q354 211 281 60Z" />
<glyph unicode="*" glyph-name="asterisk" horiz-adv-x="491" d="M390 679L435 599L298 548L435 498L389 415L275 506L297 360H204L224 506L109 413L61 498L197 549L62 599L107 680L224 590L203 736H297L275 590L390 679Z" />
<glyph unicode="+" glyph-name="plus" horiz-adv-x="571" d="M541 308H341V106H230V308H31V413H230V616H341V413H541V308Z" />
<glyph unicode="," glyph-name="comma" horiz-adv-x="193" d="M157 32T157 -17Q157 -73 128 -108T40 -144V-98Q65 -98 77 -85T89 -41V-32H31V78H139Q157 32 157 -17Z" />
<glyph unicode="-" glyph-name="hyphen" horiz-adv-x="506" d="M659 410V314H247V410H659Z" />
<glyph unicode="." glyph-name="period" horiz-adv-x="190" d="M159 126V0H30V126H159Z" />
<glyph unicode="/" glyph-name="slash" horiz-adv-x="378" d="M382 944L110 -176H-1L271 944H382Z" />
<glyph unicode="0" glyph-name="zero" horiz-adv-x="623" d="M52 189T112 94T312 -2Q452 -2 512 94T572 358Q572 525 512 620T312 716Q172 716 112 621T52 358Q52 189 112 94ZM458 236T428 171T312 106Q225 106 195 171T165 358Q165 479 195 543T312 607Q398 607
428 543T458 358Q458 236 428 171Z" />
<glyph unicode="1" glyph-name="one" horiz-adv-x="307" d="M13 599V706H239V0H119V599H13Z" />
<glyph unicode="2" glyph-name="two" horiz-adv-x="567" d="M202 200T299 306T397 504Q397 558 371 590T285 622Q224 622 193 583T158 470H47Q54 591 121 655T294 719Q397 719 455 665T514 514Q514 437 467 358T346 213T195 98H530V5H40V89Q202 200 299 306Z" />
<glyph unicode="3" glyph-name="three" horiz-adv-x="594" d="M370 728T420 704T495 636T521 540Q521 473 484 429T378 375V370Q451 349 492 308T534 193Q534 104 475 49T306 -7Q193 -7 124 50T45 221H158Q164 161 201 126T301 90Q360 90 391 121T423 201Q423
260 378 291T246 322H219V416H246Q409 414 409 527Q409 576 379 604T297 632Q245 632 210 601T168 509H56Q63 613 126 670T300 728Q370 728 420 704Z" />
<glyph unicode="4" glyph-name="four" horiz-adv-x="635" d="M35 152V248L386 712H508V252H607V152H508V0H393V152H35ZM401 576L153 252H401V576Z" />
<glyph unicode="5" glyph-name="five" horiz-adv-x="624" d="M541 616H192V406Q216 437 260 455T357 474Q431 474 480 443T552 359T576 244Q576 133 514 65T334 -4Q223 -4 155 55T81 212H193Q202 158 237 127T328 96Q396 96 430 137T464 246Q464 310 429 346T329
383Q283 383 249 363T198 310H87V717H541V616Z" />
<glyph unicode="6" glyph-name="six" horiz-adv-x="623" d="M421 634T316 634Q240 634 202 574T164 384L165 350Q180 404 230 436T348 468Q452 468 511 406T570 231Q570 163 543 110T462 25T329 -7Q176 -7 119 88T62 349Q62 539 123 633T323 727Q427 727 482 668T547
516H439Q421 634 316 634ZM175 179T213 136T325 92Q388 92 425 129T463 232Q463 303 425 341T322 379Q263 379 219 344T175 244Q175 179 213 136Z" />
<glyph unicode="7" glyph-name="seven" horiz-adv-x="507" d="M481 624L218 0H98L365 611H15V710H481V624Z" />
<glyph unicode="8" glyph-name="eight" horiz-adv-x="631" d="M70 594T98 637T181 706T315 732Q393 732 448 706T532 637T561 542Q561 484 531 442T440 381Q507 360 543 314T579 200Q579 97 506 40T315 -18Q197 -18 125 39T52 200Q52 267 88 313T191 381Q131 400
101 442T70 542Q70 594 98 637ZM183 470T218 441T315 411Q376 411 412 440T448 524Q448 578 412 608T315 638Q255 638 219 608T183 524Q183 470 218 441ZM163 145T204 111T315 76Q385 76 426 110T467 206Q467 268 425 299T315 331Q249 331 206 299T163 206Q163
145 204 111Z" />
<glyph unicode="9" glyph-name="nine" horiz-adv-x="606" d="M185 147T216 116T302 85Q378 85 415 145T453 336L452 370Q436 316 386 284T268 251Q164 251 105 313T46 488Q46 556 73 610T154 695T287 727Q440 727 497 634T555 375Q555 188 497 90T302 -8Q197 -8
138 51T69 204H177Q185 147 216 116ZM441 541T404 584T291 628Q229 628 192 591T154 487Q154 416 191 378T294 340Q332 340 365 355T420 401T441 476Q441 541 404 584Z" />
<glyph unicode=":" glyph-name="colon" horiz-adv-x="216" d="M175 550V424H46V550H175ZM175 126V0H46V126H175Z" />
<glyph unicode=";" glyph-name="semicolon" horiz-adv-x="278" d="M214 546V420H85V546H214ZM214 32T214 -17Q214 -73 185 -108T97 -144V-98Q122 -98 134 -85T146 -41V-32H88V78H196Q214 32 214 -17Z" />
<glyph unicode="&lt;" glyph-name="less" horiz-adv-x="436" d="M261 135L31 361L261 589H405L174 361L405 135H261Z" />
<glyph unicode="=" glyph-name="equal" horiz-adv-x="593" d="M563 526V422H31V526H563ZM563 301V197H31V301H563Z" />
<glyph unicode="&gt;" glyph-name="greater" horiz-adv-x="436" d="M31 589H174L405 361L174 135H31L261 361L31 589Z" />
<glyph unicode="?" glyph-name="question" horiz-adv-x="508" d="M358 740T418 686T478 536Q478 432 414 380T238 325V215H130V401H178Q265 401 315 429T365 535Q365 587 335 616T254 646Q200 646 167 615T134 534H25Q24 594 52 640T133 713T258 740Q358 740 418
686ZM250 126V0H120V126H250Z" />
<glyph unicode="@" glyph-name="at" horiz-adv-x="1179" d="M801 798T913 743T1083 586T1142 343Q1142 245 1106 165T1008 38T876 -9Q811 -9 774 22T735 123Q663 -9 524 -9Q462 -9 414 21T339 105T312 231Q312 325 352 400T462 517T618 560Q691 560 744 532T825
454T853 337Q853 316 850 292L831 171Q829 153 829 146Q829 116 843 104T883 91Q920 91 952 120T1005 205T1025 339Q1025 449 980 531T846 658T630 704Q482 704 376 642T214 472T159 230Q159 38 269 -63T586 -166L564 -261Q401 -259 285 -202T108 -35T47 230Q47
395 124 524T337 726T646 798Q801 798 913 743ZM610 91T651 117T716 193T741 312Q741 381 703 420T599 459Q550 459 510 433T447 359T423 245Q423 174 461 133T562 91Q610 91 651 117Z" />
<glyph unicode="A" glyph-name="A" horiz-adv-x="682" d="M490 153H192L138 0H16L276 695H407L666 0H544L490 153ZM458 241L341 571L224 241H458Z" />
<glyph unicode="B" glyph-name="B" horiz-adv-x="618" d="M501 351T540 303T580 191Q580 103 521 52T350 0H69V706H345Q451 706 507 659T564 528Q564 461 529 420T437 364Q501 351 540 303ZM183 402H324Q384 402 415 430T447 508Q447 557 416 585T320 613H183V402ZM392
94T427 123T463 206Q463 259 427 289T326 319H183V94H327Q392 94 427 123Z" />
<glyph unicode="C" glyph-name="C" horiz-adv-x="761" d="M514 713T600 647T716 468H595Q570 532 516 569T382 607Q319 607 270 576T192 488T163 353Q163 277 191 220T269 131T382 100Q461 100 515 137T595 238H716Q686 125 600 60T384 -6Q284 -6 207 39T88 166T46
353Q46 458 88 539T207 667T384 713Q514 713 600 647Z" />
<glyph unicode="D" glyph-name="D" horiz-adv-x="721" d="M675 247T632 168T505 44T305 0H69V706H305Q421 706 504 663T631 540T675 354Q675 247 632 168ZM423 103T491 169T559 354Q559 473 491 539T296 605H183V103H296Q423 103 491 169Z" />
<glyph unicode="E" glyph-name="E" horiz-adv-x="515" d="M183 614V400H443V312H183V93H473V0H69V706H473V614H183Z" />
<glyph unicode="F" glyph-name="F" horiz-adv-x="519" d="M486 706V614H183V395H433V307H183V0H69V706H486Z" />
<glyph unicode="G" glyph-name="G" horiz-adv-x="773" d="M518 712T602 650T713 481H593Q570 538 518 572T393 606Q327 606 275 575T193 487T163 353Q163 272 193 214T277 126T404 95Q492 95 555 149T631 299H372V383H727V274Q715 196 672 133T557 31T393 -7Q290
-7 211 39T89 166T46 353Q46 458 89 539T210 666T392 712Q518 712 602 650Z" />
<glyph unicode="H" glyph-name="H" horiz-adv-x="699" d="M630 706V0H515V317H183V0H69V706H183V410H515V706H630Z" />
<glyph unicode="I" glyph-name="I" horiz-adv-x="252" d="M183 706V0H69V706H183Z" />
<glyph unicode="J" glyph-name="J" horiz-adv-x="503" d="M439 706V194Q439 99 386 46T239 -7Q137 -7 79 52T21 219H134Q134 161 158 129T234 97Q281 97 303 124T325 194V706H439Z" />
<glyph unicode="K" glyph-name="K" horiz-adv-x="617" d="M290 357L601 0H462L183 327V0H69V706H183V383L463 706H601L290 357Z" />
<glyph unicode="L" glyph-name="L" horiz-adv-x="447" d="M183 89H427V0H69V706H183V89Z" />
<glyph unicode="M" glyph-name="M" horiz-adv-x="869" d="M801 695V0H686V521L485 0H385L183 521V0H69V695H207L437 140L663 695H801Z" />
<glyph unicode="N" glyph-name="N" horiz-adv-x="709" d="M640 0H526L183 521V0H69V705H183L526 182V705H640V0Z" />
<glyph unicode="O" glyph-name="O" horiz-adv-x="790" d="M494 715T573 669T698 541T744 354Q744 250 699 168T574 39T396 -8Q297 -8 218 38T92 167T46 354Q46 458 92 540T217 669T396 715Q494 715 573 669ZM328 609T275 578T193 489T163 354Q163 277 192 219T275
130T396 99Q463 99 515 130T597 219T627 354Q627 431 598 489T516 578T396 609Q328 609 275 578Z" />
<glyph unicode="P" glyph-name="P" horiz-adv-x="585" d="M183 274V0H69V706H309Q431 706 492 648T554 489Q554 389 491 332T309 274H183ZM438 367T438 489Q438 549 405 580T297 612H183V367H297Q438 367 438 489Z" />
<glyph unicode="Q" glyph-name="Q" horiz-adv-x="790" d="M618 -133L492 4Q446 -8 396 -8Q297 -8 218 38T92 167T46 354Q46 458 92 540T217 669T396 715Q494 715 573 669T698 541T744 354Q744 254 701 173T584 45L759 -133H618ZM163 277T192 219T275 130T396 99Q463
99 515 130T597 219T627 354Q627 431 598 489T516 578T396 609Q328 609 275 578T193 489T163 354Q163 277 192 219Z" />
<glyph unicode="R" glyph-name="R" horiz-adv-x="598" d="M440 0L264 282H183V0H69V706H318Q439 706 501 647T564 491Q564 408 518 355T383 287L568 0H440ZM183 363H309Q447 363 447 485Q447 543 414 575T309 608H183V363Z" />
<glyph unicode="S" glyph-name="S" horiz-adv-x="578" d="M533 136T508 92T432 20T307 -7Q235 -7 178 18T87 90T48 196H170Q175 150 209 117T302 84Q354 84 382 112T411 184Q411 222 390 246T338 285T253 317Q187 338 146 359T75 420T46 525Q46 582 74 625T154
691T274 715Q382 715 445 663T518 527H395Q388 567 358 595T274 624Q226 624 197 600T168 529Q168 493 188 470T238 433T322 401Q389 380 431 359T503 296T533 188Q533 136 508 92Z" />
<glyph unicode="T" glyph-name="T" horiz-adv-x="539" d="M523 706V614H326V0H211V614H15V706H523Z" />
<glyph unicode="U" glyph-name="U" horiz-adv-x="671" d="M178 706V287Q178 193 219 147T336 101Q410 101 451 147T493 287V706H607V287Q607 142 532 68T334 -7Q212 -7 138 67T64 287V706H178Z" />
<glyph unicode="V" glyph-name="V" horiz-adv-x="687" d="M140 706L343 122L547 706H671L416 0H270L16 706H140Z" />
<glyph unicode="W" glyph-name="W" horiz-adv-x="996" d="M963 706L787 0H647L498 546L349 0H209L33 706H158L280 132L435 706H561L716 132L838 706H963Z" />
<glyph unicode="X" glyph-name="X" horiz-adv-x="624" d="M472 0L303 261L152 0H21L240 360L16 706H152L318 450L468 706H599L381 352L608 0H472Z" />
<glyph unicode="Y" glyph-name="Y" horiz-adv-x="618" d="M602 706L367 257V0H252V257L16 706H148L310 379L472 706H602Z" />
<glyph unicode="Z" glyph-name="Z" horiz-adv-x="554" d="M169 93H512V0H42V89L378 613H49V706H507V617L169 93Z" />
<glyph unicode="[" glyph-name="bracketleft" horiz-adv-x="367" d="M319 944V851H198V-82H319V-176H90V944H319Z" />
<glyph unicode="\" glyph-name="backslash" horiz-adv-x="664" d="M410 -176L110 944H222L521 -176H410Z" />
<glyph unicode="]" glyph-name="bracketright" horiz-adv-x="365" d="M47 -176V-82H168V851H47V944H276V-176H47Z" />
<glyph unicode="^" glyph-name="asciicircum" horiz-adv-x="649" d="M147 168H33L270 696H379L616 168H502L325 562L147 168Z" />
<glyph unicode="_" glyph-name="underscore" horiz-adv-x="642" d="M602 -36V-147H44V-36H602Z" />
<glyph unicode="`" glyph-name="grave" horiz-adv-x="294" d="M247 674V594L26 707V796L247 674Z" />
<glyph unicode="a" glyph-name="a" horiz-adv-x="675" d="M365 558T418 521T493 423V551H607V0H493V128Q471 67 418 30T290 -7Q218 -7 162 27T73 125T41 276Q41 362 73 426T161 524T290 558Q365 558 418 521ZM249 458T204 410T158 276Q158 191 203 143T325 94Q373
94 411 116T471 180T493 276Q493 330 471 371T411 435T325 458Q249 458 204 410Z" />
<glyph unicode="b" glyph-name="b" horiz-adv-x="675" d="M457 558T513 524T602 426T634 276Q634 189 602 125T514 27T385 -7Q310 -7 257 30T183 128V0H69V740H183V423Q204 484 257 521T385 558Q457 558 513 524ZM302 458T264 436T204 372T182 276Q182 221 204
180T264 117T350 94Q426 94 472 142T518 276Q518 360 472 409T350 458Q302 458 264 436Z" />
<glyph unicode="c" glyph-name="c" horiz-adv-x="619" d="M421 558T491 502T578 348H457Q447 400 409 429T312 459Q246 459 202 413T158 276Q158 186 202 139T312 92Q370 92 408 122T457 204H578Q561 107 491 50T314 -7Q234 -7 173 27T76 125T41 276Q41 362 76
426T172 524T314 558Q421 558 491 502Z" />
<glyph unicode="d" glyph-name="d" horiz-adv-x="675" d="M365 558T418 521T492 423V740H607V0H492V128Q471 67 418 30T290 -7Q218 -7 162 27T73 125T41 276Q41 362 73 426T161 524T290 558Q365 558 418 521ZM249 458T204 410T158 276Q158 191 203 143T325 94Q373
94 411 116T471 180T493 276Q493 330 471 371T411 435T325 458Q249 458 204 410Z" />
<glyph unicode="e" glyph-name="e" horiz-adv-x="622" d="M581 274T577 253H153Q156 168 200 127T309 86Q366 86 405 115T454 192H576Q565 134 530 89T439 19T314 -7Q234 -7 173 27T76 125T41 276Q41 362 76 426T172 524T314 558Q395 558 455 525T548 433T581
302Q581 274 577 253ZM468 359T448 395T392 449T314 467Q247 467 202 426T153 305H466Q468 359 448 395Z" />
<glyph unicode="f" glyph-name="f" horiz-adv-x="349" d="M259 668T232 644T205 560V551H326V453H205V0H90V453H15V551H90V569Q90 670 149 720T326 765V665Q259 668 232 644Z" />
<glyph unicode="g" glyph-name="g" horiz-adv-x="675" d="M365 558T418 521T493 423V551H607V-6Q607 -83 576 -142T485 -236T345 -270Q229 -270 158 -215T68 -66H181Q195 -115 235 -142T337 -170Q405 -170 449 -128T493 -6V128Q471 67 418 30T290 -7Q218 -7 162
27T73 125T41 276Q41 362 73 426T161 524T290 558Q365 558 418 521ZM249 458T204 410T158 276Q158 191 203 143T325 94Q373 94 411 116T471 180T493 276Q493 330 471 371T411 435T325 458Q249 458 204 410Z" />
<glyph unicode="h" glyph-name="h" horiz-adv-x="653" d="M473 560T531 498T589 321V0H475V309Q475 383 437 423T333 464Q265 464 224 421T183 293V0H69V740H183V430Q205 492 257 526T377 560Q473 560 531 498Z" />
<glyph unicode="i" glyph-name="i" horiz-adv-x="252" d="M53 740T73 759T126 778Q159 778 179 759T200 711Q200 682 180 664T126 646Q93 646 73 664T53 711Q53 740 73 759ZM183 551V0H69V551H183Z" />
<glyph unicode="j" glyph-name="j" horiz-adv-x="256" d="M98 646T78 664T57 711Q57 740 77 759T131 778Q164 778 184 759T204 711Q204 682 184 664T131 646Q98 646 78 664ZM-29 -162H10Q43 -162 58 -148T74 -98V551H189V-99Q189 -262 25 -262H-29V-162Z" />
<glyph unicode="k" glyph-name="k" horiz-adv-x="527" d="M381 0L183 245V0H69V740H183V316L379 551H516L276 277L522 0H381Z" />
<glyph unicode="l" glyph-name="l" horiz-adv-x="252" d="M183 740V0H69V740H183Z" />
<glyph unicode="m" glyph-name="m" horiz-adv-x="1037" d="M856 560T914 498T973 321V0H859V309Q859 381 823 420T724 460Q657 460 618 418T578 293V0H464V309Q464 381 428 420T329 460Q262 460 223 418T183 293V0H69V551H183V436Q204 496 253 528T368 560Q437
560 487 526T561 428Q585 490 638 525T758 560Q856 560 914 498Z" />
<glyph unicode="n" glyph-name="n" horiz-adv-x="653" d="M473 560T531 498T589 321V0H475V309Q475 383 437 423T333 464Q265 464 224 421T183 293V0H69V551H183V430Q205 492 257 526T377 560Q473 560 531 498Z" />
<glyph unicode="o" glyph-name="o" horiz-adv-x="642" d="M401 558T465 524T565 426T601 276Q601 189 565 125T465 27T321 -7Q241 -7 178 27T78 125T41 276Q41 362 77 426T177 524T321 558Q401 558 465 524ZM277 459T240 439T181 378T158 276Q158 215 180 174T240
113T321 93Q365 93 402 113T461 174T484 276Q484 336 462 377T402 439T321 459Q277 459 240 439Z" />
<glyph unicode="p" glyph-name="p" horiz-adv-x="675" d="M457 558T513 524T602 426T634 276Q634 189 602 125T514 27T385 -7Q310 -7 257 30T183 128V-262H69V551H183V423Q204 484 257 521T385 558Q457 558 513 524ZM302 458T264 436T204 372T182 276Q182 221
204 180T264 117T350 94Q426 94 472 142T518 276Q518 360 472 409T350 458Q302 458 264 436Z" />
<glyph unicode="q" glyph-name="q" horiz-adv-x="675" d="M368 557T418 525T493 436V551H607V-262H493V121Q467 61 417 27T298 -7Q226 -7 167 28T75 126T41 274Q41 358 74 422T167 521T298 557Q368 557 418 525ZM252 457T205 409T158 274Q158 188 204 141T325
94Q371 94 409 115T470 178T493 276Q493 332 470 373T409 435T325 457Q252 457 205 409Z" />
<glyph unicode="r" glyph-name="r" horiz-adv-x="399" d="M211 497T263 528T383 560V436H349Q274 436 229 400T183 279V0H69V551H183V443Q211 497 263 528Z" />
<glyph unicode="s" glyph-name="s" horiz-adv-x="528" d="M347 558T405 509T477 376H369Q362 421 331 448T247 476Q204 476 181 456T157 400Q157 374 174 358T216 333T289 313Q351 299 389 284T455 237T483 148Q483 79 431 36T289 -7Q186 -7 123 41T46 175H157Q162
130 197 102T289 74Q330 74 353 95T377 150Q377 179 359 196T314 222T240 242Q180 256 143 270T79 315T52 401Q52 471 104 514T250 558Q347 558 405 509Z" />
<glyph unicode="t" glyph-name="t" horiz-adv-x="384" d="M346 99V0H276Q188 0 143 42T97 184V454H18V551H97V688H212V551H345V454H212V182Q212 135 229 117T291 99H346Z" />
<glyph unicode="u" glyph-name="u" horiz-adv-x="645" d="M577 551V0H462V120Q441 59 389 26T268 -8Q172 -8 114 54T56 231V551H170V243Q170 168 208 128T312 87Q380 87 421 131T462 259V551H577Z" />
<glyph unicode="v" glyph-name="v" horiz-adv-x="588" d="M295 118L451 551H573L363 0H225L15 551H137L295 118Z" />
<glyph unicode="w" glyph-name="w" horiz-adv-x="850" d="M841 551L688 0H562L426 426L288 0H163L10 551H125L230 105L368 551H488L628 105L733 551H841Z" />
<glyph unicode="x" glyph-name="x" horiz-adv-x="534" d="M395 0L260 195L142 0H15L197 286L13 551H142L274 361L391 551H517L335 273L524 0H395Z" />
<glyph unicode="y" glyph-name="y" horiz-adv-x="585" d="M134 551L299 146L452 551H579L246 -262H119L238 13L6 551H134Z" />
<glyph unicode="z" glyph-name="z" horiz-adv-x="459" d="M151 96H434V0H25V91L293 455H32V551H424V460L151 96Z" />
<glyph unicode="{" glyph-name="braceleft" horiz-adv-x="396" d="M201 359T229 321T258 224Q258 194 248 136Q236 72 236 25Q236 -62 274 -121T365 -207V-217H257Q233 -205 204 -176T153 -94T130 30Q130 72 142 138Q153 193 153 227Q153 328 48 349V395Q110 407
131 440T153 517Q153 551 142 606Q130 672 130 714Q130 786 152 838T204 919T257 961H365V951Q312 925 274 866T236 719Q236 672 248 608Q258 550 258 520Q258 462 230 424T144 373V371Q201 359 229 321Z" />
<glyph unicode="|" glyph-name="bar" horiz-adv-x="224" d="M169 -113H54V802H169V-113Z" />
<glyph unicode="}" glyph-name="braceright" horiz-adv-x="390" d="M201 385T173 421T145 511Q145 541 155 599Q159 624 162 652T166 710Q166 768 148 817T100 900T38 951V961H146Q170 948 198 919T249 838T272 714Q272 672 260 606Q250 546 250 517Q250 413 354
395V349Q294 340 272 306T250 227Q250 198 260 138Q272 72 272 30Q272 -41 250 -93T199 -175T146 -217H38V-207Q70 -191 99 -157T147 -73T166 34Q166 63 163 92T155 146Q145 202 145 233Q145 287 173 323T259 371V373Q201 385 173 421Z" />
<glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="553" d="M216 404T239 395T295 366Q319 352 336 345T371 337Q422 337 433 405H522Q508 320 467 277T364 234Q335 234 312 243T258 271Q234 286 217 293T181 301Q131 301 118 233H31Q45 318 85 361T188
404Q216 404 239 395Z" />
<glyph unicode="&#xa0;" glyph-name="uni00A0" horiz-adv-x="234" />
<glyph unicode="&#xa1;" glyph-name="exclamdown" horiz-adv-x="336" d="M229 -168L214 339H118L103 -168H229ZM232 434V560H102V434H232Z" />
<glyph unicode="&#xa2;" glyph-name="cent" horiz-adv-x="584" d="M352 102T390 130T437 209H543Q533 122 473 69T322 9V-88H268V9Q164 18 103 84T41 262Q41 373 102 439T268 515V607H322V515Q412 509 472 456T543 315H437Q427 366 390 394T300 423Q235 423 193
382T151 262Q151 184 193 143T300 102Q352 102 390 130Z" />
<glyph unicode="&#xa3;" glyph-name="sterling" horiz-adv-x="605" d="M275 211T257 168T199 88H556V-3H88L74 56Q121 101 143 145T166 252Q166 272 159 303H41V381H134Q120 425 112 460T104 535Q104 596 131 642T209 713T324 739Q429 739 489 680T558 526H452Q447
579 414 612T328 645Q278 645 246 614T214 523Q214 492 222 461T248 381H429V303H270Q275 276 275 254Q275 211 257 168Z" />
<glyph unicode="&#xa4;" glyph-name="currency" horiz-adv-x="549" d="M463 313T426 266L482 211L437 166L378 225Q332 199 275 199Q215 199 171 225L111 166L66 211L124 267Q89 313 89 378Q89 444 125 489L66 547L111 592L173 530Q218 555 275 555Q333 555 376
531L437 592L482 547L424 491Q463 446 463 378Q463 313 426 266ZM316 269T344 297T372 377Q372 428 344 457T275 486Q233 486 206 457T179 377Q179 326 206 298T275 269Q316 269 344 297Z" />
<glyph unicode="&#xa5;" glyph-name="yen" horiz-adv-x="641" d="M453 396H580V319H412L380 257V249H580V171H380V0H265V171H65V249H265V257L232 319H65V396H192L29 706H161L323 362L485 706H615L453 396Z" />
<glyph unicode="&#xa6;" glyph-name="brokenbar" horiz-adv-x="304" d="M94 802H209V414H94V802ZM209 -113H94V275H209V-113Z" />
<glyph unicode="&#xa7;" glyph-name="section" horiz-adv-x="580" d="M453 91T480 54T508 -30Q508 -101 454 -144T302 -188Q204 -188 145 -138T75 -2H189Q194 -49 222 -77T304 -106Q344 -106 368 -88T392 -35Q392 3 357 30T231 90Q140 121 91 163T42 274Q42 328
76 371T179 430Q72 488 72 579Q72 649 127 692T280 736Q377 736 436 686T504 549H391Q388 594 360 623T278 653Q236 653 212 636T188 584Q188 545 223 518T348 458Q439 426 488 385T538 274Q538 221 505 180T404 118Q453 91 480 54ZM164 227T197 199T291 170Q350
170 383 200T417 274Q417 320 384 348T289 377Q230 377 197 348T164 274Q164 227 197 199Z" />
<glyph unicode="&#xa8;" glyph-name="dieresis" horiz-adv-x="365" d="M38 704T54 720T94 736Q118 736 134 720T151 680Q151 657 135 641T94 624Q70 624 54 640T38 680Q38 704 54 720ZM215 704T231 720T271 736Q295 736 311 720T327 680Q327 657 311 641T271 624Q247
624 231 640T215 680Q215 704 231 720Z" />
<glyph unicode="&#xa9;" glyph-name="copyright" horiz-adv-x="788" d="M292 710T213 665T90 539T46 355Q46 252 90 171T213 44T394 -2Q496 -2 575 43T698 170T742 355Q742 458 698 539T575 665T394 710Q292 710 213 665ZM487 670T556 631T662 520T699 355Q699
263 662 191T556 79T394 38Q302 38 233 78T126 191T89 355Q89 448 126 519T232 630T394 670Q487 670 556 631ZM474 584T531 540T605 418H508Q495 459 464 482T393 506Q340 506 305 467T269 354Q269 282 304 243T393 203Q433 203 464 226T508 291H605Q589 213 532
169T398 124Q336 124 286 151T207 231T178 355Q178 426 207 478T286 557T398 584Q474 584 531 540Z" />
<glyph unicode="&#xaa;" glyph-name="ordfeminine" horiz-adv-x="456" d="M291 710T326 627V705H413V354H326V432Q290 348 194 348Q122 348 77 397T31 529Q31 612 76 661T194 710Q291 710 326 627ZM177 640T149 610T121 528Q121 478 149 449T221 420Q268 420 297
449T326 530Q326 580 297 610T221 640Q177 640 149 610Z" />
<glyph unicode="&#xab;" glyph-name="guillemotleft" horiz-adv-x="489" d="M138 120L45 295L138 470H247L152 295L247 120H138ZM335 120L242 295L335 470H443L348 295L443 120H335Z" />
<glyph unicode="&#xac;" glyph-name="logicalnot" horiz-adv-x="748" d="M694 435V208H580V347H41V435H694Z" />
<glyph unicode="&#xad;" glyph-name="uni00AD" horiz-adv-x="506" d="M659 410V314H247V410H659Z" />
<glyph unicode="&#xae;" glyph-name="registered" horiz-adv-x="802" d="M506 711T586 667T711 541T756 355Q756 252 712 171T587 44T402 -2Q298 -2 217 43T91 170T46 355Q46 460 90 541T216 666T402 711Q506 711 586 667ZM496 43T566 82T675 191T713 355Q713
450 675 521T567 632T402 671Q307 671 236 632T127 522T89 355Q89 262 127 192T236 82T402 43Q496 43 566 82ZM578 408T549 375T462 333L581 146H500L386 330H335V146H261V585H423Q501 585 539 550T578 458Q578 408 549 375ZM335 379H416Q503 379 503 449Q503 483
483 500T416 518H335V379Z" />
<glyph unicode="&#xaf;" glyph-name="overscore" horiz-adv-x="418" d="M392 720V642H26V720H392Z" />
<glyph unicode="&#xb0;" glyph-name="degree" horiz-adv-x="422" d="M295 702T345 655T395 526Q395 444 346 396T213 347Q130 347 79 396T27 526Q27 607 77 654T211 702Q295 702 345 655ZM170 639T144 609T117 525Q117 471 144 442T213 412Q254 412 279 441T305
525Q305 579 279 609T212 639Q170 639 144 609Z" />
<glyph unicode="&#xb1;" glyph-name="plusminus" horiz-adv-x="571" d="M341 369V197H541V93H31V197H230V369H31V473H230V633H341V473H541V369H341Z" />
<glyph unicode="&#xb2;" glyph-name="twosuperior" horiz-adv-x="358" d="M323 420V352H44V415L168 507Q198 531 213 553T229 603Q229 626 217 637T184 649Q159 649 145 633T127 584H40Q44 640 84 676T194 712Q256 712 288 683T321 610Q321 570 294 539T208 472L129
420H323Z" />
<glyph unicode="&#xb3;" glyph-name="threesuperior" horiz-adv-x="349" d="M241 712T278 684T315 611Q315 547 244 532V529Q320 510 320 445Q320 402 283 375T181 348Q105 348 69 376T27 462H119Q121 433 135 422T174 411Q200 411 214 423T228 460Q228 485 211
498T166 512H119V547H163Q191 547 207 560T223 600Q223 622 209 635T171 648Q123 648 115 599H31Q35 648 71 680T180 712Q241 712 278 684Z" />
<glyph unicode="&#xb4;" glyph-name="acute" horiz-adv-x="273" d="M247 707L26 594V674L247 796V707Z" />
<glyph unicode="&#xb5;" glyph-name="uni00B5" horiz-adv-x="681" d="M601 551V0H486V115Q465 56 417 24T303 -8Q270 -8 241 4T194 43V-262H80V551H194V264Q194 180 234 136T343 92Q408 92 447 134T486 259V551H601Z" />
<glyph unicode="&#xb6;" glyph-name="paragraph" horiz-adv-x="625" d="M545 0H451V608H366V0H273V282H258Q140 282 81 340T21 488Q21 579 81 637T258 695H545V0Z" />
<glyph unicode="&#xb7;" glyph-name="middot" horiz-adv-x="204" d="M166 395V269H37V395H166Z" />
<glyph unicode="&#xb8;" glyph-name="cedilla" horiz-adv-x="293" d="M194 -58T230 -82T267 -159Q267 -210 232 -236T141 -262H26V-198H128Q188 -198 188 -156Q188 -138 174 -127T128 -116H69V7H139V-60Q194 -58 230 -82Z" />
<glyph unicode="&#xb9;" glyph-name="onesuperior" horiz-adv-x="216" d="M31 635V704H178V352H90V635H31Z" />
<glyph unicode="&#xba;" glyph-name="ordmasculine" horiz-adv-x="439" d="M276 709T319 686T386 622T410 527Q410 475 386 434T319 369T220 345Q164 345 121 368T55 433T31 527Q31 580 54 621T121 686T220 709Q276 709 319 686ZM176 640T148 611T120 527Q120
474 148 445T220 415Q264 415 292 444T321 527Q321 581 293 610T220 640Q176 640 148 611Z" />
<glyph unicode="&#xbb;" glyph-name="guillemotright" horiz-adv-x="489" d="M146 295L50 470H160L252 295L160 120H50L146 295ZM343 295L247 470H356L448 295L356 120H247L343 295Z" />
<glyph unicode="&#xbc;" glyph-name="onequarter" horiz-adv-x="684" d="M561 706L195 0H82L449 706H561ZM53 635V704H200V352H112V635H53ZM653 68H607V0H519V68H333V117L493 353H607V120H653V68ZM523 281L417 122H523V281Z" />
<glyph unicode="&#xbd;" glyph-name="onehalf" horiz-adv-x="750" d="M557 707L185 0H73L444 707H557ZM114 635H55V704H202V352H114V635ZM691 67V-1H412V62L536 154Q566 178 581 200T597 250Q597 273 585 284T552 296Q527 296 513 280T495 231H408Q412 287 452
323T562 359Q624 359 656 330T689 257Q689 217 662 186T576 119L497 67H691Z" />
<glyph unicode="&#xbe;" glyph-name="threequarters" horiz-adv-x="763" d="M275 712T312 684T349 611Q349 547 278 532V529Q354 510 354 445Q354 402 317 375T215 348Q139 348 103 376T61 462H153Q155 433 169 422T208 411Q234 411 248 423T262 460Q262 485 245
498T200 512H153V547H197Q225 547 241 560T257 600Q257 622 243 635T205 648Q157 648 149 599H65Q69 648 105 680T214 712Q275 712 312 684ZM650 707L292 0H179L537 707H650ZM735 68H689V0H602V68H415V117L565 353H689V120H735V68ZM606 291L500 120H606V291Z" />
<glyph unicode="&#xbf;" glyph-name="questiondown" horiz-adv-x="498" d="M176 -186T116 -132T56 18Q56 122 120 174T296 229V339H404V153H356Q269 153 219 125T169 19Q169 -33 199 -62T280 -92Q334 -92 367 -61T400 20H509Q510 -40 482 -86T401 -159T276 -186Q176
-186 116 -132ZM284 428V554H414V428H284Z" />
<glyph unicode="&#xc0;" glyph-name="Agrave" horiz-adv-x="682" d="M490 153H192L138 0H16L276 695H407L666 0H544L490 153ZM458 241L341 571L224 241H458ZM399 829V749L178 862V951L399 829Z" />
<glyph unicode="&#xc1;" glyph-name="Aacute" horiz-adv-x="682" d="M490 153H192L138 0H16L276 695H407L666 0H544L490 153ZM458 241L341 571L224 241H458ZM499 862L278 749V829L499 951V862Z" />
<glyph unicode="&#xc2;" glyph-name="Acircumflex" horiz-adv-x="682" d="M490 153H192L138 0H16L276 695H407L666 0H544L490 153ZM458 241L341 571L224 241H458ZM342 846L198 762V840L342 923L484 840V762L342 846Z" />
<glyph unicode="&#xc3;" glyph-name="Atilde" horiz-adv-x="682" d="M490 153H192L138 0H16L276 695H407L666 0H544L490 153ZM458 241L341 571L224 241H458ZM300 880T314 874T351 854Q366 843 378 838T405 832Q422 832 433 844T449 879H509Q501 821 473 792T401
763Q380 763 364 770T327 790Q308 801 299 805T276 810Q239 810 233 763H172Q191 880 280 880Q300 880 314 874Z" />
<glyph unicode="&#xc4;" glyph-name="Adieresis" horiz-adv-x="682" d="M490 153H192L138 0H16L276 695H407L666 0H544L490 153ZM458 241L341 571L224 241H458ZM196 859T212 875T252 891Q276 891 292 875T309 835Q309 812 293 796T252 779Q228 779 212 795T196
835Q196 859 212 875ZM373 859T389 875T429 891Q453 891 469 875T485 835Q485 812 469 796T429 779Q405 779 389 795T373 835Q373 859 389 875Z" />
<glyph unicode="&#xc5;" glyph-name="Aring" horiz-adv-x="682" d="M490 153H192L138 0H16L276 695H407L666 0H544L490 153ZM458 241L341 571L224 241H458ZM388 979T419 949T450 869Q450 819 419 790T341 760Q294 760 263 789T231 869Q231 919 262 949T341 979Q388
979 419 949ZM315 930T299 914T282 869Q282 842 298 826T341 809Q366 809 382 825T399 869Q399 897 383 913T341 930Q315 930 299 914Z" />
<glyph unicode="&#xc6;" glyph-name="AE" horiz-adv-x="907" d="M580 614V401H835V313H580V93H865V0H465V148H213L131 0H5L394 706H865V614H580ZM465 236V606L261 236H465Z" />
<glyph unicode="&#xc7;" glyph-name="Ccedilla" horiz-adv-x="761" d="M514 713T600 647T716 468H595Q570 532 516 569T382 607Q319 607 270 576T192 488T163 353Q163 277 191 220T269 131T382 100Q461 100 515 137T595 238H716Q686 125 600 60T384 -6Q284 -6
207 39T88 166T46 353Q46 458 88 539T207 667T384 713Q514 713 600 647ZM473 -58T509 -82T546 -159Q546 -210 511 -236T420 -262H305V-198H407Q467 -198 467 -156Q467 -138 453 -127T407 -116H348V7H418V-60Q473 -58 509 -82Z" />
<glyph unicode="&#xc8;" glyph-name="Egrave" horiz-adv-x="515" d="M183 614V400H443V312H183V93H473V0H69V706H473V614H183ZM329 829V749L108 862V951L329 829Z" />
<glyph unicode="&#xc9;" glyph-name="Eacute" horiz-adv-x="515" d="M183 614V400H443V312H183V93H473V0H69V706H473V614H183ZM430 862L209 749V829L430 951V862Z" />
<glyph unicode="&#xca;" glyph-name="Ecircumflex" horiz-adv-x="515" d="M183 614V400H443V312H183V93H473V0H69V706H473V614H183ZM272 846L128 762V840L272 923L414 840V762L272 846Z" />
<glyph unicode="&#xcb;" glyph-name="Edieresis" horiz-adv-x="515" d="M183 614V400H443V312H183V93H473V0H69V706H473V614H183ZM127 859T143 875T183 891Q207 891 223 875T240 835Q240 812 224 796T183 779Q159 779 143 795T127 835Q127 859 143 875ZM304 859T320
875T360 891Q384 891 400 875T416 835Q416 812 400 796T360 779Q336 779 320 795T304 835Q304 859 320 875Z" />
<glyph unicode="&#xcc;" glyph-name="Igrave" horiz-adv-x="252" d="M183 706V0H69V706H183ZM184 829V749L-37 862V951L184 829Z" />
<glyph unicode="&#xcd;" glyph-name="Iacute" horiz-adv-x="252" d="M183 706V0H69V706H183ZM285 862L64 749V829L285 951V862Z" />
<glyph unicode="&#xce;" glyph-name="Icircumflex" horiz-adv-x="252" d="M183 706V0H69V706H183ZM127 846L-17 762V840L127 923L269 840V762L127 846Z" />
<glyph unicode="&#xcf;" glyph-name="Idieresis" horiz-adv-x="252" d="M183 706V0H69V706H183ZM-18 859T-2 875T38 891Q62 891 78 875T95 835Q95 812 79 796T38 779Q14 779 -2 795T-18 835Q-18 859 -2 875ZM159 859T175 875T215 891Q239 891 255 875T271 835Q271
812 255 796T215 779Q191 779 175 795T159 835Q159 859 175 875Z" />
<glyph unicode="&#xd0;" glyph-name="Eth" horiz-adv-x="742" d="M443 706T526 663T653 540T697 354Q697 247 654 168T527 44T326 0H90V308H5V400H90V706H326Q443 706 526 663ZM444 103T512 169T580 354Q580 473 512 539T317 605H205V400H389V308H205V103H317Q444
103 512 169Z" />
<glyph unicode="&#xd1;" glyph-name="Ntilde" horiz-adv-x="709" d="M640 0H526L183 521V0H69V705H183L526 182V705H640V0ZM313 880T327 874T364 854Q379 843 391 838T418 832Q435 832 446 844T462 879H522Q514 821 486 792T414 763Q393 763 377 770T340 790Q321
801 312 805T289 810Q252 810 246 763H185Q204 880 293 880Q313 880 327 874Z" />
<glyph unicode="&#xd2;" glyph-name="Ograve" horiz-adv-x="790" d="M494 715T573 669T698 541T744 354Q744 250 699 168T574 39T396 -8Q297 -8 218 38T92 167T46 354Q46 458 92 540T217 669T396 715Q494 715 573 669ZM328 609T275 578T193 489T163 354Q163 277
192 219T275 130T396 99Q463 99 515 130T597 219T627 354Q627 431 598 489T516 578T396 609Q328 609 275 578ZM453 829V749L232 862V951L453 829Z" />
<glyph unicode="&#xd3;" glyph-name="Oacute" horiz-adv-x="790" d="M494 715T573 669T698 541T744 354Q744 250 699 168T574 39T396 -8Q297 -8 218 38T92 167T46 354Q46 458 92 540T217 669T396 715Q494 715 573 669ZM328 609T275 578T193 489T163 354Q163 277
192 219T275 130T396 99Q463 99 515 130T597 219T627 354Q627 431 598 489T516 578T396 609Q328 609 275 578ZM554 862L333 749V829L554 951V862Z" />
<glyph unicode="&#xd4;" glyph-name="Ocircumflex" horiz-adv-x="790" d="M494 715T573 669T698 541T744 354Q744 250 699 168T574 39T396 -8Q297 -8 218 38T92 167T46 354Q46 458 92 540T217 669T396 715Q494 715 573 669ZM328 609T275 578T193 489T163 354Q163
277 192 219T275 130T396 99Q463 99 515 130T597 219T627 354Q627 431 598 489T516 578T396 609Q328 609 275 578ZM396 846L252 762V840L396 923L538 840V762L396 846Z" />
<glyph unicode="&#xd5;" glyph-name="Otilde" horiz-adv-x="790" d="M494 715T573 669T698 541T744 354Q744 250 699 168T574 39T396 -8Q297 -8 218 38T92 167T46 354Q46 458 92 540T217 669T396 715Q494 715 573 669ZM328 609T275 578T193 489T163 354Q163 277
192 219T275 130T396 99Q463 99 515 130T597 219T627 354Q627 431 598 489T516 578T396 609Q328 609 275 578ZM354 880T368 874T405 854Q420 843 432 838T459 832Q476 832 487 844T503 879H563Q555 821 527 792T455 763Q434 763 418 770T381 790Q362 801 353 805T330
810Q293 810 287 763H226Q245 880 334 880Q354 880 368 874Z" />
<glyph unicode="&#xd6;" glyph-name="Odieresis" horiz-adv-x="790" d="M494 715T573 669T698 541T744 354Q744 250 699 168T574 39T396 -8Q297 -8 218 38T92 167T46 354Q46 458 92 540T217 669T396 715Q494 715 573 669ZM328 609T275 578T193 489T163 354Q163
277 192 219T275 130T396 99Q463 99 515 130T597 219T627 354Q627 431 598 489T516 578T396 609Q328 609 275 578ZM251 859T267 875T307 891Q331 891 347 875T364 835Q364 812 348 796T307 779Q283 779 267 795T251 835Q251 859 267 875ZM428 859T444 875T484 891Q508
891 524 875T540 835Q540 812 524 796T484 779Q460 779 444 795T428 835Q428 859 444 875Z" />
<glyph unicode="&#xd7;" glyph-name="multiply" horiz-adv-x="522" d="M415 135L259 290L105 136L31 209L185 364L32 516L109 592L261 440L411 591L485 518L334 367L491 210L415 135Z" />
<glyph unicode="&#xd8;" glyph-name="Oslash" horiz-adv-x="790" d="M654 603Q697 555 720 492T744 354Q744 250 699 168T574 39T396 -8Q331 -8 274 12T172 70L109 0H41L136 105Q93 153 70 216T46 354Q46 458 92 540T217 669T396 715Q460 715 516 695T618 638L682
708H749L654 603ZM163 257T211 188L545 557Q515 582 477 595T396 609Q328 609 275 578T193 489T163 354Q163 257 211 188ZM627 451T579 520L246 151Q306 99 396 99Q463 99 515 130T597 219T627 354Q627 451 579 520Z" />
<glyph unicode="&#xd9;" glyph-name="Ugrave" horiz-adv-x="671" d="M178 706V287Q178 193 219 147T336 101Q410 101 451 147T493 287V706H607V287Q607 142 532 68T334 -7Q212 -7 138 67T64 287V706H178ZM393 829V749L172 862V951L393 829Z" />
<glyph unicode="&#xda;" glyph-name="Uacute" horiz-adv-x="671" d="M178 706V287Q178 193 219 147T336 101Q410 101 451 147T493 287V706H607V287Q607 142 532 68T334 -7Q212 -7 138 67T64 287V706H178ZM494 862L273 749V829L494 951V862Z" />
<glyph unicode="&#xdb;" glyph-name="Ucircumflex" horiz-adv-x="671" d="M178 706V287Q178 193 219 147T336 101Q410 101 451 147T493 287V706H607V287Q607 142 532 68T334 -7Q212 -7 138 67T64 287V706H178ZM337 846L193 762V840L337 923L479 840V762L337 846Z" />
<glyph unicode="&#xdc;" glyph-name="Udieresis" horiz-adv-x="671" d="M178 706V287Q178 193 219 147T336 101Q410 101 451 147T493 287V706H607V287Q607 142 532 68T334 -7Q212 -7 138 67T64 287V706H178ZM191 859T207 875T247 891Q271 891 287 875T304 835Q304
812 288 796T247 779Q223 779 207 795T191 835Q191 859 207 875ZM368 859T384 875T424 891Q448 891 464 875T480 835Q480 812 464 796T424 779Q400 779 384 795T368 835Q368 859 384 875Z" />
<glyph unicode="&#xdd;" glyph-name="Yacute" horiz-adv-x="618" d="M602 706L367 257V0H252V257L16 706H148L310 379L472 706H602ZM468 862L247 749V829L468 951V862Z" />
<glyph unicode="&#xde;" glyph-name="Thorn" horiz-adv-x="585" d="M183 143V0H69V706H183V566H309Q431 566 492 509T554 353Q554 255 491 199T309 143H183ZM438 232T438 353Q438 413 405 444T297 476H183V232H297Q438 232 438 353Z" />
<glyph unicode="&#xdf;" glyph-name="germandbls" horiz-adv-x="675" d="M583 335T616 287T649 169Q649 119 625 79T556 15T454 -9Q358 -9 305 43T251 188H347Q349 143 373 117T444 91Q490 91 513 116T537 178Q537 214 519 241T453 299L299 392V441L328 456Q358
472 371 493T385 545Q385 590 359 618T288 646Q240 646 212 617T183 535V0H69V513Q69 631 129 690T301 750Q362 750 407 729T477 670T502 585Q502 539 478 505T401 446L507 381Q583 335 616 287Z" />
<glyph unicode="&#xe0;" glyph-name="agrave" horiz-adv-x="675" d="M365 558T418 521T493 423V551H607V0H493V128Q471 67 418 30T290 -7Q218 -7 162 27T73 125T41 276Q41 362 73 426T161 524T290 558Q365 558 418 521ZM249 458T204 410T158 276Q158 191 203 143T325
94Q373 94 411 116T471 180T493 276Q493 330 471 371T411 435T325 458Q249 458 204 410ZM382 674V594L161 707V796L382 674Z" />
<glyph unicode="&#xe1;" glyph-name="aacute" horiz-adv-x="675" d="M365 558T418 521T493 423V551H607V0H493V128Q471 67 418 30T290 -7Q218 -7 162 27T73 125T41 276Q41 362 73 426T161 524T290 558Q365 558 418 521ZM249 458T204 410T158 276Q158 191 203 143T325
94Q373 94 411 116T471 180T493 276Q493 330 471 371T411 435T325 458Q249 458 204 410ZM483 707L262 594V674L483 796V707Z" />
<glyph unicode="&#xe2;" glyph-name="acircumflex" horiz-adv-x="675" d="M365 558T418 521T493 423V551H607V0H493V128Q471 67 418 30T290 -7Q218 -7 162 27T73 125T41 276Q41 362 73 426T161 524T290 558Q365 558 418 521ZM249 458T204 410T158 276Q158 191
203 143T325 94Q373 94 411 116T471 180T493 276Q493 330 471 371T411 435T325 458Q249 458 204 410ZM325 691L181 607V685L325 768L467 685V607L325 691Z" />
<glyph unicode="&#xe3;" glyph-name="atilde" horiz-adv-x="675" d="M365 558T418 521T493 423V551H607V0H493V128Q471 67 418 30T290 -7Q218 -7 162 27T73 125T41 276Q41 362 73 426T161 524T290 558Q365 558 418 521ZM249 458T204 410T158 276Q158 191 203 143T325
94Q373 94 411 116T471 180T493 276Q493 330 471 371T411 435T325 458Q249 458 204 410ZM283 725T297 719T334 699Q349 688 361 683T388 677Q405 677 416 689T432 724H492Q484 666 456 637T384 608Q363 608 347 615T310 635Q291 646 282 650T259 655Q222 655 216
608H155Q174 725 263 725Q283 725 297 719Z" />
<glyph unicode="&#xe4;" glyph-name="adieresis" horiz-adv-x="675" d="M365 558T418 521T493 423V551H607V0H493V128Q471 67 418 30T290 -7Q218 -7 162 27T73 125T41 276Q41 362 73 426T161 524T290 558Q365 558 418 521ZM249 458T204 410T158 276Q158 191 203
143T325 94Q373 94 411 116T471 180T493 276Q493 330 471 371T411 435T325 458Q249 458 204 410ZM180 704T196 720T236 736Q260 736 276 720T293 680Q293 657 277 641T236 624Q212 624 196 640T180 680Q180 704 196 720ZM357 704T373 720T413 736Q437 736 453 720T469
680Q469 657 453 641T413 624Q389 624 373 640T357 680Q357 704 373 720Z" />
<glyph unicode="&#xe5;" glyph-name="aring" horiz-adv-x="675" d="M365 558T418 521T493 423V551H607V0H493V128Q471 67 418 30T290 -7Q218 -7 162 27T73 125T41 276Q41 362 73 426T161 524T290 558Q365 558 418 521ZM249 458T204 410T158 276Q158 191 203 143T325
94Q373 94 411 116T471 180T493 276Q493 330 471 371T411 435T325 458Q249 458 204 410ZM371 824T402 794T433 714Q433 664 402 635T324 605Q277 605 246 634T214 714Q214 764 245 794T324 824Q371 824 402 794ZM298 775T282 759T265 714Q265 687 281 671T324 654Q349
654 365 670T382 714Q382 742 366 758T324 775Q298 775 282 759Z" />
<glyph unicode="&#xe6;" glyph-name="ae" horiz-adv-x="1097" d="M1056 280T1051 253H610Q614 168 660 126T775 84Q836 84 877 113T929 192H1050Q1034 103 971 48T812 -7Q737 -7 683 28T607 129V0H493V128Q471 67 418 30T290 -7Q218 -7 162 27T73 125T41 276Q41
362 73 426T161 524T290 558Q365 558 418 521T493 423V551H607V422Q627 487 682 522T812 558Q887 558 942 525T1026 433T1056 302Q1056 280 1051 253ZM943 359T921 395T861 449T779 467Q711 467 663 427T610 305H940Q943 359 921 395ZM373 94T411 116T471 180T493
276Q493 330 471 371T411 435T325 458Q249 458 204 410T158 276Q158 191 203 143T325 94Q373 94 411 116Z" />
<glyph unicode="&#xe7;" glyph-name="ccedilla" horiz-adv-x="619" d="M421 558T491 502T578 348H457Q447 400 409 429T312 459Q246 459 202 413T158 276Q158 186 202 139T312 92Q370 92 408 122T457 204H578Q561 107 491 50T314 -7Q234 -7 173 27T76 125T41 276Q41
362 76 426T172 524T314 558Q421 558 491 502ZM384 -58T420 -82T457 -159Q457 -210 422 -236T331 -262H216V-198H318Q378 -198 378 -156Q378 -138 364 -127T318 -116H259V7H329V-60Q384 -58 420 -82Z" />
<glyph unicode="&#xe8;" glyph-name="egrave" horiz-adv-x="622" d="M581 274T577 253H153Q156 168 200 127T309 86Q366 86 405 115T454 192H576Q565 134 530 89T439 19T314 -7Q234 -7 173 27T76 125T41 276Q41 362 76 426T172 524T314 558Q395 558 455 525T548
433T581 302Q581 274 577 253ZM468 359T448 395T392 449T314 467Q247 467 202 426T153 305H466Q468 359 448 395ZM369 674V594L148 707V796L369 674Z" />
<glyph unicode="&#xe9;" glyph-name="eacute" horiz-adv-x="622" d="M581 274T577 253H153Q156 168 200 127T309 86Q366 86 405 115T454 192H576Q565 134 530 89T439 19T314 -7Q234 -7 173 27T76 125T41 276Q41 362 76 426T172 524T314 558Q395 558 455 525T548
433T581 302Q581 274 577 253ZM468 359T448 395T392 449T314 467Q247 467 202 426T153 305H466Q468 359 448 395ZM470 707L249 594V674L470 796V707Z" />
<glyph unicode="&#xea;" glyph-name="ecircumflex" horiz-adv-x="622" d="M581 274T577 253H153Q156 168 200 127T309 86Q366 86 405 115T454 192H576Q565 134 530 89T439 19T314 -7Q234 -7 173 27T76 125T41 276Q41 362 76 426T172 524T314 558Q395 558 455 525T548
433T581 302Q581 274 577 253ZM468 359T448 395T392 449T314 467Q247 467 202 426T153 305H466Q468 359 448 395ZM313 691L169 607V685L313 768L455 685V607L313 691Z" />
<glyph unicode="&#xeb;" glyph-name="edieresis" horiz-adv-x="622" d="M581 274T577 253H153Q156 168 200 127T309 86Q366 86 405 115T454 192H576Q565 134 530 89T439 19T314 -7Q234 -7 173 27T76 125T41 276Q41 362 76 426T172 524T314 558Q395 558 455 525T548
433T581 302Q581 274 577 253ZM468 359T448 395T392 449T314 467Q247 467 202 426T153 305H466Q468 359 448 395ZM167 704T183 720T223 736Q247 736 263 720T280 680Q280 657 264 641T223 624Q199 624 183 640T167 680Q167 704 183 720ZM344 704T360 720T400 736Q424
736 440 720T456 680Q456 657 440 641T400 624Q376 624 360 640T344 680Q344 704 360 720Z" />
<glyph unicode="&#xec;" glyph-name="igrave" horiz-adv-x="276" d="M195 551V0H80V551H195ZM452 674V594L231 707V796L452 674Z" />
<glyph unicode="&#xed;" glyph-name="iacute" horiz-adv-x="276" d="M195 551V0H80V551H195ZM297 707L76 594V674L297 796V707Z" />
<glyph unicode="&#xee;" glyph-name="icircumflex" horiz-adv-x="276" d="M195 551V0H80V551H195ZM395 691L251 607V685L395 768L537 685V607L395 691Z" />
<glyph unicode="&#xef;" glyph-name="idieresis" horiz-adv-x="276" d="M195 551V0H80V551H195ZM250 704T266 720T306 736Q330 736 346 720T363 680Q363 657 347 641T306 624Q282 624 266 640T250 680Q250 704 266 720ZM427 704T443 720T483 736Q507 736 523 720T539
680Q539 657 523 641T483 624Q459 624 443 640T427 680Q427 704 443 720Z" />
<glyph unicode="&#xf0;" glyph-name="eth" horiz-adv-x="644" d="M603 511T603 312Q603 209 567 138T468 30T325 -7Q243 -7 179 29T78 132T41 285Q41 368 75 430T172 526T313 560Q368 560 413 532T481 449Q455 558 386 643L258 601V644L357 676Q326 709 287 740H389L432
701L544 738V695L463 668Q603 511 603 312ZM394 93T440 141T486 276Q486 335 464 377T404 439T323 460Q252 460 205 415T158 284Q158 223 180 180T241 115T325 93Q394 93 440 141Z" />
<glyph unicode="&#xf1;" glyph-name="ntilde" horiz-adv-x="653" d="M473 560T531 498T589 321V0H475V309Q475 383 437 423T333 464Q265 464 224 421T183 293V0H69V551H183V430Q205 492 257 526T377 560Q473 560 531 498ZM287 725T301 719T338 699Q353 688 365
683T392 677Q409 677 420 689T436 724H496Q488 666 460 637T388 608Q367 608 351 615T314 635Q295 646 286 650T263 655Q226 655 220 608H159Q178 725 267 725Q287 725 301 719Z" />
<glyph unicode="&#xf2;" glyph-name="ograve" horiz-adv-x="642" d="M401 558T465 524T565 426T601 276Q601 189 565 125T465 27T321 -7Q241 -7 178 27T78 125T41 276Q41 362 77 426T177 524T321 558Q401 558 465 524ZM277 459T240 439T181 378T158 276Q158 215
180 174T240 113T321 93Q365 93 402 113T461 174T484 276Q484 336 462 377T402 439T321 459Q277 459 240 439ZM379 674V594L158 707V796L379 674Z" />
<glyph unicode="&#xf3;" glyph-name="oacute" horiz-adv-x="642" d="M401 558T465 524T565 426T601 276Q601 189 565 125T465 27T321 -7Q241 -7 178 27T78 125T41 276Q41 362 77 426T177 524T321 558Q401 558 465 524ZM277 459T240 439T181 378T158 276Q158 215
180 174T240 113T321 93Q365 93 402 113T461 174T484 276Q484 336 462 377T402 439T321 459Q277 459 240 439ZM480 707L259 594V674L480 796V707Z" />
<glyph unicode="&#xf4;" glyph-name="ocircumflex" horiz-adv-x="642" d="M401 558T465 524T565 426T601 276Q601 189 565 125T465 27T321 -7Q241 -7 178 27T78 125T41 276Q41 362 77 426T177 524T321 558Q401 558 465 524ZM277 459T240 439T181 378T158 276Q158
215 180 174T240 113T321 93Q365 93 402 113T461 174T484 276Q484 336 462 377T402 439T321 459Q277 459 240 439ZM322 691L178 607V685L322 768L464 685V607L322 691Z" />
<glyph unicode="&#xf5;" glyph-name="otilde" horiz-adv-x="642" d="M401 558T465 524T565 426T601 276Q601 189 565 125T465 27T321 -7Q241 -7 178 27T78 125T41 276Q41 362 77 426T177 524T321 558Q401 558 465 524ZM277 459T240 439T181 378T158 276Q158 215
180 174T240 113T321 93Q365 93 402 113T461 174T484 276Q484 336 462 377T402 439T321 459Q277 459 240 439ZM280 725T294 719T331 699Q346 688 358 683T385 677Q402 677 413 689T429 724H489Q481 666 453 637T381 608Q360 608 344 615T307 635Q288 646 279 650T256
655Q219 655 213 608H152Q171 725 260 725Q280 725 294 719Z" />
<glyph unicode="&#xf6;" glyph-name="odieresis" horiz-adv-x="642" d="M401 558T465 524T565 426T601 276Q601 189 565 125T465 27T321 -7Q241 -7 178 27T78 125T41 276Q41 362 77 426T177 524T321 558Q401 558 465 524ZM277 459T240 439T181 378T158 276Q158
215 180 174T240 113T321 93Q365 93 402 113T461 174T484 276Q484 336 462 377T402 439T321 459Q277 459 240 439ZM177 704T193 720T233 736Q257 736 273 720T290 680Q290 657 274 641T233 624Q209 624 193 640T177 680Q177 704 193 720ZM354 704T370 720T410 736Q434
736 450 720T466 680Q466 657 450 641T410 624Q386 624 370 640T354 680Q354 704 370 720Z" />
<glyph unicode="&#xf7;" glyph-name="divide" horiz-adv-x="571" d="M350 648V522H220V648H350ZM541 413V309H31V413H541ZM350 202V77H220V202H350Z" />
<glyph unicode="&#xf8;" glyph-name="oslash" horiz-adv-x="635" d="M528 472Q561 435 579 386T597 276Q597 189 561 125T461 27T317 -7Q213 -7 141 48L97 0H37L108 78Q37 154 37 276Q37 362 73 426T173 524T317 558Q420 558 495 502L540 551H600L528 472ZM154
207T184 161L422 422Q379 459 317 459Q273 459 236 439T177 378T154 276Q154 207 184 161ZM480 343T451 388L214 128Q256 93 317 93Q361 93 398 113T457 174T480 276Q480 343 451 388Z" />
<glyph unicode="&#xf9;" glyph-name="ugrave" horiz-adv-x="645" d="M577 551V0H462V120Q441 59 389 26T268 -8Q172 -8 114 54T56 231V551H170V243Q170 168 208 128T312 87Q380 87 421 131T462 259V551H577ZM374 674V594L153 707V796L374 674Z" />
<glyph unicode="&#xfa;" glyph-name="uacute" horiz-adv-x="645" d="M577 551V0H462V120Q441 59 389 26T268 -8Q172 -8 114 54T56 231V551H170V243Q170 168 208 128T312 87Q380 87 421 131T462 259V551H577ZM475 707L254 594V674L475 796V707Z" />
<glyph unicode="&#xfb;" glyph-name="ucircumflex" horiz-adv-x="645" d="M577 551V0H462V120Q441 59 389 26T268 -8Q172 -8 114 54T56 231V551H170V243Q170 168 208 128T312 87Q380 87 421 131T462 259V551H577ZM317 691L173 607V685L317 768L459 685V607L317 691Z" />
<glyph unicode="&#xfc;" glyph-name="udieresis" horiz-adv-x="645" d="M577 551V0H462V120Q441 59 389 26T268 -8Q172 -8 114 54T56 231V551H170V243Q170 168 208 128T312 87Q380 87 421 131T462 259V551H577ZM172 704T188 720T228 736Q252 736 268 720T285 680Q285
657 269 641T228 624Q204 624 188 640T172 680Q172 704 188 720ZM349 704T365 720T405 736Q429 736 445 720T461 680Q461 657 445 641T405 624Q381 624 365 640T349 680Q349 704 365 720Z" />
<glyph unicode="&#xfd;" glyph-name="yacute" horiz-adv-x="585" d="M134 551L299 146L452 551H579L246 -262H119L238 13L6 551H134ZM451 707L230 594V674L451 796V707Z" />
<glyph unicode="&#xfe;" glyph-name="thorn" horiz-adv-x="675" d="M450 557T508 522T600 422T634 274Q634 190 601 127T509 28T378 -7Q308 -7 259 27T183 121V-262H69V740H183V436Q208 493 258 525T378 557Q450 557 508 522ZM305 457T267 436T206 373T183 276Q183
219 205 178T266 116T351 94Q425 94 471 141T518 274Q518 360 471 408T351 457Q305 457 267 436Z" />
<glyph unicode="&#xff;" glyph-name="ydieresis" horiz-adv-x="585" d="M134 551L299 146L452 551H579L246 -262H119L238 13L6 551H134ZM148 704T164 720T204 736Q228 736 244 720T261 680Q261 657 245 641T204 624Q180 624 164 640T148 680Q148 704 164 720ZM325
704T341 720T381 736Q405 736 421 720T437 680Q437 657 421 641T381 624Q357 624 341 640T325 680Q325 704 341 720Z" />
<glyph unicode="&#x2013;" glyph-name="endash" horiz-adv-x="629" d="M582 410V314H47V410H582Z" />
<glyph unicode="&#x2014;" glyph-name="emdash" horiz-adv-x="845" d="M798 410V314H47V410H798Z" />
<glyph unicode="&#x2018;" glyph-name="quoteleft" horiz-adv-x="197" d="M39 636T39 680Q39 739 68 771T152 804V757Q126 757 115 743T103 698V677H157V580H54Q39 636 39 680Z" />
<glyph unicode="&#x2019;" glyph-name="quoteright" horiz-adv-x="197" d="M157 757T157 704Q157 644 129 612T45 580V628Q70 628 82 642T94 686V707H40V804H143Q157 757 157 704Z" />
<glyph unicode="&#x201a;" glyph-name="quotesinglbase" horiz-adv-x="203" d="M157 32T157 -17Q157 -73 128 -108T40 -144V-98Q65 -98 77 -85T89 -41V-32H31V78H139Q157 32 157 -17Z" />
<glyph unicode="&#x201c;" glyph-name="quotedblleft" horiz-adv-x="348" d="M39 636T39 680Q39 739 68 771T152 804V757Q126 757 115 743T103 698V677H157V580H54Q39 636 39 680ZM191 632T191 680Q191 739 219 771T303 804V757Q254 757 254 698V677H308V580H205Q191
632 191 680Z" />
<glyph unicode="&#x201d;" glyph-name="quotedblright" horiz-adv-x="348" d="M157 757T157 704Q157 644 129 612T45 580V628Q70 628 82 642T94 686V707H40V804H143Q157 757 157 704ZM309 749T309 704Q309 644 280 612T196 580V628Q222 628 233 642T245 686V707H191V804H294Q309
749 309 704Z" />
<glyph unicode="&#x201e;" glyph-name="quotedblbase" horiz-adv-x="348" d="M157 50T157 -3Q157 -63 129 -95T45 -127V-79Q70 -79 82 -65T94 -21V0H40V97H143Q157 50 157 -3ZM309 42T309 -3Q309 -63 280 -95T196 -127V-79Q222 -79 233 -65T245 -21V0H191V97H294Q309
42 309 -3Z" />
<glyph unicode="&#x2022;" glyph-name="bullet" horiz-adv-x="388" d="M63 388T101 426T194 465Q249 465 287 427T325 333Q325 278 287 241T194 203Q139 203 101 240T63 333Q63 388 101 426Z" />
<glyph unicode="&#x2039;" glyph-name="guilsinglleft" horiz-adv-x="297" d="M138 120L45 295L138 470H247L152 295L247 120H138Z" />
<glyph unicode="&#x203a;" glyph-name="guilsinglright" horiz-adv-x="297" d="M146 295L50 470H160L252 295L160 120H50L146 295Z" />
</font>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,341 @@
<?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">
<defs >
<font id="Poppins" horiz-adv-x="867" ><font-face
font-family="Poppins Medium"
units-per-em="1000"
panose-1="0 0 6 0 0 0 0 0 0 0"
ascent="1050"
descent="-350"
alphabetic="0" />
<glyph unicode=" " glyph-name="space" horiz-adv-x="234" />
<glyph unicode="!" glyph-name="exclam" horiz-adv-x="323" d="M294 728L188 221H93L167 728H294ZM190 126L168 0H38L60 126H190Z" />
<glyph unicode="&quot;" glyph-name="quotedbl" horiz-adv-x="334" d="M159 798L113 592H35L61 798H159ZM310 798L264 592H186L212 798H310Z" />
<glyph unicode="#" glyph-name="numbersign" horiz-adv-x="832" d="M659 444L600 294H735L716 190H560L486 0H379L453 190H254L180 0H73L147 190H-6L13 294H187L246 444H98L116 549H287L361 740H468L394 549H593L667 740H774L700 549H838L820 444H659ZM552 444H353L294
294H493L552 444Z" />
<glyph unicode="$" glyph-name="dollar" horiz-adv-x="597" d="M444 527Q445 562 424 589T361 624L322 404Q333 401 342 397Q401 378 438 361T500 312T526 228Q526 207 522 188Q513 136 479 92T387 20T252 -7H250L236 -87H202L216 -5Q125 3 72 51T19 175Q19 189
20 196H142Q140 157 162 125T232 85L272 312Q200 335 165 350T101 399T72 486Q72 497 76 525Q86 581 123 624T217 691T343 715L358 800H392L377 714Q474 707 523 656T567 527H444ZM197 515T197 510Q197 475 221 454T290 415L328 627Q276 626 242 601T199 529Q197
515 197 510ZM402 199T402 204Q402 241 377 262T304 301L266 82Q320 82 355 111T400 185Q402 199 402 204Z" />
<glyph unicode="%" glyph-name="percent" horiz-adv-x="701" d="M305 716T340 684T375 594Q375 579 372 562Q359 491 310 450T193 409Q135 409 100 441T65 529Q65 544 68 562Q80 633 129 674T246 716Q305 716 340 684ZM669 707L144 0H33L557 707H669ZM145 554T145
540Q145 512 161 496T204 479Q238 479 262 501T293 562Q295 576 295 582Q295 612 279 629T234 646Q201 646 177 623T147 562Q145 554 145 540ZM567 298T602 267T637 179Q637 163 634 145Q622 74 573 33T456 -9Q397 -9 362 23T327 113Q327 129 330 145Q343 216 393
257T509 298Q567 298 602 267ZM407 95T423 78T467 61Q500 61 524 84T555 145Q557 152 557 166Q557 195 541 211T497 228Q459 228 433 199T407 124Q407 95 423 78Z" />
<glyph unicode="&amp;" glyph-name="ampersand" horiz-adv-x="685" d="M501 0L394 151Q389 136 372 110Q349 57 299 25T186 -7Q101 -7 52 39T3 162Q3 185 7 205Q18 267 51 313T130 384T226 408H234Q230 414 228 419T223 428Q208 454 201 475T193 521Q193 536 196
552Q203 594 231 631T305 690T412 713Q500 713 539 671T578 565Q579 559 579 546Q579 524 572 494H465Q470 526 470 527Q471 534 471 546Q471 580 452 598T397 617Q358 617 333 595T302 541Q300 527 300 521Q300 502 307 487T329 447L618 0H501ZM338 265T308 293T234
321Q186 321 151 292T107 208Q105 190 105 183Q105 139 132 115T204 90Q240 90 271 107T320 154T338 222Q338 265 308 293Z" />
<glyph unicode="&apos;" glyph-name="quotesingle" horiz-adv-x="188" d="M164 798L115 592H37L61 798H164Z" />
<glyph unicode="(" glyph-name="parenleft" horiz-adv-x="391" d="M72 594T172 745T408 990H519L517 978Q212 760 149 403Q135 324 135 255Q135 -2 314 -174L312 -185H201Q119 -111 72 0T25 253Q25 326 38 403Q72 594 172 745Z" />
<glyph unicode=")" glyph-name="parenright" horiz-adv-x="392" d="M320 210T220 59T-16 -185H-128L-126 -174Q180 45 243 403Q257 482 257 550Q257 807 77 978L79 990H191Q273 917 320 806T368 553Q368 485 354 403Q320 210 220 59Z" />
<glyph unicode="*" glyph-name="asterisk" horiz-adv-x="491" d="M414 679L444 599L298 548L426 498L365 415L268 506L264 360H171L217 506L85 413L52 498L198 549L70 599L131 680L232 590L236 736H330L283 590L414 679Z" />
<glyph unicode="+" glyph-name="plus" horiz-adv-x="571" d="M531 308H332L296 106H185L221 308H21L40 413H239L275 616H386L350 413H550L531 308Z" />
<glyph unicode="," glyph-name="comma" horiz-adv-x="193" d="M147 57T147 25Q147 -46 111 -95T5 -144L13 -98Q38 -98 52 -85T71 -41L73 -32H16L35 78H142Q147 57 147 25Z" />
<glyph unicode="-" glyph-name="hyphen" horiz-adv-x="506" d="M487 410L470 314H58L75 410H487Z" />
<glyph unicode="." glyph-name="period" horiz-adv-x="190" d="M171 126L148 0H19L41 126H171Z" />
<glyph unicode="/" glyph-name="slash" horiz-adv-x="378" d="M481 944L11 -176H-100L370 944H481Z" />
<glyph unicode="0" glyph-name="zero" horiz-adv-x="607" d="M39 283T39 229Q39 -2 249 -2Q389 -2 466 94T572 358Q584 426 584 486Q584 716 375 716Q235 716 158 621T52 358Q39 283 39 229ZM436 236T395 171T268 106Q205 106 179 141T153 242Q153 286 165 358Q187
479 228 543T356 607Q418 607 444 573T471 474Q471 426 458 358Q436 236 395 171Z" />
<glyph unicode="1" glyph-name="one" horiz-adv-x="307" d="M56 599L75 706H301L177 0H57L162 599H56Z" />
<glyph unicode="2" glyph-name="two" horiz-adv-x="561" d="M398 333T427 493Q430 511 430 529Q430 572 406 597T331 622Q271 622 234 584T182 470H71Q92 593 169 656T352 719Q447 719 498 675T550 550Q550 529 545 499Q527 391 411 284T153 98H488L472 5H-19L-4
89Q398 333 427 493Z" />
<glyph unicode="3" glyph-name="three" horiz-adv-x="563" d="M455 728T505 684T555 567Q555 550 552 530Q541 467 495 426T379 375L378 370Q438 352 472 314T507 212Q507 189 503 169Q490 90 426 42T255 -7Q142 -7 81 45T19 198Q19 213 20 221H132Q128 160 160
125T263 90Q316 90 350 116T392 186Q395 201 395 214Q395 266 355 294T237 322H211L228 416H254Q418 414 438 521Q440 537 440 544Q440 586 415 609T342 632Q289 632 248 600T193 509H81Q102 612 176 670T361 728Q455 728 505 684Z" />
<glyph unicode="4" glyph-name="four" horiz-adv-x="610" d="M-1 152L16 248L448 712H571L490 252H589L571 152H472L446 0H330L357 152H-1ZM440 576L135 252H383L440 576Z" />
<glyph unicode="5" glyph-name="five" horiz-adv-x="596" d="M573 616H224L186 406Q216 437 263 455T364 474Q457 474 502 423T547 290Q547 265 542 233Q523 127 451 62T265 -4Q158 -4 99 46T39 184Q39 194 41 212H153Q153 158 185 127T276 96Q341 96 380 134T431
235Q434 255 434 273Q434 325 405 354T320 383Q277 383 237 363T175 310H64L136 717H590L573 616Z" />
<glyph unicode="6" glyph-name="six" horiz-adv-x="602" d="M464 573T439 603T358 634Q280 634 232 566T162 350Q186 404 242 436T366 468Q455 468 504 422T553 288Q553 259 547 226Q529 124 458 59T273 -7Q151 -7 99 55T46 229Q46 285 59 358Q92 544 166 635T376
727Q484 727 530 668T574 516H466Q464 573 439 603ZM151 227T151 210Q151 158 182 125T277 92Q340 92 384 128T439 228Q443 247 443 267Q443 322 412 350T325 379Q265 379 215 345T154 245Q151 227 151 210Z" />
<glyph unicode="7" glyph-name="seven" horiz-adv-x="481" d="M517 624L145 0H25L399 611H49L67 710H533L517 624Z" />
<glyph unicode="8" glyph-name="eight" horiz-adv-x="616" d="M110 601T146 642T242 707T381 732Q485 732 540 686T595 566Q595 550 592 532Q583 478 545 439T443 381Q499 361 529 321T559 224Q559 211 555 183Q538 87 456 35T248 -18Q144 -18 82 30T20 165Q20
189 24 210Q35 273 79 316T194 381Q146 397 122 431T98 514Q98 533 101 552Q110 601 146 642ZM210 459T240 435T324 411Q393 411 435 446T478 544Q478 589 448 613T364 638Q296 638 253 603T210 503Q210 459 240 435ZM133 132T168 104T265 76Q343 76 393 117T443
227Q443 279 407 305T310 331Q235 331 184 294T133 183Q133 132 168 104Z" />
<glyph unicode="9" glyph-name="nine" horiz-adv-x="592" d="M147 147T172 116T252 85Q333 85 382 153T453 370Q428 316 372 284T249 251Q160 251 111 297T62 430Q62 460 68 493Q79 559 115 612T210 696T347 727Q468 727 519 667T570 499Q570 437 556 361Q525
178 453 85T241 -8Q135 -8 86 52T41 204H149Q147 147 172 116ZM464 494T464 510Q464 563 433 595T338 628Q275 628 231 591T176 487Q172 468 172 449Q172 396 203 368T290 340Q349 340 399 375T461 476Q464 494 464 510Z" />
<glyph unicode=":" glyph-name="colon" horiz-adv-x="216" d="M224 550L202 424H72L94 550H224ZM149 126L127 0H-3L19 126H149Z" />
<glyph unicode=";" glyph-name="semicolon" horiz-adv-x="278" d="M262 546L239 420H110L132 546H262ZM168 57T168 25Q168 -46 132 -95T26 -144L34 -98Q59 -98 73 -85T92 -41L94 -32H37L56 78H163Q168 57 168 25Z" />
<glyph unicode="&lt;" glyph-name="less" horiz-adv-x="436" d="M221 135L31 361L302 589H445L174 361L365 135H221Z" />
<glyph unicode="=" glyph-name="equal" horiz-adv-x="593" d="M591 526L573 422H41L59 526H591ZM552 301L534 197H2L20 301H552Z" />
<glyph unicode="&gt;" glyph-name="greater" horiz-adv-x="436" d="M71 589H214L405 361L134 135H-10L261 361L71 589Z" />
<glyph unicode="?" glyph-name="question" horiz-adv-x="508" d="M409 740T460 696T511 572Q511 547 507 526Q490 427 415 377T231 325L211 215H102L136 401H184Q268 401 325 427T394 526Q397 541 397 555Q397 598 371 622T298 646Q243 646 210 616T163 534H54Q73
627 141 683T319 740Q409 740 460 696ZM207 126L185 0H55L77 126H207Z" />
<glyph unicode="@" glyph-name="at" horiz-adv-x="1179" d="M876 798T971 756T1115 633T1164 442Q1164 396 1155 343Q1138 245 1087 165T967 38T827 -9Q771 -9 739 14T707 90Q707 105 710 123Q615 -9 475 -9Q394 -9 348 40T301 174Q301 214 311 255Q331 343 384
412T512 521T669 560Q764 560 817 513T870 385Q870 340 854 292L814 171Q805 146 805 129Q805 108 817 100T852 91Q889 91 927 120T994 205T1038 339Q1046 385 1046 421Q1046 553 960 628T707 704Q559 704 442 642T250 472T152 230Q143 179 143 135Q143 -12 236
-88T509 -166L471 -261Q257 -258 143 -162T29 115Q29 166 40 230Q69 395 169 524T418 726T740 798Q876 798 971 756ZM753 326T753 350Q753 402 722 430T632 459Q584 459 541 435T466 364T421 257Q415 232 415 208Q415 154 446 123T531 91Q577 91 621 115T699 187T747
299Q753 326 753 350Z" />
<glyph unicode="A" glyph-name="A" horiz-adv-x="682" d="M456 153H158L77 0H-45L337 695H468L605 0H483L456 153ZM440 241L381 571L205 241H440Z" />
<glyph unicode="B" glyph-name="B" horiz-adv-x="618" d="M584 462T541 420T439 364Q493 352 524 314T555 223Q555 208 552 191Q537 103 469 52T288 0H7L131 706H407Q501 706 549 669T598 564Q598 548 595 528Q584 462 541 420ZM477 524T477 531Q477 570 450 591T366
613H229L192 402H332Q393 402 429 430T475 508Q477 524 477 531ZM439 222T439 229Q439 271 409 295T321 319H178L138 94H282Q347 94 387 123T437 206Q439 222 439 229Z" />
<glyph unicode="C" glyph-name="C" horiz-adv-x="761" d="M577 713T651 647T735 468H615Q602 532 554 569T427 607Q364 607 309 576T215 488T163 353Q157 322 157 292Q157 203 206 152T338 100Q416 100 477 137T575 238H695Q645 125 548 60T321 -6Q234 -6 170
29T73 127T39 274Q39 315 46 353Q64 458 120 539T262 667T447 713Q577 713 651 647Z" />
<glyph unicode="D" glyph-name="D" horiz-adv-x="721" d="M656 247T599 168T450 44T243 0H7L131 706H367Q519 706 600 634T682 433Q682 393 675 354Q656 247 599 168ZM379 103T458 168T559 354Q565 386 565 414Q565 506 508 555T340 605H228L139 103H251Q379 103
458 168Z" />
<glyph unicode="E" glyph-name="E" horiz-adv-x="515" d="M229 614L192 400H451L435 312H176L138 93H427L411 0H7L131 706H535L519 614H229Z" />
<glyph unicode="F" glyph-name="F" horiz-adv-x="519" d="M548 706L532 614H229L191 395H441L425 307H175L121 0H7L131 706H548Z" />
<glyph unicode="G" glyph-name="G" horiz-adv-x="773" d="M579 712T651 649T736 481H615Q603 538 557 572T438 606Q372 606 314 575T216 487T163 353Q157 320 157 290Q157 197 211 146T359 95Q447 95 519 149T621 299H362L377 383H733L714 274Q689 192 635 129T503
29T330 -7Q240 -7 175 28T74 129T39 279Q39 319 46 358Q64 461 121 541T265 667T455 712Q579 712 651 649Z" />
<glyph unicode="H" glyph-name="H" horiz-adv-x="699" d="M692 706L568 0H453L509 317H177L121 0H7L131 706H245L193 410H525L577 706H692Z" />
<glyph unicode="I" glyph-name="I" horiz-adv-x="252" d="M245 706L121 0H7L131 706H245Z" />
<glyph unicode="J" glyph-name="J" horiz-adv-x="503" d="M502 706L412 194Q395 99 333 46T176 -7Q89 -7 41 36T-7 162Q-7 194 -2 219H111Q107 191 107 181Q107 141 127 119T189 97Q236 97 263 124T297 194L388 706H502Z" />
<glyph unicode="K" glyph-name="K" horiz-adv-x="617" d="M291 357L539 0H400L179 328L121 0H7L131 706H245L188 382L525 706H663L291 357Z" />
<glyph unicode="L" glyph-name="L" horiz-adv-x="447" d="M137 89H380L365 0H7L131 706H245L137 89Z" />
<glyph unicode="M" glyph-name="M" horiz-adv-x="869" d="M862 695L740 0H625L717 521L424 0H324L214 520L123 0H8L129 695H268L400 140L724 695H862Z" />
<glyph unicode="N" glyph-name="N" horiz-adv-x="709" d="M578 0H464L213 521L121 0H7L131 705H245L496 182L588 705H702L578 0Z" />
<glyph unicode="O" glyph-name="O" horiz-adv-x="783" d="M534 715T602 678T706 573T743 416Q743 374 736 335Q719 235 664 157T526 36T342 -8Q248 -8 180 29T76 133T39 289Q39 327 47 373Q64 473 119 550T258 671T441 715Q534 715 602 678ZM366 609T309 579T212
492T159 359Q154 333 154 300Q154 206 207 153T352 99Q418 99 475 129T571 216T624 349Q629 375 629 409Q629 502 576 555T432 609Q366 609 309 579Z" />
<glyph unicode="P" glyph-name="P" horiz-adv-x="585" d="M170 274L121 0H7L131 706H371Q477 706 530 661T583 537Q583 512 579 489Q561 389 488 332T295 274H170ZM441 367T462 489Q465 506 465 520Q465 565 436 588T343 612H229L186 367H300Q441 367 462 489Z" />
<glyph unicode="Q" glyph-name="Q" horiz-adv-x="783" d="M720 236T666 159T530 38L667 -133H525L427 0Q384 -8 343 -8Q249 -8 181 29T77 133T40 289Q40 327 48 373Q65 473 120 550T259 671T442 715Q535 715 603 678T707 573T744 416Q744 374 737 335Q720 236
666 159ZM419 99T476 129T572 216T625 349Q630 375 630 409Q630 502 577 555T433 609Q367 609 310 579T213 492T160 359Q155 333 155 300Q155 206 208 153T353 99Q419 99 476 129Z" />
<glyph unicode="R" glyph-name="R" horiz-adv-x="598" d="M486 706T539 661T592 537Q592 512 588 491Q574 408 518 355T371 287L506 0H378L252 282H171L121 0H7L131 706H380Q486 706 539 661ZM474 500T474 514Q474 608 354 608H229L185 363H310Q450 363 471 485Q474
500 474 514Z" />
<glyph unicode="S" glyph-name="S" horiz-adv-x="576" d="M495 122T464 82T380 18T257 -7Q182 -7 128 19T47 92T20 196H141Q139 150 168 117T259 84Q316 84 349 118T382 202Q382 236 364 258T319 295T244 328Q188 350 154 368T95 421T71 508Q71 531 75 554Q88
627 154 671T317 715Q430 715 487 663T548 527H425Q425 567 398 595T315 624Q263 624 230 597T197 518Q197 487 214 466T258 432T330 401Q386 380 421 361T482 306T507 216Q507 191 503 168Q495 122 464 82Z" />
<glyph unicode="T" glyph-name="T" horiz-adv-x="539" d="M585 706L569 614H372L264 0H149L257 614H61L77 706H585Z" />
<glyph unicode="U" glyph-name="U" horiz-adv-x="671" d="M241 706L168 287Q162 256 162 230Q162 165 196 133T292 101Q366 101 415 147T482 287L556 706H670L597 287Q571 142 483 68T271 -7Q167 -7 107 47T46 209Q46 248 53 287L127 706H241Z" />
<glyph unicode="V" glyph-name="V" horiz-adv-x="687" d="M202 706L302 122L609 706H733L354 0H208L78 706H202Z" />
<glyph unicode="W" glyph-name="W" horiz-adv-x="996" d="M1025 706L725 0H585L532 546L287 0H147L95 706H220L241 132L497 706H623L677 130L900 706H1025Z" />
<glyph unicode="X" glyph-name="X" horiz-adv-x="624" d="M381 352L546 0H410L287 262L90 0H-41L240 361L78 706H214L335 450L530 706H661L381 352Z" />
<glyph unicode="Y" glyph-name="Y" horiz-adv-x="618" d="M664 706L350 257L305 0H190L235 257L78 706H210L314 379L534 706H664Z" />
<glyph unicode="Z" glyph-name="Z" horiz-adv-x="554" d="M123 93H466L450 0H-20L-5 89L424 613H95L111 706H569L554 617L123 93Z" />
<glyph unicode="[" glyph-name="bracketleft" horiz-adv-x="367" d="M418 944L401 851H280L116 -82H237L220 -176H-9L189 944H418Z" />
<glyph unicode="\" glyph-name="backslash" horiz-adv-x="664" d="M312 -176L209 944H321L422 -176H312Z" />
<glyph unicode="]" glyph-name="bracketright" horiz-adv-x="365" d="M-52 -176L-36 -82H86L250 851H129L145 944H375L177 -176H-52Z" />
<glyph unicode="^" glyph-name="asciicircum" horiz-adv-x="649" d="M101 168H-13L317 696H426L569 168H455L348 562L101 168Z" />
<glyph unicode="_" glyph-name="underscore" horiz-adv-x="627" d="M583 -36L563 -147H6L26 -36H583Z" />
<glyph unicode="`" glyph-name="grave" horiz-adv-x="294" d="M303 674L289 594L88 707L104 796L303 674Z" />
<glyph unicode="a" glyph-name="a" horiz-adv-x="677" d="M414 558T461 521T520 423L543 551H657L559 0H445L468 128Q436 67 377 30T242 -7Q146 -7 91 51T36 211Q36 249 43 285Q58 369 100 430T204 525T337 558Q414 558 461 521ZM283 458T229 409T159 276Q155
255 155 231Q155 166 192 130T294 94Q367 94 423 143T494 276Q498 296 498 318Q498 382 460 420T359 458Q283 458 229 409Z" />
<glyph unicode="b" glyph-name="b" horiz-adv-x="676" d="M11 0L142 740H256L200 423Q232 484 291 521T426 558Q520 558 575 501T631 344Q631 312 625 276Q610 189 567 125T461 27T326 -7Q251 -7 205 30T148 128L125 0H11ZM385 94T439 142T509 276Q513 297 513
320Q513 385 476 421T374 458Q300 458 244 408T173 276Q169 256 169 235Q169 170 207 132T309 94Q385 94 439 142Z" />
<glyph unicode="c" glyph-name="c" horiz-adv-x="622" d="M469 558T530 502T591 348H470Q470 400 437 429T345 459Q280 459 227 412T158 276Q154 253 154 228Q154 161 189 127T281 92Q338 92 382 122T445 204H566Q532 107 452 50T265 -7Q160 -7 98 53T36 218Q36
249 42 285Q57 369 102 430T215 525T361 558Q469 558 530 502Z" />
<glyph unicode="d" glyph-name="d" horiz-adv-x="673" d="M681 740L550 0H435L458 128Q426 67 367 30T232 -7Q139 -7 83 52T26 214Q26 241 33 285Q48 369 90 430T194 525T327 558Q404 558 451 521T510 423L566 740H681ZM273 458T219 409T149 276Q145 255 145 231Q145
166 182 130T284 94Q358 94 414 143T485 276Q489 304 489 316Q489 382 451 420T349 458Q273 458 219 409Z" />
<glyph unicode="e" glyph-name="e" horiz-adv-x="623" d="M435 558T486 532T563 460T590 354Q590 332 585 302Q579 273 572 253H148Q146 240 146 218Q146 151 181 119T275 86Q332 86 376 115T439 192H561Q529 103 450 48T264 -7Q160 -7 98 52T36 214Q36 247 42
281Q57 366 103 428T216 524T364 558Q435 558 486 532ZM476 325T476 349Q476 407 440 437T348 467Q281 467 229 426T159 305H471Q476 325 476 349Z" />
<glyph unicode="f" glyph-name="f" horiz-adv-x="349" d="M141 670T209 720T394 765L376 665Q309 668 278 644T236 560L234 551H356L339 453H217L138 0H23L103 453H28L45 551H120L123 569Q141 670 209 720Z" />
<glyph unicode="g" glyph-name="g" horiz-adv-x="675" d="M150 -8T94 51T37 214Q37 241 44 285Q59 369 101 431T206 526T339 559Q416 559 463 522T522 423L545 551H658L560 -6Q546 -83 505 -142T400 -236T256 -270Q142 -270 79 -215T10 -66H123Q129 -115 164 -142T262
-170Q330 -170 381 -128T446 -6L470 128Q438 67 379 30T244 -8Q150 -8 94 51ZM284 458T230 410T161 276Q157 255 157 231Q157 166 194 130T296 94Q369 94 425 143T496 276Q500 295 500 317Q500 382 462 420T360 458Q284 458 230 410Z" />
<glyph unicode="h" glyph-name="h" horiz-adv-x="653" d="M509 560T556 515T604 383Q604 354 598 321L542 0H428L482 309Q486 328 486 349Q486 405 455 434T367 464Q302 464 255 425T190 308L136 0H21L151 740H266L212 431Q245 492 302 526T428 560Q509 560 556 515Z" />
<glyph unicode="i" glyph-name="i" horiz-adv-x="251" d="M127 732T152 755T214 778Q243 778 259 763T276 724Q276 690 252 668T190 646Q160 646 144 661T127 700Q127 732 152 755ZM231 551L133 0H19L116 551H231Z" />
<glyph unicode="j" glyph-name="j" horiz-adv-x="256" d="M167 646T151 660T134 698Q134 731 159 754T221 778Q250 778 266 763T283 724Q283 690 259 668T197 646Q167 646 151 660ZM-107 -162H-67Q-34 -162 -17 -148T8 -98L122 551H237L122 -99Q93 -262 -70 -262H-124L-107
-162Z" />
<glyph unicode="k" glyph-name="k" horiz-adv-x="527" d="M267 281L459 0H323L170 248L126 0H11L141 740H256L183 322L417 551H555L267 281Z" />
<glyph unicode="l" glyph-name="l" horiz-adv-x="250" d="M266 740L136 0H21L151 740H266Z" />
<glyph unicode="m" glyph-name="m" horiz-adv-x="1037" d="M891 560T939 514T987 382Q987 354 981 321L924 0H810L864 309Q868 328 868 349Q868 402 838 431T755 460Q689 460 643 419T582 297L529 0H415L470 309Q474 337 474 348Q474 402 444 431T360 460Q294
460 248 418T186 293V297L134 0H19L116 551H231L211 435Q242 495 297 527T418 560Q486 560 530 526T587 428Q623 490 682 525T807 560Q891 560 939 514Z" />
<glyph unicode="n" glyph-name="n" horiz-adv-x="653" d="M508 560T555 515T602 384Q602 354 596 321L540 0H426L480 309Q484 328 484 349Q484 405 453 434T365 464Q297 464 249 421T186 293V296L134 0H19L116 551H231L210 429Q242 492 299 526T427 560Q508 560 555 515Z" />
<glyph unicode="o" glyph-name="o" horiz-adv-x="643" d="M477 558T542 498T607 331Q607 301 601 266Q586 183 539 121T424 26T276 -7Q205 -7 151 20T66 98T36 221Q36 251 42 285Q57 368 104 430T220 525T369 558Q477 558 542 498ZM286 459T230 412T158 276Q154
253 154 230Q154 162 192 128T289 93Q358 93 413 139T485 276Q489 297 489 321Q489 389 451 424T354 459Q286 459 230 412Z" />
<glyph unicode="p" glyph-name="p" horiz-adv-x="676" d="M530 558T585 501T641 344Q641 312 635 276Q619 189 576 125T471 27T336 -7Q261 -7 215 30T158 128L89 -262H-26L118 551H232L209 423Q242 484 301 521T436 558Q530 558 585 501ZM395 94T449 142T518 276Q522
297 522 320Q522 385 485 421T383 458Q309 458 254 408T183 276Q179 256 179 234Q179 169 217 132T319 94Q395 94 449 142Z" />
<glyph unicode="q" glyph-name="q" horiz-adv-x="673" d="M652 551L509 -262H395L463 121Q426 61 370 27T245 -7Q145 -7 89 52T32 213Q32 246 38 283Q53 368 97 430T204 524T340 557Q411 557 457 525T518 436L538 551H652ZM280 457T225 409T154 274Q150 253 150
230Q150 164 188 129T290 94Q336 94 378 115T449 178T489 276Q493 296 493 318Q493 383 454 420T353 457Q280 457 225 409Z" />
<glyph unicode="r" glyph-name="r" horiz-adv-x="399" d="M250 497T307 528T433 560L411 436H377Q302 436 250 400T184 279L183 280L134 0H19L116 551H231L212 443Q250 497 307 528Z" />
<glyph unicode="s" glyph-name="s" horiz-adv-x="518" d="M379 558T435 509T494 376H381Q382 421 352 448T262 476Q217 476 190 456T163 400Q163 377 179 362T218 337T286 315Q342 300 377 285T438 240T463 163Q463 144 459 125Q448 66 394 30T251 -7Q144 -7 82
41T18 175H131Q127 130 161 102T261 74Q306 74 330 96T355 152Q355 178 338 194T297 220T228 243Q173 259 140 273T83 315T59 388Q59 404 62 423Q73 484 128 521T272 558Q379 558 435 509Z" />
<glyph unicode="t" glyph-name="t" horiz-adv-x="384" d="M183 182Q180 166 180 152Q180 123 196 111T248 99H304L285 0H215Q141 0 103 30T64 128Q64 158 69 184L117 454H37L54 551H134L158 688H273L249 551H382L365 454H231L183 182Z" />
<glyph unicode="u" glyph-name="u" horiz-adv-x="640" d="M621 551L524 0H409L430 120Q397 59 340 26T214 -8Q132 -8 85 38T38 170Q38 198 44 231L101 551H215L160 243Q156 223 156 202Q156 146 187 117T275 87Q343 87 391 131T454 259V255L506 551H621Z" />
<glyph unicode="v" glyph-name="v" horiz-adv-x="574" d="M253 118L486 551H608L300 0H162L50 551H172L253 118Z" />
<glyph unicode="w" glyph-name="w" horiz-adv-x="841" d="M880 551L629 0H504L443 428L230 0H104L50 551H165L190 105L407 551H528L588 105L772 551H880Z" />
<glyph unicode="x" glyph-name="x" horiz-adv-x="525" d="M325 273L466 0H336L236 194L83 0H-43L189 286L52 551H182L280 361L430 551H557L325 273Z" />
<glyph unicode="y" glyph-name="y" horiz-adv-x="580" d="M171 551L265 146L489 551H616L139 -262H12L180 13L43 551H171Z" />
<glyph unicode="z" glyph-name="z" horiz-adv-x="459" d="M119 96H403L385 0H-24L-7 91L325 455H63L81 551H473L456 460L119 96Z" />
<glyph unicode="{" glyph-name="braceleft" horiz-adv-x="396" d="M190 362T212 333T235 260Q235 242 232 224Q225 186 206 136Q183 69 175 25Q170 -8 170 -31Q170 -96 196 -141T262 -207L261 -217H143Q113 -200 84 -154T55 -35Q55 -5 61 30Q68 68 91 138Q111
194 117 227Q120 241 120 256Q120 332 35 349L42 395Q151 416 169 517Q174 546 174 603Q174 672 181 714Q194 785 225 837T291 919T351 961H469L467 951Q409 925 361 866T297 719Q290 677 290 613Q290 554 284 520Q274 462 239 424T144 373V371Q190 362 212 333Z"
/>
<glyph unicode="|" glyph-name="bar" horiz-adv-x="224" d="M89 -113H-26L135 802H250L89 -113Z" />
<glyph unicode="}" glyph-name="braceright" horiz-adv-x="390" d="M212 383T189 410T166 480Q166 495 169 511Q176 549 195 599Q218 666 226 710Q231 742 231 765Q231 831 205 881T140 951L142 961H259Q290 944 319 898T348 777Q348 749 342 714Q334 670 311
608Q308 599 299 571T285 517Q282 504 282 487Q282 410 367 395L360 349Q298 340 270 305T233 227Q228 196 228 153Q228 125 227 93T221 30Q208 -41 177 -93T111 -175T51 -217H-66L-64 -207Q-8 -182 42 -117T107 34Q115 79 115 132V168Q115 203 120 233Q129 287
164 323T259 371V373Q212 383 189 410Z" />
<glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="553" d="M232 404T253 395T303 366Q326 351 341 344T374 337Q400 337 418 355T448 405H537Q508 320 460 277T349 234Q320 234 299 243T250 271Q229 286 213 293T178 301Q127 301 103 233H16Q45 318 93
361T203 404Q232 404 253 395Z" />
<glyph unicode="&#xa0;" glyph-name="uni00A0" horiz-adv-x="234" />
<glyph unicode="&#xa1;" glyph-name="exclamdown" horiz-adv-x="336" d="M22 -167L135 340H235L157 -167H22ZM133 435L156 561H294L270 435H133Z" />
<glyph unicode="&#xa2;" glyph-name="cent" horiz-adv-x="584" d="M264 423T215 382T152 262Q148 234 148 223Q148 164 182 133T273 102Q325 102 367 130T428 209H534Q509 122 439 69T278 9L261 -88H207L224 9Q137 17 87 68T37 204Q37 237 42 262Q61 373 134 439T313
515L329 607H383L367 515Q456 509 507 456T553 315H447Q446 366 414 394T329 423Q264 423 215 382Z" />
<glyph unicode="&#xa3;" glyph-name="sterling" horiz-adv-x="596" d="M489 526Q493 579 466 612T386 645Q336 645 299 614T251 523Q247 504 247 481Q247 449 259 381H441L427 303H267Q269 278 264 254Q256 211 231 168T160 88H516L500 -3H32L28 56Q83 101 113
145T155 252Q159 272 157 303H39L53 381H146Q138 439 138 472Q138 508 143 535Q159 628 228 683T399 739Q496 739 546 688T596 553Q596 535 595 526H489Z" />
<glyph unicode="&#xa4;" glyph-name="currency" horiz-adv-x="549" d="M444 491Q466 458 466 412Q466 396 463 378Q451 313 406 266L452 211L399 166L350 225Q301 199 243 199Q184 199 144 225L74 166L37 211L104 267Q85 299 85 341Q85 352 89 378Q101 444 144
489L96 547L149 592L200 531Q251 555 306 555Q362 555 403 531L474 592L511 547L444 491ZM176 362T176 350Q176 311 198 290T256 269Q296 269 329 297T372 377Q374 395 374 402Q374 442 352 464T294 486Q253 486 221 457T179 377Q176 362 176 350Z" />
<glyph unicode="&#xa5;" glyph-name="yen" horiz-adv-x="641" d="M460 396H587L574 319H406L363 257L362 249H561L548 171H348L318 0H203L233 171H33L46 249H247L248 257L226 319H59L72 396H199L91 706H223L325 362L547 706H677L460 396Z" />
<glyph unicode="&#xa6;" glyph-name="brokenbar" horiz-adv-x="304" d="M175 802H290L221 414H107L175 802ZM129 -113H14L82 275H197L129 -113Z" />
<glyph unicode="&#xa7;" glyph-name="section" horiz-adv-x="580" d="M439 549Q440 554 440 564Q440 604 416 628T340 653Q296 653 269 633T241 572Q241 539 273 513T381 458Q458 430 499 394T541 302Q541 240 500 191T376 117Q456 69 456 -8Q456 -26 454 -35Q442
-104 382 -146T224 -188Q130 -188 78 -143T26 -19L27 -2H140Q137 -49 160 -77T241 -106Q280 -106 306 -89T337 -40Q339 -28 339 -22Q339 12 308 36T199 90Q122 117 81 153T39 245Q39 307 81 359T206 429Q123 479 123 556Q123 573 125 582Q137 652 197 694T356 736Q456
736 507 686T553 549H439ZM419 331T391 354T308 377Q264 377 231 360T180 315T162 254Q162 216 191 193T273 170Q317 170 350 187T401 232T419 293Q419 331 391 354Z" />
<glyph unicode="&#xa8;" glyph-name="dieresis" horiz-adv-x="365" d="M97 697T117 716T164 736Q185 736 198 724T212 691Q212 664 192 644T144 624Q124 624 111 637T97 670Q97 697 117 716ZM274 697T294 716T340 736Q361 736 374 724T388 691Q388 664 368 644T321
624Q300 624 287 636T274 669Q274 697 294 716Z" />
<glyph unicode="&#xa9;" glyph-name="copyright" horiz-adv-x="788" d="M354 710T267 665T122 540T46 355Q39 319 39 280Q39 196 74 133T176 34T332 -2Q435 -2 522 43T666 170T742 355Q749 391 749 430Q749 514 714 577T612 675T457 710Q354 710 267 665ZM571
670T638 604T706 426Q706 399 699 355Q683 263 633 191T506 79T338 38Q217 38 150 105T82 285Q82 313 89 355Q105 448 155 519T282 630T451 670Q571 670 638 604ZM515 584T564 540T616 418H519Q514 459 487 482T420 506Q367 506 325 467T269 354Q265 335 265 315Q265
261 293 232T367 203Q407 203 441 226T496 291H594Q564 213 499 169T357 124Q274 124 224 171T173 302Q173 323 178 355Q191 426 229 478T321 557T439 584Q515 584 564 540Z" />
<glyph unicode="&#xaa;" glyph-name="ordfeminine" horiz-adv-x="446" d="M275 710T304 689T343 627L357 705H444L382 354H295L308 432Q260 348 162 348Q100 348 64 384T27 486Q27 509 31 529Q46 612 99 661T226 710Q275 710 304 689ZM197 640T164 610T121 528Q118
515 118 502Q118 463 141 442T202 420Q248 420 282 449T326 530Q328 546 328 553Q328 594 305 617T241 640Q197 640 164 610Z" />
<glyph unicode="&#xab;" glyph-name="guillemotleft" horiz-adv-x="489" d="M107 120L45 295L169 470H278L152 295L216 120H107ZM304 120L242 295L366 470H474L348 295L412 120H304Z" />
<glyph unicode="&#xac;" glyph-name="logicalnot" horiz-adv-x="748" d="M714 435L674 208H560L585 347H46L61 435H714Z" />
<glyph unicode="&#xad;" glyph-name="uni00AD" horiz-adv-x="506" d="M487 410L470 314H58L75 410H487Z" />
<glyph unicode="&#xae;" glyph-name="registered" horiz-adv-x="802" d="M556 711T623 677T727 579T763 431Q763 393 756 355Q738 252 679 171T532 44T339 -2Q247 -2 180 33T76 133T39 281Q39 320 46 355Q65 460 124 541T271 666T464 711Q556 711 623 677ZM720
399T720 427Q720 540 651 605T458 671Q363 671 285 632T157 522T89 355Q83 319 83 286Q83 174 152 109T346 43Q441 43 518 82T646 191T713 355Q720 399 720 427ZM532 585T565 558T599 484Q599 425 562 384T458 333L545 146H463L381 330H330L298 146H224L301 585H463Q532
585 565 558ZM521 461T521 467Q521 518 445 518H363L339 379H421Q507 379 519 449Q521 461 521 467Z" />
<glyph unicode="&#xaf;" glyph-name="overscore" horiz-adv-x="418" d="M459 720L445 642H79L93 720H459Z" />
<glyph unicode="&#xb0;" glyph-name="degree" horiz-adv-x="422" d="M315 702T357 666T399 565Q399 545 395 526Q381 444 323 396T182 347Q109 347 67 385T24 489Q24 507 27 526Q41 607 99 654T242 702Q315 702 357 666ZM190 639T158 609T117 525Q114 510 114
496Q114 455 135 434T193 412Q234 412 265 441T305 525Q308 542 308 555Q308 595 287 617T232 639Q190 639 158 609Z" />
<glyph unicode="&#xb1;" glyph-name="plusminus" horiz-adv-x="571" d="M347 369L316 197H516L498 93H-12L6 197H205L236 369H37L55 473H254L282 633H393L365 473H565L546 369H347Z" />
<glyph unicode="&#xb2;" glyph-name="twosuperior" horiz-adv-x="358" d="M328 570T296 539T198 472L109 420H304L292 352H12L23 415L163 507Q197 531 217 553T242 603Q243 607 243 613Q243 631 232 640T204 649Q179 649 162 633T136 584H49Q63 640 109 676T226
712Q280 712 308 689T337 629Q337 622 335 610Q328 570 296 539Z" />
<glyph unicode="&#xb3;" glyph-name="threesuperior" horiz-adv-x="349" d="M268 712T299 689T331 627Q331 616 330 611Q317 547 245 532L244 529Q307 513 307 463Q307 413 264 381T149 348Q73 348 42 377T15 462H107Q104 433 116 422T153 411Q179 411 195 423T215
460Q216 464 216 472Q216 492 202 502T163 512H117L122 547H166Q194 547 212 560T235 600Q236 604 236 610Q236 627 225 637T192 648Q143 648 127 599H43Q57 648 98 680T212 712Q268 712 299 689Z" />
<glyph unicode="&#xb4;" glyph-name="acute" horiz-adv-x="273" d="M309 707L68 594L82 674L325 796L309 707Z" />
<glyph unicode="&#xb5;" glyph-name="uni00B5" horiz-adv-x="658" d="M649 551L552 0H437L457 114Q425 56 371 24T253 -8Q180 -8 153 42L99 -262H-15L129 551H243L192 264Q188 241 188 217Q188 156 220 124T310 92Q375 92 421 135T482 259V254L534 551H649Z" />
<glyph unicode="&#xb6;" glyph-name="paragraph" horiz-adv-x="625" d="M484 0H390L496 608H412L305 0H212L261 282H246Q143 282 93 327T42 446Q42 469 46 488Q62 579 132 637T319 695H605L484 0Z" />
<glyph unicode="&#xb7;" glyph-name="middot" horiz-adv-x="204" d="M198 395L175 269H46L68 395H198Z" />
<glyph unicode="&#xb8;" glyph-name="cedilla" horiz-adv-x="293" d="M201 -58T232 -78T264 -143Q264 -150 262 -164Q253 -214 213 -238T118 -262H2L13 -198H116Q183 -198 183 -152Q183 -116 130 -116H71L93 7H163L152 -60Q201 -58 232 -78Z" />
<glyph unicode="&#xb9;" glyph-name="onesuperior" horiz-adv-x="216" d="M50 635L62 704H209L147 352H59L109 635H50Z" />
<glyph unicode="&#xba;" glyph-name="ordmasculine" horiz-adv-x="430" d="M327 709T370 669T413 563Q413 545 410 527Q401 475 370 434T291 369T188 345Q114 345 71 385T28 491Q28 508 31 527Q45 608 106 658T252 709Q327 709 370 669ZM196 640T163 611T120 527Q117
512 117 498Q117 459 140 437T200 415Q244 415 277 444T321 527Q324 542 324 555Q324 596 301 618T240 640Q196 640 163 611Z" />
<glyph unicode="&#xbb;" glyph-name="guillemotright" horiz-adv-x="489" d="M146 295L81 470H191L252 295L129 120H19L146 295ZM343 295L278 470H387L448 295L325 120H216L343 295Z" />
<glyph unicode="&#xbc;" glyph-name="onequarter" horiz-adv-x="704" d="M629 706L138 0H25L517 706H629ZM64 635L76 704H223L161 352H73L123 635H64ZM622 68H576L565 0H477L488 68H302L311 117L513 353H627L586 120H632L622 68ZM530 281L396 122H503L530 281Z" />
<glyph unicode="&#xbd;" glyph-name="onehalf" horiz-adv-x="750" d="M634 707L138 0H25L522 707H634ZM144 635H85L97 704H244L182 352H94L144 635ZM683 217T651 186T553 119L464 67H659L647 -1H367L378 62L518 154Q552 178 572 200T597 250Q598 254 598 260Q598
278 587 287T559 296Q534 296 517 280T491 231H404Q418 287 464 323T581 359Q635 359 663 336T692 276Q692 269 690 257Q683 217 651 186Z" />
<glyph unicode="&#xbe;" glyph-name="threequarters" horiz-adv-x="763" d="M292 712T323 689T355 627Q355 616 354 611Q341 547 269 532L268 529Q331 513 331 463Q331 413 288 381T173 348Q97 348 66 377T39 462H131Q128 433 140 422T177 411Q203 411 219 423T239
460Q240 464 240 472Q240 492 226 502T187 512H141L146 547H190Q218 547 236 560T259 600Q260 604 260 610Q260 627 249 637T216 648Q167 648 151 599H67Q81 648 122 680T236 712Q292 712 323 689ZM703 707L220 0H108L590 707H703ZM695 68H649L638 0H550L561 68H374L383
117L575 353H700L659 120H704L695 68ZM605 291L469 120H575L605 291Z" />
<glyph unicode="&#xbf;" glyph-name="questiondown" horiz-adv-x="498" d="M96 -186T45 -142T-6 -18Q-6 7 -2 28Q15 127 90 177T274 229L294 339H403L369 153H321Q237 153 180 127T111 28Q108 13 108 -1Q108 -44 134 -68T207 -92Q262 -92 295 -62T342 20H451Q432
-73 364 -129T186 -186Q96 -186 45 -142ZM298 428L320 554H450L428 428H298Z" />
<glyph unicode="&#xc0;" glyph-name="Agrave" horiz-adv-x="682" d="M456 153H158L77 0H-45L337 695H468L605 0H483L456 153ZM440 241L381 571L205 241H440ZM483 829L469 749L268 862L284 951L483 829Z" />
<glyph unicode="&#xc1;" glyph-name="Aacute" horiz-adv-x="682" d="M457 153H159L78 0H-44L338 695H469L606 0H484L457 153ZM441 241L382 571L206 241H441ZM589 862L348 749L362 829L605 951L589 862Z" />
<glyph unicode="&#xc2;" glyph-name="Acircumflex" horiz-adv-x="682" d="M459 153H161L80 0H-42L340 695H471L608 0H486L459 153ZM443 241L384 571L208 241H443ZM432 846L274 762L288 840L446 923L574 840L560 762L432 846Z" />
<glyph unicode="&#xc3;" glyph-name="Atilde" horiz-adv-x="682" d="M463 153H165L84 0H-38L344 695H475L612 0H490L463 153ZM447 241L388 571L212 241H447ZM404 880T418 874T451 853Q465 842 476 837T500 832Q518 832 532 844T553 879H614Q595 821 562 792T485
763Q464 763 449 770T415 790Q398 801 390 805T368 810Q332 810 316 763H256Q295 880 384 880Q404 880 418 874Z" />
<glyph unicode="&#xc4;" glyph-name="Adieresis" horiz-adv-x="682" d="M462 153H164L83 0H-39L343 695H474L611 0H489L462 153ZM446 241L387 571L211 241H446ZM288 852T308 871T355 891Q376 891 389 879T403 846Q403 819 383 799T335 779Q315 779 302 792T288
825Q288 852 308 871ZM465 852T485 871T531 891Q552 891 565 879T579 846Q579 819 559 799T512 779Q491 779 478 791T465 824Q465 852 485 871Z" />
<glyph unicode="&#xc5;" glyph-name="Aring" horiz-adv-x="682" d="M711 153H413L332 0H210L592 695H723L860 0H738L711 153ZM695 241L636 571L460 241H695ZM486 979T511 956T537 892Q537 852 519 822T471 776T406 760Q365 760 340 783T314 847Q314 853 316 869Q325
919 361 949T445 979Q486 979 511 956ZM411 930T392 914T367 869Q366 864 366 856Q366 834 379 822T415 809Q444 809 464 829T485 883Q485 905 472 917T436 930Q411 930 392 914Z" />
<glyph unicode="&#xc6;" glyph-name="AE" horiz-adv-x="907" d="M626 614L589 401H843L827 313H573L534 93H819L803 0H403L429 148H177L69 0H-57L456 706H927L910 614H626ZM510 606L241 236H445L510 606Z" />
<glyph unicode="&#xc7;" glyph-name="Ccedilla" horiz-adv-x="761" d="M587 713T661 647T745 468H625Q612 532 564 569T437 607Q374 607 319 576T225 488T173 353Q167 322 167 292Q167 203 216 152T348 100Q426 100 487 137T585 238H705Q655 125 558 60T331 -6Q244
-6 180 29T83 127T49 274Q49 315 56 353Q74 458 130 539T272 667T457 713Q587 713 661 647ZM422 -58T453 -78T485 -143Q485 -150 483 -164Q474 -214 434 -238T339 -262H223L234 -198H337Q404 -198 404 -152Q404 -116 351 -116H292L314 7H384L373 -60Q422 -58 453
-78Z" />
<glyph unicode="&#xc8;" glyph-name="Egrave" horiz-adv-x="515" d="M481 614L444 400H703L687 312H428L390 93H679L663 0H259L383 706H787L771 614H481ZM408 829L394 749L193 862L209 951L408 829Z" />
<glyph unicode="&#xc9;" glyph-name="Eacute" horiz-adv-x="515" d="M481 614L444 400H703L687 312H428L390 93H679L663 0H259L383 706H787L771 614H481ZM515 862L274 749L288 829L531 951L515 862Z" />
<glyph unicode="&#xca;" glyph-name="Ecircumflex" horiz-adv-x="515" d="M484 614L447 400H706L690 312H431L393 93H682L666 0H262L386 706H790L774 614H484ZM358 846L200 762L214 840L372 923L500 840L486 762L358 846Z" />
<glyph unicode="&#xcb;" glyph-name="Edieresis" horiz-adv-x="515" d="M230 614L193 400H452L436 312H177L139 93H428L412 0H8L132 706H536L520 614H230ZM214 852T234 871T281 891Q302 891 315 879T329 846Q329 819 309 799T261 779Q241 779 228 792T214 825Q214
852 234 871ZM391 852T411 871T457 891Q478 891 491 879T505 846Q505 819 485 799T438 779Q417 779 404 791T391 824Q391 852 411 871Z" />
<glyph unicode="&#xcc;" glyph-name="Igrave" horiz-adv-x="252" d="M246 706L122 0H8L132 706H246ZM268 829L254 749L53 862L69 951L268 829Z" />
<glyph unicode="&#xcd;" glyph-name="Iacute" horiz-adv-x="252" d="M246 706L122 0H8L132 706H246ZM375 862L134 749L148 829L391 951L375 862Z" />
<glyph unicode="&#xce;" glyph-name="Icircumflex" horiz-adv-x="252" d="M248 706L124 0H10L134 706H248ZM218 846L60 762L74 840L232 923L360 840L346 762L218 846Z" />
<glyph unicode="&#xcf;" glyph-name="Idieresis" horiz-adv-x="252" d="M251 706L127 0H13L137 706H251ZM74 852T94 871T141 891Q162 891 175 879T189 846Q189 819 169 799T121 779Q101 779 88 792T74 825Q74 852 94 871ZM251 852T271 871T317 891Q338 891 351
879T365 846Q365 819 345 799T298 779Q277 779 264 791T251 824Q251 852 271 871Z" />
<glyph unicode="&#xd0;" glyph-name="Eth" horiz-adv-x="742" d="M541 706T622 633T704 432Q704 392 697 354Q678 247 621 167T472 44T264 0H28L82 308H-3L14 400H98L152 706H388Q541 706 622 633ZM586 386T586 415Q586 506 529 555T361 605H249L213 400H398L381
308H196L160 103H273Q400 103 480 169T580 354Q586 386 586 415Z" />
<glyph unicode="&#xd1;" glyph-name="Ntilde" horiz-adv-x="709" d="M580 0H466L215 521L123 0H9L133 705H247L498 182L590 705H704L580 0ZM413 880T427 874T460 853Q474 842 485 837T509 832Q527 832 541 844T562 879H623Q604 821 571 792T494 763Q473 763 458
770T424 790Q407 801 399 805T377 810Q341 810 325 763H265Q304 880 393 880Q413 880 427 874Z" />
<glyph unicode="&#xd2;" glyph-name="Ograve" horiz-adv-x="783" d="M787 715T855 678T959 573T996 416Q996 374 989 335Q972 235 917 157T779 36T595 -8Q501 -8 433 29T329 133T292 289Q292 327 300 373Q317 473 372 550T511 671T694 715Q787 715 855 678ZM619
609T562 579T465 492T412 359Q407 333 407 300Q407 206 460 153T605 99Q671 99 728 129T824 216T877 349Q882 375 882 409Q882 502 829 555T685 609Q619 609 562 579ZM534 829L520 749L319 862L335 951L534 829Z" />
<glyph unicode="&#xd3;" glyph-name="Oacute" horiz-adv-x="783" d="M783 715T851 678T955 573T992 416Q992 374 985 335Q968 235 913 157T775 36T591 -8Q497 -8 429 29T325 133T288 289Q288 327 296 373Q313 473 368 550T507 671T690 715Q783 715 851 678ZM615
609T558 579T461 492T408 359Q403 333 403 300Q403 206 456 153T601 99Q667 99 724 129T820 216T873 349Q878 375 878 409Q878 502 825 555T681 609Q615 609 558 579ZM636 862L395 749L409 829L652 951L636 862Z" />
<glyph unicode="&#xd4;" glyph-name="Ocircumflex" horiz-adv-x="783" d="M786 715T854 678T958 573T995 416Q995 374 988 335Q971 235 916 157T778 36T594 -8Q500 -8 432 29T328 133T291 289Q291 327 299 373Q316 473 371 550T510 671T693 715Q786 715 854 678ZM618
609T561 579T464 492T411 359Q406 333 406 300Q406 206 459 153T604 99Q670 99 727 129T823 216T876 349Q881 375 881 409Q881 502 828 555T684 609Q618 609 561 579ZM479 846L321 762L335 840L493 923L621 840L607 762L479 846Z" />
<glyph unicode="&#xd5;" glyph-name="Otilde" horiz-adv-x="783" d="M534 715T602 678T706 573T743 416Q743 374 736 335Q719 235 664 157T526 36T342 -8Q248 -8 180 29T76 133T39 289Q39 327 47 373Q64 473 119 550T258 671T441 715Q534 715 602 678ZM366 609T309
579T212 492T159 359Q154 333 154 300Q154 206 207 153T352 99Q418 99 475 129T571 216T624 349Q629 375 629 409Q629 502 576 555T432 609Q366 609 309 579ZM451 880T465 874T498 853Q512 842 523 837T547 832Q565 832 579 844T600 879H661Q642 821 609 792T532
763Q511 763 496 770T462 790Q445 801 437 805T415 810Q379 810 363 763H303Q342 880 431 880Q451 880 465 874Z" />
<glyph unicode="&#xd6;" glyph-name="Odieresis" horiz-adv-x="783" d="M788 715T856 678T960 573T997 416Q997 374 990 335Q973 235 918 157T780 36T596 -8Q502 -8 434 29T330 133T293 289Q293 327 301 373Q318 473 373 550T512 671T695 715Q788 715 856 678ZM620
609T563 579T466 492T413 359Q408 333 408 300Q408 206 461 153T606 99Q672 99 729 129T825 216T878 349Q883 375 883 409Q883 502 830 555T686 609Q620 609 563 579ZM336 852T356 871T403 891Q424 891 437 879T451 846Q451 819 431 799T383 779Q363 779 350 792T336
825Q336 852 356 871ZM513 852T533 871T579 891Q600 891 613 879T627 846Q627 819 607 799T560 779Q539 779 526 791T513 824Q513 852 533 871Z" />
<glyph unicode="&#xd7;" glyph-name="multiply" horiz-adv-x="522" d="M340 366L468 210L379 135L251 290L70 136L9 209L190 364L64 516L154 592L279 440L456 591L517 518L340 366Z" />
<glyph unicode="&#xd8;" glyph-name="Oslash" horiz-adv-x="790" d="M692 598Q743 525 743 417Q743 376 736 335Q719 235 664 157T526 36T342 -8Q273 -8 218 12T122 71L46 0H-22L92 106Q39 182 39 289Q39 327 47 373Q64 473 119 550T258 671T441 715Q511 715 567
694T663 632L745 708H811L692 598ZM154 333T154 300Q154 234 181 187L578 554Q523 609 432 609Q366 609 309 579T212 492T159 359Q154 333 154 300ZM630 381T630 409Q630 470 605 517L209 151Q261 99 352 99Q418 99 475 129T571 216T624 349Q630 381 630 409Z"
/>
<glyph unicode="&#xd9;" glyph-name="Ugrave" horiz-adv-x="671" d="M494 706L421 287Q415 256 415 230Q415 165 449 133T545 101Q619 101 668 147T735 287L809 706H923L850 287Q824 142 736 68T524 -7Q420 -7 360 47T299 209Q299 248 306 287L380 706H494ZM473
829L459 749L258 862L274 951L473 829Z" />
<glyph unicode="&#xda;" glyph-name="Uacute" horiz-adv-x="671" d="M494 706L421 287Q415 256 415 230Q415 165 449 133T545 101Q619 101 668 147T735 287L809 706H923L850 287Q824 142 736 68T524 -7Q420 -7 360 47T299 209Q299 248 306 287L380 706H494ZM580
862L339 749L353 829L596 951L580 862Z" />
<glyph unicode="&#xdb;" glyph-name="Ucircumflex" horiz-adv-x="671" d="M496 706L423 287Q417 256 417 230Q417 165 451 133T547 101Q621 101 670 147T737 287L811 706H925L852 287Q826 142 738 68T526 -7Q422 -7 362 47T301 209Q301 248 308 287L382 706H496ZM423
846L265 762L279 840L437 923L565 840L551 762L423 846Z" />
<glyph unicode="&#xdc;" glyph-name="Udieresis" horiz-adv-x="671" d="M243 706L170 287Q164 256 164 230Q164 165 198 133T294 101Q368 101 417 147T484 287L558 706H672L599 287Q573 142 485 68T273 -7Q169 -7 109 47T48 209Q48 248 55 287L129 706H243ZM279
852T299 871T346 891Q367 891 380 879T394 846Q394 819 374 799T326 779Q306 779 293 792T279 825Q279 852 299 871ZM456 852T476 871T522 891Q543 891 556 879T570 846Q570 819 550 799T503 779Q482 779 469 791T456 824Q456 852 476 871Z" />
<glyph unicode="&#xdd;" glyph-name="Yacute" horiz-adv-x="618" d="M916 706L602 257L557 0H442L487 257L330 706H462L566 379L786 706H916ZM553 862L312 749L326 829L569 951L553 862Z" />
<glyph unicode="&#xde;" glyph-name="Thorn" horiz-adv-x="585" d="M147 143L121 0H7L131 706H245L220 566H346Q452 566 505 522T559 401Q559 381 554 353Q537 255 464 199T272 143H147ZM416 232T438 353Q441 370 441 385Q441 429 412 452T319 476H206L162 232H276Q416
232 438 353Z" />
<glyph unicode="&#xdf;" glyph-name="germandbls" horiz-adv-x="670" d="M564 342T591 299T619 202Q619 182 614 154Q601 83 544 37T400 -9Q315 -9 266 34T217 155Q217 166 219 188H314Q313 181 313 168Q313 132 333 112T396 91Q441 91 469 116T504 176Q506 190
506 197Q506 225 491 248T441 297L302 398L311 441L343 456Q375 472 393 493T416 546Q418 560 418 565Q418 601 396 622T334 644Q285 644 253 616T212 535L118 0H3L99 539Q116 639 184 694T361 750Q447 750 495 711T543 609Q543 555 510 513T412 445L507 379Q564
342 591 299Z" />
<glyph unicode="&#xe0;" glyph-name="agrave" horiz-adv-x="676" d="M416 558T463 521T522 423L545 551H659L561 0H447L470 128Q438 67 379 30T244 -7Q148 -7 93 51T38 211Q38 249 45 285Q60 369 102 430T206 525T339 558Q416 558 463 521ZM285 458T231 409T161
276Q157 255 157 231Q157 166 194 130T296 94Q369 94 425 143T496 276Q500 296 500 318Q500 382 462 420T361 458Q285 458 231 409ZM440 674L426 594L225 707L241 796L440 674Z" />
<glyph unicode="&#xe1;" glyph-name="aacute" horiz-adv-x="676" d="M416 558T463 521T522 423L545 551H659L561 0H447L470 128Q438 67 379 30T244 -7Q148 -7 93 51T38 211Q38 249 45 285Q60 369 102 430T206 525T339 558Q416 558 463 521ZM285 458T231 409T161
276Q157 255 157 231Q157 166 194 130T296 94Q369 94 425 143T496 276Q500 296 500 318Q500 382 462 420T361 458Q285 458 231 409ZM547 707L306 594L320 674L563 796L547 707Z" />
<glyph unicode="&#xe2;" glyph-name="acircumflex" horiz-adv-x="676" d="M665 558T712 521T771 423L794 551H908L810 0H696L719 128Q687 67 628 30T493 -7Q397 -7 342 51T287 211Q287 249 294 285Q309 369 351 430T455 525T588 558Q665 558 712 521ZM534 458T480
409T410 276Q406 255 406 231Q406 166 443 130T545 94Q618 94 674 143T745 276Q749 296 749 318Q749 382 711 420T610 458Q534 458 480 409ZM381 691L223 607L237 685L395 768L523 685L509 607L381 691Z" />
<glyph unicode="&#xe3;" glyph-name="atilde" horiz-adv-x="676" d="M422 558T469 521T528 423L551 551H665L567 0H453L476 128Q444 67 385 30T250 -7Q154 -7 99 51T44 211Q44 249 51 285Q66 369 108 430T212 525T345 558Q422 558 469 521ZM291 458T237 409T167
276Q163 255 163 231Q163 166 200 130T302 94Q375 94 431 143T502 276Q506 296 506 318Q506 382 468 420T367 458Q291 458 237 409ZM361 725T375 719T408 698Q422 687 433 682T457 677Q475 677 489 689T510 724H571Q552 666 519 637T442 608Q421 608 406 615T372
635Q355 646 347 650T325 655Q289 655 273 608H213Q252 725 341 725Q361 725 375 719Z" />
<glyph unicode="&#xe4;" glyph-name="adieresis" horiz-adv-x="676" d="M421 558T468 521T527 423L550 551H664L566 0H452L475 128Q443 67 384 30T249 -7Q153 -7 98 51T43 211Q43 249 50 285Q65 369 107 430T211 525T344 558Q421 558 468 521ZM290 458T236 409T166
276Q162 255 162 231Q162 166 199 130T301 94Q374 94 430 143T501 276Q505 296 505 318Q505 382 467 420T366 458Q290 458 236 409ZM246 697T266 716T313 736Q334 736 347 724T361 691Q361 664 341 644T293 624Q273 624 260 637T246 670Q246 697 266 716ZM423 697T443
716T489 736Q510 736 523 724T537 691Q537 664 517 644T470 624Q449 624 436 636T423 669Q423 697 443 716Z" />
<glyph unicode="&#xe5;" glyph-name="aring" horiz-adv-x="676" d="M661 558T708 521T767 423L790 551H904L806 0H692L715 128Q683 67 624 30T489 -7Q393 -7 338 51T283 211Q283 249 290 285Q305 369 347 430T451 525T584 558Q661 558 708 521ZM530 458T476 409T406
276Q402 255 402 231Q402 166 439 130T541 94Q614 94 670 143T741 276Q745 296 745 318Q745 382 707 420T606 458Q530 458 476 409ZM435 824T460 801T486 737Q486 697 468 667T420 621T355 605Q314 605 289 628T263 692Q263 698 265 714Q274 764 310 794T394 824Q435
824 460 801ZM360 775T341 759T316 714Q315 709 315 701Q315 679 328 667T364 654Q393 654 413 674T434 728Q434 750 421 762T385 775Q360 775 341 759Z" />
<glyph unicode="&#xe6;" glyph-name="ae" horiz-adv-x="1098" d="M958 558T1011 503T1065 358Q1065 326 1060 302Q1054 273 1047 253H607Q605 229 605 220Q605 152 643 118T742 84Q803 84 849 113T915 192H1036Q1004 103 931 48T762 -7Q687 -7 639 28T581 129L558
0H444L467 128Q435 67 375 30T240 -7Q146 -7 91 50T35 208Q35 240 41 276Q56 362 99 426T205 524T340 558Q415 558 461 521T519 423L542 551H656L633 422Q665 488 724 523T862 558Q958 558 1011 503ZM951 330T951 347Q951 406 912 436T812 467Q741 467 688 427T615
305H946Q951 330 951 347ZM497 296T497 318Q497 382 459 420T357 458Q281 458 227 410T158 276Q154 255 154 231Q154 166 191 130T293 94Q366 94 422 143T493 276Q497 296 497 318Z" />
<glyph unicode="&#xe7;" glyph-name="ccedilla" horiz-adv-x="620" d="M473 558T534 502T595 348H474Q474 400 441 429T349 459Q284 459 231 412T162 276Q158 253 158 228Q158 161 193 127T285 92Q342 92 386 122T449 204H570Q536 107 456 50T269 -7Q164 -7 102
53T40 218Q40 249 46 285Q61 369 106 430T219 525T365 558Q473 558 534 502ZM344 -58T375 -78T407 -143Q407 -150 405 -164Q396 -214 356 -238T261 -262H145L156 -198H259Q326 -198 326 -152Q326 -116 273 -116H214L236 7H306L295 -60Q344 -58 375 -78Z" />
<glyph unicode="&#xe8;" glyph-name="egrave" horiz-adv-x="621" d="M688 558T739 532T816 460T843 354Q843 332 838 302Q832 273 825 253H401Q399 240 399 218Q399 151 434 119T528 86Q585 86 629 115T692 192H814Q782 103 703 48T517 -7Q413 -7 351 52T289 214Q289
247 295 281Q310 366 356 428T469 524T617 558Q688 558 739 532ZM729 325T729 349Q729 407 693 437T601 467Q534 467 482 426T412 305H724Q729 325 729 349ZM423 674L409 594L208 707L224 796L423 674Z" />
<glyph unicode="&#xe9;" glyph-name="eacute" horiz-adv-x="621" d="M688 558T739 532T816 460T843 354Q843 332 838 302Q832 273 825 253H401Q399 240 399 218Q399 151 434 119T528 86Q585 86 629 115T692 192H814Q782 103 703 48T517 -7Q413 -7 351 52T289 214Q289
247 295 281Q310 366 356 428T469 524T617 558Q688 558 739 532ZM729 325T729 349Q729 407 693 437T601 467Q534 467 482 426T412 305H724Q729 325 729 349ZM529 707L288 594L302 674L545 796L529 707Z" />
<glyph unicode="&#xea;" glyph-name="ecircumflex" horiz-adv-x="622" d="M435 558T486 532T563 460T590 354Q590 332 585 302Q579 273 572 253H148Q146 240 146 218Q146 151 181 119T275 86Q332 86 376 115T439 192H561Q529 103 450 48T264 -7Q160 -7 98 52T36
214Q36 247 42 281Q57 366 103 428T216 524T364 558Q435 558 486 532ZM476 325T476 349Q476 407 440 437T348 467Q281 467 229 426T159 305H471Q476 325 476 349ZM373 691L215 607L229 685L387 768L515 685L501 607L373 691Z" />
<glyph unicode="&#xeb;" glyph-name="edieresis" horiz-adv-x="621" d="M438 558T489 532T566 460T593 354Q593 332 588 302Q582 273 575 253H151Q149 240 149 218Q149 151 184 119T278 86Q335 86 379 115T442 192H564Q532 103 453 48T267 -7Q163 -7 101 52T39
214Q39 247 45 281Q60 366 106 428T219 524T367 558Q438 558 489 532ZM479 325T479 349Q479 407 443 437T351 467Q284 467 232 426T162 305H474Q479 325 479 349ZM229 697T249 716T296 736Q317 736 330 724T344 691Q344 664 324 644T276 624Q256 624 243 637T229
670Q229 697 249 716ZM406 697T426 716T472 736Q493 736 506 724T520 691Q520 664 500 644T453 624Q432 624 419 636T406 669Q406 697 426 716Z" />
<glyph unicode="&#xec;" glyph-name="igrave" horiz-adv-x="252" d="M231 551L133 0H18L116 551H231ZM509 674L495 594L294 707L310 796L509 674Z" />
<glyph unicode="&#xed;" glyph-name="iacute" horiz-adv-x="252" d="M231 551L133 0H18L116 551H231ZM360 707L119 594L133 674L376 796L360 707Z" />
<glyph unicode="&#xee;" glyph-name="icircumflex" horiz-adv-x="252" d="M234 551L136 0H21L119 551H234ZM449 691L291 607L305 685L463 768L591 685L577 607L449 691Z" />
<glyph unicode="&#xef;" glyph-name="idieresis" horiz-adv-x="252" d="M237 551L139 0H24L122 551H237ZM315 697T335 716T382 736Q403 736 416 724T430 691Q430 664 410 644T362 624Q342 624 329 637T315 670Q315 697 335 716ZM492 697T512 716T558 736Q579 736
592 724T606 691Q606 664 586 644T539 624Q518 624 505 636T492 669Q492 697 512 716Z" />
<glyph unicode="&#xf0;" glyph-name="eth" horiz-adv-x="639" d="M606 695L520 668Q606 547 606 402Q606 362 598 312Q580 210 532 138T414 30T264 -7Q192 -7 138 21T55 101T25 223Q25 254 31 285Q46 368 91 430T204 526T351 560Q406 560 446 532T500 449Q494
558 439 643L303 601L311 644L416 676Q393 705 357 740H460Q473 727 495 701L614 738L606 695ZM479 297T479 321Q479 388 441 424T344 460Q273 460 218 415T148 284Q144 261 144 237Q144 168 182 131T282 93Q351 93 405 141T475 276Q479 297 479 321Z" />
<glyph unicode="&#xf1;" glyph-name="ntilde" horiz-adv-x="653" d="M511 560T558 515T605 384Q605 354 599 321L543 0H429L483 309Q487 328 487 349Q487 405 456 434T368 464Q300 464 252 421T189 293V296L137 0H22L119 551H234L213 429Q245 492 302 526T430
560Q511 560 558 515ZM360 725T374 719T407 698Q421 687 432 682T456 677Q474 677 488 689T509 724H570Q551 666 518 637T441 608Q420 608 405 615T371 635Q354 646 346 650T324 655Q288 655 272 608H212Q251 725 340 725Q360 725 374 719Z" />
<glyph unicode="&#xf2;" glyph-name="ograve" horiz-adv-x="642" d="M479 558T544 498T609 331Q609 301 603 266Q588 183 541 121T426 26T278 -7Q207 -7 153 20T68 98T38 221Q38 251 44 285Q59 368 106 430T222 525T371 558Q479 558 544 498ZM288 459T232 412T160
276Q156 253 156 230Q156 162 194 128T291 93Q360 93 415 139T487 276Q491 297 491 321Q491 389 453 424T356 459Q288 459 232 412ZM437 674L423 594L222 707L238 796L437 674Z" />
<glyph unicode="&#xf3;" glyph-name="oacute" horiz-adv-x="642" d="M479 558T544 498T609 331Q609 301 603 266Q588 183 541 121T426 26T278 -7Q207 -7 153 20T68 98T38 221Q38 251 44 285Q59 368 106 430T222 525T371 558Q479 558 544 498ZM288 459T232 412T160
276Q156 253 156 230Q156 162 194 128T291 93Q360 93 415 139T487 276Q491 297 491 321Q491 389 453 424T356 459Q288 459 232 412ZM544 707L303 594L317 674L560 796L544 707Z" />
<glyph unicode="&#xf4;" glyph-name="ocircumflex" horiz-adv-x="642" d="M477 558T542 498T607 331Q607 301 601 266Q586 183 539 121T424 26T276 -7Q205 -7 151 20T66 98T36 221Q36 251 42 285Q57 368 104 430T220 525T369 558Q477 558 542 498ZM286 459T230
412T158 276Q154 253 154 230Q154 162 192 128T289 93Q358 93 413 139T485 276Q489 297 489 321Q489 389 451 424T354 459Q286 459 230 412ZM382 691L224 607L238 685L396 768L524 685L510 607L382 691Z" />
<glyph unicode="&#xf5;" glyph-name="otilde" horiz-adv-x="642" d="M486 558T551 498T616 331Q616 301 610 266Q595 183 548 121T433 26T285 -7Q214 -7 160 20T75 98T45 221Q45 251 51 285Q66 368 113 430T229 525T378 558Q486 558 551 498ZM295 459T239 412T167
276Q163 253 163 230Q163 162 201 128T298 93Q367 93 422 139T494 276Q498 297 498 321Q498 389 460 424T363 459Q295 459 239 412ZM358 725T372 719T405 698Q419 687 430 682T454 677Q472 677 486 689T507 724H568Q549 666 516 637T439 608Q418 608 403 615T369
635Q352 646 344 650T322 655Q286 655 270 608H210Q249 725 338 725Q358 725 372 719Z" />
<glyph unicode="&#xf6;" glyph-name="odieresis" horiz-adv-x="642" d="M484 558T549 498T614 331Q614 301 608 266Q593 183 546 121T431 26T283 -7Q212 -7 158 20T73 98T43 221Q43 251 49 285Q64 368 111 430T227 525T376 558Q484 558 549 498ZM293 459T237 412T165
276Q161 253 161 230Q161 162 199 128T296 93Q365 93 420 139T492 276Q496 297 496 321Q496 389 458 424T361 459Q293 459 237 412ZM243 697T263 716T310 736Q331 736 344 724T358 691Q358 664 338 644T290 624Q270 624 257 637T243 670Q243 697 263 716ZM420 697T440
716T486 736Q507 736 520 724T534 691Q534 664 514 644T467 624Q446 624 433 636T420 669Q420 697 440 716Z" />
<glyph unicode="&#xf7;" glyph-name="divide" horiz-adv-x="571" d="M401 648L378 522H248L271 648H401ZM550 413L531 309H21L40 413H550ZM322 202L300 77H170L192 202H322Z" />
<glyph unicode="&#xf8;" glyph-name="oslash" horiz-adv-x="635" d="M559 471Q601 415 601 332Q601 301 595 266Q580 183 533 121T418 26T270 -7Q218 -7 175 7T100 50L45 0H-15L72 80Q30 138 30 220Q30 251 36 285Q51 368 98 430T214 525T363 558Q467 558 532
501L586 551H646L559 471ZM147 248T147 230Q147 194 161 162L446 423Q409 459 348 459Q280 459 224 412T152 276Q147 248 147 230ZM483 297T483 321Q483 361 469 389L185 129Q221 93 283 93Q352 93 407 139T479 276Q483 297 483 321Z" />
<glyph unicode="&#xf9;" glyph-name="ugrave" horiz-adv-x="645" d="M623 551L526 0H411L432 120Q399 59 342 26T216 -8Q134 -8 87 38T40 170Q40 198 46 231L103 551H217L162 243Q158 223 158 202Q158 146 189 117T277 87Q345 87 393 131T456 259V255L508 551H623ZM432
674L418 594L217 707L233 796L432 674Z" />
<glyph unicode="&#xfa;" glyph-name="uacute" horiz-adv-x="645" d="M623 551L526 0H411L432 120Q399 59 342 26T216 -8Q134 -8 87 38T40 170Q40 198 46 231L103 551H217L162 243Q158 223 158 202Q158 146 189 117T277 87Q345 87 393 131T456 259V255L508 551H623ZM539
707L298 594L312 674L555 796L539 707Z" />
<glyph unicode="&#xfb;" glyph-name="ucircumflex" horiz-adv-x="645" d="M626 551L529 0H414L435 120Q402 59 345 26T219 -8Q137 -8 90 38T43 170Q43 198 49 231L106 551H220L165 243Q161 223 161 202Q161 146 192 117T280 87Q348 87 396 131T459 259V255L511
551H626ZM382 691L224 607L238 685L396 768L524 685L510 607L382 691Z" />
<glyph unicode="&#xfc;" glyph-name="udieresis" horiz-adv-x="645" d="M629 551L532 0H417L438 120Q405 59 348 26T222 -8Q140 -8 93 38T46 170Q46 198 52 231L109 551H223L168 243Q164 223 164 202Q164 146 195 117T283 87Q351 87 399 131T462 259V255L514 551H629ZM238
697T258 716T305 736Q326 736 339 724T353 691Q353 664 333 644T285 624Q265 624 252 637T238 670Q238 697 258 716ZM415 697T435 716T481 736Q502 736 515 724T529 691Q529 664 509 644T462 624Q441 624 428 636T415 669Q415 697 435 716Z" />
<glyph unicode="&#xfd;" glyph-name="yacute" horiz-adv-x="585" d="M411 551L505 146L729 551H856L379 -262H252L420 13L283 551H411ZM520 707L279 594L293 674L536 796L520 707Z" />
<glyph unicode="&#xfe;" glyph-name="thorn" horiz-adv-x="675" d="M527 557T584 498T641 336Q641 302 636 274Q621 186 578 123T472 26T339 -7Q266 -7 219 27T157 121L90 -262H-25L152 740H267L213 436Q248 493 303 525T429 557Q527 557 584 498ZM394 94T449
141T519 274Q523 295 523 318Q523 385 485 421T384 457Q338 457 296 436T225 373T185 276Q181 256 181 234Q181 168 220 131T321 94Q394 94 449 141Z" />
<glyph unicode="&#xff;" glyph-name="ydieresis" horiz-adv-x="585" d="M171 551L265 146L489 551H616L139 -262H12L180 13L43 551H171ZM207 697T227 716T274 736Q295 736 308 724T322 691Q322 664 302 644T254 624Q234 624 221 637T207 670Q207 697 227 716ZM384
697T404 716T450 736Q471 736 484 724T498 691Q498 664 478 644T431 624Q410 624 397 636T384 669Q384 697 404 716Z" />
<glyph unicode="&#x2013;" glyph-name="endash" horiz-adv-x="629" d="M590 410L573 314H38L56 410H590Z" />
<glyph unicode="&#x2014;" glyph-name="emdash" horiz-adv-x="845" d="M806 410L789 314H38L56 410H806Z" />
<glyph unicode="&#x2018;" glyph-name="quoteleft" horiz-adv-x="197" d="M32 608T32 620Q32 650 37 680Q48 739 82 771T172 804L164 757Q138 757 124 743T103 698L100 677H154L137 580H34Q32 608 32 620Z" />
<glyph unicode="&#x2019;" glyph-name="quoteright" horiz-adv-x="197" d="M165 776T165 765Q165 736 160 704Q149 644 115 612T25 580L34 628Q84 628 94 686L98 707H44L60 804H163Q165 776 165 765Z" />
<glyph unicode="&#x201a;" glyph-name="quotesinglbase" horiz-adv-x="203" d="M395 57T395 25Q395 -46 359 -95T253 -144L261 -98Q286 -98 300 -85T319 -41L321 -32H264L283 78H390Q395 57 395 25Z" />
<glyph unicode="&#x201c;" glyph-name="quotedblleft" horiz-adv-x="348" d="M32 608T32 620Q32 650 37 680Q48 739 82 771T172 804L164 757Q138 757 124 743T103 698L100 677H154L137 580H34Q32 608 32 620ZM183 608T183 619Q183 650 188 680Q199 739 233 771T323
804L315 757Q289 757 275 743T254 698L251 677H305L288 580H185Q183 608 183 619Z" />
<glyph unicode="&#x201d;" glyph-name="quotedblright" horiz-adv-x="348" d="M165 776T165 765Q165 736 160 704Q149 644 115 612T25 580L34 628Q84 628 94 686L98 707H44L60 804H163Q165 776 165 765ZM316 776T316 765Q316 736 311 704Q300 644 266 612T176
580L185 628Q211 628 225 642T245 686L248 707H194L211 804H314Q316 776 316 765Z" />
<glyph unicode="&#x201e;" glyph-name="quotedblbase" horiz-adv-x="348" d="M135 69T135 58Q135 29 130 -3Q119 -63 85 -95T-5 -127L4 -79Q54 -79 64 -21L68 0H14L30 97H133Q135 69 135 58ZM286 69T286 58Q286 29 281 -3Q270 -63 236 -95T146 -127L155 -79Q181
-79 195 -65T215 -21L218 0H164L181 97H284Q286 69 286 58Z" />
<glyph unicode="&#x2022;" glyph-name="bullet" horiz-adv-x="388" d="M61 351T83 387T141 444T217 465Q266 465 296 435T327 357Q327 316 305 281T247 224T171 203Q122 203 92 233T61 310Q61 351 83 387Z" />
<glyph unicode="&#x2039;" glyph-name="guilsinglleft" horiz-adv-x="297" d="M107 120L45 295L169 470H278L152 295L216 120H107Z" />
<glyph unicode="&#x203a;" glyph-name="guilsinglright" horiz-adv-x="297" d="M146 295L81 470H191L252 295L129 120H19L146 295Z" />
</font>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

View file

@ -0,0 +1,321 @@
<?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">
<defs >
<font id="Poppins" horiz-adv-x="874" ><font-face
font-family="Poppins SemiBold"
units-per-em="1000"
panose-1="0 0 7 0 0 0 0 0 0 0"
ascent="1050"
descent="-350"
alphabetic="0" />
<glyph unicode=" " glyph-name="space" horiz-adv-x="218" />
<glyph unicode="!" glyph-name="exclam" horiz-adv-x="351" d="M259 735L241 235H122L104 735H259ZM258 147V0H106V147H258Z" />
<glyph unicode="&quot;" glyph-name="quotedbl" horiz-adv-x="372" d="M160 799L150 586H55L43 799H160ZM329 799L319 586H224L212 799H329Z" />
<glyph unicode="#" glyph-name="numbersign" horiz-adv-x="857" d="M675 439L645 302H774V174H618L581 0H450L487 174H303L266 0H135L172 174H22V302H199L229 439H83V567H256L293 740H424L387 567H571L608 740H739L702 567H835V439H675ZM544 439H360L330 302H514L544
439Z" />
<glyph unicode="$" glyph-name="dollar" horiz-adv-x="613" d="M349 407Q420 385 465 364T541 302T573 193Q573 139 545 94T461 21T325 -7H324V-87H286V-5Q182 4 117 59T44 204H194Q198 168 222 141T286 105V301L266 307Q194 328 150 348T74 410T42 520Q42 579
73 623T160 691T286 716V800H324V715Q428 708 489 655T559 518H407Q402 551 381 574T324 605V415L349 407ZM193 490T217 468T286 428V608Q242 606 218 585T193 526Q193 490 217 468ZM370 102T396 126T422 190Q422 227 397 249T324 288V101Q370 102 396 126Z" />
<glyph unicode="%" glyph-name="percent" horiz-adv-x="749" d="M257 717T301 675T346 557Q346 482 302 440T187 397Q117 397 73 439T28 557Q28 632 72 674T187 717Q257 717 301 675ZM639 708L246 0H110L503 708H639ZM123 523T140 503T186 482Q215 482 233 502T251
557Q251 591 233 611T186 632Q157 632 140 612T123 557Q123 523 140 503ZM633 311T677 269T721 151Q721 76 677 34T563 -9Q493 -9 449 33T404 151Q404 226 448 268T563 311Q633 311 677 269ZM499 116T516 96T562 75Q591 75 609 95T627 151Q627 185 609 206T562
227Q533 227 516 207T499 151Q499 116 516 96Z" />
<glyph unicode="&amp;" glyph-name="ampersand" horiz-adv-x="689" d="M543 0L435 126Q427 106 421 95Q403 49 358 21T253 -7Q186 -7 136 21T58 97T31 208Q31 269 54 315T118 386T209 414L197 432Q177 460 166 487T155 549Q155 592 177 629T244 690T351 713Q440
713 488 673T551 570Q561 540 561 506L560 487H429Q429 512 427 521Q426 557 407 576T354 596Q323 596 305 578T287 534Q287 511 296 494T326 452L685 0H543ZM297 111T324 137T352 206Q352 250 321 279T246 308Q205 308 179 283T152 212Q152 166 181 139T254 111Q297
111 324 137Z" />
<glyph unicode="&apos;" glyph-name="quotesingle" horiz-adv-x="207" d="M164 799L151 586H56L43 799H164Z" />
<glyph unicode="(" glyph-name="parenleft" horiz-adv-x="400" d="M32 593T106 745T301 991H438V977Q168 754 168 402Q168 50 438 -173V-186H301Q180 -92 106 59T32 402Q32 593 106 745Z" />
<glyph unicode=")" glyph-name="parenright" horiz-adv-x="402" d="M370 211T296 59T101 -186H-36V-173Q234 50 234 402Q234 754 -36 977V991H101Q222 897 296 746T370 403Q370 211 296 59Z" />
<glyph unicode="*" glyph-name="asterisk" horiz-adv-x="508" d="M398 687L448 596L317 549L448 503L395 409L288 499L311 360H207L229 499L121 408L66 503L197 550L68 596L119 687L229 599L206 738H311L288 599L398 687Z" />
<glyph unicode="+" glyph-name="plus" horiz-adv-x="566" d="M538 291H351V101H215V291H28V420H215V611H351V420H538V291Z" />
<glyph unicode="," glyph-name="comma" horiz-adv-x="214" d="M177 37T177 -18Q177 -80 145 -120T44 -160V-106Q70 -106 82 -94T94 -49V-39H30V91H153Q177 37 177 -18Z" />
<glyph unicode="-" glyph-name="hyphen" horiz-adv-x="523" d="M679 415V298H254V415H679Z" />
<glyph unicode="." glyph-name="period" horiz-adv-x="211" d="M181 147V0H29V147H181Z" />
<glyph unicode="/" glyph-name="slash" horiz-adv-x="383" d="M397 947L126 -181H-10L261 947H397Z" />
<glyph unicode="0" glyph-name="zero" horiz-adv-x="632" d="M47 0T317 0Q460 0 523 96T586 359Q586 525 523 621T317 717Q47 717 47 359Q47 0 317 0ZM447 250T421 192T317 133Q239 133 213 191T186 359Q186 467 212 525T317 584Q394 584 420 526T447 359Q447
250 421 192Z" />
<glyph unicode="1" glyph-name="one" horiz-adv-x="330" d="M12 574V706H266V0H118V574H12Z" />
<glyph unicode="2" glyph-name="two" horiz-adv-x="566" d="M376 346T376 501Q376 548 354 575T283 602Q184 602 178 467H41Q47 592 117 656T294 721Q403 721 461 665T520 514Q520 440 477 366T366 229T225 121H534V6H37V111Q376 346 376 501Z" />
<glyph unicode="3" glyph-name="three" horiz-adv-x="599" d="M373 733T424 708T502 639T529 541Q529 473 492 430T394 376V371Q542 327 542 197Q542 106 481 50T309 -7Q191 -7 121 51T43 228H181Q186 174 216 143T303 111Q351 111 378 137T405 207Q405 258 366
285T251 312H222V427H251Q391 425 391 524Q391 567 366 591T298 616Q253 616 224 588T191 508H53Q59 616 123 674T301 733Q373 733 424 708Z" />
<glyph unicode="4" glyph-name="four" horiz-adv-x="652" d="M39 142V259L377 714H528V264H620V142H528V0H386V142H39ZM397 549L183 264H397V549Z" />
<glyph unicode="5" glyph-name="five" horiz-adv-x="633" d="M552 596H217V418Q240 445 280 461T370 478Q443 478 491 447T563 363T587 246Q587 133 524 65T342 -3Q265 -3 208 24T119 101T84 217H221Q229 172 258 146T335 119Q393 119 421 154T450 249Q450 305
420 336T335 367Q295 367 267 350T226 303H89V720H552V596Z" />
<glyph unicode="6" glyph-name="six" horiz-adv-x="625" d="M405 618T315 618Q245 618 213 557T185 364Q201 412 247 440T356 469Q458 469 516 408T575 233Q575 163 547 109T464 24T329 -7Q175 -7 117 88T59 352Q59 545 121 638T324 731Q431 731 488 670T553 514H421Q405
618 315 618ZM197 187T229 151T325 114Q379 114 411 146T443 235Q443 295 411 327T323 359Q271 359 234 329T197 243Q197 187 229 151Z" />
<glyph unicode="7" glyph-name="seven" horiz-adv-x="508" d="M486 607L228 0H82L343 591H16V712H486V607Z" />
<glyph unicode="8" glyph-name="eight" horiz-adv-x="637" d="M68 596T96 640T181 711T318 738Q398 738 454 711T539 640T568 545Q568 487 540 447T456 386Q519 362 552 317T586 206Q586 136 551 86T456 9T318 -17Q241 -17 181 9T86 85T51 206Q51 271 84 316T181
386Q125 406 97 447T68 545Q68 596 96 640ZM207 474T237 448T318 422Q370 422 400 448T430 522Q430 570 400 596T318 623Q268 623 238 597T207 522Q207 474 237 448ZM188 161T223 130T318 99Q378 99 413 130T449 214Q449 268 413 296T318 325Q261 325 225 297T188
214Q188 161 223 130Z" />
<glyph unicode="9" glyph-name="nine" horiz-adv-x="604" d="M212 106T304 106Q374 106 405 167T432 360Q416 312 370 284T261 255Q159 255 101 316T42 491Q42 560 70 614T153 700T288 731Q442 731 500 638T558 378Q558 189 500 91T304 -7Q231 -7 179 22T98 100T64
210H196Q212 106 304 106ZM420 537T388 573T292 610Q238 610 206 578T174 489Q174 429 206 397T294 364Q345 364 382 394T420 481Q420 537 388 573Z" />
<glyph unicode=":" glyph-name="colon" horiz-adv-x="244" d="M202 563V416H50V563H202ZM202 147V0H50V147H202Z" />
<glyph unicode=";" glyph-name="semicolon" horiz-adv-x="316" d="M243 558V411H91V558H243ZM244 37T244 -18Q244 -80 212 -120T111 -160V-106Q137 -106 149 -94T161 -49V-39H97V91H220Q244 37 244 -18Z" />
<glyph unicode="&lt;" glyph-name="less" horiz-adv-x="451" d="M246 132L28 356L246 581H423L204 356L423 132H246Z" />
<glyph unicode="=" glyph-name="equal" horiz-adv-x="601" d="M573 539V411H28V539H573ZM573 300V173H28V300H573Z" />
<glyph unicode="&gt;" glyph-name="greater" horiz-adv-x="451" d="M28 581H204L423 356L204 132H28L246 356L28 581Z" />
<glyph unicode="?" glyph-name="question" horiz-adv-x="516" d="M364 748T426 694T488 541Q488 441 425 388T254 333V232H121V425H178Q259 425 304 449T349 540Q349 584 324 608T257 633Q211 633 184 607T157 538H24Q22 598 50 645T132 720T262 748Q364 748 426
694ZM265 147V0H113V147H265Z" />
<glyph unicode="@" glyph-name="at" horiz-adv-x="1221" d="M834 809T949 755T1126 597T1188 349Q1188 250 1149 168T1043 39T901 -8Q834 -8 793 23T745 120Q711 58 661 25T538 -8Q476 -8 429 21T355 104T328 228Q328 250 329 261Q335 347 377 415T489 522T643
561Q752 561 816 503T881 344Q881 323 878 300L862 192Q860 174 860 168Q860 139 872 127T911 115Q946 115 976 141T1026 219T1045 344Q1045 449 1000 528T868 650T654 694Q506 694 400 633T238 466T183 229Q183 47 290 -52T604 -152L578 -267Q408 -265 289 -206T108
-37T46 229Q46 402 129 533T355 737T675 809Q834 809 949 755ZM744 372T710 405T619 439Q577 439 542 417T485 351T464 249Q464 185 498 150T586 115Q627 115 663 137T721 203T744 309Q744 372 710 405Z" />
<glyph unicode="A" glyph-name="A" horiz-adv-x="704" d="M494 142H211L161 0H12L272 698H433L692 0H543L494 142ZM456 249L352 547L248 249H456Z" />
<glyph unicode="B" glyph-name="B" horiz-adv-x="634" d="M522 351T560 304T599 192Q599 103 540 52T367 0H64V706H361Q468 706 525 659T583 527Q583 461 549 419T458 364Q522 351 560 304ZM205 410H332Q385 410 412 433T440 501Q440 545 413 569T330 593H205V410ZM395
115T425 139T455 211Q455 258 425 283T338 309H205V115H339Q395 115 425 139Z" />
<glyph unicode="C" glyph-name="C" horiz-adv-x="759" d="M515 713T602 645T717 460H569Q546 517 498 550T381 583Q325 583 280 555T210 475T185 353Q185 284 210 232T280 152T381 124Q449 124 497 157T569 247H717Q689 130 602 62T383 -6Q282 -6 205 39T85 167T42
353Q42 458 84 540T204 667T383 713Q515 713 602 645Z" />
<glyph unicode="D" glyph-name="D" horiz-adv-x="727" d="M685 249T641 169T514 45T315 0H64V706H315Q430 706 513 663T641 540T685 354Q685 249 641 169ZM417 126T479 186T542 354Q542 463 480 523T303 583H205V126H303Q417 126 479 186Z" />
<glyph unicode="E" glyph-name="E" horiz-adv-x="525" d="M205 594V411H455V303H205V113H485V0H64V706H485V594H205Z" />
<glyph unicode="F" glyph-name="F" horiz-adv-x="533" d="M502 706V594H205V405H443V297H205V0H64V706H502Z" />
<glyph unicode="G" glyph-name="G" horiz-adv-x="768" d="M520 713T605 650T714 478H566Q545 526 500 554T392 583Q331 583 284 555T211 475T185 353Q185 242 244 180T407 118Q483 118 537 163T608 288H369V389H726V253Q711 183 668 124T554 30T392 -6Q288 -6
209 39T86 166T42 353Q42 458 85 539T208 667T391 713Q520 713 605 650Z" />
<glyph unicode="H" glyph-name="H" horiz-adv-x="713" d="M649 706V0H507V307H205V0H64V706H205V420H507V706H649Z" />
<glyph unicode="I" glyph-name="I" horiz-adv-x="269" d="M205 706V0H64V706H205Z" />
<glyph unicode="J" glyph-name="J" horiz-adv-x="524" d="M465 706V208Q465 106 409 50T252 -7Q144 -7 81 55T18 232H157Q157 178 179 149T246 120Q286 120 305 143T324 208V706H465Z" />
<glyph unicode="K" glyph-name="K" horiz-adv-x="651" d="M338 359L637 0H466L205 323V0H64V706H205V389L467 706H637L338 359Z" />
<glyph unicode="L" glyph-name="L" horiz-adv-x="462" d="M205 108H442V0H64V706H205V108Z" />
<glyph unicode="M" glyph-name="M" horiz-adv-x="889" d="M825 698V0H685V487L506 0H384L205 485V0H64V698H235L447 173L655 698H825Z" />
<glyph unicode="N" glyph-name="N" horiz-adv-x="726" d="M662 0H521L205 480V0H64V706H205L521 222V706H662V0Z" />
<glyph unicode="O" glyph-name="O" horiz-adv-x="790" d="M494 716T574 670T701 542T748 355Q748 251 702 168T575 39T395 -7Q296 -7 216 39T89 168T42 355Q42 459 88 541T215 670T395 716Q494 716 574 670ZM333 586T286 558T213 478T186 355Q186 285 212 233T286
152T395 124Q457 124 504 152T577 232T604 355Q604 425 578 477T504 558T395 586Q333 586 286 558Z" />
<glyph unicode="P" glyph-name="P" horiz-adv-x="601" d="M205 262V0H64V706H321Q446 706 509 646T573 483Q573 382 508 322T321 262H205ZM430 375T430 483Q430 536 401 564T306 592H205V375H306Q430 375 430 483Z" />
<glyph unicode="Q" glyph-name="Q" horiz-adv-x="790" d="M593 -129L483 3Q443 -7 395 -7Q296 -7 216 39T89 168T42 355Q42 459 88 541T215 670T395 716Q494 716 574 670T701 542T748 355Q748 258 708 180T597 53L764 -129H593ZM186 285T212 233T286 152T395 124Q457
124 504 152T577 232T604 355Q604 425 578 477T504 558T395 586Q333 586 286 558T213 478T186 355Q186 285 212 233Z" />
<glyph unicode="R" glyph-name="R" horiz-adv-x="616" d="M432 0L267 275H205V0H64V706H333Q456 706 520 646T585 488Q585 408 541 354T412 282L588 0H432ZM205 372H321Q442 372 442 479Q442 530 413 558T321 587H205V372Z" />
<glyph unicode="S" glyph-name="S" horiz-adv-x="589" d="M549 139T522 94T442 21T313 -7Q238 -7 179 18T85 92T44 204H194Q199 161 228 133T307 104Q351 104 374 127T398 188Q398 221 379 242T331 277T251 307Q185 329 143 350T72 413T42 520Q42 611 107 663T281
716Q393 716 459 662T535 518H383Q377 556 351 580T280 605Q241 605 217 585T193 525Q193 494 211 474T258 440T336 411Q404 387 446 366T519 303T549 193Q549 139 522 94Z" />
<glyph unicode="T" glyph-name="T" horiz-adv-x="558" d="M544 706V594H349V0H208V594H14V706H544Z" />
<glyph unicode="U" glyph-name="U" horiz-adv-x="683" d="M200 706V292Q200 209 236 168T342 126Q410 126 446 167T483 292V706H623V292Q623 194 587 127T486 26T339 -7Q212 -7 136 69T60 292V706H200Z" />
<glyph unicode="V" glyph-name="V" horiz-adv-x="705" d="M163 706L352 147L542 706H693L443 0H262L12 706H163Z" />
<glyph unicode="W" glyph-name="W" horiz-adv-x="1022" d="M990 706L817 0H643L511 512L378 0H205L32 706H185L293 159L433 706H588L729 159L837 706H990Z" />
<glyph unicode="X" glyph-name="X" horiz-adv-x="658" d="M479 0L320 241L179 0H18L240 361L12 706H179L335 470L474 706H635L414 351L646 0H479Z" />
<glyph unicode="Y" glyph-name="Y" horiz-adv-x="645" d="M633 706L394 247V0H252V247L12 706H174L324 397L474 706H633Z" />
<glyph unicode="Z" glyph-name="Z" horiz-adv-x="573" d="M200 114H529V0H44V108L366 593H49V706H525V598L200 114Z" />
<glyph unicode="[" glyph-name="bracketleft" horiz-adv-x="407" d="M358 947V833H224V-67H358V-181H91V947H358Z" />
<glyph unicode="\" glyph-name="backslash" horiz-adv-x="716" d="M418 -181L132 947H268L553 -181H418Z" />
<glyph unicode="]" glyph-name="bracketright" horiz-adv-x="406" d="M48 -181V-67H183V833H48V947H315V-181H48Z" />
<glyph unicode="^" glyph-name="asciicircum" horiz-adv-x="676" d="M171 167H31L271 700H406L645 167H505L339 537L171 167Z" />
<glyph unicode="_" glyph-name="underscore" horiz-adv-x="672" d="M632 -37V-174H45V-37H632Z" />
<glyph unicode="`" glyph-name="grave" horiz-adv-x="301" d="M252 692V596L22 704V812L252 692Z" />
<glyph unicode="a" glyph-name="a" horiz-adv-x="676" d="M351 561T401 528T472 439V554H612V0H472V116Q451 60 401 27T281 -7Q211 -7 155 27T68 125T36 277Q36 364 67 428T155 527T281 561Q351 561 401 528ZM259 438T219 395T179 277Q179 202 219 160T325 117Q389
117 430 160T472 277Q472 351 431 394T325 438Q259 438 219 395Z" />
<glyph unicode="b" glyph-name="b" horiz-adv-x="676" d="M465 561T521 527T608 429T640 277Q640 190 609 126T521 27T395 -7Q325 -7 276 26T205 116V0H64V740H205V439Q226 495 275 528T395 561Q465 561 521 527ZM287 438T246 395T204 277Q204 204 245 161T351
117Q417 117 457 159T497 277Q497 352 457 395T351 438Q287 438 246 395Z" />
<glyph unicode="c" glyph-name="c" horiz-adv-x="617" d="M420 561T491 503T581 345H432Q423 389 391 414T310 440Q254 440 217 399T179 277Q179 197 216 156T310 114Q359 114 391 139T432 209H581Q563 109 492 51T313 -7Q232 -7 169 27T71 126T36 277Q36 364
71 428T169 527T313 561Q420 561 491 503Z" />
<glyph unicode="d" glyph-name="d" horiz-adv-x="676" d="M351 561T400 528T472 439V740H612V0H472V116Q450 60 401 27T281 -7Q211 -7 155 27T68 125T36 277Q36 364 67 428T155 527T281 561Q351 561 400 528ZM259 438T219 395T179 277Q179 202 219 160T325 117Q389
117 430 160T472 277Q472 351 431 394T325 438Q259 438 219 395Z" />
<glyph unicode="e" glyph-name="e" horiz-adv-x="621" d="M585 277T580 250H174Q177 176 214 141T306 106Q355 106 387 130T429 195H578Q567 137 531 91T439 19T313 -7Q232 -7 169 27T71 126T36 277Q36 364 71 428T169 527T313 561Q395 561 456 527T551 434T585
298Q585 277 580 250ZM446 380T408 415T313 450Q256 450 217 415T174 312H443Q446 380 408 415Z" />
<glyph unicode="f" glyph-name="f" horiz-adv-x="358" d="M276 654T251 632T226 555V554H338V435H226V0H85V435H14V554H85V567Q85 666 141 719T309 773Q328 773 338 772V650Q276 654 251 632Z" />
<glyph unicode="g" glyph-name="g" horiz-adv-x="676" d="M351 561T401 528T472 439V554H612V-2Q612 -79 582 -140T491 -237T344 -272Q224 -272 150 -215T60 -60H199Q211 -102 245 -125T334 -149Q396 -149 434 -113T472 -2V116Q451 60 401 27T281 -7Q211 -7 155
27T68 125T36 277Q36 364 67 428T155 527T281 561Q351 561 401 528ZM259 438T219 395T179 277Q179 202 219 160T325 117Q389 117 430 160T472 277Q472 351 431 394T325 438Q259 438 219 395Z" />
<glyph unicode="h" glyph-name="h" horiz-adv-x="664" d="M490 562T547 499T604 322V0H464V306Q464 372 430 408T337 445Q277 445 241 406T205 294V0H64V740H205V443Q227 499 277 530T394 562Q490 562 547 499Z" />
<glyph unicode="i" glyph-name="i" horiz-adv-x="269" d="M48 747T72 768T135 790Q174 790 198 769T222 713Q222 680 198 659T135 637Q96 637 72 658T48 713Q48 747 72 768ZM205 554V0H64V554H205Z" />
<glyph unicode="j" glyph-name="j" horiz-adv-x="272" d="M99 637T75 658T51 713Q51 747 75 768T138 790Q177 790 201 768T225 713Q225 680 201 659T138 637Q99 637 75 658ZM-30 -142H10Q41 -142 54 -129T68 -84V554H209V-84Q209 -264 28 -264H-30V-142Z" />
<glyph unicode="k" glyph-name="k" horiz-adv-x="564" d="M388 0L205 242V0H64V740H205V324L387 554H554L321 278L560 0H388Z" />
<glyph unicode="l" glyph-name="l" horiz-adv-x="269" d="M205 740V0H64V740H205Z" />
<glyph unicode="m" glyph-name="m" horiz-adv-x="1047" d="M870 562T928 500T987 322V0H847V306Q847 370 815 404T725 439Q666 439 631 402T596 294V0H456V306Q456 370 424 404T334 439Q275 439 240 402T205 294V0H64V554H205V449Q227 503 274 532T385 562Q452
562 501 530T576 438Q602 495 653 528T769 562Q870 562 928 500Z" />
<glyph unicode="n" glyph-name="n" horiz-adv-x="664" d="M490 562T547 499T604 322V0H464V306Q464 372 430 408T337 445Q277 445 241 406T205 294V0H64V554H205V443Q227 499 277 530T394 562Q490 562 547 499Z" />
<glyph unicode="o" glyph-name="o" horiz-adv-x="640" d="M401 561T465 527T567 429T604 277Q604 190 567 126T466 28T320 -7Q239 -7 175 27T73 126T36 277Q36 364 73 428T174 527T320 561Q401 561 465 527ZM261 439T220 398T179 277Q179 198 220 157T320 115Q379
115 420 156T461 277Q461 356 420 397T320 439Q261 439 220 398Z" />
<glyph unicode="p" glyph-name="p" horiz-adv-x="676" d="M465 561T521 527T608 429T640 277Q640 190 609 126T521 27T395 -7Q325 -7 276 26T205 116V-264H64V554H205V439Q226 495 275 528T395 561Q465 561 521 527ZM287 438T246 395T204 277Q204 204 245 161T351
117Q417 117 457 159T497 277Q497 352 457 395T351 438Q287 438 246 395Z" />
<glyph unicode="q" glyph-name="q" horiz-adv-x="676" d="M355 560T401 533T472 455V554H612V-264H472V107Q445 53 400 24T291 -6Q220 -6 162 29T70 128T36 275Q36 359 70 423T162 524T291 560Q355 560 401 533ZM262 437T221 395T179 275Q179 198 220 158T325
117Q364 117 398 135T452 190T472 277Q472 328 452 364T399 418T325 437Q262 437 221 395Z" />
<glyph unicode="r" glyph-name="r" horiz-adv-x="415" d="M236 501T287 531T401 562V411H360Q205 411 205 267V0H64V554H205V448Q236 501 287 531Z" />
<glyph unicode="s" glyph-name="s" horiz-adv-x="541" d="M356 561T417 510T493 374H361Q353 414 325 438T252 462Q216 462 196 445T176 399Q176 376 192 362T232 340T301 321Q364 307 403 292T471 243T500 152Q500 81 445 37T295 -7Q187 -7 122 41T43 180H178Q183
139 214 116T295 92Q331 92 350 109T369 155Q369 179 353 194T312 217T242 236Q180 250 142 264T76 311T48 399Q48 471 103 516T255 561Q356 561 417 510Z" />
<glyph unicode="t" glyph-name="t" horiz-adv-x="397" d="M360 121V0H286Q193 0 144 45T94 195V435H17V554H94V691H235V554H359V435H235V193Q235 153 251 137T305 121H360Z" />
<glyph unicode="u" glyph-name="u" horiz-adv-x="658" d="M594 554V0H453V112Q431 56 381 25T264 -7Q168 -7 111 56T54 232V554H194V248Q194 182 228 146T320 109Q381 109 417 148T453 260V554H594Z" />
<glyph unicode="v" glyph-name="v" horiz-adv-x="609" d="M305 141L445 554H595L390 0H218L13 554H164L305 141Z" />
<glyph unicode="w" glyph-name="w" horiz-adv-x="863" d="M857 554L708 0H552L433 403L311 0H155L7 554H148L238 126L361 554H510L634 126L725 554H857Z" />
<glyph unicode="x" glyph-name="x" horiz-adv-x="567" d="M401 0L275 178L169 0H14L197 289L10 554H168L291 379L397 554H552L366 273L559 0H401Z" />
<glyph unicode="y" glyph-name="y" horiz-adv-x="607" d="M159 554L310 178L450 554H605L266 -264H110L235 16L2 554H159Z" />
<glyph unicode="z" glyph-name="z" horiz-adv-x="474" d="M178 118H450V0H24V112L279 437H30V554H440V443L178 118Z" />
<glyph unicode="{" glyph-name="braceleft" horiz-adv-x="425" d="M226 360T254 323T282 228Q282 198 272 140Q268 116 265 88T261 32Q261 -59 299 -120T393 -206V-217H260Q235 -204 206 -175T154 -92T131 36Q131 71 136 103T142 142Q152 202 152 232Q152 329
50 346V398Q152 414 152 512Q152 542 142 602Q141 608 136 640T131 708Q131 783 154 836T206 918T260 961H393V950Q338 925 300 864T261 712Q261 685 264 657T272 605Q282 547 282 516Q282 396 169 373V371Q226 360 254 323Z" />
<glyph unicode="|" glyph-name="bar" horiz-adv-x="233" d="M187 -121H46V808H187V-121Z" />
<glyph unicode="}" glyph-name="braceright" horiz-adv-x="415" d="M149 396T149 504Q149 531 153 558T158 593Q169 652 169 700Q169 760 151 811T102 898T38 950V961H169Q194 948 223 919T275 836T298 708Q298 673 293 641T287 602Q277 542 277 512Q277 470 299
438T379 398V346Q322 340 300 307T277 232Q277 202 287 142Q288 136 293 104T298 36Q298 -39 275 -92T223 -174T169 -217H38V-206Q72 -190 102 -155T150 -68T169 44Q169 93 158 152Q157 160 153 187T149 240Q149 349 261 371V373Q149 396 149 504Z" />
<glyph unicode="~" glyph-name="asciitilde" horiz-adv-x="591" d="M236 414T260 404T317 376Q345 361 361 354T394 347Q445 347 456 415H563Q548 317 502 269T386 221Q356 221 332 230T274 259Q248 274 232 281T197 288Q146 288 134 220H28Q44 318 90 366T205
414Q236 414 260 404Z" />
<glyph unicode="&#xa0;" glyph-name="uni00A0" horiz-adv-x="218" />
<glyph unicode="&#xa1;" glyph-name="exclamdown" horiz-adv-x="367" d="M259 -173L241 327H122L104 -173H259ZM258 415V562H106V415H258Z" />
<glyph unicode="&#xa2;" glyph-name="cent" horiz-adv-x="583" d="M344 118T376 142T417 208H547Q538 120 478 67T327 5V-87H265V6Q160 15 98 81T36 260Q36 372 97 438T265 513V603H327V514Q417 506 477 453T547 312H417Q408 355 376 378T301 402Q243 402 207
365T171 260Q171 191 207 155T301 118Q344 118 376 142Z" />
<glyph unicode="&#xa3;" glyph-name="sterling" horiz-adv-x="623" d="M292 226T275 184T219 107H571V-4H82L64 66Q113 110 136 156T159 266Q159 280 156 296H39V391H128Q101 474 101 538Q101 601 129 648T210 721T329 747Q438 747 500 686T572 527H441Q436 574
408 603T334 632Q290 632 263 604T236 523Q236 499 241 476T260 411L266 391H444V296H290Q292 276 292 267Q292 226 275 184Z" />
<glyph unicode="&#xa4;" glyph-name="currency" horiz-adv-x="562" d="M480 314T443 267L497 213L443 159L382 219Q339 198 282 198Q224 198 180 221L118 159L65 213L121 268Q86 314 86 378Q86 444 123 489L65 546L118 600L183 535Q225 556 282 556Q336 556 379
536L443 600L497 546L441 491Q480 446 480 378Q480 314 443 267ZM319 281T344 306T370 377Q370 423 345 448T282 474Q245 474 221 449T196 377Q196 331 220 306T282 281Q319 281 344 306Z" />
<glyph unicode="&#xa5;" glyph-name="yen" horiz-adv-x="663" d="M489 410H603V316H440L408 255H603V160H404V0H262V160H62V255H258L226 316H62V410H177L22 706H184L334 376L484 706H643L489 410Z" />
<glyph unicode="&#xa6;" glyph-name="brokenbar" horiz-adv-x="335" d="M97 808H238V410H97V808ZM238 -121H97V278H238V-121Z" />
<glyph unicode="&#xa7;" glyph-name="section" horiz-adv-x="583" d="M515 53T515 -33Q515 -108 458 -154T299 -200Q199 -200 139 -148T70 -7H209Q217 -99 302 -99Q334 -99 353 -85T372 -40Q372 -4 338 22T215 83Q130 114 84 157T37 266Q37 318 67 359T160 419Q117
448 93 485T69 567Q69 642 126 687T286 733Q386 733 445 681T514 540H374Q372 582 349 607T283 632Q250 632 231 618T211 574Q211 538 245 512T369 451Q454 417 500 374T547 266Q547 215 518 176T424 113Q515 53 515 -33ZM187 225T215 200T293 175Q342 175 370
201T398 266Q398 307 370 332T292 358Q243 358 215 332T187 266Q187 225 215 200Z" />
<glyph unicode="&#xa8;" glyph-name="dieresis" horiz-adv-x="378" d="M31 713T49 731T94 750Q122 750 140 732T158 686Q158 660 140 642T94 623Q68 623 50 641T31 686Q31 713 49 731ZM220 713T238 731T283 750Q310 750 328 732T347 686Q347 660 329 642T283 623Q256
623 238 641T220 686Q220 713 238 731Z" />
<glyph unicode="&#xa9;" glyph-name="copyright" horiz-adv-x="784" d="M290 713T211 668T87 541T42 356Q42 252 86 171T210 43T392 -3Q495 -3 574 43T698 170T742 356Q742 460 698 541T575 667T392 713Q290 713 211 668ZM483 667T551 628T655 519T692 356Q692
264 656 193T551 83T392 43Q301 43 233 82T129 193T92 356Q92 448 128 518T233 628T392 667Q483 667 551 628ZM474 583T531 538T604 413H486Q475 448 450 468T390 488Q345 488 315 454T285 355Q285 291 315 257T390 222Q424 222 449 242T486 297H604Q589 218 532
173T396 127Q333 127 283 154T204 233T175 355Q175 425 203 476T282 555T396 583Q474 583 531 538Z" />
<glyph unicode="&#xaa;" glyph-name="ordfeminine" horiz-adv-x="462" d="M283 711T319 635V706H425V355H319V425Q283 349 192 349Q119 349 74 397T28 529Q28 613 73 662T191 711Q283 711 319 635ZM188 626T163 600T137 529Q137 485 162 460T227 435Q267 435 293
460T319 530Q319 574 293 600T227 626Q188 626 163 600Z" />
<glyph unicode="&#xab;" glyph-name="guillemotleft" horiz-adv-x="520" d="M134 120L45 295L134 470H265L174 295L265 120H134ZM345 120L256 295L345 470H476L385 295L476 120H345Z" />
<glyph unicode="&#xac;" glyph-name="logicalnot" horiz-adv-x="760" d="M703 438V195H562V331H36V438H703Z" />
<glyph unicode="&#xad;" glyph-name="uni00AD" horiz-adv-x="523" d="M679 415V298H254V415H679Z" />
<glyph unicode="&#xae;" glyph-name="registered" horiz-adv-x="806" d="M510 713T591 668T718 542T764 356Q764 252 719 171T592 43T404 -3Q298 -3 216 43T88 170T42 356Q42 461 87 542T215 668T404 713Q510 713 591 668ZM498 47T568 85T677 194T715 356Q715
450 677 520T569 628T404 667Q309 667 239 629T130 521T92 356Q92 263 130 194T238 86T404 47Q498 47 568 85ZM582 407T555 374T475 329L587 148H490L384 324H347V148H258V582H426Q505 582 543 546T582 453Q582 407 555 374ZM347 382H418Q492 382 492 441Q492 470
475 485T418 501H347V382Z" />
<glyph unicode="&#xaf;" glyph-name="overscore" horiz-adv-x="426" d="M404 732V637H22V732H404Z" />
<glyph unicode="&#xb0;" glyph-name="degree" horiz-adv-x="440" d="M309 705T361 658T414 527Q414 445 363 396T223 347Q135 347 81 396T26 527Q26 610 79 657T221 705Q309 705 361 658ZM184 629T160 603T135 526Q135 477 160 451T223 424Q259 424 282 450T305
526Q305 576 282 602T221 629Q184 629 160 603Z" />
<glyph unicode="&#xb1;" glyph-name="plusminus" horiz-adv-x="566" d="M351 363V222H538V94H28V222H215V363H28V491H215V632H351V491H538V363H351Z" />
<glyph unicode="&#xb2;" glyph-name="twosuperior" horiz-adv-x="374" d="M147 434H340V352H45V429L171 516Q200 536 215 556T230 601Q230 619 220 628T193 637Q151 637 146 581H40Q44 639 87 676T206 713Q272 713 306 683T341 609Q341 570 313 540T222 477L147 434Z" />
<glyph unicode="&#xb3;" glyph-name="threesuperior" horiz-adv-x="363" d="M253 713T291 685T330 611Q330 548 258 533V530Q336 511 336 447Q336 402 297 375T189 348Q106 348 68 378T24 467H135Q137 442 148 433T180 423Q224 423 224 465Q224 488 210 499T171
511H128V551H166Q218 551 218 597Q218 615 207 626T176 638Q136 638 130 594H28Q31 645 69 679T187 713Q253 713 291 685Z" />
<glyph unicode="&#xb4;" glyph-name="acute" horiz-adv-x="274" d="M252 704L22 596V692L252 812V704Z" />
<glyph unicode="&#xb5;" glyph-name="uni00B5" horiz-adv-x="698" d="M619 554V0H478V106Q456 52 410 23T300 -7Q249 -7 219 23V-264H79V554H219V265Q219 193 255 154T351 115Q409 115 443 152T478 261V554H619Z" />
<glyph unicode="&#xb6;" glyph-name="paragraph" horiz-adv-x="662" d="M583 0H469V592H391V0H278V278H259Q179 278 126 306T47 382T21 488Q21 546 46 593T125 669T259 698H583V0Z" />
<glyph unicode="&#xb7;" glyph-name="middot" horiz-adv-x="229" d="M190 398V251H38V398H190Z" />
<glyph unicode="&#xb8;" glyph-name="cedilla" horiz-adv-x="305" d="M208 -50T245 -76T283 -157Q283 -211 245 -237T151 -264H22V-188H136Q187 -188 187 -152Q187 -137 175 -128T136 -119H70V7H155V-52Q208 -50 245 -76Z" />
<glyph unicode="&#xb9;" glyph-name="onesuperior" horiz-adv-x="233" d="M28 621V704H196V352H89V621H28Z" />
<glyph unicode="&#xba;" glyph-name="ordmasculine" horiz-adv-x="447" d="M282 709T326 686T395 622T420 528Q420 476 396 434T327 369T224 345Q166 345 122 368T53 434T28 528Q28 580 52 621T121 686T224 709Q282 709 326 686ZM185 626T161 601T136 528Q136
481 161 455T224 429Q262 429 286 455T311 528Q311 575 287 600T224 626Q185 626 161 601Z" />
<glyph unicode="&#xbb;" glyph-name="guillemotright" horiz-adv-x="520" d="M142 295L50 470H182L270 295L182 120H50L142 295ZM353 295L261 470H393L481 295L393 120H261L353 295Z" />
<glyph unicode="&#xbc;" glyph-name="onequarter" horiz-adv-x="732" d="M598 706L227 0H89L461 706H598ZM51 621V704H219V352H112V621H51ZM703 65H660V0H553V65H362V123L518 353H660V126H703V65ZM558 274L464 129H558V274Z" />
<glyph unicode="&#xbd;" glyph-name="onehalf" horiz-adv-x="794" d="M598 708L220 0H82L460 708H598ZM113 621H52V704H220V352H113V621ZM536 81H729V-1H434V76L560 163Q589 183 604 203T619 248Q619 266 609 275T582 284Q540 284 535 228H429Q433 286 476 323T595
360Q661 360 695 330T730 256Q730 217 702 187T611 124L536 81Z" />
<glyph unicode="&#xbe;" glyph-name="threequarters" horiz-adv-x="827" d="M292 713T330 685T369 611Q369 548 297 533V530Q375 511 375 447Q375 402 336 375T228 348Q145 348 107 378T63 467H174Q176 442 187 433T219 423Q263 423 263 465Q263 488 249 499T210
511H167V551H205Q257 551 257 597Q257 615 246 626T215 638Q175 638 169 594H67Q70 645 108 679T226 713Q292 713 330 685ZM698 708L337 0H199L560 708H698ZM802 65H759V0H653V65H462V123L605 353H759V126H802V65ZM658 286L564 126H658V286Z" />
<glyph unicode="&#xbf;" glyph-name="questiondown" horiz-adv-x="508" d="M187 -189T125 -135T63 18Q63 118 126 171T297 226V327H430V134H373Q292 134 247 110T202 19Q202 -25 227 -49T294 -74Q340 -74 367 -48T394 21H527Q529 -39 501 -86T419 -161T289 -189Q187
-189 125 -135ZM286 412V559H438V412H286Z" />
<glyph unicode="&#xc0;" glyph-name="Agrave" horiz-adv-x="704" d="M494 142H211L161 0H12L272 698H433L692 0H543L494 142ZM456 249L352 547L248 249H456ZM427 844V748L197 856V964L427 844Z" />
<glyph unicode="&#xc1;" glyph-name="Aacute" horiz-adv-x="704" d="M494 142H211L161 0H12L272 698H433L692 0H543L494 142ZM456 249L352 547L248 249H456ZM503 856L273 748V844L503 964V856Z" />
<glyph unicode="&#xc2;" glyph-name="Acircumflex" horiz-adv-x="704" d="M494 142H211L161 0H12L272 698H433L692 0H543L494 142ZM456 249L352 547L248 249H456ZM352 840L203 755V850L352 933L500 850V755L352 840Z" />
<glyph unicode="&#xc3;" glyph-name="Atilde" horiz-adv-x="704" d="M494 142H211L161 0H12L272 698H433L692 0H543L494 142ZM456 249L352 547L248 249H456ZM310 893T326 886T364 866Q382 855 393 850T418 845Q436 845 447 857T462 892H535Q525 826 494 794T413
761Q392 761 376 768T336 788Q318 798 308 803T284 808Q247 808 240 761H168Q189 893 289 893Q310 893 326 886Z" />
<glyph unicode="&#xc4;" glyph-name="Adieresis" horiz-adv-x="704" d="M494 142H211L161 0H12L272 698H433L692 0H543L494 142ZM456 249L352 547L248 249H456ZM194 865T212 883T257 902Q285 902 303 884T321 838Q321 812 303 794T257 775Q231 775 213 793T194
838Q194 865 212 883ZM383 865T401 883T446 902Q473 902 491 884T510 838Q510 812 492 794T446 775Q419 775 401 793T383 838Q383 865 401 883Z" />
<glyph unicode="&#xc5;" glyph-name="Aring" horiz-adv-x="704" d="M494 142H211L161 0H12L272 698H433L692 0H543L494 142ZM456 249L352 547L248 249H456ZM400 984T433 953T466 869Q466 816 433 785T351 754Q302 754 269 785T236 869Q236 921 269 952T351 984Q400
984 433 953ZM327 926T312 911T296 869Q296 843 311 828T351 812Q375 812 391 827T407 869Q407 895 391 910T351 926Q327 926 312 911Z" />
<glyph unicode="&#xc6;" glyph-name="AE" horiz-adv-x="926" d="M612 594V413H856V305H612V113H886V0H471V136H230L158 0H4L381 706H886V594H612ZM471 243V589L287 243H471Z" />
<glyph unicode="&#xc7;" glyph-name="Ccedilla" horiz-adv-x="759" d="M515 713T602 645T717 460H569Q546 517 498 550T381 583Q325 583 280 555T210 475T185 353Q185 284 210 232T280 152T381 124Q449 124 497 157T569 247H717Q689 130 602 62T383 -6Q282 -6
205 39T85 167T42 353Q42 458 84 540T204 667T383 713Q515 713 602 645ZM479 -50T516 -76T554 -157Q554 -211 516 -237T422 -264H293V-188H407Q458 -188 458 -152Q458 -137 446 -128T407 -119H341V7H426V-52Q479 -50 516 -76Z" />
<glyph unicode="&#xc8;" glyph-name="Egrave" horiz-adv-x="525" d="M205 594V411H455V303H205V113H485V0H64V706H485V594H205ZM350 844V748L120 856V964L350 844Z" />
<glyph unicode="&#xc9;" glyph-name="Eacute" horiz-adv-x="525" d="M205 594V411H455V303H205V113H485V0H64V706H485V594H205ZM426 856L196 748V844L426 964V856Z" />
<glyph unicode="&#xca;" glyph-name="Ecircumflex" horiz-adv-x="525" d="M205 594V411H455V303H205V113H485V0H64V706H485V594H205ZM275 840L126 755V850L275 933L423 850V755L275 840Z" />
<glyph unicode="&#xcb;" glyph-name="Edieresis" horiz-adv-x="525" d="M205 594V411H455V303H205V113H485V0H64V706H485V594H205ZM117 865T135 883T180 902Q208 902 226 884T244 838Q244 812 226 794T180 775Q154 775 136 793T117 838Q117 865 135 883ZM306 865T324
883T369 902Q396 902 414 884T433 838Q433 812 415 794T369 775Q342 775 324 793T306 838Q306 865 324 883Z" />
<glyph unicode="&#xcc;" glyph-name="Igrave" horiz-adv-x="269" d="M205 706V0H64V706H205ZM210 844V748L-20 856V964L210 844Z" />
<glyph unicode="&#xcd;" glyph-name="Iacute" horiz-adv-x="269" d="M205 706V0H64V706H205ZM286 856L56 748V844L286 964V856Z" />
<glyph unicode="&#xce;" glyph-name="Icircumflex" horiz-adv-x="269" d="M205 706V0H64V706H205ZM135 840L-14 755V850L135 933L283 850V755L135 840Z" />
<glyph unicode="&#xcf;" glyph-name="Idieresis" horiz-adv-x="269" d="M205 706V0H64V706H205ZM-23 865T-5 883T40 902Q68 902 86 884T104 838Q104 812 86 794T40 775Q14 775 -4 793T-23 838Q-23 865 -5 883ZM166 865T184 883T229 902Q256 902 274 884T293 838Q293
812 275 794T229 775Q202 775 184 793T166 838Q166 865 184 883Z" />
<glyph unicode="&#xd0;" glyph-name="Eth" horiz-adv-x="743" d="M446 706T529 663T657 540T701 354Q701 249 657 169T530 45T331 0H80V298H4V411H80V706H331Q446 706 529 663ZM433 126T495 186T558 354Q558 463 496 523T319 583H221V411H392V298H221V126H319Q433
126 495 186Z" />
<glyph unicode="&#xd1;" glyph-name="Ntilde" horiz-adv-x="726" d="M662 0H521L205 480V0H64V706H205L521 222V706H662V0ZM321 893T337 886T375 866Q393 855 404 850T429 845Q447 845 458 857T473 892H546Q536 826 505 794T424 761Q403 761 387 768T347 788Q329
798 319 803T295 808Q258 808 251 761H179Q200 893 300 893Q321 893 337 886Z" />
<glyph unicode="&#xd2;" glyph-name="Ograve" horiz-adv-x="790" d="M494 716T574 670T701 542T748 355Q748 251 702 168T575 39T395 -7Q296 -7 216 39T89 168T42 355Q42 459 88 541T215 670T395 716Q494 716 574 670ZM333 586T286 558T213 478T186 355Q186 285
212 233T286 152T395 124Q457 124 504 152T577 232T604 355Q604 425 578 477T504 558T395 586Q333 586 286 558ZM470 844V748L240 856V964L470 844Z" />
<glyph unicode="&#xd3;" glyph-name="Oacute" horiz-adv-x="790" d="M494 716T574 670T701 542T748 355Q748 251 702 168T575 39T395 -7Q296 -7 216 39T89 168T42 355Q42 459 88 541T215 670T395 716Q494 716 574 670ZM333 586T286 558T213 478T186 355Q186 285
212 233T286 152T395 124Q457 124 504 152T577 232T604 355Q604 425 578 477T504 558T395 586Q333 586 286 558ZM546 856L316 748V844L546 964V856Z" />
<glyph unicode="&#xd4;" glyph-name="Ocircumflex" horiz-adv-x="790" d="M494 716T574 670T701 542T748 355Q748 251 702 168T575 39T395 -7Q296 -7 216 39T89 168T42 355Q42 459 88 541T215 670T395 716Q494 716 574 670ZM333 586T286 558T213 478T186 355Q186
285 212 233T286 152T395 124Q457 124 504 152T577 232T604 355Q604 425 578 477T504 558T395 586Q333 586 286 558ZM396 840L247 755V850L396 933L544 850V755L396 840Z" />
<glyph unicode="&#xd5;" glyph-name="Otilde" horiz-adv-x="790" d="M494 716T574 670T701 542T748 355Q748 251 702 168T575 39T395 -7Q296 -7 216 39T89 168T42 355Q42 459 88 541T215 670T395 716Q494 716 574 670ZM333 586T286 558T213 478T186 355Q186 285
212 233T286 152T395 124Q457 124 504 152T577 232T604 355Q604 425 578 477T504 558T395 586Q333 586 286 558ZM353 893T369 886T407 866Q425 855 436 850T461 845Q479 845 490 857T505 892H578Q568 826 537 794T456 761Q435 761 419 768T379 788Q361 798 351
803T327 808Q290 808 283 761H211Q232 893 332 893Q353 893 369 886Z" />
<glyph unicode="&#xd6;" glyph-name="Odieresis" horiz-adv-x="790" d="M494 716T574 670T701 542T748 355Q748 251 702 168T575 39T395 -7Q296 -7 216 39T89 168T42 355Q42 459 88 541T215 670T395 716Q494 716 574 670ZM333 586T286 558T213 478T186 355Q186
285 212 233T286 152T395 124Q457 124 504 152T577 232T604 355Q604 425 578 477T504 558T395 586Q333 586 286 558ZM237 865T255 883T300 902Q328 902 346 884T364 838Q364 812 346 794T300 775Q274 775 256 793T237 838Q237 865 255 883ZM426 865T444 883T489
902Q516 902 534 884T553 838Q553 812 535 794T489 775Q462 775 444 793T426 838Q426 865 444 883Z" />
<glyph unicode="&#xd7;" glyph-name="multiply" horiz-adv-x="536" d="M414 121L265 269L119 122L28 212L175 360L30 504L124 597L268 453L410 596L501 506L358 363L508 213L414 121Z" />
<glyph unicode="&#xd8;" glyph-name="Oslash" horiz-adv-x="790" d="M658 602Q701 554 724 491T747 355Q747 251 701 168T574 39T394 -7Q332 -7 276 12T174 66L115 1H35L131 107Q88 155 65 218T41 355Q41 459 87 541T214 670T394 716Q457 716 513 697T615 642L675
709H754L658 602ZM185 269T224 210L525 543Q471 586 394 586Q332 586 285 558T212 478T185 355Q185 269 224 210ZM603 440T564 499L264 166Q318 124 394 124Q456 124 503 152T576 232T603 355Q603 440 564 499Z" />
<glyph unicode="&#xd9;" glyph-name="Ugrave" horiz-adv-x="683" d="M200 706V292Q200 209 236 168T342 126Q410 126 446 167T483 292V706H623V292Q623 194 587 127T486 26T339 -7Q212 -7 136 69T60 292V706H200ZM416 844V748L186 856V964L416 844Z" />
<glyph unicode="&#xda;" glyph-name="Uacute" horiz-adv-x="683" d="M200 706V292Q200 209 236 168T342 126Q410 126 446 167T483 292V706H623V292Q623 194 587 127T486 26T339 -7Q212 -7 136 69T60 292V706H200ZM492 856L262 748V844L492 964V856Z" />
<glyph unicode="&#xdb;" glyph-name="Ucircumflex" horiz-adv-x="683" d="M200 706V292Q200 209 236 168T342 126Q410 126 446 167T483 292V706H623V292Q623 194 587 127T486 26T339 -7Q212 -7 136 69T60 292V706H200ZM342 840L193 755V850L342 933L490 850V755L342 840Z" />
<glyph unicode="&#xdc;" glyph-name="Udieresis" horiz-adv-x="683" d="M200 706V292Q200 209 236 168T342 126Q410 126 446 167T483 292V706H623V292Q623 194 587 127T486 26T339 -7Q212 -7 136 69T60 292V706H200ZM184 865T202 883T247 902Q275 902 293 884T311
838Q311 812 293 794T247 775Q221 775 203 793T184 838Q184 865 202 883ZM373 865T391 883T436 902Q463 902 481 884T500 838Q500 812 482 794T436 775Q409 775 391 793T373 838Q373 865 391 883Z" />
<glyph unicode="&#xdd;" glyph-name="Yacute" horiz-adv-x="645" d="M633 706L394 247V0H252V247L12 706H174L324 397L474 706H633ZM474 856L244 748V844L474 964V856Z" />
<glyph unicode="&#xde;" glyph-name="Thorn" horiz-adv-x="601" d="M205 139V0H64V706H204V571H321Q445 571 509 513T573 354Q573 256 508 198T321 139H205ZM430 246T430 354Q430 407 401 434T306 462H205V246H306Q430 246 430 354Z" />
<glyph unicode="&#xdf;" glyph-name="germandbls" horiz-adv-x="699" d="M609 345T643 296T677 176Q677 124 652 83T582 17T476 -8Q374 -8 320 46T265 196H381Q383 158 404 136T463 114Q501 114 520 135T540 187Q540 219 524 242T463 292L311 381V438L336 452Q362
467 374 486T386 531Q386 571 363 596T299 622Q256 622 230 595T204 521L205 0H64V492Q64 621 128 685T316 750Q382 750 430 728T504 667T530 582Q530 537 508 504T436 447L530 391Q609 345 643 296Z" />
<glyph unicode="&#xe0;" glyph-name="agrave" horiz-adv-x="676" d="M351 561T401 528T472 439V554H612V0H472V116Q451 60 401 27T281 -7Q211 -7 155 27T68 125T36 277Q36 364 67 428T155 527T281 561Q351 561 401 528ZM259 438T219 395T179 277Q179 202 219 160T325
117Q389 117 430 160T472 277Q472 351 431 394T325 438Q259 438 219 395ZM400 692V596L170 704V812L400 692Z" />
<glyph unicode="&#xe1;" glyph-name="aacute" horiz-adv-x="676" d="M351 561T401 528T472 439V554H612V0H472V116Q451 60 401 27T281 -7Q211 -7 155 27T68 125T36 277Q36 364 67 428T155 527T281 561Q351 561 401 528ZM259 438T219 395T179 277Q179 202 219 160T325
117Q389 117 430 160T472 277Q472 351 431 394T325 438Q259 438 219 395ZM476 704L246 596V692L476 812V704Z" />
<glyph unicode="&#xe2;" glyph-name="acircumflex" horiz-adv-x="676" d="M351 561T401 528T472 439V554H612V0H472V116Q451 60 401 27T281 -7Q211 -7 155 27T68 125T36 277Q36 364 67 428T155 527T281 561Q351 561 401 528ZM259 438T219 395T179 277Q179 202
219 160T325 117Q389 117 430 160T472 277Q472 351 431 394T325 438Q259 438 219 395ZM325 688L176 603V698L325 781L473 698V603L325 688Z" />
<glyph unicode="&#xe3;" glyph-name="atilde" horiz-adv-x="676" d="M351 561T401 528T472 439V554H612V0H472V116Q451 60 401 27T281 -7Q211 -7 155 27T68 125T36 277Q36 364 67 428T155 527T281 561Q351 561 401 528ZM259 438T219 395T179 277Q179 202 219 160T325
117Q389 117 430 160T472 277Q472 351 431 394T325 438Q259 438 219 395ZM283 741T299 734T337 714Q355 703 366 698T391 693Q409 693 420 705T435 740H508Q498 674 467 642T386 609Q365 609 349 616T309 636Q291 646 281 651T257 656Q220 656 213 609H141Q162
741 262 741Q283 741 299 734Z" />
<glyph unicode="&#xe4;" glyph-name="adieresis" horiz-adv-x="676" d="M351 561T401 528T472 439V554H612V0H472V116Q451 60 401 27T281 -7Q211 -7 155 27T68 125T36 277Q36 364 67 428T155 527T281 561Q351 561 401 528ZM259 438T219 395T179 277Q179 202 219
160T325 117Q389 117 430 160T472 277Q472 351 431 394T325 438Q259 438 219 395ZM167 713T185 731T230 750Q258 750 276 732T294 686Q294 660 276 642T230 623Q204 623 186 641T167 686Q167 713 185 731ZM356 713T374 731T419 750Q446 750 464 732T483 686Q483
660 465 642T419 623Q392 623 374 641T356 686Q356 713 374 731Z" />
<glyph unicode="&#xe5;" glyph-name="aring" horiz-adv-x="676" d="M351 561T401 528T472 439V554H612V0H472V116Q451 60 401 27T281 -7Q211 -7 155 27T68 125T36 277Q36 364 67 428T155 527T281 561Q351 561 401 528ZM259 438T219 395T179 277Q179 202 219 160T325
117Q389 117 430 160T472 277Q472 351 431 394T325 438Q259 438 219 395ZM373 832T406 801T439 717Q439 664 406 633T324 602Q275 602 242 633T209 717Q209 769 242 800T324 832Q373 832 406 801ZM300 774T285 759T269 717Q269 691 284 676T324 660Q348 660 364
675T380 717Q380 743 364 758T324 774Q300 774 285 759Z" />
<glyph unicode="&#xe6;" glyph-name="ae" horiz-adv-x="1086" d="M1050 271T1046 250H617Q622 176 661 141T761 105Q814 105 849 129T894 195H1043Q1027 106 964 50T808 -7Q737 -7 685 25T612 116V0H472V116Q451 60 401 27T281 -7Q211 -7 155 27T68 125T36 277Q36
364 67 428T155 527T281 561Q351 561 401 528T472 439V554H612V438Q633 497 685 529T808 561Q882 561 936 527T1020 434T1050 298Q1050 271 1046 250ZM911 380T869 415T765 450Q706 450 665 416T617 312H908Q911 380 869 415ZM389 117T430 160T472 277Q472 351
431 394T325 438Q259 438 219 395T179 277Q179 202 219 160T325 117Q389 117 430 160Z" />
<glyph unicode="&#xe7;" glyph-name="ccedilla" horiz-adv-x="617" d="M420 561T491 503T581 345H432Q423 389 391 414T310 440Q254 440 217 399T179 277Q179 197 216 156T310 114Q359 114 391 139T432 209H581Q563 109 492 51T313 -7Q232 -7 169 27T71 126T36
277Q36 364 71 428T169 527T313 561Q420 561 491 503ZM384 -50T421 -76T459 -157Q459 -211 421 -237T327 -264H198V-188H312Q363 -188 363 -152Q363 -137 351 -128T312 -119H246V7H331V-52Q384 -50 421 -76Z" />
<glyph unicode="&#xe8;" glyph-name="egrave" horiz-adv-x="621" d="M585 277T580 250H174Q177 176 214 141T306 106Q355 106 387 130T429 195H578Q567 137 531 91T439 19T313 -7Q232 -7 169 27T71 126T36 277Q36 364 71 428T169 527T313 561Q395 561 456 527T551
434T585 298Q585 277 580 250ZM446 380T408 415T313 450Q256 450 217 415T174 312H443Q446 380 408 415ZM386 692V596L156 704V812L386 692Z" />
<glyph unicode="&#xe9;" glyph-name="eacute" horiz-adv-x="621" d="M585 277T580 250H174Q177 176 214 141T306 106Q355 106 387 130T429 195H578Q567 137 531 91T439 19T313 -7Q232 -7 169 27T71 126T36 277Q36 364 71 428T169 527T313 561Q395 561 456 527T551
434T585 298Q585 277 580 250ZM446 380T408 415T313 450Q256 450 217 415T174 312H443Q446 380 408 415ZM462 704L232 596V692L462 812V704Z" />
<glyph unicode="&#xea;" glyph-name="ecircumflex" horiz-adv-x="621" d="M585 277T580 250H174Q177 176 214 141T306 106Q355 106 387 130T429 195H578Q567 137 531 91T439 19T313 -7Q232 -7 169 27T71 126T36 277Q36 364 71 428T169 527T313 561Q395 561 456
527T551 434T585 298Q585 277 580 250ZM446 380T408 415T313 450Q256 450 217 415T174 312H443Q446 380 408 415ZM311 688L162 603V698L311 781L459 698V603L311 688Z" />
<glyph unicode="&#xeb;" glyph-name="edieresis" horiz-adv-x="621" d="M585 277T580 250H174Q177 176 214 141T306 106Q355 106 387 130T429 195H578Q567 137 531 91T439 19T313 -7Q232 -7 169 27T71 126T36 277Q36 364 71 428T169 527T313 561Q395 561 456 527T551
434T585 298Q585 277 580 250ZM446 380T408 415T313 450Q256 450 217 415T174 312H443Q446 380 408 415ZM153 713T171 731T216 750Q244 750 262 732T280 686Q280 660 262 642T216 623Q190 623 172 641T153 686Q153 713 171 731ZM342 713T360 731T405 750Q432 750
450 732T469 686Q469 660 451 642T405 623Q378 623 360 641T342 686Q342 713 360 731Z" />
<glyph unicode="&#xec;" glyph-name="igrave" horiz-adv-x="299" d="M220 554V0H79V554H220ZM481 692V596L251 704V812L481 692Z" />
<glyph unicode="&#xed;" glyph-name="iacute" horiz-adv-x="299" d="M220 554V0H79V554H220ZM301 704L71 596V692L301 812V704Z" />
<glyph unicode="&#xee;" glyph-name="icircumflex" horiz-adv-x="299" d="M220 554V0H79V554H220ZM406 688L257 603V698L406 781L554 698V603L406 688Z" />
<glyph unicode="&#xef;" glyph-name="idieresis" horiz-adv-x="299" d="M220 554V0H79V554H220ZM248 713T266 731T311 750Q339 750 357 732T375 686Q375 660 357 642T311 623Q285 623 267 641T248 686Q248 713 266 731ZM437 713T455 731T500 750Q527 750 545 732T564
686Q564 660 546 642T500 623Q473 623 455 641T437 686Q437 713 455 731Z" />
<glyph unicode="&#xf0;" glyph-name="eth" horiz-adv-x="644" d="M539 589T573 500T608 313Q608 211 571 139T471 31T326 -6Q244 -6 178 30T74 132T36 285Q36 368 71 431T168 528T310 562Q356 562 395 541T456 476Q431 565 378 636L259 598V648L346 675Q314 710
277 740H402Q415 729 439 705L540 737V687L474 666Q539 589 573 500ZM386 116T425 157T464 277Q464 330 445 367T393 422T324 440Q262 440 221 400T180 284Q180 203 222 160T326 116Q386 116 425 157Z" />
<glyph unicode="&#xf1;" glyph-name="ntilde" horiz-adv-x="664" d="M490 562T547 499T604 322V0H464V306Q464 372 430 408T337 445Q277 445 241 406T205 294V0H64V554H205V443Q227 499 277 530T394 562Q490 562 547 499ZM292 741T308 734T346 714Q364 703 375
698T400 693Q418 693 429 705T444 740H517Q507 674 476 642T395 609Q374 609 358 616T318 636Q300 646 290 651T266 656Q229 656 222 609H150Q171 741 271 741Q292 741 308 734Z" />
<glyph unicode="&#xf2;" glyph-name="ograve" horiz-adv-x="640" d="M401 561T465 527T567 429T604 277Q604 190 567 126T466 28T320 -7Q239 -7 175 27T73 126T36 277Q36 364 73 428T174 527T320 561Q401 561 465 527ZM261 439T220 398T179 277Q179 198 220 157T320
115Q379 115 420 156T461 277Q461 356 420 397T320 439Q261 439 220 398ZM395 692V596L165 704V812L395 692Z" />
<glyph unicode="&#xf3;" glyph-name="oacute" horiz-adv-x="640" d="M401 561T465 527T567 429T604 277Q604 190 567 126T466 28T320 -7Q239 -7 175 27T73 126T36 277Q36 364 73 428T174 527T320 561Q401 561 465 527ZM261 439T220 398T179 277Q179 198 220 157T320
115Q379 115 420 156T461 277Q461 356 420 397T320 439Q261 439 220 398ZM471 704L241 596V692L471 812V704Z" />
<glyph unicode="&#xf4;" glyph-name="ocircumflex" horiz-adv-x="640" d="M401 561T465 527T567 429T604 277Q604 190 567 126T466 28T320 -7Q239 -7 175 27T73 126T36 277Q36 364 73 428T174 527T320 561Q401 561 465 527ZM261 439T220 398T179 277Q179 198 220
157T320 115Q379 115 420 156T461 277Q461 356 420 397T320 439Q261 439 220 398ZM321 688L172 603V698L321 781L469 698V603L321 688Z" />
<glyph unicode="&#xf5;" glyph-name="otilde" horiz-adv-x="640" d="M401 561T465 527T567 429T604 277Q604 190 567 126T466 28T320 -7Q239 -7 175 27T73 126T36 277Q36 364 73 428T174 527T320 561Q401 561 465 527ZM261 439T220 398T179 277Q179 198 220 157T320
115Q379 115 420 156T461 277Q461 356 420 397T320 439Q261 439 220 398ZM279 741T295 734T333 714Q351 703 362 698T387 693Q405 693 416 705T431 740H504Q494 674 463 642T382 609Q361 609 345 616T305 636Q287 646 277 651T253 656Q216 656 209 609H137Q158
741 258 741Q279 741 295 734Z" />
<glyph unicode="&#xf6;" glyph-name="odieresis" horiz-adv-x="640" d="M401 561T465 527T567 429T604 277Q604 190 567 126T466 28T320 -7Q239 -7 175 27T73 126T36 277Q36 364 73 428T174 527T320 561Q401 561 465 527ZM261 439T220 398T179 277Q179 198 220
157T320 115Q379 115 420 156T461 277Q461 356 420 397T320 439Q261 439 220 398ZM163 713T181 731T226 750Q254 750 272 732T290 686Q290 660 272 642T226 623Q200 623 182 641T163 686Q163 713 181 731ZM352 713T370 731T415 750Q442 750 460 732T479 686Q479
660 461 642T415 623Q388 623 370 641T352 686Q352 713 370 731Z" />
<glyph unicode="&#xf7;" glyph-name="divide" horiz-adv-x="566" d="M358 656V509H206V656H358ZM538 420V292H28V420H538ZM358 205V58H206V205H358Z" />
<glyph unicode="&#xf8;" glyph-name="oslash" horiz-adv-x="631" d="M530 473Q563 437 581 387T599 277Q599 190 562 126T461 28T315 -7Q211 -7 140 46L98 0H28L101 80Q67 117 49 167T31 277Q31 364 68 428T169 527T315 561Q417 561 492 508L534 554H605L530 473ZM174
223T195 183L402 410Q367 439 315 439Q256 439 215 398T174 277Q174 223 195 183ZM456 329T436 369L229 143Q266 115 315 115Q374 115 415 156T456 277Q456 329 436 369Z" />
<glyph unicode="&#xf9;" glyph-name="ugrave" horiz-adv-x="658" d="M594 554V0H453V112Q431 56 381 25T264 -7Q168 -7 111 56T54 232V554H194V248Q194 182 228 146T320 109Q381 109 417 148T453 260V554H594ZM399 692V596L169 704V812L399 692Z" />
<glyph unicode="&#xfa;" glyph-name="uacute" horiz-adv-x="658" d="M594 554V0H453V112Q431 56 381 25T264 -7Q168 -7 111 56T54 232V554H194V248Q194 182 228 146T320 109Q381 109 417 148T453 260V554H594ZM475 704L245 596V692L475 812V704Z" />
<glyph unicode="&#xfb;" glyph-name="ucircumflex" horiz-adv-x="658" d="M594 554V0H453V112Q431 56 381 25T264 -7Q168 -7 111 56T54 232V554H194V248Q194 182 228 146T320 109Q381 109 417 148T453 260V554H594ZM324 688L175 603V698L324 781L472 698V603L324 688Z" />
<glyph unicode="&#xfc;" glyph-name="udieresis" horiz-adv-x="658" d="M594 554V0H453V112Q431 56 381 25T264 -7Q168 -7 111 56T54 232V554H194V248Q194 182 228 146T320 109Q381 109 417 148T453 260V554H594ZM166 713T184 731T229 750Q257 750 275 732T293
686Q293 660 275 642T229 623Q203 623 185 641T166 686Q166 713 184 731ZM355 713T373 731T418 750Q445 750 463 732T482 686Q482 660 464 642T418 623Q391 623 373 641T355 686Q355 713 373 731Z" />
<glyph unicode="&#xfd;" glyph-name="yacute" horiz-adv-x="607" d="M159 554L310 178L450 554H605L266 -264H110L235 16L2 554H159ZM455 704L225 596V692L455 812V704Z" />
<glyph unicode="&#xfe;" glyph-name="thorn" horiz-adv-x="676" d="M457 560T515 524T606 424T640 275Q640 191 607 128T515 29T386 -6Q322 -6 277 23T205 107V-264H64V740H205V455Q230 505 276 532T386 560Q457 560 515 524ZM312 437T279 419T225 364T205 277Q205
226 225 190T279 136T352 117Q415 117 456 157T497 275Q497 352 456 394T352 437Q312 437 279 419Z" />
<glyph unicode="&#xff;" glyph-name="ydieresis" horiz-adv-x="607" d="M159 554L310 178L450 554H605L266 -264H110L235 16L2 554H159ZM146 713T164 731T209 750Q237 750 255 732T273 686Q273 660 255 642T209 623Q183 623 165 641T146 686Q146 713 164 731ZM335
713T353 731T398 750Q425 750 443 732T462 686Q462 660 444 642T398 623Q371 623 353 641T335 686Q335 713 353 731Z" />
<glyph unicode="&#x2013;" glyph-name="endash" horiz-adv-x="642" d="M593 415V298H49V415H593Z" />
<glyph unicode="&#x2014;" glyph-name="emdash" horiz-adv-x="867" d="M818 415V298H49V415H818Z" />
<glyph unicode="&#x2018;" glyph-name="quoteleft" horiz-adv-x="217" d="M42 633T42 685Q42 749 74 785T168 822V767Q142 767 130 752T117 704V686H175V576H59Q42 633 42 685Z" />
<glyph unicode="&#x2019;" glyph-name="quoteright" horiz-adv-x="217" d="M175 769T175 714Q175 649 144 613T50 576V632Q76 632 88 647T101 694V713H43V822H159Q175 769 175 714Z" />
<glyph unicode="&#x201a;" glyph-name="quotesinglbase" horiz-adv-x="221" d="M177 37T177 -18Q177 -80 145 -120T44 -160V-106Q70 -106 82 -94T94 -49V-39H30V91H153Q177 37 177 -18Z" />
<glyph unicode="&#x201c;" glyph-name="quotedblleft" horiz-adv-x="387" d="M42 633T42 685Q42 749 74 785T168 822V767Q142 767 130 752T117 704V686H175V576H59Q42 633 42 685ZM211 633T211 685Q211 749 243 785T337 822V767Q311 767 299 752T286 704V686H344V576H228Q211
633 211 685Z" />
<glyph unicode="&#x201d;" glyph-name="quotedblright" horiz-adv-x="387" d="M175 769T175 714Q175 649 144 613T50 576V632Q76 632 88 647T101 694V713H43V822H159Q175 769 175 714ZM345 765T345 714Q345 650 313 613T219 576V632Q245 632 257 647T270 694V713H212V822H328Q345
765 345 714Z" />
<glyph unicode="&#x201e;" glyph-name="quotedblbase" horiz-adv-x="387" d="M175 56T175 1Q175 -64 144 -100T50 -137V-81Q76 -81 88 -66T101 -19V0H43V109H159Q175 56 175 1ZM345 52T345 1Q345 -63 313 -100T219 -137V-81Q245 -81 257 -66T270 -19V0H212V109H328Q345
52 345 1Z" />
<glyph unicode="&#x2022;" glyph-name="bullet" horiz-adv-x="424" d="M72 372T90 404T141 455T212 474Q251 474 283 456T333 405T352 333Q352 295 334 263T283 213T212 194Q174 194 142 212T91 263T72 333Q72 372 90 404Z" />
<glyph unicode="&#x2039;" glyph-name="guilsinglleft" horiz-adv-x="315" d="M134 120L45 295L134 470H265L174 295L265 120H134Z" />
<glyph unicode="&#x203a;" glyph-name="guilsinglright" horiz-adv-x="315" d="M142 295L50 470H182L270 295L182 120H50L142 295Z" />
</font>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

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