diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..dfe0770
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+# Auto detect text files and perform LF normalization
+* text=auto
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..dd84ea7
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,38 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Desktop (please complete the following information):**
+ - OS: [e.g. iOS]
+ - Browser [e.g. chrome, safari]
+ - Version [e.g. 22]
+
+**Smartphone (please complete the following information):**
+ - Device: [e.g. iPhone6]
+ - OS: [e.g. iOS8.1]
+ - Browser [e.g. stock browser, safari]
+ - Version [e.g. 22]
+
+**Additional context**
+Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..bbcbbe7
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.
diff --git a/.github/Untitled design (3).png b/.github/Untitled design (3).png
new file mode 100644
index 0000000..33bba00
Binary files /dev/null and b/.github/Untitled design (3).png differ
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4c6a9fa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+*.iml
+.gradle
+/local.properties
+/.idea/caches
+/.idea/libraries
+/.idea/modules.xml
+/.idea/workspace.xml
+/.idea/navEditor.xml
+/.idea/assetWizardSettings.xml
+.DS_Store
+/build
+/captures
+.externalNativeBuild
+.cxx
+/.idea/discord.xml
diff --git a/.idea/.name b/.idea/.name
new file mode 100644
index 0000000..9c98d6f
--- /dev/null
+++ b/.idea/.name
@@ -0,0 +1 @@
+PocDoc
\ No newline at end of file
diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml
new file mode 100644
index 0000000..3f70bec
--- /dev/null
+++ b/.idea/checkstyle-idea.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
new file mode 100644
index 0000000..9ee7cf4
--- /dev/null
+++ b/.idea/codeStyles/Project.xml
@@ -0,0 +1,206 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ xmlns:android
+
+ ^$
+
+
+
+
+
+
+
+
+ xmlns:.*
+
+ ^$
+
+
+ BY_NAME
+
+
+
+
+
+
+ .*:id
+
+ http://schemas.android.com/apk/res/android
+
+
+
+
+
+
+
+
+ .*:name
+
+ http://schemas.android.com/apk/res/android
+
+
+
+
+
+
+
+
+ name
+
+ ^$
+
+
+
+
+
+
+
+
+ style
+
+ ^$
+
+
+
+
+
+
+
+
+ .*
+
+ ^$
+
+
+ BY_NAME
+
+
+
+
+
+
+ .*
+
+ http://schemas.android.com/apk/res/android
+
+
+ ANDROID_ATTRIBUTE_ORDER
+
+
+
+
+
+
+ .*
+
+ .*
+
+
+ BY_NAME
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
new file mode 100644
index 0000000..6e6eec1
--- /dev/null
+++ b/.idea/codeStyles/codeStyleConfig.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/codestream.xml b/.idea/codestream.xml
new file mode 100644
index 0000000..392a1ff
--- /dev/null
+++ b/.idea/codestream.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
new file mode 100644
index 0000000..61a9130
--- /dev/null
+++ b/.idea/compiler.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/dbnavigator.xml b/.idea/dbnavigator.xml
new file mode 100644
index 0000000..10452be
--- /dev/null
+++ b/.idea/dbnavigator.xml
@@ -0,0 +1,459 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/dictionaries/a2s2s.xml b/.idea/dictionaries/a2s2s.xml
new file mode 100644
index 0000000..85b6522
--- /dev/null
+++ b/.idea/dictionaries/a2s2s.xml
@@ -0,0 +1,7 @@
+
+
+
+ symptomsids
+
+
+
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
new file mode 100644
index 0000000..358634d
--- /dev/null
+++ b/.idea/encodings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
new file mode 100644
index 0000000..ac6b0ae
--- /dev/null
+++ b/.idea/gradle.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
new file mode 100644
index 0000000..2370474
--- /dev/null
+++ b/.idea/jarRepositories.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..3378229
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
new file mode 100644
index 0000000..7f68460
--- /dev/null
+++ b/.idea/runConfigurations.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml
new file mode 100644
index 0000000..e96534f
--- /dev/null
+++ b/.idea/uiDesigner.xml
@@ -0,0 +1,124 @@
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..f288702
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ 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.
+
+
+ Copyright (C)
+
+ 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 .
+
+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:
+
+ Copyright (C)
+ 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
+.
+
+ 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
+.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f2c74ab
--- /dev/null
+++ b/README.md
@@ -0,0 +1,34 @@
+[![Logo](/.github/Untitled%20design%20(3).png)](https://github.com/arnavs-0/PocDoc)
+
+
+[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/arnavs-0/CongressionalAppChallengeV001/graphs/commit-activity)
+[![Documentation Status](https://readthedocs.org/projects/ansicolortags/badge/?version=latest)](http://ansicolortags.readthedocs.io/?badge=latest)
+[![GitHub issues](https://img.shields.io/github/issues/Naereen/StrapDown.js.svg)](https://GitHub.com/arnavs-0/CongressionalAppChallengeV001/issues/)
+[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html)
+
+
+
+A One Stop Medical Assistant. Features include: Diary, Symptom Checker, Allergy Finder, Hospital/Pharmacy Finder, and Medication Tracker. Implemented with the use of Firebase and Google ML, and Clarifai
+
+
+
+
+## Tools
+
+* [Gradle](https://gradle.org/) - Dependency Management
+* [Android Studio](https://developer.android.com/studio) - IDE
+* [Firebase](https://rometools.github.io/rome/) - Backend Structures
+* [Google ML](https://developers.google.com/ml-kit) - AI and ML
+
+[![forthebadge](https://forthebadge.com/images/badges/built-for-android.svg)](https://forthebadge.com)
+[![forthebadge](https://forthebadge.com/images/badges/made-with-java.svg)](https://forthebadge.com)
+[![ForTheBadge built-by-developers](http://ForTheBadge.com/images/badges/built-by-developers.svg)](https://GitHub.com/arnavs-0/)
+
+
+
+## Authors
+
+* **Arnav Shah** - *Project Lead* - [Arnav S](https://github.com/arnavs-0)
+
+* **Vishal Dattathreya** - *Project Lead* - [Vishal D](https://github.com/cmdvmd)
+
diff --git a/app/.gitignore b/app/.gitignore
new file mode 100644
index 0000000..7fa2a84
--- /dev/null
+++ b/app/.gitignore
@@ -0,0 +1,2 @@
+/build
+/.idea/encodings.xml
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
new file mode 100644
index 0000000..8edc63b
--- /dev/null
+++ b/app/build.gradle
@@ -0,0 +1,71 @@
+apply plugin: 'com.android.application'
+apply plugin: 'com.google.gms.google-services'
+
+android {
+ compileSdkVersion 30
+ buildToolsVersion "30.0.2"
+
+
+ compileOptions {
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
+ }
+
+
+ defaultConfig {
+ applicationId "com.arnav.pocdoc"
+ minSdkVersion 23
+ targetSdkVersion 30
+ versionCode 2
+ versionName "1.1"
+
+ testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
+ vectorDrawables.useSupportLibrary = true
+ }
+
+ buildTypes {
+ release {
+ minifyEnabled false
+ proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
+ }
+ }
+ compileOptions {
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
+ }
+}
+
+dependencies {
+ implementation fileTree(dir: "libs", include: ["*.jar"])
+ implementation 'androidx.appcompat:appcompat:1.2.0'
+ implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
+ implementation 'androidx.legacy:legacy-support-v4:1.0.0'
+ implementation 'com.google.firebase:firebase-auth:20.0.1'
+ testImplementation 'junit:junit:4.13.1'
+ androidTestImplementation 'androidx.test.ext:junit:1.1.2'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
+ implementation 'com.google.android.material:material:1.3.0-alpha04'
+ implementation 'com.google.android.gms:play-services-auth:19.0.0'
+ implementation 'com.google.android.gms:play-services-identity:17.0.0'
+ implementation 'me.zhanghai.android.materialprogressbar:library:1.6.1'
+ implementation 'com.squareup.okhttp3:okhttp:4.9.0'
+ implementation 'com.github.pratikbutani:MultiSelectSpinner:-SNAPSHOT'
+ implementation 'com.google.firebase:firebase-database:19.5.1'
+ implementation 'com.firebaseui:firebase-ui-database:7.1.0'
+ implementation 'com.ramotion.paperonboarding:paper-onboarding:1.1.3'
+ implementation 'com.ramotion.foldingcell:folding-cell:1.2.3'
+ implementation 'net.steamcrafted:load-toast:1.0.12'
+ implementation 'com.ismaeldivita.chipnavigation:chip-navigation-bar:1.3.3'
+ implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.4.20'
+ implementation 'ca.antonious:materialdaypicker:0.7.3'
+ implementation 'com.jaredrummler:material-spinner:1.3.1'
+ implementation 'com.github.jakebonk:NotifyMe:1.0.1'
+ implementation 'com.clarifai:clarifai-grpc:6.11.0'
+ implementation 'com.github.GrenderG:Toasty:1.4.2'
+ implementation 'com.google.android.libraries.places:places:2.4.0'
+ implementation 'com.google.android.gms:play-services-maps:17.0.0'
+ implementation 'com.google.android.gms:play-services-location:17.1.0'
+ implementation 'com.github.arcadefire:nice-spinner:1.4.4'
+ implementation "com.airbnb.android:lottie:3.5.0"
+
+}
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
new file mode 100644
index 0000000..481bb43
--- /dev/null
+++ b/app/proguard-rules.pro
@@ -0,0 +1,21 @@
+# Add project specific ProGuard rules here.
+# You can control the set of applied configuration files using the
+# proguardFiles setting in build.gradle.
+#
+# For more details, see
+# http://developer.android.com/guide/developing/tools/proguard.html
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+# public *;
+#}
+
+# Uncomment this to preserve the line number information for
+# debugging stack traces.
+#-keepattributes SourceFile,LineNumberTable
+
+# If you keep the line number information, uncomment this to
+# hide the original source file name.
+#-renamesourcefileattribute SourceFile
\ No newline at end of file
diff --git a/app/release/app-release.apk b/app/release/app-release.apk
new file mode 100644
index 0000000..0690fef
Binary files /dev/null and b/app/release/app-release.apk differ
diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json
new file mode 100644
index 0000000..88c5482
--- /dev/null
+++ b/app/release/output-metadata.json
@@ -0,0 +1,20 @@
+{
+ "version": 1,
+ "artifactType": {
+ "type": "APK",
+ "kind": "Directory"
+ },
+ "applicationId": "com.arnav.pocdoc",
+ "variantName": "release",
+ "elements": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "properties": [],
+ "versionCode": 2,
+ "versionName": "1.1",
+ "enabled": true,
+ "outputFile": "app-release.apk"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/src/androidTest/java/com/arnav/pocdoc/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/arnav/pocdoc/ExampleInstrumentedTest.java
new file mode 100644
index 0000000..7f6d945
--- /dev/null
+++ b/app/src/androidTest/java/com/arnav/pocdoc/ExampleInstrumentedTest.java
@@ -0,0 +1,26 @@
+package com.arnav.pocdoc;
+
+import android.content.Context;
+
+import androidx.test.platform.app.InstrumentationRegistry;
+import androidx.test.ext.junit.runners.AndroidJUnit4;
+
+import org.junit.Test;
+import org.junit.runner.RunWith;
+
+import static org.junit.Assert.*;
+
+/**
+ * Instrumented test, which will execute on an Android device.
+ *
+ * @see Testing documentation
+ */
+@RunWith(AndroidJUnit4.class)
+public class ExampleInstrumentedTest {
+ @Test
+ public void useAppContext() {
+ // Context of the app under test.
+ Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
+ assertEquals("com.arnav.congressionalappchallengev001", appContext.getPackageName());
+ }
+}
\ No newline at end of file
diff --git a/app/src/debug/res/values/google_maps_api.xml b/app/src/debug/res/values/google_maps_api.xml
new file mode 100644
index 0000000..bbadc0d
--- /dev/null
+++ b/app/src/debug/res/values/google_maps_api.xml
@@ -0,0 +1,24 @@
+
+
+ AIzaSyC2Tv4y-8BukviK1wAAHyDprfbFB8xaj6A
+
\ No newline at end of file
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..949026b
--- /dev/null
+++ b/app/src/main/AndroidManifest.xml
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/assets/foods.json b/app/src/main/assets/foods.json
new file mode 100644
index 0000000..24a5145
--- /dev/null
+++ b/app/src/main/assets/foods.json
@@ -0,0 +1,2939 @@
+[
+ {
+ "foods":"acorn squash"
+ },
+ {
+ "foods":"ahipa"
+ },
+ {
+ "foods":"alcohol"
+ },
+ {
+ "foods":"ale"
+ },
+ {
+ "foods":"alfalfa sprouts"
+ },
+ {
+ "foods":"aliment"
+ },
+ {
+ "foods":"allspice"
+ },
+ {
+ "foods":"almond"
+ },
+ {
+ "foods":"amaranth"
+ },
+ {
+ "foods":"anchovy"
+ },
+ {
+ "foods":"angel-hair pasta"
+ },
+ {
+ "foods":"anise"
+ },
+ {
+ "foods":"antipasto"
+ },
+ {
+ "foods":"aonori"
+ },
+ {
+ "foods":"aperitif"
+ },
+ {
+ "foods":"apple"
+ },
+ {
+ "foods":"apple pie"
+ },
+ {
+ "foods":"apple sauce"
+ },
+ {
+ "foods":"apricot pits"
+ },
+ {
+ "foods":"arracacha"
+ },
+ {
+ "foods":"artichoke"
+ },
+ {
+ "foods":"arugula"
+ },
+ {
+ "foods":"asparagus"
+ },
+ {
+ "foods":"aspic"
+ },
+ {
+ "foods":"aubergine"
+ },
+ {
+ "foods":"avocado"
+ },
+ {
+ "foods":"azuki bean"
+ },
+ {
+ "foods":"baby back ribs"
+ },
+ {
+ "foods":"bacon"
+ },
+ {
+ "foods":"bagel"
+ },
+ {
+ "foods":"baguette"
+ },
+ {
+ "foods":"baked alaska"
+ },
+ {
+ "foods":"baked beans"
+ },
+ {
+ "foods":"baklava"
+ },
+ {
+ "foods":"balsamic"
+ },
+ {
+ "foods":"bamboo shoots"
+ },
+ {
+ "foods":"banana"
+ },
+ {
+ "foods":"barbecue"
+ },
+ {
+ "foods":"barbecue sauce"
+ },
+ {
+ "foods":"barley"
+ },
+ {
+ "foods":"basil"
+ },
+ {
+ "foods":"bass"
+ },
+ {
+ "foods":"batter"
+ },
+ {
+ "foods":"bay leaf"
+ },
+ {
+ "foods":"beancurd"
+ },
+ {
+ "foods":"beans"
+ },
+ {
+ "foods":"bechamel"
+ },
+ {
+ "foods":"beef"
+ },
+ {
+ "foods":"beef carpaccio"
+ },
+ {
+ "foods":"beef steak"
+ },
+ {
+ "foods":"beef tartare"
+ },
+ {
+ "foods":"beer"
+ },
+ {
+ "foods":"beet"
+ },
+ {
+ "foods":"beet root"
+ },
+ {
+ "foods":"beet salad"
+ },
+ {
+ "foods":"beignets"
+ },
+ {
+ "foods":"bell pepper"
+ },
+ {
+ "foods":"berry"
+ },
+ {
+ "foods":"beverage"
+ },
+ {
+ "foods":"bibimbap"
+ },
+ {
+ "foods":"bilberry"
+ },
+ {
+ "foods":"bird"
+ },
+ {
+ "foods":"birthday cake"
+ },
+ {
+ "foods":"biscuits"
+ },
+ {
+ "foods":"bitter gourd"
+ },
+ {
+ "foods":"bitter melon"
+ },
+ {
+ "foods":"black beans"
+ },
+ {
+ "foods":"black coffee"
+ },
+ {
+ "foods":"black currant"
+ },
+ {
+ "foods":"black tea"
+ },
+ {
+ "foods":"blackberry"
+ },
+ {
+ "foods":"blancmange"
+ },
+ {
+ "foods":"blood orange"
+ },
+ {
+ "foods":"blood sausage"
+ },
+ {
+ "foods":"blue cheese"
+ },
+ {
+ "foods":"blueberry"
+ },
+ {
+ "foods":"blueberry muffin"
+ },
+ {
+ "foods":"blueberry pie"
+ },
+ {
+ "foods":"bok choy"
+ },
+ {
+ "foods":"bonbon"
+ },
+ {
+ "foods":"bonbons"
+ },
+ {
+ "foods":"booze"
+ },
+ {
+ "foods":"borage"
+ },
+ {
+ "foods":"boysenberry"
+ },
+ {
+ "foods":"bran"
+ },
+ {
+ "foods":"brandy"
+ },
+ {
+ "foods":"bratwurst"
+ },
+ {
+ "foods":"bread"
+ },
+ {
+ "foods":"bread pudding"
+ },
+ {
+ "foods":"bread rolls"
+ },
+ {
+ "foods":"breadcrumb"
+ },
+ {
+ "foods":"breadfruit"
+ },
+ {
+ "foods":"breadstick"
+ },
+ {
+ "foods":"bream"
+ },
+ {
+ "foods":"brie"
+ },
+ {
+ "foods":"brinjal"
+ },
+ {
+ "foods":"brioche"
+ },
+ {
+ "foods":"brisket"
+ },
+ {
+ "foods":"brittle"
+ },
+ {
+ "foods":"broad beans"
+ },
+ {
+ "foods":"broccoli"
+ },
+ {
+ "foods":"broccolini"
+ },
+ {
+ "foods":"broil"
+ },
+ {
+ "foods":"broth"
+ },
+ {
+ "foods":"brown bread"
+ },
+ {
+ "foods":"brown rice"
+ },
+ {
+ "foods":"brownie"
+ },
+ {
+ "foods":"brulee"
+ },
+ {
+ "foods":"bruschetta"
+ },
+ {
+ "foods":"brussels sprout"
+ },
+ {
+ "foods":"buckwheat"
+ },
+ {
+ "foods":"bun"
+ },
+ {
+ "foods":"burdock"
+ },
+ {
+ "foods":"burrito"
+ },
+ {
+ "foods":"butter"
+ },
+ {
+ "foods":"buttercream"
+ },
+ {
+ "foods":"cabbage"
+ },
+ {
+ "foods":"caesar salad"
+ },
+ {
+ "foods":"cake"
+ },
+ {
+ "foods":"cake mix"
+ },
+ {
+ "foods":"cake pop"
+ },
+ {
+ "foods":"calamari"
+ },
+ {
+ "foods":"camembert"
+ },
+ {
+ "foods":"canape"
+ },
+ {
+ "foods":"candy"
+ },
+ {
+ "foods":"candy apple"
+ },
+ {
+ "foods":"candy bar"
+ },
+ {
+ "foods":"cannoli"
+ },
+ {
+ "foods":"cantaloupe"
+ },
+ {
+ "foods":"caper"
+ },
+ {
+ "foods":"cappuccino"
+ },
+ {
+ "foods":"caprese salad"
+ },
+ {
+ "foods":"caramel"
+ },
+ {
+ "foods":"caramel apple"
+ },
+ {
+ "foods":"caraway"
+ },
+ {
+ "foods":"carbohydrate"
+ },
+ {
+ "foods":"cardamom"
+ },
+ {
+ "foods":"cardoon"
+ },
+ {
+ "foods":"carp"
+ },
+ {
+ "foods":"carpaccio"
+ },
+ {
+ "foods":"carrot"
+ },
+ {
+ "foods":"carrot cake"
+ },
+ {
+ "foods":"cashew"
+ },
+ {
+ "foods":"cassava"
+ },
+ {
+ "foods":"casserole"
+ },
+ {
+ "foods":"cauliflower"
+ },
+ {
+ "foods":"caviar"
+ },
+ {
+ "foods":"cayenne"
+ },
+ {
+ "foods":"cayenne pepper"
+ },
+ {
+ "foods":"celeriac"
+ },
+ {
+ "foods":"celery"
+ },
+ {
+ "foods":"celtuce"
+ },
+ {
+ "foods":"cereal"
+ },
+ {
+ "foods":"cereal bar"
+ },
+ {
+ "foods":"ceviche"
+ },
+ {
+ "foods":"champagne"
+ },
+ {
+ "foods":"chard"
+ },
+ {
+ "foods":"chaya"
+ },
+ {
+ "foods":"chayote"
+ },
+ {
+ "foods":"cheddar"
+ },
+ {
+ "foods":"cheese"
+ },
+ {
+ "foods":"cheeseburger"
+ },
+ {
+ "foods":"cheesecake"
+ },
+ {
+ "foods":"cherimoya"
+ },
+ {
+ "foods":"cherry"
+ },
+ {
+ "foods":"cherry tomato"
+ },
+ {
+ "foods":"chestnut"
+ },
+ {
+ "foods":"chevre"
+ },
+ {
+ "foods":"chicken"
+ },
+ {
+ "foods":"chicken breast"
+ },
+ {
+ "foods":"chicken curry"
+ },
+ {
+ "foods":"chicken leg"
+ },
+ {
+ "foods":"chicken quesadilla"
+ },
+ {
+ "foods":"chicken wings"
+ },
+ {
+ "foods":"chickpeas"
+ },
+ {
+ "foods":"chickweed"
+ },
+ {
+ "foods":"chicory"
+ },
+ {
+ "foods":"chili"
+ },
+ {
+ "foods":"chili pepper"
+ },
+ {
+ "foods":"chili powder"
+ },
+ {
+ "foods":"chili sauce"
+ },
+ {
+ "foods":"chinese artichoke"
+ },
+ {
+ "foods":"chips"
+ },
+ {
+ "foods":"chives"
+ },
+ {
+ "foods":"chocolate"
+ },
+ {
+ "foods":"chocolate bar"
+ },
+ {
+ "foods":"chocolate cake"
+ },
+ {
+ "foods":"chocolate candy"
+ },
+ {
+ "foods":"chocolate chip cake"
+ },
+ {
+ "foods":"chocolate cookie"
+ },
+ {
+ "foods":"chocolate cupcake"
+ },
+ {
+ "foods":"chocolate ice cream"
+ },
+ {
+ "foods":"chocolate mousse"
+ },
+ {
+ "foods":"chorizo"
+ },
+ {
+ "foods":"chowder"
+ },
+ {
+ "foods":"churros"
+ },
+ {
+ "foods":"chutney"
+ },
+ {
+ "foods":"ciabatta"
+ },
+ {
+ "foods":"cider"
+ },
+ {
+ "foods":"cilantro"
+ },
+ {
+ "foods":"cinnamon"
+ },
+ {
+ "foods":"cinnamon roll"
+ },
+ {
+ "foods":"citron"
+ },
+ {
+ "foods":"citrus"
+ },
+ {
+ "foods":"clam"
+ },
+ {
+ "foods":"clam chowder"
+ },
+ {
+ "foods":"clementine"
+ },
+ {
+ "foods":"cloudberry"
+ },
+ {
+ "foods":"cloves"
+ },
+ {
+ "foods":"cobbler"
+ },
+ {
+ "foods":"cockle"
+ },
+ {
+ "foods":"cocktail"
+ },
+ {
+ "foods":"cocoa"
+ },
+ {
+ "foods":"coconut"
+ },
+ {
+ "foods":"coffee"
+ },
+ {
+ "foods":"cognac"
+ },
+ {
+ "foods":"coke"
+ },
+ {
+ "foods":"cole slaw"
+ },
+ {
+ "foods":"coleslaw"
+ },
+ {
+ "foods":"collards"
+ },
+ {
+ "foods":"collation"
+ },
+ {
+ "foods":"comestible"
+ },
+ {
+ "foods":"common bean"
+ },
+ {
+ "foods":"common purslane"
+ },
+ {
+ "foods":"compote"
+ },
+ {
+ "foods":"condiment"
+ },
+ {
+ "foods":"cooked meat"
+ },
+ {
+ "foods":"cookie"
+ },
+ {
+ "foods":"coriander"
+ },
+ {
+ "foods":"corn"
+ },
+ {
+ "foods":"corn bread"
+ },
+ {
+ "foods":"corn salad"
+ },
+ {
+ "foods":"corned beef"
+ },
+ {
+ "foods":"cornflakes"
+ },
+ {
+ "foods":"cottage cheese"
+ },
+ {
+ "foods":"coulis"
+ },
+ {
+ "foods":"courgette"
+ },
+ {
+ "foods":"couscous"
+ },
+ {
+ "foods":"crab"
+ },
+ {
+ "foods":"crab cakes"
+ },
+ {
+ "foods":"cracker"
+ },
+ {
+ "foods":"cranberries"
+ },
+ {
+ "foods":"cranberry"
+ },
+ {
+ "foods":"cranberry sauce"
+ },
+ {
+ "foods":"crayfish"
+ },
+ {
+ "foods":"cream"
+ },
+ {
+ "foods":"cream cheese"
+ },
+ {
+ "foods":"creme brulee"
+ },
+ {
+ "foods":"crepe"
+ },
+ {
+ "foods":"crescent roll"
+ },
+ {
+ "foods":"cress"
+ },
+ {
+ "foods":"crispbread"
+ },
+ {
+ "foods":"croissant"
+ },
+ {
+ "foods":"croque madame"
+ },
+ {
+ "foods":"croquette"
+ },
+ {
+ "foods":"crouton"
+ },
+ {
+ "foods":"crumble"
+ },
+ {
+ "foods":"crunch"
+ },
+ {
+ "foods":"crust"
+ },
+ {
+ "foods":"cucumber"
+ },
+ {
+ "foods":"cumin"
+ },
+ {
+ "foods":"cupcake"
+ },
+ {
+ "foods":"curd"
+ },
+ {
+ "foods":"currant"
+ },
+ {
+ "foods":"curry"
+ },
+ {
+ "foods":"custard"
+ },
+ {
+ "foods":"cutlet"
+ },
+ {
+ "foods":"cuttlefish"
+ },
+ {
+ "foods":"daikon"
+ },
+ {
+ "foods":"dairy"
+ },
+ {
+ "foods":"dairy product"
+ },
+ {
+ "foods":"damson"
+ },
+ {
+ "foods":"dandelion greens"
+ },
+ {
+ "foods":"danish pastry"
+ },
+ {
+ "foods":"date"
+ },
+ {
+ "foods":"decaffeinated coffee"
+ },
+ {
+ "foods":"dessert"
+ },
+ {
+ "foods":"deviled eggs"
+ },
+ {
+ "foods":"dill"
+ },
+ {
+ "foods":"dolichos bean"
+ },
+ {
+ "foods":"dollop"
+ },
+ {
+ "foods":"dough"
+ },
+ {
+ "foods":"doughnut"
+ },
+ {
+ "foods":"dragonfruit"
+ },
+ {
+ "foods":"dried apricot"
+ },
+ {
+ "foods":"dried fruit"
+ },
+ {
+ "foods":"drumstick"
+ },
+ {
+ "foods":"duck"
+ },
+ {
+ "foods":"dulse"
+ },
+ {
+ "foods":"dumpling"
+ },
+ {
+ "foods":"durian"
+ },
+ {
+ "foods":"eclair"
+ },
+ {
+ "foods":"edam cheese"
+ },
+ {
+ "foods":"edamame"
+ },
+ {
+ "foods":"eel"
+ },
+ {
+ "foods":"egg"
+ },
+ {
+ "foods":"egg white"
+ },
+ {
+ "foods":"egg yolk"
+ },
+ {
+ "foods":"eggplant"
+ },
+ {
+ "foods":"elderberry"
+ },
+ {
+ "foods":"elephant foot yam"
+ },
+ {
+ "foods":"elephant garlic"
+ },
+ {
+ "foods":"emmental"
+ },
+ {
+ "foods":"endive"
+ },
+ {
+ "foods":"english muffin"
+ },
+ {
+ "foods":"ensete"
+ },
+ {
+ "foods":"escargots"
+ },
+ {
+ "foods":"espresso"
+ },
+ {
+ "foods":"falafel"
+ },
+ {
+ "foods":"farfalle"
+ },
+ {
+ "foods":"fat hen"
+ },
+ {
+ "foods":"fava beans"
+ },
+ {
+ "foods":"feast"
+ },
+ {
+ "foods":"feijoa"
+ },
+ {
+ "foods":"fennel"
+ },
+ {
+ "foods":"fettuccine"
+ },
+ {
+ "foods":"fiddlehead"
+ },
+ {
+ "foods":"fig"
+ },
+ {
+ "foods":"filet mignon"
+ },
+ {
+ "foods":"fillet"
+ },
+ {
+ "foods":"fillet of sole"
+ },
+ {
+ "foods":"filling"
+ },
+ {
+ "foods":"fish"
+ },
+ {
+ "foods":"fish and chips"
+ },
+ {
+ "foods":"fish fillet"
+ },
+ {
+ "foods":"fish fingers"
+ },
+ {
+ "foods":"fish steak"
+ },
+ {
+ "foods":"flan"
+ },
+ {
+ "foods":"flatbread"
+ },
+ {
+ "foods":"flatfish"
+ },
+ {
+ "foods":"flax"
+ },
+ {
+ "foods":"florence fennel"
+ },
+ {
+ "foods":"flour"
+ },
+ {
+ "foods":"fluted pumpkin"
+ },
+ {
+ "foods":"focaccia"
+ },
+ {
+ "foods":"fodder"
+ },
+ {
+ "foods":"foie gras"
+ },
+ {
+ "foods":"fondue"
+ },
+ {
+ "foods":"fowl"
+ },
+ {
+ "foods":"frankfurters"
+ },
+ {
+ "foods":"french beans"
+ },
+ {
+ "foods":"french bread"
+ },
+ {
+ "foods":"french dressing"
+ },
+ {
+ "foods":"french fries"
+ },
+ {
+ "foods":"french onion soup"
+ },
+ {
+ "foods":"french toast"
+ },
+ {
+ "foods":"fried calamari"
+ },
+ {
+ "foods":"fried egg"
+ },
+ {
+ "foods":"fried rice"
+ },
+ {
+ "foods":"frittata"
+ },
+ {
+ "foods":"fritter"
+ },
+ {
+ "foods":"frozen peas"
+ },
+ {
+ "foods":"frozen pizza"
+ },
+ {
+ "foods":"frozen yogurt"
+ },
+ {
+ "foods":"fruit salad"
+ },
+ {
+ "foods":"fruit tea"
+ },
+ {
+ "foods":"fruitcake"
+ },
+ {
+ "foods":"fudge"
+ },
+ {
+ "foods":"fusilli"
+ },
+ {
+ "foods":"galangal"
+ },
+ {
+ "foods":"galette"
+ },
+ {
+ "foods":"garam masala"
+ },
+ {
+ "foods":"garbanzo"
+ },
+ {
+ "foods":"garlic"
+ },
+ {
+ "foods":"garlic bread"
+ },
+ {
+ "foods":"garlic chives"
+ },
+ {
+ "foods":"garlic sauce"
+ },
+ {
+ "foods":"gastronomy"
+ },
+ {
+ "foods":"gazpacho"
+ },
+ {
+ "foods":"gelatin"
+ },
+ {
+ "foods":"gem"
+ },
+ {
+ "foods":"gherkin"
+ },
+ {
+ "foods":"gin"
+ },
+ {
+ "foods":"ginger"
+ },
+ {
+ "foods":"ginger ale"
+ },
+ {
+ "foods":"gingerbread"
+ },
+ {
+ "foods":"ginseng"
+ },
+ {
+ "foods":"gnocchi"
+ },
+ {
+ "foods":"goats cheese"
+ },
+ {
+ "foods":"goji berry"
+ },
+ {
+ "foods":"good king henry"
+ },
+ {
+ "foods":"goody"
+ },
+ {
+ "foods":"goose"
+ },
+ {
+ "foods":"gooseberry"
+ },
+ {
+ "foods":"gorgonzola"
+ },
+ {
+ "foods":"gouda"
+ },
+ {
+ "foods":"gouda cheese"
+ },
+ {
+ "foods":"goulash"
+ },
+ {
+ "foods":"gourd"
+ },
+ {
+ "foods":"grain"
+ },
+ {
+ "foods":"granola"
+ },
+ {
+ "foods":"granola bar"
+ },
+ {
+ "foods":"grape"
+ },
+ {
+ "foods":"grape jelly"
+ },
+ {
+ "foods":"grapefruit"
+ },
+ {
+ "foods":"grass"
+ },
+ {
+ "foods":"gravy"
+ },
+ {
+ "foods":"greater plantain"
+ },
+ {
+ "foods":"greek salad"
+ },
+ {
+ "foods":"green bean"
+ },
+ {
+ "foods":"green onion"
+ },
+ {
+ "foods":"green pepper"
+ },
+ {
+ "foods":"green tea"
+ },
+ {
+ "foods":"grilled cheese sandwich"
+ },
+ {
+ "foods":"grilled salmon"
+ },
+ {
+ "foods":"grissini"
+ },
+ {
+ "foods":"grits"
+ },
+ {
+ "foods":"groats"
+ },
+ {
+ "foods":"ground beef"
+ },
+ {
+ "foods":"grub"
+ },
+ {
+ "foods":"guacamole"
+ },
+ {
+ "foods":"guar"
+ },
+ {
+ "foods":"guava"
+ },
+ {
+ "foods":"gyoza"
+ },
+ {
+ "foods":"gyro"
+ },
+ {
+ "foods":"habanero pepper"
+ },
+ {
+ "foods":"haddock"
+ },
+ {
+ "foods":"halibut"
+ },
+ {
+ "foods":"ham"
+ },
+ {
+ "foods":"hamburg parsley"
+ },
+ {
+ "foods":"hamburger"
+ },
+ {
+ "foods":"hamburger bun"
+ },
+ {
+ "foods":"hash"
+ },
+ {
+ "foods":"hay"
+ },
+ {
+ "foods":"hazelnut"
+ },
+ {
+ "foods":"herb"
+ },
+ {
+ "foods":"herbal tea"
+ },
+ {
+ "foods":"herring"
+ },
+ {
+ "foods":"hijiki"
+ },
+ {
+ "foods":"honey"
+ },
+ {
+ "foods":"honeydew melon"
+ },
+ {
+ "foods":"horse gram"
+ },
+ {
+ "foods":"horse radish"
+ },
+ {
+ "foods":"hot chocolate"
+ },
+ {
+ "foods":"hot dog"
+ },
+ {
+ "foods":"hot dog bun"
+ },
+ {
+ "foods":"hot pepper"
+ },
+ {
+ "foods":"hot sauce"
+ },
+ {
+ "foods":"huckleberry"
+ },
+ {
+ "foods":"huevos rancheros"
+ },
+ {
+ "foods":"hummus"
+ },
+ {
+ "foods":"ice"
+ },
+ {
+ "foods":"ice cream"
+ },
+ {
+ "foods":"iceberg lettuce"
+ },
+ {
+ "foods":"iced tea"
+ },
+ {
+ "foods":"indian pea"
+ },
+ {
+ "foods":"indian tea"
+ },
+ {
+ "foods":"italian dressing"
+ },
+ {
+ "foods":"ivy gourd"
+ },
+ {
+ "foods":"jabouticaba"
+ },
+ {
+ "foods":"jackfruit"
+ },
+ {
+ "foods":"jalapeno"
+ },
+ {
+ "foods":"jam"
+ },
+ {
+ "foods":"jambul"
+ },
+ {
+ "foods":"jelly"
+ },
+ {
+ "foods":"jelly beans"
+ },
+ {
+ "foods":"jerusalem artichoke"
+ },
+ {
+ "foods":"jicama"
+ },
+ {
+ "foods":"jordan almonds"
+ },
+ {
+ "foods":"jug"
+ },
+ {
+ "foods":"juice"
+ },
+ {
+ "foods":"jujube"
+ },
+ {
+ "foods":"julienne"
+ },
+ {
+ "foods":"juniper berry"
+ },
+ {
+ "foods":"kale"
+ },
+ {
+ "foods":"kebab"
+ },
+ {
+ "foods":"ketchup"
+ },
+ {
+ "foods":"kettle"
+ },
+ {
+ "foods":"kettle corn"
+ },
+ {
+ "foods":"kidney bean"
+ },
+ {
+ "foods":"kingfish"
+ },
+ {
+ "foods":"kipper"
+ },
+ {
+ "foods":"kiwi fruit"
+ },
+ {
+ "foods":"knish"
+ },
+ {
+ "foods":"kohlrabi"
+ },
+ {
+ "foods":"komatsuna"
+ },
+ {
+ "foods":"kombu"
+ },
+ {
+ "foods":"kumquat"
+ },
+ {
+ "foods":"ladle"
+ },
+ {
+ "foods":"lager"
+ },
+ {
+ "foods":"lagos bologi"
+ },
+ {
+ "foods":"lamb"
+ },
+ {
+ "foods":"lamb chops"
+ },
+ {
+ "foods":"lamb's lettuce"
+ },
+ {
+ "foods":"lamb's quarters"
+ },
+ {
+ "foods":"land cress"
+ },
+ {
+ "foods":"lard"
+ },
+ {
+ "foods":"lasagna"
+ },
+ {
+ "foods":"lasagne"
+ },
+ {
+ "foods":"lavender"
+ },
+ {
+ "foods":"laver"
+ },
+ {
+ "foods":"leek"
+ },
+ {
+ "foods":"legume"
+ },
+ {
+ "foods":"lemon"
+ },
+ {
+ "foods":"lemon peel"
+ },
+ {
+ "foods":"lemonade"
+ },
+ {
+ "foods":"lemongrass"
+ },
+ {
+ "foods":"lentil"
+ },
+ {
+ "foods":"lettuce"
+ },
+ {
+ "foods":"licorice"
+ },
+ {
+ "foods":"lima bean"
+ },
+ {
+ "foods":"lime"
+ },
+ {
+ "foods":"lime cordial"
+ },
+ {
+ "foods":"linguine"
+ },
+ {
+ "foods":"link sausages"
+ },
+ {
+ "foods":"liqueur"
+ },
+ {
+ "foods":"liquor"
+ },
+ {
+ "foods":"liver pate"
+ },
+ {
+ "foods":"lobster"
+ },
+ {
+ "foods":"lobster bisque"
+ },
+ {
+ "foods":"loin"
+ },
+ {
+ "foods":"lollipop"
+ },
+ {
+ "foods":"loquat"
+ },
+ {
+ "foods":"lotus root"
+ },
+ {
+ "foods":"lox"
+ },
+ {
+ "foods":"luffa"
+ },
+ {
+ "foods":"lunchmeat"
+ },
+ {
+ "foods":"lychee"
+ },
+ {
+ "foods":"m&m"
+ },
+ {
+ "foods":"macadamia nut"
+ },
+ {
+ "foods":"macaron"
+ },
+ {
+ "foods":"macaroni"
+ },
+ {
+ "foods":"macaroon"
+ },
+ {
+ "foods":"mackerel"
+ },
+ {
+ "foods":"maize"
+ },
+ {
+ "foods":"malabar spinach"
+ },
+ {
+ "foods":"malt"
+ },
+ {
+ "foods":"mandarin orange"
+ },
+ {
+ "foods":"mango"
+ },
+ {
+ "foods":"maple syrup"
+ },
+ {
+ "foods":"margarine"
+ },
+ {
+ "foods":"marinated cucumber"
+ },
+ {
+ "foods":"marinated herring"
+ },
+ {
+ "foods":"marionberry"
+ },
+ {
+ "foods":"marjoram"
+ },
+ {
+ "foods":"marmalade"
+ },
+ {
+ "foods":"marron"
+ },
+ {
+ "foods":"marrow"
+ },
+ {
+ "foods":"marshmallow"
+ },
+ {
+ "foods":"martini"
+ },
+ {
+ "foods":"marzipan"
+ },
+ {
+ "foods":"mashed potatoes"
+ },
+ {
+ "foods":"mashua"
+ },
+ {
+ "foods":"matcha"
+ },
+ {
+ "foods":"mate"
+ },
+ {
+ "foods":"mayonnaise"
+ },
+ {
+ "foods":"mead"
+ },
+ {
+ "foods":"meat"
+ },
+ {
+ "foods":"meat pie"
+ },
+ {
+ "foods":"meat sauce"
+ },
+ {
+ "foods":"meatball"
+ },
+ {
+ "foods":"meatloaf"
+ },
+ {
+ "foods":"melokhia"
+ },
+ {
+ "foods":"melon"
+ },
+ {
+ "foods":"meringue"
+ },
+ {
+ "foods":"micronutrient"
+ },
+ {
+ "foods":"milk"
+ },
+ {
+ "foods":"milk chocolate"
+ },
+ {
+ "foods":"milkshake"
+ },
+ {
+ "foods":"millefeuille"
+ },
+ {
+ "foods":"millet"
+ },
+ {
+ "foods":"mince"
+ },
+ {
+ "foods":"miner's lettuce"
+ },
+ {
+ "foods":"mint"
+ },
+ {
+ "foods":"miracle fruit"
+ },
+ {
+ "foods":"miso soup"
+ },
+ {
+ "foods":"mizuna greens"
+ },
+ {
+ "foods":"mocha"
+ },
+ {
+ "foods":"mochi"
+ },
+ {
+ "foods":"molasses"
+ },
+ {
+ "foods":"mole sauce"
+ },
+ {
+ "foods":"moth bean"
+ },
+ {
+ "foods":"mousse"
+ },
+ {
+ "foods":"mozuku"
+ },
+ {
+ "foods":"mozzarella"
+ },
+ {
+ "foods":"muesli"
+ },
+ {
+ "foods":"muesli bar"
+ },
+ {
+ "foods":"muffin"
+ },
+ {
+ "foods":"mulberry"
+ },
+ {
+ "foods":"mung bean"
+ },
+ {
+ "foods":"mushroom"
+ },
+ {
+ "foods":"mussel"
+ },
+ {
+ "foods":"mustard"
+ },
+ {
+ "foods":"mutton"
+ },
+ {
+ "foods":"nachos"
+ },
+ {
+ "foods":"napa cabbage"
+ },
+ {
+ "foods":"nectar"
+ },
+ {
+ "foods":"nectarine"
+ },
+ {
+ "foods":"new zealand spinach"
+ },
+ {
+ "foods":"nibble"
+ },
+ {
+ "foods":"nigiri"
+ },
+ {
+ "foods":"noodle"
+ },
+ {
+ "foods":"nopal"
+ },
+ {
+ "foods":"nori"
+ },
+ {
+ "foods":"nougat"
+ },
+ {
+ "foods":"nugget"
+ },
+ {
+ "foods":"nut"
+ },
+ {
+ "foods":"nutmeg"
+ },
+ {
+ "foods":"oat"
+ },
+ {
+ "foods":"oatmeal"
+ },
+ {
+ "foods":"oatmeal cereal"
+ },
+ {
+ "foods":"oatmeal cookie"
+ },
+ {
+ "foods":"octopus"
+ },
+ {
+ "foods":"ogonori"
+ },
+ {
+ "foods":"oil"
+ },
+ {
+ "foods":"okra"
+ },
+ {
+ "foods":"olive"
+ },
+ {
+ "foods":"olive oil"
+ },
+ {
+ "foods":"omelet"
+ },
+ {
+ "foods":"omelette"
+ },
+ {
+ "foods":"onion"
+ },
+ {
+ "foods":"onion rings"
+ },
+ {
+ "foods":"orache"
+ },
+ {
+ "foods":"orange"
+ },
+ {
+ "foods":"orange juice"
+ },
+ {
+ "foods":"orange squash"
+ },
+ {
+ "foods":"oregano"
+ },
+ {
+ "foods":"oyster"
+ },
+ {
+ "foods":"pad thai"
+ },
+ {
+ "foods":"paddy"
+ },
+ {
+ "foods":"paella"
+ },
+ {
+ "foods":"pak choy"
+ },
+ {
+ "foods":"pancake"
+ },
+ {
+ "foods":"pancetta"
+ },
+ {
+ "foods":"panna cotta"
+ },
+ {
+ "foods":"papaya"
+ },
+ {
+ "foods":"papillote"
+ },
+ {
+ "foods":"paprika"
+ },
+ {
+ "foods":"paracress"
+ },
+ {
+ "foods":"parfait"
+ },
+ {
+ "foods":"parmesan"
+ },
+ {
+ "foods":"parsley"
+ },
+ {
+ "foods":"parsnip"
+ },
+ {
+ "foods":"passionfruit"
+ },
+ {
+ "foods":"pasta"
+ },
+ {
+ "foods":"pasta sauce"
+ },
+ {
+ "foods":"pastrami"
+ },
+ {
+ "foods":"pastry"
+ },
+ {
+ "foods":"pasture"
+ },
+ {
+ "foods":"pate"
+ },
+ {
+ "foods":"pattypan squash"
+ },
+ {
+ "foods":"pavlova"
+ },
+ {
+ "foods":"pea"
+ },
+ {
+ "foods":"peach"
+ },
+ {
+ "foods":"peanut"
+ },
+ {
+ "foods":"peanut butter"
+ },
+ {
+ "foods":"peapod"
+ },
+ {
+ "foods":"pear"
+ },
+ {
+ "foods":"pearl onion"
+ },
+ {
+ "foods":"pecan"
+ },
+ {
+ "foods":"penne"
+ },
+ {
+ "foods":"pepper"
+ },
+ {
+ "foods":"peppercorn"
+ },
+ {
+ "foods":"peppermint"
+ },
+ {
+ "foods":"pepperoni"
+ },
+ {
+ "foods":"perch"
+ },
+ {
+ "foods":"persimmon"
+ },
+ {
+ "foods":"pesto"
+ },
+ {
+ "foods":"pho"
+ },
+ {
+ "foods":"physalis"
+ },
+ {
+ "foods":"pickle"
+ },
+ {
+ "foods":"pickled cucumber"
+ },
+ {
+ "foods":"pie"
+ },
+ {
+ "foods":"pigeon pea"
+ },
+ {
+ "foods":"pignut"
+ },
+ {
+ "foods":"pike"
+ },
+ {
+ "foods":"pilaf"
+ },
+ {
+ "foods":"pilchard"
+ },
+ {
+ "foods":"pine nut"
+ },
+ {
+ "foods":"pineapple"
+ },
+ {
+ "foods":"pistachio"
+ },
+ {
+ "foods":"pita bread"
+ },
+ {
+ "foods":"pizza"
+ },
+ {
+ "foods":"plaice"
+ },
+ {
+ "foods":"plain flour"
+ },
+ {
+ "foods":"platter"
+ },
+ {
+ "foods":"plum"
+ },
+ {
+ "foods":"polenta"
+ },
+ {
+ "foods":"pomegranate"
+ },
+ {
+ "foods":"pomelo"
+ },
+ {
+ "foods":"popcorn"
+ },
+ {
+ "foods":"popovers"
+ },
+ {
+ "foods":"poppy seed roll"
+ },
+ {
+ "foods":"popsicle"
+ },
+ {
+ "foods":"pork"
+ },
+ {
+ "foods":"pork chop"
+ },
+ {
+ "foods":"pork pie"
+ },
+ {
+ "foods":"porridge"
+ },
+ {
+ "foods":"pot roast"
+ },
+ {
+ "foods":"potato"
+ },
+ {
+ "foods":"potato onion"
+ },
+ {
+ "foods":"poutine"
+ },
+ {
+ "foods":"prairie turnip"
+ },
+ {
+ "foods":"praline"
+ },
+ {
+ "foods":"prawn"
+ },
+ {
+ "foods":"pretzel"
+ },
+ {
+ "foods":"prime rib"
+ },
+ {
+ "foods":"prosciutto"
+ },
+ {
+ "foods":"prune"
+ },
+ {
+ "foods":"prussian asparagus"
+ },
+ {
+ "foods":"pudding"
+ },
+ {
+ "foods":"puff"
+ },
+ {
+ "foods":"pumpernickel"
+ },
+ {
+ "foods":"pumpkin"
+ },
+ {
+ "foods":"pumpkin seeds"
+ },
+ {
+ "foods":"puree"
+ },
+ {
+ "foods":"purple mangosteen"
+ },
+ {
+ "foods":"quiche"
+ },
+ {
+ "foods":"quince"
+ },
+ {
+ "foods":"quinoa"
+ },
+ {
+ "foods":"radicchio"
+ },
+ {
+ "foods":"radish"
+ },
+ {
+ "foods":"raisin"
+ },
+ {
+ "foods":"raisin bread"
+ },
+ {
+ "foods":"raisin muffin"
+ },
+ {
+ "foods":"rambutan"
+ },
+ {
+ "foods":"ramen"
+ },
+ {
+ "foods":"rapini"
+ },
+ {
+ "foods":"raspberry"
+ },
+ {
+ "foods":"ratatouille"
+ },
+ {
+ "foods":"ration"
+ },
+ {
+ "foods":"ravioli"
+ },
+ {
+ "foods":"red cabbage"
+ },
+ {
+ "foods":"red pepper"
+ },
+ {
+ "foods":"red velvet cake"
+ },
+ {
+ "foods":"red wine"
+ },
+ {
+ "foods":"redcurrant"
+ },
+ {
+ "foods":"relish"
+ },
+ {
+ "foods":"rhubarb"
+ },
+ {
+ "foods":"rib"
+ },
+ {
+ "foods":"rice"
+ },
+ {
+ "foods":"rice flake"
+ },
+ {
+ "foods":"ricebean"
+ },
+ {
+ "foods":"ricotta"
+ },
+ {
+ "foods":"risotto"
+ },
+ {
+ "foods":"roast beef"
+ },
+ {
+ "foods":"roe"
+ },
+ {
+ "foods":"romaine"
+ },
+ {
+ "foods":"roquefort"
+ },
+ {
+ "foods":"rose"
+ },
+ {
+ "foods":"rosemary"
+ },
+ {
+ "foods":"roulade"
+ },
+ {
+ "foods":"rum"
+ },
+ {
+ "foods":"runner bean"
+ },
+ {
+ "foods":"russian dressing"
+ },
+ {
+ "foods":"rutabaga"
+ },
+ {
+ "foods":"rye"
+ },
+ {
+ "foods":"rye bread"
+ },
+ {
+ "foods":"saffron"
+ },
+ {
+ "foods":"sage"
+ },
+ {
+ "foods":"sake"
+ },
+ {
+ "foods":"salad"
+ },
+ {
+ "foods":"salad dressing"
+ },
+ {
+ "foods":"salal"
+ },
+ {
+ "foods":"salami"
+ },
+ {
+ "foods":"salmon"
+ },
+ {
+ "foods":"salmon steak"
+ },
+ {
+ "foods":"salmonberry"
+ },
+ {
+ "foods":"salsa"
+ },
+ {
+ "foods":"salsify"
+ },
+ {
+ "foods":"salt"
+ },
+ {
+ "foods":"salted fish"
+ },
+ {
+ "foods":"samosa"
+ },
+ {
+ "foods":"samphire"
+ },
+ {
+ "foods":"sandwich"
+ },
+ {
+ "foods":"sardine"
+ },
+ {
+ "foods":"sashimi"
+ },
+ {
+ "foods":"satsuma"
+ },
+ {
+ "foods":"sauce"
+ },
+ {
+ "foods":"sauerkraut"
+ },
+ {
+ "foods":"sausage"
+ },
+ {
+ "foods":"sausage roll"
+ },
+ {
+ "foods":"saute"
+ },
+ {
+ "foods":"scallion"
+ },
+ {
+ "foods":"scallop"
+ },
+ {
+ "foods":"scampi"
+ },
+ {
+ "foods":"scone"
+ },
+ {
+ "foods":"scorzonera"
+ },
+ {
+ "foods":"scrambled"
+ },
+ {
+ "foods":"sea bass"
+ },
+ {
+ "foods":"sea beet"
+ },
+ {
+ "foods":"sea grape"
+ },
+ {
+ "foods":"sea kale"
+ },
+ {
+ "foods":"sea lettuce"
+ },
+ {
+ "foods":"sea perch"
+ },
+ {
+ "foods":"seafood"
+ },
+ {
+ "foods":"seaweed salad"
+ },
+ {
+ "foods":"sesame roll"
+ },
+ {
+ "foods":"sesame seed"
+ },
+ {
+ "foods":"shallot"
+ },
+ {
+ "foods":"shandy"
+ },
+ {
+ "foods":"shellfish"
+ },
+ {
+ "foods":"sherbet"
+ },
+ {
+ "foods":"shish kebab"
+ },
+ {
+ "foods":"shortcake"
+ },
+ {
+ "foods":"shrimp"
+ },
+ {
+ "foods":"sierra leone bologi"
+ },
+ {
+ "foods":"sirloin"
+ },
+ {
+ "foods":"skewer"
+ },
+ {
+ "foods":"skirret"
+ },
+ {
+ "foods":"slaw"
+ },
+ {
+ "foods":"sliced loaf"
+ },
+ {
+ "foods":"smoked fish"
+ },
+ {
+ "foods":"smoked salmon"
+ },
+ {
+ "foods":"smoked sausage"
+ },
+ {
+ "foods":"smoothie"
+ },
+ {
+ "foods":"snap pea"
+ },
+ {
+ "foods":"snapper"
+ },
+ {
+ "foods":"snow pea"
+ },
+ {
+ "foods":"soda"
+ },
+ {
+ "foods":"soda bread"
+ },
+ {
+ "foods":"sorbet"
+ },
+ {
+ "foods":"sorghum"
+ },
+ {
+ "foods":"sorrel"
+ },
+ {
+ "foods":"souffle"
+ },
+ {
+ "foods":"soup"
+ },
+ {
+ "foods":"sour cabbage"
+ },
+ {
+ "foods":"sour cream"
+ },
+ {
+ "foods":"sourdough bread"
+ },
+ {
+ "foods":"soy"
+ },
+ {
+ "foods":"soy sauce"
+ },
+ {
+ "foods":"spaghetti"
+ },
+ {
+ "foods":"spaghetti bolognese"
+ },
+ {
+ "foods":"spaghetti carbonara"
+ },
+ {
+ "foods":"spaghetti sauce"
+ },
+ {
+ "foods":"spam"
+ },
+ {
+ "foods":"spare ribs"
+ },
+ {
+ "foods":"spatula"
+ },
+ {
+ "foods":"spearmint"
+ },
+ {
+ "foods":"spices"
+ },
+ {
+ "foods":"spinach"
+ },
+ {
+ "foods":"split peas"
+ },
+ {
+ "foods":"sponge cake"
+ },
+ {
+ "foods":"spongecake"
+ },
+ {
+ "foods":"spork"
+ },
+ {
+ "foods":"spread"
+ },
+ {
+ "foods":"spring onion"
+ },
+ {
+ "foods":"spring rolls"
+ },
+ {
+ "foods":"sprinkles"
+ },
+ {
+ "foods":"sprouts"
+ },
+ {
+ "foods":"spuds"
+ },
+ {
+ "foods":"squash"
+ },
+ {
+ "foods":"squash blossoms"
+ },
+ {
+ "foods":"squid"
+ },
+ {
+ "foods":"star fruit"
+ },
+ {
+ "foods":"steak"
+ },
+ {
+ "foods":"steak sauce"
+ },
+ {
+ "foods":"stir-fry"
+ },
+ {
+ "foods":"stout"
+ },
+ {
+ "foods":"straw"
+ },
+ {
+ "foods":"strawberry"
+ },
+ {
+ "foods":"string bean"
+ },
+ {
+ "foods":"strudel"
+ },
+ {
+ "foods":"stuffing"
+ },
+ {
+ "foods":"sturgeon"
+ },
+ {
+ "foods":"succotash"
+ },
+ {
+ "foods":"suet"
+ },
+ {
+ "foods":"sultanas"
+ },
+ {
+ "foods":"summer purslane"
+ },
+ {
+ "foods":"summer squash"
+ },
+ {
+ "foods":"sundae"
+ },
+ {
+ "foods":"sunflower"
+ },
+ {
+ "foods":"sunflower seeds"
+ },
+ {
+ "foods":"supper"
+ },
+ {
+ "foods":"sushi"
+ },
+ {
+ "foods":"swede"
+ },
+ {
+ "foods":"sweet"
+ },
+ {
+ "foods":"sweet cherry"
+ },
+ {
+ "foods":"sweet corn"
+ },
+ {
+ "foods":"sweet pepper"
+ },
+ {
+ "foods":"sweet potato"
+ },
+ {
+ "foods":"sweet-and-sour sauce"
+ },
+ {
+ "foods":"sweetmeat"
+ },
+ {
+ "foods":"swiss chard"
+ },
+ {
+ "foods":"swiss cheese"
+ },
+ {
+ "foods":"syrup"
+ },
+ {
+ "foods":"tabouli"
+ },
+ {
+ "foods":"tacos"
+ },
+ {
+ "foods":"tagliatelle"
+ },
+ {
+ "foods":"tajine"
+ },
+ {
+ "foods":"takoyaki"
+ },
+ {
+ "foods":"tamale"
+ },
+ {
+ "foods":"tamarillo"
+ },
+ {
+ "foods":"tamarind"
+ },
+ {
+ "foods":"tangerine"
+ },
+ {
+ "foods":"tapioca"
+ },
+ {
+ "foods":"taro"
+ },
+ {
+ "foods":"tarragon"
+ },
+ {
+ "foods":"tart"
+ },
+ {
+ "foods":"tartare"
+ },
+ {
+ "foods":"tartlet"
+ },
+ {
+ "foods":"tarwi"
+ },
+ {
+ "foods":"tatsoi"
+ },
+ {
+ "foods":"tea"
+ },
+ {
+ "foods":"tempura"
+ },
+ {
+ "foods":"tenderloin"
+ },
+ {
+ "foods":"tepary bean"
+ },
+ {
+ "foods":"tequila"
+ },
+ {
+ "foods":"teriyaki"
+ },
+ {
+ "foods":"thyme"
+ },
+ {
+ "foods":"tigernut"
+ },
+ {
+ "foods":"tinda"
+ },
+ {
+ "foods":"tiramisu"
+ },
+ {
+ "foods":"toast"
+ },
+ {
+ "foods":"toffee"
+ },
+ {
+ "foods":"tofu"
+ },
+ {
+ "foods":"tomatillo"
+ },
+ {
+ "foods":"tomato"
+ },
+ {
+ "foods":"tomato sauce"
+ },
+ {
+ "foods":"tongue"
+ },
+ {
+ "foods":"tonic"
+ },
+ {
+ "foods":"torte"
+ },
+ {
+ "foods":"tortellini"
+ },
+ {
+ "foods":"tortilla chips"
+ },
+ {
+ "foods":"tree onion"
+ },
+ {
+ "foods":"trout"
+ },
+ {
+ "foods":"truffle"
+ },
+ {
+ "foods":"tuber"
+ },
+ {
+ "foods":"tuna"
+ },
+ {
+ "foods":"tuna tartare"
+ },
+ {
+ "foods":"turkey"
+ },
+ {
+ "foods":"turkey breast"
+ },
+ {
+ "foods":"turmeric"
+ },
+ {
+ "foods":"turnip"
+ },
+ {
+ "foods":"tzatziki"
+ },
+ {
+ "foods":"ugli fruit"
+ },
+ {
+ "foods":"ulluco"
+ },
+ {
+ "foods":"unleavened"
+ },
+ {
+ "foods":"urad bean"
+ },
+ {
+ "foods":"vanilla ice cream"
+ },
+ {
+ "foods":"veal"
+ },
+ {
+ "foods":"veal cutlet"
+ },
+ {
+ "foods":"vegetable"
+ },
+ {
+ "foods":"velvet bean"
+ },
+ {
+ "foods":"venison"
+ },
+ {
+ "foods":"vermicelli"
+ },
+ {
+ "foods":"vermouth"
+ },
+ {
+ "foods":"viennese"
+ },
+ {
+ "foods":"vinaigrette"
+ },
+ {
+ "foods":"vinegar"
+ },
+ {
+ "foods":"vino"
+ },
+ {
+ "foods":"vodka"
+ },
+ {
+ "foods":"wafer"
+ },
+ {
+ "foods":"waffle"
+ },
+ {
+ "foods":"wakame"
+ },
+ {
+ "foods":"walnut"
+ },
+ {
+ "foods":"wasabi"
+ },
+ {
+ "foods":"water"
+ },
+ {
+ "foods":"water caltrop"
+ },
+ {
+ "foods":"water chestnut"
+ },
+ {
+ "foods":"water spinach"
+ },
+ {
+ "foods":"watercress"
+ },
+ {
+ "foods":"watermelon"
+ },
+ {
+ "foods":"welsh onion"
+ },
+ {
+ "foods":"wheat"
+ },
+ {
+ "foods":"wheat bread"
+ },
+ {
+ "foods":"wheat flake"
+ },
+ {
+ "foods":"whey"
+ },
+ {
+ "foods":"whipped cream"
+ },
+ {
+ "foods":"whisky"
+ },
+ {
+ "foods":"white bread"
+ },
+ {
+ "foods":"white sauce"
+ },
+ {
+ "foods":"white wine"
+ },
+ {
+ "foods":"whoopie pie"
+ },
+ {
+ "foods":"whortleberry"
+ },
+ {
+ "foods":"wiener"
+ },
+ {
+ "foods":"wild leek"
+ },
+ {
+ "foods":"wine"
+ },
+ {
+ "foods":"winged bean"
+ },
+ {
+ "foods":"winter melon"
+ },
+ {
+ "foods":"yam"
+ },
+ {
+ "foods":"yao choy"
+ },
+ {
+ "foods":"yardlong bean"
+ },
+ {
+ "foods":"yarrow"
+ },
+ {
+ "foods":"yeast"
+ },
+ {
+ "foods":"yellow summer squash"
+ },
+ {
+ "foods":"yogurt"
+ },
+ {
+ "foods":"yolk"
+ },
+ {
+ "foods":"zucchini"
+ }
+]
\ No newline at end of file
diff --git a/app/src/main/ic_launcher-playstore.png b/app/src/main/ic_launcher-playstore.png
new file mode 100644
index 0000000..a69954a
Binary files /dev/null and b/app/src/main/ic_launcher-playstore.png differ
diff --git a/app/src/main/java/com/arnav/pocdoc/AddDiary.java b/app/src/main/java/com/arnav/pocdoc/AddDiary.java
new file mode 100644
index 0000000..510ca8a
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/AddDiary.java
@@ -0,0 +1,330 @@
+package com.arnav.pocdoc;
+
+import android.annotation.SuppressLint;
+import android.content.Intent;
+import android.content.res.ColorStateList;
+import android.graphics.Color;
+import android.os.Bundle;
+import android.util.Log;
+import android.view.MenuItem;
+import android.widget.Button;
+import android.widget.LinearLayout;
+import android.widget.TextView;
+import android.widget.Toast;
+
+import com.androidbuts.multispinnerfilter.KeyPairBoolData;
+import com.androidbuts.multispinnerfilter.MultiSpinnerSearch;
+import com.arnav.pocdoc.Authentication.Login;
+import com.arnav.pocdoc.FoodAllergy.FoodImageInput;
+import com.arnav.pocdoc.maps.MapsActivity;
+import com.google.android.material.bottomnavigation.BottomNavigationView;
+import com.google.android.material.navigation.NavigationView;
+import com.google.android.material.slider.Slider;
+import com.google.android.material.textfield.TextInputEditText;
+import com.google.firebase.auth.FirebaseAuth;
+import com.google.firebase.database.DatabaseReference;
+import com.google.firebase.database.FirebaseDatabase;
+
+import org.json.JSONArray;
+import org.json.JSONException;
+import org.json.JSONObject;
+
+import java.io.IOException;
+import java.text.SimpleDateFormat;
+import java.util.*;
+
+import androidx.annotation.NonNull;
+import androidx.appcompat.app.ActionBarDrawerToggle;
+import androidx.appcompat.app.AlertDialog;
+import androidx.appcompat.app.AppCompatActivity;
+import androidx.appcompat.widget.Toolbar;
+import androidx.core.view.GravityCompat;
+import androidx.drawerlayout.widget.DrawerLayout;
+import es.dmoral.toasty.Toasty;
+import okhttp3.*;
+
+
+
+public class AddDiary extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener {
+ DrawerLayout drawerLayout;
+ NavigationView navigationView;
+ Toolbar toolbar;
+ ActionBarDrawerToggle toggle;
+
+
+ OkHttpClient client = new OkHttpClient();
+ Request request;
+
+ ArrayList symptoms = MainActivity.getSymptoms();
+ ArrayList added_symptoms = new ArrayList<>();
+ List symptoms_list;
+
+ LinearLayout form_layout;
+ TextInputEditText title;
+ TextInputEditText body;
+ Slider pain_slider;
+ MultiSpinnerSearch symptom_spinner;
+ Button add_button;
+ BottomNavigationView bottomNavigationView;
+
+ SimpleDateFormat date_formatter = new SimpleDateFormat("MM-dd-yyyy", Locale.getDefault());
+
+ private Map map;
+ private DatabaseReference mDatabase;
+
+ private void addFirebase() {
+ mDatabase.setValue(map)
+ .addOnCompleteListener(task -> {
+ Toast.makeText(AddDiary.this, "Added Successfully", Toast.LENGTH_SHORT).show();
+ Intent intent = new Intent(getApplicationContext(), Diary.class);
+ startActivity(intent);
+ finish();
+ })
+ .addOnFailureListener(e -> Toast.makeText(AddDiary.this, "Failed", Toast.LENGTH_SHORT).show());
+ }
+
+ @SuppressLint("ResourceType")
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_add_diary);
+
+ form_layout = findViewById(R.id.diary_form);
+ title = findViewById(R.id.add_diary_title);
+ body = findViewById(R.id.add_diary_details);
+ pain_slider = findViewById(R.id.diary_pain_level);
+ symptom_spinner = findViewById(R.id.diary_symptom_spinner);
+ add_button = findViewById(R.id.diary_add_button);
+ bottomNavigationView = findViewById(R.id.bottom_navigation_diary_add);
+
+
+ drawerLayout = findViewById(R.id.drawerLayoutAddDiary);
+ navigationView = findViewById(R.id.nav_view_adddiary);
+ toolbar = findViewById(R.id.toolbar_adddiary);
+
+
+ bottomNavigationView.setSelectedItemId(R.id.add_diary_nav);
+ bottomNavigationView.setOnNavigationItemSelectedListener(navigationItemSelectedListener);
+
+ setSupportActionBar(toolbar);
+ Objects.requireNonNull(getSupportActionBar()).setDisplayShowTitleEnabled(true);
+ navigationView.bringToFront();
+ navigationView.setNavigationItemSelectedListener(this);
+ toggle = new ActionBarDrawerToggle(this, drawerLayout, R.string.navigation_drawer_open, R.string.navigation_drawer_close);
+ drawerLayout.addDrawerListener(toggle);
+ toggle.syncState();
+
+ symptoms_list = new ArrayList<>();
+ for (int i=0; i < symptoms.size(); i++) {
+ KeyPairBoolData key_pair = new KeyPairBoolData();
+ key_pair.setId(i+1);
+ key_pair.setName(symptoms.get(i).name);
+ key_pair.setSelected(false);
+ symptoms_list.add(key_pair);
+ }
+
+ pain_slider.addOnChangeListener((slider, value, fromUser) -> {
+ if (slider.getValue() <= 3) {
+ slider.setThumbTintList(ColorStateList.valueOf(Color.parseColor(getString(R.color.diary_green))));
+ slider.setTrackActiveTintList(ColorStateList.valueOf(Color.parseColor(getString(R.color.diary_green))));
+ }
+ else if (slider.getValue() <= 7) {
+ slider.setThumbTintList(ColorStateList.valueOf(Color.parseColor(getString(R.color.diary_yellow))));
+ slider.setTrackActiveTintList(ColorStateList.valueOf(Color.parseColor(getString(R.color.diary_yellow))));
+ }
+ else {
+ slider.setThumbTintList(ColorStateList.valueOf(Color.parseColor(getString(R.color.diary_red))));
+ slider.setTrackActiveTintList(ColorStateList.valueOf(Color.parseColor(getString(R.color.diary_red))));
+ }
+ });
+
+ symptom_spinner.setSearchEnabled(true);
+ symptom_spinner.setSearchHint("Symptom Name");
+ symptom_spinner.setEmptyTitle("");
+ symptom_spinner.setItems(symptoms_list, selectedItems -> {
+ added_symptoms = new ArrayList<>();
+ for (KeyPairBoolData pair : selectedItems) {
+ for (Symptom symptom : symptoms) {
+ if (pair.getName().equals(symptom.getName())) {
+ added_symptoms.add(symptom);
+ break;
+ }
+ }
+ }
+ });
+
+ add_button.setOnClickListener(view -> {
+ if (!Objects.requireNonNull(title.getText()).toString().isEmpty()) {
+ String color;
+ if (pain_slider.getValue() <= 3) {
+ color = "@drawable/green";
+ } else if (pain_slider.getValue() <= 7) {
+ color = "@drawable/yellow";
+ } else {
+ color = "@drawable/red";
+ }
+ mDatabase = FirebaseDatabase.getInstance().getReference().child("diary").child(Objects.requireNonNull(FirebaseAuth.getInstance().getUid())).push();
+ ArrayList stringList = new ArrayList<>();
+ for (Symptom added_symptom : added_symptoms) {
+ stringList.add(added_symptom.name);
+ }
+ ArrayList ids = new ArrayList<>();
+ for (Symptom added_symptom : added_symptoms) {
+ ids.add(added_symptom.id);
+ }
+
+ String notes = Objects.requireNonNull(body.getText()).toString();
+ String empty = getString(R.string.empty_text);
+
+ map = new HashMap<>();
+ map.put("date", date_formatter.format(new Date()));
+ map.put("title", title.getText().toString());
+ map.put("content", !notes.isEmpty() ? notes : empty);
+ map.put("color", color);
+ map.put("symptoms", stringList.size() > 0 ? stringList : '['+empty+']');
+
+ Log.d("names", stringList.toString());
+
+ JSONObject request_body = new JSONObject();
+ try {
+ // TODO get gender % age from medical_id in Firebase and put it in request_body (the tags are "gender" and "age")
+ request_body.put("gender", "male");
+ request_body.put("age", "20");
+ request_body.put("symptoms", new JSONArray(ids));
+ }
+ catch (JSONException e) {
+ e.printStackTrace();
+ }
+
+ request = new Request.Builder()
+ .url(getString(R.string.base_api_url)+"/diagnosis")
+ .post(RequestBody.create(request_body.toString(), MediaType.parse("application/json")))
+ .build();
+ client.newCall(request).enqueue(new Callback() {
+ @Override
+ public void onFailure(Call call, IOException e) {
+ e.printStackTrace();
+ }
+
+ @Override
+ public void onResponse(Call call, Response response) {
+ AddDiary.this.runOnUiThread(() -> {
+ try {
+ String tag = "diagnosis";
+ StringBuilder diagnosis = new StringBuilder();
+ JSONArray response_json = new JSONObject(response.body().string()).optJSONArray("conditions");
+ for (int i = 0; i < Objects.requireNonNull(response_json).length(); i++) {
+ JSONObject condition = response_json.optJSONObject(i);
+ String name = condition.optString("name");
+ double probability = condition.optDouble("probability");
+ if (!diagnosis.toString().isEmpty()) {
+ diagnosis.append(", ");
+ }
+ diagnosis.append(String.format("%s (%.2f%%)", name, probability));
+ }
+ if (response_json.length() > 0) {
+ map.put(tag, diagnosis.toString());
+
+ AlertDialog diagnosis_dialog = new AlertDialog.Builder(AddDiary.this)
+ .setTitle("Diagnosis")
+ .setView(R.layout.diagnosis_dialog)
+ .setPositiveButton("Close", (dialogInterface, i) -> addFirebase())
+ .show();
+
+ TextView diagnosis_text = diagnosis_dialog.findViewById(R.id.diagnosis);
+ diagnosis_text.setText(getString(R.string.bullet_point)+diagnosis.toString().replace(", ", "\n\n"+getString(R.string.bullet_point)));
+ }
+ else {
+ map.put(tag, getString(R.string.empty_text));
+ addFirebase();
+ }
+ }
+ catch (JSONException | IOException e) {
+ e.printStackTrace();
+ }
+ });
+ }
+ });
+ }
+ else if (title.getText().toString().isEmpty()) {
+ Toast.makeText(getApplicationContext(), "Please enter a title", Toast.LENGTH_SHORT).show();
+ }
+ });
+ }
+
+ @Override
+ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
+ int id = item.getItemId();
+ switch (id) {
+ case R.id.nav_home:
+ startActivity(new Intent(getApplicationContext(), MainMenu.class));
+ break;
+ case R.id.nav_signout:
+ FirebaseAuth.getInstance().signOut();
+ Intent intent = new Intent(getApplicationContext(), Login.class);
+ startActivity(intent);
+ finish();
+ Toasty.success(getApplicationContext(), "Logged Out!", Toast.LENGTH_LONG, true).show();
+ //Toast.makeText(getApplicationContext(), "Signed Out",Toast.LENGTH_LONG).show();
+ break;
+ case R.id.nav_diary:
+ Intent diary = new Intent(getApplicationContext(), Diary.class);
+ startActivity(diary);
+ break;
+ case R.id.nav_hospital:
+ startActivity(new Intent(getApplicationContext(), MapsActivity.class));
+ break;
+ case R.id.nav_symptom:
+ startActivity(new Intent(getApplicationContext(), FoodImageInput.class));
+ break;
+ case R.id.nav_remind:
+ startActivity(new Intent(getApplicationContext(), Reminder.class));
+ break;
+ case R.id.nav_id:
+ startActivity(new Intent(getApplicationContext(), MedicalId.class));
+ break;
+ case R.id.nav_share:
+ Intent sendIntent = new Intent();
+ sendIntent.setAction(Intent.ACTION_SEND);
+ sendIntent.putExtra(Intent.EXTRA_TEXT, "Download PocDoc Today!");
+ sendIntent.setType("text/plain");
+
+ Intent shareIntent = Intent.createChooser(sendIntent, null);
+ startActivity(shareIntent);
+ break;
+ }
+ drawerLayout.closeDrawer(GravityCompat.START);
+ return true;
+ }
+
+ @Override
+ public boolean onOptionsItemSelected(MenuItem item) {
+ if (toggle.onOptionsItemSelected(item)) {
+ return true;
+ }
+ return super.onOptionsItemSelected(item);
+ }
+
+ @Override
+ public void onBackPressed() {
+
+ if (drawerLayout.isDrawerOpen(GravityCompat.START)) {
+ drawerLayout.closeDrawer(GravityCompat.START);
+ } else {
+ super.onBackPressed();
+ }
+ }
+
+ BottomNavigationView.OnNavigationItemSelectedListener navigationItemSelectedListener = item -> {
+ switch (item.getItemId()) {
+ case R.id.home_diary_nav:
+ Intent intent = new Intent(getApplicationContext(), Diary.class);
+ startActivity(intent);
+ finish();
+ return true;
+ case R.id.add_diary_nav:
+ return true;
+ }
+ return false;
+ };
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/arnav/pocdoc/AddReminder.java b/app/src/main/java/com/arnav/pocdoc/AddReminder.java
new file mode 100644
index 0000000..40f0438
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/AddReminder.java
@@ -0,0 +1,84 @@
+package com.arnav.pocdoc;
+
+import android.os.Bundle;
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.Button;
+import android.widget.TimePicker;
+import android.widget.Toast;
+
+import com.google.android.material.textfield.TextInputEditText;
+import com.google.firebase.auth.FirebaseAuth;
+import com.google.firebase.database.DatabaseReference;
+import com.google.firebase.database.FirebaseDatabase;
+import com.jaredrummler.materialspinner.MaterialSpinner;
+
+import java.util.ArrayList;
+import java.util.List;
+import java.util.Objects;
+
+import androidx.fragment.app.Fragment;
+import ca.antonious.materialdaypicker.MaterialDayPicker;
+
+
+public class AddReminder extends Fragment {
+ TextInputEditText name, dosage;
+ MaterialSpinner pill_type_spinner;
+ MaterialDayPicker day_picker;
+ TimePicker time_picker;
+ Button add;
+
+ String[] pill_types;
+
+ DatabaseReference database;
+
+
+ @Override
+ public void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ pill_types = getResources().getStringArray(R.array.medication_types);
+ }
+
+ @Override
+ public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
+ View view = inflater.inflate(R.layout.fragment_add_reminder, container, false);
+
+ name = view.findViewById(R.id.add_reminder_medication_name);
+ dosage = view.findViewById(R.id.add_reminder_medication_dosage);
+ pill_type_spinner = view.findViewById(R.id.add_reminder_spinner);
+ day_picker = view.findViewById(R.id.add_reminder_day_picker);
+ time_picker = view.findViewById(R.id.add_reminder_time_picker);
+ add = view.findViewById(R.id.add_reminder_add_button);
+
+ database = FirebaseDatabase.getInstance().getReference("reminder").child(Objects.requireNonNull(FirebaseAuth.getInstance().getUid()));
+
+ pill_type_spinner.setItems(pill_types);
+
+ add.setOnClickListener(view1 -> {
+ String pill_type = pill_types[pill_type_spinner.getSelectedIndex()];
+ List selected_days = day_picker.getSelectedDays();
+
+ if (name.getText() != null && dosage.getText() != null && selected_days.size() > 0) {
+ ArrayList days = new ArrayList<>();
+ for (MaterialDayPicker.Weekday day : selected_days) {
+ days.add(day.name());
+ }
+ ReminderItem adding_reminder = new ReminderItem(name.getText().toString(), pill_type, dosage.getText().toString(), days.toString(), time_picker.getHour(), time_picker.getMinute(), "@drawable/"+(!pill_type.equals("blank") ? pill_type.toLowerCase() : "medication_blank"));
+
+ String id = database.push().getKey();
+
+ database.child(Objects.requireNonNull(id)).setValue(adding_reminder);
+
+ Reminder.scheduleNotification(id);
+
+ Toast.makeText(getContext(), "New Reminder Added", Toast.LENGTH_SHORT).show();
+ }
+ else {
+ Toast.makeText(getContext(), "Please answer all fields", Toast.LENGTH_SHORT).show();
+ }
+ });
+
+ return view;
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/arnav/pocdoc/Authentication/Login.java b/app/src/main/java/com/arnav/pocdoc/Authentication/Login.java
new file mode 100644
index 0000000..f070749
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/Authentication/Login.java
@@ -0,0 +1,194 @@
+package com.arnav.pocdoc.Authentication;
+
+import android.content.Intent;
+import android.os.Bundle;
+import android.text.TextUtils;
+import android.util.Log;
+import android.view.View;
+import android.widget.Button;
+import android.widget.EditText;
+import android.widget.Toast;
+
+import androidx.appcompat.app.AppCompatActivity;
+import com.arnav.pocdoc.MainMenu;
+import com.arnav.pocdoc.R;
+
+import com.google.android.gms.auth.api.signin.GoogleSignIn;
+import com.google.android.gms.auth.api.signin.GoogleSignInAccount;
+import com.google.android.gms.auth.api.signin.GoogleSignInClient;
+import com.google.android.gms.auth.api.signin.GoogleSignInOptions;
+import com.google.android.gms.common.SignInButton;
+import com.google.android.gms.common.api.ApiException;
+import com.google.android.gms.tasks.Task;
+import com.google.firebase.auth.AuthCredential;
+import com.google.firebase.auth.FirebaseAuth;
+import com.google.firebase.auth.FirebaseUser;
+import com.google.firebase.auth.GoogleAuthProvider;
+import es.dmoral.toasty.Toasty;
+import me.zhanghai.android.materialprogressbar.MaterialProgressBar;
+
+
+public class Login extends AppCompatActivity {
+ private static final String TAG = "EmailPassword";
+ Button register, signIn;
+ MaterialProgressBar bar;
+ EditText email, password;
+ SignInButton google;
+ private FirebaseAuth mAuth;
+ private GoogleSignInClient mGoogleSignInClient;
+ private static final int RC_SIGN_IN = 9001;
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_login);
+
+ register = findViewById(R.id.noaccount);
+ signIn = findViewById(R.id.yes);
+
+ bar = findViewById(R.id.bar);
+
+ email = findViewById(R.id.email_login);
+ password = findViewById(R.id.password_login);
+ google = findViewById(R.id.sign_in_button);
+
+ GoogleSignInOptions gso = new GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN)
+ .requestIdToken(getString(R.string.default_web_client_id))
+ .requestEmail()
+ .build();
+
+ mGoogleSignInClient = GoogleSignIn.getClient(this, gso);
+
+ mAuth = FirebaseAuth.getInstance();
+
+ register.setOnClickListener(view -> {
+ bar.setVisibility(View.VISIBLE);
+ Intent intent = new Intent(getApplicationContext(), Registration.class);
+ startActivity(intent);
+ bar.setVisibility(View.GONE);
+ });
+ signIn.setOnClickListener(view -> signIn());
+ google.setOnClickListener(view -> {
+ bar.setVisibility(View.VISIBLE);
+ signInWithGoogle();
+ });
+ }
+
+ private void signIn() {
+ String emailInput = email.getText().toString();
+ String passwordInput = password.getText().toString();
+ Log.d(TAG, "signIn:" + emailInput);
+ if (!validateForm()) {
+ return;
+ }
+
+ bar.setVisibility(View.VISIBLE);
+ mAuth.signInWithEmailAndPassword(emailInput, passwordInput)
+ .addOnCompleteListener(this, task -> {
+ if (task.isSuccessful()) {
+ // Sign in success, update UI with the signed-in user's information
+ Log.d(TAG, "signInWithEmail:success");
+ FirebaseUser user = mAuth.getCurrentUser();
+ Intent intent = new Intent(getApplicationContext(), MainMenu.class);
+ intent.putExtra("user", user);
+ startActivity(intent);
+ Toasty.success(getApplicationContext(), "Logged In Successfully", Toast.LENGTH_SHORT, true).show();
+ finish();
+ } else {
+ // If sign in fails, display a message to the user.
+ Log.w(TAG, "signInWithEmail:failure", task.getException());
+ Toasty.error(Login.this, "Authentication failed.",
+ Toast.LENGTH_SHORT, true).show();
+ }
+
+
+ bar.setVisibility(View.GONE);
+ });
+ }
+
+ @Override
+ public void onActivityResult(int requestCode, int resultCode, Intent data) {
+ super.onActivityResult(requestCode, resultCode, data);
+
+ // Result returned from launching the Intent from GoogleSignInApi.getSignInIntent(...);
+ if (requestCode == RC_SIGN_IN) {
+ Task task = GoogleSignIn.getSignedInAccountFromIntent(data);
+ try {
+ // Google Sign In was successful, authenticate with Firebase
+ GoogleSignInAccount account = task.getResult(ApiException.class);
+ Log.d(TAG, "firebaseAuthWithGoogle:" + account.getId());
+ firebaseAuthWithGoogle(account.getIdToken());
+ } catch (ApiException e) {
+ // Google Sign In failed, update UI appropriately
+ Log.w(TAG, "Google sign in failed", e);
+ // [START_EXCLUDE]
+ // [END_EXCLUDE]
+ }
+ }
+ }
+
+ private void firebaseAuthWithGoogle(String idToken) {
+ AuthCredential credential = GoogleAuthProvider.getCredential(idToken, null);
+ mAuth.signInWithCredential(credential)
+ .addOnCompleteListener(this, task -> {
+ if (task.isSuccessful()) {
+ // Sign in success, update UI with the signed-in user's information
+ Log.d(TAG, "signInWithCredential:success");
+ FirebaseUser user = mAuth.getCurrentUser();
+ Intent intent = new Intent(getApplicationContext(), MainMenu.class);
+ intent.putExtra("user", user);
+ Toasty.success(getApplicationContext(), "Authentication Successful.", Toast.LENGTH_SHORT, true).show();
+ startActivity(intent);
+ finish();
+ } else {
+ // If sign in fails, display a message to the user.
+ Log.w(TAG, "signInWithCredential:failure", task.getException());
+ Toasty.error(getApplicationContext(), "Authentication Failed.", Toast.LENGTH_SHORT, true).show();
+ }
+
+ // ...
+ });
+ }
+
+ private void signInWithGoogle(){
+ Intent signInIntent = mGoogleSignInClient.getSignInIntent();
+ startActivityForResult(signInIntent, RC_SIGN_IN);
+ }
+
+
+ public void forgetPassword(View view) {
+ String emailInput = email.getText().toString();
+ if (TextUtils.isEmpty(emailInput)) {
+ email.setError("Required.");
+ return;
+ }
+
+ mAuth.sendPasswordResetEmail(emailInput)
+ .addOnCompleteListener(task -> {
+ if (task.isSuccessful()) {
+ Log.d(TAG, "Email sent.");
+ Toasty.info(getApplicationContext(), "Password Reset Sent", Toast.LENGTH_LONG, true).show();
+ }
+ });
+
+ }
+
+ private boolean validateForm() {
+ boolean valid = true;
+ String emailInput = email.getText().toString();
+ if (TextUtils.isEmpty(emailInput)) {
+ email.setError("Required.");
+ valid = false;
+ } else {
+ email.setError(null);
+ }
+
+ String passwordInput = password.getText().toString();
+ if (passwordInput.isEmpty()) {
+ password.setError("Required.");
+ valid = false;
+ } else {
+ password.setError(null);
+ }
+ return valid;
+ }
+}
diff --git a/app/src/main/java/com/arnav/pocdoc/Authentication/Registration.java b/app/src/main/java/com/arnav/pocdoc/Authentication/Registration.java
new file mode 100644
index 0000000..8b3725c
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/Authentication/Registration.java
@@ -0,0 +1,235 @@
+package com.arnav.pocdoc.Authentication;
+
+import android.content.Intent;
+import android.os.Bundle;
+import android.text.TextUtils;
+import android.util.Log;
+import android.view.View;
+import android.widget.Button;
+import android.widget.EditText;
+import android.widget.Toast;
+import androidx.appcompat.app.AppCompatActivity;
+import com.arnav.pocdoc.Onboarding.Introduction;
+import com.arnav.pocdoc.R;
+import com.google.android.gms.auth.api.signin.GoogleSignIn;
+import com.google.android.gms.auth.api.signin.GoogleSignInAccount;
+import com.google.android.gms.auth.api.signin.GoogleSignInClient;
+import com.google.android.gms.auth.api.signin.GoogleSignInOptions;
+import com.google.android.gms.common.SignInButton;
+import com.google.android.gms.common.api.ApiException;
+import com.google.android.gms.tasks.Task;
+import com.google.firebase.auth.AuthCredential;
+import com.google.firebase.auth.FirebaseAuth;
+import com.google.firebase.auth.FirebaseUser;
+import com.google.firebase.auth.GoogleAuthProvider;
+import com.google.firebase.database.DatabaseReference;
+import com.google.firebase.database.FirebaseDatabase;
+import es.dmoral.toasty.Toasty;
+import me.zhanghai.android.materialprogressbar.MaterialProgressBar;
+
+import java.util.Random;
+
+public class Registration extends AppCompatActivity {
+ private static final String TAG = "EmailPassword";
+ Button login, register;
+ MaterialProgressBar bar;
+ EditText email, password, firstName, lastName, confirmPassword;
+ SignInButton google;
+ private FirebaseAuth mAuth;
+ private GoogleSignInClient mGoogleSignInClient;
+ private static final int RC_SIGN_IN = 9001;
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_registration);
+
+ login = findViewById(R.id.haveaccount);
+ register = findViewById(R.id.register);
+
+ bar = findViewById(R.id.regbar);
+
+ email = findViewById(R.id.email_reg);
+ password = findViewById(R.id.password_reg);
+ firstName = findViewById(R.id.firstname);
+ lastName = findViewById(R.id.lastname);
+ confirmPassword = findViewById(R.id.confirm);
+ google = findViewById(R.id.sign_up_button);
+
+ GoogleSignInOptions gso = new GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN)
+ .requestIdToken(getString(R.string.default_web_client_id))
+ .requestEmail()
+ .build();
+
+ mGoogleSignInClient = GoogleSignIn.getClient(this, gso);
+
+ mAuth = FirebaseAuth.getInstance();
+
+ register.setOnClickListener(view -> createAccount());
+
+ google.setOnClickListener(view -> {
+ bar.setVisibility(View.VISIBLE);
+ signUpWithGoogle();
+ });
+
+ login.setOnClickListener(view -> {
+ bar.setVisibility(View.VISIBLE);
+ Intent intent = new Intent(getApplicationContext(), Login.class);
+ startActivity(intent);
+ bar.setVisibility(View.GONE);
+ });
+
+ }
+
+ @Override
+ public void onActivityResult(int requestCode, int resultCode, Intent data) {
+ super.onActivityResult(requestCode, resultCode, data);
+
+ // Result returned from launching the Intent from GoogleSignInApi.getSignInIntent(...);
+ if (requestCode == RC_SIGN_IN) {
+ Task task = GoogleSignIn.getSignedInAccountFromIntent(data);
+ try {
+ // Google Sign In was successful, authenticate with Firebase
+ GoogleSignInAccount account = task.getResult(ApiException.class);
+ Log.d(TAG, "firebaseAuthWithGoogle:" + account.getId());
+ initializeMedicalID(account.getEmail());
+ firebaseAuthWithGoogle(account.getIdToken());
+ } catch (ApiException e) {
+ // Google Sign In failed, update UI appropriately
+ Log.w(TAG, "Google sign in failed", e);
+ }
+ }
+ }
+
+ private void firebaseAuthWithGoogle(String idToken) {
+ AuthCredential credential = GoogleAuthProvider.getCredential(idToken, null);
+ mAuth.signInWithCredential(credential)
+ .addOnCompleteListener(this, task -> {
+ if (task.isSuccessful()) {
+ // Sign in success, update UI with the signed-in user's information
+ Log.d(TAG, "signInWithCredential:success");
+ FirebaseUser user = mAuth.getCurrentUser();
+ Toasty.success(getApplicationContext(), "You Registered Successfully", Toast.LENGTH_SHORT, true).show();
+ Intent intent = new Intent(getApplicationContext(), Introduction.class);
+ intent.putExtra("user", user);
+ startActivity(intent);
+ bar.setVisibility(View.GONE);
+ finish();
+ } else {
+ // If sign in fails, display a message to the user.
+ Log.w(TAG, "signInWithCredential:failure", task.getException());
+ bar.setVisibility(View.GONE);
+ Toasty.error(getApplicationContext(), "Sign Up Failed.", Toast.LENGTH_SHORT, true).show();
+ }
+ });
+ }
+
+ private void initializeMedicalID(String email) {
+ // Initialize values for Medical ID
+ String empty_text = getString(R.string.empty_text);
+ DatabaseReference reference = FirebaseDatabase.getInstance().getReference().child("medical_id").child(FirebaseAuth.getInstance().getUid());
+
+ Random generator = new Random();
+ StringBuilder id = new StringBuilder();
+ for (int i=0; i < 8; i++) {
+ id.append(generator.nextInt(10));
+ }
+
+ reference.child("patientID").setValue(id.toString());
+ reference.child("location").setValue(empty_text);
+ reference.child("email").setValue(email);
+ reference.child("insurance").setValue(empty_text);
+
+ reference.child("age").setValue("20");
+ reference.child("gender").setValue("male");
+ reference.child("height").setValue(empty_text);
+ reference.child("weight").setValue(empty_text);
+ reference.child("bloodType").setValue(empty_text);
+ reference.child("race").setValue(empty_text);
+
+ reference.child("conditions").setValue(empty_text);
+ reference.child("familyHistory").setValue(empty_text);
+ reference.child("bloodPressure").setValue(empty_text);
+ reference.child("sugar").setValue(empty_text);
+ reference.child("allergies").setValue(empty_text);
+ reference.child("habits").setValue(empty_text);
+ reference.child("otc").setValue(empty_text);
+ reference.child("rx").setValue(empty_text);
+ }
+
+ private void createAccount(){
+ String emailInput = email.getText().toString();
+ String passwordInput = password.getText().toString();
+ Log.d(TAG, "createAccount:" + emailInput);
+ if (!validateForm()) {
+ return;
+ }
+
+ bar.setVisibility(View.VISIBLE);
+ mAuth.createUserWithEmailAndPassword(emailInput, passwordInput)
+ .addOnCompleteListener(this, task -> {
+ if (task.isSuccessful()) {
+ // Sign in success, update UI with the signed-in user's information
+ Log.d(TAG, "createUserWithEmail:success");
+ FirebaseUser user = mAuth.getCurrentUser();
+
+ initializeMedicalID(emailInput);
+
+ Intent intent = new Intent(getApplicationContext(), Introduction.class);
+ intent.putExtra("user", user);
+ startActivity(intent);
+ bar.setVisibility(View.GONE);
+ Toasty.success(getApplicationContext(), "Signed Up Successfully.", Toast.LENGTH_SHORT, true).show();
+ finish();
+ } else {
+ // If sign in fails, display a message to the user.
+ Log.w(TAG, "createUserWithEmail:failure", task.getException());
+ bar.setVisibility(View.GONE);
+ Toasty.error(Registration.this, "Authentication failed.", Toast.LENGTH_SHORT, true).show();
+ }
+ bar.setVisibility(View.GONE);
+ });
+ }
+
+ private void signUpWithGoogle(){
+ Intent signInIntent = mGoogleSignInClient.getSignInIntent();
+ startActivityForResult(signInIntent, RC_SIGN_IN);
+ }
+
+ private boolean validateForm() {
+ boolean valid = true;
+
+ String emailInput = email.getText().toString();
+ if (TextUtils.isEmpty(emailInput)) {
+ email.setError("Required.");
+ valid = false;
+ } else {
+ email.setError(null);
+ }
+
+ String passwordInput = password.getText().toString();
+ if (passwordInput.isEmpty()) {
+ password.setError("Required.");
+ valid = false;
+ } else {
+ password.setError(null);
+ }
+
+ String confirmInput = confirmPassword.getText().toString();
+ if (confirmInput.isEmpty()){
+ confirmPassword.setError("Required.");
+ valid = false;
+ } else {
+ confirmPassword.setError(null);
+ }
+
+ if (!passwordInput.equals(confirmInput)){
+ confirmPassword.setError("Password Does Not Match");
+ valid = false;
+ } else {
+ confirmPassword.setError(null);
+ }
+
+
+ return valid;
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/arnav/pocdoc/Diary.java b/app/src/main/java/com/arnav/pocdoc/Diary.java
new file mode 100644
index 0000000..f2c4468
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/Diary.java
@@ -0,0 +1,238 @@
+package com.arnav.pocdoc;
+
+import android.annotation.SuppressLint;
+import android.content.Intent;
+import android.os.Bundle;
+import android.view.LayoutInflater;
+import android.view.MenuItem;
+import android.view.View;
+import android.view.ViewGroup;
+import android.view.animation.AnimationUtils;
+import android.widget.EditText;
+import android.widget.ImageView;
+import android.widget.RelativeLayout;
+import android.widget.TextView;
+import android.widget.Toast;
+
+import androidx.annotation.NonNull;
+import androidx.appcompat.app.ActionBarDrawerToggle;
+import androidx.appcompat.app.AppCompatActivity;
+import androidx.appcompat.widget.Toolbar;
+import androidx.core.view.GravityCompat;
+import androidx.drawerlayout.widget.DrawerLayout;
+import androidx.recyclerview.widget.LinearLayoutManager;
+import androidx.recyclerview.widget.RecyclerView;
+import es.dmoral.toasty.Toasty;
+
+import com.arnav.pocdoc.Authentication.Login;
+import com.arnav.pocdoc.FoodAllergy.FoodImageInput;
+import com.arnav.pocdoc.maps.MapsActivity;
+import com.firebase.ui.database.FirebaseRecyclerAdapter;
+import com.firebase.ui.database.FirebaseRecyclerOptions;
+import com.google.android.material.bottomnavigation.BottomNavigationView;
+import com.google.android.material.dialog.MaterialAlertDialogBuilder;
+import com.google.android.material.navigation.NavigationView;
+import com.google.firebase.auth.FirebaseAuth;
+import com.google.firebase.database.FirebaseDatabase;
+import com.google.firebase.database.Query;
+
+import java.util.Objects;
+
+public class Diary extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener {
+
+ RecyclerView DiaryRecyclerView;
+ @SuppressLint("StaticFieldLeak")
+ EditText search;
+ BottomNavigationView bottomNavigationView;
+ DrawerLayout drawerLayout;
+ NavigationView navigationView;
+ Toolbar toolbar;
+ ActionBarDrawerToggle toggle;
+
+ private FirebaseRecyclerAdapter adapter;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_diary);
+
+ DiaryRecyclerView = findViewById(R.id.diary_rw);
+ search = findViewById(R.id.search_diary_recycle);
+
+ bottomNavigationView = findViewById(R.id.bottom_navigation_diary);
+ bottomNavigationView.setSelectedItemId(R.id.home_diary_nav);
+ bottomNavigationView.setOnNavigationItemSelectedListener(navigationItemSelectedListener);
+ drawerLayout = findViewById(R.id.drawer_layout_diary);
+ navigationView = findViewById(R.id.nav_view_diary);
+ toolbar = findViewById(R.id.toolbar_diary);
+
+ setSupportActionBar(toolbar);
+ Objects.requireNonNull(getSupportActionBar()).setDisplayShowTitleEnabled(true);
+ navigationView.bringToFront();
+ navigationView.setNavigationItemSelectedListener(this);
+ toggle = new ActionBarDrawerToggle(this, drawerLayout, R.string.navigation_drawer_open, R.string.navigation_drawer_close);
+ drawerLayout.addDrawerListener(toggle);
+ toggle.syncState();
+ navigationView.setCheckedItem(R.id.nav_diary);
+
+ DiaryRecyclerView.setLayoutManager(new LinearLayoutManager(this));
+ DiaryRecyclerView.setHasFixedSize(true);
+ fetch();
+
+ }
+
+ BottomNavigationView.OnNavigationItemSelectedListener navigationItemSelectedListener = item -> {
+ switch (item.getItemId()) {
+ case R.id.home_diary_nav:
+ return true;
+ case R.id.add_diary_nav:
+ Intent intent = new Intent(getApplicationContext(), AddDiary.class);
+ startActivity(intent);
+ return true;
+ }
+ return false;
+ };
+
+ private void fetch(){
+ Query query = FirebaseDatabase.getInstance()
+ .getReference()
+ .child("diary").child(Objects.requireNonNull(FirebaseAuth.getInstance().getUid()));
+
+ FirebaseRecyclerOptions options =
+ new FirebaseRecyclerOptions.Builder()
+ .setQuery(query, snapshot -> new DiaryItem(
+ Objects.requireNonNull(snapshot.child("title").getValue()).toString(),
+ Objects.requireNonNull(snapshot.child("content").getValue()).toString(),
+ Objects.requireNonNull(snapshot.child("date").getValue()).toString(),
+ Objects.requireNonNull(snapshot.child("color").getValue()).toString(),
+ Objects.requireNonNull(snapshot.child("symptoms").getValue()).toString(),
+ Objects.requireNonNull(snapshot.child("diagnosis").getValue()).toString()))
+ .build();
+
+
+ adapter = new FirebaseRecyclerAdapter(options) {
+ @NonNull
+ @Override
+ public DiaryViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) {
+ View layout;
+ layout = LayoutInflater.from(getApplicationContext()).inflate(R.layout.item_card, parent, false);
+ return new DiaryViewHolder(layout);
+ }
+
+ @Override
+ public void onBindViewHolder(@NonNull DiaryViewHolder holder, int position, DiaryItem diaryItem) {
+ holder.status.setAnimation(AnimationUtils.loadAnimation(getApplicationContext(), R.anim.fade_transition_animation));
+ holder.container.setAnimation(AnimationUtils.loadAnimation(getApplicationContext(), R.anim.fade_scale_animation));
+
+ holder.title.setText(diaryItem.getTitle());
+ holder.content.setText(diaryItem.getContent());
+ holder.date.setText(diaryItem.getDate());
+ holder.status.setImageResource(getResources().getIdentifier(diaryItem.alertLevel , "drawable", getPackageName()));
+
+ String symptoms = diaryItem.getSymptoms();
+ symptoms = symptoms.substring(1, symptoms.length()-1);
+
+ StringBuilder details = new StringBuilder();
+ details.append("Date: ").append(diaryItem.getDate())
+ .append("\n\nTitle: ").append(diaryItem.getTitle())
+ .append("\n\nNotes: ").append(diaryItem.getContent())
+ .append("\n\nExperienced Symptoms: ").append(symptoms)
+ .append("\n\nDiagnosis: ").append(diaryItem.getDiagnosis());
+
+ holder.itemView.setOnClickListener(view -> new MaterialAlertDialogBuilder(Diary.this)
+ .setTitle("Details")
+ .setMessage(details)
+ .setIcon(getResources().getIdentifier(diaryItem.alertLevel , "drawable", getPackageName()))
+ .setPositiveButton("OK", null)
+ .show());
+ }
+ };
+ DiaryRecyclerView.setAdapter(adapter);
+ }
+ @Override
+ protected void onStart() {
+ super.onStart();
+ adapter.startListening();
+ }
+
+ @Override
+ protected void onStop() {
+ super.onStop();
+ adapter.stopListening();
+ }
+ public static class DiaryViewHolder extends RecyclerView.ViewHolder{
+ TextView title, content, date;
+ ImageView status;
+ RelativeLayout container;
+
+ public DiaryViewHolder(@NonNull View itemView) {
+ super(itemView);
+ title = itemView.findViewById(R.id.tv_title);
+ content = itemView.findViewById(R.id.tv_desc);
+ date = itemView.findViewById(R.id.tv_date);
+ status = itemView.findViewById(R.id.img_status_card);
+ container = itemView.findViewById(R.id.diary_content_container);
+ }
+ }
+
+ @Override
+ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
+ int id = item.getItemId();
+ switch (id) {
+ case R.id.nav_home:
+ startActivity(new Intent(getApplicationContext(), MainMenu.class));
+ break;
+ case R.id.nav_signout:
+ FirebaseAuth.getInstance().signOut();
+ Intent intent = new Intent(getApplicationContext(), Login.class);
+ startActivity(intent);
+ finish();
+ Toasty.success(getApplicationContext(), "Logged Out!", Toast.LENGTH_LONG, true).show();
+ //Toast.makeText(getApplicationContext(), "Signed Out",Toast.LENGTH_LONG).show();
+ break;
+ case R.id.nav_diary:
+ break;
+ case R.id.nav_hospital:
+ startActivity(new Intent(getApplicationContext(), MapsActivity.class));
+ break;
+ case R.id.nav_symptom:
+ startActivity(new Intent(getApplicationContext(), FoodImageInput.class));
+ break;
+ case R.id.nav_remind:
+ startActivity(new Intent(getApplicationContext(), Reminder.class));
+ break;
+ case R.id.nav_id:
+ startActivity(new Intent(getApplicationContext(), MedicalId.class));
+ break;
+ case R.id.nav_share:
+ Intent sendIntent = new Intent();
+ sendIntent.setAction(Intent.ACTION_SEND);
+ sendIntent.putExtra(Intent.EXTRA_TEXT, "Download PocDoc Today!");
+ sendIntent.setType("text/plain");
+
+ Intent shareIntent = Intent.createChooser(sendIntent, null);
+ startActivity(shareIntent);
+ break;
+ }
+ drawerLayout.closeDrawer(GravityCompat.START);
+ return true;
+ }
+
+ @Override
+ public boolean onOptionsItemSelected(MenuItem item) {
+ if (toggle.onOptionsItemSelected(item)) {
+ return true;
+ }
+ return super.onOptionsItemSelected(item);
+ }
+
+ @Override
+ public void onBackPressed() {
+
+ if (drawerLayout.isDrawerOpen(GravityCompat.START)) {
+ drawerLayout.closeDrawer(GravityCompat.START);
+ } else {
+ super.onBackPressed();
+ }
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/arnav/pocdoc/DiaryItem.java b/app/src/main/java/com/arnav/pocdoc/DiaryItem.java
new file mode 100644
index 0000000..dd6f361
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/DiaryItem.java
@@ -0,0 +1,62 @@
+package com.arnav.pocdoc;
+
+class DiaryItem {
+ String title, content, date, alertLevel, symptoms, diagnosis;
+
+ public DiaryItem(String title, String content, String date, String alertLevel, String symptoms, String diagnosis) {
+ this.title = title;
+ this.content = content;
+ this.date = date;
+ this.alertLevel = alertLevel;
+ this.symptoms = symptoms;
+ this.diagnosis = diagnosis;
+ }
+
+ public String getTitle() {
+ return title;
+ }
+
+ public void setTitle(String title) {
+ this.title = title;
+ }
+
+ public String getContent() {
+ return content;
+ }
+
+ public void setContent(String content) {
+ this.content = content;
+ }
+
+ public String getDate() {
+ return date;
+ }
+
+ public void setDate(String date) {
+ this.date = date;
+ }
+
+ public String getAlertLevel() {
+ return alertLevel;
+ }
+
+ public void setAlertLevel(String alertLevel) {
+ this.alertLevel = alertLevel;
+ }
+
+ public String getSymptoms() {
+ return symptoms;
+ }
+
+ public void setSymptoms(String symptomsRecycler) {
+ this.symptoms = symptomsRecycler;
+ }
+
+ public String getDiagnosis() {
+ return diagnosis;
+ }
+
+ public void setDiagnosis(String diagnosis) {
+ this.diagnosis = diagnosis;
+ }
+}
diff --git a/app/src/main/java/com/arnav/pocdoc/FoodAllergy/FoodAllergyResult.java b/app/src/main/java/com/arnav/pocdoc/FoodAllergy/FoodAllergyResult.java
new file mode 100644
index 0000000..ff54fc7
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/FoodAllergy/FoodAllergyResult.java
@@ -0,0 +1,300 @@
+package com.arnav.pocdoc.FoodAllergy;
+
+import androidx.annotation.NonNull;
+import androidx.annotation.RequiresApi;
+import androidx.appcompat.app.ActionBarDrawerToggle;
+import androidx.appcompat.app.AppCompatActivity;
+import androidx.appcompat.widget.Toolbar;
+import androidx.core.view.GravityCompat;
+import androidx.drawerlayout.widget.DrawerLayout;
+import es.dmoral.toasty.Toasty;
+import io.grpc.Channel;
+
+import android.Manifest;
+import android.annotation.SuppressLint;
+import android.content.Context;
+import android.content.Intent;
+import android.content.pm.PackageManager;
+import android.database.Cursor;
+import android.net.Uri;
+import android.os.AsyncTask;
+import android.os.Build;
+import android.os.Bundle;
+import android.provider.MediaStore;
+import android.util.Log;
+import android.view.MenuItem;
+import android.view.View;
+import android.widget.Button;
+import android.widget.ImageView;
+import android.widget.ProgressBar;
+import android.widget.TextView;
+import android.widget.Toast;
+
+import com.arnav.pocdoc.Authentication.Login;
+import com.arnav.pocdoc.Diary;
+import com.arnav.pocdoc.MainMenu;
+import com.arnav.pocdoc.MedicalId;
+import com.arnav.pocdoc.R;
+import com.arnav.pocdoc.Reminder;
+import com.arnav.pocdoc.maps.MapsActivity;
+import com.clarifai.channel.ClarifaiChannel;
+import com.clarifai.credentials.ClarifaiCallCredentials;
+import com.clarifai.grpc.api.Concept;
+import com.clarifai.grpc.api.Data;
+import com.clarifai.grpc.api.Image;
+import com.clarifai.grpc.api.Input;
+import com.clarifai.grpc.api.MultiOutputResponse;
+import com.clarifai.grpc.api.PostModelOutputsRequest;
+import com.clarifai.grpc.api.V2Grpc;
+import com.clarifai.grpc.api.status.StatusCode;
+import com.google.android.material.navigation.NavigationView;
+import com.google.firebase.auth.FirebaseAuth;
+import com.google.protobuf.ByteString;
+
+import java.io.File;
+import java.io.IOException;
+import java.nio.file.Files;
+import java.nio.file.Path;
+import java.nio.file.Paths;
+import java.util.ArrayList;
+import java.util.List;
+import java.util.Objects;
+
+public class FoodAllergyResult extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener {
+ Button results, retry;
+ ImageView food_image;
+ ProgressBar progress;
+ TextView ai_result;
+ NavigationView navigationView;
+ DrawerLayout drawerLayout;
+ Toolbar toolbar;
+ ActionBarDrawerToggle toggle;
+ public static final List list = FoodImageInput.listArray;
+ public static final ArrayList percentage = new ArrayList<>();
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_food_allergy_result);
+ results = findViewById(R.id.results);
+ retry = findViewById(R.id.retry_allergy);
+ food_image = findViewById(R.id.food_image_results);
+ ai_result = findViewById(R.id.results_food);
+ progress = findViewById(R.id.progress_ai);
+
+ Intent intent = getIntent();
+ String imageUri = intent.getStringExtra("image");
+
+ drawerLayout = findViewById(R.id.drawer_layout_foodout);
+ navigationView = findViewById(R.id.nav_view_foodout);
+ toolbar = findViewById(R.id.toolbar_foodout);
+
+ setSupportActionBar(toolbar);
+ Objects.requireNonNull(getSupportActionBar()).setDisplayShowTitleEnabled(true);
+ navigationView.bringToFront();
+ navigationView.setNavigationItemSelectedListener(this);
+ toggle = new ActionBarDrawerToggle(this, drawerLayout, R.string.navigation_drawer_open, R.string.navigation_drawer_close);
+ drawerLayout.addDrawerListener(toggle);
+ toggle.syncState();
+
+ food_image.setImageURI(Uri.parse(imageUri));
+
+ retry.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ Intent intent = new Intent(getApplicationContext(), FoodImageInput.class);
+ startActivity(intent);
+ finish();
+ }
+ });
+ results.setOnClickListener(new View.OnClickListener() {
+ @RequiresApi(api = Build.VERSION_CODES.O)
+ @Override
+ public void onClick(View view) {
+ ClarifaiPost asyncTask = new ClarifaiPost();
+ asyncTask.execute();
+ }
+ });
+ }
+
+ @SuppressLint("StaticFieldLeak")
+ public class ClarifaiPost extends AsyncTask> {
+
+ @Override
+ protected void onPreExecute() {
+ super.onPreExecute();
+ progress.setVisibility(View.VISIBLE);
+
+ if (checkSelfPermission(Manifest.permission.WRITE_EXTERNAL_STORAGE)
+ != PackageManager.PERMISSION_GRANTED) {
+
+ // Should we show an explanation?
+ if (shouldShowRequestPermissionRationale(
+ Manifest.permission.WRITE_EXTERNAL_STORAGE)) {
+ // Explain to the user why we need to read the contacts
+ Toast.makeText(getApplicationContext(), "Cannot Analyze without Permission", Toast.LENGTH_LONG).show();
+ return;
+ }
+
+ requestPermissions(new String[]{Manifest.permission.WRITE_EXTERNAL_STORAGE},
+ 1);
+ }
+ }
+
+ @RequiresApi(api = Build.VERSION_CODES.O)
+ @Override
+ protected ArrayList doInBackground(Void... voids) {
+ String imageUri = getIntent().getExtras().getString("image");
+ File imageFile = new File(Objects.requireNonNull(Uri.parse(imageUri).getPath()));
+ if (imageUri == null) {
+ Toast.makeText(getApplicationContext(), "Not Found", Toast.LENGTH_LONG).show();
+ return null;
+ }
+ Uri image = Uri.parse(imageUri);
+ Log.i("URI", image.toString());
+ Path pathNew = Paths.get(getRealPathFromUri(getApplicationContext(), image));
+ Log.i("URI", pathNew.toString());
+
+ Channel channel = ClarifaiChannel.INSTANCE.getJsonChannel();
+ V2Grpc.V2BlockingStub stub = V2Grpc.newBlockingStub(channel)
+ .withCallCredentials(new ClarifaiCallCredentials("YOUR_CLARIFAI_CREDENTIALS"));
+
+ MultiOutputResponse response = null;
+ try {
+ response = stub.postModelOutputs(
+ PostModelOutputsRequest.newBuilder()
+ .setModelId("YOUR_MODEL_ID")
+ .addInputs(
+ Input.newBuilder().setData(
+ Data.newBuilder().setImage(
+ Image.newBuilder().setBase64(ByteString.copyFrom(Files.readAllBytes(pathNew)))
+ )
+ )
+ )
+ .build());
+ } catch (IOException e) {
+ e.printStackTrace();
+ }
+ if (response.getStatus().getCode() != StatusCode.SUCCESS) {
+ throw new RuntimeException("Request failed, status: " + response.getStatus());
+ }
+
+ final ArrayList matches = new ArrayList<>();
+ for (Concept c : response.getOutputs(0).getData().getConceptsList()) {
+
+ for (int i = 0; i < response.getOutputsCount(); i++) {
+
+ matches.add(c.getName().toUpperCase());
+ percentage.add(Math.round(c.getValue() * 100) + "%");
+ }
+
+ String s = String.format("%12s: %,.2f", c.getName(), c.getValue());
+ Log.i("ANALYSIS", s);
+ }
+ return matches;
+ }
+
+ @Override
+ protected void onPostExecute(ArrayList matches) {
+ super.onPostExecute(matches);
+
+ if (matches.size() == 0 || matches.isEmpty()){
+ Toast.makeText(getApplicationContext(), "Error", Toast.LENGTH_LONG).show();
+ progress.setVisibility(View.GONE);
+ } else {
+ int arraySize = matches.size();
+ ai_result.setText("");
+ for (int i = 0; i < arraySize; i++) {
+ for (int j = 0; j < list.size(); j++) {
+ if (list.get(j).toUpperCase().contains(matches.get(i))){
+ ai_result.append("There is a possibility of: " + matches.get(i) + " at a " + percentage.get(i));
+ ai_result.append("\n");
+ }
+ }
+ }
+ if (ai_result == null || ai_result.length() == 0) {
+ ai_result.append("There are no visible allergic threats");
+ }
+ progress.setVisibility(View.GONE);
+ }
+
+ }
+ }
+
+ public static String getRealPathFromUri(Context context, Uri contentUri) {
+ Cursor cursor = null;
+ try {
+ String[] proj = { MediaStore.Images.Media.DATA };
+ cursor = context.getContentResolver().query(contentUri, proj, null, null, null);
+ assert cursor != null;
+ int column_index = cursor.getColumnIndexOrThrow(MediaStore.Images.Media.DATA);
+ cursor.moveToFirst();
+ return cursor.getString(column_index);
+ } finally {
+ if (cursor != null) {
+ cursor.close();
+ }
+ }
+ }
+ @Override
+ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
+ int id = item.getItemId();
+ switch (id) {
+ case R.id.nav_home:
+ startActivity(new Intent(getApplicationContext(), MainMenu.class));
+ break;
+ case R.id.nav_signout:
+ FirebaseAuth.getInstance().signOut();
+ Intent intent = new Intent(getApplicationContext(), Login.class);
+ startActivity(intent);
+ finish();
+ Toasty.success(getApplicationContext(), "Logged Out!", Toast.LENGTH_LONG, true).show();
+ //Toast.makeText(getApplicationContext(), "Signed Out",Toast.LENGTH_LONG).show();
+ break;
+ case R.id.nav_diary:
+ Intent diary = new Intent(getApplicationContext(), Diary.class);
+ startActivity(diary);
+ break;
+ case R.id.nav_hospital:
+ startActivity(new Intent(getApplicationContext(), MapsActivity.class));
+ break;
+ case R.id.nav_symptom:
+ startActivity(new Intent(getApplicationContext(), FoodImageInput.class));
+ break;
+ case R.id.nav_remind:
+ startActivity(new Intent(getApplicationContext(), Reminder.class));
+ break;
+ case R.id.nav_id:
+ startActivity(new Intent(getApplicationContext(), MedicalId.class));
+ break;
+ case R.id.nav_share:
+ Intent sendIntent = new Intent();
+ sendIntent.setAction(Intent.ACTION_SEND);
+ sendIntent.putExtra(Intent.EXTRA_TEXT, "Download PocDoc Today!");
+ sendIntent.setType("text/plain");
+
+ Intent shareIntent = Intent.createChooser(sendIntent, null);
+ startActivity(shareIntent);
+ break;
+ }
+ drawerLayout.closeDrawer(GravityCompat.START);
+ return true;
+ }
+
+ @Override
+ public boolean onOptionsItemSelected(MenuItem item) {
+ if (toggle.onOptionsItemSelected(item)) {
+ return true;
+ }
+ return super.onOptionsItemSelected(item);
+ }
+
+ @Override
+ public void onBackPressed() {
+
+ if (drawerLayout.isDrawerOpen(GravityCompat.START)) {
+ drawerLayout.closeDrawer(GravityCompat.START);
+ } else {
+ super.onBackPressed();
+ }
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/arnav/pocdoc/FoodAllergy/FoodImageInput.java b/app/src/main/java/com/arnav/pocdoc/FoodAllergy/FoodImageInput.java
new file mode 100644
index 0000000..6f6a2f6
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/FoodAllergy/FoodImageInput.java
@@ -0,0 +1,192 @@
+package com.arnav.pocdoc.FoodAllergy;
+
+import androidx.annotation.NonNull;
+import androidx.appcompat.app.ActionBarDrawerToggle;
+import androidx.appcompat.app.AppCompatActivity;
+import androidx.appcompat.widget.Toolbar;
+import androidx.core.view.GravityCompat;
+import androidx.drawerlayout.widget.DrawerLayout;
+import es.dmoral.toasty.Toasty;
+
+import android.content.Intent;
+import android.net.Uri;
+import android.os.Bundle;
+import android.provider.MediaStore;
+import android.util.Log;
+import android.view.MenuItem;
+import android.view.View;
+import android.widget.Button;
+import android.widget.ImageView;
+import android.widget.Toast;
+
+import com.androidbuts.multispinnerfilter.KeyPairBoolData;
+import com.androidbuts.multispinnerfilter.MultiSpinnerSearch;
+import com.androidbuts.multispinnerfilter.MultiSpinnerListener;
+
+import com.arnav.pocdoc.Authentication.Login;
+import com.arnav.pocdoc.Diary;
+import com.arnav.pocdoc.MainActivity;
+import com.arnav.pocdoc.MainMenu;
+import com.arnav.pocdoc.MedicalId;
+import com.arnav.pocdoc.R;
+import com.arnav.pocdoc.Reminder;
+import com.arnav.pocdoc.maps.MapsActivity;
+import com.google.android.material.navigation.NavigationView;
+import com.google.firebase.auth.FirebaseAuth;
+
+import java.util.ArrayList;
+import java.util.List;
+import java.util.Objects;
+
+public class FoodImageInput extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener{
+ ImageView imageView;
+ Button upload, next;
+ private static final int PICK_IMAGE = 100;
+ Uri imageUri;
+ NavigationView navigationView;
+ DrawerLayout drawerLayout;
+ Toolbar toolbar;
+ ActionBarDrawerToggle toggle;
+
+ public static final List listArray = new ArrayList();
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_food_image_input);
+ MultiSpinnerSearch searchSpinner = findViewById(R.id.allergies_list_spinner);
+ imageView = findViewById(R.id.food_image);
+ upload = findViewById(R.id.buttonLoadPicture);
+ next = findViewById(R.id.next_image_allergy);
+
+ drawerLayout = findViewById(R.id.drawer_layout_foodin);
+ navigationView = findViewById(R.id.nav_view_foodin);
+ toolbar = findViewById(R.id.toolbar_foodin);
+
+ setSupportActionBar(toolbar);
+ Objects.requireNonNull(getSupportActionBar()).setDisplayShowTitleEnabled(true);
+ navigationView.bringToFront();
+ navigationView.setNavigationItemSelectedListener(this);
+ toggle = new ActionBarDrawerToggle(this, drawerLayout, R.string.navigation_drawer_open, R.string.navigation_drawer_close);
+ drawerLayout.addDrawerListener(toggle);
+ toggle.syncState();
+ navigationView.setCheckedItem(R.id.nav_symptom);
+
+
+ final List list = MainActivity.foods;
+
+
+ searchSpinner.setItems(list, new MultiSpinnerListener() {
+ @Override
+ public void onItemsSelected(List items) {
+
+ for(int i=0; i options = new FirebaseRecyclerOptions.Builder()
+ .setQuery(query, snapshot -> new ReminderItem(
+ Objects.requireNonNull(snapshot.child("name").getValue()).toString(),
+ Objects.requireNonNull(snapshot.child("type").getValue()).toString(),
+ Objects.requireNonNull(snapshot.child("dosage").getValue()).toString(),
+ Objects.requireNonNull(snapshot.child("repeat").getValue()).toString(),
+ Integer.parseInt(Objects.requireNonNull(snapshot.child("remindHour").getValue()).toString()),
+ Integer.parseInt(Objects.requireNonNull(snapshot.child("remindMinute").getValue()).toString()),
+ Objects.requireNonNull(snapshot.child("imageResource").getValue()).toString()
+ ))
+ .build();
+ adapter = new FirebaseRecyclerAdapter(options) {
+ @NotNull
+ @Override
+ public ReminderViewHolder onCreateViewHolder(@NotNull ViewGroup parent, int viewType) {
+ return new ReminderViewHolder(LayoutInflater.from(Objects.requireNonNull(getContext()).getApplicationContext()).inflate(R.layout.reminder_card, parent, false));
+ }
+
+ @Override
+ protected void onBindViewHolder(@NotNull HomeReminder.ReminderViewHolder holder, int position, @NotNull ReminderItem model) {
+ String repeat = model.getRepeat();
+
+ holder.medication_name.setText("Medication Name: "+model.getName());
+ holder.type.setText("Medication Type: "+model.getType());
+ holder.dosage.setText("Dosage: "+model.getDosage());
+ holder.repeat.setText("Days: "+repeat.substring(1, repeat.length()-1));
+ holder.reminder_time.setText("Time: "+String.format("%d:%02d", model.getRemindHour(), model.getRemindMinute()));
+ holder.pill_image.setImageResource(getResources().getIdentifier(model.getImageResource(), "drawable", Objects.requireNonNull(getContext()).getPackageName()));
+ }
+ };
+ recycler.setAdapter(adapter);
+ }
+
+ public static class ReminderViewHolder extends RecyclerView.ViewHolder {
+ TextView medication_name, type, dosage, repeat, reminder_time;
+ ImageView pill_image;
+
+ public ReminderViewHolder(View itemView) {
+ super(itemView);
+
+ medication_name = itemView.findViewById(R.id.reminder_medication_name);
+ type = itemView.findViewById(R.id.reminder_type);
+ dosage = itemView.findViewById(R.id.reminder_dosage);
+ repeat = itemView.findViewById(R.id.reminder_repeat);
+ reminder_time = itemView.findViewById(R.id.reminder_time);
+ pill_image = itemView.findViewById(R.id.reminder_pill_image);
+ }
+ }
+}
diff --git a/app/src/main/java/com/arnav/pocdoc/MainActivity.java b/app/src/main/java/com/arnav/pocdoc/MainActivity.java
new file mode 100644
index 0000000..7a83949
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/MainActivity.java
@@ -0,0 +1,137 @@
+package com.arnav.pocdoc;
+
+
+import android.content.Context;
+import android.content.Intent;
+import android.os.Bundle;
+import android.util.Log;
+import android.widget.ImageView;
+import android.widget.Toast;
+
+import com.airbnb.lottie.LottieAnimationView;
+import com.androidbuts.multispinnerfilter.KeyPairBoolData;
+import com.arnav.pocdoc.Authentication.Login;
+
+
+import org.json.JSONArray;
+import org.json.JSONException;
+import org.json.JSONObject;
+
+import java.io.IOException;
+import java.io.InputStream;
+import java.nio.charset.StandardCharsets;
+import java.util.ArrayList;
+import java.util.List;
+import java.util.Timer;
+import java.util.TimerTask;
+
+import androidx.appcompat.app.AppCompatActivity;
+import okhttp3.*;
+
+
+public class MainActivity extends AppCompatActivity {
+ImageView logo, bg, title;
+LottieAnimationView lottieAnimationView;
+
+Context context;
+
+OkHttpClient client = new OkHttpClient();
+Request request;
+static final ArrayList symptoms = new ArrayList<>();
+public static final List foods = new ArrayList<>();
+public static ArrayList getSymptoms() {
+ return symptoms;
+}
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_main);
+ context = this;
+
+
+ request = new Request.Builder()
+ .url(getString(R.string.base_api_url)+"/symptoms")
+ .get()
+ .build();
+
+ context = this;
+
+
+ try {
+ JSONArray jArray = new JSONArray(loadJSONFromAsset());
+
+ Log.e("MAINACTIVITY", "JSON ARRAY CREATED");
+ for (int i = 0; i < jArray.length(); i++) {
+ JSONObject jo_inside = jArray.getJSONObject(i);
+ KeyPairBoolData obj = new KeyPairBoolData();
+ obj.setName(jo_inside.getString("foods").toUpperCase());
+ obj.setId(i + 1);
+ obj.setSelected(false);
+ foods.add(obj);
+ }
+ }
+ catch (JSONException e) {
+ e.printStackTrace();
+ }
+
+
+ client.newCall(request).enqueue(new Callback() {
+ @Override
+ public void onFailure(Call call, IOException e) {
+ runOnUiThread(() -> {
+ e.printStackTrace();
+ Toast.makeText(getApplicationContext(), "Check your internet connection", Toast.LENGTH_SHORT).show();
+ });
+ }
+
+ @Override
+ public void onResponse(Call call, Response response) throws IOException {
+ try {
+ JSONArray response_json = new JSONObject(response.body().string()).optJSONArray("symptoms");
+ for (int i=0; i < response_json.length(); i++) {
+ JSONObject symptom = response_json.getJSONObject(i);
+ String id = symptom.optString("id");
+ String name = symptom.optString("name");
+ symptoms.add(new Symptom(id, name));
+ }
+ } catch (JSONException exception) {
+ exception.printStackTrace();
+ }
+
+ }
+ });
+ logo = findViewById(R.id.logo_splash);
+ bg = findViewById(R.id.bg_splash);
+ title = findViewById(R.id.title_splash);
+ lottieAnimationView = findViewById(R.id.animation_view);
+
+ bg.animate().translationY(-4000).setDuration(1500).setStartDelay(4000);
+ logo.animate().translationY(3000).setDuration(1500).setStartDelay(4000);
+ title.animate().translationY(3000).setDuration(1500).setStartDelay(4000);
+ lottieAnimationView.animate().translationY(3000).setDuration(1500).setStartDelay(4000);
+
+ new Timer().schedule(new TimerTask() {
+ @Override
+ public void run() {
+
+ MainActivity.this.runOnUiThread(() -> startActivity(new Intent(MainActivity.this, Login.class)));
+
+ }
+ }, 6000);
+ }
+ public String loadJSONFromAsset() {
+ String json = null;
+ try {
+ InputStream is = this.getAssets().open("foods.json");
+ int size = is.available();
+ byte[] buffer = new byte[size];
+ is.read(buffer);
+ is.close();
+ json = new String(buffer, StandardCharsets.UTF_8);
+ } catch (IOException ex) {
+ ex.printStackTrace();
+ return null;
+ }
+ return json;
+ }
+}
diff --git a/app/src/main/java/com/arnav/pocdoc/MainMenu.java b/app/src/main/java/com/arnav/pocdoc/MainMenu.java
new file mode 100644
index 0000000..45b672c
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/MainMenu.java
@@ -0,0 +1,200 @@
+package com.arnav.pocdoc;
+
+import android.content.DialogInterface;
+import android.content.Intent;
+import android.net.Uri;
+import android.os.Bundle;
+import android.view.MenuItem;
+import android.view.View;
+
+import android.widget.Button;
+import android.widget.Toast;
+
+
+import com.arnav.pocdoc.FoodAllergy.FoodImageInput;
+import com.arnav.pocdoc.maps.MapsActivity;
+
+
+import com.arnav.pocdoc.Authentication.Login;
+import com.google.android.gms.auth.api.signin.GoogleSignInClient;
+import com.google.android.material.dialog.MaterialAlertDialogBuilder;
+import com.google.android.material.navigation.NavigationView;
+import com.google.firebase.auth.FirebaseAuth;
+
+import java.util.Objects;
+
+
+import androidx.annotation.NonNull;
+import androidx.appcompat.app.ActionBarDrawerToggle;
+import androidx.appcompat.app.AppCompatActivity;
+import androidx.appcompat.widget.Toolbar;
+import androidx.cardview.widget.CardView;
+import androidx.core.view.GravityCompat;
+import androidx.drawerlayout.widget.DrawerLayout;
+
+import es.dmoral.toasty.Toasty;
+
+
+public class MainMenu extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener {
+
+ DrawerLayout drawerLayout;
+ NavigationView navigationView;
+ Toolbar toolbar;
+ ActionBarDrawerToggle toggle;
+ CardView emergency;
+ Button med_diary, reminder, locator, allergy;
+
+ Button go_remind;
+
+ private GoogleSignInClient mGoogleSignInClient;
+
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_main_menu);
+
+ drawerLayout = findViewById(R.id.drawer_layout);
+ navigationView = findViewById(R.id.nav_view);
+ toolbar = findViewById(R.id.toolbar);
+ emergency = findViewById(R.id.emergency_call);
+ med_diary = findViewById(R.id.go_diary);
+ locator = findViewById(R.id.go_locator);
+ allergy = findViewById(R.id.go_symptom);
+ go_remind = findViewById(R.id.go_reminder);
+
+
+ navigationView.bringToFront();
+ navigationView.setNavigationItemSelectedListener(this);
+ setSupportActionBar(toolbar);
+ Objects.requireNonNull(getSupportActionBar()).setDisplayShowTitleEnabled(false);
+ navigationView.bringToFront();
+ navigationView.setNavigationItemSelectedListener(this);
+ toggle = new ActionBarDrawerToggle(this, drawerLayout, R.string.navigation_drawer_open, R.string.navigation_drawer_close);
+ drawerLayout.addDrawerListener(toggle);
+ toggle.syncState();
+ navigationView.setCheckedItem(R.id.nav_home);
+
+ emergency.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ showEmergencyDialog();
+ }
+ });
+
+ med_diary.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ startActivity(new Intent(getApplicationContext(), Diary.class));
+ }
+ });
+ locator.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ startActivity(new Intent(getApplicationContext(), MapsActivity.class));
+ }
+ });
+ allergy.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ startActivity(new Intent(getApplicationContext(), FoodImageInput.class));
+ }
+ });
+ go_remind.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ Intent intent = new Intent(getApplicationContext(), Reminder.class);
+ startActivity(intent);
+ }
+ });
+ }
+
+ @Override
+ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
+ int id = item.getItemId();
+ switch (id) {
+ case R.id.nav_home:
+ break;
+ case R.id.nav_signout:
+ FirebaseAuth.getInstance().signOut();
+ Intent intent = new Intent(getApplicationContext(), Login.class);
+ startActivity(intent);
+ finish();
+ Toasty.success(getApplicationContext(), "Logged Out!", Toast.LENGTH_LONG, true).show();
+ //Toast.makeText(getApplicationContext(), "Signed Out",Toast.LENGTH_LONG).show();
+ break;
+ case R.id.nav_diary:
+ Intent diary = new Intent(getApplicationContext(), Diary.class);
+ startActivity(diary);
+ break;
+ case R.id.nav_hospital:
+ startActivity(new Intent(getApplicationContext(), MapsActivity.class));
+ break;
+ case R.id.nav_symptom:
+ startActivity(new Intent(getApplicationContext(), FoodImageInput.class));
+ break;
+ case R.id.nav_remind:
+ startActivity(new Intent(getApplicationContext(), Reminder.class));
+ break;
+ case R.id.nav_id:
+ startActivity(new Intent(getApplicationContext(), MedicalId.class));
+ break;
+ case R.id.nav_share:
+ Intent sendIntent = new Intent();
+ sendIntent.setAction(Intent.ACTION_SEND);
+ sendIntent.putExtra(Intent.EXTRA_TEXT, "Download PocDoc Today!");
+ sendIntent.setType("text/plain");
+
+ Intent shareIntent = Intent.createChooser(sendIntent, null);
+ startActivity(shareIntent);
+ break;
+ }
+ drawerLayout.closeDrawer(GravityCompat.START);
+ return true;
+ }
+
+ @Override
+ public boolean onOptionsItemSelected(MenuItem item) {
+ if (toggle.onOptionsItemSelected(item)) {
+ return true;
+ }
+ return super.onOptionsItemSelected(item);
+ }
+
+ @Override
+ public void onBackPressed() {
+
+ if (drawerLayout.isDrawerOpen(GravityCompat.START)) {
+ drawerLayout.closeDrawer(GravityCompat.START);
+ } else {
+ super.onBackPressed();
+ }
+ }
+
+
+ public void showEmergencyDialog() {
+ new MaterialAlertDialogBuilder(this)
+ .setTitle(R.string.dialog_emg_title)
+ .setMessage("Are you sure you want to make a call to emergency services?")
+ .setNegativeButton("Cancel", new DialogInterface.OnClickListener() {
+
+ @Override
+ public void onClick(DialogInterface dialogInterface, int i) {
+ dialogInterface.dismiss();
+ }
+ })
+ .setPositiveButton("Call", new DialogInterface.OnClickListener() {
+ @Override
+ public void onClick(DialogInterface dialogInterface, int i) {
+ // TODO replace with 911
+ String dial = "tel:911";
+ Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse(dial));
+ startActivity(intent);
+ dialogInterface.dismiss();
+ }
+ })
+ .show();
+
+ }
+
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/arnav/pocdoc/MedicalId.java b/app/src/main/java/com/arnav/pocdoc/MedicalId.java
new file mode 100644
index 0000000..243d629
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/MedicalId.java
@@ -0,0 +1,322 @@
+package com.arnav.pocdoc;
+
+import android.app.Dialog;
+import android.content.Context;
+import android.content.Intent;
+import android.os.Bundle;
+import android.util.AttributeSet;
+import android.view.View;
+import android.widget.Button;
+import android.widget.ProgressBar;
+import android.widget.TextView;
+import androidx.appcompat.app.AppCompatActivity;
+
+import com.google.firebase.auth.FirebaseAuth;
+import com.google.firebase.database.DataSnapshot;
+import com.google.firebase.database.DatabaseError;
+import com.google.firebase.database.FirebaseDatabase;
+import com.google.firebase.database.ValueEventListener;
+import com.ramotion.foldingcell.FoldingCell;
+import net.steamcrafted.loadtoast.LoadToast;
+
+import java.util.Objects;
+
+import static android.graphics.Color.GRAY;
+
+public class MedicalId extends AppCompatActivity {
+ Button patient_edit, general_edit, medical_edit, continue_med_id;
+
+ // Patient Info
+ TextView location, patient_id, email, insurance;
+ // General
+ TextView age, gender, height, weight, blood_type, race;
+ // Medical
+ TextView conditions, family_history, blood_pressure, blood_sugar, allergies, habits, medication, medication_names;
+
+ Dialog loading_dialog;
+ MedicalIdEdit edit_dialog;
+
+ ProgressBar loading_bar;
+
+ Context context;
+
+ protected void open_dialog(String name, Bundle data) {
+ edit_dialog = new MedicalIdEdit(name, data, loading_dialog);
+ loading_dialog.show();
+ edit_dialog.show(getSupportFragmentManager(), "medical_id_edit");
+ }
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_medical_id);
+
+ final FoldingCell patient = findViewById(R.id.patient_info);
+ final FoldingCell general = findViewById(R.id.general_cell);
+ final FoldingCell medical = findViewById(R.id.medical_cell);
+ patient_edit = findViewById(R.id.patient_edit);
+ general_edit = findViewById(R.id.general_edit);
+ medical_edit = findViewById(R.id.medical_edit);
+ continue_med_id = findViewById(R.id.continue_med_id);
+
+ location = findViewById(R.id.location_id);
+ patient_id = findViewById(R.id.patient_id);
+ email = findViewById(R.id.email_med);
+ insurance = findViewById(R.id.insurance_med);
+
+ age = findViewById(R.id.age_id);
+ gender = findViewById(R.id.gender_id);
+ height = findViewById(R.id.height_id);
+ weight = findViewById(R.id.weight_id);
+ blood_type = findViewById(R.id.blood_id);
+ race = findViewById(R.id.race_id);
+
+ conditions = findViewById(R.id.condition_id);
+ family_history= findViewById(R.id.family_id);
+ blood_pressure = findViewById(R.id.pressure_id);
+ blood_sugar = findViewById(R.id.sugar_id);
+ allergies = findViewById(R.id.allergies_id);
+ habits = findViewById(R.id.habit_id);
+ medication = findViewById(R.id.otc_id);
+ medication_names = findViewById(R.id.rx_id);
+
+ loading_dialog = new Dialog(this);
+ loading_dialog.getWindow().setBackgroundDrawableResource(R.color.transparent);
+ loading_dialog.setCancelable(false);
+
+ loading_bar = new ProgressBar(this);
+
+ loading_dialog.setContentView(loading_bar);
+
+ context = MedicalId.this;
+ final LoadToast lt = new LoadToast(context);
+
+ patient.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+ patient.toggle(false);
+ }
+ });
+
+ patient_edit.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ Bundle data = new Bundle();
+ data.putSerializable("Location", new Object[]{R.drawable.ic_outline_pin_drop_24, "location"});
+ data.putSerializable("Patient ID", new Object[]{R.drawable.ic_outline_credit_card_24, "patientID"});
+ data.putSerializable("Email", new Object[]{R.drawable.ic_outline_email_24, "email"});
+ data.putSerializable("Insurance", new Object[]{R.drawable.ic_outline_verified_user_24, "insurance"});
+ open_dialog("Patient Information", data);
+ }
+ });
+
+ general.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ general.toggle(false);
+ }
+ });
+
+ general_edit.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ Bundle data = new Bundle();
+ data.putSerializable("Age", new Object[]{R.drawable.heart_blue, "age"});
+ data.putSerializable("Gender", new Object[]{R.drawable.gender_blue, "gender"});
+ data.putSerializable("Height", new Object[]{R.drawable.icons8_height_96, "height"});
+ data.putSerializable("Weight", new Object[]{R.drawable.icons8_scale_64, "weight"});
+ data.putSerializable("Blood Type", new Object[]{R.drawable.blue_blood, "bloodType"});
+ data.putSerializable("Race", new Object[]{R.drawable.icons8_multicultural_people_100, "race"});
+ open_dialog("General", data);
+ }
+ });
+
+ medical.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ medical.toggle(false);
+ }
+ });
+
+ medical_edit.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ Bundle data = new Bundle();
+ data.putSerializable("Conditions", new Object[]{R.drawable.icons8_medical_history_96, "conditions"});
+ data.putSerializable("Family History", new Object[]{R.drawable.icons8_family_96, "familyHistory"});
+ data.putSerializable("BP Level", new Object[]{R.drawable.icons8_pressure_30, "bloodPressure"});
+ data.putSerializable("Sugar", new Object[]{R.drawable.icons8_glucometer_30, "sugar"});
+ data.putSerializable("Allergies", new Object[]{R.drawable.icons8_sneeze_96, "allergies"});
+ data.putSerializable("Habits", new Object[]{R.drawable.icons8_no_food_96, "habits"});
+ data.putSerializable("OTC Medication", new Object[]{R.drawable.pill_hand, "otc"});
+ data.putSerializable("RX Medication Name", new Object[]{R.drawable.prescription, "rx"});
+ open_dialog("Medical", data);
+ }
+ });
+
+ continue_med_id.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ lt.setBorderColor(GRAY);
+ lt.setTranslationY(150);
+ lt.setText("Verifying...");
+ lt.show();
+ lt.success();
+ Intent intent = new Intent(getApplicationContext(), MainMenu.class);
+ startActivity(intent);
+ }
+ });
+ }
+
+ @Override
+ public View onCreateView(View parent, String name, Context context, AttributeSet attrs) {
+ FirebaseDatabase.getInstance().getReference().child("medical_id").child(Objects.requireNonNull(FirebaseAuth.getInstance().getUid())).addValueEventListener(new ValueEventListener() {
+ @Override
+ public void onDataChange(DataSnapshot snapshot) {
+ if(snapshot.child("location").exists() || !snapshot.child("location").getValue().toString().equals(R.string.empty_text)){
+ location.setText(snapshot.child("location").getValue().toString());
+ location.setText("Yes");
+ } else {
+ location.setText(R.string.empty_text);
+ }
+ if(snapshot.child("patientID").exists() || !snapshot.child("patientID").getValue().toString().equals(R.string.empty_text)){
+ patient_id.setText(snapshot.child("patientID").getValue().toString());
+ patient_id.setText("Yes");
+ } else {
+ patient_id.setText(R.string.empty_text);
+ }
+
+ if(snapshot.child("email").exists()){
+ email.setText(snapshot.child("email").getValue().toString());
+ email.setText("Yes");
+ } else {
+ email.setText(R.string.empty_text);
+ }
+
+
+
+ if(snapshot.child("insurance").exists()){
+ insurance.setText(snapshot.child("insurance").getValue().toString());
+ insurance.setText("Yes");
+ } else {
+ insurance.setText(R.string.empty_text);
+ }
+
+ if(snapshot.child("age").exists()){
+ age.setText(snapshot.child("age").getValue().toString());
+ age.setText("Yes");
+ } else {
+ age.setText(R.string.empty_text);
+ }
+
+ if(snapshot.child("gender").exists()){
+ gender.setText(snapshot.child("gender").getValue().toString());
+ gender.setText("Yes");
+ } else {
+ gender.setText(R.string.empty_text);
+ }
+
+ if(snapshot.child("height").exists()){
+ height.setText(snapshot.child("height").getValue().toString());
+ height.setText("Yes");
+ } else {
+ height.setText(R.string.empty_text);
+ }
+
+ if(snapshot.child("weight").exists()){
+ weight.setText(snapshot.child("weight").getValue().toString());
+ weight.setText("Yes");
+ } else {
+ weight.setText(R.string.empty_text);
+ }
+
+ if(snapshot.child("bloodType").exists()){
+ blood_type.setText(snapshot.child("bloodType").getValue().toString());
+ blood_type.setText("Yes");
+ } else {
+ blood_type.setText(R.string.empty_text);
+ }
+
+ if(snapshot.child("race").exists()){
+ race.setText(snapshot.child("race").getValue().toString());
+ race.setText("Yes");
+ } else {
+ race.setText(R.string.empty_text);
+ }
+
+
+
+ if(snapshot.child("conditions").exists()){
+ conditions.setText(snapshot.child("conditions").getValue().toString());
+ conditions.setText("Yes");
+ } else {
+ conditions.setText(R.string.empty_text);
+ }
+
+ if(snapshot.child("familyHistory").exists()){
+ family_history.setText(snapshot.child("familyHistory").getValue().toString());
+ family_history.setText("Yes");
+ } else {
+ family_history.setText(R.string.empty_text);
+ }
+
+ if(snapshot.child("bloodPressure").exists()){
+ blood_pressure.setText(snapshot.child("bloodPressure").getValue().toString());
+ blood_pressure.setText("Yes");
+ } else {
+ blood_pressure.setText(R.string.empty_text);
+ }
+
+ if(snapshot.child("sugar").exists()){
+ blood_sugar.setText(snapshot.child("sugar").getValue().toString());
+ blood_sugar.setText("Yes");
+ } else {
+ blood_sugar.setText(R.string.empty_text);
+ }
+
+ if(snapshot.child("allergies").exists()){
+ allergies.setText(snapshot.child("allergies").getValue().toString());
+ allergies.setText("Yes");
+ } else {
+ allergies.setText(R.string.empty_text);
+ }
+
+ if(snapshot.child("habits").exists()){
+ habits.setText(snapshot.child("habits").getValue().toString());
+ habits.setText("Yes");
+ } else {
+ habits.setText(R.string.empty_text);
+ }
+
+ if(snapshot.child("atc").exists()){
+ medication.setText(snapshot.child("atc").getValue().toString());
+ medication.setText("Yes");
+ } else {
+ medication.setText(R.string.empty_text);
+ }
+
+ if(snapshot.child("rx").exists()){
+ medication_names.setText(snapshot.child("rx").getValue().toString());
+ medication_names.setText("Yes");
+ } else {
+ medication_names.setText(R.string.empty_text);
+ }
+
+
+
+
+
+
+
+
+// medication_names.setText(snapshot.child("rx").getValue().toString());
+ }
+
+ @Override
+ public void onCancelled(DatabaseError error) {
+ }
+ });
+
+ return super.onCreateView(parent, name, context, attrs);
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/arnav/pocdoc/MedicalIdEdit.java b/app/src/main/java/com/arnav/pocdoc/MedicalIdEdit.java
new file mode 100644
index 0000000..e39a8bd
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/MedicalIdEdit.java
@@ -0,0 +1,193 @@
+package com.arnav.pocdoc;
+
+import android.app.Dialog;
+import android.content.Context;
+import android.graphics.Bitmap;
+import android.graphics.Color;
+import android.graphics.drawable.BitmapDrawable;
+import android.graphics.drawable.Drawable;
+import android.graphics.drawable.VectorDrawable;
+import android.os.Bundle;
+import android.view.ContextThemeWrapper;
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.Button;
+import android.widget.LinearLayout;
+import android.widget.TextView;
+import android.widget.Toast;
+import androidx.core.content.ContextCompat;
+import androidx.fragment.app.DialogFragment;
+import com.google.android.material.textfield.TextInputEditText;
+import com.google.android.material.textfield.TextInputLayout;
+import com.google.firebase.auth.FirebaseAuth;
+import com.google.firebase.database.*;
+
+import java.util.ArrayList;
+import java.util.Objects;
+import java.util.regex.Pattern;
+
+
+class Field extends TextInputLayout {
+ TextInputEditText input;
+ String firebase_id;
+
+ Field(final Context context, String hint, Drawable icon, String id) {
+ super(new ContextThemeWrapper(context, R.style.Widget_MaterialComponents_TextInputLayout_OutlinedBox), null, 0);
+
+ input = new TextInputEditText(getContext());
+ firebase_id = id;
+
+ setHint(hint);
+ setStartIconDrawable(icon);
+ setBoxBackgroundMode(TextInputLayout.BOX_BACKGROUND_OUTLINE);
+ setPadding(25, 25, 25, 25);
+
+ input.setTextColor(Color.BLACK);
+ FirebaseDatabase.getInstance().getReference().child("medical_id").child(Objects.requireNonNull(FirebaseAuth.getInstance().getUid())).child(firebase_id).addValueEventListener(new ValueEventListener() {
+ @Override
+ public void onDataChange(DataSnapshot snapshot) {
+ if (snapshot.exists()) {
+ input.setText(snapshot.getValue().toString());
+ }
+ }
+
+ @Override
+ public void onCancelled(DatabaseError error) {
+ }
+ });
+
+ addView(input);
+ }
+
+ protected String getText() {
+ return Objects.requireNonNull(input.getText()).toString();
+ }
+
+ protected String getFirebaseId() {
+ return firebase_id;
+ }
+}
+
+
+public class MedicalIdEdit extends DialogFragment {
+ LinearLayout scrollview;
+ TextView section_textview;
+ Button cancel_button, save_button;
+
+ String section;
+ Bundle data;
+ ArrayList fields = new ArrayList<>();
+
+ Dialog loading_dialog;
+
+ MedicalIdEdit(String section, Bundle data, Dialog loading_dialog) {
+ this.section = section;
+ this.data = data;
+ this.loading_dialog = loading_dialog;
+ }
+
+ private String title(String string) {
+ String empty = getString(R.string.empty_text);
+ if (!string.isEmpty() && !string.equals(empty)) {
+ string = string.trim();
+ char first = string.charAt(0);
+ String rest = string.substring(1);
+ return Character.toUpperCase(first)+rest.toLowerCase();
+ }
+ return empty;
+ }
+
+ private boolean save() {
+ boolean no_errors = true;
+ DatabaseReference reference = FirebaseDatabase.getInstance().getReference().child("medical_id").child(Objects.requireNonNull(FirebaseAuth.getInstance().getUid()));
+ for (Field field : fields) {
+ String id = field.getFirebaseId();
+ String text = title(field.getText());
+ String empty = getString(R.string.empty_text);
+
+ boolean isGender = id.equals("gender");
+ boolean isAge = id.equals("age");
+ boolean gender = isGender && (text.equals("Male") || text.equals("Female") || text.equals(empty));
+ boolean age = isAge && (Pattern.compile("^[0-9]+$", Pattern.CASE_INSENSITIVE).matcher(text).find() || text.equals(empty));
+
+ if (gender || age || (!isGender && !isAge)) {
+ reference.child(id).setValue((id.equals("email") && !text.equals(empty)) ? text.toLowerCase() : text);
+ }
+ else if (isGender) {
+ no_errors = false;
+ Toast.makeText(getContext(), "Please enter \"Male\" or \"Female\" for gender", Toast.LENGTH_SHORT).show();
+ }
+ else if (isAge) {
+ no_errors = false;
+ Toast.makeText(getContext(), "Please enter an integer for age", Toast.LENGTH_SHORT).show();
+ }
+ }
+ return no_errors;
+ }
+
+ @Override
+ public void dismiss() {
+ loading_dialog.dismiss();
+ super.dismiss();
+ }
+
+ @Override
+ public void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setStyle(DialogFragment.STYLE_NORMAL, R.style.Theme_AppCompat_DialogWhenLarge);
+ }
+
+ @Override
+ public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
+ View view = inflater.inflate(R.layout.fragment_medical_id_edit, container, false);
+
+ section_textview = view.findViewById(R.id.medical_id_edit_section);
+ cancel_button = view.findViewById(R.id.medical_id_edit_cancel);
+ save_button = view.findViewById(R.id.medical_id_edit_save);
+ scrollview = view.findViewById(R.id.medical_id_info_scrollview);
+
+ section_textview.setText(this.section);
+
+ cancel_button.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ dismiss();
+ }
+ });
+
+ save_button.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ if (save()) {
+ Toast.makeText(getContext(), "Changes Saved", Toast.LENGTH_SHORT).show();
+ dismiss();
+ }
+ }
+ });
+
+ fields = new ArrayList<>();
+
+ for (String key : data.keySet()) {
+ Object[] values = (Object[]) data.get(key);
+
+ Drawable icon = ContextCompat.getDrawable(Objects.requireNonNull(getContext()), (int) values[0]);
+
+ if (! (icon instanceof VectorDrawable) && icon != null) {
+ Bitmap icon_bitmap = Bitmap.createScaledBitmap(((BitmapDrawable) icon).getBitmap(), 100, 100, false);
+ icon = new BitmapDrawable(getResources(), icon_bitmap);
+ }
+
+ Field field = new Field(scrollview.getContext(), key, icon, (String) values[1]);
+
+ if (field.getFirebaseId().equals("patientID")) {
+ field.input.setTextColor(Color.LTGRAY);
+ field.setEnabled(false);
+ }
+
+ fields.add(field);
+ scrollview.addView(field);
+ }
+ return view;
+ }
+}
diff --git a/app/src/main/java/com/arnav/pocdoc/Onboarding/Introduction.java b/app/src/main/java/com/arnav/pocdoc/Onboarding/Introduction.java
new file mode 100644
index 0000000..256f702
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/Onboarding/Introduction.java
@@ -0,0 +1,48 @@
+package com.arnav.pocdoc.Onboarding;
+
+import android.content.Intent;
+import android.graphics.Color;
+import android.os.Bundle;
+import androidx.appcompat.app.AppCompatActivity;
+import com.arnav.pocdoc.R;
+import com.ramotion.paperonboarding.PaperOnboardingEngine;
+import com.ramotion.paperonboarding.PaperOnboardingPage;
+
+import java.util.ArrayList;
+
+public class Introduction extends AppCompatActivity {
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_introduction);
+
+ PaperOnboardingEngine engine = new PaperOnboardingEngine(findViewById(R.id.onboardingRootView), getDataForOnboarding(), getApplicationContext());
+
+ engine.setOnRightOutListener(() -> {
+ //Add intent here
+ Intent intent = new Intent(getApplicationContext(), NotificationOnboard.class);
+ startActivity(intent);
+ //Toast.makeText(getApplicationContext(), "Swiped out right", Toast.LENGTH_SHORT).show();
+ });
+
+ }
+ private ArrayList getDataForOnboarding() {
+
+ PaperOnboardingPage scr1 = new PaperOnboardingPage("Hello, ", "Welcome to PocDoc, An Online Medical Helper",
+ Color.parseColor("#bff9ff"), R.drawable.welcome_pic, R.drawable.hospital);
+ PaperOnboardingPage scr2 = new PaperOnboardingPage("Diary", "Keep Track of Your Medical Events and Find a Possible Diagnosis",
+ Color.parseColor("#a6dde3"), R.drawable.diary_pic, R.drawable.diary);
+ PaperOnboardingPage scr3 = new PaperOnboardingPage("Allergy Finder", "Scan Foods to Find Possible Allergens using our AI Algorithm that classifies over 1,000 Foods",
+ Color.parseColor("#88c8cf"), R.drawable.symptom_pic, R.drawable.symptoms);
+ PaperOnboardingPage scr4 = new PaperOnboardingPage("Medication Reminder", "Reminder to Take Your Medications From Your Smartphone",
+ Color.parseColor("#76bdc4"), R.drawable.reminder_pic, R.drawable.reminder);
+
+ ArrayList elements = new ArrayList<>();
+ elements.add(scr1);
+ elements.add(scr2);
+ elements.add(scr3);
+ elements.add(scr4);
+ return elements;
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/arnav/pocdoc/Onboarding/NotificationOnboard.java b/app/src/main/java/com/arnav/pocdoc/Onboarding/NotificationOnboard.java
new file mode 100644
index 0000000..ee33eae
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/Onboarding/NotificationOnboard.java
@@ -0,0 +1,66 @@
+package com.arnav.pocdoc.Onboarding;
+
+import androidx.appcompat.app.AppCompatActivity;
+import androidx.vectordrawable.graphics.drawable.AnimatedVectorDrawableCompat;
+
+import android.content.Intent;
+import android.graphics.drawable.AnimatedVectorDrawable;
+import android.graphics.drawable.Drawable;
+import android.os.Bundle;
+import android.view.View;
+import android.widget.Button;
+import android.widget.ImageView;
+
+import com.arnav.pocdoc.MedicalId;
+import com.arnav.pocdoc.R;
+
+public class NotificationOnboard extends AppCompatActivity {
+
+ ImageView back, done, content, circle;
+ Button yes;
+
+ AnimatedVectorDrawableCompat avd;
+ AnimatedVectorDrawable avd2;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_notification_onboard);
+
+ back = findViewById(R.id.back_notification);
+ content = findViewById(R.id.content_notification);
+ done = findViewById(R.id.done);
+ yes = findViewById(R.id.yes);
+ circle = findViewById(R.id.circle);
+ content.setVisibility(View.VISIBLE);
+
+ back.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ Intent intent = new Intent(getApplicationContext(), Introduction.class);
+ startActivity(intent);
+ finish();
+ }
+ });
+
+ yes.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View view) {
+ content.setVisibility(View.INVISIBLE);
+ done.setVisibility(View.VISIBLE);
+ circle.setVisibility(View.VISIBLE);
+ Drawable drawable = done.getDrawable();
+
+ if (drawable instanceof AnimatedVectorDrawableCompat){
+ avd = (AnimatedVectorDrawableCompat) drawable;
+ avd.start();
+ } else if (drawable instanceof AnimatedVectorDrawable){
+ avd2 = (AnimatedVectorDrawable) drawable;
+ avd2.start();
+ }
+ startActivity(new Intent(getApplicationContext(), MedicalId.class));
+
+ }
+ });
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/arnav/pocdoc/Reminder.java b/app/src/main/java/com/arnav/pocdoc/Reminder.java
new file mode 100644
index 0000000..c5afac9
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/Reminder.java
@@ -0,0 +1,199 @@
+package com.arnav.pocdoc;
+
+import android.content.Context;
+import android.content.Intent;
+import android.os.Bundle;
+import android.os.PowerManager;
+import android.view.MenuItem;
+import android.widget.Toast;
+
+import com.allyants.notifyme.NotifyMe;
+import com.arnav.pocdoc.Authentication.Login;
+import com.arnav.pocdoc.FoodAllergy.FoodImageInput;
+import com.arnav.pocdoc.maps.MapsActivity;
+import com.google.android.material.navigation.NavigationView;
+import com.google.firebase.auth.FirebaseAuth;
+import com.google.firebase.database.DataSnapshot;
+import com.google.firebase.database.DatabaseError;
+import com.google.firebase.database.FirebaseDatabase;
+import com.google.firebase.database.ValueEventListener;
+import com.ismaeldivita.chipnavigation.ChipNavigationBar;
+
+import java.util.*;
+
+import androidx.annotation.NonNull;
+import androidx.appcompat.app.ActionBarDrawerToggle;
+import androidx.appcompat.app.AppCompatActivity;
+import androidx.appcompat.widget.Toolbar;
+import androidx.core.view.GravityCompat;
+import androidx.drawerlayout.widget.DrawerLayout;
+import androidx.fragment.app.Fragment;
+import es.dmoral.toasty.Toasty;
+
+public class Reminder extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener {
+ static Context context;
+
+ ChipNavigationBar chipNavigationBar;
+ DrawerLayout drawerLayout;
+ NavigationView navigationView;
+ Toolbar toolbar;
+ ActionBarDrawerToggle toggle;
+
+ public static void scheduleNotification(String id) {
+ FirebaseDatabase.getInstance().getReference().child("reminder").child(Objects.requireNonNull(FirebaseAuth.getInstance().getUid())).child(id).addValueEventListener(new ValueEventListener() {
+ @Override
+ public void onDataChange(DataSnapshot snapshot) {
+ String name = Objects.requireNonNull(snapshot.child("name").getValue()).toString();
+ String dosage = Objects.requireNonNull(snapshot.child("dosage").getValue()).toString();
+ String image = Objects.requireNonNull(snapshot.child("imageResource").getValue()).toString();
+ int hour = Integer.parseInt(Objects.requireNonNull(snapshot.child("remindHour").getValue()).toString());
+ int minute = Integer.parseInt(Objects.requireNonNull(snapshot.child("remindMinute").getValue()).toString());
+ String repeat = Objects.requireNonNull(snapshot.child("repeat").getValue()).toString();
+ ArrayList days = new ArrayList<>();
+
+ Collections.addAll(days, repeat.substring(1, repeat.length()-1).split(", "));
+
+ Calendar time = Calendar.getInstance();
+ String day = time.getDisplayName(Calendar.DAY_OF_WEEK, Calendar.LONG, Locale.getDefault());
+
+ if (!days.contains(Objects.requireNonNull(day).toUpperCase()) || time.get(Calendar.HOUR_OF_DAY) > hour || (time.get(Calendar.HOUR_OF_DAY) == hour && time.get(Calendar.MINUTE) >= minute)) {
+ do {
+ time.add(Calendar.DAY_OF_YEAR, 1);
+ day = time.getDisplayName(Calendar.DAY_OF_WEEK, Calendar.LONG, Locale.getDefault());
+ }
+ while (!days.contains(Objects.requireNonNull(day).toUpperCase()));
+ }
+
+ time.set(Calendar.HOUR_OF_DAY, hour);
+ time.set(Calendar.MINUTE, minute);
+ time.set(Calendar.SECOND, 0);
+
+ PowerManager power_manager = (PowerManager) context.getSystemService(POWER_SERVICE);
+ PowerManager.WakeLock wake_lock = null;
+ if (power_manager != null) {
+ wake_lock = power_manager.newWakeLock(PowerManager.FULL_WAKE_LOCK | PowerManager.ACQUIRE_CAUSES_WAKEUP | PowerManager.ON_AFTER_RELEASE, "PocDoc: reminder");
+ wake_lock.acquire(500);
+ }
+
+ new NotifyMe.Builder(context)
+ .title("Medication Reminder")
+ .content("It's time to take "+dosage+" of "+name)
+ .large_icon(context.getResources().getIdentifier(image, "drawable", context.getPackageName()))
+ .addAction(new Intent(context.getApplicationContext(), Reminder.class), "OK")
+ .time(time)
+ .build();
+
+ if (wake_lock != null) {
+ wake_lock.release();
+ }
+ }
+
+ @Override
+ public void onCancelled(DatabaseError error) {
+ }
+ });
+ }
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_reminder);
+
+ context = this;
+
+ chipNavigationBar = findViewById(R.id.bottom_reminder_nav);
+ drawerLayout = findViewById(R.id.drawer_layout_reminder);
+ navigationView = findViewById(R.id.nav_view_reminder);
+ toolbar = findViewById(R.id.toolbarReminder);
+ navigationView.bringToFront();
+ navigationView.setNavigationItemSelectedListener(this);
+ setSupportActionBar(toolbar);
+ Objects.requireNonNull(getSupportActionBar()).setDisplayShowTitleEnabled(true);
+ toggle = new ActionBarDrawerToggle(this, drawerLayout, R.string.navigation_drawer_open, R.string.navigation_drawer_close);
+ drawerLayout.addDrawerListener(toggle);
+ navigationView.setCheckedItem(R.id.nav_remind);
+ toggle.syncState();
+ chipNavigationBar.setItemEnabled(R.id.bottom_reminder_home, true);
+ getSupportFragmentManager().beginTransaction().replace(R.id.fragment_container, new HomeReminder()).commit();
+ bottomMenu();
+ }
+
+ private void bottomMenu() {
+ chipNavigationBar.setOnItemSelectedListener(i -> {
+ Fragment fragment = null;
+ switch (i) {
+ case R.id.bottom_reminder_home:
+ fragment = new HomeReminder();
+ break;
+ case R.id.bottom_reminder_edit:
+ fragment = new AddReminder();
+ break;
+ case R.id.bottom_reminder_help:
+ fragment = new HelpReminder();
+ break;
+ }
+ getSupportFragmentManager().beginTransaction().replace(R.id.fragment_container, fragment).commit();
+ });
+ }
+ @Override
+ public boolean onOptionsItemSelected(MenuItem item) {
+ if (toggle.onOptionsItemSelected(item)) {
+ return true;
+ }
+ return super.onOptionsItemSelected(item);
+ }
+
+ @Override
+ public void onBackPressed() {
+
+ if (drawerLayout.isDrawerOpen(GravityCompat.START)) {
+ drawerLayout.closeDrawer(GravityCompat.START);
+ } else {
+ super.onBackPressed();
+ }
+ }
+
+ @Override
+ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
+ switch (item.getItemId()) {
+ case R.id.nav_home:
+ startActivity(new Intent(getApplicationContext(), MainMenu.class));
+ break;
+ case R.id.nav_signout:
+ FirebaseAuth.getInstance().signOut();
+ Intent intent = new Intent(getApplicationContext(), Login.class);
+ startActivity(intent);
+ finish();
+ Toasty.success(getApplicationContext(), "Logged Out!", Toast.LENGTH_LONG, true).show();
+ //Toast.makeText(getApplicationContext(), "Signed Out",Toast.LENGTH_LONG).show();
+ break;
+ case R.id.nav_diary:
+ Intent diary = new Intent(getApplicationContext(), Diary.class);
+ startActivity(diary);
+ break;
+ case R.id.nav_hospital:
+ startActivity(new Intent(getApplicationContext(), MapsActivity.class));
+ break;
+ case R.id.nav_symptom:
+ startActivity(new Intent(getApplicationContext(), FoodImageInput.class));
+ break;
+ case R.id.nav_remind:
+ break;
+ case R.id.nav_id:
+ startActivity(new Intent(getApplicationContext(), MedicalId.class));
+ break;
+ case R.id.nav_share:
+ Intent sendIntent = new Intent();
+ sendIntent.setAction(Intent.ACTION_SEND);
+ sendIntent.putExtra(Intent.EXTRA_TEXT, "Download PocDoc Today!");
+ sendIntent.setType("text/plain");
+
+ Intent shareIntent = Intent.createChooser(sendIntent, null);
+ startActivity(shareIntent);
+ break;
+
+ }
+ drawerLayout.closeDrawer(GravityCompat.START);
+ return true;
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/java/com/arnav/pocdoc/ReminderItem.java b/app/src/main/java/com/arnav/pocdoc/ReminderItem.java
new file mode 100644
index 0000000..7d3de96
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/ReminderItem.java
@@ -0,0 +1,44 @@
+package com.arnav.pocdoc;
+
+public class ReminderItem {
+ String name, type, dosage, repeat, imageResource;
+ int remind_hour, remind_minute;
+
+ public ReminderItem(String name, String type, String dosage, String repeat, int reminder_hour, int reminder_minute, String imageResource) {
+ this.name = name;
+ this.type = type;
+ this.dosage = dosage;
+ this.remind_hour = reminder_hour;
+ this.remind_minute = reminder_minute;
+ this.imageResource = imageResource;
+ this.repeat = repeat;
+ }
+
+ public String getName() {
+ return name;
+ }
+
+ public String getType() {
+ return type;
+ }
+
+ public String getDosage() {
+ return dosage;
+ }
+
+ public String getRepeat() {
+ return repeat;
+ }
+
+ public int getRemindHour() {
+ return remind_hour;
+ }
+
+ public int getRemindMinute() {
+ return remind_minute;
+ }
+
+ public String getImageResource() {
+ return imageResource;
+ }
+}
diff --git a/app/src/main/java/com/arnav/pocdoc/Symptom.java b/app/src/main/java/com/arnav/pocdoc/Symptom.java
new file mode 100644
index 0000000..6b71f7a
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/Symptom.java
@@ -0,0 +1,27 @@
+package com.arnav.pocdoc;
+
+public class Symptom {
+ String id;
+ String name;
+
+ Symptom(String id, String name) {
+ this.id = id;
+ this.name = name;
+ }
+
+ public String getId() {
+ return id;
+ }
+
+ public void setId(String id) {
+ this.id = id;
+ }
+
+ public String getName() {
+ return name;
+ }
+
+ public void setName(String name) {
+ this.name = name;
+ }
+}
diff --git a/app/src/main/java/com/arnav/pocdoc/maps/ApiQuery.java b/app/src/main/java/com/arnav/pocdoc/maps/ApiQuery.java
new file mode 100644
index 0000000..75dad3d
--- /dev/null
+++ b/app/src/main/java/com/arnav/pocdoc/maps/ApiQuery.java
@@ -0,0 +1,136 @@
+package com.arnav.pocdoc.maps;
+
+import android.location.Location;
+import android.util.Log;
+
+import org.json.JSONArray;
+import org.json.JSONObject;
+
+import java.io.BufferedReader;
+import java.io.InputStream;
+import java.io.InputStreamReader;
+import java.net.HttpURLConnection;
+import java.net.URL;
+import java.util.ArrayList;
+
+public class ApiQuery {
+ private static String my_api_key="AIzaSyC2Tv4y-8BukviK1wAAHyDprfbFB8xaj6A";
+ private static Location location;
+ private static StringBuffer sbuff;
+ private static String cat;
+ private static ArrayList hospdetails;
+
+ public static ArrayList ping(Location loc,String category)
+ {
+ location=loc;
+ cat=category;
+ Thread thread = new Thread(new Runnable() {
+ @Override
+ public void run() {
+ ApiQuery.query();
+ }
+ });
+
+ thread.start();
+
+ while(thread.isAlive());
+
+ thread = new Thread(new Runnable() {
+ @Override
+ public void run() {
+
+ ApiQuery.stringToObjects();
+ }
+ });
+
+ thread.start();
+
+ while(thread.isAlive());
+
+ return hospdetails;
+ }
+
+ public static void query()
+ {
+ String q;
+
+ StringBuilder sb = new StringBuilder("https://maps.googleapis.com/maps/api/place/nearbysearch/json?");
+ sb.append("types="+cat);
+ sb.append("&location="+location.getLatitude()+","+location.getLongitude());
+ sb.append("&radius=3000");
+ sb.append("&key="+my_api_key);
+
+ q=sb.toString();
+
+ try {
+ URL url = new URL(q);
+ HttpURLConnection httpconn = (HttpURLConnection)url.openConnection();
+ InputStream inputStream = httpconn.getInputStream();
+ BufferedReader br = new BufferedReader(new InputStreamReader(inputStream));
+ StringBuffer buff = new StringBuffer();
+ String s="";
+
+ while((s=br.readLine())!=null)
+ {
+ buff.append(s);
+ }
+
+ sbuff=buff;
+ return;
+ }
+ catch(Exception e) {
+ Log.d("url exception", e.toString());
+ }
+
+ sbuff=null;
+ }
+
+ public static void stringToObjects() {
+ hospdetails = new ArrayList();
+
+ if (sbuff == null)
+ {
+ hospdetails=null;
+ return;
+ }
+
+ try {
+ JSONObject jsonobj = new JSONObject(sbuff.toString());
+ JSONArray jsonarray = jsonobj.getJSONArray("results");
+
+ for(int i=0; i results;
+ private Button searchbutton;
+ private ArrayList m;
+ private NiceSpinner sp;
+ DrawerLayout drawerLayout;
+ NavigationView navigationView;
+ Toolbar toolbar;
+ ActionBarDrawerToggle toggle;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_maps);
+ SupportMapFragment mapFragment = (SupportMapFragment) getSupportFragmentManager()
+ .findFragmentById(R.id.map);
+ mapFragment.getMapAsync(this);
+
+ searchbutton = (Button)findViewById(R.id.search);
+ drawerLayout = findViewById(R.id.drawer_layout_maps);
+ navigationView = findViewById(R.id.nav_view_maps);
+ toolbar = findViewById(R.id.toolbar_hospital_map);
+
+ setSupportActionBar(toolbar);
+ Objects.requireNonNull(getSupportActionBar()).setDisplayShowTitleEnabled(true);
+ navigationView.bringToFront();
+ navigationView.setNavigationItemSelectedListener(this);
+ toggle = new ActionBarDrawerToggle(this, drawerLayout, R.string.navigation_drawer_open, R.string.navigation_drawer_close);
+ drawerLayout.addDrawerListener(toggle);
+ toggle.syncState();
+ navigationView.setCheckedItem(R.id.nav_hospital);
+
+ sp = (NiceSpinner) findViewById(R.id.category);
+ String[] options = {"Hospital","Pharmacy"};
+ ArrayAdapter adapter = new ArrayAdapter(MapsActivity.this,android.R.layout.simple_spinner_item,options);
+ adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
+ sp.setAdapter(adapter);
+ }
+
+ /**
+ * Manipulates the map once available.
+ * This callback is triggered when the map is ready to be used.
+ * This is where we can add markers or lines, add listeners or move the camera. In this case,
+ * we just add a marker near Sydney, Australia.
+ * If Google Play services is not installed on the device, the user will be prompted to install
+ * it inside the SupportMapFragment. This method will only be triggered once the user has
+ * installed Google Play services and returned to the app.
+ */
+ @Override
+ public void onMapReady(GoogleMap googleMap) {
+ mMap = googleMap;
+ checkingPermissions();
+
+ searchbutton.setOnClickListener(new View.OnClickListener() {
+ @Override
+ public void onClick(View v) {
+
+ try {
+
+ runOnUiThread(new Runnable() {
+ @Override
+ public void run() {
+
+ location = mMap.getMyLocation();
+ mMap.clear();
+
+ if(location==null)
+ return;
+ currmarker = new MarkerOptions();
+ LatLng latlng = new LatLng(location.getLatitude(),location.getLongitude());
+ currmarker.position(latlng);
+ currmarker.title("My Location");
+ currmarker.icon(BitmapDescriptorFactory.defaultMarker(BitmapDescriptorFactory.HUE_AZURE));
+ currmarker.snippet("current location");
+ mMap.addMarker(currmarker);
+ mMap.animateCamera(CameraUpdateFactory.newLatLngZoom(latlng,15.0f));
+
+ results = ApiQuery.ping(location,sp.getSelectedItem().toString().toLowerCase());
+
+ if(results==null)
+ {
+ Toast.makeText(getApplicationContext(),"Result null",Toast.LENGTH_SHORT).show();
+ return;
+ }
+
+ if(results.size()==0)
+ Toast.makeText(getApplicationContext(),"Please try again in few moments",Toast.LENGTH_SHORT).show();
+
+ m=new ArrayList();
+
+ for(int i=0;i 0
+ && grantResults[0] == PackageManager.PERMISSION_GRANTED) {
+ mMap.setMyLocationEnabled(true);
+ } else {
+ Toast.makeText(this, "Cannot provide the location services", Toast.LENGTH_SHORT).show();
+ }
+ }
+ }
+
+
+ private boolean checkPlayServices() {
+ GoogleApiAvailability apiAvailability = GoogleApiAvailability.getInstance();
+ int resultCode = apiAvailability.isGooglePlayServicesAvailable(this);
+
+ if (resultCode != ConnectionResult.SUCCESS) {
+ if (apiAvailability.isUserResolvableError(resultCode)) {
+ apiAvailability.getErrorDialog(this, resultCode, 9000);
+ } else {
+ finish();
+ }
+
+ return false;
+ }
+ return true;
+ }
+
+ @Override
+ protected void onStart() {
+ super.onStart();
+
+ }
+
+ @Override
+ protected void onResume() {
+ super.onResume();
+
+ }
+
+ @Override
+ protected void onPause() {
+ super.onPause();
+
+ }
+
+ @Override
+ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
+ int id = item.getItemId();
+ switch (id) {
+ case R.id.nav_home:
+ startActivity(new Intent(getApplicationContext(), MainMenu.class));
+ break;
+ case R.id.nav_signout:
+ FirebaseAuth.getInstance().signOut();
+ Intent intent = new Intent(getApplicationContext(), Login.class);
+ startActivity(intent);
+ finish();
+ Toasty.success(getApplicationContext(), "Logged Out!", Toast.LENGTH_LONG, true).show();
+ //Toast.makeText(getApplicationContext(), "Signed Out",Toast.LENGTH_LONG).show();
+ break;
+ case R.id.nav_diary:
+ Intent diary = new Intent(getApplicationContext(), Diary.class);
+ startActivity(diary);
+ break;
+ case R.id.nav_hospital:
+ break;
+ case R.id.nav_symptom:
+ startActivity(new Intent(getApplicationContext(), FoodImageInput.class));
+ break;
+ case R.id.nav_remind:
+ startActivity(new Intent(getApplicationContext(), Reminder.class));
+ break;
+ case R.id.nav_id:
+ startActivity(new Intent(getApplicationContext(), MedicalId.class));
+ break;
+ case R.id.nav_share:
+ Intent sendIntent = new Intent();
+ sendIntent.setAction(Intent.ACTION_SEND);
+ sendIntent.putExtra(Intent.EXTRA_TEXT, "Download PocDoc Today!");
+ sendIntent.setType("text/plain");
+
+ Intent shareIntent = Intent.createChooser(sendIntent, null);
+ startActivity(shareIntent);
+ break;
+ }
+ drawerLayout.closeDrawer(GravityCompat.START);
+ return true;
+ }
+
+ @Override
+ public boolean onOptionsItemSelected(MenuItem item) {
+ if (toggle.onOptionsItemSelected(item)) {
+ return true;
+ }
+ return super.onOptionsItemSelected(item);
+ }
+
+ @Override
+ public void onBackPressed() {
+
+ if (drawerLayout.isDrawerOpen(GravityCompat.START)) {
+ drawerLayout.closeDrawer(GravityCompat.START);
+ } else {
+ super.onBackPressed();
+ }
+ }
+}
\ No newline at end of file
diff --git a/app/src/main/res/anim/fade_scale_animation.xml b/app/src/main/res/anim/fade_scale_animation.xml
new file mode 100644
index 0000000..838bb2b
--- /dev/null
+++ b/app/src/main/res/anim/fade_scale_animation.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/anim/fade_transition_animation.xml b/app/src/main/res/anim/fade_transition_animation.xml
new file mode 100644
index 0000000..97c8486
--- /dev/null
+++ b/app/src/main/res/anim/fade_transition_animation.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable-anydpi/ic_arrow_back.xml b/app/src/main/res/drawable-anydpi/ic_arrow_back.xml
new file mode 100644
index 0000000..beafea3
--- /dev/null
+++ b/app/src/main/res/drawable-anydpi/ic_arrow_back.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/app/src/main/res/drawable-anydpi/ic_check_box.xml b/app/src/main/res/drawable-anydpi/ic_check_box.xml
new file mode 100644
index 0000000..9948171
--- /dev/null
+++ b/app/src/main/res/drawable-anydpi/ic_check_box.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/app/src/main/res/drawable-anydpi/ic_credit_card.xml b/app/src/main/res/drawable-anydpi/ic_credit_card.xml
new file mode 100644
index 0000000..62a08a8
--- /dev/null
+++ b/app/src/main/res/drawable-anydpi/ic_credit_card.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/app/src/main/res/drawable-anydpi/ic_home.xml b/app/src/main/res/drawable-anydpi/ic_home.xml
new file mode 100644
index 0000000..70fb291
--- /dev/null
+++ b/app/src/main/res/drawable-anydpi/ic_home.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/app/src/main/res/drawable-anydpi/ic_hospital.xml b/app/src/main/res/drawable-anydpi/ic_hospital.xml
new file mode 100644
index 0000000..e0f6e14
--- /dev/null
+++ b/app/src/main/res/drawable-anydpi/ic_hospital.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/app/src/main/res/drawable-anydpi/ic_lock.xml b/app/src/main/res/drawable-anydpi/ic_lock.xml
new file mode 100644
index 0000000..50f005b
--- /dev/null
+++ b/app/src/main/res/drawable-anydpi/ic_lock.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/app/src/main/res/drawable-anydpi/ic_menu.xml b/app/src/main/res/drawable-anydpi/ic_menu.xml
new file mode 100644
index 0000000..6d9343b
--- /dev/null
+++ b/app/src/main/res/drawable-anydpi/ic_menu.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/app/src/main/res/drawable-anydpi/ic_person.xml b/app/src/main/res/drawable-anydpi/ic_person.xml
new file mode 100644
index 0000000..b2cb337
--- /dev/null
+++ b/app/src/main/res/drawable-anydpi/ic_person.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/app/src/main/res/drawable-anydpi/ic_settings.xml b/app/src/main/res/drawable-anydpi/ic_settings.xml
new file mode 100644
index 0000000..ace746c
--- /dev/null
+++ b/app/src/main/res/drawable-anydpi/ic_settings.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/app/src/main/res/drawable-anydpi/ic_share.xml b/app/src/main/res/drawable-anydpi/ic_share.xml
new file mode 100644
index 0000000..e3fe874
--- /dev/null
+++ b/app/src/main/res/drawable-anydpi/ic_share.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/app/src/main/res/drawable-anydpi/ic_stars.xml b/app/src/main/res/drawable-anydpi/ic_stars.xml
new file mode 100644
index 0000000..61c5d7a
--- /dev/null
+++ b/app/src/main/res/drawable-anydpi/ic_stars.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/app/src/main/res/drawable-hdpi/background_login.png b/app/src/main/res/drawable-hdpi/background_login.png
new file mode 100644
index 0000000..07acd73
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/background_login.png differ
diff --git a/app/src/main/res/drawable-hdpi/background_registration.png b/app/src/main/res/drawable-hdpi/background_registration.png
new file mode 100644
index 0000000..8799b29
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/background_registration.png differ
diff --git a/app/src/main/res/drawable-hdpi/baseline_email_24px.png b/app/src/main/res/drawable-hdpi/baseline_email_24px.png
new file mode 100644
index 0000000..a6d1b7d
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/baseline_email_24px.png differ
diff --git a/app/src/main/res/drawable-hdpi/blue_blood.png b/app/src/main/res/drawable-hdpi/blue_blood.png
new file mode 100644
index 0000000..0ef7a5a
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/blue_blood.png differ
diff --git a/app/src/main/res/drawable-hdpi/capsule.png b/app/src/main/res/drawable-hdpi/capsule.png
new file mode 100644
index 0000000..0160d57
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/capsule.png differ
diff --git a/app/src/main/res/drawable-hdpi/clock_96px.png b/app/src/main/res/drawable-hdpi/clock_96px.png
new file mode 100644
index 0000000..a03084c
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/clock_96px.png differ
diff --git a/app/src/main/res/drawable-hdpi/component_1___1.png b/app/src/main/res/drawable-hdpi/component_1___1.png
new file mode 100644
index 0000000..e60adc6
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/component_1___1.png differ
diff --git a/app/src/main/res/drawable-hdpi/content.png b/app/src/main/res/drawable-hdpi/content.png
new file mode 100644
index 0000000..820bb90
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/content.png differ
diff --git a/app/src/main/res/drawable-hdpi/diary.png b/app/src/main/res/drawable-hdpi/diary.png
new file mode 100644
index 0000000..7bb32ae
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/diary.png differ
diff --git a/app/src/main/res/drawable-hdpi/diary_pic.png b/app/src/main/res/drawable-hdpi/diary_pic.png
new file mode 100644
index 0000000..3c91729
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/diary_pic.png differ
diff --git a/app/src/main/res/drawable-hdpi/ellipse_31.png b/app/src/main/res/drawable-hdpi/ellipse_31.png
new file mode 100644
index 0000000..a7208f0
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/ellipse_31.png differ
diff --git a/app/src/main/res/drawable-hdpi/ellipse__1.png b/app/src/main/res/drawable-hdpi/ellipse__1.png
new file mode 100644
index 0000000..a7208f0
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/ellipse__1.png differ
diff --git a/app/src/main/res/drawable-hdpi/email_textview.png b/app/src/main/res/drawable-hdpi/email_textview.png
new file mode 100644
index 0000000..8965738
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/email_textview.png differ
diff --git a/app/src/main/res/drawable-hdpi/emergency.png b/app/src/main/res/drawable-hdpi/emergency.png
new file mode 100644
index 0000000..a25e583
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/emergency.png differ
diff --git a/app/src/main/res/drawable-hdpi/gender_blue.png b/app/src/main/res/drawable-hdpi/gender_blue.png
new file mode 100644
index 0000000..d34cfc7
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/gender_blue.png differ
diff --git a/app/src/main/res/drawable-hdpi/google.png b/app/src/main/res/drawable-hdpi/google.png
new file mode 100644
index 0000000..40be7ce
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/google.png differ
diff --git a/app/src/main/res/drawable-hdpi/green.png b/app/src/main/res/drawable-hdpi/green.png
new file mode 100644
index 0000000..3b117cf
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/green.png differ
diff --git a/app/src/main/res/drawable-hdpi/heart_blue.png b/app/src/main/res/drawable-hdpi/heart_blue.png
new file mode 100644
index 0000000..766c479
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/heart_blue.png differ
diff --git a/app/src/main/res/drawable-hdpi/hospital.png b/app/src/main/res/drawable-hdpi/hospital.png
new file mode 100644
index 0000000..8197cde
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/hospital.png differ
diff --git a/app/src/main/res/drawable-hdpi/hospital_3_96px.png b/app/src/main/res/drawable-hdpi/hospital_3_96px.png
new file mode 100644
index 0000000..c6e7110
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/hospital_3_96px.png differ
diff --git a/app/src/main/res/drawable-hdpi/icon_material_mail_outline.png b/app/src/main/res/drawable-hdpi/icon_material_mail_outline.png
new file mode 100644
index 0000000..81a073a
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/icon_material_mail_outline.png differ
diff --git a/app/src/main/res/drawable-hdpi/icons8_family_96.png b/app/src/main/res/drawable-hdpi/icons8_family_96.png
new file mode 100644
index 0000000..8ed1ac2
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/icons8_family_96.png differ
diff --git a/app/src/main/res/drawable-hdpi/icons8_glucometer_30.png b/app/src/main/res/drawable-hdpi/icons8_glucometer_30.png
new file mode 100644
index 0000000..8b2e0f1
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/icons8_glucometer_30.png differ
diff --git a/app/src/main/res/drawable-hdpi/icons8_height_96.png b/app/src/main/res/drawable-hdpi/icons8_height_96.png
new file mode 100644
index 0000000..eb38ee1
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/icons8_height_96.png differ
diff --git a/app/src/main/res/drawable-hdpi/icons8_medical_history_96.png b/app/src/main/res/drawable-hdpi/icons8_medical_history_96.png
new file mode 100644
index 0000000..5dd98b2
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/icons8_medical_history_96.png differ
diff --git a/app/src/main/res/drawable-hdpi/icons8_multicultural_people_100.png b/app/src/main/res/drawable-hdpi/icons8_multicultural_people_100.png
new file mode 100644
index 0000000..9a45b12
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/icons8_multicultural_people_100.png differ
diff --git a/app/src/main/res/drawable-hdpi/icons8_no_food_96.png b/app/src/main/res/drawable-hdpi/icons8_no_food_96.png
new file mode 100644
index 0000000..72235f3
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/icons8_no_food_96.png differ
diff --git a/app/src/main/res/drawable-hdpi/icons8_pressure_30.png b/app/src/main/res/drawable-hdpi/icons8_pressure_30.png
new file mode 100644
index 0000000..1ea7b8c
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/icons8_pressure_30.png differ
diff --git a/app/src/main/res/drawable-hdpi/icons8_scale_64.png b/app/src/main/res/drawable-hdpi/icons8_scale_64.png
new file mode 100644
index 0000000..df9214b
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/icons8_scale_64.png differ
diff --git a/app/src/main/res/drawable-hdpi/icons8_sneeze_96.png b/app/src/main/res/drawable-hdpi/icons8_sneeze_96.png
new file mode 100644
index 0000000..e0b817d
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/icons8_sneeze_96.png differ
diff --git a/app/src/main/res/drawable-hdpi/inhaler.png b/app/src/main/res/drawable-hdpi/inhaler.png
new file mode 100644
index 0000000..a71246a
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/inhaler.png differ
diff --git a/app/src/main/res/drawable-hdpi/injection.png b/app/src/main/res/drawable-hdpi/injection.png
new file mode 100644
index 0000000..a7ecdca
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/injection.png differ
diff --git a/app/src/main/res/drawable-hdpi/lines.png b/app/src/main/res/drawable-hdpi/lines.png
new file mode 100644
index 0000000..7408e48
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/lines.png differ
diff --git a/app/src/main/res/drawable-hdpi/liquid.png b/app/src/main/res/drawable-hdpi/liquid.png
new file mode 100644
index 0000000..c64069a
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/liquid.png differ
diff --git a/app/src/main/res/drawable-hdpi/lock.png b/app/src/main/res/drawable-hdpi/lock.png
new file mode 100644
index 0000000..175a502
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/lock.png differ
diff --git a/app/src/main/res/drawable-hdpi/logo_plus.png b/app/src/main/res/drawable-hdpi/logo_plus.png
new file mode 100644
index 0000000..5c1b442
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/logo_plus.png differ
diff --git a/app/src/main/res/drawable-hdpi/mainpicture.png b/app/src/main/res/drawable-hdpi/mainpicture.png
new file mode 100644
index 0000000..454f69a
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/mainpicture.png differ
diff --git a/app/src/main/res/drawable-hdpi/medicalid.png b/app/src/main/res/drawable-hdpi/medicalid.png
new file mode 100644
index 0000000..777647e
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/medicalid.png differ
diff --git a/app/src/main/res/drawable-hdpi/medication_blank.png b/app/src/main/res/drawable-hdpi/medication_blank.png
new file mode 100644
index 0000000..43aba36
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/medication_blank.png differ
diff --git a/app/src/main/res/drawable-hdpi/menu_book_24px.png b/app/src/main/res/drawable-hdpi/menu_book_24px.png
new file mode 100644
index 0000000..c60a5fe
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/menu_book_24px.png differ
diff --git a/app/src/main/res/drawable-hdpi/museum_24px.png b/app/src/main/res/drawable-hdpi/museum_24px.png
new file mode 100644
index 0000000..36047a8
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/museum_24px.png differ
diff --git a/app/src/main/res/drawable-hdpi/note_96px.png b/app/src/main/res/drawable-hdpi/note_96px.png
new file mode 100644
index 0000000..9168a8f
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/note_96px.png differ
diff --git a/app/src/main/res/drawable-hdpi/or.png b/app/src/main/res/drawable-hdpi/or.png
new file mode 100644
index 0000000..2146523
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/or.png differ
diff --git a/app/src/main/res/drawable-hdpi/path_2145.png b/app/src/main/res/drawable-hdpi/path_2145.png
new file mode 100644
index 0000000..d5ae208
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/path_2145.png differ
diff --git a/app/src/main/res/drawable-hdpi/path__1.png b/app/src/main/res/drawable-hdpi/path__1.png
new file mode 100644
index 0000000..d5ae208
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/path__1.png differ
diff --git a/app/src/main/res/drawable-hdpi/phone.png b/app/src/main/res/drawable-hdpi/phone.png
new file mode 100644
index 0000000..44f1cf9
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/phone.png differ
diff --git a/app/src/main/res/drawable-hdpi/phone_96px.png b/app/src/main/res/drawable-hdpi/phone_96px.png
new file mode 100644
index 0000000..1ddfc2c
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/phone_96px.png differ
diff --git a/app/src/main/res/drawable-hdpi/pill.png b/app/src/main/res/drawable-hdpi/pill.png
new file mode 100644
index 0000000..e74c0df
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/pill.png differ
diff --git a/app/src/main/res/drawable-hdpi/pill_96px.png b/app/src/main/res/drawable-hdpi/pill_96px.png
new file mode 100644
index 0000000..0cf6d31
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/pill_96px.png differ
diff --git a/app/src/main/res/drawable-hdpi/pill_hand.png b/app/src/main/res/drawable-hdpi/pill_hand.png
new file mode 100644
index 0000000..3ee5bd0
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/pill_hand.png differ
diff --git a/app/src/main/res/drawable-hdpi/pocdoc.png b/app/src/main/res/drawable-hdpi/pocdoc.png
new file mode 100644
index 0000000..1e979db
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/pocdoc.png differ
diff --git a/app/src/main/res/drawable-hdpi/prescription.png b/app/src/main/res/drawable-hdpi/prescription.png
new file mode 100644
index 0000000..738210b
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/prescription.png differ
diff --git a/app/src/main/res/drawable-hdpi/red.png b/app/src/main/res/drawable-hdpi/red.png
new file mode 100644
index 0000000..2c61d7b
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/red.png differ
diff --git a/app/src/main/res/drawable-hdpi/reminder.png b/app/src/main/res/drawable-hdpi/reminder.png
new file mode 100644
index 0000000..0a30f65
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/reminder.png differ
diff --git a/app/src/main/res/drawable-hdpi/reminder_pic.png b/app/src/main/res/drawable-hdpi/reminder_pic.png
new file mode 100644
index 0000000..d002a74
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/reminder_pic.png differ
diff --git a/app/src/main/res/drawable-hdpi/separator.png b/app/src/main/res/drawable-hdpi/separator.png
new file mode 100644
index 0000000..816c032
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/separator.png differ
diff --git a/app/src/main/res/drawable-hdpi/settings.png b/app/src/main/res/drawable-hdpi/settings.png
new file mode 100644
index 0000000..52cd241
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/settings.png differ
diff --git a/app/src/main/res/drawable-hdpi/settings_96px.png b/app/src/main/res/drawable-hdpi/settings_96px.png
new file mode 100644
index 0000000..684e06a
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/settings_96px.png differ
diff --git a/app/src/main/res/drawable-hdpi/sign_in_button.png b/app/src/main/res/drawable-hdpi/sign_in_button.png
new file mode 100644
index 0000000..7492068
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/sign_in_button.png differ
diff --git a/app/src/main/res/drawable-hdpi/subtraction_2.png b/app/src/main/res/drawable-hdpi/subtraction_2.png
new file mode 100644
index 0000000..bfac67c
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/subtraction_2.png differ
diff --git a/app/src/main/res/drawable-hdpi/subtraction__1.png b/app/src/main/res/drawable-hdpi/subtraction__1.png
new file mode 100644
index 0000000..bfac67c
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/subtraction__1.png differ
diff --git a/app/src/main/res/drawable-hdpi/symptom_pic.png b/app/src/main/res/drawable-hdpi/symptom_pic.png
new file mode 100644
index 0000000..e414d36
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/symptom_pic.png differ
diff --git a/app/src/main/res/drawable-hdpi/symptoms.png b/app/src/main/res/drawable-hdpi/symptoms.png
new file mode 100644
index 0000000..842568e
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/symptoms.png differ
diff --git a/app/src/main/res/drawable-hdpi/tablet.png b/app/src/main/res/drawable-hdpi/tablet.png
new file mode 100644
index 0000000..7f53dbe
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/tablet.png differ
diff --git a/app/src/main/res/drawable-hdpi/thermometer_96px.png b/app/src/main/res/drawable-hdpi/thermometer_96px.png
new file mode 100644
index 0000000..e649ee6
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/thermometer_96px.png differ
diff --git a/app/src/main/res/drawable-hdpi/welcome_pic.png b/app/src/main/res/drawable-hdpi/welcome_pic.png
new file mode 100644
index 0000000..a35bfcc
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/welcome_pic.png differ
diff --git a/app/src/main/res/drawable-hdpi/yellow.png b/app/src/main/res/drawable-hdpi/yellow.png
new file mode 100644
index 0000000..44a5b7e
Binary files /dev/null and b/app/src/main/res/drawable-hdpi/yellow.png differ
diff --git a/app/src/main/res/drawable-ldpi/capsule.png b/app/src/main/res/drawable-ldpi/capsule.png
new file mode 100644
index 0000000..99735e7
Binary files /dev/null and b/app/src/main/res/drawable-ldpi/capsule.png differ
diff --git a/app/src/main/res/drawable-ldpi/inhaler.png b/app/src/main/res/drawable-ldpi/inhaler.png
new file mode 100644
index 0000000..9f049f7
Binary files /dev/null and b/app/src/main/res/drawable-ldpi/inhaler.png differ
diff --git a/app/src/main/res/drawable-ldpi/injection.png b/app/src/main/res/drawable-ldpi/injection.png
new file mode 100644
index 0000000..06188a6
Binary files /dev/null and b/app/src/main/res/drawable-ldpi/injection.png differ
diff --git a/app/src/main/res/drawable-ldpi/liquid.png b/app/src/main/res/drawable-ldpi/liquid.png
new file mode 100644
index 0000000..163cf31
Binary files /dev/null and b/app/src/main/res/drawable-ldpi/liquid.png differ
diff --git a/app/src/main/res/drawable-ldpi/medication_blank.png b/app/src/main/res/drawable-ldpi/medication_blank.png
new file mode 100644
index 0000000..1c9db37
Binary files /dev/null and b/app/src/main/res/drawable-ldpi/medication_blank.png differ
diff --git a/app/src/main/res/drawable-ldpi/pill.png b/app/src/main/res/drawable-ldpi/pill.png
new file mode 100644
index 0000000..bf692c3
Binary files /dev/null and b/app/src/main/res/drawable-ldpi/pill.png differ
diff --git a/app/src/main/res/drawable-ldpi/separator.png b/app/src/main/res/drawable-ldpi/separator.png
new file mode 100644
index 0000000..94cd5a7
Binary files /dev/null and b/app/src/main/res/drawable-ldpi/separator.png differ
diff --git a/app/src/main/res/drawable-ldpi/tablet.png b/app/src/main/res/drawable-ldpi/tablet.png
new file mode 100644
index 0000000..dd60ff3
Binary files /dev/null and b/app/src/main/res/drawable-ldpi/tablet.png differ
diff --git a/app/src/main/res/drawable-mdpi/background_login.png b/app/src/main/res/drawable-mdpi/background_login.png
new file mode 100644
index 0000000..d099f0d
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/background_login.png differ
diff --git a/app/src/main/res/drawable-mdpi/background_registration.png b/app/src/main/res/drawable-mdpi/background_registration.png
new file mode 100644
index 0000000..034c67d
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/background_registration.png differ
diff --git a/app/src/main/res/drawable-mdpi/baseline_email_24px.png b/app/src/main/res/drawable-mdpi/baseline_email_24px.png
new file mode 100644
index 0000000..5aa4f1b
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/baseline_email_24px.png differ
diff --git a/app/src/main/res/drawable-mdpi/blue_blood.png b/app/src/main/res/drawable-mdpi/blue_blood.png
new file mode 100644
index 0000000..9e09dac
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/blue_blood.png differ
diff --git a/app/src/main/res/drawable-mdpi/capsule.png b/app/src/main/res/drawable-mdpi/capsule.png
new file mode 100644
index 0000000..0b0655b
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/capsule.png differ
diff --git a/app/src/main/res/drawable-mdpi/clock_96px.png b/app/src/main/res/drawable-mdpi/clock_96px.png
new file mode 100644
index 0000000..8e8adcc
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/clock_96px.png differ
diff --git a/app/src/main/res/drawable-mdpi/component_1___1.png b/app/src/main/res/drawable-mdpi/component_1___1.png
new file mode 100644
index 0000000..8d013c9
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/component_1___1.png differ
diff --git a/app/src/main/res/drawable-mdpi/content.png b/app/src/main/res/drawable-mdpi/content.png
new file mode 100644
index 0000000..0ec9321
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/content.png differ
diff --git a/app/src/main/res/drawable-mdpi/diary.png b/app/src/main/res/drawable-mdpi/diary.png
new file mode 100644
index 0000000..06471ae
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/diary.png differ
diff --git a/app/src/main/res/drawable-mdpi/diary_pic.png b/app/src/main/res/drawable-mdpi/diary_pic.png
new file mode 100644
index 0000000..f3b7ff4
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/diary_pic.png differ
diff --git a/app/src/main/res/drawable-mdpi/ellipse_31.png b/app/src/main/res/drawable-mdpi/ellipse_31.png
new file mode 100644
index 0000000..3f738d1
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/ellipse_31.png differ
diff --git a/app/src/main/res/drawable-mdpi/ellipse__1.png b/app/src/main/res/drawable-mdpi/ellipse__1.png
new file mode 100644
index 0000000..3f738d1
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/ellipse__1.png differ
diff --git a/app/src/main/res/drawable-mdpi/email_textview.png b/app/src/main/res/drawable-mdpi/email_textview.png
new file mode 100644
index 0000000..9e96c9d
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/email_textview.png differ
diff --git a/app/src/main/res/drawable-mdpi/emergency.png b/app/src/main/res/drawable-mdpi/emergency.png
new file mode 100644
index 0000000..d56c728
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/emergency.png differ
diff --git a/app/src/main/res/drawable-mdpi/gender_blue.png b/app/src/main/res/drawable-mdpi/gender_blue.png
new file mode 100644
index 0000000..14d6059
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/gender_blue.png differ
diff --git a/app/src/main/res/drawable-mdpi/google.png b/app/src/main/res/drawable-mdpi/google.png
new file mode 100644
index 0000000..38245a1
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/google.png differ
diff --git a/app/src/main/res/drawable-mdpi/green.png b/app/src/main/res/drawable-mdpi/green.png
new file mode 100644
index 0000000..c241d22
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/green.png differ
diff --git a/app/src/main/res/drawable-mdpi/heart_blue.png b/app/src/main/res/drawable-mdpi/heart_blue.png
new file mode 100644
index 0000000..e60c341
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/heart_blue.png differ
diff --git a/app/src/main/res/drawable-mdpi/hospital.png b/app/src/main/res/drawable-mdpi/hospital.png
new file mode 100644
index 0000000..aa76b82
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/hospital.png differ
diff --git a/app/src/main/res/drawable-mdpi/hospital_3_96px.png b/app/src/main/res/drawable-mdpi/hospital_3_96px.png
new file mode 100644
index 0000000..ab293a5
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/hospital_3_96px.png differ
diff --git a/app/src/main/res/drawable-mdpi/icon_material_mail_outline.png b/app/src/main/res/drawable-mdpi/icon_material_mail_outline.png
new file mode 100644
index 0000000..bef50e2
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/icon_material_mail_outline.png differ
diff --git a/app/src/main/res/drawable-mdpi/icons8_family_96.png b/app/src/main/res/drawable-mdpi/icons8_family_96.png
new file mode 100644
index 0000000..f08fd94
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/icons8_family_96.png differ
diff --git a/app/src/main/res/drawable-mdpi/icons8_glucometer_30.png b/app/src/main/res/drawable-mdpi/icons8_glucometer_30.png
new file mode 100644
index 0000000..19afb6d
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/icons8_glucometer_30.png differ
diff --git a/app/src/main/res/drawable-mdpi/icons8_height_96.png b/app/src/main/res/drawable-mdpi/icons8_height_96.png
new file mode 100644
index 0000000..0f4ddee
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/icons8_height_96.png differ
diff --git a/app/src/main/res/drawable-mdpi/icons8_medical_history_96.png b/app/src/main/res/drawable-mdpi/icons8_medical_history_96.png
new file mode 100644
index 0000000..9584bc6
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/icons8_medical_history_96.png differ
diff --git a/app/src/main/res/drawable-mdpi/icons8_multicultural_people_100.png b/app/src/main/res/drawable-mdpi/icons8_multicultural_people_100.png
new file mode 100644
index 0000000..ea2f38c
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/icons8_multicultural_people_100.png differ
diff --git a/app/src/main/res/drawable-mdpi/icons8_no_food_96.png b/app/src/main/res/drawable-mdpi/icons8_no_food_96.png
new file mode 100644
index 0000000..d68b3a5
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/icons8_no_food_96.png differ
diff --git a/app/src/main/res/drawable-mdpi/icons8_pressure_30.png b/app/src/main/res/drawable-mdpi/icons8_pressure_30.png
new file mode 100644
index 0000000..9cc4df0
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/icons8_pressure_30.png differ
diff --git a/app/src/main/res/drawable-mdpi/icons8_scale_64.png b/app/src/main/res/drawable-mdpi/icons8_scale_64.png
new file mode 100644
index 0000000..a47f1ee
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/icons8_scale_64.png differ
diff --git a/app/src/main/res/drawable-mdpi/icons8_sneeze_96.png b/app/src/main/res/drawable-mdpi/icons8_sneeze_96.png
new file mode 100644
index 0000000..5f20bb9
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/icons8_sneeze_96.png differ
diff --git a/app/src/main/res/drawable-mdpi/inhaler.png b/app/src/main/res/drawable-mdpi/inhaler.png
new file mode 100644
index 0000000..cf9c573
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/inhaler.png differ
diff --git a/app/src/main/res/drawable-mdpi/injection.png b/app/src/main/res/drawable-mdpi/injection.png
new file mode 100644
index 0000000..4650b0c
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/injection.png differ
diff --git a/app/src/main/res/drawable-mdpi/lines.png b/app/src/main/res/drawable-mdpi/lines.png
new file mode 100644
index 0000000..58dfc39
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/lines.png differ
diff --git a/app/src/main/res/drawable-mdpi/liquid.png b/app/src/main/res/drawable-mdpi/liquid.png
new file mode 100644
index 0000000..6f0345c
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/liquid.png differ
diff --git a/app/src/main/res/drawable-mdpi/lock.png b/app/src/main/res/drawable-mdpi/lock.png
new file mode 100644
index 0000000..ebdaa84
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/lock.png differ
diff --git a/app/src/main/res/drawable-mdpi/logo_plus.png b/app/src/main/res/drawable-mdpi/logo_plus.png
new file mode 100644
index 0000000..5b271ba
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/logo_plus.png differ
diff --git a/app/src/main/res/drawable-mdpi/mainpicture.png b/app/src/main/res/drawable-mdpi/mainpicture.png
new file mode 100644
index 0000000..6ca12a7
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/mainpicture.png differ
diff --git a/app/src/main/res/drawable-mdpi/medicalid.png b/app/src/main/res/drawable-mdpi/medicalid.png
new file mode 100644
index 0000000..f7e76c1
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/medicalid.png differ
diff --git a/app/src/main/res/drawable-mdpi/medication_blank.png b/app/src/main/res/drawable-mdpi/medication_blank.png
new file mode 100644
index 0000000..80da549
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/medication_blank.png differ
diff --git a/app/src/main/res/drawable-mdpi/menu_book_24px.png b/app/src/main/res/drawable-mdpi/menu_book_24px.png
new file mode 100644
index 0000000..d8e4737
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/menu_book_24px.png differ
diff --git a/app/src/main/res/drawable-mdpi/museum_24px.png b/app/src/main/res/drawable-mdpi/museum_24px.png
new file mode 100644
index 0000000..884788c
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/museum_24px.png differ
diff --git a/app/src/main/res/drawable-mdpi/note_96px.png b/app/src/main/res/drawable-mdpi/note_96px.png
new file mode 100644
index 0000000..da6d6c5
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/note_96px.png differ
diff --git a/app/src/main/res/drawable-mdpi/or.png b/app/src/main/res/drawable-mdpi/or.png
new file mode 100644
index 0000000..3c0a609
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/or.png differ
diff --git a/app/src/main/res/drawable-mdpi/path_2145.png b/app/src/main/res/drawable-mdpi/path_2145.png
new file mode 100644
index 0000000..19fb37e
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/path_2145.png differ
diff --git a/app/src/main/res/drawable-mdpi/path__1.png b/app/src/main/res/drawable-mdpi/path__1.png
new file mode 100644
index 0000000..19fb37e
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/path__1.png differ
diff --git a/app/src/main/res/drawable-mdpi/phone.png b/app/src/main/res/drawable-mdpi/phone.png
new file mode 100644
index 0000000..ac118c0
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/phone.png differ
diff --git a/app/src/main/res/drawable-mdpi/phone_96px.png b/app/src/main/res/drawable-mdpi/phone_96px.png
new file mode 100644
index 0000000..b0e623d
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/phone_96px.png differ
diff --git a/app/src/main/res/drawable-mdpi/pill.png b/app/src/main/res/drawable-mdpi/pill.png
new file mode 100644
index 0000000..42fdd09
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/pill.png differ
diff --git a/app/src/main/res/drawable-mdpi/pill_96px.png b/app/src/main/res/drawable-mdpi/pill_96px.png
new file mode 100644
index 0000000..5a29c2e
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/pill_96px.png differ
diff --git a/app/src/main/res/drawable-mdpi/pill_hand.png b/app/src/main/res/drawable-mdpi/pill_hand.png
new file mode 100644
index 0000000..ee5889a
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/pill_hand.png differ
diff --git a/app/src/main/res/drawable-mdpi/pocdoc.png b/app/src/main/res/drawable-mdpi/pocdoc.png
new file mode 100644
index 0000000..ab1576f
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/pocdoc.png differ
diff --git a/app/src/main/res/drawable-mdpi/prescription.png b/app/src/main/res/drawable-mdpi/prescription.png
new file mode 100644
index 0000000..d1f7746
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/prescription.png differ
diff --git a/app/src/main/res/drawable-mdpi/red.png b/app/src/main/res/drawable-mdpi/red.png
new file mode 100644
index 0000000..b5d9f79
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/red.png differ
diff --git a/app/src/main/res/drawable-mdpi/reminder.png b/app/src/main/res/drawable-mdpi/reminder.png
new file mode 100644
index 0000000..29060fb
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/reminder.png differ
diff --git a/app/src/main/res/drawable-mdpi/reminder_pic.png b/app/src/main/res/drawable-mdpi/reminder_pic.png
new file mode 100644
index 0000000..b75e608
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/reminder_pic.png differ
diff --git a/app/src/main/res/drawable-mdpi/separator.png b/app/src/main/res/drawable-mdpi/separator.png
new file mode 100644
index 0000000..707de4f
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/separator.png differ
diff --git a/app/src/main/res/drawable-mdpi/settings.png b/app/src/main/res/drawable-mdpi/settings.png
new file mode 100644
index 0000000..119d4c5
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/settings.png differ
diff --git a/app/src/main/res/drawable-mdpi/settings_96px.png b/app/src/main/res/drawable-mdpi/settings_96px.png
new file mode 100644
index 0000000..97af795
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/settings_96px.png differ
diff --git a/app/src/main/res/drawable-mdpi/sign_in_button.png b/app/src/main/res/drawable-mdpi/sign_in_button.png
new file mode 100644
index 0000000..b061274
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/sign_in_button.png differ
diff --git a/app/src/main/res/drawable-mdpi/subtraction_2.png b/app/src/main/res/drawable-mdpi/subtraction_2.png
new file mode 100644
index 0000000..846ec1e
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/subtraction_2.png differ
diff --git a/app/src/main/res/drawable-mdpi/subtraction__1.png b/app/src/main/res/drawable-mdpi/subtraction__1.png
new file mode 100644
index 0000000..846ec1e
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/subtraction__1.png differ
diff --git a/app/src/main/res/drawable-mdpi/symptom_pic.png b/app/src/main/res/drawable-mdpi/symptom_pic.png
new file mode 100644
index 0000000..a0cd387
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/symptom_pic.png differ
diff --git a/app/src/main/res/drawable-mdpi/symptoms.png b/app/src/main/res/drawable-mdpi/symptoms.png
new file mode 100644
index 0000000..6e2189c
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/symptoms.png differ
diff --git a/app/src/main/res/drawable-mdpi/tablet.png b/app/src/main/res/drawable-mdpi/tablet.png
new file mode 100644
index 0000000..d537f9f
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/tablet.png differ
diff --git a/app/src/main/res/drawable-mdpi/thermometer_96px.png b/app/src/main/res/drawable-mdpi/thermometer_96px.png
new file mode 100644
index 0000000..238708f
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/thermometer_96px.png differ
diff --git a/app/src/main/res/drawable-mdpi/welcome_pic.png b/app/src/main/res/drawable-mdpi/welcome_pic.png
new file mode 100644
index 0000000..408706f
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/welcome_pic.png differ
diff --git a/app/src/main/res/drawable-mdpi/yellow.png b/app/src/main/res/drawable-mdpi/yellow.png
new file mode 100644
index 0000000..b7896bb
Binary files /dev/null and b/app/src/main/res/drawable-mdpi/yellow.png differ
diff --git a/app/src/main/res/drawable-v24/avd_anim.xml b/app/src/main/res/drawable-v24/avd_anim.xml
new file mode 100644
index 0000000..689667c
--- /dev/null
+++ b/app/src/main/res/drawable-v24/avd_anim.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
new file mode 100644
index 0000000..2b068d1
--- /dev/null
+++ b/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable-xhdpi/background_login.png b/app/src/main/res/drawable-xhdpi/background_login.png
new file mode 100644
index 0000000..f296310
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/background_login.png differ
diff --git a/app/src/main/res/drawable-xhdpi/background_registration.png b/app/src/main/res/drawable-xhdpi/background_registration.png
new file mode 100644
index 0000000..e677bc7
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/background_registration.png differ
diff --git a/app/src/main/res/drawable-xhdpi/baseline_email_24px.png b/app/src/main/res/drawable-xhdpi/baseline_email_24px.png
new file mode 100644
index 0000000..aa4811a
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/baseline_email_24px.png differ
diff --git a/app/src/main/res/drawable-xhdpi/blue_blood.png b/app/src/main/res/drawable-xhdpi/blue_blood.png
new file mode 100644
index 0000000..e38b042
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/blue_blood.png differ
diff --git a/app/src/main/res/drawable-xhdpi/capsule.png b/app/src/main/res/drawable-xhdpi/capsule.png
new file mode 100644
index 0000000..04f808e
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/capsule.png differ
diff --git a/app/src/main/res/drawable-xhdpi/clock_96px.png b/app/src/main/res/drawable-xhdpi/clock_96px.png
new file mode 100644
index 0000000..0c01500
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/clock_96px.png differ
diff --git a/app/src/main/res/drawable-xhdpi/component_1___1.png b/app/src/main/res/drawable-xhdpi/component_1___1.png
new file mode 100644
index 0000000..deac6af
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/component_1___1.png differ
diff --git a/app/src/main/res/drawable-xhdpi/content.png b/app/src/main/res/drawable-xhdpi/content.png
new file mode 100644
index 0000000..ffb8614
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/content.png differ
diff --git a/app/src/main/res/drawable-xhdpi/diary.png b/app/src/main/res/drawable-xhdpi/diary.png
new file mode 100644
index 0000000..bcc31bb
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/diary.png differ
diff --git a/app/src/main/res/drawable-xhdpi/diary_pic.png b/app/src/main/res/drawable-xhdpi/diary_pic.png
new file mode 100644
index 0000000..3d7a7dd
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/diary_pic.png differ
diff --git a/app/src/main/res/drawable-xhdpi/ellipse_31.png b/app/src/main/res/drawable-xhdpi/ellipse_31.png
new file mode 100644
index 0000000..88b900c
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ellipse_31.png differ
diff --git a/app/src/main/res/drawable-xhdpi/ellipse__1.png b/app/src/main/res/drawable-xhdpi/ellipse__1.png
new file mode 100644
index 0000000..88b900c
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ellipse__1.png differ
diff --git a/app/src/main/res/drawable-xhdpi/email_textview.png b/app/src/main/res/drawable-xhdpi/email_textview.png
new file mode 100644
index 0000000..0d0695d
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/email_textview.png differ
diff --git a/app/src/main/res/drawable-xhdpi/emergency.png b/app/src/main/res/drawable-xhdpi/emergency.png
new file mode 100644
index 0000000..1e3cc60
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/emergency.png differ
diff --git a/app/src/main/res/drawable-xhdpi/gender_blue.png b/app/src/main/res/drawable-xhdpi/gender_blue.png
new file mode 100644
index 0000000..d32e977
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/gender_blue.png differ
diff --git a/app/src/main/res/drawable-xhdpi/google.png b/app/src/main/res/drawable-xhdpi/google.png
new file mode 100644
index 0000000..c4cd05e
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/google.png differ
diff --git a/app/src/main/res/drawable-xhdpi/green.png b/app/src/main/res/drawable-xhdpi/green.png
new file mode 100644
index 0000000..ae73334
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/green.png differ
diff --git a/app/src/main/res/drawable-xhdpi/heart_blue.png b/app/src/main/res/drawable-xhdpi/heart_blue.png
new file mode 100644
index 0000000..fef0d5a
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/heart_blue.png differ
diff --git a/app/src/main/res/drawable-xhdpi/hospital.png b/app/src/main/res/drawable-xhdpi/hospital.png
new file mode 100644
index 0000000..4c874ce
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/hospital.png differ
diff --git a/app/src/main/res/drawable-xhdpi/hospital_3_96px.png b/app/src/main/res/drawable-xhdpi/hospital_3_96px.png
new file mode 100644
index 0000000..423c3fa
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/hospital_3_96px.png differ
diff --git a/app/src/main/res/drawable-xhdpi/icon_material_mail_outline.png b/app/src/main/res/drawable-xhdpi/icon_material_mail_outline.png
new file mode 100644
index 0000000..fc3ec49
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/icon_material_mail_outline.png differ
diff --git a/app/src/main/res/drawable-xhdpi/icons8_family_96.png b/app/src/main/res/drawable-xhdpi/icons8_family_96.png
new file mode 100644
index 0000000..3082053
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/icons8_family_96.png differ
diff --git a/app/src/main/res/drawable-xhdpi/icons8_glucometer_30.png b/app/src/main/res/drawable-xhdpi/icons8_glucometer_30.png
new file mode 100644
index 0000000..04ff63f
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/icons8_glucometer_30.png differ
diff --git a/app/src/main/res/drawable-xhdpi/icons8_height_96.png b/app/src/main/res/drawable-xhdpi/icons8_height_96.png
new file mode 100644
index 0000000..96534b6
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/icons8_height_96.png differ
diff --git a/app/src/main/res/drawable-xhdpi/icons8_medical_history_96.png b/app/src/main/res/drawable-xhdpi/icons8_medical_history_96.png
new file mode 100644
index 0000000..bced139
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/icons8_medical_history_96.png differ
diff --git a/app/src/main/res/drawable-xhdpi/icons8_multicultural_people_100.png b/app/src/main/res/drawable-xhdpi/icons8_multicultural_people_100.png
new file mode 100644
index 0000000..51d4886
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/icons8_multicultural_people_100.png differ
diff --git a/app/src/main/res/drawable-xhdpi/icons8_no_food_96.png b/app/src/main/res/drawable-xhdpi/icons8_no_food_96.png
new file mode 100644
index 0000000..c826cc4
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/icons8_no_food_96.png differ
diff --git a/app/src/main/res/drawable-xhdpi/icons8_pressure_30.png b/app/src/main/res/drawable-xhdpi/icons8_pressure_30.png
new file mode 100644
index 0000000..20cb814
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/icons8_pressure_30.png differ
diff --git a/app/src/main/res/drawable-xhdpi/icons8_scale_64.png b/app/src/main/res/drawable-xhdpi/icons8_scale_64.png
new file mode 100644
index 0000000..19582dc
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/icons8_scale_64.png differ
diff --git a/app/src/main/res/drawable-xhdpi/icons8_sneeze_96.png b/app/src/main/res/drawable-xhdpi/icons8_sneeze_96.png
new file mode 100644
index 0000000..8e66977
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/icons8_sneeze_96.png differ
diff --git a/app/src/main/res/drawable-xhdpi/inhaler.png b/app/src/main/res/drawable-xhdpi/inhaler.png
new file mode 100644
index 0000000..83642f2
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/inhaler.png differ
diff --git a/app/src/main/res/drawable-xhdpi/injection.png b/app/src/main/res/drawable-xhdpi/injection.png
new file mode 100644
index 0000000..2e04b0b
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/injection.png differ
diff --git a/app/src/main/res/drawable-xhdpi/lines.png b/app/src/main/res/drawable-xhdpi/lines.png
new file mode 100644
index 0000000..20d8b92
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/lines.png differ
diff --git a/app/src/main/res/drawable-xhdpi/liquid.png b/app/src/main/res/drawable-xhdpi/liquid.png
new file mode 100644
index 0000000..42b6ef2
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/liquid.png differ
diff --git a/app/src/main/res/drawable-xhdpi/lock.png b/app/src/main/res/drawable-xhdpi/lock.png
new file mode 100644
index 0000000..8b8ee5f
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/lock.png differ
diff --git a/app/src/main/res/drawable-xhdpi/logo_plus.png b/app/src/main/res/drawable-xhdpi/logo_plus.png
new file mode 100644
index 0000000..51e616f
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/logo_plus.png differ
diff --git a/app/src/main/res/drawable-xhdpi/mainpicture.png b/app/src/main/res/drawable-xhdpi/mainpicture.png
new file mode 100644
index 0000000..fd4d4d9
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/mainpicture.png differ
diff --git a/app/src/main/res/drawable-xhdpi/medicalid.png b/app/src/main/res/drawable-xhdpi/medicalid.png
new file mode 100644
index 0000000..5ef54b7
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/medicalid.png differ
diff --git a/app/src/main/res/drawable-xhdpi/medication_blank.png b/app/src/main/res/drawable-xhdpi/medication_blank.png
new file mode 100644
index 0000000..5eedada
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/medication_blank.png differ
diff --git a/app/src/main/res/drawable-xhdpi/menu_book_24px.png b/app/src/main/res/drawable-xhdpi/menu_book_24px.png
new file mode 100644
index 0000000..921031a
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/menu_book_24px.png differ
diff --git a/app/src/main/res/drawable-xhdpi/museum_24px.png b/app/src/main/res/drawable-xhdpi/museum_24px.png
new file mode 100644
index 0000000..d04865d
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/museum_24px.png differ
diff --git a/app/src/main/res/drawable-xhdpi/note_96px.png b/app/src/main/res/drawable-xhdpi/note_96px.png
new file mode 100644
index 0000000..302d576
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/note_96px.png differ
diff --git a/app/src/main/res/drawable-xhdpi/or.png b/app/src/main/res/drawable-xhdpi/or.png
new file mode 100644
index 0000000..b13e988
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/or.png differ
diff --git a/app/src/main/res/drawable-xhdpi/path_2145.png b/app/src/main/res/drawable-xhdpi/path_2145.png
new file mode 100644
index 0000000..c576883
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/path_2145.png differ
diff --git a/app/src/main/res/drawable-xhdpi/path__1.png b/app/src/main/res/drawable-xhdpi/path__1.png
new file mode 100644
index 0000000..c576883
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/path__1.png differ
diff --git a/app/src/main/res/drawable-xhdpi/phone.png b/app/src/main/res/drawable-xhdpi/phone.png
new file mode 100644
index 0000000..db07d44
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/phone.png differ
diff --git a/app/src/main/res/drawable-xhdpi/phone_96px.png b/app/src/main/res/drawable-xhdpi/phone_96px.png
new file mode 100644
index 0000000..0455c92
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/phone_96px.png differ
diff --git a/app/src/main/res/drawable-xhdpi/pill.png b/app/src/main/res/drawable-xhdpi/pill.png
new file mode 100644
index 0000000..5588888
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/pill.png differ
diff --git a/app/src/main/res/drawable-xhdpi/pill_96px.png b/app/src/main/res/drawable-xhdpi/pill_96px.png
new file mode 100644
index 0000000..c7d55fc
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/pill_96px.png differ
diff --git a/app/src/main/res/drawable-xhdpi/pill_hand.png b/app/src/main/res/drawable-xhdpi/pill_hand.png
new file mode 100644
index 0000000..ad048ff
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/pill_hand.png differ
diff --git a/app/src/main/res/drawable-xhdpi/pocdoc.png b/app/src/main/res/drawable-xhdpi/pocdoc.png
new file mode 100644
index 0000000..9e6e22f
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/pocdoc.png differ
diff --git a/app/src/main/res/drawable-xhdpi/prescription.png b/app/src/main/res/drawable-xhdpi/prescription.png
new file mode 100644
index 0000000..721e69c
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/prescription.png differ
diff --git a/app/src/main/res/drawable-xhdpi/red.png b/app/src/main/res/drawable-xhdpi/red.png
new file mode 100644
index 0000000..aaf1e63
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/red.png differ
diff --git a/app/src/main/res/drawable-xhdpi/reminder.png b/app/src/main/res/drawable-xhdpi/reminder.png
new file mode 100644
index 0000000..72029b6
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/reminder.png differ
diff --git a/app/src/main/res/drawable-xhdpi/reminder_pic.png b/app/src/main/res/drawable-xhdpi/reminder_pic.png
new file mode 100644
index 0000000..162ac8a
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/reminder_pic.png differ
diff --git a/app/src/main/res/drawable-xhdpi/separator.png b/app/src/main/res/drawable-xhdpi/separator.png
new file mode 100644
index 0000000..a2099b0
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/separator.png differ
diff --git a/app/src/main/res/drawable-xhdpi/settings.png b/app/src/main/res/drawable-xhdpi/settings.png
new file mode 100644
index 0000000..9ab56bc
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/settings.png differ
diff --git a/app/src/main/res/drawable-xhdpi/settings_96px.png b/app/src/main/res/drawable-xhdpi/settings_96px.png
new file mode 100644
index 0000000..ea98cf9
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/settings_96px.png differ
diff --git a/app/src/main/res/drawable-xhdpi/sign_in_button.png b/app/src/main/res/drawable-xhdpi/sign_in_button.png
new file mode 100644
index 0000000..6094ddb
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/sign_in_button.png differ
diff --git a/app/src/main/res/drawable-xhdpi/subtraction_2.png b/app/src/main/res/drawable-xhdpi/subtraction_2.png
new file mode 100644
index 0000000..84a8058
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/subtraction_2.png differ
diff --git a/app/src/main/res/drawable-xhdpi/subtraction__1.png b/app/src/main/res/drawable-xhdpi/subtraction__1.png
new file mode 100644
index 0000000..84a8058
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/subtraction__1.png differ
diff --git a/app/src/main/res/drawable-xhdpi/symptom_pic.png b/app/src/main/res/drawable-xhdpi/symptom_pic.png
new file mode 100644
index 0000000..6a2c215
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/symptom_pic.png differ
diff --git a/app/src/main/res/drawable-xhdpi/symptoms.png b/app/src/main/res/drawable-xhdpi/symptoms.png
new file mode 100644
index 0000000..c66bfad
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/symptoms.png differ
diff --git a/app/src/main/res/drawable-xhdpi/tablet.png b/app/src/main/res/drawable-xhdpi/tablet.png
new file mode 100644
index 0000000..f8beb91
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/tablet.png differ
diff --git a/app/src/main/res/drawable-xhdpi/thermometer_96px.png b/app/src/main/res/drawable-xhdpi/thermometer_96px.png
new file mode 100644
index 0000000..caba493
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/thermometer_96px.png differ
diff --git a/app/src/main/res/drawable-xhdpi/welcome_pic.png b/app/src/main/res/drawable-xhdpi/welcome_pic.png
new file mode 100644
index 0000000..267879b
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/welcome_pic.png differ
diff --git a/app/src/main/res/drawable-xhdpi/yellow.png b/app/src/main/res/drawable-xhdpi/yellow.png
new file mode 100644
index 0000000..f76eb5f
Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/yellow.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/background_login.png b/app/src/main/res/drawable-xxhdpi/background_login.png
new file mode 100644
index 0000000..d7904ca
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/background_login.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/background_registration.png b/app/src/main/res/drawable-xxhdpi/background_registration.png
new file mode 100644
index 0000000..f2d0834
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/background_registration.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/baseline_email_24px.png b/app/src/main/res/drawable-xxhdpi/baseline_email_24px.png
new file mode 100644
index 0000000..03189df
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/baseline_email_24px.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/blue_blood.png b/app/src/main/res/drawable-xxhdpi/blue_blood.png
new file mode 100644
index 0000000..9e27799
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/blue_blood.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/capsule.png b/app/src/main/res/drawable-xxhdpi/capsule.png
new file mode 100644
index 0000000..510e773
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/capsule.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/clock_96px.png b/app/src/main/res/drawable-xxhdpi/clock_96px.png
new file mode 100644
index 0000000..60fc343
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/clock_96px.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/component_1___1.png b/app/src/main/res/drawable-xxhdpi/component_1___1.png
new file mode 100644
index 0000000..8d6ac02
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/component_1___1.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/content.png b/app/src/main/res/drawable-xxhdpi/content.png
new file mode 100644
index 0000000..59e7c1e
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/content.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/diary.png b/app/src/main/res/drawable-xxhdpi/diary.png
new file mode 100644
index 0000000..24b8d38
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/diary.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/diary_pic.png b/app/src/main/res/drawable-xxhdpi/diary_pic.png
new file mode 100644
index 0000000..576b3c8
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/diary_pic.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/ellipse_31.png b/app/src/main/res/drawable-xxhdpi/ellipse_31.png
new file mode 100644
index 0000000..f26bcd6
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ellipse_31.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/ellipse__1.png b/app/src/main/res/drawable-xxhdpi/ellipse__1.png
new file mode 100644
index 0000000..f26bcd6
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ellipse__1.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/email_textview.png b/app/src/main/res/drawable-xxhdpi/email_textview.png
new file mode 100644
index 0000000..31a6533
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/email_textview.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/emergency.png b/app/src/main/res/drawable-xxhdpi/emergency.png
new file mode 100644
index 0000000..a5af265
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/emergency.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/gender_blue.png b/app/src/main/res/drawable-xxhdpi/gender_blue.png
new file mode 100644
index 0000000..a206314
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/gender_blue.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/google.png b/app/src/main/res/drawable-xxhdpi/google.png
new file mode 100644
index 0000000..a95ec69
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/google.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/green.png b/app/src/main/res/drawable-xxhdpi/green.png
new file mode 100644
index 0000000..b0f181b
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/green.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/heart_blue.png b/app/src/main/res/drawable-xxhdpi/heart_blue.png
new file mode 100644
index 0000000..10a3ca8
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/heart_blue.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/hospital.png b/app/src/main/res/drawable-xxhdpi/hospital.png
new file mode 100644
index 0000000..a518219
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/hospital.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/hospital_3_96px.png b/app/src/main/res/drawable-xxhdpi/hospital_3_96px.png
new file mode 100644
index 0000000..e16e390
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/hospital_3_96px.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/icon_material_mail_outline.png b/app/src/main/res/drawable-xxhdpi/icon_material_mail_outline.png
new file mode 100644
index 0000000..147564d
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/icon_material_mail_outline.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/icons8_family_96.png b/app/src/main/res/drawable-xxhdpi/icons8_family_96.png
new file mode 100644
index 0000000..c3e178d
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/icons8_family_96.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/icons8_glucometer_30.png b/app/src/main/res/drawable-xxhdpi/icons8_glucometer_30.png
new file mode 100644
index 0000000..fce465b
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/icons8_glucometer_30.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/icons8_height_96.png b/app/src/main/res/drawable-xxhdpi/icons8_height_96.png
new file mode 100644
index 0000000..366bb59
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/icons8_height_96.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/icons8_medical_history_96.png b/app/src/main/res/drawable-xxhdpi/icons8_medical_history_96.png
new file mode 100644
index 0000000..aefd566
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/icons8_medical_history_96.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/icons8_multicultural_people_100.png b/app/src/main/res/drawable-xxhdpi/icons8_multicultural_people_100.png
new file mode 100644
index 0000000..8414009
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/icons8_multicultural_people_100.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/icons8_no_food_96.png b/app/src/main/res/drawable-xxhdpi/icons8_no_food_96.png
new file mode 100644
index 0000000..651e648
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/icons8_no_food_96.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/icons8_pressure_30.png b/app/src/main/res/drawable-xxhdpi/icons8_pressure_30.png
new file mode 100644
index 0000000..03a94b6
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/icons8_pressure_30.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/icons8_scale_64.png b/app/src/main/res/drawable-xxhdpi/icons8_scale_64.png
new file mode 100644
index 0000000..3cf765b
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/icons8_scale_64.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/icons8_sneeze_96.png b/app/src/main/res/drawable-xxhdpi/icons8_sneeze_96.png
new file mode 100644
index 0000000..bc1b2f7
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/icons8_sneeze_96.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/inhaler.png b/app/src/main/res/drawable-xxhdpi/inhaler.png
new file mode 100644
index 0000000..fdb5e85
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/inhaler.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/injection.png b/app/src/main/res/drawable-xxhdpi/injection.png
new file mode 100644
index 0000000..35b42d4
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/injection.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/lines.png b/app/src/main/res/drawable-xxhdpi/lines.png
new file mode 100644
index 0000000..d3e943c
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/lines.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/liquid.png b/app/src/main/res/drawable-xxhdpi/liquid.png
new file mode 100644
index 0000000..b54a2c2
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/liquid.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/lock.png b/app/src/main/res/drawable-xxhdpi/lock.png
new file mode 100644
index 0000000..88fff96
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/lock.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/logo_plus.png b/app/src/main/res/drawable-xxhdpi/logo_plus.png
new file mode 100644
index 0000000..c751df9
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/logo_plus.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/mainpicture.png b/app/src/main/res/drawable-xxhdpi/mainpicture.png
new file mode 100644
index 0000000..764dbec
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/mainpicture.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/medicalid.png b/app/src/main/res/drawable-xxhdpi/medicalid.png
new file mode 100644
index 0000000..539184a
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/medicalid.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/medication_blank.png b/app/src/main/res/drawable-xxhdpi/medication_blank.png
new file mode 100644
index 0000000..874dbf1
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/medication_blank.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/menu_book_24px.png b/app/src/main/res/drawable-xxhdpi/menu_book_24px.png
new file mode 100644
index 0000000..d95ddf3
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/menu_book_24px.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/museum_24px.png b/app/src/main/res/drawable-xxhdpi/museum_24px.png
new file mode 100644
index 0000000..6eccb36
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/museum_24px.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/note_96px.png b/app/src/main/res/drawable-xxhdpi/note_96px.png
new file mode 100644
index 0000000..c95653c
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/note_96px.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/or.png b/app/src/main/res/drawable-xxhdpi/or.png
new file mode 100644
index 0000000..9257a0a
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/or.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/path_2145.png b/app/src/main/res/drawable-xxhdpi/path_2145.png
new file mode 100644
index 0000000..00e823b
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/path_2145.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/path__1.png b/app/src/main/res/drawable-xxhdpi/path__1.png
new file mode 100644
index 0000000..00e823b
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/path__1.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/phone.png b/app/src/main/res/drawable-xxhdpi/phone.png
new file mode 100644
index 0000000..bee3180
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/phone.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/phone_96px.png b/app/src/main/res/drawable-xxhdpi/phone_96px.png
new file mode 100644
index 0000000..d729d6d
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/phone_96px.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/pill.png b/app/src/main/res/drawable-xxhdpi/pill.png
new file mode 100644
index 0000000..e6355ef
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/pill.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/pill_96px.png b/app/src/main/res/drawable-xxhdpi/pill_96px.png
new file mode 100644
index 0000000..9c2cd50
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/pill_96px.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/pill_hand.png b/app/src/main/res/drawable-xxhdpi/pill_hand.png
new file mode 100644
index 0000000..f16f930
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/pill_hand.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/pocdoc.png b/app/src/main/res/drawable-xxhdpi/pocdoc.png
new file mode 100644
index 0000000..2f9a383
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/pocdoc.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/prescription.png b/app/src/main/res/drawable-xxhdpi/prescription.png
new file mode 100644
index 0000000..2cd8e50
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/prescription.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/red.png b/app/src/main/res/drawable-xxhdpi/red.png
new file mode 100644
index 0000000..fa0afa1
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/red.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/reminder.png b/app/src/main/res/drawable-xxhdpi/reminder.png
new file mode 100644
index 0000000..514a49d
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/reminder.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/reminder_pic.png b/app/src/main/res/drawable-xxhdpi/reminder_pic.png
new file mode 100644
index 0000000..bc64e34
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/reminder_pic.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/separator.png b/app/src/main/res/drawable-xxhdpi/separator.png
new file mode 100644
index 0000000..4002a7a
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/separator.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/settings.png b/app/src/main/res/drawable-xxhdpi/settings.png
new file mode 100644
index 0000000..8b7db08
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/settings.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/settings_96px.png b/app/src/main/res/drawable-xxhdpi/settings_96px.png
new file mode 100644
index 0000000..18fe750
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/settings_96px.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/sign_in_button.png b/app/src/main/res/drawable-xxhdpi/sign_in_button.png
new file mode 100644
index 0000000..3e0afb1
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/sign_in_button.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/subtraction_2.png b/app/src/main/res/drawable-xxhdpi/subtraction_2.png
new file mode 100644
index 0000000..c041574
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/subtraction_2.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/subtraction__1.png b/app/src/main/res/drawable-xxhdpi/subtraction__1.png
new file mode 100644
index 0000000..c041574
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/subtraction__1.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/symptom_pic.png b/app/src/main/res/drawable-xxhdpi/symptom_pic.png
new file mode 100644
index 0000000..27288db
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/symptom_pic.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/symptoms.png b/app/src/main/res/drawable-xxhdpi/symptoms.png
new file mode 100644
index 0000000..abfea62
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/symptoms.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/tablet.png b/app/src/main/res/drawable-xxhdpi/tablet.png
new file mode 100644
index 0000000..032f0b7
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/tablet.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/thermometer_96px.png b/app/src/main/res/drawable-xxhdpi/thermometer_96px.png
new file mode 100644
index 0000000..25ddeb3
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/thermometer_96px.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/welcome_pic.png b/app/src/main/res/drawable-xxhdpi/welcome_pic.png
new file mode 100644
index 0000000..e6c4112
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/welcome_pic.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/yellow.png b/app/src/main/res/drawable-xxhdpi/yellow.png
new file mode 100644
index 0000000..4a9ee5a
Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/yellow.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/background_login.png b/app/src/main/res/drawable-xxxhdpi/background_login.png
new file mode 100644
index 0000000..179bf57
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/background_login.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/background_registration.png b/app/src/main/res/drawable-xxxhdpi/background_registration.png
new file mode 100644
index 0000000..21cdbc8
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/background_registration.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/baseline_email_24px.png b/app/src/main/res/drawable-xxxhdpi/baseline_email_24px.png
new file mode 100644
index 0000000..d25b453
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/baseline_email_24px.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/blue_blood.png b/app/src/main/res/drawable-xxxhdpi/blue_blood.png
new file mode 100644
index 0000000..50f4d07
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/blue_blood.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/capsule.png b/app/src/main/res/drawable-xxxhdpi/capsule.png
new file mode 100644
index 0000000..7bdfb92
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/capsule.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/clock_96px.png b/app/src/main/res/drawable-xxxhdpi/clock_96px.png
new file mode 100644
index 0000000..d872c0e
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/clock_96px.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/component_1___1.png b/app/src/main/res/drawable-xxxhdpi/component_1___1.png
new file mode 100644
index 0000000..56ed723
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/component_1___1.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/content.png b/app/src/main/res/drawable-xxxhdpi/content.png
new file mode 100644
index 0000000..b708404
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/content.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/diary.png b/app/src/main/res/drawable-xxxhdpi/diary.png
new file mode 100644
index 0000000..3731462
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/diary.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/diary_pic.png b/app/src/main/res/drawable-xxxhdpi/diary_pic.png
new file mode 100644
index 0000000..5b72781
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/diary_pic.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/ellipse_31.png b/app/src/main/res/drawable-xxxhdpi/ellipse_31.png
new file mode 100644
index 0000000..c275429
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/ellipse_31.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/ellipse__1.png b/app/src/main/res/drawable-xxxhdpi/ellipse__1.png
new file mode 100644
index 0000000..c275429
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/ellipse__1.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/email_textview.png b/app/src/main/res/drawable-xxxhdpi/email_textview.png
new file mode 100644
index 0000000..4fd5c19
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/email_textview.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/emergency.png b/app/src/main/res/drawable-xxxhdpi/emergency.png
new file mode 100644
index 0000000..ff47277
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/emergency.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/gender_blue.png b/app/src/main/res/drawable-xxxhdpi/gender_blue.png
new file mode 100644
index 0000000..b0528bc
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/gender_blue.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/google.png b/app/src/main/res/drawable-xxxhdpi/google.png
new file mode 100644
index 0000000..a50af39
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/google.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/green.png b/app/src/main/res/drawable-xxxhdpi/green.png
new file mode 100644
index 0000000..194123b
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/green.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/heart_blue.png b/app/src/main/res/drawable-xxxhdpi/heart_blue.png
new file mode 100644
index 0000000..57f6029
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/heart_blue.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/hospital.png b/app/src/main/res/drawable-xxxhdpi/hospital.png
new file mode 100644
index 0000000..c8665c6
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/hospital.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/hospital_3_96px.png b/app/src/main/res/drawable-xxxhdpi/hospital_3_96px.png
new file mode 100644
index 0000000..0381858
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/hospital_3_96px.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/icon_material_mail_outline.png b/app/src/main/res/drawable-xxxhdpi/icon_material_mail_outline.png
new file mode 100644
index 0000000..6e4f48c
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/icon_material_mail_outline.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/icons8_family_96.png b/app/src/main/res/drawable-xxxhdpi/icons8_family_96.png
new file mode 100644
index 0000000..22da098
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/icons8_family_96.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/icons8_glucometer_30.png b/app/src/main/res/drawable-xxxhdpi/icons8_glucometer_30.png
new file mode 100644
index 0000000..ebd0d26
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/icons8_glucometer_30.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/icons8_height_96.png b/app/src/main/res/drawable-xxxhdpi/icons8_height_96.png
new file mode 100644
index 0000000..cbf9ea3
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/icons8_height_96.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/icons8_medical_history_96.png b/app/src/main/res/drawable-xxxhdpi/icons8_medical_history_96.png
new file mode 100644
index 0000000..9a478e1
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/icons8_medical_history_96.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/icons8_multicultural_people_100.png b/app/src/main/res/drawable-xxxhdpi/icons8_multicultural_people_100.png
new file mode 100644
index 0000000..586b3a3
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/icons8_multicultural_people_100.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/icons8_no_food_96.png b/app/src/main/res/drawable-xxxhdpi/icons8_no_food_96.png
new file mode 100644
index 0000000..1ff7cd5
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/icons8_no_food_96.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/icons8_pressure_30.png b/app/src/main/res/drawable-xxxhdpi/icons8_pressure_30.png
new file mode 100644
index 0000000..915e71c
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/icons8_pressure_30.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/icons8_scale_64.png b/app/src/main/res/drawable-xxxhdpi/icons8_scale_64.png
new file mode 100644
index 0000000..3f3a1bd
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/icons8_scale_64.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/icons8_sneeze_96.png b/app/src/main/res/drawable-xxxhdpi/icons8_sneeze_96.png
new file mode 100644
index 0000000..370b045
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/icons8_sneeze_96.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/inhaler.png b/app/src/main/res/drawable-xxxhdpi/inhaler.png
new file mode 100644
index 0000000..ce96242
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/inhaler.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/injection.png b/app/src/main/res/drawable-xxxhdpi/injection.png
new file mode 100644
index 0000000..d9c7397
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/injection.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/lines.png b/app/src/main/res/drawable-xxxhdpi/lines.png
new file mode 100644
index 0000000..a52b30c
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/lines.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/liquid.png b/app/src/main/res/drawable-xxxhdpi/liquid.png
new file mode 100644
index 0000000..4bc219f
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/liquid.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/lock.png b/app/src/main/res/drawable-xxxhdpi/lock.png
new file mode 100644
index 0000000..665bbd0
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/lock.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/logo_plus.png b/app/src/main/res/drawable-xxxhdpi/logo_plus.png
new file mode 100644
index 0000000..04c3226
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/logo_plus.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/mainpicture.png b/app/src/main/res/drawable-xxxhdpi/mainpicture.png
new file mode 100644
index 0000000..eb15f15
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/mainpicture.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/medicalid.png b/app/src/main/res/drawable-xxxhdpi/medicalid.png
new file mode 100644
index 0000000..da86f8b
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/medicalid.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/medication_blank.png b/app/src/main/res/drawable-xxxhdpi/medication_blank.png
new file mode 100644
index 0000000..553c350
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/medication_blank.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/menu_book_24px.png b/app/src/main/res/drawable-xxxhdpi/menu_book_24px.png
new file mode 100644
index 0000000..00f38f9
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/menu_book_24px.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/museum_24px.png b/app/src/main/res/drawable-xxxhdpi/museum_24px.png
new file mode 100644
index 0000000..b28ec32
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/museum_24px.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/note_96px.png b/app/src/main/res/drawable-xxxhdpi/note_96px.png
new file mode 100644
index 0000000..bd48758
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/note_96px.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/or.png b/app/src/main/res/drawable-xxxhdpi/or.png
new file mode 100644
index 0000000..c58ecca
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/or.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/path_2145.png b/app/src/main/res/drawable-xxxhdpi/path_2145.png
new file mode 100644
index 0000000..59edfda
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/path_2145.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/path__1.png b/app/src/main/res/drawable-xxxhdpi/path__1.png
new file mode 100644
index 0000000..59edfda
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/path__1.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/phone.png b/app/src/main/res/drawable-xxxhdpi/phone.png
new file mode 100644
index 0000000..efc0e7d
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/phone.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/phone_96px.png b/app/src/main/res/drawable-xxxhdpi/phone_96px.png
new file mode 100644
index 0000000..dc86bae
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/phone_96px.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/pill.png b/app/src/main/res/drawable-xxxhdpi/pill.png
new file mode 100644
index 0000000..3d51578
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/pill.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/pill_96px.png b/app/src/main/res/drawable-xxxhdpi/pill_96px.png
new file mode 100644
index 0000000..979c77c
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/pill_96px.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/pill_hand.png b/app/src/main/res/drawable-xxxhdpi/pill_hand.png
new file mode 100644
index 0000000..df746d6
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/pill_hand.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/pocdoc.png b/app/src/main/res/drawable-xxxhdpi/pocdoc.png
new file mode 100644
index 0000000..0382bc0
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/pocdoc.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/prescription.png b/app/src/main/res/drawable-xxxhdpi/prescription.png
new file mode 100644
index 0000000..c2cad77
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/prescription.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/red.png b/app/src/main/res/drawable-xxxhdpi/red.png
new file mode 100644
index 0000000..cecdb22
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/red.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/reminder.png b/app/src/main/res/drawable-xxxhdpi/reminder.png
new file mode 100644
index 0000000..1169481
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/reminder.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/reminder_pic.png b/app/src/main/res/drawable-xxxhdpi/reminder_pic.png
new file mode 100644
index 0000000..5c1a193
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/reminder_pic.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/separator.png b/app/src/main/res/drawable-xxxhdpi/separator.png
new file mode 100644
index 0000000..d9e54f0
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/separator.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/settings.png b/app/src/main/res/drawable-xxxhdpi/settings.png
new file mode 100644
index 0000000..3743f17
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/settings.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/settings_96px.png b/app/src/main/res/drawable-xxxhdpi/settings_96px.png
new file mode 100644
index 0000000..5ffcce4
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/settings_96px.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/sign_in_button.png b/app/src/main/res/drawable-xxxhdpi/sign_in_button.png
new file mode 100644
index 0000000..69e4413
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/sign_in_button.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/subtraction_2.png b/app/src/main/res/drawable-xxxhdpi/subtraction_2.png
new file mode 100644
index 0000000..220ae05
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/subtraction_2.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/subtraction__1.png b/app/src/main/res/drawable-xxxhdpi/subtraction__1.png
new file mode 100644
index 0000000..220ae05
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/subtraction__1.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/symptom_pic.png b/app/src/main/res/drawable-xxxhdpi/symptom_pic.png
new file mode 100644
index 0000000..49df765
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/symptom_pic.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/symptoms.png b/app/src/main/res/drawable-xxxhdpi/symptoms.png
new file mode 100644
index 0000000..31952a3
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/symptoms.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/tablet.png b/app/src/main/res/drawable-xxxhdpi/tablet.png
new file mode 100644
index 0000000..e5f5171
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/tablet.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/thermometer_96px.png b/app/src/main/res/drawable-xxxhdpi/thermometer_96px.png
new file mode 100644
index 0000000..1ce9721
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/thermometer_96px.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/welcome_pic.png b/app/src/main/res/drawable-xxxhdpi/welcome_pic.png
new file mode 100644
index 0000000..87bb101
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/welcome_pic.png differ
diff --git a/app/src/main/res/drawable-xxxhdpi/yellow.png b/app/src/main/res/drawable-xxxhdpi/yellow.png
new file mode 100644
index 0000000..a0e89f8
Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/yellow.png differ
diff --git a/app/src/main/res/drawable/card_bg_med.xml b/app/src/main/res/drawable/card_bg_med.xml
new file mode 100644
index 0000000..89402ab
--- /dev/null
+++ b/app/src/main/res/drawable/card_bg_med.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/card_recyclerview_bg.xml b/app/src/main/res/drawable/card_recyclerview_bg.xml
new file mode 100644
index 0000000..c31c215
--- /dev/null
+++ b/app/src/main/res/drawable/card_recyclerview_bg.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/diagnosis_button.xml b/app/src/main/res/drawable/diagnosis_button.xml
new file mode 100644
index 0000000..8a89993
--- /dev/null
+++ b/app/src/main/res/drawable/diagnosis_button.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/diagnosis_item.xml b/app/src/main/res/drawable/diagnosis_item.xml
new file mode 100644
index 0000000..58f0978
--- /dev/null
+++ b/app/src/main/res/drawable/diagnosis_item.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/gradient.xml b/app/src/main/res/drawable/gradient.xml
new file mode 100644
index 0000000..0f35d2a
--- /dev/null
+++ b/app/src/main/res/drawable/gradient.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/gradient_button.xml b/app/src/main/res/drawable/gradient_button.xml
new file mode 100644
index 0000000..d2c825c
--- /dev/null
+++ b/app/src/main/res/drawable/gradient_button.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/ic_baseline_add_24.xml b/app/src/main/res/drawable/ic_baseline_add_24.xml
new file mode 100644
index 0000000..eb23254
--- /dev/null
+++ b/app/src/main/res/drawable/ic_baseline_add_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_baseline_alarm_24.xml b/app/src/main/res/drawable/ic_baseline_alarm_24.xml
new file mode 100644
index 0000000..5c0154b
--- /dev/null
+++ b/app/src/main/res/drawable/ic_baseline_alarm_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_baseline_check_24.xml b/app/src/main/res/drawable/ic_baseline_check_24.xml
new file mode 100644
index 0000000..0432fa6
--- /dev/null
+++ b/app/src/main/res/drawable/ic_baseline_check_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_baseline_delete_forever_24.xml b/app/src/main/res/drawable/ic_baseline_delete_forever_24.xml
new file mode 100644
index 0000000..b0b1d8d
--- /dev/null
+++ b/app/src/main/res/drawable/ic_baseline_delete_forever_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_baseline_edit_24.xml b/app/src/main/res/drawable/ic_baseline_edit_24.xml
new file mode 100644
index 0000000..2844baf
--- /dev/null
+++ b/app/src/main/res/drawable/ic_baseline_edit_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_baseline_home_24.xml b/app/src/main/res/drawable/ic_baseline_home_24.xml
new file mode 100644
index 0000000..3a4c7da
--- /dev/null
+++ b/app/src/main/res/drawable/ic_baseline_home_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_baseline_note_add_24.xml b/app/src/main/res/drawable/ic_baseline_note_add_24.xml
new file mode 100644
index 0000000..4465cfe
--- /dev/null
+++ b/app/src/main/res/drawable/ic_baseline_note_add_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_baseline_search_24.xml b/app/src/main/res/drawable/ic_baseline_search_24.xml
new file mode 100644
index 0000000..0a25038
--- /dev/null
+++ b/app/src/main/res/drawable/ic_baseline_search_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_baseline_title_24.xml b/app/src/main/res/drawable/ic_baseline_title_24.xml
new file mode 100644
index 0000000..0837365
--- /dev/null
+++ b/app/src/main/res/drawable/ic_baseline_title_24.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
diff --git a/app/src/main/res/drawable/ic_icon_simple_circle.xml b/app/src/main/res/drawable/ic_icon_simple_circle.xml
new file mode 100644
index 0000000..4668fcf
--- /dev/null
+++ b/app/src/main/res/drawable/ic_icon_simple_circle.xml
@@ -0,0 +1,9 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml
new file mode 100644
index 0000000..07d5da9
--- /dev/null
+++ b/app/src/main/res/drawable/ic_launcher_background.xml
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/src/main/res/drawable/ic_outline_credit_card_24.xml b/app/src/main/res/drawable/ic_outline_credit_card_24.xml
new file mode 100644
index 0000000..9c0fb1f
--- /dev/null
+++ b/app/src/main/res/drawable/ic_outline_credit_card_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_outline_edit_24.xml b/app/src/main/res/drawable/ic_outline_edit_24.xml
new file mode 100644
index 0000000..47ea705
--- /dev/null
+++ b/app/src/main/res/drawable/ic_outline_edit_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_outline_email_24.xml b/app/src/main/res/drawable/ic_outline_email_24.xml
new file mode 100644
index 0000000..1846c51
--- /dev/null
+++ b/app/src/main/res/drawable/ic_outline_email_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_outline_help_outline_24.xml b/app/src/main/res/drawable/ic_outline_help_outline_24.xml
new file mode 100644
index 0000000..1f5cba5
--- /dev/null
+++ b/app/src/main/res/drawable/ic_outline_help_outline_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_outline_home_24.xml b/app/src/main/res/drawable/ic_outline_home_24.xml
new file mode 100644
index 0000000..11b964a
--- /dev/null
+++ b/app/src/main/res/drawable/ic_outline_home_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_outline_info_24.xml b/app/src/main/res/drawable/ic_outline_info_24.xml
new file mode 100644
index 0000000..35f7f5f
--- /dev/null
+++ b/app/src/main/res/drawable/ic_outline_info_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_outline_local_hospital_24.xml b/app/src/main/res/drawable/ic_outline_local_hospital_24.xml
new file mode 100644
index 0000000..7270f45
--- /dev/null
+++ b/app/src/main/res/drawable/ic_outline_local_hospital_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_outline_pin_drop_24.xml b/app/src/main/res/drawable/ic_outline_pin_drop_24.xml
new file mode 100644
index 0000000..9722f2f
--- /dev/null
+++ b/app/src/main/res/drawable/ic_outline_pin_drop_24.xml
@@ -0,0 +1,13 @@
+
+
+
+
diff --git a/app/src/main/res/drawable/ic_outline_settings_24.xml b/app/src/main/res/drawable/ic_outline_settings_24.xml
new file mode 100644
index 0000000..0d7a0a6
--- /dev/null
+++ b/app/src/main/res/drawable/ic_outline_settings_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_outline_verified_user_24.xml b/app/src/main/res/drawable/ic_outline_verified_user_24.xml
new file mode 100644
index 0000000..601a72b
--- /dev/null
+++ b/app/src/main/res/drawable/ic_outline_verified_user_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_undraw_add_tasks_mxew.xml b/app/src/main/res/drawable/ic_undraw_add_tasks_mxew.xml
new file mode 100644
index 0000000..5d0a9e4
--- /dev/null
+++ b/app/src/main/res/drawable/ic_undraw_add_tasks_mxew.xml
@@ -0,0 +1,129 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/src/main/res/drawable/questionaire_bg.xml b/app/src/main/res/drawable/questionaire_bg.xml
new file mode 100644
index 0000000..5267055
--- /dev/null
+++ b/app/src/main/res/drawable/questionaire_bg.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/roundedshape.xml b/app/src/main/res/drawable/roundedshape.xml
new file mode 100644
index 0000000..70da21b
--- /dev/null
+++ b/app/src/main/res/drawable/roundedshape.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/search_input_style_diary.xml b/app/src/main/res/drawable/search_input_style_diary.xml
new file mode 100644
index 0000000..34b5db4
--- /dev/null
+++ b/app/src/main/res/drawable/search_input_style_diary.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/font/pacifico.ttf b/app/src/main/res/font/pacifico.ttf
new file mode 100644
index 0000000..ccbe0f3
Binary files /dev/null and b/app/src/main/res/font/pacifico.ttf differ
diff --git a/app/src/main/res/font/roboto.xml b/app/src/main/res/font/roboto.xml
new file mode 100644
index 0000000..2641caf
--- /dev/null
+++ b/app/src/main/res/font/roboto.xml
@@ -0,0 +1,7 @@
+
+
+
diff --git a/app/src/main/res/font/roboto_thin.xml b/app/src/main/res/font/roboto_thin.xml
new file mode 100644
index 0000000..7acfbd3
--- /dev/null
+++ b/app/src/main/res/font/roboto_thin.xml
@@ -0,0 +1,7 @@
+
+
+
diff --git a/app/src/main/res/font/rubik_medium.ttf b/app/src/main/res/font/rubik_medium.ttf
new file mode 100644
index 0000000..c0b7965
Binary files /dev/null and b/app/src/main/res/font/rubik_medium.ttf differ
diff --git a/app/src/main/res/font/ubuntu.ttf b/app/src/main/res/font/ubuntu.ttf
new file mode 100644
index 0000000..d748728
Binary files /dev/null and b/app/src/main/res/font/ubuntu.ttf differ
diff --git a/app/src/main/res/font/ubuntu_bold.ttf b/app/src/main/res/font/ubuntu_bold.ttf
new file mode 100644
index 0000000..b173da2
Binary files /dev/null and b/app/src/main/res/font/ubuntu_bold.ttf differ
diff --git a/app/src/main/res/layout/activity_add_diary.xml b/app/src/main/res/layout/activity_add_diary.xml
new file mode 100644
index 0000000..a6fcf1a
--- /dev/null
+++ b/app/src/main/res/layout/activity_add_diary.xml
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_diary.xml b/app/src/main/res/layout/activity_diary.xml
new file mode 100644
index 0000000..617c5f8
--- /dev/null
+++ b/app/src/main/res/layout/activity_diary.xml
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_food_allergy_result.xml b/app/src/main/res/layout/activity_food_allergy_result.xml
new file mode 100644
index 0000000..124e11a
--- /dev/null
+++ b/app/src/main/res/layout/activity_food_allergy_result.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_food_image_input.xml b/app/src/main/res/layout/activity_food_image_input.xml
new file mode 100644
index 0000000..e5eb099
--- /dev/null
+++ b/app/src/main/res/layout/activity_food_image_input.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_hospital_view.xml b/app/src/main/res/layout/activity_hospital_view.xml
new file mode 100644
index 0000000..03472d4
--- /dev/null
+++ b/app/src/main/res/layout/activity_hospital_view.xml
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_introduction.xml b/app/src/main/res/layout/activity_introduction.xml
new file mode 100644
index 0000000..bfdd7e9
--- /dev/null
+++ b/app/src/main/res/layout/activity_introduction.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_login.xml b/app/src/main/res/layout/activity_login.xml
new file mode 100644
index 0000000..6146661
--- /dev/null
+++ b/app/src/main/res/layout/activity_login.xml
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
new file mode 100644
index 0000000..58e1a59
--- /dev/null
+++ b/app/src/main/res/layout/activity_main.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_main_menu.xml b/app/src/main/res/layout/activity_main_menu.xml
new file mode 100644
index 0000000..6c4d515
--- /dev/null
+++ b/app/src/main/res/layout/activity_main_menu.xml
@@ -0,0 +1,443 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_maps.xml b/app/src/main/res/layout/activity_maps.xml
new file mode 100644
index 0000000..aae915a
--- /dev/null
+++ b/app/src/main/res/layout/activity_maps.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_medical_id.xml b/app/src/main/res/layout/activity_medical_id.xml
new file mode 100644
index 0000000..6907890
--- /dev/null
+++ b/app/src/main/res/layout/activity_medical_id.xml
@@ -0,0 +1,1049 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_notification_onboard.xml b/app/src/main/res/layout/activity_notification_onboard.xml
new file mode 100644
index 0000000..8a3c467
--- /dev/null
+++ b/app/src/main/res/layout/activity_notification_onboard.xml
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_registration.xml b/app/src/main/res/layout/activity_registration.xml
new file mode 100644
index 0000000..bf46b89
--- /dev/null
+++ b/app/src/main/res/layout/activity_registration.xml
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_reminder.xml b/app/src/main/res/layout/activity_reminder.xml
new file mode 100644
index 0000000..77ee145
--- /dev/null
+++ b/app/src/main/res/layout/activity_reminder.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/diagnosis_dialog.xml b/app/src/main/res/layout/diagnosis_dialog.xml
new file mode 100644
index 0000000..0673c3b
--- /dev/null
+++ b/app/src/main/res/layout/diagnosis_dialog.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_add_reminder.xml b/app/src/main/res/layout/fragment_add_reminder.xml
new file mode 100644
index 0000000..cdcdde4
--- /dev/null
+++ b/app/src/main/res/layout/fragment_add_reminder.xml
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_help_reminder.xml b/app/src/main/res/layout/fragment_help_reminder.xml
new file mode 100644
index 0000000..6aef1bc
--- /dev/null
+++ b/app/src/main/res/layout/fragment_help_reminder.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_home_reminder.xml b/app/src/main/res/layout/fragment_home_reminder.xml
new file mode 100644
index 0000000..cd4ba50
--- /dev/null
+++ b/app/src/main/res/layout/fragment_home_reminder.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_medical_id_edit.xml b/app/src/main/res/layout/fragment_medical_id_edit.xml
new file mode 100644
index 0000000..8b64b8d
--- /dev/null
+++ b/app/src/main/res/layout/fragment_medical_id_edit.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/header.xml b/app/src/main/res/layout/header.xml
new file mode 100644
index 0000000..859e7f8
--- /dev/null
+++ b/app/src/main/res/layout/header.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/item_card.xml b/app/src/main/res/layout/item_card.xml
new file mode 100644
index 0000000..dda6735
--- /dev/null
+++ b/app/src/main/res/layout/item_card.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/reminder_card.xml b/app/src/main/res/layout/reminder_card.xml
new file mode 100644
index 0000000..35308cd
--- /dev/null
+++ b/app/src/main/res/layout/reminder_card.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/menu/bottom_nav_diary.xml b/app/src/main/res/menu/bottom_nav_diary.xml
new file mode 100644
index 0000000..e5c89a0
--- /dev/null
+++ b/app/src/main/res/menu/bottom_nav_diary.xml
@@ -0,0 +1,13 @@
+
+
\ No newline at end of file
diff --git a/app/src/main/res/menu/bottom_nav_reminder.xml b/app/src/main/res/menu/bottom_nav_reminder.xml
new file mode 100644
index 0000000..8b5f6e3
--- /dev/null
+++ b/app/src/main/res/menu/bottom_nav_reminder.xml
@@ -0,0 +1,19 @@
+
+
\ No newline at end of file
diff --git a/app/src/main/res/menu/main_menu.xml b/app/src/main/res/menu/main_menu.xml
new file mode 100644
index 0000000..62c9958
--- /dev/null
+++ b/app/src/main/res/menu/main_menu.xml
@@ -0,0 +1,58 @@
+
+
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 0000000..4ae7d12
--- /dev/null
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 0000000..4ae7d12
--- /dev/null
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..32654ee
Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_background.png b/app/src/main/res/mipmap-hdpi/ic_launcher_background.png
new file mode 100644
index 0000000..8c31856
Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_background.png differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..8e8b379
Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 0000000..aaf51df
Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..a704c05
Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_background.png b/app/src/main/res/mipmap-mdpi/ic_launcher_background.png
new file mode 100644
index 0000000..917cba5
Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_background.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..dad284b
Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 0000000..267f43b
Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..0120c1c
Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..4a8d3f7
Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..d1a5e3a
Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..2c615b3
Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..b6d3f48
Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..8a32184
Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..ed82ff2
Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..2f09391
Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..4278ab9
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..4a215d8
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..01a20ee
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..02ecc74
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ
diff --git a/app/src/main/res/raw/appdoc.json b/app/src/main/res/raw/appdoc.json
new file mode 100644
index 0000000..4ccb2aa
--- /dev/null
+++ b/app/src/main/res/raw/appdoc.json
@@ -0,0 +1 @@
+{"v":"5.6.9","fr":29.9700012207031,"ip":0,"op":151.000006150356,"w":1080,"h":1080,"nm":"Online Doctor App","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Doctor text Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":27,"s":[100]},{"t":37.0000015070409,"s":[2]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":0,"s":[464.126,728.305,0],"to":[0,-14,0],"ti":[0,14,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":10,"s":[464.126,644.305,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":27,"s":[464.126,644.305,0],"to":[0,-19.167,0],"ti":[0,19.167,0]},{"t":37.0000015070409,"s":[464.126,529.305,0]}],"ix":2},"a":{"a":0,"k":[60.884,65.911,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":-21,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":-14,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":-11,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":-8,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":-6,"s":[98,98,100]},{"t":-4.00000016292334,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.83,0],[0,-5.829]],"o":[[0,-5.829],[-5.83,0],[0,0]],"v":[[10.556,5.278],[-0.001,-5.278],[-10.556,5.278]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.866,28.768],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.206],[3.206,0],[0,3.206],[-3.207,0]],"o":[[0,3.206],[-3.207,0],[0,-3.206],[3.206,0]],"v":[[5.806,0],[-0.001,5.806],[-5.806,0],[-0.001,-5.806]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.69,14.166],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 102","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-26.172,-1.428],[26.172,-1.428],[26.172,1.428],[-26.172,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.29,31.18],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 103","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,25.787],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 104","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.428],[72.806,-1.428],[72.806,1.428],[-72.806,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,20.394],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 105","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,15.001],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 106","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 107","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 108","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":-21.0000008553475,"op":130.000005295009,"st":-21.0000008553475,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Love text Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":53,"s":[100]},{"t":63.0000025660426,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":27,"s":[580.843,729.556,0],"to":[0,-13.917,0],"ti":[0,13.917,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":37,"s":[580.843,646.056,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":53,"s":[580.843,646.056,0],"to":[0,-21.333,0],"ti":[0,21.333,0]},{"t":63.0000025660426,"s":[580.843,518.056,0]}],"ix":2},"a":{"a":0,"k":[170.884,67.411,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":6,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":16,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":19,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":21,"s":[98,98,100]},{"t":23.0000009368092,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.173,-1.427],[-26.173,-1.427],[-26.173,1.427],[26.173,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.477,31.181],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,25.788],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.427],[-72.807,-1.427],[-72.807,1.427],[72.807,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,20.395],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,15.002],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.513],[4.29,0],[0.236,-4.077],[0,0],[0,0],[4.137,0],[0,-4.29],[-0.095,-0.486],[0,0],[-13.708,-5.483],[0,0],[0,0]],"o":[[0,-4.29],[-4.136,0],[0,0],[0,0],[-0.236,-4.077],[-4.29,0],[0,0.513],[0,0],[0,0],[13.707,-5.483],[0,0],[0.094,-0.486]],"v":[[15.535,-5.026],[7.767,-13.707],[0.023,-6.393],[0,-6.396],[-0.023,-6.393],[-7.768,-13.707],[-15.535,-5.026],[-15.388,-3.526],[-15.389,-3.526],[0,13.707],[15.389,-3.526],[15.388,-3.526]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.397,23.586],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.962],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.962],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":6.00000024438501,"op":157.000006394741,"st":6.00000024438501,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Doctor text Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":80,"s":[100]},{"t":90.0000036657751,"s":[2]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":53,"s":[464.126,728.305,0],"to":[0,-14,0],"ti":[0,14,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":63,"s":[464.126,644.305,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":80,"s":[464.126,644.305,0],"to":[0,-19.167,0],"ti":[0,19.167,0]},{"t":90.0000036657751,"s":[464.126,529.305,0]}],"ix":2},"a":{"a":0,"k":[60.884,65.911,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":32,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":39,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":42,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":45,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":47,"s":[98,98,100]},{"t":49.0000019958109,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.83,0],[0,-5.829]],"o":[[0,-5.829],[-5.83,0],[0,0]],"v":[[10.556,5.278],[-0.001,-5.278],[-10.556,5.278]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.866,28.768],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.206],[3.206,0],[0,3.206],[-3.207,0]],"o":[[0,3.206],[-3.207,0],[0,-3.206],[3.206,0]],"v":[[5.806,0],[-0.001,5.806],[-5.806,0],[-0.001,-5.806]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.69,14.166],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 102","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-26.172,-1.428],[26.172,-1.428],[26.172,1.428],[-26.172,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.29,31.18],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 103","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,25.787],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 104","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.428],[72.806,-1.428],[72.806,1.428],[-72.806,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,20.394],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 105","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,15.001],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 106","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 107","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 108","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":32.0000013033867,"op":183.000007453743,"st":32.0000013033867,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Love text Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[100]},{"t":115.000004684046,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":79,"s":[580.843,729.556,0],"to":[0,-13.917,0],"ti":[0,13.917,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":89,"s":[580.843,646.056,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":105,"s":[580.843,646.056,0],"to":[0,-21.333,0],"ti":[0,21.333,0]},{"t":115.000004684046,"s":[580.843,518.056,0]}],"ix":2},"a":{"a":0,"k":[170.884,67.411,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":58,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":65,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":68,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":71,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":73,"s":[98,98,100]},{"t":75.0000030548126,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.173,-1.427],[-26.173,-1.427],[-26.173,1.427],[26.173,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.477,31.181],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,25.788],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.427],[-72.807,-1.427],[-72.807,1.427],[72.807,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,20.395],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,15.002],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.513],[4.29,0],[0.236,-4.077],[0,0],[0,0],[4.137,0],[0,-4.29],[-0.095,-0.486],[0,0],[-13.708,-5.483],[0,0],[0,0]],"o":[[0,-4.29],[-4.136,0],[0,0],[0,0],[-0.236,-4.077],[-4.29,0],[0,0.513],[0,0],[0,0],[13.707,-5.483],[0,0],[0.094,-0.486]],"v":[[15.535,-5.026],[7.767,-13.707],[0.023,-6.393],[0,-6.396],[-0.023,-6.393],[-7.768,-13.707],[-15.535,-5.026],[-15.388,-3.526],[-15.389,-3.526],[0,13.707],[15.389,-3.526],[15.388,-3.526]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.397,23.586],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.962],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.962],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":58.0000023623884,"op":209.000008512745,"st":58.0000023623884,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Doctor text Outlines 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":131,"s":[100]},{"t":140.000005702317,"s":[2]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":106,"s":[464.126,728.305,0],"to":[0,-14,0],"ti":[0,14,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":116,"s":[464.126,644.305,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":131,"s":[464.126,644.305,0],"to":[0,-19.167,0],"ti":[0,19.167,0]},{"t":140.000005702317,"s":[464.126,529.305,0]}],"ix":2},"a":{"a":0,"k":[60.884,65.911,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":85,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":92,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":95,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":98,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":100,"s":[98,98,100]},{"t":102.000004154545,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.83,0],[0,-5.829]],"o":[[0,-5.829],[-5.83,0],[0,0]],"v":[[10.556,5.278],[-0.001,-5.278],[-10.556,5.278]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.866,28.768],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.206],[3.206,0],[0,3.206],[-3.207,0]],"o":[[0,3.206],[-3.207,0],[0,-3.206],[3.206,0]],"v":[[5.806,0],[-0.001,5.806],[-5.806,0],[-0.001,-5.806]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.69,14.166],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 102","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-26.172,-1.428],[26.172,-1.428],[26.172,1.428],[-26.172,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.29,31.18],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 103","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,25.787],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 104","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.428],[72.806,-1.428],[72.806,1.428],[-72.806,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,20.394],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 105","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,15.001],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 106","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 107","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 108","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":85.000003462121,"op":236.000009612477,"st":85.000003462121,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Love text Outlines 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":133,"s":[100]},{"t":143.000005824509,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":133,"s":[580.843,729.556,0],"to":[0,-13.917,0],"ti":[0,13.917,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":143,"s":[580.843,646.056,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":159,"s":[580.843,646.056,0],"to":[0,-21.333,0],"ti":[0,21.333,0]},{"t":169.000006883511,"s":[580.843,518.056,0]}],"ix":2},"a":{"a":0,"k":[170.884,67.411,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":112,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":119,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":122,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":125,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":127,"s":[98,98,100]},{"t":129.000005254278,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.173,-1.427],[-26.173,-1.427],[-26.173,1.427],[26.173,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.477,31.181],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,25.788],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.427],[-72.807,-1.427],[-72.807,1.427],[72.807,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,20.395],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,15.002],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.513],[4.29,0],[0.236,-4.077],[0,0],[0,0],[4.137,0],[0,-4.29],[-0.095,-0.486],[0,0],[-13.708,-5.483],[0,0],[0,0]],"o":[[0,-4.29],[-4.136,0],[0,0],[0,0],[-0.236,-4.077],[-4.29,0],[0,0.513],[0,0],[0,0],[13.707,-5.483],[0,0],[0.094,-0.486]],"v":[[15.535,-5.026],[7.767,-13.707],[0.023,-6.393],[0,-6.396],[-0.023,-6.393],[-7.768,-13.707],[-15.535,-5.026],[-15.388,-3.526],[-15.389,-3.526],[0,13.707],[15.389,-3.526],[15.388,-3.526]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.397,23.586],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.962],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.962],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":112.000004561854,"op":263.00001071221,"st":112.000004561854,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Doctor text Outlines 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":183,"s":[100]},{"t":193.000007861051,"s":[2]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":156,"s":[464.126,728.305,0],"to":[0,-14,0],"ti":[0,14,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":166,"s":[464.126,644.305,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":183,"s":[464.126,644.305,0],"to":[0,-19.167,0],"ti":[0,19.167,0]},{"t":193.000007861051,"s":[464.126,529.305,0]}],"ix":2},"a":{"a":0,"k":[60.884,65.911,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":135,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":142,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":145,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":148,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":150,"s":[98,98,100]},{"t":152.000006191087,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.83,0],[0,-5.829]],"o":[[0,-5.829],[-5.83,0],[0,0]],"v":[[10.556,5.278],[-0.001,-5.278],[-10.556,5.278]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.866,28.768],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.206],[3.206,0],[0,3.206],[-3.207,0]],"o":[[0,3.206],[-3.207,0],[0,-3.206],[3.206,0]],"v":[[5.806,0],[-0.001,5.806],[-5.806,0],[-0.001,-5.806]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.69,14.166],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 102","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-26.172,-1.428],[26.172,-1.428],[26.172,1.428],[-26.172,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.29,31.18],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 103","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,25.787],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 104","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.428],[72.806,-1.428],[72.806,1.428],[-72.806,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,20.394],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 105","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,15.001],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 106","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 107","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 108","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":135.000005498663,"op":286.000011649019,"st":135.000005498663,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"DNA big 2 Outlines","parent":2,"sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":-180.417,"ix":10},"p":{"a":0,"k":[-4.239,1230.858,0],"ix":2},"a":{"a":0,"k":[273.583,441.862,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-119.016,-42.404],[-123.031,-28.73],[119.016,42.405],[123.031,28.729]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[204.807,593.448],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.061,-1.266],[23.645,31.221],[0,0],[0.125,-0.015]],"o":[[-7.507,-6.699],[0,0],[-41.996,11.016],[-1.542,-0.004]],"v":[[73.978,-310.292],[16.413,-372.573],[179.346,-324.984],[98.918,-311.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-28.985,3.642],[-22.484,-41.518]],"o":[[34.896,-21.286],[14.561,12.359],[0,0]],"v":[[-40.667,-246.628],[65.213,-280.468],[137.013,-194.41]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[9.554,-10.502],[0,0],[-3.904,16.471],[0,0],[0.298,-1.246]],"o":[[0,0],[-4.709,-15.899],[0,0],[-0.253,1.237],[-3.622,15.137]],"v":[[133.913,-58.068],[-95.413,-126.532],[-97.549,-175.377],[154.875,-100.014],[154.303,-96.301]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[34.76,-2.774],[22.032,49.337],[0,0]],"o":[[-16.078,-12.347],[0,0],[-35.022,27.925]],"v":[[-1.392,-7.171],[-89.194,-109.786],[121.834,-46.784]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-9.151,-32.709],[0,0],[-44.982,3.009],[-13.226,0.655]],"o":[[0,0],[27.739,-20.3],[3.006,0.096],[33.022,29.627]],"v":[[53.324,117.037],[-146.474,58.314],[-36.089,22.51],[-10.474,22.134]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[5.762,-18.126],[12.461,-13.01],[0,0],[-6.069,16.953],[-14.241,13.423],[0,0]],"o":[[-5.541,17.442],[0,0],[-1.857,-17.62],[6.546,-18.288],[0,0],[2.937,18.903]],"v":[[52.751,188.736],[25.217,234.79],[-197.233,169.414],[-191.159,116.971],[-159.626,69.304],[56.797,132.909]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[26.846,-2.707],[20.335,-4.059],[11.374,10.65],[5.874,24.826],[0,0]],"o":[[-23.013,2.328],[-9.929,-10.624],[-20.148,-18.862],[0,0],[-19.53,15.587]],"v":[[-58.01,274.554],[-123.203,284.379],[-155.141,252.38],[-194.433,185.09],[12.805,245.997]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-11.812,-16.175],[0,0],[-27.742,6.243]],"o":[[0,0],[19.832,-6.747],[16.243,18.276]],"v":[[-91.252,367.931],[-205.207,335.995],[-133.291,315.767]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[-15.351,11.996],[0,0],[1.589,-21.924],[0,0],[-0.206,0.469]],"o":[[0,0],[8.322,19.726],[0,0],[0.2,-0.468],[8.381,-18.95]],"v":[[-55.733,-236.205],[145.284,-177.128],[157.058,-114.255],[-93.115,-188.942],[-92.575,-190.354]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-54.216,41.787],[0,0],[18.952,-6.609],[0,0],[4.589,17.103],[0,0],[-26.914,-26.618],[29.816,-67.342],[-42.82,-38.719],[23.095,-64.491],[-46.752,-43.765],[-6.073,-6.182],[2.645,-1.308],[0,0],[-20.404,7.811],[0,0],[-0.219,-0.441],[0,0],[17.387,26.728],[0,0],[0,0],[22.255,26.189],[-15.916,1.607],[-17.424,8.624],[-12.465,39.204],[52.644,55.567],[-17.901,74.657],[9.872,27.37],[0,0],[0,0],[22.508,22.096]],"o":[[0,0],[-14.581,11.226],[0,0],[-10.529,-16.217],[0,0],[13.942,51.963],[-53.354,10.039],[-35.484,80.244],[-87.749,7.479],[-20.403,56.973],[6.564,6.142],[-69.614,17.29],[0,0],[0.317,-0.157],[0,0],[22.161,32.487],[0,0],[-0.81,-1.639],[0,0],[0,0],[-13.153,-20.021],[14.681,-2.569],[20.404,-2.065],[36.992,-18.308],[18.858,-59.327],[58.094,-8.362],[7.529,-31.43],[0,0],[0,0],[-16.611,-42.463],[21.861,-1.688]],"v":[[273.583,-336.382],[256.163,-358.959],[204.278,-332.568],[3.272,-391.28],[-20.715,-441.862],[-48.259,-434.478],[37.774,-305.264],[-118.671,-201.893],[-43.847,-5.396],[-218.013,107.361],[-174.632,273.211],[-155.766,291.72],[-273.583,332.502],[-260.932,358.064],[-228.363,344.334],[-78.142,386.432],[-44.441,441.862],[-18.889,429.2],[-46.082,382.87],[-45.488,380.757],[-47.945,380.07],[-101.048,309.327],[-55.147,302.937],[1.978,286.597],[79.931,197.379],[26.744,18.552],[182.052,-89.647],[175.699,-178.599],[176.903,-182.686],[173.847,-183.585],[104.409,-283.431]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273.583,441.862],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":12,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"DNA big Outlines","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":-47.189,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":0,"s":[806.416,225.218,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":75,"s":[742.416,81.218,0],"to":[0,0,0],"ti":[0,0,0]},{"t":150.000006109625,"s":[806.416,225.218,0]}],"ix":2},"a":{"a":0,"k":[273.583,441.862,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-119.016,-42.404],[-123.031,-28.73],[119.016,42.405],[123.031,28.729]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[204.807,593.448],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.061,-1.266],[23.645,31.221],[0,0],[0.125,-0.015]],"o":[[-7.507,-6.699],[0,0],[-41.996,11.016],[-1.542,-0.004]],"v":[[73.978,-310.292],[16.413,-372.573],[179.346,-324.984],[98.918,-311.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-28.985,3.642],[-22.484,-41.518]],"o":[[34.896,-21.286],[14.561,12.359],[0,0]],"v":[[-40.667,-246.628],[65.213,-280.468],[137.013,-194.41]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[9.554,-10.502],[0,0],[-3.904,16.471],[0,0],[0.298,-1.246]],"o":[[0,0],[-4.709,-15.899],[0,0],[-0.253,1.237],[-3.622,15.137]],"v":[[133.913,-58.068],[-95.413,-126.532],[-97.549,-175.377],[154.875,-100.014],[154.303,-96.301]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[34.76,-2.774],[22.032,49.337],[0,0]],"o":[[-16.078,-12.347],[0,0],[-35.022,27.925]],"v":[[-1.392,-7.171],[-89.194,-109.786],[121.834,-46.784]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-9.151,-32.709],[0,0],[-44.982,3.009],[-13.226,0.655]],"o":[[0,0],[27.739,-20.3],[3.006,0.096],[33.022,29.627]],"v":[[53.324,117.037],[-146.474,58.314],[-36.089,22.51],[-10.474,22.134]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[5.762,-18.126],[12.461,-13.01],[0,0],[-6.069,16.953],[-14.241,13.423],[0,0]],"o":[[-5.541,17.442],[0,0],[-1.857,-17.62],[6.546,-18.288],[0,0],[2.937,18.903]],"v":[[52.751,188.736],[25.217,234.79],[-197.233,169.414],[-191.159,116.971],[-159.626,69.304],[56.797,132.909]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[26.846,-2.707],[20.335,-4.059],[11.374,10.65],[5.874,24.826],[0,0]],"o":[[-23.013,2.328],[-9.929,-10.624],[-20.148,-18.862],[0,0],[-19.53,15.587]],"v":[[-58.01,274.554],[-123.203,284.379],[-155.141,252.38],[-194.433,185.09],[12.805,245.997]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-11.812,-16.175],[0,0],[-27.742,6.243]],"o":[[0,0],[19.832,-6.747],[16.243,18.276]],"v":[[-91.252,367.931],[-205.207,335.995],[-133.291,315.767]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[-15.351,11.996],[0,0],[1.589,-21.924],[0,0],[-0.206,0.469]],"o":[[0,0],[8.322,19.726],[0,0],[0.2,-0.468],[8.381,-18.95]],"v":[[-55.733,-236.205],[145.284,-177.128],[157.058,-114.255],[-93.115,-188.942],[-92.575,-190.354]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-54.216,41.787],[0,0],[18.952,-6.609],[0,0],[4.589,17.103],[0,0],[-26.914,-26.618],[29.816,-67.342],[-42.82,-38.719],[23.095,-64.491],[-46.752,-43.765],[-6.073,-6.182],[2.645,-1.308],[0,0],[-20.404,7.811],[0,0],[-0.219,-0.441],[0,0],[17.387,26.728],[0,0],[0,0],[22.255,26.189],[-15.916,1.607],[-17.424,8.624],[-12.465,39.204],[52.644,55.567],[-17.901,74.657],[9.872,27.37],[0,0],[0,0],[22.508,22.096]],"o":[[0,0],[-14.581,11.226],[0,0],[-10.529,-16.217],[0,0],[13.942,51.963],[-53.354,10.039],[-35.484,80.244],[-87.749,7.479],[-20.403,56.973],[6.564,6.142],[-69.614,17.29],[0,0],[0.317,-0.157],[0,0],[22.161,32.487],[0,0],[-0.81,-1.639],[0,0],[0,0],[-13.153,-20.021],[14.681,-2.569],[20.404,-2.065],[36.992,-18.308],[18.858,-59.327],[58.094,-8.362],[7.529,-31.43],[0,0],[0,0],[-16.611,-42.463],[21.861,-1.688]],"v":[[273.583,-336.382],[256.163,-358.959],[204.278,-332.568],[3.272,-391.28],[-20.715,-441.862],[-48.259,-434.478],[37.774,-305.264],[-118.671,-201.893],[-43.847,-5.396],[-218.013,107.361],[-174.632,273.211],[-155.766,291.72],[-273.583,332.502],[-260.932,358.064],[-228.363,344.334],[-78.142,386.432],[-44.441,441.862],[-18.889,429.2],[-46.082,382.87],[-45.488,380.757],[-47.945,380.07],[-101.048,309.327],[-55.147,302.937],[1.978,286.597],[79.931,197.379],[26.744,18.552],[182.052,-89.647],[175.699,-178.599],[176.903,-182.686],[173.847,-183.585],[104.409,-283.431]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273.583,441.862],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":11,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"DNA small 2 Outlines","parent":5,"sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":-180.175,"ix":10},"p":{"a":0,"k":[-50.633,-129.204,0],"ix":2},"a":{"a":0,"k":[182.367,218.796,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54.742,35.708],[-50.371,41.646],[54.742,-35.71],[50.369,-41.645]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[234.826,293.805],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.884,-6.185],[20.259,0.046],[0,0],[0.033,-0.056]],"o":[[-5.109,0.991],[0,0],[-8.622,20.739],[-0.485,0.633]],"v":[[-92.951,-128.455],[-136.623,-124.269],[-65.989,-176.433],[-85.672,-139.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-7.581,13.072],[-24.136,-3.751]],"o":[[2.17,-21.034],[9.649,-2.123],[0,0]],"v":[[-102.66,-61.316],[-83.42,-115.503],[-25.5,-118.1]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-1.329,-7.224],[0,0],[5.557,6.767],[0,0],[-0.42,-0.513]],"o":[[0,0],[-8.02,-3.042],[0,0],[0.429,0.492],[5.097,6.233]],"v":[[29.653,-74.109],[-70.373,-1.156],[-91.15,-15.579],[18.954,-95.88],[20.303,-94.481]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[9.747,-15.177],[27.211,6.387],[0,0]],"o":[[-10.12,2.75],[0,0],[0.523,23.165]],"v":[[8.217,-2.466],[-61.531,1.53],[30.515,-65.602]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-16.331,-6.48],[0,0],[-12.853,19.46],[-3.874,5.65]],"o":[[0,0],[0.334,-17.779],[0.982,-1.207],[22.542,-4.311]],"v":[[76.488,13.922],[-10.278,77.773],[9.565,21.115],[17.435,10.453]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-5.656,-8.051],[-1.453,-9.206],[0,0],[5.077,7.81],[1.064,10.067],[0,0]],"o":[[5.445,7.745],[0,0],[-7.834,-4.755],[-5.477,-8.424],[0,0],[8.702,4.713]],"v":[[105.824,36.62],[116.157,62.383],[19.554,133.473],[-0.131,114.543],[-9.874,86.629],[84.111,17.465]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[7.296,-11.9],[4.699,-9.643],[7.947,-1.347],[12.06,5.36],[0,0]],"o":[[-6.252,10.202],[-7.484,0.758],[-14.076,2.384],[0,0],[0.298,12.923]],"v":[[106.452,109.101],[90.073,139.016],[66.894,142.139],[26.885,137.232],[116.882,71.003]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-10.358,-0.205],[0,0],[-6.121,13.376]],"o":[[0,0],[3.436,-10.277],[12.612,-0.96]],"v":[[134.476,152.038],[85.63,188.942],[99.833,153.001]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0.128,10.078],[0,0],[-8.528,-7.522],[0,0],[0.129,0.232]],"o":[[0,0],[10.727,2.754],[0,0],[-0.13,-0.229],[-5.175,-9.386]],"v":[[-103.089,-51.849],[-15.795,-116.09],[13.776,-101.24],[-95.345,-21.654],[-95.757,-22.319]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0.216,35.409],[0,0],[3.216,-9.872],[0,0],[8.478,3.468],[0,0],[-19.39,2.74],[-18.381,-33.371],[-29.353,5.498],[-19.312,-29.711],[-32.663,5.535],[-4.448,0.563],[0.29,-1.499],[0,0],[-3.176,10.847],[0,0],[-0.25,-0.048],[0,0],[16.45,1.216],[0,0],[0,0],[17.753,-0.957],[-4.325,7.055],[-1.908,9.874],[12.234,17.413],[39.367,-4.264],[25.125,30.759],[14.359,4.51],[0,0],[0,0],[16.147,-2.343]],"o":[[0,0],[0.053,9.519],[0,0],[-9.974,-0.746],[0,0],[25.758,10.54],[-12.582,25.108],[21.916,39.746],[-24.412,38.465],[17.061,26.248],[4.585,-0.779],[-14.692,34.073],[0,0],[0.035,-0.18],[0,0],[20.315,1.054],[0,0],[-0.929,-0.179],[0,0],[0,0],[-12.362,-0.858],[3.542,-6.849],[5.542,-9.046],[4.053,-20.964],[-18.514,-26.35],[14.758,-26.535],[-10.579,-12.945],[0,0],[0,0],[-22.684,-6.465],[6.154,-9.528]],"v":[[-41.158,-218.796],[-55.909,-218.698],[-61.3,-189.072],[-148.441,-124.721],[-176.778,-130.693],[-182.367,-117.041],[-102.223,-111.976],[-108.682,-15.191],[-4.353,15.566],[-12.5,122.587],[69.363,156.688],[82.893,154.72],[62.771,215.996],[77.257,218.796],[81.808,201.087],[146.2,152.438],[179.575,155.93],[182.368,141.444],[154.777,138.124],[154.093,137.218],[153.041,138.014],[107.283,137.711],[119.033,116.814],[130.202,88.18],[117.897,28.14],[27.62,-5.989],[31.735,-103.82],[-6.872,-129.071],[-8.177,-130.847],[-9.505,-129.871],[-72.36,-132.567]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.367,218.796],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":11,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"DNA small 3 Outlines","parent":5,"sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":-181.619,"ix":10},"p":{"a":0,"k":[445.367,586.796,0],"ix":2},"a":{"a":0,"k":[182.367,218.796,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54.742,35.708],[-50.371,41.646],[54.742,-35.71],[50.369,-41.645]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[234.826,293.805],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.884,-6.185],[20.259,0.046],[0,0],[0.033,-0.056]],"o":[[-5.109,0.991],[0,0],[-8.622,20.739],[-0.485,0.633]],"v":[[-92.951,-128.455],[-136.623,-124.269],[-65.989,-176.433],[-85.672,-139.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-7.581,13.072],[-24.136,-3.751]],"o":[[2.17,-21.034],[9.649,-2.123],[0,0]],"v":[[-102.66,-61.316],[-83.42,-115.503],[-25.5,-118.1]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-1.329,-7.224],[0,0],[5.557,6.767],[0,0],[-0.42,-0.513]],"o":[[0,0],[-8.02,-3.042],[0,0],[0.429,0.492],[5.097,6.233]],"v":[[29.653,-74.109],[-70.373,-1.156],[-91.15,-15.579],[18.954,-95.88],[20.303,-94.481]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[9.747,-15.177],[27.211,6.387],[0,0]],"o":[[-10.12,2.75],[0,0],[0.523,23.165]],"v":[[8.217,-2.466],[-61.531,1.53],[30.515,-65.602]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-16.331,-6.48],[0,0],[-12.853,19.46],[-3.874,5.65]],"o":[[0,0],[0.334,-17.779],[0.982,-1.207],[22.542,-4.311]],"v":[[76.488,13.922],[-10.278,77.773],[9.565,21.115],[17.435,10.453]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-5.656,-8.051],[-1.453,-9.206],[0,0],[5.077,7.81],[1.064,10.067],[0,0]],"o":[[5.445,7.745],[0,0],[-7.834,-4.755],[-5.477,-8.424],[0,0],[8.702,4.713]],"v":[[105.824,36.62],[116.157,62.383],[19.554,133.473],[-0.131,114.543],[-9.874,86.629],[84.111,17.465]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[7.296,-11.9],[4.699,-9.643],[7.947,-1.347],[12.06,5.36],[0,0]],"o":[[-6.252,10.202],[-7.484,0.758],[-14.076,2.384],[0,0],[0.298,12.923]],"v":[[106.452,109.101],[90.073,139.016],[66.894,142.139],[26.885,137.232],[116.882,71.003]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-10.358,-0.205],[0,0],[-6.121,13.376]],"o":[[0,0],[3.436,-10.277],[12.612,-0.96]],"v":[[134.476,152.038],[85.63,188.942],[99.833,153.001]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0.128,10.078],[0,0],[-8.528,-7.522],[0,0],[0.129,0.232]],"o":[[0,0],[10.727,2.754],[0,0],[-0.13,-0.229],[-5.175,-9.386]],"v":[[-103.089,-51.849],[-15.795,-116.09],[13.776,-101.24],[-95.345,-21.654],[-95.757,-22.319]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0.216,35.409],[0,0],[3.216,-9.872],[0,0],[8.478,3.468],[0,0],[-19.39,2.74],[-18.381,-33.371],[-29.353,5.498],[-19.312,-29.711],[-32.663,5.535],[-4.448,0.563],[0.29,-1.499],[0,0],[-3.176,10.847],[0,0],[-0.25,-0.048],[0,0],[16.45,1.216],[0,0],[0,0],[17.753,-0.957],[-4.325,7.055],[-1.908,9.874],[12.234,17.413],[39.367,-4.264],[25.125,30.759],[14.359,4.51],[0,0],[0,0],[16.147,-2.343]],"o":[[0,0],[0.053,9.519],[0,0],[-9.974,-0.746],[0,0],[25.758,10.54],[-12.582,25.108],[21.916,39.746],[-24.412,38.465],[17.061,26.248],[4.585,-0.779],[-14.692,34.073],[0,0],[0.035,-0.18],[0,0],[20.315,1.054],[0,0],[-0.929,-0.179],[0,0],[0,0],[-12.362,-0.858],[3.542,-6.849],[5.542,-9.046],[4.053,-20.964],[-18.514,-26.35],[14.758,-26.535],[-10.579,-12.945],[0,0],[0,0],[-22.684,-6.465],[6.154,-9.528]],"v":[[-41.158,-218.796],[-55.909,-218.698],[-61.3,-189.072],[-148.441,-124.721],[-176.778,-130.693],[-182.367,-117.041],[-102.223,-111.976],[-108.682,-15.191],[-4.353,15.566],[-12.5,122.587],[69.363,156.688],[82.893,154.72],[62.771,215.996],[77.257,218.796],[81.808,201.087],[146.2,152.438],[179.575,155.93],[182.368,141.444],[154.777,138.124],[154.093,137.218],[153.041,138.014],[107.283,137.711],[119.033,116.814],[130.202,88.18],[117.897,28.14],[27.62,-5.989],[31.735,-103.82],[-6.872,-129.071],[-8.177,-130.847],[-9.505,-129.871],[-72.36,-132.567]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.367,218.796],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":11,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"DNA small Outlines","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":5.629,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":0,"s":[141.718,625.194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":75,"s":[181.718,693.194,0],"to":[0,0,0],"ti":[0,0,0]},{"t":150.000006109625,"s":[141.718,625.194,0]}],"ix":2},"a":{"a":0,"k":[182.367,218.796,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54.742,35.708],[-50.371,41.646],[54.742,-35.71],[50.369,-41.645]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[234.826,293.805],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.884,-6.185],[20.259,0.046],[0,0],[0.033,-0.056]],"o":[[-5.109,0.991],[0,0],[-8.622,20.739],[-0.485,0.633]],"v":[[-92.951,-128.455],[-136.623,-124.269],[-65.989,-176.433],[-85.672,-139.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-7.581,13.072],[-24.136,-3.751]],"o":[[2.17,-21.034],[9.649,-2.123],[0,0]],"v":[[-102.66,-61.316],[-83.42,-115.503],[-25.5,-118.1]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-1.329,-7.224],[0,0],[5.557,6.767],[0,0],[-0.42,-0.513]],"o":[[0,0],[-8.02,-3.042],[0,0],[0.429,0.492],[5.097,6.233]],"v":[[29.653,-74.109],[-70.373,-1.156],[-91.15,-15.579],[18.954,-95.88],[20.303,-94.481]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[9.747,-15.177],[27.211,6.387],[0,0]],"o":[[-10.12,2.75],[0,0],[0.523,23.165]],"v":[[8.217,-2.466],[-61.531,1.53],[30.515,-65.602]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-16.331,-6.48],[0,0],[-12.853,19.46],[-3.874,5.65]],"o":[[0,0],[0.334,-17.779],[0.982,-1.207],[22.542,-4.311]],"v":[[76.488,13.922],[-10.278,77.773],[9.565,21.115],[17.435,10.453]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-5.656,-8.051],[-1.453,-9.206],[0,0],[5.077,7.81],[1.064,10.067],[0,0]],"o":[[5.445,7.745],[0,0],[-7.834,-4.755],[-5.477,-8.424],[0,0],[8.702,4.713]],"v":[[105.824,36.62],[116.157,62.383],[19.554,133.473],[-0.131,114.543],[-9.874,86.629],[84.111,17.465]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[7.296,-11.9],[4.699,-9.643],[7.947,-1.347],[12.06,5.36],[0,0]],"o":[[-6.252,10.202],[-7.484,0.758],[-14.076,2.384],[0,0],[0.298,12.923]],"v":[[106.452,109.101],[90.073,139.016],[66.894,142.139],[26.885,137.232],[116.882,71.003]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-10.358,-0.205],[0,0],[-6.121,13.376]],"o":[[0,0],[3.436,-10.277],[12.612,-0.96]],"v":[[134.476,152.038],[85.63,188.942],[99.833,153.001]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0.128,10.078],[0,0],[-8.528,-7.522],[0,0],[0.129,0.232]],"o":[[0,0],[10.727,2.754],[0,0],[-0.13,-0.229],[-5.175,-9.386]],"v":[[-103.089,-51.849],[-15.795,-116.09],[13.776,-101.24],[-95.345,-21.654],[-95.757,-22.319]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0.216,35.409],[0,0],[3.216,-9.872],[0,0],[8.478,3.468],[0,0],[-19.39,2.74],[-18.381,-33.371],[-29.353,5.498],[-19.312,-29.711],[-32.663,5.535],[-4.448,0.563],[0.29,-1.499],[0,0],[-3.176,10.847],[0,0],[-0.25,-0.048],[0,0],[16.45,1.216],[0,0],[0,0],[17.753,-0.957],[-4.325,7.055],[-1.908,9.874],[12.234,17.413],[39.367,-4.264],[25.125,30.759],[14.359,4.51],[0,0],[0,0],[16.147,-2.343]],"o":[[0,0],[0.053,9.519],[0,0],[-9.974,-0.746],[0,0],[25.758,10.54],[-12.582,25.108],[21.916,39.746],[-24.412,38.465],[17.061,26.248],[4.585,-0.779],[-14.692,34.073],[0,0],[0.035,-0.18],[0,0],[20.315,1.054],[0,0],[-0.929,-0.179],[0,0],[0,0],[-12.362,-0.858],[3.542,-6.849],[5.542,-9.046],[4.053,-20.964],[-18.514,-26.35],[14.758,-26.535],[-10.579,-12.945],[0,0],[0,0],[-22.684,-6.465],[6.154,-9.528]],"v":[[-41.158,-218.796],[-55.909,-218.698],[-61.3,-189.072],[-148.441,-124.721],[-176.778,-130.693],[-182.367,-117.041],[-102.223,-111.976],[-108.682,-15.191],[-4.353,15.566],[-12.5,122.587],[69.363,156.688],[82.893,154.72],[62.771,215.996],[77.257,218.796],[81.808,201.087],[146.2,152.438],[179.575,155.93],[182.368,141.444],[154.777,138.124],[154.093,137.218],[153.041,138.014],[107.283,137.711],[119.033,116.814],[130.202,88.18],[117.897,28.14],[27.62,-5.989],[31.735,-103.82],[-6.872,-129.071],[-8.177,-130.847],[-9.505,-129.871],[-72.36,-132.567]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.367,218.796],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":11,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"L_Hand Outlines","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":16,"s":[-3.074]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":52,"s":[1.016]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":91,"s":[-4.764]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":124,"s":[-1.186]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[230.264,3.466,0],"ix":2},"a":{"a":0,"k":[149.349,0.163,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[28.553,19.986],[-13.324,-12.372],[5.711,-10.469],[7.614,0],[6.662,3.807],[-2.856,6.663]],"o":[[0,0],[13.324,12.373],[-5.71,10.468],[0,0],[0,0],[2.855,-6.661]],"v":[[-17.845,-80.183],[37.354,-57.342],[54.486,52.108],[-53.535,80.183],[-60.197,50.679],[11.658,32.121]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972999961703,0.991999966491,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[167.039,80.433],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[11.374,1.441],[0,0],[4.758,3.806],[-4.758,-3.807],[-2.855,-1.903],[0,0]],"o":[[0,0],[0,0],[0,0],[-4.759,-3.808],[4.759,3.807],[2.855,1.904],[0,0]],"v":[[21.89,-1.904],[3.76,-13.785],[6.347,-5.188],[-18.082,-13.324],[-16.179,4.759],[-0.951,15.228],[22.841,14.275]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.776000019148,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[90.188,138.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54.724,-49.014],[25.221,-49.014],[54.724,49.014],[-25.221,49.014]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[54.974,128.257],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Head Outlines","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":29,"s":[-9.232]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":60,"s":[-9.232]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":90,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0]},"t":120,"s":[-2.032]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[225.55,3.685,0],"ix":2},"a":{"a":0,"k":[79.539,126.816,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.264,-4.602],[2.928,1.441],[-2.263,4.602],[-2.928,-1.441]],"o":[[-2.264,4.602],[-2.928,-1.44],[2.263,-4.601],[2.929,1.44]],"v":[[5.302,2.607],[-4.099,8.332],[-5.302,-2.608],[4.097,-8.332]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.776000019148,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.398,73.687],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.026,-2.427]],"o":[[0,0],[0,0]],"v":[[-3.916,1.427],[3.916,1]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.270999983245,0.243000000598,0.419999994016,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.809,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[29.863,59.611],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.703,-2.855],[15.703,2.855]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.270999983245,0.243000000598,0.419999994016,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.809,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[65.443,64.845],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.215,-6.894],[4.494,-0.14],[0.215,6.893],[-4.493,0.14]],"o":[[0.215,6.893],[-4.492,0.14],[-0.215,-6.893],[4.492,-0.14]],"v":[[8.136,-0.254],[0.389,12.482],[-8.135,0.254],[-0.388,-12.481]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.270999983245,0.243000000598,0.419999994016,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.809,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[18.298,61.976],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.215,-6.894],[4.494,-0.14],[0.215,6.893],[-4.494,0.14]],"o":[[0.214,6.893],[-4.492,0.14],[-0.214,-6.894],[4.492,-0.14]],"v":[[8.136,-0.254],[0.389,12.482],[-8.136,0.254],[-0.389,-12.481]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.270999983245,0.243000000598,0.419999994016,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.809,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[41.881,62.102],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.817,-3.376],[8.576,11.597],[-11.818,-5.065],[6.753,-25.323],[10.129,-20.258],[0,0],[0,0]],"o":[[0,0],[-12.775,-17.276],[11.817,5.065],[0,0],[-10.13,20.259],[0,0],[0,0]],"v":[[3.011,-10.129],[-37.506,-11.817],[-13.871,-33.764],[30.022,-15.194],[40.152,10.129],[26.646,40.517],[26.646,18.57]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.531,49.208],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[12.185,-3.046],[10.662,-4.57],[0,0],[0,-4.569],[-10.662,0],[-4.57,9.139],[0,0]],"o":[[0,0],[-12.186,3.046],[-10.663,4.569],[0,0],[0,4.57],[10.663,0],[4.57,-9.139],[0,0]],"v":[[25.894,-29.702],[15.231,-2.285],[-19.801,-6.854],[-31.987,-11.424],[-35.033,12.947],[-15.233,29.702],[30.463,3.808],[30.463,-29.702]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[48.059,90.728],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-8.441,-28.699],[0,0],[5.065,-5.064],[0,0],[-8.221,0.209],[-3.571,3.561],[0,0],[-11.818,27.011],[25.323,-33.764]],"o":[[0,1.688],[8.441,28.7],[0,0],[0,0],[2.448,5.386],[5.042,-0.128],[0,0],[0,0],[11.817,-27.012],[0,0]],"v":[[-32.076,-37.889],[-32.076,17.822],[-8.441,43.145],[-15.194,60.027],[-13.575,63.589],[8.52,71.444],[21.902,65.555],[30.981,54.804],[28.7,-2.436],[-30.388,-37.889]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.776000019148,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.165,71.903],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Body Outlines","parent":19,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":47,"s":[-2.61]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":101,"s":[-0.3]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[377.123,330,0],"ix":2},"a":{"a":0,"k":[183.221,254.112,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[14.752,-41.757],[-12.848,-17.25],[-6.187,-17.25],[-14.752,1.785],[2.38,41.757],[-10.945,1.785],[-2.38,-18.202],[-7.139,-20.105]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.435000011968,0.736999990426,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.663,50.81],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.409,-50.256],[13.464,-18.75],[2.995,-18.75],[7.754,2.188],[-17.27,50.257],[13.464,5.043],[7.754,-16.847],[17.27,-16.847]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.435000011968,0.736999990426,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[229,57.545],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.903,-74.234],[0,0],[0,0],[-10.469,19.986]],"o":[[0,0],[-1.903,74.234],[0,0],[0,0],[10.469,-19.986]],"v":[[31.33,-127.089],[18.159,-25.662],[13.401,127.089],[-31.33,123.283],[-4.682,-104.655]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972999961703,0.991999966491,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[146.263,134.885],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[58.335,-9.031],[0,0]],"o":[[0,0],[0,0],[0,0],[-71.535,11.074],[0,0]],"v":[[-25.22,49.013],[25.148,43.929],[26.694,-46.321],[-29.027,12.848],[-23.058,43.006]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.435000011968,0.736999990426,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[235.801,114.933],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[25.238,17.318],[-1.903,-44.731],[0,0],[0,0],[0,0]],"o":[[0,0],[1.904,44.73],[0,0],[0,0],[0,0]],"v":[[-6.186,-129.91],[-24.745,-45.682],[-20.938,129.91],[26.648,118.49],[26.648,-86.607]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972999961703,0.991999966491,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[235.801,132.064],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.903,-13.324],[0,0],[-9.517,7.614],[8.566,6.662],[0,0]],"o":[[0,0],[-1.904,13.324],[0,0],[9.518,-7.613],[-8.565,-6.662],[0,0]],"v":[[-11.42,-114.207],[-58.054,-87.559],[-58.054,110.399],[39.021,110.399],[51.393,-106.593],[11.422,-118.013]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.243000000598,0.630999995213,0.870999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[200.111,118.264],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.764999988032,0.795999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.767,139.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":1,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.613,-25.697],[-18.083,20.938]],"o":[[-1.082,3.65],[29.872,-34.589]],"v":[[-58.241,-0.559],[71.193,-5.318]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.243000000598,0.630999995213,0.870999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[183.167,232.078],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.469,-34.262],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-46.634,16.892],[-40.924,17.37],[46.635,17.37],[57.104,-3.094],[-4.759,-12.611]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.243000000598,0.630999995213,0.870999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.029,238.419],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"R_Hand Outlines","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":35,"s":[-6.479]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":72,"s":[0.898]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":115,"s":[-6.116]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[174.722,9.525,0],"ix":2},"a":{"a":0,"k":[203.274,2.387,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[6.661,0.952],[1.903,0],[7.614,-5.71],[-2.855,-3.806],[-13.324,-1.904]],"o":[[-0.952,0],[-6.663,-0.952],[-1.904,0],[0,0],[2.856,3.807],[0,0]],"v":[[29.504,8.089],[18.083,-5.234],[-3.807,-5.234],[-29.504,-9.993],[-6.663,0.476],[22.841,15.703]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.776000019148,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.753,43.078],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.172,5.534],[0.418,-0.722],[-5.198,-4.548]],"o":[[0,0],[-0.173,-0.816],[-1.728,2.992],[7.614,6.662]],"v":[[6.469,3.146],[-1.163,-9.185],[-2.842,-9.457],[-1.271,3.518]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.776000019148,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[44.349,35.277],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[12.372,-9.517],[4.759,0.952],[6.662,2.855],[4.759,-0.952],[-17.131,-10.47],[0,0]],"o":[[0,0],[-12.372,9.517],[-4.758,-0.951],[0,0],[0,0],[17.131,10.468],[0,0]],"v":[[81.372,-76.138],[33.786,-59.006],[-9.042,15.228],[-60.435,-38.068],[-81.372,-12.372],[-15.704,65.669],[42.351,19.034]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972999961703,0.991999966491,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[124.926,76.387],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Texts","parent":19,"refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[391.619,313.51,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"cahat box Outlines","parent":19,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[378.31,519.641,0],"ix":2},"a":{"a":0,"k":[101.608,13.574,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-5.782],[5.782,0],[0,5.781],[-5.781,0]],"o":[[0,5.781],[-5.781,0],[0,-5.782],[5.782,0]],"v":[[10.469,0],[-0.001,10.469],[-10.469,0],[-0.001,-10.469]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.429,13.574],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.358,0],[0,0],[0,7.358],[-7.359,0],[0,0],[0,-7.359]],"o":[[0,0],[-7.359,0],[0,-7.359],[0,0],[7.358,0],[0,7.358]],"v":[[88.035,13.324],[-88.034,13.324],[-101.358,0],[-88.034,-13.324],[88.035,-13.324],[101.358,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[101.608,13.574],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"stethoscope Outlines","parent":8,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":89,"s":[6.706]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":118,"s":[-3.332]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[89.689,96.581,0],"ix":2},"a":{"a":0,"k":[35.603,50.499,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":41,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":48,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":51,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":54,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":56,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":58,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":125,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":127,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":130,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":133,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":136,"s":[100,100,100]},{"t":143.000005824509,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.456,0],[0,2.455],[-2.456,0],[0,-2.456]],"o":[[-2.456,0],[0,-2.456],[2.456,0],[0,2.455]],"v":[[23.791,6.67],[19.344,2.224],[23.791,-2.224],[28.237,2.224]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[6.743,0],[0,6.743],[0,0],[-4.498,3.394],[-5.02,-0.777],[0,0]],"o":[[-6.743,0],[0,0],[5.169,-1.444],[0.696,5.045],[0,0],[0,6.743]],"v":[[9.782,47.581],[-2.445,35.352],[-2.445,11.254],[12.352,3.816],[22.011,13.634],[22.011,35.352]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,6.085],[6.341,0.052],[0,5.898],[4.737,1.981],[0,0.214],[2.456,0],[0,-2.456],[-2.456,0],[-0.813,0.883],[0,-12.134],[3.09,-5.131],[0.63,-4.496],[6.402,-1.653],[0,12.571],[-3.433,1.042],[-1.522,0],[0,2.455],[2.456,0],[0.006,-2.452],[0,-15.201],[-4.633,-4.812],[-7.341,-2.051],[0,0],[-8.214,0],[0,8.214],[0,0]],"o":[[0,-6.355],[2.253,-4.166],[0,-13.375],[0.029,-0.206],[0,-2.456],[-2.456,0],[0,2.455],[1.295,0],[4.063,1.615],[0,4.982],[-4.249,1.287],[-4.332,3.652],[-18.775,-4.847],[0,-13.691],[0.802,1.165],[2.456,0],[0,-2.456],[-2.453,0],[-4.053,1.298],[0,10.792],[5.473,5.683],[0,0],[0,8.214],[8.214,0],[0,0],[5.968,-0.456]],"v":[[35.352,2.224],[23.885,-9.334],[27.792,-24.457],[14.833,-45.177],[14.896,-45.802],[10.45,-50.249],[6.003,-45.802],[10.45,-41.355],[13.713,-42.801],[25.125,-24.457],[20.437,-8.841],[12.354,0.608],[-3.779,8.845],[-32.685,-24.457],[-19.895,-43.286],[-16.231,-41.355],[-11.784,-45.802],[-16.231,-50.249],[-20.677,-45.812],[-35.352,-24.457],[-25.196,-0.853],[-5.114,11.248],[-5.114,35.352],[9.782,50.249],[24.68,35.352],[24.68,13.74]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.602,50.499],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":41.0000016699642,"op":144.00000586524,"st":48.0000019550801,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Circle Outlines 6","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[814.721,753.926,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":34,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":41,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":44,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":47,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":49,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":51,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":132,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":134,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":137,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":140,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":143,"s":[100,100,100]},{"t":150.000006109625,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":34.0000013848484,"op":151.000006150356,"st":50.0000020365418,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"DNA Outlines","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":50,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":88,"s":[14.675]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":120,"s":[-13.298]},{"t":145.000005905971,"s":[0]}],"ix":10},"p":{"a":0,"k":[92.721,89.926,0],"ix":2},"a":{"a":0,"k":[52.719,52.72,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":34,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":41,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":44,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":47,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":49,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":51,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":120,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":122,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":125,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":128,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":131,"s":[100,100,100]},{"t":138.000005620855,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-11.714,-12.105],[-13.002,-10.709],[11.713,12.105],[13.002,10.709]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.422,69.065],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.755,0.68],[0.978,5.129],[0,0],[0.015,0.005]],"o":[[-0.501,-1.245],[0,0],[-5.67,-1.168],[-0.184,-0.092]],"v":[[27.075,-30.402],[23.88,-41.249],[40.534,-25.926],[30.132,-29.082]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-3.678,-1.279],[-0.232,-6.29]],"o":[[5.428,-0.48],[1.01,2.338],[0,0]],"v":[[9.611,-29.574],[24.263,-27.356],[27.754,-12.827]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.763,-0.689],[0,0],[-1.44,1.737],[0,0],[0.11,-0.132]],"o":[[0,0],[0.377,-2.177],[0,0],[-0.103,0.133],[-1.328,1.595]],"v":[[19.32,3.28],[-4.032,-18.462],[-1.4,-24.424],[24.305,-0.491],[24.017,-0.082]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[4.318,1.724],[-0.286,7.197],[0,0]],"o":[[-1.19,-2.426],[0,0],[-5.836,1.266]],"v":[[0.142,1.361],[-4.28,-16.092],[17.21,3.915]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0.841,-4.449],[0,0],[-5.553,-2.301],[-1.618,-0.704]],"o":[[0,0],[4.515,-0.785],[0.354,0.189],[2.194,5.493]],"v":[[-0.664,19.438],[-21.066,0.605],[-5.758,2.855],[-2.676,4.326]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[1.76,-1.825],[2.258,-0.818],[0,0],[-1.728,1.667],[-2.495,0.762],[0,0]],"o":[[-1.694,1.756],[0,0],[0.82,-2.216],[1.864,-1.798],[0,0],[-0.766,2.433]],"v":[[-4.973,27.972],[-10.987,31.847],[-33.701,10.879],[-29.874,4.973],[-23.287,1.141],[-1.189,21.54]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[3.368,1.264],[2.669,0.717],[0.729,1.945],[-0.767,3.314],[0,0]],"o":[[-2.888,-1.083],[-0.558,-1.857],[-1.292,-3.446],[0,0],[-3.255,0.708]],"v":[[-23.283,31.676],[-31.654,28.995],[-33.578,23.283],[-34.293,12.918],[-13.133,32.452]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-0.454,-2.631],[0,0],[-3.684,-0.895]],"o":[[0,0],[2.768,0.367],[0.86,3.144]],"v":[[-32.778,40.868],[-44.505,30.313],[-34.716,32.149]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[-2.544,0.526],[0,0],[1.486,-2.525],[0,0],[-0.053,0.044]],"o":[[0,0],[-0.172,2.85],[0,0],[0.052,-0.045],[2.122,-1.768]],"v":[[7.194,-29.22],[27.72,-10.273],[25.409,-2.064],[-0.068,-25.783],[0.081,-25.921]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-8.951,1.786],[0,0],[2.655,0.331],[0,0],[-0.463,2.315],[0,0],[-1.642,-4.771],[7.546,-6.283],[-2.827,-7.159],[6.573,-6.34],[-2.998,-7.995],[-0.36,-1.097],[0.394,0],[0,0],[-2.9,-0.274],[0,0],[0,-0.065],[0,0],[0.496,4.222],[0,0],[0,0],[1.111,4.445],[-1.997,-0.749],[-2.592,0],[-3.807,3.947],[3.005,9.752],[-6.554,7.862],[-0.439,3.854],[0,0],[0,0],[1.382,3.971]],"o":[[0,0],[-2.406,0.48],[0,0],[-0.3,-2.56],[0,0],[-1.407,7.034],[-6.969,-1.955],[-8.985,7.49],[-10.927,-4.296],[-5.807,5.601],[0.421,1.122],[-9.341,-2.051],[0,0],[0.047,0],[0,0],[0.727,5.192],[0,0],[0,-0.244],[0,0],[0,0],[-0.387,-3.17],[1.906,0.561],[2.559,0.96],[5.503,0],[5.762,-5.973],[7.437,2.437],[2.758,-3.311],[0,0],[0,0],[0.527,-6.056],[2.712,1.091]],"v":[[52.469,-21.715],[51.721,-25.444],[43.962,-25.358],[23.416,-44.26],[23.541,-51.723],[19.813,-52.47],[22.451,-31.942],[-2.356,-28.842],[-5.035,-0.937],[-32.514,2.236],[-37.139,24.618],[-35.979,27.946],[-52.469,25.85],[-52.469,29.654],[-47.765,29.939],[-32.305,43.853],[-31.556,52.47],[-27.754,52.467],[-28.263,45.324],[-28.068,45.107],[-28.321,44.879],[-30.482,33.285],[-24.619,35.236],[-16.827,36.663],[-2.237,30.611],[1.983,6.098],[26.94,2.355],[31.441,-8.65],[31.827,-9.067],[31.514,-9.355],[29.123,-25.392]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[52.719,52.72],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":11,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":34.0000013848484,"op":139.000005661586,"st":38.0000015477717,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Circle Outlines 2","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[896.721,429.426,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":27,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":34,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":37,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":40,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":42,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":44,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":127,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":129,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":132,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":135,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":138,"s":[100,100,100]},{"t":145.000005905971,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":27.0000010997325,"op":146.000005946702,"st":40.0000016292334,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Heart Outlines","parent":12,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":40,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":70,"s":[7.079]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":106,"s":[-3.325]},{"t":140.000005702317,"s":[0]}],"ix":10},"p":{"a":0,"k":[92.06,139.985,0],"ix":2},"a":{"a":0,"k":[46.347,86.299,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":27,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":34,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":37,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":40,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":42,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":44,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":115,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":117,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":120,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":123,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":126,"s":[100,100,100]},{"t":133.000005417201,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-12.08,22.106],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[12.135,22.204],[0,0],[0,0],[0,0]],"v":[[11.249,-31.61],[-0.747,16.373],[-14.808,-19.952],[-22.225,-6.973],[-40.044,-6.973],[-0.036,31.61],[40.044,-5.863],[19.063,-5.863]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.382,54.69],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,5.47],[14.564,0],[4.806,-5.584],[7.546,0],[-0.573,-15.999],[-2.084,-4.676],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[2.195,-4.969],[0,-16.01],[-7.546,0],[-4.807,-5.584],[-14.563,0],[0.181,5.023],[0,0],[0,0]],"v":[[-13.808,-3.522],[-1.222,28.992],[11.209,-20.734],[22.268,15.698],[42.289,15.698],[45.81,-0.004],[19.44,-28.992],[0.287,-19.918],[-18.867,-28.992],[-45.237,-0.004],[-41.648,14.588],[-24.158,14.588]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.059,29.242],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":27.0000010997325,"op":134.000005457932,"st":28.0000011404634,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Circle Outlines 3","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[728.721,183.426,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":20,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":27,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":30,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":33,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":35,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":37,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":122,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":124,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":127,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":130,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":133,"s":[100,100,100]},{"t":140.000005702317,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":20.0000008146167,"op":141.000005743048,"st":30.0000012219251,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Tablet Outlines","parent":14,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":30,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":65,"s":[-29.002]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":102,"s":[-3.806]},{"t":135.000005498663,"s":[0]}],"ix":10},"p":{"a":0,"k":[90.953,87.04,0],"ix":2},"a":{"a":0,"k":[45.903,37.253,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":20,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":27,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":30,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":33,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":35,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":37,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":110,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":112,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":115,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":118,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":121,"s":[100,100,100]},{"t":128.000005213547,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.005,1.517],[-1.517,-1.005],[1.005,-1.517],[1.517,1.005]],"o":[[1.005,-1.517],[1.516,1.006],[-1.006,1.517],[-1.517,-1.005]],"v":[[-0.011,8.484],[4.557,7.558],[5.484,12.126],[0.916,13.053]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.006,1.517],[-1.517,-1.004],[1.005,-1.517],[1.516,1.006]],"o":[[1.005,-1.517],[1.518,1.006],[-1.005,1.517],[-1.517,-1.005]],"v":[[-18.325,-3.65],[-13.758,-4.579],[-12.831,-0.011],[-17.398,0.916]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-1.005,1.517],[-1.517,-1.005],[1.005,-1.517],[1.517,1.005]],"o":[[1.006,-1.517],[1.517,1.005],[-1.005,1.517],[-1.517,-1.006]],"v":[[-2.483,-3.696],[2.085,-4.623],[3.012,-0.054],[-1.556,0.872]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-1.006,1.517],[-1.518,-1.005],[1.005,-1.517],[1.518,1.005]],"o":[[1.005,-1.517],[1.516,1.006],[-1.005,1.517],[-1.516,-1.006]],"v":[[12.147,-1.908],[16.715,-2.835],[17.641,1.733],[13.073,2.66]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-1.006,1.517],[-1.516,-1.005],[1.005,-1.517],[1.517,1.006]],"o":[[1.005,-1.517],[1.519,1.005],[-1.006,1.517],[-1.517,-1.005]],"v":[[-6.785,-17.089],[-2.219,-18.016],[-1.291,-13.449],[-5.859,-12.522]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[5.362,-8.091],[-8.092,-5.362],[0,0]],"o":[[0,0],[-8.092,-5.362],[-5.361,8.092],[0,0],[0,0]],"v":[[26.765,-4.082],[2.956,-19.858],[-21.404,-14.915],[-16.46,9.444],[7.348,25.22]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.015,25.471],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":7,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-5.362,8.092],[8.092,5.362],[0,0],[0,0]],"o":[[8.092,5.362],[5.362,-8.092],[0,0],[0,0],[0,0]],"v":[[-2.956,19.858],[21.404,14.915],[16.461,-9.445],[-7.349,-25.221],[-26.766,4.083]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[64.791,49.036],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":20.0000008146167,"op":129.000005254278,"st":18.000000733155,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Circle Outlines","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[382.721,155.426,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":20,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":23,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":26,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":28,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":30,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":117,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":119,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":122,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":125,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":128,"s":[100,100,100]},{"t":135.000005498663,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":13.0000005295009,"op":136.000005539394,"st":20.0000008146167,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Briefcase Outlines","parent":16,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":50,"s":[-3.412]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":88,"s":[5.114]},{"t":130.000005295009,"s":[0]}],"ix":10},"p":{"a":0,"k":[93.301,118.366,0],"ix":2},"a":{"a":0,"k":[38.329,61.178,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":20,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":23,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":26,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":28,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":30,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":105,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":107,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":110,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":113,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":116,"s":[100,100,100]},{"t":123.000005009893,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.441,0],[0,0],[0,-3.389],[0,0],[0,0],[0,0],[-2.939,0],[0,0],[0,-4.922]],"o":[[0,0],[0,0],[0,-3.389],[0,0],[-0.44,0],[0,0],[0,0],[0,0],[0,-4.922],[0,0],[2.939,0],[0,0]],"v":[[17.347,5.923],[13.962,5.923],[13.962,2.712],[12.192,-2.538],[-12.193,-2.538],[-13.963,2.712],[-13.963,5.923],[-17.347,5.923],[-17.347,2.712],[-12.193,-5.923],[12.192,-5.923],[17.347,2.712]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.329,6.174],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.478,0],[0,7.478],[-7.478,0],[0,-7.477]],"o":[[-7.478,0],[0,-7.477],[7.478,0],[0,7.478]],"v":[[-0.846,12.693],[-14.386,-0.847],[-0.846,-14.386],[12.693,-0.847]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.611,0],[0,0],[0,-3.611],[0,0],[-3.611,0],[0,0],[0,3.611],[0,0]],"o":[[0,0],[-3.611,0],[0,0],[0,3.611],[0,0],[3.611,0],[0,0],[0,-3.611]],"v":[[31.541,-26.233],[-31.541,-26.233],[-38.079,-19.694],[-38.079,19.694],[-31.541,26.233],[31.541,26.233],[38.079,19.694],[38.079,-19.694]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.329,34.945],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[8.462,-2.82],[2.82,-2.82],[2.82,-8.462],[-2.821,-8.462],[-2.821,-2.82],[-8.462,-2.82],[-8.462,2.821],[-2.821,2.821],[-2.821,8.462],[2.82,8.462],[2.82,2.821],[8.462,2.821]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[36.637,34.098],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":13.0000005295009,"op":124.000005050624,"st":8.00000032584668,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Circle Outlines 4","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[172.721,374.926,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":6,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":16,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":19,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":21,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":23,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":112,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":114,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":117,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":120,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":123,"s":[100,100,100]},{"t":130.000005295009,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":6.00000024438501,"op":131.000005335739,"st":10.0000004073083,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Injection Outlines","parent":18,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":10,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[-9.777]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":77,"s":[6.974]},{"t":125.000005091354,"s":[0]}],"ix":10},"p":{"a":0,"k":[55.721,124.926,0],"ix":2},"a":{"a":0,"k":[0.25,67.538,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":6,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":16,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":19,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":21,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":23,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":101,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":103,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":106,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":109,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":112,"s":[100,100,100]},{"t":119.000004846969,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-3.688,8.821],[-9.494,1.132],[3.688,-8.821],[9.494,-1.131]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[67.053,16.67],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.458,0.606],[0,0],[-0.607,0.458],[-0.458,-0.606],[0,0],[0.607,-0.458]],"o":[[0,0],[-0.459,-0.607],[0.606,-0.458],[0,0],[0.458,0.607],[-0.607,0.458]],"v":[[6.367,10.715],[-8.563,-9.057],[-8.294,-10.986],[-6.366,-10.717],[8.563,9.056],[8.294,10.986]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.644,11.694],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.458,0.606],[0,0],[-0.607,0.458],[-0.458,-0.606],[0,0],[0.607,-0.458]],"o":[[0,0],[-0.459,-0.607],[0.606,-0.458],[0,0],[0.458,0.606],[-0.607,0.458]],"v":[[6.367,10.716],[-8.563,-9.058],[-8.294,-10.986],[-6.366,-10.717],[8.563,9.057],[8.294,10.985]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[58.264,23.305],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.066,0.358],[0,0],[0,0]],"o":[[-1.121,-6.054],[0,0],[-0.096,-0.335]],"v":[[3.121,2.507],[-3.367,-2.943],[3.367,3.546]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[36.946,33.244],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.663,-0.17],[0,0],[0,0]],"o":[[0.968,0.583],[0,0],[0,0],[0,0]],"v":[[-1.357,-0.195],[1.166,0.918],[1.357,0.775],[-0.398,-0.918]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.021,43.793],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.959,3.366],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.054,-1.236]],"v":[[1.584,-1.325],[-5.149,-7.814],[-6.936,-6.467],[3.848,7.814],[6.936,5.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.729,38.115],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.968,0.583],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.663,-0.17]],"v":[[8.25,5.778],[5.161,8.11],[-5.621,-6.17],[-3.836,-7.519],[13.055,-20.27],[23.837,-5.99],[9.209,5.055],[10.964,6.748],[27.486,-5.726],[14.215,-23.303],[-24.234,5.727],[-27.486,21.98],[-10.963,23.303],[10.773,6.891]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[37.414,37.819],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.146,4.973],[-6.146,4.973],[5.316,-4.973],[6.146,-3.876]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.396,62.564],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":6.00000024438501,"op":120.0000048877,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Circle Outlines 5","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[212.721,716.926,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":7,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":10,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":15,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":17,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":108,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":110,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":113,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":116,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":119,"s":[100,100,100]},{"t":126.000005132085,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":126.000005132085,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Hand Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":43,"s":[2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":80,"s":[-1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":111,"s":[1.5]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[327.435,1143.512,0],"ix":2},"a":{"a":0,"k":[178.054,917.006,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.785,-7.87],[4.548,3.92],[-6.785,7.87],[-4.547,-3.92]],"o":[[-6.784,7.87],[-4.546,-3.92],[6.785,-7.87],[4.547,3.92]],"v":[[9.14,5.515],[-11.379,12.667],[-7.327,-8.681],[10.462,-12.667]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.764999988032,0.795999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[510.968,454.106],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.562,-9.931],[5.738,4.947],[-8.562,9.931],[-5.738,-4.947]],"o":[[-8.562,9.931],[-5.738,-4.946],[8.561,-9.931],[5.737,4.947]],"v":[[11.534,6.959],[-14.358,15.983],[-9.245,-10.954],[13.201,-15.983]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.764999988032,0.795999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[516.55,395.635],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[9.211,-10.684],[6.172,5.322],[-9.211,10.684],[-6.173,-5.322]],"o":[[-9.211,10.685],[-6.174,-5.321],[9.21,-10.684],[6.173,5.322]],"v":[[12.409,7.486],[-15.445,17.196],[-9.945,-11.785],[14.203,-17.195]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.764999988032,0.795999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[520.658,319.509],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[27.703,-15.214],[7.195,-27.287],[-12.681,19.278]],"o":[[0,0],[-7.195,27.287],[12.682,-19.279]],"v":[[6.187,-28.815],[-31.796,16.742],[26.309,-0.472]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.663000009574,0.666999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[528.2,438.068],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[30.377,-24.077],[3.104,-34.47],[-11.379,25.91]],"o":[[0,0],[-3.103,34.469],[11.378,-25.912]],"v":[[-0.917,-36.633],[-37.502,26.24],[29.227,-6.49]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.663000009574,0.666999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[534.432,372.054],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[28.527,-31.122],[-2.594,-37.605],[-7.78,29.825]],"o":[[0,0],[2.592,37.605],[7.781,-29.824]],"v":[[-7.131,-40.199],[-35.659,33.715],[30.472,-12.967]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.663000009574,0.666999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[537.621,289.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-5.781],[5.782,0],[0,5.782],[-5.782,0]],"o":[[0,5.782],[-5.782,0],[0,-5.781],[5.782,0]],"v":[[10.469,0],[0,10.469],[-10.469,0],[0,-10.469]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.486,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[380.689,570.557],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[395.436,378.31],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":1,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[380.689,313.842],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":1,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[380.689,288.405],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":1,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.94,0],[0,0],[0,5.942],[0,0],[-5.941,0],[0,0],[0,-5.942],[0,0]],"o":[[0,0],[-5.941,0],[0,0],[0,-5.942],[0,0],[5.94,0],[0,0],[0,5.942]],"v":[[122.008,226],[-122.008,226],[-132.765,215.242],[-132.765,-215.243],[-122.008,-226.001],[122.008,-226.001],[132.765,-215.243],[132.765,215.242]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[380.689,323.143],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":2,"cix":2,"bm":0,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.558,0],[0,0],[0,0],[0,0],[0,-1.557],[0,0]],"o":[[0,0],[0,0],[0,0],[1.558,0],[0,0],[0,1.557]],"v":[[0.987,19.51],[-3.807,19.51],[-3.807,-19.51],[0.987,-19.51],[3.806,-16.69],[3.806,16.691]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[520.593,312.641],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":2,"cix":2,"bm":0,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.205,0],[0,0],[0,0],[0,4.205],[0,0]],"o":[[0,0],[0,0],[-4.205,0],[0,0],[0,-4.205]],"v":[[3.807,-37.117],[3.807,-37.117],[3.807,37.117],[-3.807,29.504],[-3.807,-29.503]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[240.786,252.206],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":2,"cix":2,"bm":0,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.204,0],[0,0],[0,0],[0,-4.205],[0,0]],"o":[[0,0],[0,0],[4.204,0],[0,0],[0,4.205]],"v":[[-3.807,37.117],[-3.807,37.117],[-3.807,-37.117],[3.806,-29.504],[3.806,29.503]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[520.593,207.476],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":2,"cix":2,"bm":0,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.492,0],[0,0],[0,6.493],[0,0],[-6.492,0],[0,0],[0,-6.493],[0,0]],"o":[[0,0],[-6.492,0],[0,0],[0,-6.493],[0,0],[6.492,0],[0,0],[0,6.493]],"v":[[130.05,252.682],[-130.051,252.682],[-141.807,240.925],[-141.807,-240.927],[-130.051,-252.683],[130.05,-252.683],[141.806,-240.927],[141.806,240.925]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[380.69,338.814],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":2,"cix":2,"bm":0,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-40.383,54.466],[32.87,-32.118]],"o":[[0,0],[-32.869,32.118]],"v":[[52.249,-17.905],[-19.38,-4.442]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.596000043084,0.630999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[501.653,423.339],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16","np":2,"cix":2,"bm":0,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-40.384,54.466],[32.869,-32.119]],"o":[[0,0],[-32.869,32.118]],"v":[[52.389,-18.364],[-19.52,-3.983]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.596000043084,0.630999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[508.456,346.742],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":2,"cix":2,"bm":0,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-34.061,65.525],[29.824,-40.199]],"o":[[0,0],[-29.825,40.198]],"v":[[52.344,-27.839],[-22.519,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.596000043084,0.630999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[506.326,265.04],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 18","np":2,"cix":2,"bm":0,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.501999978458,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[554.781,173.581],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 19","np":1,"cix":2,"bm":0,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-39.208,-8.961],[102.441,-79.1]],"o":[[0,0],[45.386,10.374],[-102.441,79.101]],"v":[[-41.496,-6.542],[76.507,-110.281],[-19.451,40.14]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.663000009574,0.666999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[494.181,214.525],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 20","np":2,"cix":2,"bm":0,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-17.229,58.838],[-302.446,47.006],[0,0],[0,0]],"o":[[4.866,21.182],[-1.742,42.636],[0,0],[0,0]],"v":[[-79.541,-111.843],[55.653,179.766],[22.677,235.071],[-222.118,137.841]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.501999978458,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[286.114,733.647],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 21","np":2,"cix":2,"bm":0,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.501999978458,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[362.773,431.653],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 22","np":1,"cix":2,"bm":0,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[57.056,62.243],[15.561,29.825],[-41.827,76.271],[-9.517,12.373],[-3.948,-51.978],[-19.034,-9.518],[-55.759,-60.946],[43.877,-27.231],[0,0]],"o":[[0,0],[-15.56,-29.825],[48.537,-88.51],[7.628,-9.916],[5.711,75.186],[19.199,9.599],[55.76,60.947],[-81.299,50.454],[0,0]],"v":[[-224.777,354.611],[-83.208,80.255],[-128.779,-137.7],[-86.903,-324.238],[-35.511,-260.471],[-54.545,-119.617],[160.577,-141.486],[133.347,108.783],[39.801,385.066]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.663000009574,0.666999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[291.524,519.34],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 23","np":2,"cix":2,"bm":0,"ix":23,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Circle 2 Outlines 2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[536.169,514.958,0],"ix":2},"a":{"a":0,"k":[391.839,391.839,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-216.269],[216.269,0],[0,216.269],[-216.268,0]],"o":[[0,216.269],[-216.268,0],[0,-216.269],[216.269,0]],"v":[[391.589,0],[0,391.589],[-391.589,0],[0,-391.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[391.839,391.839],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":0,"nm":"Pre-comp 1","tt":1,"refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Circle 2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[536.169,514.958,0],"ix":2},"a":{"a":0,"k":[391.839,391.839,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-216.269],[216.269,0],[0,216.269],[-216.268,0]],"o":[[0,216.269],[-216.268,0],[0,-216.269],[216.269,0]],"v":[[391.589,0],[0,391.589],[-391.589,0],[0,-391.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[391.839,391.839],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0}],"markers":[]}
\ No newline at end of file
diff --git a/app/src/main/res/raw/doc.json b/app/src/main/res/raw/doc.json
new file mode 100644
index 0000000..36c8a3b
--- /dev/null
+++ b/app/src/main/res/raw/doc.json
@@ -0,0 +1 @@
+{"v":"5.7.0","fr":60,"ip":0,"op":180,"w":500,"h":500,"nm":"Doctor Patient","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.34,"y":1},"o":{"x":0.66,"y":0},"t":0,"s":[{"i":[[10.408,11.32],[-6.843,-14.857],[-5.513,-4.081],[0,0],[6.693,6.316]],"o":[[-11.527,-12.957],[4.558,9.382],[0,0],[5.025,3.595],[0,0]],"v":[[-44.869,16.253],[-59.409,30.108],[-47.194,46.576],[-43.694,47.326],[-29.257,33.233]],"c":true}]},{"i":{"x":0.34,"y":1},"o":{"x":0.66,"y":0},"t":25,"s":[{"i":[[4.369,14.247],[-6.843,-14.857],[-3.556,-0.826],[0,0],[6.693,6.316]],"o":[[-11.527,-12.957],[4.558,9.382],[0,0],[6.694,-0.576],[0,0]],"v":[[-44.869,16.253],[-59.409,30.108],[-46.194,43.826],[-35.694,45.326],[-29.007,26.733]],"c":true}]},{"i":{"x":0.34,"y":1},"o":{"x":0.66,"y":0},"t":92.5,"s":[{"i":[[4.369,14.247],[-6.843,-14.857],[-3.556,-0.826],[0,0],[6.693,6.316]],"o":[[-11.527,-12.957],[4.558,9.382],[0,0],[6.694,-0.576],[0,0]],"v":[[-44.869,16.253],[-59.409,30.108],[-46.194,43.826],[-35.694,45.326],[-29.007,26.733]],"c":true}]},{"t":117.5,"s":[{"i":[[10.408,11.32],[-6.843,-14.857],[-5.513,-4.081],[0,0],[6.693,6.316]],"o":[[-11.527,-12.957],[4.558,9.382],[0,0],[5.025,3.595],[0,0]],"v":[[-44.869,16.253],[-59.409,30.108],[-47.194,46.576],[-43.694,47.326],[-29.257,33.233]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333337307,0.92549020052,0.850980401039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":930,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.66],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.66],"y":[0]},"t":25,"s":[-40]},{"i":{"x":[0.34],"y":[1]},"o":{"x":[0.66],"y":[0]},"t":92.5,"s":[-40]},{"t":117.5,"s":[0]}],"ix":10},"p":{"a":0,"k":[205.755,286.409,0],"ix":2},"a":{"a":0,"k":[-44.245,36.409,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-7.636,-3.714],[-9.461,-4.631],[-10.743,-5.258],[-2.442,-1.417],[-2.289,-3.293],[-0.447,5.396],[9.223,3.3],[16.779,10.628],[5.584,3.485],[3.366,3.886]],"o":[[-9.832,6],[3.961,5.52],[0,0],[6.406,3.135],[2.054,0.66],[2.871,1.703],[4.326,4.293],[0.167,-6.21],[-3.99,-1.83],[-3.965,-2.512],[-3.894,-2.336],[0,0]],"v":[[-34.07,31.409],[-49.745,40.452],[-33.24,55.153],[-19.048,62.099],[6.674,74.689],[12.607,77.107],[19.159,83.591],[27.608,80.92],[15.046,65.291],[-9.562,50.097],[-23.799,41.148],[-34.07,31.409]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.541176497936,0.352941185236,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":930,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.684,2.337],[-46.422,26.823],[5.002,2.97],[0,0],[0,0],[10.373,-1.844],[9.38,-15.529],[-1.167,-7.132],[-3.674,-2.156],[0,0],[0.026,3.42]],"o":[[0.049,-5.607],[5.342,-3.451],[4.654,-2.869],[0,0],[0,0],[-5.788,-3.083],[-27.631,4.671],[-4.455,3.749],[0.588,3.818],[0,0],[3.68,1.922],[0,0]],"v":[[111.286,156.032],[116.015,144.551],[193.657,99.142],[193.135,90.384],[187.096,86.879],[63.399,16.163],[38.76,10.607],[-26.322,56.133],[-31.717,70.946],[-26.693,81.729],[105.381,157.68],[111.286,156.032]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333337307,0.92549020052,0.850980401039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[7.299,3.688],[-7.923,-3.098],[1.784,1.576],[-0.256,1.278],[-1.274,0.531],[16.878,3.396],[5.737,-7.225],[-4.775,-7.676]],"o":[[7.57,12.774],[-10.223,-0.973],[1.556,0.602],[-0.988,-0.896],[0.256,-1.278],[15.167,-2.892],[-9.284,-1.997],[-5.737,7.225],[0,0]],"v":[[-68.698,-18.409],[-52.599,-10.852],[-53.585,-19.993],[-52.557,-22.339],[-53.728,-25.817],[-51.282,-28.71],[-42.346,-51.595],[-67.111,-42.975],[-68.698,-18.409]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.235294118524,0.243137255311,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.777,-3.106],[-0.444,-6.171],[-6.158,-2.193],[15.483,21.124]],"o":[[-5.404,-3.504],[-5.777,3.106],[0.444,6.171],[19.272,6.482],[0,0]],"v":[[-37.487,-38.052],[-55.308,-38.401],[-64.038,-23.213],[-52.939,-9.227],[-37.487,-38.052]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.541176497936,0.352941185236,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-8.858,5.235],[0,0],[-5.246,-4.079],[0,0],[7.33,-4.249],[0,0],[5.677,4.777]],"o":[[0,0],[-7.734,-6.109],[0,0],[6.576,-3.819],[0,0],[6.498,5.168],[0,0],[-6.259,3.665],[0,0]],"v":[[-90.553,3.007],[-108.014,-11.201],[-106.397,-28.856],[-60.715,-55.093],[-41.696,-54.789],[-21.967,-38.735],[-24.469,-22.937],[-72.992,4.932],[-90.553,3.007]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333337307,0.92549020052,0.850980401039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12000","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.445,-1.714],[-3.698,-5.205],[2.231,-2.625],[-5.542,3.87],[3.589,5.727],[-0.639,0.286],[0,0]],"o":[[-3.587,2.86],[0,0],[0,0],[4.141,5.342],[5.541,-3.87],[-4.009,1.439],[-2.912,-3.888],[0,0]],"v":[[-38.069,-21.453],[-51.618,-14.592],[-46.07,-6.784],[-49.416,-2.846],[-32.132,-0.218],[-28.647,-17.351],[-33.701,-15.621],[-38.069,-21.453]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019610882,0.447058826685,0.46274510026,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-7.157,4.997],[4.635,7.396],[1.113,-0.384],[7.662,-0.148],[0,0],[1.584,0.493]],"o":[[0,0],[5.348,6.899],[7.156,-4.998],[-2.353,0.844],[0.012,7.632],[0,0],[-1.66,0.065],[0,0]],"v":[[-49.063,-3.326],[-52.037,0.174],[-29.715,3.567],[-25.214,-18.559],[-30.413,-16.715],[-44.171,-2.671],[-44.248,-2.67],[-49.063,-3.326]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333337307,0.92549020052,0.850980401039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-21.22,21.151],[16.931,19.974],[5.501,-1.497],[18.803,-7.325],[-0.131,-3.892]],"o":[[34.679,29.26],[0,0],[-6.964,-4.462],[-5.119,-5.902],[0.92,5.164],[-2.973,3.633],[0,0]],"v":[[-59.602,13.435],[-5.665,54.524],[26.165,22.798],[-9.677,-13.855],[-25.214,-18.559],[-52.037,0.174],[-59.602,13.435]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.600000023842,0.258823543787,0.584313750267,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[6.471,4.384],[10.125,8.194],[-6.971,-12.201],[-5.282,-2.58]],"o":[[4.81,2.237],[0,0],[-11.231,-9.461],[4.621,7.655],[0,0]],"v":[[-8.295,10.99],[7.763,-5.079],[-7.425,-17.37],[-20.313,-1.551],[-8.295,10.99]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333337307,0.92549020052,0.850980401039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-7.234,-2.872],[-25.212,-10.083],[-2.323,-1.131],[-2.261,-2.878],[-0.186,5.026],[8.687,2.372],[27.843,14.71],[3.284,3.347]],"o":[[-8.858,6.279],[3.904,4.814],[0,0],[1.931,0.458],[2.733,1.364],[4.191,3.652],[-0.109,-5.759],[-4.667,-1.728],[-3.708,-1.874],[0,0]],"v":[[3.226,-6.62],[-10.918,2.907],[5,15.289],[42.818,30.413],[48.419,32.212],[54.766,37.728],[62.483,34.631],[50.179,21.098],[13.156,1.632],[3.226,-6.62]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.541176497936,0.352941185236,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.231,2.974],[0,0],[0.009,7.631],[-0.508,-2.254],[-0.867,0.512],[0,0],[-5.246,-4.079],[0,0],[-2.385,0.125],[0,0],[0,0],[4.458,-2.584],[0,0],[5.677,4.777]],"o":[[0,0],[-3.838,-3.032],[0,0],[0,0],[2.359,0.402],[0.707,-0.532],[0,0],[6.576,-3.819],[0,0],[0.677,-2.171],[0,7.423],[0,0],[0.294,3.409],[0,0],[-6.259,3.665],[0,0]],"v":[[-90.553,15.233],[-108.014,1.025],[-113.432,-8.062],[-113.433,-8.062],[-113.447,-19.508],[-108.758,-15.062],[-106.397,-16.63],[-60.715,-42.866],[-41.696,-42.562],[-22.947,-27.306],[-17.915,-31.211],[-17.915,-20.076],[-17.94,-20.078],[-24.469,-10.71],[-72.992,17.159],[-90.553,15.233]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.376470595598,0.121568627656,0.364705890417,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[2.688,-1.529],[0,0],[2.823,1.654],[0,0],[0,0],[-4.598,2.723],[0,0],[-4.277,-3.585],[0,0]],"o":[[98.027,56.562],[2.747,1.58],[-52.701,30.668],[-2.842,1.715],[-98.025,-56.561],[-59.853,-48.72],[-4.598,-3.688],[49.982,-28.706],[4.251,-2.361],[59.853,48.72],[0,0]],"v":[[44.913,8.346],[191.953,93.188],[191.953,98.026],[112.901,144.028],[104.185,144.028],[-42.853,59.187],[-132.633,-13.893],[-132.633,-23.51],[-57.659,-66.569],[-44.866,-64.734],[44.913,8.346]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.556862771511,0.196078434587,0.541176497936,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":2,"cix":2,"bm":0,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-9.572,2.117],[0,0],[0,0],[1.354,-0.77],[0,0],[1.524,0.039],[0,0]],"o":[[0,0],[1.185,-2.499],[0,11.652],[0,0],[0.003,0.827],[-52.701,30.668],[-1.472,0.888],[0,0],[0,0]],"v":[[133.752,77.084],[177.857,102.532],[193.991,95.609],[193.991,113.087],[193.991,113.087],[191.953,115.503],[112.901,161.506],[108.377,162.767],[108.377,77.084]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.376470595598,0.121568627656,0.364705890417,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":2,"cix":2,"bm":0,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-8.858,5.235],[0,0],[-5.246,-4.079],[0,0],[7.33,-4.249],[0,0],[5.677,4.777]],"o":[[0,0],[-7.734,-6.109],[0,0],[6.576,-3.819],[0,0],[6.498,5.168],[0,0],[-6.259,3.665],[0,0]],"v":[[-90.553,3.007],[-108.014,-11.201],[-106.397,-28.856],[-60.715,-55.093],[-41.696,-54.789],[-21.967,-38.735],[-24.469,-22.937],[-72.992,4.932],[-90.553,3.007]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.913725495338,0.960784316063,0.945098042488,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":2,"cix":2,"bm":0,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.231,2.974],[0,0],[0.009,7.631],[-0.508,-2.254],[-0.867,0.512],[0,0],[-5.246,-4.079],[0,0],[-2.385,0.125],[0,0],[0,0],[4.458,-2.584],[0,0],[5.677,4.777]],"o":[[0,0],[-3.838,-3.032],[0,0],[0,0],[2.359,0.402],[0.707,-0.532],[0,0],[6.576,-3.819],[0,0],[0.677,-2.171],[0,7.423],[0,0],[0.294,3.409],[0,0],[-6.259,3.665],[0,0]],"v":[[-90.553,15.233],[-108.014,1.025],[-113.432,-8.062],[-113.433,-8.062],[-113.447,-19.508],[-108.758,-15.062],[-106.397,-16.63],[-60.715,-42.866],[-41.696,-42.562],[-22.947,-27.306],[-17.915,-31.211],[-17.915,-20.076],[-17.94,-20.078],[-24.469,-10.71],[-72.992,17.159],[-90.553,15.233]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.376470595598,0.121568627656,0.364705890417,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":2,"cix":2,"bm":0,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.744,-0.557],[1.567,-1.567],[0,0],[0.662,-0.496],[0.364,-0.305],[0.92,-0.92],[0,0],[0.83,-0.83],[0,0],[1.065,-1.065],[0,0],[0.841,-0.84],[0,0],[1.054,-1.201],[0.283,-0.283],[0,0],[0.892,-1.465],[0,0],[0.698,-1.046],[0.398,-0.597],[0.334,-0.478],[0,0],[0,-5.486],[-0.761,-2.085],[2.7,1.582],[0,0],[0,0],[0.117,1.528],[0,0.079],[-0.014,0.121],[0.02,9.437],[-1.234,-2.381],[0,0],[-4.277,-3.585]],"o":[[0,0],[-0.777,0.511],[-1.886,0.921],[0,0],[-0.678,0.473],[-0.383,0.276],[-1.041,0.697],[0,0],[-0.931,0.65],[0,0],[-1.169,0.936],[0,0],[-0.944,0.655],[0,0],[-1.271,0.883],[-0.295,0.262],[0,0],[-1.192,1.144],[0,0],[-0.881,0.89],[-0.46,0.548],[-0.374,0.446],[0,0],[-3.65,3.541],[0,2.348],[-2.735,1.492],[0,0],[0,0],[-2.175,-1.745],[-0.002,0.007],[0,-0.123],[0.012,-1.793],[8.046,2.119],[0,0],[4.251,-2.361],[0,0]],"v":[[44.913,25.824],[165.782,95.565],[163.516,97.151],[158.295,100.883],[157.491,101.687],[155.491,103.17],[154.372,104.043],[151.421,106.468],[149.776,108.113],[147.126,110.334],[146.17,111.289],[142.905,114.125],[142.94,114.101],[140.257,116.343],[134.318,122.282],[130.813,125.411],[129.944,126.227],[125.506,130.665],[122.36,134.585],[122.148,134.883],[119.773,137.793],[118.484,139.511],[117.421,140.898],[117.27,141.053],[111.352,155.036],[112.529,161.72],[104.185,161.506],[-42.853,76.664],[-132.633,3.585],[-136.07,-1.325],[-136.081,-1.587],[-136.06,-1.955],[-136.071,-18.8],[-122.152,-12.051],[-57.659,-49.091],[-44.866,-47.256]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.376470595598,0.121568627656,0.364705890417,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":2,"cix":2,"bm":0,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.929,1.112],[0,0],[0,0],[1.929,1.112],[0,0],[0,1.929],[0,0],[-1.929,-1.112],[0,0],[-0.109,-0.073],[0,0],[0,-1.929]],"o":[[0,0],[0,1.929],[0,0],[0,0],[0,1.929],[0,0],[-1.929,-1.112],[0,0],[0,-1.929],[0,0],[0.112,0.065],[0,0],[1.929,1.112],[0,0]],"v":[[87.868,-11.798],[87.868,-4.707],[84.361,-3.221],[-21.518,-64.242],[-21.518,36.914],[-25.025,38.4],[-32.116,34.313],[-35.624,28.784],[-35.624,-82.986],[-32.116,-84.471],[-25.025,-80.385],[-24.694,-80.178],[84.361,-17.327],[87.868,-11.798]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.376470595598,0.121568627656,0.364705890417,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":2,"cix":2,"bm":0,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.48,-0.324],[0,0],[-0.397,0.254],[-0.475,1.486],[-0.35,0.358],[0,0],[0,0],[0.489,-0.321],[0,0],[0,0],[0,0],[2.991,-1.971],[-0.328,0.892],[0,0],[0,1.929],[0,0],[1.764,1.397],[-3.671,2.421],[-0.018,0.011],[0,0],[-1.081,-0.623],[0,0],[-0.109,-0.073],[0,0],[0,-1.929]],"o":[[0,0],[0,0.824],[0,0],[-3.685,2.415],[-1.353,-0.775],[0.16,-0.502],[0,0],[0,0],[0,0.832],[0,0],[0,0],[0,0],[-0.25,0.16],[-0.569,-2.402],[0,0],[-1.929,-1.112],[0,0],[-0.992,-0.337],[-0.41,0.278],[0.017,-0.012],[0,0],[0.645,-0.404],[0,0],[0.112,0.064],[0,0],[1.929,1.112],[0,0]],"v":[[92.785,-15.031],[92.785,-7.94],[92.017,-6.199],[92.017,-6.198],[87.086,-2.956],[85.58,-6.832],[86.362,-8.135],[-16.601,-67.474],[-16.601,33.681],[-17.384,35.432],[-17.383,35.432],[-17.392,35.438],[-17.417,35.454],[-22.278,38.65],[-22.639,33.709],[-27.199,31.08],[-30.707,25.552],[-30.707,-82.137],[-34.841,-84.737],[-29.95,-87.952],[-29.898,-87.986],[-29.896,-87.988],[-27.199,-87.705],[-20.109,-83.618],[-19.777,-83.411],[89.278,-20.56],[92.785,-15.031]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.600000023842,0.258823543787,0.584313750267,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16","np":2,"cix":2,"bm":0,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-5.801,-3.764],[-160.197,-92.434],[-2.904,1.684],[0,0],[2.718,1.615],[0,0],[4.485,-2.55],[0,0]],"o":[[-7.632,4.513],[0,0],[2.907,1.684],[52.701,-30.669],[2.718,-1.61],[-160.197,-92.445],[-5.039,-2.899],[-46.195,26.58],[0,0]],"v":[[-131.555,15.509],[-136.11,26.462],[104.185,165.114],[112.901,165.114],[191.953,119.111],[191.953,114.274],[-48.342,-24.394],[-62.263,-24.361],[-131.555,15.509]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.556862771511,0.196078434587,0.541176497936,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":2,"cix":2,"bm":0,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.052,1.19],[0,0],[0.001,0.807],[0,0],[2.952,-1.313],[1.237,-0.661],[0.171,-0.107],[0.77,-0.513],[0.682,-0.398],[1.449,-0.686],[2.231,-0.655],[0,0],[0.44,-0.22],[0.446,-0.192],[2.002,-0.426],[0.327,-0.114],[1.123,-0.285],[0.908,-0.322],[0.298,-0.133],[0.256,-0.156],[1.182,-0.633],[0.176,-0.11],[0.398,-0.243],[0.499,-0.342],[0.713,-0.445],[0,0],[0.699,-0.437],[0,0],[0.701,-0.438],[0.444,-0.318],[1.499,-0.764],[1.008,-0.628],[1.271,-0.547],[0.411,-0.199],[0.15,-0.093],[1,-0.5],[0.847,-0.403],[0,0],[3.35,-0.443]],"o":[[2.053,0.491],[0,0],[1.36,-0.805],[0,0],[-4.332,1.43],[-1.032,0.873],[-0.166,0.111],[-0.672,0.598],[-0.656,0.437],[-1.28,0.97],[-1.82,1.354],[0,0],[-0.427,0.244],[-0.427,0.224],[-1.723,0.989],[-0.332,0.093],[-1.036,0.47],[-0.859,0.428],[-0.289,0.146],[-0.247,0.166],[-0.995,0.827],[-0.172,0.115],[-0.375,0.267],[-0.458,0.38],[-0.637,0.521],[0,0],[-0.636,0.52],[0,0],[-0.637,0.521],[-0.445,0.316],[-1.244,1.11],[-0.873,0.797],[-1.115,0.793],[-0.395,0.226],[-0.147,0.097],[-0.913,0.65],[-0.774,0.517],[0,0],[-2.589,1.922],[0,0]],"v":[[106.744,186.184],[112.901,185.137],[191.953,139.133],[193.991,136.715],[193.991,116.693],[183.065,120.807],[179.659,123.119],[179.154,123.446],[176.991,125.117],[175.005,126.4],[170.869,128.84],[164.753,131.892],[164.292,132.097],[162.993,132.78],[161.683,133.404],[156.069,135.552],[155.096,135.893],[151.853,137.031],[149.277,138.155],[148.396,138.574],[147.642,139.058],[144.372,141.257],[143.851,141.594],[142.692,142.359],[141.256,143.443],[139.231,144.894],[138.918,145.112],[136.913,146.549],[136.607,146.763],[134.598,148.203],[133.293,149.18],[129.165,152.007],[126.337,154.15],[122.749,156.17],[121.539,156.808],[121.093,157.095],[118.259,158.775],[115.824,160.158],[115.765,160.189],[106.744,163.848]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-1.378,0.675],[-0.302,0.216],[-1.342,0.717],[0,0],[-1.984,0.882],[-0.833,0.406],[-0.942,0.335],[-0.795,0.282],[0,0],[0,0],[0,0],[-0.452,0.235],[-0.505,0.308],[-0.381,0.272],[-1.003,0.613]],"o":[[1.195,-0.992],[0.292,-0.235],[1.179,-1.053],[0,0],[1.624,-1.54],[0.771,-0.514],[0.889,-0.445],[0.755,-0.377],[0,0],[0,0],[0,0],[0.43,-0.268],[0.481,-0.358],[0.36,-0.299],[0.872,-0.779],[0,0]],"v":[[113.479,115.04],[117.353,112.534],[118.245,111.857],[122.042,109.202],[122.438,108.944],[127.899,105.301],[130.281,103.925],[132.965,102.748],[135.272,101.759],[135.432,101.679],[106.744,85.124],[106.744,119.744],[108.068,118.989],[109.548,117.991],[110.66,117.134],[113.479,115.04]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.376470595598,0.121568627656,0.364705890417,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 18","np":3,"cix":2,"bm":0,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-2.016],[2.016,1.153],[0,2.016],[-2.016,-1.153]],"o":[[2.016,1.153],[0,2.016],[-2.016,-1.153],[0,-2.016],[0,0]],"v":[[-90.676,125.875],[-87.026,131.613],[-90.676,133.176],[-94.327,127.438],[-90.676,125.875]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333337307,0.92549020052,0.850980401039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 19","np":2,"cix":2,"bm":0,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-5.523],[5.523,3.158],[0,5.524],[-5.524,-3.158]],"o":[[5.523,3.158],[0,5.524],[-5.524,-3.158],[0,-5.524],[0,0]],"v":[[-90.676,119.524],[-80.675,135.243],[-90.676,139.527],[-100.678,123.808],[-90.676,119.524]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.376470595598,0.121568627656,0.364705890417,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 20","np":2,"cix":2,"bm":0,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-2.047],[2.047,1.17],[0,2.047],[-2.047,-1.17]],"o":[[2.047,1.17],[0,2.047],[-2.047,-1.17],[0,-2.047],[0,0]],"v":[[16.092,188.381],[19.799,194.207],[16.092,195.795],[12.386,189.969],[16.092,188.381]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333337307,0.92549020052,0.850980401039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 21","np":2,"cix":2,"bm":0,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-5.524],[5.524,3.158],[0,5.524],[-5.524,-3.158]],"o":[[5.524,3.158],[0,5.524],[-5.524,-3.158],[0,-5.524],[0,0]],"v":[[16.092,182.087],[26.093,197.806],[16.092,202.089],[6.091,186.37],[16.092,182.087]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.376470595598,0.121568627656,0.364705890417,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 22","np":2,"cix":2,"bm":0,"ix":23,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-2.226,-1.444],[-160.197,-92.434],[-2.904,1.684],[0,0],[0,0.807],[0,0],[3,-2.497],[0,0],[4.485,-2.55],[0,0],[9.586,2.034],[0.026,-12.946]],"o":[[-0.08,1.289],[0,0],[2.907,1.684],[52.701,-30.668],[1.359,-0.806],[0,-13.348],[-9.143,3.018],[0,0],[-5.039,-2.899],[0,0],[-2.376,-2.334],[0,0],[0,0]],"v":[[-139.225,42.467],[-136.11,46.485],[104.185,185.136],[112.901,185.136],[191.953,139.134],[193.991,136.715],[193.991,116.693],[175.782,124.964],[-48.342,-4.372],[-62.263,-4.339],[-121.244,29.599],[-139.187,23.046],[-139.227,42.468]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.376470595598,0.121568627656,0.364705890417,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 23","np":2,"cix":2,"bm":0,"ix":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-27.531,16.085],[0,23.692],[27.531,-16.085]],"o":[[0,23.692],[0,0],[0,0],[0,0],[0,0]],"v":[[-24.769,105.225],[-24.769,140.762],[16.528,116.634],[16.528,81.097],[-24.769,105.225]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.600000023842,0.258823543787,0.584313750267,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 24","np":2,"cix":2,"bm":0,"ix":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-1.929],[0,0],[1.446,0.836],[0,0],[0,1.929],[0,0],[-1.446,-0.835]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.446,0.835],[0,0],[0,1.929],[0,0],[-1.446,-0.835],[0,0],[0,-1.929],[0,0]],"v":[[-98.654,98.089],[-43.014,130.224],[-43.014,94.468],[-24.769,105.225],[-24.769,140.762],[34.947,175.251],[37.576,180.278],[37.576,192.315],[34.947,194.303],[-98.654,117.141],[-101.284,112.114],[-101.284,100.077],[-98.654,98.089]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.376470595598,0.121568627656,0.364705890417,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 25","np":2,"cix":2,"bm":0,"ix":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-1.929],[0,0],[0.555,-0.324],[0,0],[0,0],[27.205,-15.887],[-0.434,0.353],[73.893,49.595],[-1.752,1.131],[0.004,-0.913],[-0.905,0.422],[-0.658,-0.38]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[1.446,0.835],[0,0],[0,1.052],[0,0],[0,0],[-0.44,0.253],[0,0],[-17.75,-14.448],[25.617,-14.844],[-0.438,0.371],[-0.296,-0.976],[0.462,-0.27],[0,0]],"v":[[-57.358,73.961],[-1.717,106.096],[-1.717,70.34],[16.528,81.097],[16.528,116.634],[76.243,151.123],[78.873,156.149],[78.873,168.187],[77.966,170.307],[77.962,170.31],[77.956,170.313],[36.488,194.524],[37.139,193.994],[-100.326,97.928],[-59.275,73.967],[-59.987,75.929],[-59.081,73.829],[-57.358,73.961]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.600000023842,0.258823543787,0.584313750267,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 26","np":2,"cix":2,"bm":0,"ix":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-4.309],[0,0],[3.241,-1.86],[0,0],[0,4.31],[0,0],[-3.241,1.861]],"o":[[0,0],[3.241,-1.861],[0,0],[0,4.309],[0,0],[-3.241,1.861],[0,0],[0,-4.309],[0,0]],"v":[[-146.505,-46.831],[-41.4,-107.168],[-35.506,-102.716],[-35.506,-24.254],[-41.4,-13.036],[-146.505,47.301],[-152.398,42.849],[-152.398,-35.613],[-146.505,-46.831]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.600000023842,0.258823543787,0.584313750267,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 27","np":2,"cix":2,"bm":0,"ix":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.062,-0.753],[0,0],[0,0],[1.115,-0.54],[0,0],[3.241,-1.861],[0,0],[0,0],[-1.645,0.944]],"o":[[0,0],[1.583,-0.909],[0,0],[4.036,2.442],[-1.717,1.36],[0,0],[0,4.31],[0,0],[0,0],[1.072,-2.073],[0,0]],"v":[[-153.465,-50.93],[-48.36,-111.266],[-44.273,-111.409],[-44.273,-111.409],[-38.219,-107.746],[-42.467,-104.897],[-42.467,-28.353],[-48.36,-17.134],[-85.971,4.456],[-157.674,-46.147],[-153.465,-50.93]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.376470595598,0.121568627656,0.364705890417,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 28","np":2,"cix":2,"bm":0,"ix":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.062,-0.753],[0,0],[0,0],[1.115,-0.54],[0,0],[3.241,-1.861],[0,0],[0.786,-3.348],[4.609,2.717],[0,0],[0,2.478],[0,0],[-3.241,1.861]],"o":[[0,0],[1.583,-0.909],[0,0],[4.036,2.442],[-1.717,1.36],[0,0],[0,4.309],[0,0],[1.313,0.58],[0,0],[0,0],[-1.362,-0.657],[0,0],[0,-4.309],[0,0]],"v":[[-153.465,-50.93],[-48.36,-111.266],[-44.273,-111.409],[-44.273,-111.409],[-38.219,-107.746],[-42.467,-104.897],[-42.467,-28.353],[-48.36,-17.134],[-150.998,41.786],[-150.205,47.677],[-157.119,43.601],[-157.119,43.6],[-159.358,38.75],[-159.358,-39.712],[-153.465,-50.93]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.376470595598,0.121568627656,0.364705890417,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 29","np":2,"cix":2,"bm":0,"ix":30,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":930,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 8","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.29],"y":[1]},"o":{"x":[0.71],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.29],"y":[1]},"o":{"x":[0.825],"y":[0]},"t":60,"s":[6]},{"i":{"x":[0.521],"y":[1]},"o":{"x":[0.825],"y":[0]},"t":120,"s":[6]},{"t":150,"s":[0]}],"ix":10},"p":{"a":0,"k":[453.035,198.917,0],"ix":2},"a":{"a":0,"k":[203.035,-51.083,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.92,-2.619],[-28.736,4.878],[-0.603,7.313],[-2.635,24.618],[6.204,0.108],[0.13,-6.234],[0,0],[1.835,-0.506],[0,0]],"o":[[-1.533,4.533],[0,0],[4.799,-0.673],[0,0],[0.703,-6.234],[-6.205,-0.108],[0.133,21.511],[-0.033,2.236],[-21.736,6.513],[0,0]],"v":[[156.163,-0.252],[160.199,11.841],[203.302,4.524],[210.49,-8.747],[214.442,-45.674],[203.247,-56.953],[191.23,-46.078],[191.43,-13.811],[188.767,-10.021],[156.163,-0.252]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.800000011921,0.098039217293,0.333333343267,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.877,-1.96],[5.75,1.112],[1.266,5.714],[-5.859,-3.065],[3.095,3.062],[-9.402,-2.383]],"o":[[0.629,2.654],[-3.497,4.793],[-5.749,-1.112],[-0.502,-2.66],[5.606,2.839],[-2.789,-2.476],[0,0]],"v":[[156.992,1.436],[160.817,8.48],[145.635,14.523],[134.116,3.317],[142.153,3.924],[146.318,2.132],[156.992,1.436]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.541176497936,0.352941185236,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.795,-0.948],[-0.453,-1.527],[0.989,-1.6],[1.988,-0.956],[1.735,0.915],[0.706,2.38],[-1.022,1.654],[-2.241,0.106]],"o":[[2.241,-0.105],[1.734,0.916],[0.453,1.528],[-1.022,1.653],[-1.989,0.957],[-1.794,-0.947],[-0.705,-2.378],[0.989,-1.6],[0,0]],"v":[[107.15,-22.423],[113.409,-20.938],[116.908,-17.271],[115.92,-12.474],[111.348,-8.274],[105.545,-8.212],[101.589,-13.426],[102.12,-19.758],[107.15,-22.423]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.541176497936,0.352941185236,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[8.145,31.016],[26.09,15.066],[0,0]],"o":[[26.09,15.066],[0,0],[0,0],[8.146,31.016],[0,0]],"v":[[108.787,-0.811],[147.921,21.788],[135.703,-24.735],[96.568,-47.335],[108.787,-0.811]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.478431373835,0.156862750649,0.450980395079,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.088,-0.408],[0,0],[-1.655,1.206],[8.145,31.016],[26.09,15.066],[0,0],[-0.867,-0.64]],"o":[[0,0],[0.039,0.311],[1.038,2.115],[0,0],[0,0],[0,0],[-1.655,1.206],[1.742,1.784],[0,0]],"v":[[111.27,-2.62],[146.174,17.537],[146.365,18.615],[147.921,21.788],[150.404,19.979],[138.186,-26.544],[99.051,-49.144],[96.568,-47.335],[100.481,-43.699]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.600000023842,0.258823543787,0.584313750267,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":930,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 10","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.29],"y":[1]},"o":{"x":[0.71],"y":[0]},"t":7.5,"s":[0]},{"i":{"x":[0.29],"y":[1]},"o":{"x":[0.825],"y":[0]},"t":67.5,"s":[6]},{"i":{"x":[0.521],"y":[1]},"o":{"x":[0.825],"y":[0]},"t":127.5,"s":[6]},{"t":157.5,"s":[0]}],"ix":10},"p":{"a":0,"k":[416.877,181.491,0],"ix":2},"a":{"a":0,"k":[166.877,-68.509,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.299,6.228],[6.215,5.536],[-0.054,-0.299],[7.728,-1.54],[0.87,-0.01],[0.25,-2.537],[-0.483,1.448],[5.768,-10.43]],"o":[[-1.516,2.875],[7.118,-10.855],[0.065,0.298],[1.388,7.698],[-0.888,0.177],[1.08,0.958],[-0.146,1.392],[3.262,-8.814],[0,0]],"v":[[181.108,-86.384],[187.115,-90.426],[185.795,-115.277],[185.966,-114.385],[174.487,-97.659],[171.847,-97.381],[173.297,-92.086],[174.649,-92.086],[181.108,-86.384]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.054901961237,0.145098045468,0.149019613862,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.116,0.226],[-0.279,0.521],[-0.158,0.376],[-0.052,0.4],[-0.115,0.482],[-0.072,0.552],[-0.087,0.399],[0,0],[0,0],[0,0],[0.223,1.673],[1.364,-18.096],[-5.398,-2.387],[-4.361,3.235],[-1.064,-2.445],[-0.44,0.04],[-0.282,0.037],[-0.547,0.124],[-0.241,0.062],[-0.29,0.085],[-0.456,0.117],[-0.47,0.109],[-0.39,0.085],[-1.387,-0.026],[0,0],[-0.144,0.013]],"o":[[0,0],[0.105,-0.233],[0.217,-0.561],[0.185,-0.369],[0.059,-0.402],[0.066,-0.501],[0.046,-0.544],[0.054,-0.412],[0,0],[0,0],[0,0],[-0.803,-1.492],[-10.893,-13.506],[-0.429,5.692],[5.001,2.211],[2.483,-1.855],[0.436,-0.081],[0.28,-0.054],[0.533,-0.189],[0.238,-0.075],[0.287,-0.104],[0.45,-0.164],[0.461,-0.143],[0.39,-0.103],[1.329,-0.368],[0,0],[0.144,-0.018],[0,0]],"v":[[187.313,-98.931],[187.327,-98.947],[187.658,-99.635],[188.402,-101.26],[188.882,-102.325],[189.059,-103.53],[189.33,-105.005],[189.521,-106.637],[189.734,-107.854],[189.734,-107.854],[189.541,-106.978],[189.564,-108.16],[188.017,-112.95],[143.25,-108.714],[151.48,-95.333],[166.741,-97.059],[172.835,-95.972],[174.15,-96.155],[174.994,-96.292],[176.615,-96.761],[177.334,-96.966],[178.2,-97.249],[179.56,-97.672],[180.966,-98.045],[182.122,-98.302],[186.219,-98.823],[186.535,-98.823],[186.969,-98.869]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.101960785687,0.235294118524,0.243137255311,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-6.528,1.821],[-4.048,-5.312],[3.449,-5.861],[-3.7,28.657]],"o":[[0.917,-6.697],[6.528,-1.821],[4.048,5.312],[-10.17,22.009],[0,0]],"v":[[151.48,-95.333],[163.784,-109.41],[181.263,-103.641],[182.254,-85.175],[151.48,-95.333]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.541176497936,0.352941185236,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.159,-0.49],[-9.633,7.213],[-0.975,4.809],[-0.028,-1.725],[0,0]],"o":[[-0.159,0.49],[4.585,3.034],[-1.117,-1.715],[-2.19,-1.849],[-11.597,9.848],[0,0]],"v":[[162.34,-71.108],[161.865,-69.638],[183.191,-75.907],[182.978,-85.694],[179.736,-85.881],[162.34,-71.108]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.78823530674,0.290196090937,0.305882364511,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":930,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Layer 9","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[250,250,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.4,-4.615],[-4.974,1.391],[-0.639,3.529],[0.825,-1.995]],"o":[[-2.377,5.323],[-1.159,-4.982],[-3.044,-1.813],[-2.042,0.694],[0,0]],"v":[[157.345,-65.399],[158.999,-49.329],[165.854,-60.779],[161.865,-69.638],[157.345,-65.399]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929411768913,0.898039221764,0.662745118141,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.582,9.198],[2.673,1.188],[7.899,-1.714],[0.693,-4.702]],"o":[[8.874,-4.352],[-0.996,-2.753],[-3.301,7.405],[3.332,3.307],[0,0]],"v":[[170.045,-48.059],[189.44,-69.158],[183.706,-75.316],[165.854,-60.779],[170.045,-48.059]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929411768913,0.898039221764,0.662745118141,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.933,2.507],[2.335,2.243],[0.221,0.446],[2.651,1.902],[0,0],[0.197,0.008],[0,0],[0,0],[-4.903,-1.092]],"o":[[4.594,0.428],[0,0],[-0.32,-0.307],[-3.155,0.187],[0,0],[-0.199,0],[0,0],[0,0],[-2.244,4.814],[0,0]],"v":[[165.854,-60.779],[179.015,-63.988],[183.706,-75.316],[182.888,-76.415],[173.897,-78.989],[171.695,-78.989],[171.102,-79.002],[163.186,-73.724],[161.865,-69.638],[165.854,-60.779]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019610882,0.447058826685,0.46274510026,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.478,-6.152],[2.496,-1.493],[2.177,1.648],[-0.845,2.744]],"o":[[4.578,-5.851],[0.284,2.781],[-2.496,1.493],[-2.177,-1.648],[0,0]],"v":[[158.415,-56.681],[171.998,-56.23],[168.341,-49.164],[160.617,-49.421],[158.415,-56.681]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333337307,0.92549020052,0.850980401039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-11.423,-9.209],[2.447,-5.3],[4.423,4.431],[-8.467,18.705]],"o":[[4.594,-1.095],[-3.639,23.139],[0.568,5.753],[-6.133,0.943],[-7.871,-18.14],[0,0]],"v":[[161.317,-49.699],[168.208,-51.342],[179.883,-2.82],[177.002,14.125],[160.373,8.631],[161.317,-49.699]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333337307,0.92549020052,0.850980401039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.869,-25.433],[-15.587,26.232],[0.246,1.019],[0.536,-5.485],[0,0],[0,0]],"o":[[-12.099,20.62],[-2.148,-33.639],[-0.254,-0.733],[8.042,2.189],[-7.871,5.328],[4.806,1.05],[0,0]],"v":[[191.597,-47.764],[169.145,21.316],[189.296,-69.097],[187.607,-72.363],[196.194,-57.33],[184.388,-49.338],[191.597,-47.764]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.800000011921,0.098039217293,0.333333343267,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-14.792,17.239],[9.218,-18.456],[-3.878,-45.993],[9.492,-1.875],[0.697,34.137]],"o":[[-0.034,-15.403],[2.376,-26.014],[15.745,11.418],[-6.484,30.477],[-5.434,8.069],[-4.798,-23.916],[0,0]],"v":[[169.145,21.316],[169.094,-1.79],[194.845,-66.669],[204.635,-21.858],[200.725,92.846],[177.387,108.395],[169.145,21.316]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.831372559071,0.219607844949,0.372549027205,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-5.968,-24.738],[-9.615,25.123],[0,0],[0,0],[2.368,-8.255],[0,0],[0,0]],"o":[[-2.216,18.455],[-0.945,-30.059],[4.32,-1.937],[-3.656,-1.453],[-9.086,3.104],[3.625,3.023],[-4.517,0.263],[0,0]],"v":[[142.895,-50.021],[148.523,14.768],[161.527,-68.006],[168.007,-70.912],[162.524,-73.091],[144.232,-54.951],[149.67,-50.416],[142.895,-50.021]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.800000011921,0.098039217293,0.333333343267,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.088,-9.5],[0.538,-20.533],[1.831,7.032],[-5.348,33.513],[-12.931,3.274],[0,0],[-1.609,-11.034]],"o":[[-3.278,20.988],[-1.501,23.774],[-6.903,-2.251],[-0.022,-54.36],[1.327,-6.74],[0.549,3.942],[-10.191,18.023],[0,0]],"v":[[148.205,-23.944],[147.921,21.788],[144.862,88.248],[130.878,73.385],[138.868,-58.423],[160.256,-73.444],[161.078,-67.531],[148.205,-23.944]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.831372559071,0.219607844949,0.372549027205,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.076,24.089],[1.431,11.957],[0,0]],"o":[[16.999,17],[0,0],[-15.491,19.046],[0,0]],"v":[[116.942,-33.379],[142.326,-44.012],[140.179,-61.948],[116.942,-33.379]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.800000011921,0.098039217293,0.333333343267,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":2,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[9.63,2.634],[4.771,-8.921],[-1.705,-35.672],[-12.037,1.68],[0,0]],"o":[[0.756,-10.019],[-9.63,-2.635],[-6.732,20.306],[9.446,7.41],[9.241,-54.672],[0,0]],"v":[[191.23,-46.078],[176.012,-67.776],[151.315,-56.996],[143.775,26.97],[177.368,35.93],[191.23,-46.078]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.709803938866,0.164705887437,0.321568638086,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":2,"cix":2,"bm":0,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-6.308,-49.566],[0.648,-65.94],[0.901,6.287],[15.283,98.034]],"o":[[20.635,-16.214],[0,0],[-7.098,7.498],[0,0],[0,0]],"v":[[155.726,27.951],[196.141,77.979],[195.17,176.888],[178.651,175.002],[155.726,27.951]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.054901961237,0.145098045468,0.149019613862,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":2,"cix":2,"bm":0,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.613,-50.056],[9.847,-65.44],[0.023,6.362],[1.591,99.359]],"o":[[22.879,-13.486],[0,0],[-8.138,6.547],[0,0],[0,0]],"v":[[135.663,-1.549],[169.062,53.306],[154.291,151.466],[138.05,147.49],[135.663,-1.549]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.003921568859,0.141176477075,0.149019613862,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":2,"cix":2,"bm":0,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-10.719,8.374],[-6.562,6.924],[1.588,2.857],[8.582,1.171],[0,0]],"o":[[-5.687,8.76],[0,0],[1.261,-3.07],[0,0],[-8.35,11.134],[0,0]],"v":[[127.381,165.796],[143.455,170.615],[153.297,160.228],[152.78,150.852],[139.907,149.095],[127.381,165.796]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.40000000596,0.40000000596,0.40000000596,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":2,"cix":2,"bm":0,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.485,-12.081],[-1.875,10.861],[0,0]],"o":[[8.942,1.021],[0,0],[-0.707,13.731],[1.776,-13.102],[0,0]],"v":[[181.039,175.822],[194.452,177.354],[195.179,195.475],[178.375,195.475],[181.039,175.822]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.501960813999,0.501960813999,0.501960813999,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":2,"cix":2,"bm":0,"ix":15,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":930,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"k":[{"s":[167.691,199.986,0],"t":3,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[167.537,199.936,0],"t":6,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[167.422,199.905,0],"t":8,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[167.298,199.873,0],"t":10,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[167.166,199.841,0],"t":12,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[167.028,199.808,0],"t":14,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[166.884,199.773,0],"t":16,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[166.738,199.735,0],"t":18,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[166.59,199.694,0],"t":20,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[166.443,199.649,0],"t":22,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[166.298,199.599,0],"t":24,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[166.157,199.544,0],"t":26,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[166.024,199.483,0],"t":28,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.901,199.416,0],"t":30,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.739,199.3,0],"t":33,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.583,199.117,0],"t":37,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.502,198.921,0],"t":41,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.355,198.928,0],"t":47,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.269,199.066,0],"t":50,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.209,199.199,0],"t":52,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.149,199.362,0],"t":54,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.091,199.55,0],"t":56,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.063,199.652,0],"t":57,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.035,199.76,0],"t":58,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.008,199.872,0],"t":59,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.982,199.989,0],"t":60,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.957,200.11,0],"t":61,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.933,200.233,0],"t":62,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.91,200.36,0],"t":63,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.889,200.489,0],"t":64,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.868,200.621,0],"t":65,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.849,200.754,0],"t":66,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.832,200.888,0],"t":67,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.816,201.023,0],"t":68,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.801,201.158,0],"t":69,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.788,201.293,0],"t":70,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.777,201.428,0],"t":71,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.767,201.562,0],"t":72,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.759,201.695,0],"t":73,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.752,201.825,0],"t":74,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.747,201.954,0],"t":75,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.744,202.08,0],"t":76,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.742,202.202,0],"t":77,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.742,202.322,0],"t":78,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.743,202.437,0],"t":79,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.746,202.548,0],"t":80,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.75,202.655,0],"t":81,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.763,202.851,0],"t":83,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.781,203.024,0],"t":85,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.804,203.17,0],"t":87,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.86,203.365,0],"t":91,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.009,203.175,0],"t":101,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.845,202.982,0],"t":111,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.688,203.138,0],"t":119,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.688,203.322,0],"t":124,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.771,203.495,0],"t":128,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.889,203.631,0],"t":131,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[164.994,203.721,0],"t":133,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.122,203.808,0],"t":135,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.272,203.891,0],"t":137,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.354,203.93,0],"t":138,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.442,203.968,0],"t":139,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.535,204.003,0],"t":140,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.632,204.036,0],"t":141,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.734,204.067,0],"t":142,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.841,204.095,0],"t":143,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[165.951,204.119,0],"t":144,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[166.066,204.141,0],"t":145,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[166.183,204.159,0],"t":146,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[166.304,204.173,0],"t":147,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[166.428,204.184,0],"t":148,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[166.555,204.19,0],"t":149,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[166.683,204.192,0],"t":150,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[166.813,204.189,0],"t":151,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[166.945,204.181,0],"t":152,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[167.077,204.167,0],"t":153,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[167.21,204.149,0],"t":154,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[167.342,204.125,0],"t":155,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[167.473,204.094,0],"t":156,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[167.603,204.058,0],"t":157,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[167.732,204.015,0],"t":158,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[167.857,203.965,0],"t":159,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[167.98,203.909,0],"t":160,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[168.101,203.847,0],"t":161,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[168.218,203.78,0],"t":162,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[168.332,203.709,0],"t":163,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[168.441,203.633,0],"t":164,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[168.546,203.555,0],"t":165,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[168.645,203.473,0],"t":166,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[168.738,203.39,0],"t":167,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[168.907,203.218,0],"t":169,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[169.047,203.042,0],"t":171,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[169.158,202.867,0],"t":173,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[169.237,202.696,0],"t":175,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[169.282,202.53,0],"t":177,"i":{"x":1,"y":1},"o":{"x":0,"y":0}}]},"a":{"a":0,"k":[-83.028,-47.236,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.33,0.33,0.33],"y":[1,1,1]},"o":{"x":[0.67,0.67,0.67],"y":[0,0,0]},"t":15,"s":[0,0,100]},{"i":{"x":[0.824,0.824,0.824],"y":[1,1,1]},"o":{"x":[0.561,0.561,0.561],"y":[0,0,0]},"t":40,"s":[100,100,100]},{"i":{"x":[0.693,0.693,0.693],"y":[1,1,1]},"o":{"x":[0.387,0.387,0.387],"y":[0,0,0]},"t":155,"s":[100,100,100]},{"t":180,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-1.126],[0,0],[0.85,-0.485],[0,0],[0,1.126],[0,0],[-0.85,0.485]],"o":[[0,0],[0.85,-0.485],[0,0],[0,1.126],[0,0],[-0.85,0.485],[0,0],[0,-1.126],[0,0]],"v":[[-83.699,-133.168],[-37.087,-159.76],[-35.542,-158.594],[-35.542,-158.593],[-37.087,-155.664],[-83.699,-129.072],[-85.245,-130.238],[-85.245,-130.238],[-83.699,-133.168]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333337307,0.92549020052,0.850980401039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-1.126],[0,0],[0.85,-0.485],[0,0],[0,1.126],[0,0],[-0.85,0.485]],"o":[[0,0],[0.85,-0.485],[0,0],[0,1.126],[0,0],[-0.85,0.485],[0,0],[0,-1.126],[0,0]],"v":[[-83.699,-141.689],[-22.947,-176.348],[-21.402,-175.182],[-21.402,-175.182],[-22.947,-172.252],[-83.699,-137.593],[-85.245,-138.759],[-85.245,-138.76],[-83.699,-141.689]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333337307,0.92549020052,0.850980401039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-1.126],[0,0],[0.85,-0.485],[0,0],[0,1.126],[0,0],[-0.85,0.485]],"o":[[0,0],[0.85,-0.485],[0,0],[0,1.126],[0,0],[-0.85,0.485],[0,0],[0,-1.126],[0,0]],"v":[[-83.699,-150.268],[-22.947,-184.927],[-21.402,-183.76],[-21.402,-183.76],[-22.947,-180.831],[-83.699,-146.171],[-85.245,-147.338],[-85.245,-147.338],[-83.699,-150.268]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333337307,0.92549020052,0.850980401039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-4.104],[2.072,-2.501],[0,-7.606],[0,0],[-6.567,5.622],[0,2.636],[-4.104,2.341]],"o":[[4.104,-2.342],[0,2.638],[6.562,-1.865],[0,0],[0,-7.61],[-2.07,-0.138],[0,-4.104],[0,0]],"v":[[-111.183,-133.102],[-103.751,-129.91],[-107.198,-121.669],[-95.803,-112.287],[-126.575,-94.731],[-115.171,-117.124],[-118.614,-121.431],[-111.183,-133.102]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.541176497936,0.352941185236,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-1.657],[0,0],[1.25,-0.713],[0,0],[0,1.657],[0,0],[-1.25,0.713]],"o":[[0,0],[1.25,-0.713],[0,0],[0,1.657],[0,0],[-1.25,0.713],[0,0],[0,-1.657],[0,0]],"v":[[-128.928,-127.249],[-93.701,-147.346],[-91.428,-145.63],[-91.428,-113.793],[-93.701,-109.484],[-128.928,-89.386],[-131.201,-91.103],[-131.201,-122.94],[-128.928,-127.249]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333337307,0.92549020052,0.850980401039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,2.563],[0,0],[-1.934,1.104]],"o":[[0,0],[0,0],[0,0],[-1.934,1.103],[0,0],[0,-2.564],[0,0]],"v":[[-135.793,-131.861],[-104.606,-149.654],[-54.015,-119.941],[-135.793,-73.287],[-139.309,-75.942],[-139.309,-125.195],[-135.793,-131.861]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.600000023842,0.258823543787,0.584313750267,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-2.563],[0,0],[1.934,-1.104],[0,0],[0,2.563],[0,0],[-1.934,1.103]],"o":[[0,0],[1.934,-1.103],[0,0],[0,2.564],[0,0],[-1.934,1.104],[0,0],[0,-2.563],[0,0]],"v":[[-135.793,-131.861],[-15.818,-200.307],[-12.302,-197.652],[-12.302,-148.399],[-15.818,-141.732],[-135.793,-73.287],[-139.309,-75.942],[-139.309,-125.195],[-135.793,-131.861]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.478431373835,0.156862750649,0.450980395079,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.62,-0.372],[0,0],[0.592,0.342],[2.164,-0.388],[0.683,0.207],[0,0],[1.935,-1.104],[0,0],[0,0],[-0.876,0.5]],"o":[[0,0],[0.888,-0.507],[0,0],[5.369,2.996],[-0.053,2.197],[-0.741,0.133],[0,0],[0,2.563],[0,0],[0,0],[0.617,-1.06],[0,0]],"v":[[-143.008,-135.872],[-23.034,-204.317],[-20.712,-204.474],[-20.712,-204.474],[-13.547,-200.493],[-17.356,-196.051],[-19.517,-196.178],[-19.517,-152.409],[-23.034,-145.743],[-98.103,-102.916],[-145.304,-133.424],[-143.008,-135.872]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.376470595598,0.121568627656,0.364705890417,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-0.223,-0.703],[2.489,-0.979],[4.568,2.565],[0,0],[0,1.618],[0,0],[-1.934,1.103]],"o":[[0,0],[0,0],[0,0],[0,0],[0.463,0.519],[0.809,2.549],[-0.012,-0.01],[0,0],[-0.951,-0.294],[0,0],[0,-2.564],[0,0]],"v":[[-143.008,-135.872],[-140.595,-137.248],[-120.819,-137.248],[-120.819,-89.957],[-136.135,-81.218],[-135.086,-79.374],[-138.071,-73.105],[-144.942,-76.968],[-144.942,-76.968],[-146.524,-79.952],[-146.524,-129.205],[-143.008,-135.872]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.376470595598,0.121568627656,0.364705890417,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":930,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[223.478,186.244,0],"ix":2},"a":{"a":0,"k":[-26.522,-63.756,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.33,0.33,0.33],"y":[1,1,1]},"o":{"x":[0.67,0.67,0.67],"y":[0,0,0]},"t":7.5,"s":[0,0,100]},{"i":{"x":[0.824,0.824,0.824],"y":[1,1,1]},"o":{"x":[0.561,0.561,0.561],"y":[0,0,0]},"t":32.5,"s":[100,100,100]},{"i":{"x":[0.693,0.693,0.693],"y":[1,1,1]},"o":{"x":[0.387,0.387,0.387],"y":[0,0,0]},"t":155,"s":[100,100,100]},{"t":180,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.122,-0.643],[0,0],[0,-1.492],[0,0],[1.123,0.644],[0,0],[0,1.492],[0,0]],"o":[[0,0],[1.123,0.644],[0,0],[0,1.492],[0,0],[-1.122,-0.644],[0,0],[0,-1.492]],"v":[[21.149,-149.971],[83.057,-114.478],[85.098,-110.596],[85.098,-110.595],[83.057,-109.054],[21.149,-144.546],[19.107,-148.428],[19.107,-148.429]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.123,-0.644],[0,0],[0,-1.492],[0,0],[1.123,0.644],[0,0],[0,1.492],[0,0]],"o":[[0,0],[1.123,0.644],[0,0],[0,1.492],[0,0],[-1.123,-0.644],[0,0],[0,-1.492]],"v":[[21.149,-173.888],[99.403,-129.025],[101.444,-125.142],[101.444,-125.142],[99.403,-123.6],[21.149,-168.463],[19.107,-172.346],[19.107,-172.346]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-1.492],[0,0],[1.123,0.644],[0,0],[0,1.492],[0,0],[-1.123,-0.643]],"o":[[0,0],[1.123,0.644],[0,0],[0,1.492],[0,0],[-1.123,-0.644],[0,0],[0,-1.492],[0,0]],"v":[[21.149,-161.806],[99.403,-116.942],[101.444,-113.06],[101.444,-113.059],[99.403,-111.518],[21.149,-156.381],[19.107,-160.264],[19.107,-160.264],[21.149,-161.806]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333337307,0.92549020052,0.850980401039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,-3.075],[0,0],[3.075,1.763],[0,0],[0,0],[0,0]],"o":[[0,0],[3.075,1.763],[0,0],[0,3.076],[0,0],[0,0],[0,0],[0,0]],"v":[[86.035,-151.009],[115.362,-134.196],[120.954,-125.399],[120.954,-70.91],[115.362,-68.524],[49.548,-106.256],[16.105,-83.377],[16.105,-106.466]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.478431373835,0.156862750649,0.450980395079,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,3.076],[0,0],[-3.076,-1.763]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-3.076,-1.763],[0,0],[0,-3.075],[0,0]],"v":[[5.542,-197.156],[89.854,-148.82],[89.854,-103.341],[54.632,-103.341],[49.548,-106.256],[45.287,-103.341],[16.105,-103.341],[16.105,-125.428],[5.542,-131.484],[-0.049,-140.281],[-0.049,-194.771],[5.542,-197.156]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.600000023842,0.258823543787,0.584313750267,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-1.459],[0,0],[0.743,-0.523],[0,0],[0,0],[0,0],[6.02,-4.196],[-0.224,2.118],[0,0]],"o":[[0.924,1.528],[0,0],[0,1.291],[0,0],[0,0],[0,0],[-0.197,0.138],[-1.683,-5.187],[0,0],[0,0]],"v":[[128.648,-136.454],[130.139,-131.81],[130.139,-77.32],[128.953,-74.567],[128.951,-74.566],[128.943,-74.56],[128.942,-74.56],[119.617,-68.058],[117.43,-79.015],[74.381,-103.695]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[128.942,-74.56],[128.942,-74.56]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.376470595598,0.121568627656,0.364705890417,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":3,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.813,-1.039],[0,0],[0,-3.075],[0,0],[0.743,-0.523],[0,0],[0,0],[0,0],[6.02,-4.196],[-0.224,2.118],[0,0],[0,0],[0,0],[0,0],[0,3.075],[0,0],[3.476,3.659],[-5.924,4.18],[0,0]],"o":[[0,0],[3.076,1.763],[0,0],[0,1.291],[0,0],[0,0],[0,0],[-0.197,0.138],[-1.683,-5.187],[0,0],[0,0],[0,0],[0,0],[-3.075,-1.763],[0,0],[-1.85,-0.8],[0.16,-0.065],[0,0],[1.024,-0.761]],"v":[[14.728,-203.567],[124.547,-140.607],[130.139,-131.81],[130.139,-77.32],[128.953,-74.567],[128.951,-74.566],[128.943,-74.56],[128.942,-74.56],[119.617,-68.058],[117.43,-79.015],[58.733,-112.666],[25.29,-89.788],[25.29,-131.839],[14.728,-137.895],[9.136,-146.692],[9.136,-190.842],[1.147,-197.531],[10.273,-203.899],[10.273,-203.898]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[128.942,-74.56],[128.942,-74.56]],"c":false},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.376470595598,0.121568627656,0.364705890417,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":3,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":930,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"k":[{"s":[133.303,220.261,0],"t":3,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.225,220.434,0],"t":5,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.157,220.634,0],"t":7,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.127,220.743,0],"t":8,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.1,220.859,0],"t":9,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.075,220.982,0],"t":10,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.053,221.111,0],"t":11,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.034,221.246,0],"t":12,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.018,221.387,0],"t":13,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.005,221.533,0],"t":14,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[132.994,221.685,0],"t":15,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[132.987,221.841,0],"t":16,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[132.982,222.003,0],"t":17,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[132.98,222.169,0],"t":18,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[132.981,222.338,0],"t":19,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[132.985,222.512,0],"t":20,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[132.992,222.688,0],"t":21,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.001,222.867,0],"t":22,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.013,223.049,0],"t":23,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.027,223.232,0],"t":24,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.043,223.416,0],"t":25,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.062,223.6,0],"t":26,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.082,223.785,0],"t":27,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.105,223.969,0],"t":28,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.129,224.151,0],"t":29,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.155,224.331,0],"t":30,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.182,224.508,0],"t":31,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.211,224.682,0],"t":32,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.241,224.851,0],"t":33,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.271,225.015,0],"t":34,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.302,225.173,0],"t":35,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.333,225.324,0],"t":36,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.364,225.467,0],"t":37,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.395,225.602,0],"t":38,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.418,225.737,0],"t":39,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.433,225.874,0],"t":40,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.44,226.011,0],"t":41,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.439,226.147,0],"t":42,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.433,226.282,0],"t":43,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.422,226.414,0],"t":44,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.406,226.542,0],"t":45,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.386,226.665,0],"t":46,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.364,226.783,0],"t":47,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.313,226.998,0],"t":49,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.259,227.181,0],"t":51,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.182,227.385,0],"t":54,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.173,227.158,0],"t":66,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.245,226.947,0],"t":68,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.29,226.824,0],"t":69,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.342,226.69,0],"t":70,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.401,226.544,0],"t":71,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.466,226.388,0],"t":72,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.538,226.222,0],"t":73,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.616,226.046,0],"t":74,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.701,225.861,0],"t":75,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.792,225.667,0],"t":76,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.89,225.467,0],"t":77,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[133.994,225.259,0],"t":78,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.104,225.045,0],"t":79,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.22,224.826,0],"t":80,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.341,224.602,0],"t":81,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.468,224.375,0],"t":82,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.601,224.146,0],"t":83,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.738,223.915,0],"t":84,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.879,223.684,0],"t":85,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.025,223.454,0],"t":86,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.175,223.227,0],"t":87,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.328,223.003,0],"t":88,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.484,222.783,0],"t":89,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.643,222.57,0],"t":90,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.803,222.364,0],"t":91,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.966,222.168,0],"t":92,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[136.129,221.982,0],"t":93,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[136.292,221.808,0],"t":94,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[136.455,221.648,0],"t":95,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[136.617,221.504,0],"t":96,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[136.778,221.377,0],"t":97,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[136.937,221.268,0],"t":98,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[137.092,221.162,0],"t":99,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[137.244,221.053,0],"t":100,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[137.392,220.943,0],"t":101,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[137.534,220.832,0],"t":102,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[137.671,220.722,0],"t":103,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[137.803,220.613,0],"t":104,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[137.927,220.505,0],"t":105,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[138.045,220.399,0],"t":106,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[138.156,220.297,0],"t":107,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[138.258,220.197,0],"t":108,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[138.353,220.102,0],"t":109,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[138.439,220.011,0],"t":110,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[138.516,219.925,0],"t":111,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[138.644,219.77,0],"t":113,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[138.765,219.584,0],"t":116,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[138.663,219.414,0],"t":124,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[138.544,219.451,0],"t":126,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[138.472,219.481,0],"t":127,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[138.392,219.519,0],"t":128,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[138.303,219.564,0],"t":129,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[138.208,219.617,0],"t":130,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[138.105,219.678,0],"t":131,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[137.996,219.745,0],"t":132,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[137.881,219.819,0],"t":133,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[137.76,219.9,0],"t":134,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[137.634,219.986,0],"t":135,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[137.504,220.079,0],"t":136,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[137.37,220.176,0],"t":137,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[137.233,220.279,0],"t":138,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[137.093,220.385,0],"t":139,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[136.952,220.496,0],"t":140,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[136.81,220.61,0],"t":141,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[136.668,220.727,0],"t":142,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[136.527,220.845,0],"t":143,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[136.387,220.965,0],"t":144,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[136.25,221.086,0],"t":145,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[136.117,221.207,0],"t":146,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.988,221.327,0],"t":147,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.864,221.446,0],"t":148,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.747,221.562,0],"t":149,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.638,221.675,0],"t":150,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.538,221.784,0],"t":151,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.448,221.888,0],"t":152,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.368,221.985,0],"t":153,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.248,222.159,0],"t":155,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.183,222.349,0],"t":158,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[135.103,222.544,0],"t":162,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.971,222.674,0],"t":165,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.856,222.748,0],"t":167,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.724,222.809,0],"t":169,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.652,222.833,0],"t":170,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.578,222.854,0],"t":171,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.5,222.871,0],"t":172,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.421,222.883,0],"t":173,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.34,222.89,0],"t":174,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.257,222.893,0],"t":175,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.173,222.891,0],"t":176,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.089,222.884,0],"t":177,"i":{"x":1,"y":1},"o":{"x":0,"y":0}},{"s":[134.004,222.871,0],"t":178,"i":{"x":1,"y":1},"o":{"x":0,"y":0}}]},"a":{"a":0,"k":[-114.959,-26.657,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.33,0.33,0.33],"y":[1,1,1]},"o":{"x":[0.67,0.67,0.67],"y":[0,0,0]},"t":0,"s":[0,0,100]},{"i":{"x":[0.824,0.824,0.824],"y":[1,1,1]},"o":{"x":[0.561,0.561,0.561],"y":[0,0,0]},"t":25,"s":[100,100,100]},{"i":{"x":[0.693,0.693,0.693],"y":[1,1,1]},"o":{"x":[0.387,0.387,0.387],"y":[0,0,0]},"t":155,"s":[100,100,100]},{"t":180,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.155,-1.894],[0,0],[0,0],[-0.155,-1.894],[0,0],[-1.813,1.126],[0,0],[0,0],[-1.813,1.126],[0,0],[0.155,1.894],[0,0],[0,0],[0.155,1.894],[0,0],[1.813,-1.126],[0,0],[0,0],[1.813,-1.126]],"o":[[0,0],[-1.813,1.126],[0,0],[0,0],[-1.813,1.126],[0,0],[0.155,1.894],[0,0],[0,0],[0.155,1.894],[0,0],[1.813,-1.126],[0,0],[0,0],[1.813,-1.126],[0,0],[-0.155,-1.894],[0,0],[0,0],[-0.156,-1.894],[0,0]],"v":[[-178.401,-96.521],[-181.184,-94.793],[-184.198,-89.302],[-183.559,-81.509],[-191.02,-76.876],[-194.034,-71.386],[-193.796,-68.479],[-190.217,-67.082],[-182.757,-71.714],[-182.118,-63.92],[-178.54,-62.523],[-175.757,-64.251],[-172.743,-69.742],[-173.381,-77.536],[-165.921,-82.168],[-162.907,-87.658],[-163.145,-90.566],[-166.724,-91.962],[-174.184,-87.331],[-174.822,-95.124],[-178.401,-96.521]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.933333337307,0.92549020052,0.850980401039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.631,-7.695],[-13.964,8.671],[-3.961,5.968]],"o":[[-4.63,7.949],[1.195,14.589],[5.714,-3.548],[0,0]],"v":[[-196.846,-88.965],[-203.428,-64.44],[-175.98,-53.724],[-161.196,-68.495]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.866666674614,0.372549027205,0.20000000298,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[4.192,-8.037],[-2.44,-2.44],[0,0],[-0.404,-0.26],[-0.701,-0.385],[-0.342,-0.174],[0,0],[-1.004,-0.524],[-1.761,-1.303],[-0.331,-0.223],[0,0],[-0.814,-0.502],[-0.336,-0.188],[-0.975,-0.538],[-1.689,-1.417],[0.766,9.341],[13.964,-8.671]],"o":[[-7.302,4.534],[3.028,1.155],[0,0],[0.414,0.233],[0.723,0.308],[0.347,0.157],[0,0],[1.054,0.37],[2.044,0.801],[0.338,0.203],[0,0],[0.857,0.394],[0.342,0.17],[1.027,0.39],[1.933,0.873],[6.62,-9.046],[-1.195,-14.588],[0,0]],"v":[[-180.308,-106.554],[-198.115,-86.664],[-189.808,-81.273],[-189.127,-80.592],[-187.898,-79.852],[-185.76,-78.813],[-184.727,-78.317],[-184.685,-78.302],[-181.594,-76.961],[-175.745,-73.748],[-174.742,-73.109],[-174.68,-73.076],[-172.171,-71.73],[-171.154,-71.193],[-168.145,-69.8],[-162.684,-66.364],[-152.859,-95.839],[-180.308,-106.554]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.541176497936,0.352941185236,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-1.195,-14.589],[-4.237,-2.242],[0,0],[0,0],[0.928,1.678],[-3.033,1.883],[1.195,14.589],[0.236,1.047],[-0.634,1.917],[7.998,4.566],[0,0],[8.166,-5.071]],"o":[[-13.965,8.67],[0.543,6.626],[0,0],[7.658,4.363],[0.717,-1.827],[2.779,-0.65],[13.964,-8.671],[-0.096,-1.176],[1.969,-0.372],[1.155,0.667],[0,0],[-5.136,-3.405],[0,0]],"v":[[-191.287,-112.844],[-214.407,-70.729],[-206.796,-57.256],[-206.796,-57.256],[-195.308,-50.711],[-195.724,-56.233],[-186.958,-60.014],[-163.838,-102.128],[-164.339,-105.462],[-160.127,-109.124],[-170.391,-114.974],[-170.393,-114.971],[-191.287,-112.844]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827450990677,0.23137255013,0.066666670144,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":930,"st":0,"bm":0}],"markers":[]}
\ No newline at end of file
diff --git a/app/src/main/res/raw/splash.json b/app/src/main/res/raw/splash.json
new file mode 100644
index 0000000..8fa2df6
--- /dev/null
+++ b/app/src/main/res/raw/splash.json
@@ -0,0 +1 @@
+{"v":"5.6.9","fr":29.9700012207031,"ip":0,"op":151.000006150356,"w":1080,"h":1080,"nm":"Online Doctor App","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Doctor text Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":27,"s":[100]},{"t":37.0000015070409,"s":[2]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":0,"s":[464.126,728.305,0],"to":[0,-14,0],"ti":[0,14,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":10,"s":[464.126,644.305,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":27,"s":[464.126,644.305,0],"to":[0,-19.167,0],"ti":[0,19.167,0]},{"t":37.0000015070409,"s":[464.126,529.305,0]}],"ix":2},"a":{"a":0,"k":[60.884,65.911,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":-21,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":-14,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":-11,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":-8,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":-6,"s":[98,98,100]},{"t":-4.00000016292334,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.83,0],[0,-5.829]],"o":[[0,-5.829],[-5.83,0],[0,0]],"v":[[10.556,5.278],[-0.001,-5.278],[-10.556,5.278]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.866,28.768],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.206],[3.206,0],[0,3.206],[-3.207,0]],"o":[[0,3.206],[-3.207,0],[0,-3.206],[3.206,0]],"v":[[5.806,0],[-0.001,5.806],[-5.806,0],[-0.001,-5.806]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.69,14.166],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 102","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-26.172,-1.428],[26.172,-1.428],[26.172,1.428],[-26.172,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.29,31.18],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 103","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,25.787],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 104","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.428],[72.806,-1.428],[72.806,1.428],[-72.806,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,20.394],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 105","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,15.001],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 106","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 107","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 108","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":-21.0000008553475,"op":130.000005295009,"st":-21.0000008553475,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Love text Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":53,"s":[100]},{"t":63.0000025660426,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":27,"s":[580.843,729.556,0],"to":[0,-13.917,0],"ti":[0,13.917,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":37,"s":[580.843,646.056,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":53,"s":[580.843,646.056,0],"to":[0,-21.333,0],"ti":[0,21.333,0]},{"t":63.0000025660426,"s":[580.843,518.056,0]}],"ix":2},"a":{"a":0,"k":[170.884,67.411,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":6,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":16,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":19,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":21,"s":[98,98,100]},{"t":23.0000009368092,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.173,-1.427],[-26.173,-1.427],[-26.173,1.427],[26.173,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.477,31.181],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,25.788],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.427],[-72.807,-1.427],[-72.807,1.427],[72.807,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,20.395],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,15.002],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.513],[4.29,0],[0.236,-4.077],[0,0],[0,0],[4.137,0],[0,-4.29],[-0.095,-0.486],[0,0],[-13.708,-5.483],[0,0],[0,0]],"o":[[0,-4.29],[-4.136,0],[0,0],[0,0],[-0.236,-4.077],[-4.29,0],[0,0.513],[0,0],[0,0],[13.707,-5.483],[0,0],[0.094,-0.486]],"v":[[15.535,-5.026],[7.767,-13.707],[0.023,-6.393],[0,-6.396],[-0.023,-6.393],[-7.768,-13.707],[-15.535,-5.026],[-15.388,-3.526],[-15.389,-3.526],[0,13.707],[15.389,-3.526],[15.388,-3.526]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.397,23.586],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.962],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.962],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":6.00000024438501,"op":157.000006394741,"st":6.00000024438501,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Doctor text Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":80,"s":[100]},{"t":90.0000036657751,"s":[2]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":53,"s":[464.126,728.305,0],"to":[0,-14,0],"ti":[0,14,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":63,"s":[464.126,644.305,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":80,"s":[464.126,644.305,0],"to":[0,-19.167,0],"ti":[0,19.167,0]},{"t":90.0000036657751,"s":[464.126,529.305,0]}],"ix":2},"a":{"a":0,"k":[60.884,65.911,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":32,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":39,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":42,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":45,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":47,"s":[98,98,100]},{"t":49.0000019958109,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.83,0],[0,-5.829]],"o":[[0,-5.829],[-5.83,0],[0,0]],"v":[[10.556,5.278],[-0.001,-5.278],[-10.556,5.278]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.866,28.768],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.206],[3.206,0],[0,3.206],[-3.207,0]],"o":[[0,3.206],[-3.207,0],[0,-3.206],[3.206,0]],"v":[[5.806,0],[-0.001,5.806],[-5.806,0],[-0.001,-5.806]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.69,14.166],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 102","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-26.172,-1.428],[26.172,-1.428],[26.172,1.428],[-26.172,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.29,31.18],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 103","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,25.787],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 104","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.428],[72.806,-1.428],[72.806,1.428],[-72.806,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,20.394],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 105","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,15.001],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 106","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 107","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 108","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":32.0000013033867,"op":183.000007453743,"st":32.0000013033867,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Love text Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[100]},{"t":115.000004684046,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":79,"s":[580.843,729.556,0],"to":[0,-13.917,0],"ti":[0,13.917,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":89,"s":[580.843,646.056,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":105,"s":[580.843,646.056,0],"to":[0,-21.333,0],"ti":[0,21.333,0]},{"t":115.000004684046,"s":[580.843,518.056,0]}],"ix":2},"a":{"a":0,"k":[170.884,67.411,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":58,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":65,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":68,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":71,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":73,"s":[98,98,100]},{"t":75.0000030548126,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.173,-1.427],[-26.173,-1.427],[-26.173,1.427],[26.173,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.477,31.181],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,25.788],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.427],[-72.807,-1.427],[-72.807,1.427],[72.807,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,20.395],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,15.002],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.513],[4.29,0],[0.236,-4.077],[0,0],[0,0],[4.137,0],[0,-4.29],[-0.095,-0.486],[0,0],[-13.708,-5.483],[0,0],[0,0]],"o":[[0,-4.29],[-4.136,0],[0,0],[0,0],[-0.236,-4.077],[-4.29,0],[0,0.513],[0,0],[0,0],[13.707,-5.483],[0,0],[0.094,-0.486]],"v":[[15.535,-5.026],[7.767,-13.707],[0.023,-6.393],[0,-6.396],[-0.023,-6.393],[-7.768,-13.707],[-15.535,-5.026],[-15.388,-3.526],[-15.389,-3.526],[0,13.707],[15.389,-3.526],[15.388,-3.526]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.397,23.586],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.962],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.962],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":58.0000023623884,"op":209.000008512745,"st":58.0000023623884,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Doctor text Outlines 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":131,"s":[100]},{"t":140.000005702317,"s":[2]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":106,"s":[464.126,728.305,0],"to":[0,-14,0],"ti":[0,14,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":116,"s":[464.126,644.305,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":131,"s":[464.126,644.305,0],"to":[0,-19.167,0],"ti":[0,19.167,0]},{"t":140.000005702317,"s":[464.126,529.305,0]}],"ix":2},"a":{"a":0,"k":[60.884,65.911,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":85,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":92,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":95,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":98,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":100,"s":[98,98,100]},{"t":102.000004154545,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.83,0],[0,-5.829]],"o":[[0,-5.829],[-5.83,0],[0,0]],"v":[[10.556,5.278],[-0.001,-5.278],[-10.556,5.278]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.866,28.768],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.206],[3.206,0],[0,3.206],[-3.207,0]],"o":[[0,3.206],[-3.207,0],[0,-3.206],[3.206,0]],"v":[[5.806,0],[-0.001,5.806],[-5.806,0],[-0.001,-5.806]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.69,14.166],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 102","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-26.172,-1.428],[26.172,-1.428],[26.172,1.428],[-26.172,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.29,31.18],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 103","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,25.787],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 104","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.428],[72.806,-1.428],[72.806,1.428],[-72.806,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,20.394],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 105","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,15.001],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 106","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 107","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 108","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":85.000003462121,"op":236.000009612477,"st":85.000003462121,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Love text Outlines 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":133,"s":[100]},{"t":143.000005824509,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":133,"s":[580.843,729.556,0],"to":[0,-13.917,0],"ti":[0,13.917,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":143,"s":[580.843,646.056,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":159,"s":[580.843,646.056,0],"to":[0,-21.333,0],"ti":[0,21.333,0]},{"t":169.000006883511,"s":[580.843,518.056,0]}],"ix":2},"a":{"a":0,"k":[170.884,67.411,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":112,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":119,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":122,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":125,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":127,"s":[98,98,100]},{"t":129.000005254278,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.173,-1.427],[-26.173,-1.427],[-26.173,1.427],[26.173,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.477,31.181],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,25.788],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.427],[-72.807,-1.427],[-72.807,1.427],[72.807,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,20.395],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,15.002],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.513],[4.29,0],[0.236,-4.077],[0,0],[0,0],[4.137,0],[0,-4.29],[-0.095,-0.486],[0,0],[-13.708,-5.483],[0,0],[0,0]],"o":[[0,-4.29],[-4.136,0],[0,0],[0,0],[-0.236,-4.077],[-4.29,0],[0,0.513],[0,0],[0,0],[13.707,-5.483],[0,0],[0.094,-0.486]],"v":[[15.535,-5.026],[7.767,-13.707],[0.023,-6.393],[0,-6.396],[-0.023,-6.393],[-7.768,-13.707],[-15.535,-5.026],[-15.388,-3.526],[-15.389,-3.526],[0,13.707],[15.389,-3.526],[15.388,-3.526]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.397,23.586],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.962],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.962],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":112.000004561854,"op":263.00001071221,"st":112.000004561854,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Doctor text Outlines 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":183,"s":[100]},{"t":193.000007861051,"s":[2]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":156,"s":[464.126,728.305,0],"to":[0,-14,0],"ti":[0,14,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":166,"s":[464.126,644.305,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":183,"s":[464.126,644.305,0],"to":[0,-19.167,0],"ti":[0,19.167,0]},{"t":193.000007861051,"s":[464.126,529.305,0]}],"ix":2},"a":{"a":0,"k":[60.884,65.911,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":135,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":142,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":145,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":148,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":150,"s":[98,98,100]},{"t":152.000006191087,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.83,0],[0,-5.829]],"o":[[0,-5.829],[-5.83,0],[0,0]],"v":[[10.556,5.278],[-0.001,-5.278],[-10.556,5.278]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.866,28.768],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.206],[3.206,0],[0,3.206],[-3.207,0]],"o":[[0,3.206],[-3.207,0],[0,-3.206],[3.206,0]],"v":[[5.806,0],[-0.001,5.806],[-5.806,0],[-0.001,-5.806]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.69,14.166],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 102","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-26.172,-1.428],[26.172,-1.428],[26.172,1.428],[-26.172,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.29,31.18],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 103","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,25.787],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 104","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.428],[72.806,-1.428],[72.806,1.428],[-72.806,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,20.394],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 105","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,15.001],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 106","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 107","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 108","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":135.000005498663,"op":286.000011649019,"st":135.000005498663,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"DNA big 2 Outlines","parent":2,"sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":-180.417,"ix":10},"p":{"a":0,"k":[-4.239,1230.858,0],"ix":2},"a":{"a":0,"k":[273.583,441.862,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-119.016,-42.404],[-123.031,-28.73],[119.016,42.405],[123.031,28.729]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[204.807,593.448],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.061,-1.266],[23.645,31.221],[0,0],[0.125,-0.015]],"o":[[-7.507,-6.699],[0,0],[-41.996,11.016],[-1.542,-0.004]],"v":[[73.978,-310.292],[16.413,-372.573],[179.346,-324.984],[98.918,-311.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-28.985,3.642],[-22.484,-41.518]],"o":[[34.896,-21.286],[14.561,12.359],[0,0]],"v":[[-40.667,-246.628],[65.213,-280.468],[137.013,-194.41]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[9.554,-10.502],[0,0],[-3.904,16.471],[0,0],[0.298,-1.246]],"o":[[0,0],[-4.709,-15.899],[0,0],[-0.253,1.237],[-3.622,15.137]],"v":[[133.913,-58.068],[-95.413,-126.532],[-97.549,-175.377],[154.875,-100.014],[154.303,-96.301]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[34.76,-2.774],[22.032,49.337],[0,0]],"o":[[-16.078,-12.347],[0,0],[-35.022,27.925]],"v":[[-1.392,-7.171],[-89.194,-109.786],[121.834,-46.784]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-9.151,-32.709],[0,0],[-44.982,3.009],[-13.226,0.655]],"o":[[0,0],[27.739,-20.3],[3.006,0.096],[33.022,29.627]],"v":[[53.324,117.037],[-146.474,58.314],[-36.089,22.51],[-10.474,22.134]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[5.762,-18.126],[12.461,-13.01],[0,0],[-6.069,16.953],[-14.241,13.423],[0,0]],"o":[[-5.541,17.442],[0,0],[-1.857,-17.62],[6.546,-18.288],[0,0],[2.937,18.903]],"v":[[52.751,188.736],[25.217,234.79],[-197.233,169.414],[-191.159,116.971],[-159.626,69.304],[56.797,132.909]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[26.846,-2.707],[20.335,-4.059],[11.374,10.65],[5.874,24.826],[0,0]],"o":[[-23.013,2.328],[-9.929,-10.624],[-20.148,-18.862],[0,0],[-19.53,15.587]],"v":[[-58.01,274.554],[-123.203,284.379],[-155.141,252.38],[-194.433,185.09],[12.805,245.997]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-11.812,-16.175],[0,0],[-27.742,6.243]],"o":[[0,0],[19.832,-6.747],[16.243,18.276]],"v":[[-91.252,367.931],[-205.207,335.995],[-133.291,315.767]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[-15.351,11.996],[0,0],[1.589,-21.924],[0,0],[-0.206,0.469]],"o":[[0,0],[8.322,19.726],[0,0],[0.2,-0.468],[8.381,-18.95]],"v":[[-55.733,-236.205],[145.284,-177.128],[157.058,-114.255],[-93.115,-188.942],[-92.575,-190.354]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-54.216,41.787],[0,0],[18.952,-6.609],[0,0],[4.589,17.103],[0,0],[-26.914,-26.618],[29.816,-67.342],[-42.82,-38.719],[23.095,-64.491],[-46.752,-43.765],[-6.073,-6.182],[2.645,-1.308],[0,0],[-20.404,7.811],[0,0],[-0.219,-0.441],[0,0],[17.387,26.728],[0,0],[0,0],[22.255,26.189],[-15.916,1.607],[-17.424,8.624],[-12.465,39.204],[52.644,55.567],[-17.901,74.657],[9.872,27.37],[0,0],[0,0],[22.508,22.096]],"o":[[0,0],[-14.581,11.226],[0,0],[-10.529,-16.217],[0,0],[13.942,51.963],[-53.354,10.039],[-35.484,80.244],[-87.749,7.479],[-20.403,56.973],[6.564,6.142],[-69.614,17.29],[0,0],[0.317,-0.157],[0,0],[22.161,32.487],[0,0],[-0.81,-1.639],[0,0],[0,0],[-13.153,-20.021],[14.681,-2.569],[20.404,-2.065],[36.992,-18.308],[18.858,-59.327],[58.094,-8.362],[7.529,-31.43],[0,0],[0,0],[-16.611,-42.463],[21.861,-1.688]],"v":[[273.583,-336.382],[256.163,-358.959],[204.278,-332.568],[3.272,-391.28],[-20.715,-441.862],[-48.259,-434.478],[37.774,-305.264],[-118.671,-201.893],[-43.847,-5.396],[-218.013,107.361],[-174.632,273.211],[-155.766,291.72],[-273.583,332.502],[-260.932,358.064],[-228.363,344.334],[-78.142,386.432],[-44.441,441.862],[-18.889,429.2],[-46.082,382.87],[-45.488,380.757],[-47.945,380.07],[-101.048,309.327],[-55.147,302.937],[1.978,286.597],[79.931,197.379],[26.744,18.552],[182.052,-89.647],[175.699,-178.599],[176.903,-182.686],[173.847,-183.585],[104.409,-283.431]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273.583,441.862],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":12,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"DNA big Outlines","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":-47.189,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":0,"s":[806.416,225.218,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":75,"s":[742.416,81.218,0],"to":[0,0,0],"ti":[0,0,0]},{"t":150.000006109625,"s":[806.416,225.218,0]}],"ix":2},"a":{"a":0,"k":[273.583,441.862,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-119.016,-42.404],[-123.031,-28.73],[119.016,42.405],[123.031,28.729]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[204.807,593.448],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.061,-1.266],[23.645,31.221],[0,0],[0.125,-0.015]],"o":[[-7.507,-6.699],[0,0],[-41.996,11.016],[-1.542,-0.004]],"v":[[73.978,-310.292],[16.413,-372.573],[179.346,-324.984],[98.918,-311.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-28.985,3.642],[-22.484,-41.518]],"o":[[34.896,-21.286],[14.561,12.359],[0,0]],"v":[[-40.667,-246.628],[65.213,-280.468],[137.013,-194.41]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[9.554,-10.502],[0,0],[-3.904,16.471],[0,0],[0.298,-1.246]],"o":[[0,0],[-4.709,-15.899],[0,0],[-0.253,1.237],[-3.622,15.137]],"v":[[133.913,-58.068],[-95.413,-126.532],[-97.549,-175.377],[154.875,-100.014],[154.303,-96.301]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[34.76,-2.774],[22.032,49.337],[0,0]],"o":[[-16.078,-12.347],[0,0],[-35.022,27.925]],"v":[[-1.392,-7.171],[-89.194,-109.786],[121.834,-46.784]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-9.151,-32.709],[0,0],[-44.982,3.009],[-13.226,0.655]],"o":[[0,0],[27.739,-20.3],[3.006,0.096],[33.022,29.627]],"v":[[53.324,117.037],[-146.474,58.314],[-36.089,22.51],[-10.474,22.134]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[5.762,-18.126],[12.461,-13.01],[0,0],[-6.069,16.953],[-14.241,13.423],[0,0]],"o":[[-5.541,17.442],[0,0],[-1.857,-17.62],[6.546,-18.288],[0,0],[2.937,18.903]],"v":[[52.751,188.736],[25.217,234.79],[-197.233,169.414],[-191.159,116.971],[-159.626,69.304],[56.797,132.909]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[26.846,-2.707],[20.335,-4.059],[11.374,10.65],[5.874,24.826],[0,0]],"o":[[-23.013,2.328],[-9.929,-10.624],[-20.148,-18.862],[0,0],[-19.53,15.587]],"v":[[-58.01,274.554],[-123.203,284.379],[-155.141,252.38],[-194.433,185.09],[12.805,245.997]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-11.812,-16.175],[0,0],[-27.742,6.243]],"o":[[0,0],[19.832,-6.747],[16.243,18.276]],"v":[[-91.252,367.931],[-205.207,335.995],[-133.291,315.767]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[-15.351,11.996],[0,0],[1.589,-21.924],[0,0],[-0.206,0.469]],"o":[[0,0],[8.322,19.726],[0,0],[0.2,-0.468],[8.381,-18.95]],"v":[[-55.733,-236.205],[145.284,-177.128],[157.058,-114.255],[-93.115,-188.942],[-92.575,-190.354]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-54.216,41.787],[0,0],[18.952,-6.609],[0,0],[4.589,17.103],[0,0],[-26.914,-26.618],[29.816,-67.342],[-42.82,-38.719],[23.095,-64.491],[-46.752,-43.765],[-6.073,-6.182],[2.645,-1.308],[0,0],[-20.404,7.811],[0,0],[-0.219,-0.441],[0,0],[17.387,26.728],[0,0],[0,0],[22.255,26.189],[-15.916,1.607],[-17.424,8.624],[-12.465,39.204],[52.644,55.567],[-17.901,74.657],[9.872,27.37],[0,0],[0,0],[22.508,22.096]],"o":[[0,0],[-14.581,11.226],[0,0],[-10.529,-16.217],[0,0],[13.942,51.963],[-53.354,10.039],[-35.484,80.244],[-87.749,7.479],[-20.403,56.973],[6.564,6.142],[-69.614,17.29],[0,0],[0.317,-0.157],[0,0],[22.161,32.487],[0,0],[-0.81,-1.639],[0,0],[0,0],[-13.153,-20.021],[14.681,-2.569],[20.404,-2.065],[36.992,-18.308],[18.858,-59.327],[58.094,-8.362],[7.529,-31.43],[0,0],[0,0],[-16.611,-42.463],[21.861,-1.688]],"v":[[273.583,-336.382],[256.163,-358.959],[204.278,-332.568],[3.272,-391.28],[-20.715,-441.862],[-48.259,-434.478],[37.774,-305.264],[-118.671,-201.893],[-43.847,-5.396],[-218.013,107.361],[-174.632,273.211],[-155.766,291.72],[-273.583,332.502],[-260.932,358.064],[-228.363,344.334],[-78.142,386.432],[-44.441,441.862],[-18.889,429.2],[-46.082,382.87],[-45.488,380.757],[-47.945,380.07],[-101.048,309.327],[-55.147,302.937],[1.978,286.597],[79.931,197.379],[26.744,18.552],[182.052,-89.647],[175.699,-178.599],[176.903,-182.686],[173.847,-183.585],[104.409,-283.431]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273.583,441.862],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":11,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"DNA small 2 Outlines","parent":5,"sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":-180.175,"ix":10},"p":{"a":0,"k":[-50.633,-129.204,0],"ix":2},"a":{"a":0,"k":[182.367,218.796,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54.742,35.708],[-50.371,41.646],[54.742,-35.71],[50.369,-41.645]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[234.826,293.805],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.884,-6.185],[20.259,0.046],[0,0],[0.033,-0.056]],"o":[[-5.109,0.991],[0,0],[-8.622,20.739],[-0.485,0.633]],"v":[[-92.951,-128.455],[-136.623,-124.269],[-65.989,-176.433],[-85.672,-139.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-7.581,13.072],[-24.136,-3.751]],"o":[[2.17,-21.034],[9.649,-2.123],[0,0]],"v":[[-102.66,-61.316],[-83.42,-115.503],[-25.5,-118.1]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-1.329,-7.224],[0,0],[5.557,6.767],[0,0],[-0.42,-0.513]],"o":[[0,0],[-8.02,-3.042],[0,0],[0.429,0.492],[5.097,6.233]],"v":[[29.653,-74.109],[-70.373,-1.156],[-91.15,-15.579],[18.954,-95.88],[20.303,-94.481]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[9.747,-15.177],[27.211,6.387],[0,0]],"o":[[-10.12,2.75],[0,0],[0.523,23.165]],"v":[[8.217,-2.466],[-61.531,1.53],[30.515,-65.602]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-16.331,-6.48],[0,0],[-12.853,19.46],[-3.874,5.65]],"o":[[0,0],[0.334,-17.779],[0.982,-1.207],[22.542,-4.311]],"v":[[76.488,13.922],[-10.278,77.773],[9.565,21.115],[17.435,10.453]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-5.656,-8.051],[-1.453,-9.206],[0,0],[5.077,7.81],[1.064,10.067],[0,0]],"o":[[5.445,7.745],[0,0],[-7.834,-4.755],[-5.477,-8.424],[0,0],[8.702,4.713]],"v":[[105.824,36.62],[116.157,62.383],[19.554,133.473],[-0.131,114.543],[-9.874,86.629],[84.111,17.465]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[7.296,-11.9],[4.699,-9.643],[7.947,-1.347],[12.06,5.36],[0,0]],"o":[[-6.252,10.202],[-7.484,0.758],[-14.076,2.384],[0,0],[0.298,12.923]],"v":[[106.452,109.101],[90.073,139.016],[66.894,142.139],[26.885,137.232],[116.882,71.003]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-10.358,-0.205],[0,0],[-6.121,13.376]],"o":[[0,0],[3.436,-10.277],[12.612,-0.96]],"v":[[134.476,152.038],[85.63,188.942],[99.833,153.001]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0.128,10.078],[0,0],[-8.528,-7.522],[0,0],[0.129,0.232]],"o":[[0,0],[10.727,2.754],[0,0],[-0.13,-0.229],[-5.175,-9.386]],"v":[[-103.089,-51.849],[-15.795,-116.09],[13.776,-101.24],[-95.345,-21.654],[-95.757,-22.319]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0.216,35.409],[0,0],[3.216,-9.872],[0,0],[8.478,3.468],[0,0],[-19.39,2.74],[-18.381,-33.371],[-29.353,5.498],[-19.312,-29.711],[-32.663,5.535],[-4.448,0.563],[0.29,-1.499],[0,0],[-3.176,10.847],[0,0],[-0.25,-0.048],[0,0],[16.45,1.216],[0,0],[0,0],[17.753,-0.957],[-4.325,7.055],[-1.908,9.874],[12.234,17.413],[39.367,-4.264],[25.125,30.759],[14.359,4.51],[0,0],[0,0],[16.147,-2.343]],"o":[[0,0],[0.053,9.519],[0,0],[-9.974,-0.746],[0,0],[25.758,10.54],[-12.582,25.108],[21.916,39.746],[-24.412,38.465],[17.061,26.248],[4.585,-0.779],[-14.692,34.073],[0,0],[0.035,-0.18],[0,0],[20.315,1.054],[0,0],[-0.929,-0.179],[0,0],[0,0],[-12.362,-0.858],[3.542,-6.849],[5.542,-9.046],[4.053,-20.964],[-18.514,-26.35],[14.758,-26.535],[-10.579,-12.945],[0,0],[0,0],[-22.684,-6.465],[6.154,-9.528]],"v":[[-41.158,-218.796],[-55.909,-218.698],[-61.3,-189.072],[-148.441,-124.721],[-176.778,-130.693],[-182.367,-117.041],[-102.223,-111.976],[-108.682,-15.191],[-4.353,15.566],[-12.5,122.587],[69.363,156.688],[82.893,154.72],[62.771,215.996],[77.257,218.796],[81.808,201.087],[146.2,152.438],[179.575,155.93],[182.368,141.444],[154.777,138.124],[154.093,137.218],[153.041,138.014],[107.283,137.711],[119.033,116.814],[130.202,88.18],[117.897,28.14],[27.62,-5.989],[31.735,-103.82],[-6.872,-129.071],[-8.177,-130.847],[-9.505,-129.871],[-72.36,-132.567]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.367,218.796],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":11,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"DNA small 3 Outlines","parent":5,"sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":-181.619,"ix":10},"p":{"a":0,"k":[445.367,586.796,0],"ix":2},"a":{"a":0,"k":[182.367,218.796,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54.742,35.708],[-50.371,41.646],[54.742,-35.71],[50.369,-41.645]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[234.826,293.805],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.884,-6.185],[20.259,0.046],[0,0],[0.033,-0.056]],"o":[[-5.109,0.991],[0,0],[-8.622,20.739],[-0.485,0.633]],"v":[[-92.951,-128.455],[-136.623,-124.269],[-65.989,-176.433],[-85.672,-139.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-7.581,13.072],[-24.136,-3.751]],"o":[[2.17,-21.034],[9.649,-2.123],[0,0]],"v":[[-102.66,-61.316],[-83.42,-115.503],[-25.5,-118.1]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-1.329,-7.224],[0,0],[5.557,6.767],[0,0],[-0.42,-0.513]],"o":[[0,0],[-8.02,-3.042],[0,0],[0.429,0.492],[5.097,6.233]],"v":[[29.653,-74.109],[-70.373,-1.156],[-91.15,-15.579],[18.954,-95.88],[20.303,-94.481]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[9.747,-15.177],[27.211,6.387],[0,0]],"o":[[-10.12,2.75],[0,0],[0.523,23.165]],"v":[[8.217,-2.466],[-61.531,1.53],[30.515,-65.602]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-16.331,-6.48],[0,0],[-12.853,19.46],[-3.874,5.65]],"o":[[0,0],[0.334,-17.779],[0.982,-1.207],[22.542,-4.311]],"v":[[76.488,13.922],[-10.278,77.773],[9.565,21.115],[17.435,10.453]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-5.656,-8.051],[-1.453,-9.206],[0,0],[5.077,7.81],[1.064,10.067],[0,0]],"o":[[5.445,7.745],[0,0],[-7.834,-4.755],[-5.477,-8.424],[0,0],[8.702,4.713]],"v":[[105.824,36.62],[116.157,62.383],[19.554,133.473],[-0.131,114.543],[-9.874,86.629],[84.111,17.465]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[7.296,-11.9],[4.699,-9.643],[7.947,-1.347],[12.06,5.36],[0,0]],"o":[[-6.252,10.202],[-7.484,0.758],[-14.076,2.384],[0,0],[0.298,12.923]],"v":[[106.452,109.101],[90.073,139.016],[66.894,142.139],[26.885,137.232],[116.882,71.003]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-10.358,-0.205],[0,0],[-6.121,13.376]],"o":[[0,0],[3.436,-10.277],[12.612,-0.96]],"v":[[134.476,152.038],[85.63,188.942],[99.833,153.001]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0.128,10.078],[0,0],[-8.528,-7.522],[0,0],[0.129,0.232]],"o":[[0,0],[10.727,2.754],[0,0],[-0.13,-0.229],[-5.175,-9.386]],"v":[[-103.089,-51.849],[-15.795,-116.09],[13.776,-101.24],[-95.345,-21.654],[-95.757,-22.319]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0.216,35.409],[0,0],[3.216,-9.872],[0,0],[8.478,3.468],[0,0],[-19.39,2.74],[-18.381,-33.371],[-29.353,5.498],[-19.312,-29.711],[-32.663,5.535],[-4.448,0.563],[0.29,-1.499],[0,0],[-3.176,10.847],[0,0],[-0.25,-0.048],[0,0],[16.45,1.216],[0,0],[0,0],[17.753,-0.957],[-4.325,7.055],[-1.908,9.874],[12.234,17.413],[39.367,-4.264],[25.125,30.759],[14.359,4.51],[0,0],[0,0],[16.147,-2.343]],"o":[[0,0],[0.053,9.519],[0,0],[-9.974,-0.746],[0,0],[25.758,10.54],[-12.582,25.108],[21.916,39.746],[-24.412,38.465],[17.061,26.248],[4.585,-0.779],[-14.692,34.073],[0,0],[0.035,-0.18],[0,0],[20.315,1.054],[0,0],[-0.929,-0.179],[0,0],[0,0],[-12.362,-0.858],[3.542,-6.849],[5.542,-9.046],[4.053,-20.964],[-18.514,-26.35],[14.758,-26.535],[-10.579,-12.945],[0,0],[0,0],[-22.684,-6.465],[6.154,-9.528]],"v":[[-41.158,-218.796],[-55.909,-218.698],[-61.3,-189.072],[-148.441,-124.721],[-176.778,-130.693],[-182.367,-117.041],[-102.223,-111.976],[-108.682,-15.191],[-4.353,15.566],[-12.5,122.587],[69.363,156.688],[82.893,154.72],[62.771,215.996],[77.257,218.796],[81.808,201.087],[146.2,152.438],[179.575,155.93],[182.368,141.444],[154.777,138.124],[154.093,137.218],[153.041,138.014],[107.283,137.711],[119.033,116.814],[130.202,88.18],[117.897,28.14],[27.62,-5.989],[31.735,-103.82],[-6.872,-129.071],[-8.177,-130.847],[-9.505,-129.871],[-72.36,-132.567]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.367,218.796],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":11,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"DNA small Outlines","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":5.629,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":0,"s":[141.718,625.194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":75,"s":[181.718,693.194,0],"to":[0,0,0],"ti":[0,0,0]},{"t":150.000006109625,"s":[141.718,625.194,0]}],"ix":2},"a":{"a":0,"k":[182.367,218.796,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54.742,35.708],[-50.371,41.646],[54.742,-35.71],[50.369,-41.645]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[234.826,293.805],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.884,-6.185],[20.259,0.046],[0,0],[0.033,-0.056]],"o":[[-5.109,0.991],[0,0],[-8.622,20.739],[-0.485,0.633]],"v":[[-92.951,-128.455],[-136.623,-124.269],[-65.989,-176.433],[-85.672,-139.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-7.581,13.072],[-24.136,-3.751]],"o":[[2.17,-21.034],[9.649,-2.123],[0,0]],"v":[[-102.66,-61.316],[-83.42,-115.503],[-25.5,-118.1]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-1.329,-7.224],[0,0],[5.557,6.767],[0,0],[-0.42,-0.513]],"o":[[0,0],[-8.02,-3.042],[0,0],[0.429,0.492],[5.097,6.233]],"v":[[29.653,-74.109],[-70.373,-1.156],[-91.15,-15.579],[18.954,-95.88],[20.303,-94.481]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[9.747,-15.177],[27.211,6.387],[0,0]],"o":[[-10.12,2.75],[0,0],[0.523,23.165]],"v":[[8.217,-2.466],[-61.531,1.53],[30.515,-65.602]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-16.331,-6.48],[0,0],[-12.853,19.46],[-3.874,5.65]],"o":[[0,0],[0.334,-17.779],[0.982,-1.207],[22.542,-4.311]],"v":[[76.488,13.922],[-10.278,77.773],[9.565,21.115],[17.435,10.453]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-5.656,-8.051],[-1.453,-9.206],[0,0],[5.077,7.81],[1.064,10.067],[0,0]],"o":[[5.445,7.745],[0,0],[-7.834,-4.755],[-5.477,-8.424],[0,0],[8.702,4.713]],"v":[[105.824,36.62],[116.157,62.383],[19.554,133.473],[-0.131,114.543],[-9.874,86.629],[84.111,17.465]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[7.296,-11.9],[4.699,-9.643],[7.947,-1.347],[12.06,5.36],[0,0]],"o":[[-6.252,10.202],[-7.484,0.758],[-14.076,2.384],[0,0],[0.298,12.923]],"v":[[106.452,109.101],[90.073,139.016],[66.894,142.139],[26.885,137.232],[116.882,71.003]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-10.358,-0.205],[0,0],[-6.121,13.376]],"o":[[0,0],[3.436,-10.277],[12.612,-0.96]],"v":[[134.476,152.038],[85.63,188.942],[99.833,153.001]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0.128,10.078],[0,0],[-8.528,-7.522],[0,0],[0.129,0.232]],"o":[[0,0],[10.727,2.754],[0,0],[-0.13,-0.229],[-5.175,-9.386]],"v":[[-103.089,-51.849],[-15.795,-116.09],[13.776,-101.24],[-95.345,-21.654],[-95.757,-22.319]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0.216,35.409],[0,0],[3.216,-9.872],[0,0],[8.478,3.468],[0,0],[-19.39,2.74],[-18.381,-33.371],[-29.353,5.498],[-19.312,-29.711],[-32.663,5.535],[-4.448,0.563],[0.29,-1.499],[0,0],[-3.176,10.847],[0,0],[-0.25,-0.048],[0,0],[16.45,1.216],[0,0],[0,0],[17.753,-0.957],[-4.325,7.055],[-1.908,9.874],[12.234,17.413],[39.367,-4.264],[25.125,30.759],[14.359,4.51],[0,0],[0,0],[16.147,-2.343]],"o":[[0,0],[0.053,9.519],[0,0],[-9.974,-0.746],[0,0],[25.758,10.54],[-12.582,25.108],[21.916,39.746],[-24.412,38.465],[17.061,26.248],[4.585,-0.779],[-14.692,34.073],[0,0],[0.035,-0.18],[0,0],[20.315,1.054],[0,0],[-0.929,-0.179],[0,0],[0,0],[-12.362,-0.858],[3.542,-6.849],[5.542,-9.046],[4.053,-20.964],[-18.514,-26.35],[14.758,-26.535],[-10.579,-12.945],[0,0],[0,0],[-22.684,-6.465],[6.154,-9.528]],"v":[[-41.158,-218.796],[-55.909,-218.698],[-61.3,-189.072],[-148.441,-124.721],[-176.778,-130.693],[-182.367,-117.041],[-102.223,-111.976],[-108.682,-15.191],[-4.353,15.566],[-12.5,122.587],[69.363,156.688],[82.893,154.72],[62.771,215.996],[77.257,218.796],[81.808,201.087],[146.2,152.438],[179.575,155.93],[182.368,141.444],[154.777,138.124],[154.093,137.218],[153.041,138.014],[107.283,137.711],[119.033,116.814],[130.202,88.18],[117.897,28.14],[27.62,-5.989],[31.735,-103.82],[-6.872,-129.071],[-8.177,-130.847],[-9.505,-129.871],[-72.36,-132.567]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.367,218.796],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":11,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"L_Hand Outlines","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":16,"s":[-3.074]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":52,"s":[1.016]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":91,"s":[-4.764]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":124,"s":[-1.186]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[230.264,3.466,0],"ix":2},"a":{"a":0,"k":[149.349,0.163,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[28.553,19.986],[-13.324,-12.372],[5.711,-10.469],[7.614,0],[6.662,3.807],[-2.856,6.663]],"o":[[0,0],[13.324,12.373],[-5.71,10.468],[0,0],[0,0],[2.855,-6.661]],"v":[[-17.845,-80.183],[37.354,-57.342],[54.486,52.108],[-53.535,80.183],[-60.197,50.679],[11.658,32.121]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972999961703,0.991999966491,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[167.039,80.433],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[11.374,1.441],[0,0],[4.758,3.806],[-4.758,-3.807],[-2.855,-1.903],[0,0]],"o":[[0,0],[0,0],[0,0],[-4.759,-3.808],[4.759,3.807],[2.855,1.904],[0,0]],"v":[[21.89,-1.904],[3.76,-13.785],[6.347,-5.188],[-18.082,-13.324],[-16.179,4.759],[-0.951,15.228],[22.841,14.275]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.776000019148,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[90.188,138.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54.724,-49.014],[25.221,-49.014],[54.724,49.014],[-25.221,49.014]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[54.974,128.257],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Head Outlines","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":29,"s":[-9.232]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":60,"s":[-9.232]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":90,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0]},"t":120,"s":[-2.032]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[225.55,3.685,0],"ix":2},"a":{"a":0,"k":[79.539,126.816,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.264,-4.602],[2.928,1.441],[-2.263,4.602],[-2.928,-1.441]],"o":[[-2.264,4.602],[-2.928,-1.44],[2.263,-4.601],[2.929,1.44]],"v":[[5.302,2.607],[-4.099,8.332],[-5.302,-2.608],[4.097,-8.332]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.776000019148,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.398,73.687],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.026,-2.427]],"o":[[0,0],[0,0]],"v":[[-3.916,1.427],[3.916,1]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.270999983245,0.243000000598,0.419999994016,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.809,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[29.863,59.611],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.703,-2.855],[15.703,2.855]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.270999983245,0.243000000598,0.419999994016,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.809,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[65.443,64.845],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.215,-6.894],[4.494,-0.14],[0.215,6.893],[-4.493,0.14]],"o":[[0.215,6.893],[-4.492,0.14],[-0.215,-6.893],[4.492,-0.14]],"v":[[8.136,-0.254],[0.389,12.482],[-8.135,0.254],[-0.388,-12.481]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.270999983245,0.243000000598,0.419999994016,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.809,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[18.298,61.976],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.215,-6.894],[4.494,-0.14],[0.215,6.893],[-4.494,0.14]],"o":[[0.214,6.893],[-4.492,0.14],[-0.214,-6.894],[4.492,-0.14]],"v":[[8.136,-0.254],[0.389,12.482],[-8.136,0.254],[-0.389,-12.481]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.270999983245,0.243000000598,0.419999994016,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.809,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[41.881,62.102],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.817,-3.376],[8.576,11.597],[-11.818,-5.065],[6.753,-25.323],[10.129,-20.258],[0,0],[0,0]],"o":[[0,0],[-12.775,-17.276],[11.817,5.065],[0,0],[-10.13,20.259],[0,0],[0,0]],"v":[[3.011,-10.129],[-37.506,-11.817],[-13.871,-33.764],[30.022,-15.194],[40.152,10.129],[26.646,40.517],[26.646,18.57]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.531,49.208],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[12.185,-3.046],[10.662,-4.57],[0,0],[0,-4.569],[-10.662,0],[-4.57,9.139],[0,0]],"o":[[0,0],[-12.186,3.046],[-10.663,4.569],[0,0],[0,4.57],[10.663,0],[4.57,-9.139],[0,0]],"v":[[25.894,-29.702],[15.231,-2.285],[-19.801,-6.854],[-31.987,-11.424],[-35.033,12.947],[-15.233,29.702],[30.463,3.808],[30.463,-29.702]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[48.059,90.728],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-8.441,-28.699],[0,0],[5.065,-5.064],[0,0],[-8.221,0.209],[-3.571,3.561],[0,0],[-11.818,27.011],[25.323,-33.764]],"o":[[0,1.688],[8.441,28.7],[0,0],[0,0],[2.448,5.386],[5.042,-0.128],[0,0],[0,0],[11.817,-27.012],[0,0]],"v":[[-32.076,-37.889],[-32.076,17.822],[-8.441,43.145],[-15.194,60.027],[-13.575,63.589],[8.52,71.444],[21.902,65.555],[30.981,54.804],[28.7,-2.436],[-30.388,-37.889]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.776000019148,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.165,71.903],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Body Outlines","parent":19,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":47,"s":[-2.61]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":101,"s":[-0.3]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[377.123,330,0],"ix":2},"a":{"a":0,"k":[183.221,254.112,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[14.752,-41.757],[-12.848,-17.25],[-6.187,-17.25],[-14.752,1.785],[2.38,41.757],[-10.945,1.785],[-2.38,-18.202],[-7.139,-20.105]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.435000011968,0.736999990426,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.663,50.81],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.409,-50.256],[13.464,-18.75],[2.995,-18.75],[7.754,2.188],[-17.27,50.257],[13.464,5.043],[7.754,-16.847],[17.27,-16.847]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.435000011968,0.736999990426,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[229,57.545],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.903,-74.234],[0,0],[0,0],[-10.469,19.986]],"o":[[0,0],[-1.903,74.234],[0,0],[0,0],[10.469,-19.986]],"v":[[31.33,-127.089],[18.159,-25.662],[13.401,127.089],[-31.33,123.283],[-4.682,-104.655]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972999961703,0.991999966491,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[146.263,134.885],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[58.335,-9.031],[0,0]],"o":[[0,0],[0,0],[0,0],[-71.535,11.074],[0,0]],"v":[[-25.22,49.013],[25.148,43.929],[26.694,-46.321],[-29.027,12.848],[-23.058,43.006]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.435000011968,0.736999990426,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[235.801,114.933],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[25.238,17.318],[-1.903,-44.731],[0,0],[0,0],[0,0]],"o":[[0,0],[1.904,44.73],[0,0],[0,0],[0,0]],"v":[[-6.186,-129.91],[-24.745,-45.682],[-20.938,129.91],[26.648,118.49],[26.648,-86.607]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972999961703,0.991999966491,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[235.801,132.064],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.903,-13.324],[0,0],[-9.517,7.614],[8.566,6.662],[0,0]],"o":[[0,0],[-1.904,13.324],[0,0],[9.518,-7.613],[-8.565,-6.662],[0,0]],"v":[[-11.42,-114.207],[-58.054,-87.559],[-58.054,110.399],[39.021,110.399],[51.393,-106.593],[11.422,-118.013]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.243000000598,0.630999995213,0.870999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[200.111,118.264],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.764999988032,0.795999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.767,139.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":1,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.613,-25.697],[-18.083,20.938]],"o":[[-1.082,3.65],[29.872,-34.589]],"v":[[-58.241,-0.559],[71.193,-5.318]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.243000000598,0.630999995213,0.870999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[183.167,232.078],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.469,-34.262],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-46.634,16.892],[-40.924,17.37],[46.635,17.37],[57.104,-3.094],[-4.759,-12.611]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.243000000598,0.630999995213,0.870999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.029,238.419],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"R_Hand Outlines","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":35,"s":[-6.479]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":72,"s":[0.898]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":115,"s":[-6.116]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[174.722,9.525,0],"ix":2},"a":{"a":0,"k":[203.274,2.387,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[6.661,0.952],[1.903,0],[7.614,-5.71],[-2.855,-3.806],[-13.324,-1.904]],"o":[[-0.952,0],[-6.663,-0.952],[-1.904,0],[0,0],[2.856,3.807],[0,0]],"v":[[29.504,8.089],[18.083,-5.234],[-3.807,-5.234],[-29.504,-9.993],[-6.663,0.476],[22.841,15.703]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.776000019148,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.753,43.078],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.172,5.534],[0.418,-0.722],[-5.198,-4.548]],"o":[[0,0],[-0.173,-0.816],[-1.728,2.992],[7.614,6.662]],"v":[[6.469,3.146],[-1.163,-9.185],[-2.842,-9.457],[-1.271,3.518]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.776000019148,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[44.349,35.277],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[12.372,-9.517],[4.759,0.952],[6.662,2.855],[4.759,-0.952],[-17.131,-10.47],[0,0]],"o":[[0,0],[-12.372,9.517],[-4.758,-0.951],[0,0],[0,0],[17.131,10.468],[0,0]],"v":[[81.372,-76.138],[33.786,-59.006],[-9.042,15.228],[-60.435,-38.068],[-81.372,-12.372],[-15.704,65.669],[42.351,19.034]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972999961703,0.991999966491,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[124.926,76.387],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Texts","parent":19,"refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[391.619,313.51,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"cahat box Outlines","parent":19,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[378.31,519.641,0],"ix":2},"a":{"a":0,"k":[101.608,13.574,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-5.782],[5.782,0],[0,5.781],[-5.781,0]],"o":[[0,5.781],[-5.781,0],[0,-5.782],[5.782,0]],"v":[[10.469,0],[-0.001,10.469],[-10.469,0],[-0.001,-10.469]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.429,13.574],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.358,0],[0,0],[0,7.358],[-7.359,0],[0,0],[0,-7.359]],"o":[[0,0],[-7.359,0],[0,-7.359],[0,0],[7.358,0],[0,7.358]],"v":[[88.035,13.324],[-88.034,13.324],[-101.358,0],[-88.034,-13.324],[88.035,-13.324],[101.358,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[101.608,13.574],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"stethoscope Outlines","parent":8,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":89,"s":[6.706]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":118,"s":[-3.332]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[89.689,96.581,0],"ix":2},"a":{"a":0,"k":[35.603,50.499,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":41,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":48,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":51,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":54,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":56,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":58,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":125,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":127,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":130,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":133,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":136,"s":[100,100,100]},{"t":143.000005824509,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.456,0],[0,2.455],[-2.456,0],[0,-2.456]],"o":[[-2.456,0],[0,-2.456],[2.456,0],[0,2.455]],"v":[[23.791,6.67],[19.344,2.224],[23.791,-2.224],[28.237,2.224]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[6.743,0],[0,6.743],[0,0],[-4.498,3.394],[-5.02,-0.777],[0,0]],"o":[[-6.743,0],[0,0],[5.169,-1.444],[0.696,5.045],[0,0],[0,6.743]],"v":[[9.782,47.581],[-2.445,35.352],[-2.445,11.254],[12.352,3.816],[22.011,13.634],[22.011,35.352]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,6.085],[6.341,0.052],[0,5.898],[4.737,1.981],[0,0.214],[2.456,0],[0,-2.456],[-2.456,0],[-0.813,0.883],[0,-12.134],[3.09,-5.131],[0.63,-4.496],[6.402,-1.653],[0,12.571],[-3.433,1.042],[-1.522,0],[0,2.455],[2.456,0],[0.006,-2.452],[0,-15.201],[-4.633,-4.812],[-7.341,-2.051],[0,0],[-8.214,0],[0,8.214],[0,0]],"o":[[0,-6.355],[2.253,-4.166],[0,-13.375],[0.029,-0.206],[0,-2.456],[-2.456,0],[0,2.455],[1.295,0],[4.063,1.615],[0,4.982],[-4.249,1.287],[-4.332,3.652],[-18.775,-4.847],[0,-13.691],[0.802,1.165],[2.456,0],[0,-2.456],[-2.453,0],[-4.053,1.298],[0,10.792],[5.473,5.683],[0,0],[0,8.214],[8.214,0],[0,0],[5.968,-0.456]],"v":[[35.352,2.224],[23.885,-9.334],[27.792,-24.457],[14.833,-45.177],[14.896,-45.802],[10.45,-50.249],[6.003,-45.802],[10.45,-41.355],[13.713,-42.801],[25.125,-24.457],[20.437,-8.841],[12.354,0.608],[-3.779,8.845],[-32.685,-24.457],[-19.895,-43.286],[-16.231,-41.355],[-11.784,-45.802],[-16.231,-50.249],[-20.677,-45.812],[-35.352,-24.457],[-25.196,-0.853],[-5.114,11.248],[-5.114,35.352],[9.782,50.249],[24.68,35.352],[24.68,13.74]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.602,50.499],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":41.0000016699642,"op":144.00000586524,"st":48.0000019550801,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Circle Outlines 6","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[814.721,753.926,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":34,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":41,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":44,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":47,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":49,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":51,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":132,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":134,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":137,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":140,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":143,"s":[100,100,100]},{"t":150.000006109625,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":34.0000013848484,"op":151.000006150356,"st":50.0000020365418,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"DNA Outlines","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":50,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":88,"s":[14.675]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":120,"s":[-13.298]},{"t":145.000005905971,"s":[0]}],"ix":10},"p":{"a":0,"k":[92.721,89.926,0],"ix":2},"a":{"a":0,"k":[52.719,52.72,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":34,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":41,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":44,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":47,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":49,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":51,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":120,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":122,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":125,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":128,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":131,"s":[100,100,100]},{"t":138.000005620855,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-11.714,-12.105],[-13.002,-10.709],[11.713,12.105],[13.002,10.709]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.422,69.065],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.755,0.68],[0.978,5.129],[0,0],[0.015,0.005]],"o":[[-0.501,-1.245],[0,0],[-5.67,-1.168],[-0.184,-0.092]],"v":[[27.075,-30.402],[23.88,-41.249],[40.534,-25.926],[30.132,-29.082]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-3.678,-1.279],[-0.232,-6.29]],"o":[[5.428,-0.48],[1.01,2.338],[0,0]],"v":[[9.611,-29.574],[24.263,-27.356],[27.754,-12.827]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.763,-0.689],[0,0],[-1.44,1.737],[0,0],[0.11,-0.132]],"o":[[0,0],[0.377,-2.177],[0,0],[-0.103,0.133],[-1.328,1.595]],"v":[[19.32,3.28],[-4.032,-18.462],[-1.4,-24.424],[24.305,-0.491],[24.017,-0.082]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[4.318,1.724],[-0.286,7.197],[0,0]],"o":[[-1.19,-2.426],[0,0],[-5.836,1.266]],"v":[[0.142,1.361],[-4.28,-16.092],[17.21,3.915]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0.841,-4.449],[0,0],[-5.553,-2.301],[-1.618,-0.704]],"o":[[0,0],[4.515,-0.785],[0.354,0.189],[2.194,5.493]],"v":[[-0.664,19.438],[-21.066,0.605],[-5.758,2.855],[-2.676,4.326]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[1.76,-1.825],[2.258,-0.818],[0,0],[-1.728,1.667],[-2.495,0.762],[0,0]],"o":[[-1.694,1.756],[0,0],[0.82,-2.216],[1.864,-1.798],[0,0],[-0.766,2.433]],"v":[[-4.973,27.972],[-10.987,31.847],[-33.701,10.879],[-29.874,4.973],[-23.287,1.141],[-1.189,21.54]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[3.368,1.264],[2.669,0.717],[0.729,1.945],[-0.767,3.314],[0,0]],"o":[[-2.888,-1.083],[-0.558,-1.857],[-1.292,-3.446],[0,0],[-3.255,0.708]],"v":[[-23.283,31.676],[-31.654,28.995],[-33.578,23.283],[-34.293,12.918],[-13.133,32.452]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-0.454,-2.631],[0,0],[-3.684,-0.895]],"o":[[0,0],[2.768,0.367],[0.86,3.144]],"v":[[-32.778,40.868],[-44.505,30.313],[-34.716,32.149]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[-2.544,0.526],[0,0],[1.486,-2.525],[0,0],[-0.053,0.044]],"o":[[0,0],[-0.172,2.85],[0,0],[0.052,-0.045],[2.122,-1.768]],"v":[[7.194,-29.22],[27.72,-10.273],[25.409,-2.064],[-0.068,-25.783],[0.081,-25.921]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-8.951,1.786],[0,0],[2.655,0.331],[0,0],[-0.463,2.315],[0,0],[-1.642,-4.771],[7.546,-6.283],[-2.827,-7.159],[6.573,-6.34],[-2.998,-7.995],[-0.36,-1.097],[0.394,0],[0,0],[-2.9,-0.274],[0,0],[0,-0.065],[0,0],[0.496,4.222],[0,0],[0,0],[1.111,4.445],[-1.997,-0.749],[-2.592,0],[-3.807,3.947],[3.005,9.752],[-6.554,7.862],[-0.439,3.854],[0,0],[0,0],[1.382,3.971]],"o":[[0,0],[-2.406,0.48],[0,0],[-0.3,-2.56],[0,0],[-1.407,7.034],[-6.969,-1.955],[-8.985,7.49],[-10.927,-4.296],[-5.807,5.601],[0.421,1.122],[-9.341,-2.051],[0,0],[0.047,0],[0,0],[0.727,5.192],[0,0],[0,-0.244],[0,0],[0,0],[-0.387,-3.17],[1.906,0.561],[2.559,0.96],[5.503,0],[5.762,-5.973],[7.437,2.437],[2.758,-3.311],[0,0],[0,0],[0.527,-6.056],[2.712,1.091]],"v":[[52.469,-21.715],[51.721,-25.444],[43.962,-25.358],[23.416,-44.26],[23.541,-51.723],[19.813,-52.47],[22.451,-31.942],[-2.356,-28.842],[-5.035,-0.937],[-32.514,2.236],[-37.139,24.618],[-35.979,27.946],[-52.469,25.85],[-52.469,29.654],[-47.765,29.939],[-32.305,43.853],[-31.556,52.47],[-27.754,52.467],[-28.263,45.324],[-28.068,45.107],[-28.321,44.879],[-30.482,33.285],[-24.619,35.236],[-16.827,36.663],[-2.237,30.611],[1.983,6.098],[26.94,2.355],[31.441,-8.65],[31.827,-9.067],[31.514,-9.355],[29.123,-25.392]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[52.719,52.72],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":11,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":34.0000013848484,"op":139.000005661586,"st":38.0000015477717,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Circle Outlines 2","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[896.721,429.426,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":27,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":34,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":37,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":40,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":42,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":44,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":127,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":129,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":132,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":135,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":138,"s":[100,100,100]},{"t":145.000005905971,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":27.0000010997325,"op":146.000005946702,"st":40.0000016292334,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Heart Outlines","parent":12,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":40,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":70,"s":[7.079]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":106,"s":[-3.325]},{"t":140.000005702317,"s":[0]}],"ix":10},"p":{"a":0,"k":[92.06,139.985,0],"ix":2},"a":{"a":0,"k":[46.347,86.299,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":27,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":34,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":37,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":40,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":42,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":44,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":115,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":117,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":120,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":123,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":126,"s":[100,100,100]},{"t":133.000005417201,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-12.08,22.106],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[12.135,22.204],[0,0],[0,0],[0,0]],"v":[[11.249,-31.61],[-0.747,16.373],[-14.808,-19.952],[-22.225,-6.973],[-40.044,-6.973],[-0.036,31.61],[40.044,-5.863],[19.063,-5.863]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.382,54.69],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,5.47],[14.564,0],[4.806,-5.584],[7.546,0],[-0.573,-15.999],[-2.084,-4.676],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[2.195,-4.969],[0,-16.01],[-7.546,0],[-4.807,-5.584],[-14.563,0],[0.181,5.023],[0,0],[0,0]],"v":[[-13.808,-3.522],[-1.222,28.992],[11.209,-20.734],[22.268,15.698],[42.289,15.698],[45.81,-0.004],[19.44,-28.992],[0.287,-19.918],[-18.867,-28.992],[-45.237,-0.004],[-41.648,14.588],[-24.158,14.588]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.059,29.242],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":27.0000010997325,"op":134.000005457932,"st":28.0000011404634,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Circle Outlines 3","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[728.721,183.426,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":20,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":27,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":30,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":33,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":35,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":37,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":122,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":124,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":127,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":130,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":133,"s":[100,100,100]},{"t":140.000005702317,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":20.0000008146167,"op":141.000005743048,"st":30.0000012219251,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Tablet Outlines","parent":14,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":30,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":65,"s":[-29.002]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":102,"s":[-3.806]},{"t":135.000005498663,"s":[0]}],"ix":10},"p":{"a":0,"k":[90.953,87.04,0],"ix":2},"a":{"a":0,"k":[45.903,37.253,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":20,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":27,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":30,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":33,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":35,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":37,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":110,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":112,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":115,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":118,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":121,"s":[100,100,100]},{"t":128.000005213547,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.005,1.517],[-1.517,-1.005],[1.005,-1.517],[1.517,1.005]],"o":[[1.005,-1.517],[1.516,1.006],[-1.006,1.517],[-1.517,-1.005]],"v":[[-0.011,8.484],[4.557,7.558],[5.484,12.126],[0.916,13.053]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.006,1.517],[-1.517,-1.004],[1.005,-1.517],[1.516,1.006]],"o":[[1.005,-1.517],[1.518,1.006],[-1.005,1.517],[-1.517,-1.005]],"v":[[-18.325,-3.65],[-13.758,-4.579],[-12.831,-0.011],[-17.398,0.916]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-1.005,1.517],[-1.517,-1.005],[1.005,-1.517],[1.517,1.005]],"o":[[1.006,-1.517],[1.517,1.005],[-1.005,1.517],[-1.517,-1.006]],"v":[[-2.483,-3.696],[2.085,-4.623],[3.012,-0.054],[-1.556,0.872]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-1.006,1.517],[-1.518,-1.005],[1.005,-1.517],[1.518,1.005]],"o":[[1.005,-1.517],[1.516,1.006],[-1.005,1.517],[-1.516,-1.006]],"v":[[12.147,-1.908],[16.715,-2.835],[17.641,1.733],[13.073,2.66]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-1.006,1.517],[-1.516,-1.005],[1.005,-1.517],[1.517,1.006]],"o":[[1.005,-1.517],[1.519,1.005],[-1.006,1.517],[-1.517,-1.005]],"v":[[-6.785,-17.089],[-2.219,-18.016],[-1.291,-13.449],[-5.859,-12.522]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[5.362,-8.091],[-8.092,-5.362],[0,0]],"o":[[0,0],[-8.092,-5.362],[-5.361,8.092],[0,0],[0,0]],"v":[[26.765,-4.082],[2.956,-19.858],[-21.404,-14.915],[-16.46,9.444],[7.348,25.22]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.015,25.471],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":7,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-5.362,8.092],[8.092,5.362],[0,0],[0,0]],"o":[[8.092,5.362],[5.362,-8.092],[0,0],[0,0],[0,0]],"v":[[-2.956,19.858],[21.404,14.915],[16.461,-9.445],[-7.349,-25.221],[-26.766,4.083]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[64.791,49.036],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":20.0000008146167,"op":129.000005254278,"st":18.000000733155,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Circle Outlines","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[382.721,155.426,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":20,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":23,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":26,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":28,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":30,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":117,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":119,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":122,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":125,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":128,"s":[100,100,100]},{"t":135.000005498663,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":13.0000005295009,"op":136.000005539394,"st":20.0000008146167,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Briefcase Outlines","parent":16,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":50,"s":[-3.412]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":88,"s":[5.114]},{"t":130.000005295009,"s":[0]}],"ix":10},"p":{"a":0,"k":[93.301,118.366,0],"ix":2},"a":{"a":0,"k":[38.329,61.178,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":20,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":23,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":26,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":28,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":30,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":105,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":107,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":110,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":113,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":116,"s":[100,100,100]},{"t":123.000005009893,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.441,0],[0,0],[0,-3.389],[0,0],[0,0],[0,0],[-2.939,0],[0,0],[0,-4.922]],"o":[[0,0],[0,0],[0,-3.389],[0,0],[-0.44,0],[0,0],[0,0],[0,0],[0,-4.922],[0,0],[2.939,0],[0,0]],"v":[[17.347,5.923],[13.962,5.923],[13.962,2.712],[12.192,-2.538],[-12.193,-2.538],[-13.963,2.712],[-13.963,5.923],[-17.347,5.923],[-17.347,2.712],[-12.193,-5.923],[12.192,-5.923],[17.347,2.712]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.329,6.174],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.478,0],[0,7.478],[-7.478,0],[0,-7.477]],"o":[[-7.478,0],[0,-7.477],[7.478,0],[0,7.478]],"v":[[-0.846,12.693],[-14.386,-0.847],[-0.846,-14.386],[12.693,-0.847]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.611,0],[0,0],[0,-3.611],[0,0],[-3.611,0],[0,0],[0,3.611],[0,0]],"o":[[0,0],[-3.611,0],[0,0],[0,3.611],[0,0],[3.611,0],[0,0],[0,-3.611]],"v":[[31.541,-26.233],[-31.541,-26.233],[-38.079,-19.694],[-38.079,19.694],[-31.541,26.233],[31.541,26.233],[38.079,19.694],[38.079,-19.694]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.329,34.945],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[8.462,-2.82],[2.82,-2.82],[2.82,-8.462],[-2.821,-8.462],[-2.821,-2.82],[-8.462,-2.82],[-8.462,2.821],[-2.821,2.821],[-2.821,8.462],[2.82,8.462],[2.82,2.821],[8.462,2.821]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[36.637,34.098],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":13.0000005295009,"op":124.000005050624,"st":8.00000032584668,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Circle Outlines 4","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[172.721,374.926,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":6,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":16,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":19,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":21,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":23,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":112,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":114,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":117,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":120,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":123,"s":[100,100,100]},{"t":130.000005295009,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":6.00000024438501,"op":131.000005335739,"st":10.0000004073083,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Injection Outlines","parent":18,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":10,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[-9.777]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":77,"s":[6.974]},{"t":125.000005091354,"s":[0]}],"ix":10},"p":{"a":0,"k":[55.721,124.926,0],"ix":2},"a":{"a":0,"k":[0.25,67.538,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":6,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":16,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":19,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":21,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":23,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":101,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":103,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":106,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":109,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":112,"s":[100,100,100]},{"t":119.000004846969,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-3.688,8.821],[-9.494,1.132],[3.688,-8.821],[9.494,-1.131]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[67.053,16.67],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.458,0.606],[0,0],[-0.607,0.458],[-0.458,-0.606],[0,0],[0.607,-0.458]],"o":[[0,0],[-0.459,-0.607],[0.606,-0.458],[0,0],[0.458,0.607],[-0.607,0.458]],"v":[[6.367,10.715],[-8.563,-9.057],[-8.294,-10.986],[-6.366,-10.717],[8.563,9.056],[8.294,10.986]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.644,11.694],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.458,0.606],[0,0],[-0.607,0.458],[-0.458,-0.606],[0,0],[0.607,-0.458]],"o":[[0,0],[-0.459,-0.607],[0.606,-0.458],[0,0],[0.458,0.606],[-0.607,0.458]],"v":[[6.367,10.716],[-8.563,-9.058],[-8.294,-10.986],[-6.366,-10.717],[8.563,9.057],[8.294,10.985]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[58.264,23.305],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.066,0.358],[0,0],[0,0]],"o":[[-1.121,-6.054],[0,0],[-0.096,-0.335]],"v":[[3.121,2.507],[-3.367,-2.943],[3.367,3.546]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[36.946,33.244],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.663,-0.17],[0,0],[0,0]],"o":[[0.968,0.583],[0,0],[0,0],[0,0]],"v":[[-1.357,-0.195],[1.166,0.918],[1.357,0.775],[-0.398,-0.918]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.021,43.793],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.959,3.366],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.054,-1.236]],"v":[[1.584,-1.325],[-5.149,-7.814],[-6.936,-6.467],[3.848,7.814],[6.936,5.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.729,38.115],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.968,0.583],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.663,-0.17]],"v":[[8.25,5.778],[5.161,8.11],[-5.621,-6.17],[-3.836,-7.519],[13.055,-20.27],[23.837,-5.99],[9.209,5.055],[10.964,6.748],[27.486,-5.726],[14.215,-23.303],[-24.234,5.727],[-27.486,21.98],[-10.963,23.303],[10.773,6.891]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[37.414,37.819],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.146,4.973],[-6.146,4.973],[5.316,-4.973],[6.146,-3.876]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.396,62.564],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":6.00000024438501,"op":120.0000048877,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Circle Outlines 5","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[212.721,716.926,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":7,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":10,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":15,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":17,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":108,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":110,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":113,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":116,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":119,"s":[100,100,100]},{"t":126.000005132085,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":126.000005132085,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Hand Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":43,"s":[2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":80,"s":[-1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":111,"s":[1.5]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[327.435,1143.512,0],"ix":2},"a":{"a":0,"k":[178.054,917.006,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.785,-7.87],[4.548,3.92],[-6.785,7.87],[-4.547,-3.92]],"o":[[-6.784,7.87],[-4.546,-3.92],[6.785,-7.87],[4.547,3.92]],"v":[[9.14,5.515],[-11.379,12.667],[-7.327,-8.681],[10.462,-12.667]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.764999988032,0.795999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[510.968,454.106],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.562,-9.931],[5.738,4.947],[-8.562,9.931],[-5.738,-4.947]],"o":[[-8.562,9.931],[-5.738,-4.946],[8.561,-9.931],[5.737,4.947]],"v":[[11.534,6.959],[-14.358,15.983],[-9.245,-10.954],[13.201,-15.983]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.764999988032,0.795999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[516.55,395.635],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[9.211,-10.684],[6.172,5.322],[-9.211,10.684],[-6.173,-5.322]],"o":[[-9.211,10.685],[-6.174,-5.321],[9.21,-10.684],[6.173,5.322]],"v":[[12.409,7.486],[-15.445,17.196],[-9.945,-11.785],[14.203,-17.195]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.764999988032,0.795999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[520.658,319.509],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[27.703,-15.214],[7.195,-27.287],[-12.681,19.278]],"o":[[0,0],[-7.195,27.287],[12.682,-19.279]],"v":[[6.187,-28.815],[-31.796,16.742],[26.309,-0.472]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.663000009574,0.666999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[528.2,438.068],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[30.377,-24.077],[3.104,-34.47],[-11.379,25.91]],"o":[[0,0],[-3.103,34.469],[11.378,-25.912]],"v":[[-0.917,-36.633],[-37.502,26.24],[29.227,-6.49]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.663000009574,0.666999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[534.432,372.054],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[28.527,-31.122],[-2.594,-37.605],[-7.78,29.825]],"o":[[0,0],[2.592,37.605],[7.781,-29.824]],"v":[[-7.131,-40.199],[-35.659,33.715],[30.472,-12.967]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.663000009574,0.666999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[537.621,289.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-5.781],[5.782,0],[0,5.782],[-5.782,0]],"o":[[0,5.782],[-5.782,0],[0,-5.781],[5.782,0]],"v":[[10.469,0],[0,10.469],[-10.469,0],[0,-10.469]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.486,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[380.689,570.557],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[395.436,378.31],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":1,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[380.689,313.842],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":1,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[380.689,288.405],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":1,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.94,0],[0,0],[0,5.942],[0,0],[-5.941,0],[0,0],[0,-5.942],[0,0]],"o":[[0,0],[-5.941,0],[0,0],[0,-5.942],[0,0],[5.94,0],[0,0],[0,5.942]],"v":[[122.008,226],[-122.008,226],[-132.765,215.242],[-132.765,-215.243],[-122.008,-226.001],[122.008,-226.001],[132.765,-215.243],[132.765,215.242]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[380.689,323.143],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":2,"cix":2,"bm":0,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.558,0],[0,0],[0,0],[0,0],[0,-1.557],[0,0]],"o":[[0,0],[0,0],[0,0],[1.558,0],[0,0],[0,1.557]],"v":[[0.987,19.51],[-3.807,19.51],[-3.807,-19.51],[0.987,-19.51],[3.806,-16.69],[3.806,16.691]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[520.593,312.641],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":2,"cix":2,"bm":0,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.205,0],[0,0],[0,0],[0,4.205],[0,0]],"o":[[0,0],[0,0],[-4.205,0],[0,0],[0,-4.205]],"v":[[3.807,-37.117],[3.807,-37.117],[3.807,37.117],[-3.807,29.504],[-3.807,-29.503]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[240.786,252.206],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":2,"cix":2,"bm":0,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.204,0],[0,0],[0,0],[0,-4.205],[0,0]],"o":[[0,0],[0,0],[4.204,0],[0,0],[0,4.205]],"v":[[-3.807,37.117],[-3.807,37.117],[-3.807,-37.117],[3.806,-29.504],[3.806,29.503]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[520.593,207.476],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":2,"cix":2,"bm":0,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.492,0],[0,0],[0,6.493],[0,0],[-6.492,0],[0,0],[0,-6.493],[0,0]],"o":[[0,0],[-6.492,0],[0,0],[0,-6.493],[0,0],[6.492,0],[0,0],[0,6.493]],"v":[[130.05,252.682],[-130.051,252.682],[-141.807,240.925],[-141.807,-240.927],[-130.051,-252.683],[130.05,-252.683],[141.806,-240.927],[141.806,240.925]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[380.69,338.814],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":2,"cix":2,"bm":0,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-40.383,54.466],[32.87,-32.118]],"o":[[0,0],[-32.869,32.118]],"v":[[52.249,-17.905],[-19.38,-4.442]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.596000043084,0.630999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[501.653,423.339],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16","np":2,"cix":2,"bm":0,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-40.384,54.466],[32.869,-32.119]],"o":[[0,0],[-32.869,32.118]],"v":[[52.389,-18.364],[-19.52,-3.983]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.596000043084,0.630999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[508.456,346.742],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":2,"cix":2,"bm":0,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-34.061,65.525],[29.824,-40.199]],"o":[[0,0],[-29.825,40.198]],"v":[[52.344,-27.839],[-22.519,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.596000043084,0.630999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[506.326,265.04],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 18","np":2,"cix":2,"bm":0,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.501999978458,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[554.781,173.581],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 19","np":1,"cix":2,"bm":0,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-39.208,-8.961],[102.441,-79.1]],"o":[[0,0],[45.386,10.374],[-102.441,79.101]],"v":[[-41.496,-6.542],[76.507,-110.281],[-19.451,40.14]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.663000009574,0.666999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[494.181,214.525],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 20","np":2,"cix":2,"bm":0,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-17.229,58.838],[-302.446,47.006],[0,0],[0,0]],"o":[[4.866,21.182],[-1.742,42.636],[0,0],[0,0]],"v":[[-79.541,-111.843],[55.653,179.766],[22.677,235.071],[-222.118,137.841]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.501999978458,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[286.114,733.647],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 21","np":2,"cix":2,"bm":0,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.501999978458,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[362.773,431.653],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 22","np":1,"cix":2,"bm":0,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[57.056,62.243],[15.561,29.825],[-41.827,76.271],[-9.517,12.373],[-3.948,-51.978],[-19.034,-9.518],[-55.759,-60.946],[43.877,-27.231],[0,0]],"o":[[0,0],[-15.56,-29.825],[48.537,-88.51],[7.628,-9.916],[5.711,75.186],[19.199,9.599],[55.76,60.947],[-81.299,50.454],[0,0]],"v":[[-224.777,354.611],[-83.208,80.255],[-128.779,-137.7],[-86.903,-324.238],[-35.511,-260.471],[-54.545,-119.617],[160.577,-141.486],[133.347,108.783],[39.801,385.066]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.663000009574,0.666999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[291.524,519.34],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 23","np":2,"cix":2,"bm":0,"ix":23,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Circle 2 Outlines 2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[536.169,514.958,0],"ix":2},"a":{"a":0,"k":[391.839,391.839,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-216.269],[216.269,0],[0,216.269],[-216.268,0]],"o":[[0,216.269],[-216.268,0],[0,-216.269],[216.269,0]],"v":[[391.589,0],[0,391.589],[-391.589,0],[0,-391.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[391.839,391.839],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":0,"nm":"Pre-comp 1","tt":1,"refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Circle 2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[536.169,514.958,0],"ix":2},"a":{"a":0,"k":[391.839,391.839,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-216.269],[216.269,0],[0,216.269],[-216.268,0]],"o":[[0,216.269],[-216.268,0],[0,-216.269],[216.269,0]],"v":[[391.589,0],[0,391.589],[-391.589,0],[0,-391.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[391.839,391.839],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0}],"markers":[]}{"v":"5.6.9","fr":29.9700012207031,"ip":0,"op":151.000006150356,"w":1080,"h":1080,"nm":"Online Doctor App","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Doctor text Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":27,"s":[100]},{"t":37.0000015070409,"s":[2]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":0,"s":[464.126,728.305,0],"to":[0,-14,0],"ti":[0,14,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":10,"s":[464.126,644.305,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":27,"s":[464.126,644.305,0],"to":[0,-19.167,0],"ti":[0,19.167,0]},{"t":37.0000015070409,"s":[464.126,529.305,0]}],"ix":2},"a":{"a":0,"k":[60.884,65.911,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":-21,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":-14,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":-11,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":-8,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":-6,"s":[98,98,100]},{"t":-4.00000016292334,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.83,0],[0,-5.829]],"o":[[0,-5.829],[-5.83,0],[0,0]],"v":[[10.556,5.278],[-0.001,-5.278],[-10.556,5.278]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.866,28.768],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.206],[3.206,0],[0,3.206],[-3.207,0]],"o":[[0,3.206],[-3.207,0],[0,-3.206],[3.206,0]],"v":[[5.806,0],[-0.001,5.806],[-5.806,0],[-0.001,-5.806]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.69,14.166],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 102","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-26.172,-1.428],[26.172,-1.428],[26.172,1.428],[-26.172,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.29,31.18],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 103","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,25.787],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 104","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.428],[72.806,-1.428],[72.806,1.428],[-72.806,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,20.394],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 105","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,15.001],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 106","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 107","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 108","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":-21.0000008553475,"op":130.000005295009,"st":-21.0000008553475,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Love text Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":53,"s":[100]},{"t":63.0000025660426,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":27,"s":[580.843,729.556,0],"to":[0,-13.917,0],"ti":[0,13.917,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":37,"s":[580.843,646.056,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":53,"s":[580.843,646.056,0],"to":[0,-21.333,0],"ti":[0,21.333,0]},{"t":63.0000025660426,"s":[580.843,518.056,0]}],"ix":2},"a":{"a":0,"k":[170.884,67.411,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":6,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":16,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":19,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":21,"s":[98,98,100]},{"t":23.0000009368092,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.173,-1.427],[-26.173,-1.427],[-26.173,1.427],[26.173,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.477,31.181],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,25.788],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.427],[-72.807,-1.427],[-72.807,1.427],[72.807,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,20.395],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,15.002],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.513],[4.29,0],[0.236,-4.077],[0,0],[0,0],[4.137,0],[0,-4.29],[-0.095,-0.486],[0,0],[-13.708,-5.483],[0,0],[0,0]],"o":[[0,-4.29],[-4.136,0],[0,0],[0,0],[-0.236,-4.077],[-4.29,0],[0,0.513],[0,0],[0,0],[13.707,-5.483],[0,0],[0.094,-0.486]],"v":[[15.535,-5.026],[7.767,-13.707],[0.023,-6.393],[0,-6.396],[-0.023,-6.393],[-7.768,-13.707],[-15.535,-5.026],[-15.388,-3.526],[-15.389,-3.526],[0,13.707],[15.389,-3.526],[15.388,-3.526]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.397,23.586],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.962],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.962],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":6.00000024438501,"op":157.000006394741,"st":6.00000024438501,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Doctor text Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":80,"s":[100]},{"t":90.0000036657751,"s":[2]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":53,"s":[464.126,728.305,0],"to":[0,-14,0],"ti":[0,14,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":63,"s":[464.126,644.305,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":80,"s":[464.126,644.305,0],"to":[0,-19.167,0],"ti":[0,19.167,0]},{"t":90.0000036657751,"s":[464.126,529.305,0]}],"ix":2},"a":{"a":0,"k":[60.884,65.911,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":32,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":39,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":42,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":45,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":47,"s":[98,98,100]},{"t":49.0000019958109,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.83,0],[0,-5.829]],"o":[[0,-5.829],[-5.83,0],[0,0]],"v":[[10.556,5.278],[-0.001,-5.278],[-10.556,5.278]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.866,28.768],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.206],[3.206,0],[0,3.206],[-3.207,0]],"o":[[0,3.206],[-3.207,0],[0,-3.206],[3.206,0]],"v":[[5.806,0],[-0.001,5.806],[-5.806,0],[-0.001,-5.806]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.69,14.166],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 102","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-26.172,-1.428],[26.172,-1.428],[26.172,1.428],[-26.172,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.29,31.18],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 103","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,25.787],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 104","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.428],[72.806,-1.428],[72.806,1.428],[-72.806,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,20.394],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 105","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,15.001],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 106","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 107","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 108","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":32.0000013033867,"op":183.000007453743,"st":32.0000013033867,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Love text Outlines 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[100]},{"t":115.000004684046,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":79,"s":[580.843,729.556,0],"to":[0,-13.917,0],"ti":[0,13.917,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":89,"s":[580.843,646.056,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":105,"s":[580.843,646.056,0],"to":[0,-21.333,0],"ti":[0,21.333,0]},{"t":115.000004684046,"s":[580.843,518.056,0]}],"ix":2},"a":{"a":0,"k":[170.884,67.411,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":58,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":65,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":68,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":71,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":73,"s":[98,98,100]},{"t":75.0000030548126,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.173,-1.427],[-26.173,-1.427],[-26.173,1.427],[26.173,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.477,31.181],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,25.788],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.427],[-72.807,-1.427],[-72.807,1.427],[72.807,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,20.395],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,15.002],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.513],[4.29,0],[0.236,-4.077],[0,0],[0,0],[4.137,0],[0,-4.29],[-0.095,-0.486],[0,0],[-13.708,-5.483],[0,0],[0,0]],"o":[[0,-4.29],[-4.136,0],[0,0],[0,0],[-0.236,-4.077],[-4.29,0],[0,0.513],[0,0],[0,0],[13.707,-5.483],[0,0],[0.094,-0.486]],"v":[[15.535,-5.026],[7.767,-13.707],[0.023,-6.393],[0,-6.396],[-0.023,-6.393],[-7.768,-13.707],[-15.535,-5.026],[-15.388,-3.526],[-15.389,-3.526],[0,13.707],[15.389,-3.526],[15.388,-3.526]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.397,23.586],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.962],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.962],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":58.0000023623884,"op":209.000008512745,"st":58.0000023623884,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Doctor text Outlines 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":131,"s":[100]},{"t":140.000005702317,"s":[2]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":106,"s":[464.126,728.305,0],"to":[0,-14,0],"ti":[0,14,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":116,"s":[464.126,644.305,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":131,"s":[464.126,644.305,0],"to":[0,-19.167,0],"ti":[0,19.167,0]},{"t":140.000005702317,"s":[464.126,529.305,0]}],"ix":2},"a":{"a":0,"k":[60.884,65.911,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":85,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":92,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":95,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":98,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":100,"s":[98,98,100]},{"t":102.000004154545,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.83,0],[0,-5.829]],"o":[[0,-5.829],[-5.83,0],[0,0]],"v":[[10.556,5.278],[-0.001,-5.278],[-10.556,5.278]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.866,28.768],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.206],[3.206,0],[0,3.206],[-3.207,0]],"o":[[0,3.206],[-3.207,0],[0,-3.206],[3.206,0]],"v":[[5.806,0],[-0.001,5.806],[-5.806,0],[-0.001,-5.806]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.69,14.166],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 102","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-26.172,-1.428],[26.172,-1.428],[26.172,1.428],[-26.172,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.29,31.18],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 103","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,25.787],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 104","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.428],[72.806,-1.428],[72.806,1.428],[-72.806,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,20.394],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 105","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,15.001],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 106","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 107","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 108","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":85.000003462121,"op":236.000009612477,"st":85.000003462121,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Love text Outlines 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":133,"s":[100]},{"t":143.000005824509,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":133,"s":[580.843,729.556,0],"to":[0,-13.917,0],"ti":[0,13.917,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":143,"s":[580.843,646.056,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":159,"s":[580.843,646.056,0],"to":[0,-21.333,0],"ti":[0,21.333,0]},{"t":169.000006883511,"s":[580.843,518.056,0]}],"ix":2},"a":{"a":0,"k":[170.884,67.411,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":112,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":119,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":122,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":125,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":127,"s":[98,98,100]},{"t":129.000005254278,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[26.173,-1.427],[-26.173,-1.427],[-26.173,1.427],[26.173,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[84.477,31.181],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,25.788],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.427],[-72.807,-1.427],[-72.807,1.427],[72.807,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,20.395],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[72.807,-1.428],[-72.807,-1.428],[-72.807,1.428],[72.807,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[131.112,15.002],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0.513],[4.29,0],[0.236,-4.077],[0,0],[0,0],[4.137,0],[0,-4.29],[-0.095,-0.486],[0,0],[-13.708,-5.483],[0,0],[0,0]],"o":[[0,-4.29],[-4.136,0],[0,0],[0,0],[-0.236,-4.077],[-4.29,0],[0,0.513],[0,0],[0,0],[13.707,-5.483],[0,0],[0.094,-0.486]],"v":[[15.535,-5.026],[7.767,-13.707],[0.023,-6.393],[0,-6.396],[-0.023,-6.393],[-7.768,-13.707],[-15.535,-5.026],[-15.388,-3.526],[-15.389,-3.526],[0,13.707],[15.389,-3.526],[15.388,-3.526]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.397,23.586],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.963,0],[0,0],[0,-3.963],[0,0],[-3.963,0],[0,0],[0,0],[0,0],[0,0],[0,3.962],[0,0]],"o":[[0,0],[-3.963,0],[0,0],[0,3.962],[0,0],[0,0],[0,0],[0,0],[3.963,0],[0,0],[0,-3.963]],"v":[[108.459,-30.455],[-108.459,-30.455],[-115.634,-23.279],[-115.634,10.908],[-108.459,18.083],[44.708,18.083],[54.724,30.455],[66.508,18.083],[108.459,18.083],[115.634,10.908],[115.634,-23.279]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":112.000004561854,"op":263.00001071221,"st":112.000004561854,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Doctor text Outlines 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":183,"s":[100]},{"t":193.000007861051,"s":[2]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":156,"s":[464.126,728.305,0],"to":[0,-14,0],"ti":[0,14,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":166,"s":[464.126,644.305,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":183,"s":[464.126,644.305,0],"to":[0,-19.167,0],"ti":[0,19.167,0]},{"t":193.000007861051,"s":[464.126,529.305,0]}],"ix":2},"a":{"a":0,"k":[60.884,65.911,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":135,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":142,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":145,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":148,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":150,"s":[98,98,100]},{"t":152.000006191087,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[5.83,0],[0,-5.829]],"o":[[0,-5.829],[-5.83,0],[0,0]],"v":[[10.556,5.278],[-0.001,-5.278],[-10.556,5.278]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.866,28.768],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-3.206],[3.206,0],[0,3.206],[-3.207,0]],"o":[[0,3.206],[-3.207,0],[0,-3.206],[3.206,0]],"v":[[5.806,0],[-0.001,5.806],[-5.806,0],[-0.001,-5.806]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[202.69,14.166],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 102","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-26.172,-1.428],[26.172,-1.428],[26.172,1.428],[-26.172,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[147.29,31.18],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 103","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,25.787],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 104","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.428],[72.806,-1.428],[72.806,1.428],[-72.806,1.428]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,20.394],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 105","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-72.806,-1.427],[72.806,-1.427],[72.806,1.427],[-72.806,1.427]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[100.656,15.001],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 106","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,30.705],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 107","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.963,0],[0,0],[0,-3.963],[0,0],[3.962,0],[0,0],[0,0],[0,0],[0,0],[0,3.963],[0,0]],"o":[[0,0],[3.962,0],[0,0],[0,3.963],[0,0],[0,0],[0,0],[0,0],[-3.963,0],[0,0],[0,-3.963]],"v":[[-108.459,-30.455],[108.459,-30.455],[115.634,-23.28],[115.634,10.907],[108.459,18.082],[-44.709,18.082],[-54.724,30.455],[-66.507,18.082],[-108.459,18.082],[-115.634,10.907],[-115.634,-23.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[115.884,37.367],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 108","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":135.000005498663,"op":286.000011649019,"st":135.000005498663,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"DNA big 2 Outlines","parent":2,"sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":-180.417,"ix":10},"p":{"a":0,"k":[-4.239,1230.858,0],"ix":2},"a":{"a":0,"k":[273.583,441.862,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-119.016,-42.404],[-123.031,-28.73],[119.016,42.405],[123.031,28.729]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[204.807,593.448],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.061,-1.266],[23.645,31.221],[0,0],[0.125,-0.015]],"o":[[-7.507,-6.699],[0,0],[-41.996,11.016],[-1.542,-0.004]],"v":[[73.978,-310.292],[16.413,-372.573],[179.346,-324.984],[98.918,-311.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-28.985,3.642],[-22.484,-41.518]],"o":[[34.896,-21.286],[14.561,12.359],[0,0]],"v":[[-40.667,-246.628],[65.213,-280.468],[137.013,-194.41]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[9.554,-10.502],[0,0],[-3.904,16.471],[0,0],[0.298,-1.246]],"o":[[0,0],[-4.709,-15.899],[0,0],[-0.253,1.237],[-3.622,15.137]],"v":[[133.913,-58.068],[-95.413,-126.532],[-97.549,-175.377],[154.875,-100.014],[154.303,-96.301]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[34.76,-2.774],[22.032,49.337],[0,0]],"o":[[-16.078,-12.347],[0,0],[-35.022,27.925]],"v":[[-1.392,-7.171],[-89.194,-109.786],[121.834,-46.784]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-9.151,-32.709],[0,0],[-44.982,3.009],[-13.226,0.655]],"o":[[0,0],[27.739,-20.3],[3.006,0.096],[33.022,29.627]],"v":[[53.324,117.037],[-146.474,58.314],[-36.089,22.51],[-10.474,22.134]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[5.762,-18.126],[12.461,-13.01],[0,0],[-6.069,16.953],[-14.241,13.423],[0,0]],"o":[[-5.541,17.442],[0,0],[-1.857,-17.62],[6.546,-18.288],[0,0],[2.937,18.903]],"v":[[52.751,188.736],[25.217,234.79],[-197.233,169.414],[-191.159,116.971],[-159.626,69.304],[56.797,132.909]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[26.846,-2.707],[20.335,-4.059],[11.374,10.65],[5.874,24.826],[0,0]],"o":[[-23.013,2.328],[-9.929,-10.624],[-20.148,-18.862],[0,0],[-19.53,15.587]],"v":[[-58.01,274.554],[-123.203,284.379],[-155.141,252.38],[-194.433,185.09],[12.805,245.997]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-11.812,-16.175],[0,0],[-27.742,6.243]],"o":[[0,0],[19.832,-6.747],[16.243,18.276]],"v":[[-91.252,367.931],[-205.207,335.995],[-133.291,315.767]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[-15.351,11.996],[0,0],[1.589,-21.924],[0,0],[-0.206,0.469]],"o":[[0,0],[8.322,19.726],[0,0],[0.2,-0.468],[8.381,-18.95]],"v":[[-55.733,-236.205],[145.284,-177.128],[157.058,-114.255],[-93.115,-188.942],[-92.575,-190.354]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-54.216,41.787],[0,0],[18.952,-6.609],[0,0],[4.589,17.103],[0,0],[-26.914,-26.618],[29.816,-67.342],[-42.82,-38.719],[23.095,-64.491],[-46.752,-43.765],[-6.073,-6.182],[2.645,-1.308],[0,0],[-20.404,7.811],[0,0],[-0.219,-0.441],[0,0],[17.387,26.728],[0,0],[0,0],[22.255,26.189],[-15.916,1.607],[-17.424,8.624],[-12.465,39.204],[52.644,55.567],[-17.901,74.657],[9.872,27.37],[0,0],[0,0],[22.508,22.096]],"o":[[0,0],[-14.581,11.226],[0,0],[-10.529,-16.217],[0,0],[13.942,51.963],[-53.354,10.039],[-35.484,80.244],[-87.749,7.479],[-20.403,56.973],[6.564,6.142],[-69.614,17.29],[0,0],[0.317,-0.157],[0,0],[22.161,32.487],[0,0],[-0.81,-1.639],[0,0],[0,0],[-13.153,-20.021],[14.681,-2.569],[20.404,-2.065],[36.992,-18.308],[18.858,-59.327],[58.094,-8.362],[7.529,-31.43],[0,0],[0,0],[-16.611,-42.463],[21.861,-1.688]],"v":[[273.583,-336.382],[256.163,-358.959],[204.278,-332.568],[3.272,-391.28],[-20.715,-441.862],[-48.259,-434.478],[37.774,-305.264],[-118.671,-201.893],[-43.847,-5.396],[-218.013,107.361],[-174.632,273.211],[-155.766,291.72],[-273.583,332.502],[-260.932,358.064],[-228.363,344.334],[-78.142,386.432],[-44.441,441.862],[-18.889,429.2],[-46.082,382.87],[-45.488,380.757],[-47.945,380.07],[-101.048,309.327],[-55.147,302.937],[1.978,286.597],[79.931,197.379],[26.744,18.552],[182.052,-89.647],[175.699,-178.599],[176.903,-182.686],[173.847,-183.585],[104.409,-283.431]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273.583,441.862],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":12,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"DNA big Outlines","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":-47.189,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":0,"s":[806.416,225.218,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":75,"s":[742.416,81.218,0],"to":[0,0,0],"ti":[0,0,0]},{"t":150.000006109625,"s":[806.416,225.218,0]}],"ix":2},"a":{"a":0,"k":[273.583,441.862,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-119.016,-42.404],[-123.031,-28.73],[119.016,42.405],[123.031,28.729]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[204.807,593.448],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[14.061,-1.266],[23.645,31.221],[0,0],[0.125,-0.015]],"o":[[-7.507,-6.699],[0,0],[-41.996,11.016],[-1.542,-0.004]],"v":[[73.978,-310.292],[16.413,-372.573],[179.346,-324.984],[98.918,-311.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-28.985,3.642],[-22.484,-41.518]],"o":[[34.896,-21.286],[14.561,12.359],[0,0]],"v":[[-40.667,-246.628],[65.213,-280.468],[137.013,-194.41]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[9.554,-10.502],[0,0],[-3.904,16.471],[0,0],[0.298,-1.246]],"o":[[0,0],[-4.709,-15.899],[0,0],[-0.253,1.237],[-3.622,15.137]],"v":[[133.913,-58.068],[-95.413,-126.532],[-97.549,-175.377],[154.875,-100.014],[154.303,-96.301]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[34.76,-2.774],[22.032,49.337],[0,0]],"o":[[-16.078,-12.347],[0,0],[-35.022,27.925]],"v":[[-1.392,-7.171],[-89.194,-109.786],[121.834,-46.784]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-9.151,-32.709],[0,0],[-44.982,3.009],[-13.226,0.655]],"o":[[0,0],[27.739,-20.3],[3.006,0.096],[33.022,29.627]],"v":[[53.324,117.037],[-146.474,58.314],[-36.089,22.51],[-10.474,22.134]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[5.762,-18.126],[12.461,-13.01],[0,0],[-6.069,16.953],[-14.241,13.423],[0,0]],"o":[[-5.541,17.442],[0,0],[-1.857,-17.62],[6.546,-18.288],[0,0],[2.937,18.903]],"v":[[52.751,188.736],[25.217,234.79],[-197.233,169.414],[-191.159,116.971],[-159.626,69.304],[56.797,132.909]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[26.846,-2.707],[20.335,-4.059],[11.374,10.65],[5.874,24.826],[0,0]],"o":[[-23.013,2.328],[-9.929,-10.624],[-20.148,-18.862],[0,0],[-19.53,15.587]],"v":[[-58.01,274.554],[-123.203,284.379],[-155.141,252.38],[-194.433,185.09],[12.805,245.997]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-11.812,-16.175],[0,0],[-27.742,6.243]],"o":[[0,0],[19.832,-6.747],[16.243,18.276]],"v":[[-91.252,367.931],[-205.207,335.995],[-133.291,315.767]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[-15.351,11.996],[0,0],[1.589,-21.924],[0,0],[-0.206,0.469]],"o":[[0,0],[8.322,19.726],[0,0],[0.2,-0.468],[8.381,-18.95]],"v":[[-55.733,-236.205],[145.284,-177.128],[157.058,-114.255],[-93.115,-188.942],[-92.575,-190.354]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-54.216,41.787],[0,0],[18.952,-6.609],[0,0],[4.589,17.103],[0,0],[-26.914,-26.618],[29.816,-67.342],[-42.82,-38.719],[23.095,-64.491],[-46.752,-43.765],[-6.073,-6.182],[2.645,-1.308],[0,0],[-20.404,7.811],[0,0],[-0.219,-0.441],[0,0],[17.387,26.728],[0,0],[0,0],[22.255,26.189],[-15.916,1.607],[-17.424,8.624],[-12.465,39.204],[52.644,55.567],[-17.901,74.657],[9.872,27.37],[0,0],[0,0],[22.508,22.096]],"o":[[0,0],[-14.581,11.226],[0,0],[-10.529,-16.217],[0,0],[13.942,51.963],[-53.354,10.039],[-35.484,80.244],[-87.749,7.479],[-20.403,56.973],[6.564,6.142],[-69.614,17.29],[0,0],[0.317,-0.157],[0,0],[22.161,32.487],[0,0],[-0.81,-1.639],[0,0],[0,0],[-13.153,-20.021],[14.681,-2.569],[20.404,-2.065],[36.992,-18.308],[18.858,-59.327],[58.094,-8.362],[7.529,-31.43],[0,0],[0,0],[-16.611,-42.463],[21.861,-1.688]],"v":[[273.583,-336.382],[256.163,-358.959],[204.278,-332.568],[3.272,-391.28],[-20.715,-441.862],[-48.259,-434.478],[37.774,-305.264],[-118.671,-201.893],[-43.847,-5.396],[-218.013,107.361],[-174.632,273.211],[-155.766,291.72],[-273.583,332.502],[-260.932,358.064],[-228.363,344.334],[-78.142,386.432],[-44.441,441.862],[-18.889,429.2],[-46.082,382.87],[-45.488,380.757],[-47.945,380.07],[-101.048,309.327],[-55.147,302.937],[1.978,286.597],[79.931,197.379],[26.744,18.552],[182.052,-89.647],[175.699,-178.599],[176.903,-182.686],[173.847,-183.585],[104.409,-283.431]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[273.583,441.862],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":11,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"DNA small 2 Outlines","parent":5,"sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":-180.175,"ix":10},"p":{"a":0,"k":[-50.633,-129.204,0],"ix":2},"a":{"a":0,"k":[182.367,218.796,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54.742,35.708],[-50.371,41.646],[54.742,-35.71],[50.369,-41.645]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[234.826,293.805],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.884,-6.185],[20.259,0.046],[0,0],[0.033,-0.056]],"o":[[-5.109,0.991],[0,0],[-8.622,20.739],[-0.485,0.633]],"v":[[-92.951,-128.455],[-136.623,-124.269],[-65.989,-176.433],[-85.672,-139.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-7.581,13.072],[-24.136,-3.751]],"o":[[2.17,-21.034],[9.649,-2.123],[0,0]],"v":[[-102.66,-61.316],[-83.42,-115.503],[-25.5,-118.1]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-1.329,-7.224],[0,0],[5.557,6.767],[0,0],[-0.42,-0.513]],"o":[[0,0],[-8.02,-3.042],[0,0],[0.429,0.492],[5.097,6.233]],"v":[[29.653,-74.109],[-70.373,-1.156],[-91.15,-15.579],[18.954,-95.88],[20.303,-94.481]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[9.747,-15.177],[27.211,6.387],[0,0]],"o":[[-10.12,2.75],[0,0],[0.523,23.165]],"v":[[8.217,-2.466],[-61.531,1.53],[30.515,-65.602]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-16.331,-6.48],[0,0],[-12.853,19.46],[-3.874,5.65]],"o":[[0,0],[0.334,-17.779],[0.982,-1.207],[22.542,-4.311]],"v":[[76.488,13.922],[-10.278,77.773],[9.565,21.115],[17.435,10.453]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-5.656,-8.051],[-1.453,-9.206],[0,0],[5.077,7.81],[1.064,10.067],[0,0]],"o":[[5.445,7.745],[0,0],[-7.834,-4.755],[-5.477,-8.424],[0,0],[8.702,4.713]],"v":[[105.824,36.62],[116.157,62.383],[19.554,133.473],[-0.131,114.543],[-9.874,86.629],[84.111,17.465]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[7.296,-11.9],[4.699,-9.643],[7.947,-1.347],[12.06,5.36],[0,0]],"o":[[-6.252,10.202],[-7.484,0.758],[-14.076,2.384],[0,0],[0.298,12.923]],"v":[[106.452,109.101],[90.073,139.016],[66.894,142.139],[26.885,137.232],[116.882,71.003]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-10.358,-0.205],[0,0],[-6.121,13.376]],"o":[[0,0],[3.436,-10.277],[12.612,-0.96]],"v":[[134.476,152.038],[85.63,188.942],[99.833,153.001]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0.128,10.078],[0,0],[-8.528,-7.522],[0,0],[0.129,0.232]],"o":[[0,0],[10.727,2.754],[0,0],[-0.13,-0.229],[-5.175,-9.386]],"v":[[-103.089,-51.849],[-15.795,-116.09],[13.776,-101.24],[-95.345,-21.654],[-95.757,-22.319]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0.216,35.409],[0,0],[3.216,-9.872],[0,0],[8.478,3.468],[0,0],[-19.39,2.74],[-18.381,-33.371],[-29.353,5.498],[-19.312,-29.711],[-32.663,5.535],[-4.448,0.563],[0.29,-1.499],[0,0],[-3.176,10.847],[0,0],[-0.25,-0.048],[0,0],[16.45,1.216],[0,0],[0,0],[17.753,-0.957],[-4.325,7.055],[-1.908,9.874],[12.234,17.413],[39.367,-4.264],[25.125,30.759],[14.359,4.51],[0,0],[0,0],[16.147,-2.343]],"o":[[0,0],[0.053,9.519],[0,0],[-9.974,-0.746],[0,0],[25.758,10.54],[-12.582,25.108],[21.916,39.746],[-24.412,38.465],[17.061,26.248],[4.585,-0.779],[-14.692,34.073],[0,0],[0.035,-0.18],[0,0],[20.315,1.054],[0,0],[-0.929,-0.179],[0,0],[0,0],[-12.362,-0.858],[3.542,-6.849],[5.542,-9.046],[4.053,-20.964],[-18.514,-26.35],[14.758,-26.535],[-10.579,-12.945],[0,0],[0,0],[-22.684,-6.465],[6.154,-9.528]],"v":[[-41.158,-218.796],[-55.909,-218.698],[-61.3,-189.072],[-148.441,-124.721],[-176.778,-130.693],[-182.367,-117.041],[-102.223,-111.976],[-108.682,-15.191],[-4.353,15.566],[-12.5,122.587],[69.363,156.688],[82.893,154.72],[62.771,215.996],[77.257,218.796],[81.808,201.087],[146.2,152.438],[179.575,155.93],[182.368,141.444],[154.777,138.124],[154.093,137.218],[153.041,138.014],[107.283,137.711],[119.033,116.814],[130.202,88.18],[117.897,28.14],[27.62,-5.989],[31.735,-103.82],[-6.872,-129.071],[-8.177,-130.847],[-9.505,-129.871],[-72.36,-132.567]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.367,218.796],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":11,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"DNA small 3 Outlines","parent":5,"sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":-181.619,"ix":10},"p":{"a":0,"k":[445.367,586.796,0],"ix":2},"a":{"a":0,"k":[182.367,218.796,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54.742,35.708],[-50.371,41.646],[54.742,-35.71],[50.369,-41.645]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[234.826,293.805],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.884,-6.185],[20.259,0.046],[0,0],[0.033,-0.056]],"o":[[-5.109,0.991],[0,0],[-8.622,20.739],[-0.485,0.633]],"v":[[-92.951,-128.455],[-136.623,-124.269],[-65.989,-176.433],[-85.672,-139.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-7.581,13.072],[-24.136,-3.751]],"o":[[2.17,-21.034],[9.649,-2.123],[0,0]],"v":[[-102.66,-61.316],[-83.42,-115.503],[-25.5,-118.1]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-1.329,-7.224],[0,0],[5.557,6.767],[0,0],[-0.42,-0.513]],"o":[[0,0],[-8.02,-3.042],[0,0],[0.429,0.492],[5.097,6.233]],"v":[[29.653,-74.109],[-70.373,-1.156],[-91.15,-15.579],[18.954,-95.88],[20.303,-94.481]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[9.747,-15.177],[27.211,6.387],[0,0]],"o":[[-10.12,2.75],[0,0],[0.523,23.165]],"v":[[8.217,-2.466],[-61.531,1.53],[30.515,-65.602]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-16.331,-6.48],[0,0],[-12.853,19.46],[-3.874,5.65]],"o":[[0,0],[0.334,-17.779],[0.982,-1.207],[22.542,-4.311]],"v":[[76.488,13.922],[-10.278,77.773],[9.565,21.115],[17.435,10.453]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-5.656,-8.051],[-1.453,-9.206],[0,0],[5.077,7.81],[1.064,10.067],[0,0]],"o":[[5.445,7.745],[0,0],[-7.834,-4.755],[-5.477,-8.424],[0,0],[8.702,4.713]],"v":[[105.824,36.62],[116.157,62.383],[19.554,133.473],[-0.131,114.543],[-9.874,86.629],[84.111,17.465]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[7.296,-11.9],[4.699,-9.643],[7.947,-1.347],[12.06,5.36],[0,0]],"o":[[-6.252,10.202],[-7.484,0.758],[-14.076,2.384],[0,0],[0.298,12.923]],"v":[[106.452,109.101],[90.073,139.016],[66.894,142.139],[26.885,137.232],[116.882,71.003]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-10.358,-0.205],[0,0],[-6.121,13.376]],"o":[[0,0],[3.436,-10.277],[12.612,-0.96]],"v":[[134.476,152.038],[85.63,188.942],[99.833,153.001]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0.128,10.078],[0,0],[-8.528,-7.522],[0,0],[0.129,0.232]],"o":[[0,0],[10.727,2.754],[0,0],[-0.13,-0.229],[-5.175,-9.386]],"v":[[-103.089,-51.849],[-15.795,-116.09],[13.776,-101.24],[-95.345,-21.654],[-95.757,-22.319]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0.216,35.409],[0,0],[3.216,-9.872],[0,0],[8.478,3.468],[0,0],[-19.39,2.74],[-18.381,-33.371],[-29.353,5.498],[-19.312,-29.711],[-32.663,5.535],[-4.448,0.563],[0.29,-1.499],[0,0],[-3.176,10.847],[0,0],[-0.25,-0.048],[0,0],[16.45,1.216],[0,0],[0,0],[17.753,-0.957],[-4.325,7.055],[-1.908,9.874],[12.234,17.413],[39.367,-4.264],[25.125,30.759],[14.359,4.51],[0,0],[0,0],[16.147,-2.343]],"o":[[0,0],[0.053,9.519],[0,0],[-9.974,-0.746],[0,0],[25.758,10.54],[-12.582,25.108],[21.916,39.746],[-24.412,38.465],[17.061,26.248],[4.585,-0.779],[-14.692,34.073],[0,0],[0.035,-0.18],[0,0],[20.315,1.054],[0,0],[-0.929,-0.179],[0,0],[0,0],[-12.362,-0.858],[3.542,-6.849],[5.542,-9.046],[4.053,-20.964],[-18.514,-26.35],[14.758,-26.535],[-10.579,-12.945],[0,0],[0,0],[-22.684,-6.465],[6.154,-9.528]],"v":[[-41.158,-218.796],[-55.909,-218.698],[-61.3,-189.072],[-148.441,-124.721],[-176.778,-130.693],[-182.367,-117.041],[-102.223,-111.976],[-108.682,-15.191],[-4.353,15.566],[-12.5,122.587],[69.363,156.688],[82.893,154.72],[62.771,215.996],[77.257,218.796],[81.808,201.087],[146.2,152.438],[179.575,155.93],[182.368,141.444],[154.777,138.124],[154.093,137.218],[153.041,138.014],[107.283,137.711],[119.033,116.814],[130.202,88.18],[117.897,28.14],[27.62,-5.989],[31.735,-103.82],[-6.872,-129.071],[-8.177,-130.847],[-9.505,-129.871],[-72.36,-132.567]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.367,218.796],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":11,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"DNA small Outlines","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":5.629,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":0,"s":[141.718,625.194,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":75,"s":[181.718,693.194,0],"to":[0,0,0],"ti":[0,0,0]},{"t":150.000006109625,"s":[141.718,625.194,0]}],"ix":2},"a":{"a":0,"k":[182.367,218.796,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54.742,35.708],[-50.371,41.646],[54.742,-35.71],[50.369,-41.645]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[234.826,293.805],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.884,-6.185],[20.259,0.046],[0,0],[0.033,-0.056]],"o":[[-5.109,0.991],[0,0],[-8.622,20.739],[-0.485,0.633]],"v":[[-92.951,-128.455],[-136.623,-124.269],[-65.989,-176.433],[-85.672,-139.128]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-7.581,13.072],[-24.136,-3.751]],"o":[[2.17,-21.034],[9.649,-2.123],[0,0]],"v":[[-102.66,-61.316],[-83.42,-115.503],[-25.5,-118.1]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-1.329,-7.224],[0,0],[5.557,6.767],[0,0],[-0.42,-0.513]],"o":[[0,0],[-8.02,-3.042],[0,0],[0.429,0.492],[5.097,6.233]],"v":[[29.653,-74.109],[-70.373,-1.156],[-91.15,-15.579],[18.954,-95.88],[20.303,-94.481]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[9.747,-15.177],[27.211,6.387],[0,0]],"o":[[-10.12,2.75],[0,0],[0.523,23.165]],"v":[[8.217,-2.466],[-61.531,1.53],[30.515,-65.602]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-16.331,-6.48],[0,0],[-12.853,19.46],[-3.874,5.65]],"o":[[0,0],[0.334,-17.779],[0.982,-1.207],[22.542,-4.311]],"v":[[76.488,13.922],[-10.278,77.773],[9.565,21.115],[17.435,10.453]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[-5.656,-8.051],[-1.453,-9.206],[0,0],[5.077,7.81],[1.064,10.067],[0,0]],"o":[[5.445,7.745],[0,0],[-7.834,-4.755],[-5.477,-8.424],[0,0],[8.702,4.713]],"v":[[105.824,36.62],[116.157,62.383],[19.554,133.473],[-0.131,114.543],[-9.874,86.629],[84.111,17.465]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[7.296,-11.9],[4.699,-9.643],[7.947,-1.347],[12.06,5.36],[0,0]],"o":[[-6.252,10.202],[-7.484,0.758],[-14.076,2.384],[0,0],[0.298,12.923]],"v":[[106.452,109.101],[90.073,139.016],[66.894,142.139],[26.885,137.232],[116.882,71.003]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-10.358,-0.205],[0,0],[-6.121,13.376]],"o":[[0,0],[3.436,-10.277],[12.612,-0.96]],"v":[[134.476,152.038],[85.63,188.942],[99.833,153.001]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[0.128,10.078],[0,0],[-8.528,-7.522],[0,0],[0.129,0.232]],"o":[[0,0],[10.727,2.754],[0,0],[-0.13,-0.229],[-5.175,-9.386]],"v":[[-103.089,-51.849],[-15.795,-116.09],[13.776,-101.24],[-95.345,-21.654],[-95.757,-22.319]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[0.216,35.409],[0,0],[3.216,-9.872],[0,0],[8.478,3.468],[0,0],[-19.39,2.74],[-18.381,-33.371],[-29.353,5.498],[-19.312,-29.711],[-32.663,5.535],[-4.448,0.563],[0.29,-1.499],[0,0],[-3.176,10.847],[0,0],[-0.25,-0.048],[0,0],[16.45,1.216],[0,0],[0,0],[17.753,-0.957],[-4.325,7.055],[-1.908,9.874],[12.234,17.413],[39.367,-4.264],[25.125,30.759],[14.359,4.51],[0,0],[0,0],[16.147,-2.343]],"o":[[0,0],[0.053,9.519],[0,0],[-9.974,-0.746],[0,0],[25.758,10.54],[-12.582,25.108],[21.916,39.746],[-24.412,38.465],[17.061,26.248],[4.585,-0.779],[-14.692,34.073],[0,0],[0.035,-0.18],[0,0],[20.315,1.054],[0,0],[-0.929,-0.179],[0,0],[0,0],[-12.362,-0.858],[3.542,-6.849],[5.542,-9.046],[4.053,-20.964],[-18.514,-26.35],[14.758,-26.535],[-10.579,-12.945],[0,0],[0,0],[-22.684,-6.465],[6.154,-9.528]],"v":[[-41.158,-218.796],[-55.909,-218.698],[-61.3,-189.072],[-148.441,-124.721],[-176.778,-130.693],[-182.367,-117.041],[-102.223,-111.976],[-108.682,-15.191],[-4.353,15.566],[-12.5,122.587],[69.363,156.688],[82.893,154.72],[62.771,215.996],[77.257,218.796],[81.808,201.087],[146.2,152.438],[179.575,155.93],[182.368,141.444],[154.777,138.124],[154.093,137.218],[153.041,138.014],[107.283,137.711],[119.033,116.814],[130.202,88.18],[117.897,28.14],[27.62,-5.989],[31.735,-103.82],[-6.872,-129.071],[-8.177,-130.847],[-9.505,-129.871],[-72.36,-132.567]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.367,218.796],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":11,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"L_Hand Outlines","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":16,"s":[-3.074]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":52,"s":[1.016]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":91,"s":[-4.764]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":124,"s":[-1.186]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[230.264,3.466,0],"ix":2},"a":{"a":0,"k":[149.349,0.163,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[28.553,19.986],[-13.324,-12.372],[5.711,-10.469],[7.614,0],[6.662,3.807],[-2.856,6.663]],"o":[[0,0],[13.324,12.373],[-5.71,10.468],[0,0],[0,0],[2.855,-6.661]],"v":[[-17.845,-80.183],[37.354,-57.342],[54.486,52.108],[-53.535,80.183],[-60.197,50.679],[11.658,32.121]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972999961703,0.991999966491,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[167.039,80.433],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[11.374,1.441],[0,0],[4.758,3.806],[-4.758,-3.807],[-2.855,-1.903],[0,0]],"o":[[0,0],[0,0],[0,0],[-4.759,-3.808],[4.759,3.807],[2.855,1.904],[0,0]],"v":[[21.89,-1.904],[3.76,-13.785],[6.347,-5.188],[-18.082,-13.324],[-16.179,4.759],[-0.951,15.228],[22.841,14.275]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.776000019148,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[90.188,138.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-54.724,-49.014],[25.221,-49.014],[54.724,49.014],[-25.221,49.014]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[54.974,128.257],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Head Outlines","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":29,"s":[-9.232]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":60,"s":[-9.232]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":90,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0]},"t":120,"s":[-2.032]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[225.55,3.685,0],"ix":2},"a":{"a":0,"k":[79.539,126.816,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.264,-4.602],[2.928,1.441],[-2.263,4.602],[-2.928,-1.441]],"o":[[-2.264,4.602],[-2.928,-1.44],[2.263,-4.601],[2.929,1.44]],"v":[[5.302,2.607],[-4.099,8.332],[-5.302,-2.608],[4.097,-8.332]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.776000019148,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[81.398,73.687],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-4.026,-2.427]],"o":[[0,0],[0,0]],"v":[[-3.916,1.427],[3.916,1]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.270999983245,0.243000000598,0.419999994016,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.809,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[29.863,59.611],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-15.703,-2.855],[15.703,2.855]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.270999983245,0.243000000598,0.419999994016,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.809,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[65.443,64.845],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.215,-6.894],[4.494,-0.14],[0.215,6.893],[-4.493,0.14]],"o":[[0.215,6.893],[-4.492,0.14],[-0.215,-6.893],[4.492,-0.14]],"v":[[8.136,-0.254],[0.389,12.482],[-8.135,0.254],[-0.388,-12.481]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.270999983245,0.243000000598,0.419999994016,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.809,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[18.298,61.976],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.215,-6.894],[4.494,-0.14],[0.215,6.893],[-4.494,0.14]],"o":[[0.214,6.893],[-4.492,0.14],[-0.214,-6.894],[4.492,-0.14]],"v":[[8.136,-0.254],[0.389,12.482],[-8.136,0.254],[-0.389,-12.481]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.270999983245,0.243000000598,0.419999994016,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.809,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[41.881,62.102],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[11.817,-3.376],[8.576,11.597],[-11.818,-5.065],[6.753,-25.323],[10.129,-20.258],[0,0],[0,0]],"o":[[0,0],[-12.775,-17.276],[11.817,5.065],[0,0],[-10.13,20.259],[0,0],[0,0]],"v":[[3.011,-10.129],[-37.506,-11.817],[-13.871,-33.764],[30.022,-15.194],[40.152,10.129],[26.646,40.517],[26.646,18.57]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.531,49.208],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[12.185,-3.046],[10.662,-4.57],[0,0],[0,-4.569],[-10.662,0],[-4.57,9.139],[0,0]],"o":[[0,0],[-12.186,3.046],[-10.663,4.569],[0,0],[0,4.57],[10.663,0],[4.57,-9.139],[0,0]],"v":[[25.894,-29.702],[15.231,-2.285],[-19.801,-6.854],[-31.987,-11.424],[-35.033,12.947],[-15.233,29.702],[30.463,3.808],[30.463,-29.702]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[48.059,90.728],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-8.441,-28.699],[0,0],[5.065,-5.064],[0,0],[-8.221,0.209],[-3.571,3.561],[0,0],[-11.818,27.011],[25.323,-33.764]],"o":[[0,1.688],[8.441,28.7],[0,0],[0,0],[2.448,5.386],[5.042,-0.128],[0,0],[0,0],[11.817,-27.012],[0,0]],"v":[[-32.076,-37.889],[-32.076,17.822],[-8.441,43.145],[-15.194,60.027],[-13.575,63.589],[8.52,71.444],[21.902,65.555],[30.981,54.804],[28.7,-2.436],[-30.388,-37.889]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.776000019148,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[50.165,71.903],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Body Outlines","parent":19,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":47,"s":[-2.61]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":101,"s":[-0.3]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[377.123,330,0],"ix":2},"a":{"a":0,"k":[183.221,254.112,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[14.752,-41.757],[-12.848,-17.25],[-6.187,-17.25],[-14.752,1.785],[2.38,41.757],[-10.945,1.785],[-2.38,-18.202],[-7.139,-20.105]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.435000011968,0.736999990426,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[159.663,50.81],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.409,-50.256],[13.464,-18.75],[2.995,-18.75],[7.754,2.188],[-17.27,50.257],[13.464,5.043],[7.754,-16.847],[17.27,-16.847]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.435000011968,0.736999990426,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[229,57.545],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.903,-74.234],[0,0],[0,0],[-10.469,19.986]],"o":[[0,0],[-1.903,74.234],[0,0],[0,0],[10.469,-19.986]],"v":[[31.33,-127.089],[18.159,-25.662],[13.401,127.089],[-31.33,123.283],[-4.682,-104.655]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972999961703,0.991999966491,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[146.263,134.885],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[58.335,-9.031],[0,0]],"o":[[0,0],[0,0],[0,0],[-71.535,11.074],[0,0]],"v":[[-25.22,49.013],[25.148,43.929],[26.694,-46.321],[-29.027,12.848],[-23.058,43.006]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.435000011968,0.736999990426,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[235.801,114.933],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":20,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[25.238,17.318],[-1.903,-44.731],[0,0],[0,0],[0,0]],"o":[[0,0],[1.904,44.73],[0,0],[0,0],[0,0]],"v":[[-6.186,-129.91],[-24.745,-45.682],[-20.938,129.91],[26.648,118.49],[26.648,-86.607]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972999961703,0.991999966491,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[235.801,132.064],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.903,-13.324],[0,0],[-9.517,7.614],[8.566,6.662],[0,0]],"o":[[0,0],[-1.904,13.324],[0,0],[9.518,-7.613],[-8.565,-6.662],[0,0]],"v":[[-11.42,-114.207],[-58.054,-87.559],[-58.054,110.399],[39.021,110.399],[51.393,-106.593],[11.422,-118.013]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.243000000598,0.630999995213,0.870999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[200.111,118.264],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.764999988032,0.795999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[9.767,139.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":1,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.613,-25.697],[-18.083,20.938]],"o":[[-1.082,3.65],[29.872,-34.589]],"v":[[-58.241,-0.559],[71.193,-5.318]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.243000000598,0.630999995213,0.870999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[183.167,232.078],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.469,-34.262],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-46.634,16.892],[-40.924,17.37],[46.635,17.37],[57.104,-3.094],[-4.759,-12.611]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.243000000598,0.630999995213,0.870999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[182.029,238.419],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"R_Hand Outlines","parent":3,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":35,"s":[-6.479]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":72,"s":[0.898]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":115,"s":[-6.116]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[174.722,9.525,0],"ix":2},"a":{"a":0,"k":[203.274,2.387,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[6.661,0.952],[1.903,0],[7.614,-5.71],[-2.855,-3.806],[-13.324,-1.904]],"o":[[-0.952,0],[-6.663,-0.952],[-1.904,0],[0,0],[2.856,3.807],[0,0]],"v":[[29.504,8.089],[18.083,-5.234],[-3.807,-5.234],[-29.504,-9.993],[-6.663,0.476],[22.841,15.703]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.776000019148,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[29.753,43.078],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[1.172,5.534],[0.418,-0.722],[-5.198,-4.548]],"o":[[0,0],[-0.173,-0.816],[-1.728,2.992],[7.614,6.662]],"v":[[6.469,3.146],[-1.163,-9.185],[-2.842,-9.457],[-1.271,3.518]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.776000019148,0.728999956916,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[44.349,35.277],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[12.372,-9.517],[4.759,0.952],[6.662,2.855],[4.759,-0.952],[-17.131,-10.47],[0,0]],"o":[[0,0],[-12.372,9.517],[-4.758,-0.951],[0,0],[0,0],[17.131,10.468],[0,0]],"v":[[81.372,-76.138],[33.786,-59.006],[-9.042,15.228],[-60.435,-38.068],[-81.372,-12.372],[-15.704,65.669],[42.351,19.034]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972999961703,0.991999966491,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[124.926,76.387],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"Texts","parent":19,"refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[391.619,313.51,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"cahat box Outlines","parent":19,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[378.31,519.641,0],"ix":2},"a":{"a":0,"k":[101.608,13.574,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-5.782],[5.782,0],[0,5.781],[-5.781,0]],"o":[[0,5.781],[-5.781,0],[0,-5.782],[5.782,0]],"v":[[10.469,0],[-0.001,10.469],[-10.469,0],[-0.001,-10.469]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[16.429,13.574],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.358,0],[0,0],[0,7.358],[-7.359,0],[0,0],[0,-7.359]],"o":[[0,0],[-7.359,0],[0,-7.359],[0,0],[7.358,0],[0,7.358]],"v":[[88.035,13.324],[-88.034,13.324],[-101.358,0],[-88.034,-13.324],[88.035,-13.324],[101.358,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[101.608,13.574],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"stethoscope Outlines","parent":8,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":89,"s":[6.706]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":118,"s":[-3.332]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[89.689,96.581,0],"ix":2},"a":{"a":0,"k":[35.603,50.499,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":41,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":48,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":51,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":54,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":56,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":58,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":125,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":127,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":130,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":133,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":136,"s":[100,100,100]},{"t":143.000005824509,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.456,0],[0,2.455],[-2.456,0],[0,-2.456]],"o":[[-2.456,0],[0,-2.456],[2.456,0],[0,2.455]],"v":[[23.791,6.67],[19.344,2.224],[23.791,-2.224],[28.237,2.224]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[6.743,0],[0,6.743],[0,0],[-4.498,3.394],[-5.02,-0.777],[0,0]],"o":[[-6.743,0],[0,0],[5.169,-1.444],[0.696,5.045],[0,0],[0,6.743]],"v":[[9.782,47.581],[-2.445,35.352],[-2.445,11.254],[12.352,3.816],[22.011,13.634],[22.011,35.352]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,6.085],[6.341,0.052],[0,5.898],[4.737,1.981],[0,0.214],[2.456,0],[0,-2.456],[-2.456,0],[-0.813,0.883],[0,-12.134],[3.09,-5.131],[0.63,-4.496],[6.402,-1.653],[0,12.571],[-3.433,1.042],[-1.522,0],[0,2.455],[2.456,0],[0.006,-2.452],[0,-15.201],[-4.633,-4.812],[-7.341,-2.051],[0,0],[-8.214,0],[0,8.214],[0,0]],"o":[[0,-6.355],[2.253,-4.166],[0,-13.375],[0.029,-0.206],[0,-2.456],[-2.456,0],[0,2.455],[1.295,0],[4.063,1.615],[0,4.982],[-4.249,1.287],[-4.332,3.652],[-18.775,-4.847],[0,-13.691],[0.802,1.165],[2.456,0],[0,-2.456],[-2.453,0],[-4.053,1.298],[0,10.792],[5.473,5.683],[0,0],[0,8.214],[8.214,0],[0,0],[5.968,-0.456]],"v":[[35.352,2.224],[23.885,-9.334],[27.792,-24.457],[14.833,-45.177],[14.896,-45.802],[10.45,-50.249],[6.003,-45.802],[10.45,-41.355],[13.713,-42.801],[25.125,-24.457],[20.437,-8.841],[12.354,0.608],[-3.779,8.845],[-32.685,-24.457],[-19.895,-43.286],[-16.231,-41.355],[-11.784,-45.802],[-16.231,-50.249],[-20.677,-45.812],[-35.352,-24.457],[-25.196,-0.853],[-5.114,11.248],[-5.114,35.352],[9.782,50.249],[24.68,35.352],[24.68,13.74]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.602,50.499],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":41.0000016699642,"op":144.00000586524,"st":48.0000019550801,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Circle Outlines 6","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[814.721,753.926,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":34,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":41,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":44,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":47,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":49,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":51,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":132,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":134,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":137,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":140,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":143,"s":[100,100,100]},{"t":150.000006109625,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":34.0000013848484,"op":151.000006150356,"st":50.0000020365418,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"DNA Outlines","parent":10,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":50,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":88,"s":[14.675]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":120,"s":[-13.298]},{"t":145.000005905971,"s":[0]}],"ix":10},"p":{"a":0,"k":[92.721,89.926,0],"ix":2},"a":{"a":0,"k":[52.719,52.72,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":34,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":41,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":44,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":47,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":49,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":51,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":120,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":122,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":125,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":128,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":131,"s":[100,100,100]},{"t":138.000005620855,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-11.714,-12.105],[-13.002,-10.709],[11.713,12.105],[13.002,10.709]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[35.422,69.065],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.755,0.68],[0.978,5.129],[0,0],[0.015,0.005]],"o":[[-0.501,-1.245],[0,0],[-5.67,-1.168],[-0.184,-0.092]],"v":[[27.075,-30.402],[23.88,-41.249],[40.534,-25.926],[30.132,-29.082]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-3.678,-1.279],[-0.232,-6.29]],"o":[[5.428,-0.48],[1.01,2.338],[0,0]],"v":[[9.611,-29.574],[24.263,-27.356],[27.754,-12.827]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.763,-0.689],[0,0],[-1.44,1.737],[0,0],[0.11,-0.132]],"o":[[0,0],[0.377,-2.177],[0,0],[-0.103,0.133],[-1.328,1.595]],"v":[[19.32,3.28],[-4.032,-18.462],[-1.4,-24.424],[24.305,-0.491],[24.017,-0.082]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[4.318,1.724],[-0.286,7.197],[0,0]],"o":[[-1.19,-2.426],[0,0],[-5.836,1.266]],"v":[[0.142,1.361],[-4.28,-16.092],[17.21,3.915]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[0.841,-4.449],[0,0],[-5.553,-2.301],[-1.618,-0.704]],"o":[[0,0],[4.515,-0.785],[0.354,0.189],[2.194,5.493]],"v":[[-0.664,19.438],[-21.066,0.605],[-5.758,2.855],[-2.676,4.326]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[1.76,-1.825],[2.258,-0.818],[0,0],[-1.728,1.667],[-2.495,0.762],[0,0]],"o":[[-1.694,1.756],[0,0],[0.82,-2.216],[1.864,-1.798],[0,0],[-0.766,2.433]],"v":[[-4.973,27.972],[-10.987,31.847],[-33.701,10.879],[-29.874,4.973],[-23.287,1.141],[-1.189,21.54]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ind":6,"ty":"sh","ix":7,"ks":{"a":0,"k":{"i":[[3.368,1.264],[2.669,0.717],[0.729,1.945],[-0.767,3.314],[0,0]],"o":[[-2.888,-1.083],[-0.558,-1.857],[-1.292,-3.446],[0,0],[-3.255,0.708]],"v":[[-23.283,31.676],[-31.654,28.995],[-33.578,23.283],[-34.293,12.918],[-13.133,32.452]],"c":true},"ix":2},"nm":"Path 7","mn":"ADBE Vector Shape - Group","hd":false},{"ind":7,"ty":"sh","ix":8,"ks":{"a":0,"k":{"i":[[-0.454,-2.631],[0,0],[-3.684,-0.895]],"o":[[0,0],[2.768,0.367],[0.86,3.144]],"v":[[-32.778,40.868],[-44.505,30.313],[-34.716,32.149]],"c":true},"ix":2},"nm":"Path 8","mn":"ADBE Vector Shape - Group","hd":false},{"ind":8,"ty":"sh","ix":9,"ks":{"a":0,"k":{"i":[[-2.544,0.526],[0,0],[1.486,-2.525],[0,0],[-0.053,0.044]],"o":[[0,0],[-0.172,2.85],[0,0],[0.052,-0.045],[2.122,-1.768]],"v":[[7.194,-29.22],[27.72,-10.273],[25.409,-2.064],[-0.068,-25.783],[0.081,-25.921]],"c":true},"ix":2},"nm":"Path 9","mn":"ADBE Vector Shape - Group","hd":false},{"ind":9,"ty":"sh","ix":10,"ks":{"a":0,"k":{"i":[[-8.951,1.786],[0,0],[2.655,0.331],[0,0],[-0.463,2.315],[0,0],[-1.642,-4.771],[7.546,-6.283],[-2.827,-7.159],[6.573,-6.34],[-2.998,-7.995],[-0.36,-1.097],[0.394,0],[0,0],[-2.9,-0.274],[0,0],[0,-0.065],[0,0],[0.496,4.222],[0,0],[0,0],[1.111,4.445],[-1.997,-0.749],[-2.592,0],[-3.807,3.947],[3.005,9.752],[-6.554,7.862],[-0.439,3.854],[0,0],[0,0],[1.382,3.971]],"o":[[0,0],[-2.406,0.48],[0,0],[-0.3,-2.56],[0,0],[-1.407,7.034],[-6.969,-1.955],[-8.985,7.49],[-10.927,-4.296],[-5.807,5.601],[0.421,1.122],[-9.341,-2.051],[0,0],[0.047,0],[0,0],[0.727,5.192],[0,0],[0,-0.244],[0,0],[0,0],[-0.387,-3.17],[1.906,0.561],[2.559,0.96],[5.503,0],[5.762,-5.973],[7.437,2.437],[2.758,-3.311],[0,0],[0,0],[0.527,-6.056],[2.712,1.091]],"v":[[52.469,-21.715],[51.721,-25.444],[43.962,-25.358],[23.416,-44.26],[23.541,-51.723],[19.813,-52.47],[22.451,-31.942],[-2.356,-28.842],[-5.035,-0.937],[-32.514,2.236],[-37.139,24.618],[-35.979,27.946],[-52.469,25.85],[-52.469,29.654],[-47.765,29.939],[-32.305,43.853],[-31.556,52.47],[-27.754,52.467],[-28.263,45.324],[-28.068,45.107],[-28.321,44.879],[-30.482,33.285],[-24.619,35.236],[-16.827,36.663],[-2.237,30.611],[1.983,6.098],[26.94,2.355],[31.441,-8.65],[31.827,-9.067],[31.514,-9.355],[29.123,-25.392]],"c":true},"ix":2},"nm":"Path 10","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[52.719,52.72],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":11,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":34.0000013848484,"op":139.000005661586,"st":38.0000015477717,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Circle Outlines 2","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[896.721,429.426,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":27,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":34,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":37,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":40,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":42,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":44,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":127,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":129,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":132,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":135,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":138,"s":[100,100,100]},{"t":145.000005905971,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":27.0000010997325,"op":146.000005946702,"st":40.0000016292334,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Heart Outlines","parent":12,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":40,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":70,"s":[7.079]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":106,"s":[-3.325]},{"t":140.000005702317,"s":[0]}],"ix":10},"p":{"a":0,"k":[92.06,139.985,0],"ix":2},"a":{"a":0,"k":[46.347,86.299,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":27,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":34,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":37,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":40,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":42,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":44,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":115,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":117,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":120,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":123,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":126,"s":[100,100,100]},{"t":133.000005417201,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-12.08,22.106],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[12.135,22.204],[0,0],[0,0],[0,0]],"v":[[11.249,-31.61],[-0.747,16.373],[-14.808,-19.952],[-22.225,-6.973],[-40.044,-6.973],[-0.036,31.61],[40.044,-5.863],[19.063,-5.863]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.382,54.69],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,5.47],[14.564,0],[4.806,-5.584],[7.546,0],[-0.573,-15.999],[-2.084,-4.676],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[2.195,-4.969],[0,-16.01],[-7.546,0],[-4.807,-5.584],[-14.563,0],[0.181,5.023],[0,0],[0,0]],"v":[[-13.808,-3.522],[-1.222,28.992],[11.209,-20.734],[22.268,15.698],[42.289,15.698],[45.81,-0.004],[19.44,-28.992],[0.287,-19.918],[-18.867,-28.992],[-45.237,-0.004],[-41.648,14.588],[-24.158,14.588]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[46.059,29.242],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":27.0000010997325,"op":134.000005457932,"st":28.0000011404634,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Circle Outlines 3","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[728.721,183.426,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":20,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":27,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":30,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":33,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":35,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":37,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":122,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":124,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":127,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":130,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":133,"s":[100,100,100]},{"t":140.000005702317,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":20.0000008146167,"op":141.000005743048,"st":30.0000012219251,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Tablet Outlines","parent":14,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":30,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":65,"s":[-29.002]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":102,"s":[-3.806]},{"t":135.000005498663,"s":[0]}],"ix":10},"p":{"a":0,"k":[90.953,87.04,0],"ix":2},"a":{"a":0,"k":[45.903,37.253,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":20,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":27,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":30,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":33,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":35,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":37,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":110,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":112,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":115,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":118,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":121,"s":[100,100,100]},{"t":128.000005213547,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.005,1.517],[-1.517,-1.005],[1.005,-1.517],[1.517,1.005]],"o":[[1.005,-1.517],[1.516,1.006],[-1.006,1.517],[-1.517,-1.005]],"v":[[-0.011,8.484],[4.557,7.558],[5.484,12.126],[0.916,13.053]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.006,1.517],[-1.517,-1.004],[1.005,-1.517],[1.516,1.006]],"o":[[1.005,-1.517],[1.518,1.006],[-1.005,1.517],[-1.517,-1.005]],"v":[[-18.325,-3.65],[-13.758,-4.579],[-12.831,-0.011],[-17.398,0.916]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[-1.005,1.517],[-1.517,-1.005],[1.005,-1.517],[1.517,1.005]],"o":[[1.006,-1.517],[1.517,1.005],[-1.005,1.517],[-1.517,-1.006]],"v":[[-2.483,-3.696],[2.085,-4.623],[3.012,-0.054],[-1.556,0.872]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[-1.006,1.517],[-1.518,-1.005],[1.005,-1.517],[1.518,1.005]],"o":[[1.005,-1.517],[1.516,1.006],[-1.005,1.517],[-1.516,-1.006]],"v":[[12.147,-1.908],[16.715,-2.835],[17.641,1.733],[13.073,2.66]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":0,"k":{"i":[[-1.006,1.517],[-1.516,-1.005],[1.005,-1.517],[1.517,1.006]],"o":[[1.005,-1.517],[1.519,1.005],[-1.006,1.517],[-1.517,-1.005]],"v":[[-6.785,-17.089],[-2.219,-18.016],[-1.291,-13.449],[-5.859,-12.522]],"c":true},"ix":2},"nm":"Path 5","mn":"ADBE Vector Shape - Group","hd":false},{"ind":5,"ty":"sh","ix":6,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[5.362,-8.091],[-8.092,-5.362],[0,0]],"o":[[0,0],[-8.092,-5.362],[-5.361,8.092],[0,0],[0,0]],"v":[[26.765,-4.082],[2.956,-19.858],[-21.404,-14.915],[-16.46,9.444],[7.348,25.22]],"c":true},"ix":2},"nm":"Path 6","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[27.015,25.471],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":7,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-5.362,8.092],[8.092,5.362],[0,0],[0,0]],"o":[[8.092,5.362],[5.362,-8.092],[0,0],[0,0],[0,0]],"v":[[-2.956,19.858],[21.404,14.915],[16.461,-9.445],[-7.349,-25.221],[-26.766,4.083]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[64.791,49.036],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":20.0000008146167,"op":129.000005254278,"st":18.000000733155,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Circle Outlines","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[382.721,155.426,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":20,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":23,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":26,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":28,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":30,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":117,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":119,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":122,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":125,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":128,"s":[100,100,100]},{"t":135.000005498663,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":13.0000005295009,"op":136.000005539394,"st":20.0000008146167,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Briefcase Outlines","parent":16,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":20,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":50,"s":[-3.412]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":88,"s":[5.114]},{"t":130.000005295009,"s":[0]}],"ix":10},"p":{"a":0,"k":[93.301,118.366,0],"ix":2},"a":{"a":0,"k":[38.329,61.178,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":20,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":23,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":26,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":28,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":30,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":105,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":107,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":110,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":113,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":116,"s":[100,100,100]},{"t":123.000005009893,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.441,0],[0,0],[0,-3.389],[0,0],[0,0],[0,0],[-2.939,0],[0,0],[0,-4.922]],"o":[[0,0],[0,0],[0,-3.389],[0,0],[-0.44,0],[0,0],[0,0],[0,0],[0,-4.922],[0,0],[2.939,0],[0,0]],"v":[[17.347,5.923],[13.962,5.923],[13.962,2.712],[12.192,-2.538],[-12.193,-2.538],[-13.963,2.712],[-13.963,5.923],[-17.347,5.923],[-17.347,2.712],[-12.193,-5.923],[12.192,-5.923],[17.347,2.712]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.329,6.174],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[7.478,0],[0,7.478],[-7.478,0],[0,-7.477]],"o":[[-7.478,0],[0,-7.477],[7.478,0],[0,7.478]],"v":[[-0.846,12.693],[-14.386,-0.847],[-0.846,-14.386],[12.693,-0.847]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[3.611,0],[0,0],[0,-3.611],[0,0],[-3.611,0],[0,0],[0,3.611],[0,0]],"o":[[0,0],[-3.611,0],[0,0],[0,3.611],[0,0],[3.611,0],[0,0],[0,-3.611]],"v":[[31.541,-26.233],[-31.541,-26.233],[-38.079,-19.694],[-38.079,19.694],[-31.541,26.233],[31.541,26.233],[38.079,19.694],[38.079,-19.694]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.329,34.945],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[8.462,-2.82],[2.82,-2.82],[2.82,-8.462],[-2.821,-8.462],[-2.821,-2.82],[-8.462,-2.82],[-8.462,2.821],[-2.821,2.821],[-2.821,8.462],[2.82,8.462],[2.82,2.821],[8.462,2.821]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[36.637,34.098],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":13.0000005295009,"op":124.000005050624,"st":8.00000032584668,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Circle Outlines 4","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[172.721,374.926,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":6,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":16,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":19,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":21,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":23,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":112,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":114,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":117,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":120,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":123,"s":[100,100,100]},{"t":130.000005295009,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":6.00000024438501,"op":131.000005335739,"st":10.0000004073083,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Injection Outlines","parent":18,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":10,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[-9.777]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":77,"s":[6.974]},{"t":125.000005091354,"s":[0]}],"ix":10},"p":{"a":0,"k":[55.721,124.926,0],"ix":2},"a":{"a":0,"k":[0.25,67.538,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":6,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":16,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":19,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":21,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":23,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":101,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":103,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":106,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":109,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":112,"s":[100,100,100]},{"t":119.000004846969,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-3.688,8.821],[-9.494,1.132],[3.688,-8.821],[9.494,-1.131]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[67.053,16.67],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.458,0.606],[0,0],[-0.607,0.458],[-0.458,-0.606],[0,0],[0.607,-0.458]],"o":[[0,0],[-0.459,-0.607],[0.606,-0.458],[0,0],[0.458,0.607],[-0.607,0.458]],"v":[[6.367,10.715],[-8.563,-9.057],[-8.294,-10.986],[-6.366,-10.717],[8.563,9.056],[8.294,10.986]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[73.644,11.694],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.458,0.606],[0,0],[-0.607,0.458],[-0.458,-0.606],[0,0],[0.607,-0.458]],"o":[[0,0],[-0.459,-0.607],[0.606,-0.458],[0,0],[0.458,0.606],[-0.607,0.458]],"v":[[6.367,10.716],[-8.563,-9.058],[-8.294,-10.986],[-6.366,-10.717],[8.563,9.057],[8.294,10.985]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[58.264,23.305],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.066,0.358],[0,0],[0,0]],"o":[[-1.121,-6.054],[0,0],[-0.096,-0.335]],"v":[[3.121,2.507],[-3.367,-2.943],[3.367,3.546]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[36.946,33.244],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.663,-0.17],[0,0],[0,0]],"o":[[0.968,0.583],[0,0],[0,0],[0,0]],"v":[[-1.357,-0.195],[1.166,0.918],[1.357,0.775],[-0.398,-0.918]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[47.021,43.793],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.959,3.366],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[-2.054,-1.236]],"v":[[1.584,-1.325],[-5.149,-7.814],[-6.936,-6.467],[3.848,7.814],[6.936,5.482]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[38.729,38.115],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.968,0.583],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.663,-0.17]],"v":[[8.25,5.778],[5.161,8.11],[-5.621,-6.17],[-3.836,-7.519],[13.055,-20.27],[23.837,-5.99],[9.209,5.055],[10.964,6.748],[27.486,-5.726],[14.215,-23.303],[-24.234,5.727],[-27.486,21.98],[-10.963,23.303],[10.773,6.891]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[37.414,37.819],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.146,4.973],[-6.146,4.973],[5.316,-4.973],[6.146,-3.876]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.349000010771,0.757000014361,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[6.396,62.564],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false}],"ip":6.00000024438501,"op":120.0000048877,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Circle Outlines 5","sr":1,"ks":{"o":{"a":0,"k":15,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[212.721,716.926,0],"ix":2},"a":{"a":0,"k":[91.729,91.726,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":7,"s":[110,110,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":10,"s":[95,95,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[105,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":15,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":17,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":108,"s":[100,100,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":110,"s":[98,98,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":113,"s":[105,105,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":116,"s":[95,95,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":119,"s":[100,100,100]},{"t":126.000005132085,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-42.304],[42.304,0],[0,42.304],[-42.303,0]],"o":[[0,42.304],[-42.303,0],[0,-42.304],[42.304,0]],"v":[[76.598,-0.002],[-0.001,76.596],[-76.598,-0.002],[-0.001,-76.6]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.027450980392,0.027450980392,0.027450980392,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[41.77,0],[0,-41.769],[-41.77,0],[0,41.77]],"o":[[-41.77,0],[0,41.77],[41.77,0],[0,-41.769]],"v":[[0.001,-75.752],[-75.752,0],[0.001,75.752],[75.751,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[42.702,0],[0,42.703],[-42.703,0],[0,-42.702]],"o":[[-42.703,0],[0,-42.702],[42.702,0],[0,42.703]],"v":[[0.001,77.443],[-77.443,0],[0.001,-77.443],[77.443,0]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.724],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-50.66],[50.661,0],[0,50.66],[-50.66,0]],"o":[[0,50.66],[-50.66,0],[0,-50.66],[50.661,0]],"v":[[91.728,-0.002],[-0.001,91.727],[-91.729,-0.002],[-0.001,-91.731]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.164705887437,0.133333340287,0.61960786581,1],"ix":4},"o":{"a":0,"k":70,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.728,91.726],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":126.000005132085,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Hand Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":43,"s":[2]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":80,"s":[-1]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":111,"s":[1.5]},{"t":150.000006109625,"s":[0]}],"ix":10},"p":{"a":0,"k":[327.435,1143.512,0],"ix":2},"a":{"a":0,"k":[178.054,917.006,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.785,-7.87],[4.548,3.92],[-6.785,7.87],[-4.547,-3.92]],"o":[[-6.784,7.87],[-4.546,-3.92],[6.785,-7.87],[4.547,3.92]],"v":[[9.14,5.515],[-11.379,12.667],[-7.327,-8.681],[10.462,-12.667]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.764999988032,0.795999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[510.968,454.106],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[8.562,-9.931],[5.738,4.947],[-8.562,9.931],[-5.738,-4.947]],"o":[[-8.562,9.931],[-5.738,-4.946],[8.561,-9.931],[5.737,4.947]],"v":[[11.534,6.959],[-14.358,15.983],[-9.245,-10.954],[13.201,-15.983]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.764999988032,0.795999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[516.55,395.635],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[9.211,-10.684],[6.172,5.322],[-9.211,10.684],[-6.173,-5.322]],"o":[[-9.211,10.685],[-6.174,-5.321],[9.21,-10.684],[6.173,5.322]],"v":[[12.409,7.486],[-15.445,17.196],[-9.945,-11.785],[14.203,-17.195]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.764999988032,0.795999983245,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[520.658,319.509],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[27.703,-15.214],[7.195,-27.287],[-12.681,19.278]],"o":[[0,0],[-7.195,27.287],[12.682,-19.279]],"v":[[6.187,-28.815],[-31.796,16.742],[26.309,-0.472]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.663000009574,0.666999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[528.2,438.068],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[30.377,-24.077],[3.104,-34.47],[-11.379,25.91]],"o":[[0,0],[-3.103,34.469],[11.378,-25.912]],"v":[[-0.917,-36.633],[-37.502,26.24],[29.227,-6.49]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.663000009574,0.666999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[534.432,372.054],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[28.527,-31.122],[-2.594,-37.605],[-7.78,29.825]],"o":[[0,0],[2.592,37.605],[7.781,-29.824]],"v":[[-7.131,-40.199],[-35.659,33.715],[30.472,-12.967]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.663000009574,0.666999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[537.621,289.677],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-5.781],[5.782,0],[0,5.782],[-5.782,0]],"o":[[0,5.782],[-5.782,0],[0,-5.781],[5.782,0]],"v":[[10.469,0],[0,10.469],[-10.469,0],[0,-10.469]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0.486,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[380.689,570.557],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[395.436,378.31],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":1,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[380.689,313.842],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":1,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[380.689,288.405],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":1,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[5.94,0],[0,0],[0,5.942],[0,0],[-5.941,0],[0,0],[0,-5.942],[0,0]],"o":[[0,0],[-5.941,0],[0,0],[0,-5.942],[0,0],[5.94,0],[0,0],[0,5.942]],"v":[[122.008,226],[-122.008,226],[-132.765,215.242],[-132.765,-215.243],[-122.008,-226.001],[122.008,-226.001],[132.765,-215.243],[132.765,215.242]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[380.689,323.143],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":2,"cix":2,"bm":0,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.558,0],[0,0],[0,0],[0,0],[0,-1.557],[0,0]],"o":[[0,0],[0,0],[0,0],[1.558,0],[0,0],[0,1.557]],"v":[[0.987,19.51],[-3.807,19.51],[-3.807,-19.51],[0.987,-19.51],[3.806,-16.69],[3.806,16.691]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[520.593,312.641],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":2,"cix":2,"bm":0,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4.205,0],[0,0],[0,0],[0,4.205],[0,0]],"o":[[0,0],[0,0],[-4.205,0],[0,0],[0,-4.205]],"v":[[3.807,-37.117],[3.807,-37.117],[3.807,37.117],[-3.807,29.504],[-3.807,-29.503]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[240.786,252.206],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":2,"cix":2,"bm":0,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.204,0],[0,0],[0,0],[0,-4.205],[0,0]],"o":[[0,0],[0,0],[4.204,0],[0,0],[0,4.205]],"v":[[-3.807,37.117],[-3.807,37.117],[-3.807,-37.117],[3.806,-29.504],[3.806,29.503]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[520.593,207.476],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":2,"cix":2,"bm":0,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[6.492,0],[0,0],[0,6.493],[0,0],[-6.492,0],[0,0],[0,-6.493],[0,0]],"o":[[0,0],[-6.492,0],[0,0],[0,-6.493],[0,0],[6.492,0],[0,0],[0,6.493]],"v":[[130.05,252.682],[-130.051,252.682],[-141.807,240.925],[-141.807,-240.927],[-130.051,-252.683],[130.05,-252.683],[141.806,-240.927],[141.806,240.925]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.165000002992,0.13300000359,0.620000023935,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[380.69,338.814],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":2,"cix":2,"bm":0,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-40.383,54.466],[32.87,-32.118]],"o":[[0,0],[-32.869,32.118]],"v":[[52.249,-17.905],[-19.38,-4.442]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.596000043084,0.630999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[501.653,423.339],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16","np":2,"cix":2,"bm":0,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-40.384,54.466],[32.869,-32.119]],"o":[[0,0],[-32.869,32.118]],"v":[[52.389,-18.364],[-19.52,-3.983]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.596000043084,0.630999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[508.456,346.742],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":2,"cix":2,"bm":0,"ix":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-34.061,65.525],[29.824,-40.199]],"o":[[0,0],[-29.825,40.198]],"v":[[52.344,-27.839],[-22.519,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.917999985639,0.596000043084,0.630999995213,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[506.326,265.04],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 18","np":2,"cix":2,"bm":0,"ix":18,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.501999978458,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[554.781,173.581],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 19","np":1,"cix":2,"bm":0,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-39.208,-8.961],[102.441,-79.1]],"o":[[0,0],[45.386,10.374],[-102.441,79.101]],"v":[[-41.496,-6.542],[76.507,-110.281],[-19.451,40.14]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.663000009574,0.666999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[494.181,214.525],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 20","np":2,"cix":2,"bm":0,"ix":20,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-17.229,58.838],[-302.446,47.006],[0,0],[0,0]],"o":[[4.866,21.182],[-1.742,42.636],[0,0],[0,0]],"v":[[-79.541,-111.843],[55.653,179.766],[22.677,235.071],[-222.118,137.841]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.501999978458,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[286.114,733.647],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 21","np":2,"cix":2,"bm":0,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"fl","c":{"a":0,"k":[0.838999968884,0.501999978458,0.522000002394,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[362.773,431.653],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 22","np":1,"cix":2,"bm":0,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[57.056,62.243],[15.561,29.825],[-41.827,76.271],[-9.517,12.373],[-3.948,-51.978],[-19.034,-9.518],[-55.759,-60.946],[43.877,-27.231],[0,0]],"o":[[0,0],[-15.56,-29.825],[48.537,-88.51],[7.628,-9.916],[5.711,75.186],[19.199,9.599],[55.76,60.947],[-81.299,50.454],[0,0]],"v":[[-224.777,354.611],[-83.208,80.255],[-128.779,-137.7],[-86.903,-324.238],[-35.511,-260.471],[-54.545,-119.617],[160.577,-141.486],[133.347,108.783],[39.801,385.066]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.987999949736,0.663000009574,0.666999966491,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[291.524,519.34],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 23","np":2,"cix":2,"bm":0,"ix":23,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":151.000006150356,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"Circle 2 Outlines 2","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[536.169,514.958,0],"ix":2},"a":{"a":0,"k":[391.839,391.839,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-216.269],[216.269,0],[0,216.269],[-216.268,0]],"o":[[0,216.269],[-216.268,0],[0,-216.269],[216.269,0]],"v":[[391.589,0],[0,391.589],[-391.589,0],[0,-391.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[391.839,391.839],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":21,"ty":0,"nm":"Pre-comp 1","tt":1,"refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540,540,0],"ix":2},"a":{"a":0,"k":[540,540,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"w":1080,"h":1080,"ip":0,"op":1949.0000793844,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Circle 2 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[536.169,514.958,0],"ix":2},"a":{"a":0,"k":[391.839,391.839,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-216.269],[216.269,0],[0,216.269],[-216.268,0]],"o":[[0,216.269],[-216.268,0],[0,-216.269],[216.269,0]],"v":[[391.589,0],[0,391.589],[-391.589,0],[0,-391.589]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.783999992819,0.902000038297,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[391.839,391.839],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":1949.0000793844,"st":0,"bm":0}],"markers":[]}
\ No newline at end of file
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
new file mode 100644
index 0000000..53eef57
--- /dev/null
+++ b/app/src/main/res/values/colors.xml
@@ -0,0 +1,18 @@
+
+
+ #2595C7
+ #05648E
+ #03DAC5
+ #1B000000
+ #00000000
+
+ #F6F6F6
+ #2595C7
+ #999da4
+ #2595989A
+ #362595C7
+ #00FF00
+ #FFFF00
+ #FF0000
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values/font_certs.xml b/app/src/main/res/values/font_certs.xml
new file mode 100644
index 0000000..d2226ac
--- /dev/null
+++ b/app/src/main/res/values/font_certs.xml
@@ -0,0 +1,17 @@
+
+
+
+ - @array/com_google_android_gms_fonts_certs_dev
+ - @array/com_google_android_gms_fonts_certs_prod
+
+
+ -
+ MIIEqDCCA5CgAwIBAgIJANWFuGx90071MA0GCSqGSIb3DQEBBAUAMIGUMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEQMA4GA1UEChMHQW5kcm9pZDEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UEAxMHQW5kcm9pZDEiMCAGCSqGSIb3DQEJARYTYW5kcm9pZEBhbmRyb2lkLmNvbTAeFw0wODA0MTUyMzM2NTZaFw0zNTA5MDEyMzM2NTZaMIGUMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEQMA4GA1UEChMHQW5kcm9pZDEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UEAxMHQW5kcm9pZDEiMCAGCSqGSIb3DQEJARYTYW5kcm9pZEBhbmRyb2lkLmNvbTCCASAwDQYJKoZIhvcNAQEBBQADggENADCCAQgCggEBANbOLggKv+IxTdGNs8/TGFy0PTP6DHThvbbR24kT9ixcOd9W+EaBPWW+wPPKQmsHxajtWjmQwWfna8mZuSeJS48LIgAZlKkpFeVyxW0qMBujb8X8ETrWy550NaFtI6t9+u7hZeTfHwqNvacKhp1RbE6dBRGWynwMVX8XW8N1+UjFaq6GCJukT4qmpN2afb8sCjUigq0GuMwYXrFVee74bQgLHWGJwPmvmLHC69EH6kWr22ijx4OKXlSIx2xT1AsSHee70w5iDBiK4aph27yH3TxkXy9V89TDdexAcKk/cVHYNnDBapcavl7y0RiQ4biu8ymM8Ga/nmzhRKya6G0cGw8CAQOjgfwwgfkwHQYDVR0OBBYEFI0cxb6VTEM8YYY6FbBMvAPyT+CyMIHJBgNVHSMEgcEwgb6AFI0cxb6VTEM8YYY6FbBMvAPyT+CyoYGapIGXMIGUMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEQMA4GA1UEChMHQW5kcm9pZDEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UEAxMHQW5kcm9pZDEiMCAGCSqGSIb3DQEJARYTYW5kcm9pZEBhbmRyb2lkLmNvbYIJANWFuGx90071MAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEEBQADggEBABnTDPEF+3iSP0wNfdIjIz1AlnrPzgAIHVvXxunW7SBrDhEglQZBbKJEk5kT0mtKoOD1JMrSu1xuTKEBahWRbqHsXclaXjoBADb0kkjVEJu/Lh5hgYZnOjvlba8Ld7HCKePCVePoTJBdI4fvugnL8TsgK05aIskyY0hKI9L8KfqfGTl1lzOv2KoWD0KWwtAWPoGChZxmQ+nBli+gwYMzM1vAkP+aayLe0a1EQimlOalO762r0GXO0ks+UeXde2Z4e+8S/pf7pITEI/tP+MxJTALw9QUWEv9lKTk+jkbqxbsh8nfBUapfKqYn0eidpwq2AzVp3juYl7//fKnaPhJD9gs=
+
+
+
+ -
+ MIIEQzCCAyugAwIBAgIJAMLgh0ZkSjCNMA0GCSqGSIb3DQEBBAUAMHQxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtHb29nbGUgSW5jLjEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UEAxMHQW5kcm9pZDAeFw0wODA4MjEyMzEzMzRaFw0zNjAxMDcyMzEzMzRaMHQxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtHb29nbGUgSW5jLjEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UEAxMHQW5kcm9pZDCCASAwDQYJKoZIhvcNAQEBBQADggENADCCAQgCggEBAKtWLgDYO6IIrgqWbxJOKdoR8qtW0I9Y4sypEwPpt1TTcvZApxsdyxMJZ2JORland2qSGT2y5b+3JKkedxiLDmpHpDsz2WCbdxgxRczfey5YZnTJ4VZbH0xqWVW/8lGmPav5xVwnIiJS6HXk+BVKZF+JcWjAsb/GEuq/eFdpuzSqeYTcfi6idkyugwfYwXFU1+5fZKUaRKYCwkkFQVfcAs1fXA5V+++FGfvjJ/CxURaSxaBvGdGDhfXE28LWuT9ozCl5xw4Yq5OGazvV24mZVSoOO0yZ31j7kYvtwYK6NeADwbSxDdJEqO4k//0zOHKrUiGYXtqw/A0LFFtqoZKFjnkCAQOjgdkwgdYwHQYDVR0OBBYEFMd9jMIhF1Ylmn/Tgt9r45jk14alMIGmBgNVHSMEgZ4wgZuAFMd9jMIhF1Ylmn/Tgt9r45jk14aloXikdjB0MQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLR29vZ2xlIEluYy4xEDAOBgNVBAsTB0FuZHJvaWQxEDAOBgNVBAMTB0FuZHJvaWSCCQDC4IdGZEowjTAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBAUAA4IBAQBt0lLO74UwLDYKqs6Tm8/yzKkEu116FmH4rkaymUIE0P9KaMftGlMexFlaYjzmB2OxZyl6euNXEsQH8gjwyxCUKRJNexBiGcCEyj6z+a1fuHHvkiaai+KL8W1EyNmgjmyy8AW7P+LLlkR+ho5zEHatRbM/YAnqGcFh5iZBqpknHf1SKMXFh4dd239FJ1jWYfbMDMy3NS5CTMQ2XFI1MvcyUTdZPErjQfTbQe3aDQsQcafEQPD+nqActifKZ0Np0IS9L9kR/wbNvyz6ENwPiTrjV2KRkEjH78ZMcUQXg0L3BYHJ3lc69Vs5Ddf9uUGGMYldX3WfMBEmh/9iFBDAaTCK
+
+
+
diff --git a/app/src/main/res/values/preloaded_fonts.xml b/app/src/main/res/values/preloaded_fonts.xml
new file mode 100644
index 0000000..68e730f
--- /dev/null
+++ b/app/src/main/res/values/preloaded_fonts.xml
@@ -0,0 +1,7 @@
+
+
+
+ - @font/roboto
+ - @font/roboto_thin
+
+
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
new file mode 100644
index 0000000..aca284d
--- /dev/null
+++ b/app/src/main/res/values/strings.xml
@@ -0,0 +1,36 @@
+
+
+
+ PocDoc
+
+ N/A
+
+
+ https://fcm.googleapis.com/fcm/send
+
+ - Pill
+ - Liquid
+ - Tablet
+ - Capsule
+ - Inhaler
+ - Injection
+ - Other
+
+ https://pocdocapi.herokuapp.com
+ \u2022
+ *PocDoc is not a replacement for a doctor. Please consult a doctor or health professional before taking any action or medication
+ Open the Navigation Drawer
+ Open the Navigation Drawer
+ Make an Emergency Call
+ Delete
+ Cancel
+ 8f75bec1
+ 34cf0f251be2c02bab295d78b7cd78b6
+ Map
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
new file mode 100644
index 0000000..067a2ec
--- /dev/null
+++ b/app/src/main/res/values/styles.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
diff --git a/app/src/release/res/values/google_maps_api.xml b/app/src/release/res/values/google_maps_api.xml
new file mode 100644
index 0000000..d81bc19
--- /dev/null
+++ b/app/src/release/res/values/google_maps_api.xml
@@ -0,0 +1,20 @@
+
+
+ YOUR_KEY_HERE
+
\ No newline at end of file
diff --git a/app/src/test/java/com/arnav/pocdoc/ExampleUnitTest.java b/app/src/test/java/com/arnav/pocdoc/ExampleUnitTest.java
new file mode 100644
index 0000000..3c15b69
--- /dev/null
+++ b/app/src/test/java/com/arnav/pocdoc/ExampleUnitTest.java
@@ -0,0 +1,17 @@
+package com.arnav.pocdoc;
+
+import org.junit.Test;
+
+import static org.junit.Assert.*;
+
+/**
+ * Example local unit test, which will execute on the development machine (host).
+ *
+ * @see Testing documentation
+ */
+public class ExampleUnitTest {
+ @Test
+ public void addition_isCorrect() {
+ assertEquals(4, 2 + 2);
+ }
+}
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 0000000..4ce1747
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,25 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+buildscript {
+ repositories {
+ google()
+ jcenter()
+ }
+ dependencies {
+ classpath "com.android.tools.build:gradle:4.1.1"
+ classpath 'com.google.gms:google-services:4.3.4'
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
+ }
+}
+
+allprojects {
+ repositories {
+ google()
+ jcenter()
+ maven { url 'https://jitpack.io' }
+ }
+}
+
+task clean(type: Delete) {
+ delete rootProject.buildDir
+}
\ No newline at end of file
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 0000000..c52ac9b
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1,19 @@
+# Project-wide Gradle settings.
+# IDE (e.g. Android Studio) users:
+# Gradle settings configured through the IDE *will override*
+# any settings specified in this file.
+# For more details on how to configure your build environment visit
+# http://www.gradle.org/docs/current/userguide/build_environment.html
+# Specifies the JVM arguments used for the daemon process.
+# The setting is particularly useful for tweaking memory settings.
+org.gradle.jvmargs=-Xmx2048m
+# When configured, Gradle will run in incubating parallel mode.
+# This option should only be used with decoupled projects. More details, visit
+# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
+# org.gradle.parallel=true
+# AndroidX package structure to make it clearer which packages are bundled with the
+# Android operating system, and which are packaged with your app"s APK
+# https://developer.android.com/topic/libraries/support-library/androidx-rn
+android.useAndroidX=true
+# Automatically convert third-party libraries to use AndroidX
+android.enableJetifier=true
\ No newline at end of file
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
new file mode 100644
index 0000000..f6b961f
Binary files /dev/null and b/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 0000000..844c3c8
--- /dev/null
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,6 @@
+#Sun Jul 05 20:30:23 EDT 2020
+distributionBase=GRADLE_USER_HOME
+distributionPath=wrapper/dists
+zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
diff --git a/gradlew b/gradlew
new file mode 100644
index 0000000..cccdd3d
--- /dev/null
+++ b/gradlew
@@ -0,0 +1,172 @@
+#!/usr/bin/env sh
+
+##############################################################################
+##
+## Gradle start up script for UN*X
+##
+##############################################################################
+
+# Attempt to set APP_HOME
+# Resolve links: $0 may be a link
+PRG="$0"
+# Need this for relative symlinks.
+while [ -h "$PRG" ] ; do
+ ls=`ls -ld "$PRG"`
+ link=`expr "$ls" : '.*-> \(.*\)$'`
+ if expr "$link" : '/.*' > /dev/null; then
+ PRG="$link"
+ else
+ PRG=`dirname "$PRG"`"/$link"
+ fi
+done
+SAVED="`pwd`"
+cd "`dirname \"$PRG\"`/" >/dev/null
+APP_HOME="`pwd -P`"
+cd "$SAVED" >/dev/null
+
+APP_NAME="Gradle"
+APP_BASE_NAME=`basename "$0"`
+
+# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+DEFAULT_JVM_OPTS=""
+
+# Use the maximum available, or set MAX_FD != -1 to use that value.
+MAX_FD="maximum"
+
+warn () {
+ echo "$*"
+}
+
+die () {
+ echo
+ echo "$*"
+ echo
+ exit 1
+}
+
+# OS specific support (must be 'true' or 'false').
+cygwin=false
+msys=false
+darwin=false
+nonstop=false
+case "`uname`" in
+ CYGWIN* )
+ cygwin=true
+ ;;
+ Darwin* )
+ darwin=true
+ ;;
+ MINGW* )
+ msys=true
+ ;;
+ NONSTOP* )
+ nonstop=true
+ ;;
+esac
+
+CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
+
+# Determine the Java command to use to start the JVM.
+if [ -n "$JAVA_HOME" ] ; then
+ if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
+ # IBM's JDK on AIX uses strange locations for the executables
+ JAVACMD="$JAVA_HOME/jre/sh/java"
+ else
+ JAVACMD="$JAVA_HOME/bin/java"
+ fi
+ if [ ! -x "$JAVACMD" ] ; then
+ die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
+
+Please set the JAVA_HOME variable in your environment to match the
+location of your Java installation."
+ fi
+else
+ JAVACMD="java"
+ which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+
+Please set the JAVA_HOME variable in your environment to match the
+location of your Java installation."
+fi
+
+# Increase the maximum file descriptors if we can.
+if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
+ MAX_FD_LIMIT=`ulimit -H -n`
+ if [ $? -eq 0 ] ; then
+ if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
+ MAX_FD="$MAX_FD_LIMIT"
+ fi
+ ulimit -n $MAX_FD
+ if [ $? -ne 0 ] ; then
+ warn "Could not set maximum file descriptor limit: $MAX_FD"
+ fi
+ else
+ warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
+ fi
+fi
+
+# For Darwin, add options to specify how the application appears in the dock
+if $darwin; then
+ GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
+fi
+
+# For Cygwin, switch paths to Windows format before running java
+if $cygwin ; then
+ APP_HOME=`cygpath --path --mixed "$APP_HOME"`
+ CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
+ JAVACMD=`cygpath --unix "$JAVACMD"`
+
+ # We build the pattern for arguments to be converted via cygpath
+ ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
+ SEP=""
+ for dir in $ROOTDIRSRAW ; do
+ ROOTDIRS="$ROOTDIRS$SEP$dir"
+ SEP="|"
+ done
+ OURCYGPATTERN="(^($ROOTDIRS))"
+ # Add a user-defined pattern to the cygpath arguments
+ if [ "$GRADLE_CYGPATTERN" != "" ] ; then
+ OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
+ fi
+ # Now convert the arguments - kludge to limit ourselves to /bin/sh
+ i=0
+ for arg in "$@" ; do
+ CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
+ CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
+
+ if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
+ eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
+ else
+ eval `echo args$i`="\"$arg\""
+ fi
+ i=$((i+1))
+ done
+ case $i in
+ (0) set -- ;;
+ (1) set -- "$args0" ;;
+ (2) set -- "$args0" "$args1" ;;
+ (3) set -- "$args0" "$args1" "$args2" ;;
+ (4) set -- "$args0" "$args1" "$args2" "$args3" ;;
+ (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
+ (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
+ (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
+ (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
+ (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
+ esac
+fi
+
+# Escape application args
+save () {
+ for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
+ echo " "
+}
+APP_ARGS=$(save "$@")
+
+# Collect all arguments for the java command, following the shell quoting and substitution rules
+eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
+
+# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
+if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
+ cd "$(dirname "$0")"
+fi
+
+exec "$JAVACMD" "$@"
diff --git a/gradlew.bat b/gradlew.bat
new file mode 100644
index 0000000..f955316
--- /dev/null
+++ b/gradlew.bat
@@ -0,0 +1,84 @@
+@if "%DEBUG%" == "" @echo off
+@rem ##########################################################################
+@rem
+@rem Gradle startup script for Windows
+@rem
+@rem ##########################################################################
+
+@rem Set local scope for the variables with windows NT shell
+if "%OS%"=="Windows_NT" setlocal
+
+set DIRNAME=%~dp0
+if "%DIRNAME%" == "" set DIRNAME=.
+set APP_BASE_NAME=%~n0
+set APP_HOME=%DIRNAME%
+
+@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+set DEFAULT_JVM_OPTS=
+
+@rem Find java.exe
+if defined JAVA_HOME goto findJavaFromJavaHome
+
+set JAVA_EXE=java.exe
+%JAVA_EXE% -version >NUL 2>&1
+if "%ERRORLEVEL%" == "0" goto init
+
+echo.
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:findJavaFromJavaHome
+set JAVA_HOME=%JAVA_HOME:"=%
+set JAVA_EXE=%JAVA_HOME%/bin/java.exe
+
+if exist "%JAVA_EXE%" goto init
+
+echo.
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
+echo.
+echo Please set the JAVA_HOME variable in your environment to match the
+echo location of your Java installation.
+
+goto fail
+
+:init
+@rem Get command-line arguments, handling Windows variants
+
+if not "%OS%" == "Windows_NT" goto win9xME_args
+
+:win9xME_args
+@rem Slurp the command line arguments.
+set CMD_LINE_ARGS=
+set _SKIP=2
+
+:win9xME_args_slurp
+if "x%~1" == "x" goto execute
+
+set CMD_LINE_ARGS=%*
+
+:execute
+@rem Setup the command line
+
+set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
+
+@rem Execute Gradle
+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
+
+:end
+@rem End local scope for the variables with windows NT shell
+if "%ERRORLEVEL%"=="0" goto mainEnd
+
+:fail
+rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
+rem the _cmd.exe /c_ return code!
+if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
+exit /b 1
+
+:mainEnd
+if "%OS%"=="Windows_NT" endlocal
+
+:omega
diff --git a/settings.gradle b/settings.gradle
new file mode 100644
index 0000000..933250f
--- /dev/null
+++ b/settings.gradle
@@ -0,0 +1,2 @@
+include ':app'
+rootProject.name = "PocDoc"
\ No newline at end of file