diff --git a/docs/Benjamin-Toby-CV.pdf b/docs/Benjamin-Toby-CV.pdf new file mode 100644 index 0000000..84a7b83 Binary files /dev/null and b/docs/Benjamin-Toby-CV.pdf differ diff --git a/images/Project_GitToAsana_LandingPage_002.jpg b/images/Project_GitToAsana_LandingPage_002.jpg new file mode 100644 index 0000000..8a7062a Binary files /dev/null and b/images/Project_GitToAsana_LandingPage_002.jpg differ diff --git a/images/my-image-large.jpg b/images/my-image-large.jpg new file mode 100644 index 0000000..ba44f9c Binary files /dev/null and b/images/my-image-large.jpg differ diff --git a/images/white-arrow.svg b/images/white-arrow.svg new file mode 100644 index 0000000..c5b829c --- /dev/null +++ b/images/white-arrow.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/index.html b/index.html index 4e94eb6..98adfb0 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ rel="stylesheet"> - + @@ -44,17 +44,17 @@ +
+ mail + +
+ @@ -103,6 +116,10 @@ + +
+
+
@@ -131,13 +148,76 @@

Some of My Work

-

Lorem ipsum dolor sit amet, consectetur adipiscing - elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices - gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis.

+

Here are a few of my works: you can find more of my + work on my 99designs profile.

+
+ + +
-
+
+ + +
+ +
+

Transcend Barriers Animation

+

This animations was made for web view. I used aftereffects and bodymoving to accomplish this: + the result? High definition svg anmimation that looks crisp on any resolution and maintains + a relatively light weight

+
+
+
+
Adobe Illustrator
+
+
+
Adobe After Effects
+
+
+
javascript
+
+
+
+ + +
+ +
+

Github to Asana

+

This project is an ongoing webapp that connects github to asana. In this project I'm focusing + on the UI/UX, together with frontend functionality.

+
+
+
+
Adobe Photoshop
+
+
+
Adobe Illustrator
+
+
+
Adobe After Effects
+
+
+
HTML5
+
+
+
CSS3
+
+
+
javascript
+
+
+
Git version control
+
+
+ + +
+
+ +
@@ -153,13 +233,15 @@
+

About Me

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod - tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus - commodo viverra maecenas accumsan lacus vel facilisis.

+

I've traversed multiple fields over the past decade: from engineering + studies, to solar power constructions, to web design, graphic design, 2d animations, and code. Over the + years I've learnt the best skill: which is learnability and adaptability: hence I aim to cut across many + different fields: the world changes fast, and I think this is the only skill that matters.

@@ -175,68 +257,67 @@

My Tools For Creating Awesomeness

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod - tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo - viverra maecenas accumsan lacus vel facilisis.

+

Ever expanding and ever improving, I have proffesional grade understanding + of the tools below. But I don't plan to stop here.

-
+
Adobe Photoshop
-
+
Adobe Illustrator
-
+
Adobe After Effects
-
+
HTML 5
-
+
CSS3
-
+
javascript
-
+
Git Version Control
-
+
Figma
-
+
Wordpress
-
+
Webflow
-
+
Adobe XD
-
+
Visual Studio Code
-
+
Dreamweaver
-
+
Adobe Animate
-
+
Affinity Photo and Affinity Designer
@@ -258,8 +339,9 @@

So. Let's talk

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod - tempor incididunt ut labore et dolore magna aliqua.

+

Your business is my business as soon as you hit that contact button. I'm + ready + to attend to your needs as soon as possible. Just drop a line.

Email Address mail @@ -303,7 +385,8 @@ - + + diff --git a/main.css b/main.css index e5b394d..3637ea6 100644 --- a/main.css +++ b/main.css @@ -67,6 +67,11 @@ header > div:nth-of-type(1) { transform-style: preserve-3d; } +header > div:nth-of-type(2) { + position: relative; + transform-style: preserve-3d; +} + header.scrolled { padding: 20px; background-color: white; @@ -97,7 +102,7 @@ header > a { color: inherit; display: flex; align-items: center; - font-weight: 900; + font-weight: 700; position: relative; perspective: 500px; transform-style: preserve-3d; @@ -142,6 +147,7 @@ nav { .hamburger-button { width: 40px; + min-width: 40px; height: 40px; padding: 10px 0; display: none; @@ -254,6 +260,11 @@ p { letter-spacing: .5px; } +p a { + color: var(--main-color); + border-bottom: 1px solid var(--main-color); +} + span { font-size: inherit; font-weight: inherit; @@ -403,6 +414,45 @@ input:focus { +#preloader-container { + position: fixed; + width: 100vw; + height: 100vh; + top: 0; + left: 0; + background-color: #1b239b; + z-index: 50000; +} + +#preloader-container img:nth-child(1) { + min-width: 110%; + min-height: 110vh; + left: -5%; + top: -5%; + position: absolute; + opacity: .2; +} + +#preloader-container img:nth-child(2) { + width: 50px; + align-self: center; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + animation: preloaderanimation 2s ease-in-out infinite normal both; +} + +@keyframes preloaderanimation { + 0%{filter: hue-rotate(0deg);} + 50%{filter: hue-rotate(90deg);} + 100%{filter: hue-rotate(0deg);} +} + + + + + @@ -466,6 +516,7 @@ input:focus { justify-content: flex-end; perspective: 600px; padding-bottom: 30px; + transform-style: preserve-3d; } .hero-text-section-graphic img, .hero-text-section-graphic a { @@ -482,6 +533,37 @@ input:focus { width: 100%; } +.hero-text-section-graphic > div:nth-of-type(1) { + position: absolute; + width: 1vw; + height: 1vw; + background-color: var(--sec-color-1); + top: 30vh; + left: -6vw; + transform: translateZ(100px) rotate(5deg); +} + +.hero-text-section-graphic > div:nth-of-type(2) { + position: absolute; + width: 2vw; + height: 2vw; + background-color: var(--sec-color-3); + bottom: 30vh; + left: -8vw; + transform: translateZ(120px) rotate(-25deg); + z-index: -1; +} + +.hero-text-section-graphic > div:nth-of-type(3) { + position: absolute; + width: 1.5vw; + height: 1.5vw; + background-color: rgba(99,105,176,0.2); + top: 50vh; + right: 13vw; + transform: translateZ(100px) rotate(-2deg); +} + @@ -505,7 +587,7 @@ input:focus { min-height: 110vh; left: -5%; top: -5%; - opacity: 0.2; + opacity: 1; } #mountains { @@ -536,7 +618,7 @@ input:focus { background-size: cover; opacity: .8; transform-style: preserve-3d; - transition: all 1s cubic-bezier(0.1, 0.63, 0.355, 1); + transition: all .8s cubic-bezier(0.1, 0.63, 0.355, 1); } .benjamin-image-block-overlay { @@ -550,16 +632,19 @@ input:focus { .benjamin-big-text-block { position: absolute; + /* width: 500px; + height: 300px; */ font-size: 10.5vw; bottom: 0px; left: 5%; - font-weight: 900; + font-weight: 700; line-height: .8; color: white; mix-blend-mode: overlay; filter: drop-shadow(0 0 20px rgba(0,0,0,0.4)); padding: 40px; transform-style: preserve-3d; + /* background-color: #747bef; */ /* transition: all .5s ease; */ } @@ -649,18 +734,19 @@ input:focus { } -.my-work-section > div:nth-child(1) { +.my-work-section > div:nth-of-type(1) { color: rgba(0,0,0,0.6); align-items: flex-end; } -.my-work-section > div:nth-child(2) { +.my-work-section > div:nth-of-type(2) { background-color: var(--sec-color-2); display: flex; align-items: center; justify-content: center; perspective: 600px; transform-style: preserve-3d; + padding: 0; /* width: 20%;*/ } @@ -674,13 +760,152 @@ input:focus { } .portfolio-items-container { - width: 70%; - height: 70%; + width: 100%; + height: 100%; + /* background-color: white; + box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.2); + transform-style: preserve-3d; */ + display: flex; + align-items: center; + justify-content: center; + perspective: 600px; + transform-style: preserve-3d; +} + +.portfolio-buttons-container { + display: flex; +} + +.portfolio-buttons-container button { + width: 50px; + height: 50px; + background-color: var(--main-color); + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + margin: 5px; + transition: background .3s ease-out; +} + +.portfolio-buttons-container button:hover { + background-color: var(--dark-color); + background-position: -100px 0px; +} + +.portfolio-buttons-container button img { + width: 15px; + height: 15px; +} + +.portfolio-right-button { + transform: rotate(-90deg); +} + +.portfolio-left-button { + transform: rotate(90deg); +} + +.portfolio-entry { + position: absolute; + width: 80%; + height: 80%; + background-color: yellow; + overflow: hidden; background-color: white; box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.2); transform-style: preserve-3d; } +.portfolio-entry > img { + width: 100%; + position: relative; + pointer-events: none; +} + +.portfolio-entry > div:nth-of-type(1) { + width: 90%; + padding: 40px 40px 80px 40px; + display: flex; + flex-direction: column; + align-items: center; + background-color: rgba(28,55,102,0.9); + color: white; + position: absolute; + z-index: 2000; + bottom: 20px; + left: 50%; + transform: translateX(-50%); + text-align: center; + opacity: 0; + transition: all .4s cubic-bezier( 0.1, 0.63, 0.355, 1 ); +} + +.portfolio-entry:hover > div:nth-of-type(1) { + opacity: 1; +} + +.portfolio-entry > div:nth-of-type(1) h3, .portfolio-entry div:nth-of-type(1) p { + text-align: inherit; +} + +.portfolio-entry > div:nth-of-type(1) p { + font-size: 16px; +} + +.portfolio-entry > div:nth-of-type(2) { + padding: 10px; + display: flex; + align-items: center; + color: white; + position: absolute; + z-index: 2000; + bottom: 10px; + left: 50%; + transform: translateX(-50%); + transition: all .4s cubic-bezier( 0.1, 0.63, 0.355, 1 ); +} + +.portfolio-entry:hover > div:nth-of-type(2) { + bottom: 30px; +} + +.portfolio-entry:hover .specialty-skill { + background-color: var(--sec-color-1); +} + +.portfolio-entry:hover .specialty-skill:hover { + background-color: rgba(99,105,176,0.6); +} + +.portfolio-entry .specialty-skill { + background-color: var(--main-color); + width: 40px; + height: 40px; + padding: 10px; +} + +.portfolio-entry .specialty-skill img { + width: 100%; + height: 100%; +} + +#github-to-asana-animation { + width: 250px; + height: 400px; + filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.2)); + position: absolute; + top: 20px; + right: 20px; +} + +#github-to-asana > img { + width: 80%; + box-shadow: 0px 0px 40px -5px rgba(0,0,0,0.2); + margin-left: 40px; + margin-top: -550px; +} + @@ -697,7 +922,18 @@ input:focus { .about-me-section > div:nth-child(1) { background-color: var(--sec-color-3); -/* width: 20%;*/ + overflow: hidden; + padding: 0; + align-items: flex-start; + justify-content: flex-start; +} + +.about-me-section img { + mix-blend-mode: multiply; + opacity: 0; + position: relative; + top: -150px; + width: 100%; } .about-me-section > div:nth-child(2) p { @@ -717,7 +953,8 @@ input:focus { color: white; text-align: center; padding: 150px 80px 120px 80px; - height: auto; + height: 100vh; + justify-content: center; } .my-specialties-section h2 { @@ -739,7 +976,20 @@ input:focus { margin-bottom: 30px; } -.my-specialties-section > div > div { +/* .my-specialties-section > div > div { + width: 80px; + height: 80px; + background-color: var(--main-color); + margin: 10px; + border-radius: 50%; + transform-style: preserve-3d; + padding: 20px; + cursor: pointer; + transition: all .8s cubic-bezier(0.075, 0.82, 0.165, 1); + position: relative; +} */ + +.specialty-skill { width: 80px; height: 80px; background-color: var(--main-color); @@ -756,6 +1006,10 @@ input:focus { background-color: rgba(99,105,176,0.6); } +.specialty-skill:hover { + background-color: rgba(99,105,176,0.6); +} + .my-specialties-section > div > div:nth-of-type(4) { /* padding: 10px; */ } @@ -765,7 +1019,23 @@ input:focus { height: 100%; } -.my-specialties-section > div > div > div { +/* .my-specialties-section > div > div > div { + padding: 20px; + border-radius: 10px; + background-color: var(--sec-color-1); + color: white; + position: absolute; + top: -70px; + left: 50%; + box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.3); + white-space: nowrap; + transition: all .4s cubic-bezier(0.075, 0.82, 0.165, 1); + opacity: 0; + pointer-events: none; + transform: translateX(-50%); +} */ + +.specialty-skill > div { padding: 20px; border-radius: 10px; background-color: var(--sec-color-1); @@ -781,7 +1051,12 @@ input:focus { transform: translateX(-50%); } -.my-specialties-section > div > div:hover > div { +/* .my-specialties-section > div > div:hover > div { + opacity: 1; + top: -80px; +} */ + +.specialty-skill:hover > div { opacity: 1; top: -80px; } @@ -979,7 +1254,7 @@ input:focus { } .hero-section > div:nth-child(2) { - padding: 140px 30px 60px 60px; + padding: 140px 60px 60px 60px; font-size: 36px; } @@ -992,6 +1267,10 @@ input:focus { width: 40%; } + .main-text-block { + max-width: 100%; + } + .main-text-block h1 a { background-position: 0px 60px; } @@ -1013,6 +1292,31 @@ input:focus { width: 100%; } + .hero-text-section-graphic > div:nth-of-type(1) { + display: none; + } + + .hero-text-section-graphic > div:nth-of-type(2) { + display: none; + } + + .hero-text-section-graphic > div:nth-of-type(3) { + display: none; + } + + .about-me-section > div:nth-child(1) { + height: 600px; + } + + .about-me-section > div:nth-child(2) { + max-height: 600px; + } + + .about-me-section img { + width: 120%; + top: -50px; + } + } @@ -1025,6 +1329,15 @@ input:focus { display: flex; } + header > a > div { + position: absolute; + left: 46px; + } + + header img:not(#linkedin img) { + margin-right: 0; + } + @@ -1086,7 +1399,12 @@ input:focus { border-bottom: 2px solid #ddd; z-index: 0; padding-top: 120px; - box-shadow: 0px 10px 20px rgba(0,0,0,0.5); + box-shadow: 0px 10px 20px rgba(0,0,0,0.1); + } + + header > div:nth-of-type(2) { + position: relative; + transform-style: preserve-3d; } @@ -1110,7 +1428,8 @@ input:focus { .hero-text-section-graphic { height: 100%; - width: 50%; + width: 40%; + right: 0; } .benjamin-image-block-wrapper { @@ -1174,7 +1493,7 @@ input:focus { .my-work-section > div:nth-child(2) { width: 100%; height: auto; - padding: 80px; + padding: 40px; } .my-work-section h2 { @@ -1186,7 +1505,20 @@ input:focus { } .portfolio-items-container { - height: 400px; + height: 600px; + } + + .portfolio-buttons-container { + justify-content: center; + } + + .my-work-section > div:nth-of-type(1) { + align-items: center; + } + + .portfolio-entry { + width: 100%; + height: 500px; } @@ -1201,7 +1533,16 @@ input:focus { } .about-me-section > div:nth-child(1) { - height: 500px; + height: 600px; + } + + .about-me-section > div:nth-child(2) { + padding: 60px; + } + + .about-me-section img { + top: -100px; + width: 100%; } @@ -1318,14 +1659,57 @@ input:focus { /* My work section */ .my-work-section > div:nth-child(2) { - padding: 40px; + padding: 20px; } .portfolio-items-container { - height: 300px; - width: 300px; + height: 600px; + width: 100%; } + .portfolio-entry > div:nth-of-type(2) { + flex-wrap: wrap; + justify-content: center; + width: 100%; + } + + .portfolio-entry > div:nth-of-type(1) { + padding: 40px 20px 160px 20px; + width: 100%; + bottom: 0; + height: 100%; + } + + #github-to-asana > img { + margin-left: 0px; + margin-top: -550px; + width: 90%; + } + + #github-to-asana-animation { + width: 200px; + height: 300px; + position: absolute; + top: 10px; + right: 10px; + } + + + + + + .about-me-section > div:nth-child(2) { + padding: 20px; + } + + .about-me-section img { + top: 0; + width: 120%; + } + + + + /* Contact Me section */ @@ -1347,6 +1731,7 @@ input:focus { .my-specialties-section { padding: 100px 20px; + height: auto; } } @@ -1408,6 +1793,24 @@ input:focus { height: 70%; } + header > div:nth-of-type(2) { + margin-top: 165px; + opacity: 0; + border-top: 1px solid #ddd; + width: 100%; + justify-content: center; + padding-top: 15px; + } + + header > div:nth-of-type(1) { + padding-top: 200px; + } + + .hero-text-section-graphic { + height: 105%; + width: 60%; + } + } @@ -1417,10 +1820,21 @@ input:focus { -@media (max-width: 350px) { - - - +@media (max-width: 382px) { + + .about-me-section img { + width: auto; + min-height: 100%; + top: 0; + } +} + + +@media (max-width: 320px) { + + #github-to-asana > img { + width: 120%; + } } diff --git a/main.min.css b/main.min.css deleted file mode 100644 index c762c8c..0000000 --- a/main.min.css +++ /dev/null @@ -1 +0,0 @@ -html{width:100%;overflow-x:hidden;scroll-behavior:smooth}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:"Titillium Web",Helvetica;font-size:18px;line-height:1.5;color:#222;position:relative}:root{--main-color:#747bef;--base-color:#222;--sec-color-1:#ed7d71;--sec-color-2:#faa096;--sec-color-3:#75F0E6;--dark-color:#1c3766}body{width:100%;margin:0;overflow:hidden;display:flex;flex-direction:column;align-items:center}header{position:fixed;left:0;top:0;width:100%;z-index:1000;padding:40px;display:flex;align-items:center;justify-content:space-between;height:140px;overflow:hidden;perspective:500px;transition:all .3s ease}header>div:nth-of-type(1){position:relative;transform-style:preserve-3d}header.scrolled{padding:20px;background-color:#fff;height:80px}#header-controller{position:absolute;width:100%;height:15vh;top:0;left:0;background:lightgray}header img:not(#linkedin img){width:40px;margin-right:10px;position:relative;top:0}header>a{font-family:"Titillium Web";border:none;color:inherit;display:flex;align-items:center;font-weight:900;position:relative;perspective:500px;transform-style:preserve-3d;z-index:10}header>a>div{line-height:16px;font-size:24px;color:var(--dark-color)}nav{display:flex;align-items:center;color:inherit;height:100%}.nav-link{font-size:17px;font-weight:600;padding:10px 15px;background-size:100%;background-repeat:no-repeat;background-position:-200px 43px;background-image:linear-gradient(90deg,var(--main-color),var(--sec-color-1));color:inherit;transition:background .3s ease}.nav-link:hover{color:var(--sec-color-2);background-position:0 43px}.active-anchor{color:var(--sec-color-1);background-position:0 43px}.hamburger-button{width:40px;height:40px;padding:10px 0;display:none;flex-direction:column;align-items:center;justify-content:space-around}.hamburger-button div{width:25px;height:3px;background-color:#fff}section{display:flex;position:relative;width:100%;perspective:500px;padding:0;margin:0;height:100vh;overflow:hidden;align-items:stretch}section>div{width:50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;perspective:500px;transform-style:preserve-3d;padding:15%;position:relative}section>div p{width:350px;color:inherit}a{text-decoration:none;color:var(--dark-color);border:none;cursor:pointer;font-size:inherit}a:hover{border:none}h1,h2,h3,h4{font-family:"Titillium Web";margin-top:0;margin-bottom:15px;width:100%;line-height:1.2;color:inherit;font-weight:700}h1{font-size:46px}h2{font-size:50px;width:auto;line-height:1}p{font-size:20px;line-height:1.5;margin-top:0;margin-bottom:20px;width:100%;font-weight:400;letter-spacing:.5px}span{font-size:inherit;font-weight:inherit;font-family:inherit;color:inherit;letter-spacing:inherit;line-height:inherit}span>a{font-size:inherit;font-weight:inherit;font-family:inherit;color:inherit;letter-spacing:inherit;line-height:inherit;border:inherit;border-color:inherit}span>a:hover{border:inherit;border-color:inherit}button{border:none;background-color:var(--dark-color);padding:10px 20px;color:#fff;cursor:pointer;background-image:linear-gradient(var(--main-color),var(--main-color));background-repeat:no-repeat;background-position:0 67px;transition:background .3s ease}button:hover{background-position:0 0}input,textarea{padding:15px;border-radius:5px;border:1px solid rgba(0,0,0,.2);margin-bottom:15px;width:100%;font-size:14px}input:focus{border:1px solid blue;box-shadow:0 0 15px 0 rgba(0,0,0,.2)}.social-media-links{width:40px;height:40px;border-radius:50%;margin:5px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;background-color:var(--sec-color-1);padding:0;overflow:hidden}#linkedin img{width:20px;height:20px}#mail{background-color:var(--main-color)}#linkedin{background-color:var(--dark-color)}#linkedin:hover{background-color:var(--main-color)}.scroll-into-view{padding:0;width:0;transition:all .7s cubic-bezier(.93,0,.09,1)}.scrolled-into-view{width:50%;padding:40px}.scroll-into-view-content,.scroll-into-view-content-2{transform:translateY(80px) rotateX(5deg) translateZ(20px);opacity:0;transform-style:preserve-3d}.hero-section{background-color:#1b239b;justify-content:space-between}.hero-section>div:nth-child(2){background-color:#fff;padding:25vh 40px 40px 6.1vw;font-size:2.8vw;display:inline;z-index:100;transform-style:preserve-3d;perspective:600px;z-index:100}.main-text-block{font-size:inherit;max-width:80%;transform-style:preserve-3d;z-index:100;transform:translateZ(10px);font-weight:500}.main-text-block h1 a{color:var(--main-color);background-image:linear-gradient(var(--main-color),var(--main-color));background-position:0 5vw;background-repeat:no-repeat;transition:all .3s ease}.main-text-block h1 a:hover{color:var(--dark-color);background-position:0 4.8vw;background-image:linear-gradient(var(--dark-color),var(--dark-color));padding:5px 10px}.hero-text-section-graphic{position:absolute;top:0;right:5vw;width:15vw;height:90%;background-color:rgba(28,55,102,.05);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;perspective:600px;padding-bottom:30px}.hero-text-section-graphic img,.hero-text-section-graphic a{position:relative;transform-style:preserve-3d}.hero-text-section-graphic a{width:20px;height:20px}.hero-text-section-graphic img{width:100%}.main-hero-text{font-size:inherit;font-weight:500;width:auto;display:inline}.hero-section img{position:absolute;z-index:-1}#clouds{min-width:110%;min-height:110vh;left:-5%;top:-5%;opacity:.2}#mountains{width:100%;min-height:100vh;bottom:-20vh}.benjamin-image-block-wrapper{width:15vw;height:80vh;position:absolute;bottom:-10px;background-color:transparent;left:15vw;background-size:cover;opacity:1;padding:0;transform-style:preserve-3d}.benjamin-image-block{width:100%;height:100%;background-color:var(--sec-color-2);background-image:url(images/hero-image-ben.jpg);background-size:cover;opacity:.8;transform-style:preserve-3d;transition:all 1s cubic-bezier(.1,.63,.355,1)}.benjamin-image-block-overlay{width:100%;height:100%;opacity:1;transform-style:preserve-3d;z-index:10;transition:all 1.5s cubic-bezier(.1,.63,.355,1)}.benjamin-big-text-block{position:absolute;font-size:10.5vw;bottom:0;left:5%;font-weight:900;line-height:.8;color:#fff;mix-blend-mode:overlay;filter:drop-shadow(0 0 20px rgba(0,0,0,.4));padding:40px;transform-style:preserve-3d}.main-cta-button{font-size:24px;padding:0;margin-top:20px;background-color:var(--sec-color-1);transition:all .3s ease-out;background-image:linear-gradient(var(--dark-color),var(--dark-color));padding:15px 0;transform:translateZ(10px)}.main-cta-button a{padding:15px 40px;color:#fff}.main-cta-button:hover{background-image:linear-gradient(var(--dark-color),var(--dark-color));background-position:0 0;background-repeat:no-repeat}.main-cta-button a:hover{padding:15px 40px}.hero-scroll-down-block{position:absolute;right:7vw;bottom:10vh;height:auto}.hero-scroll-down-block>a{display:flex;flex-direction:column;height:auto;align-items:center}.hero-scroll-down-block div{transform:rotate(-90deg);font-size:70px}.rotating-text-image{position:absolute;width:120px;height:120px;opacity:.3;top:50%;left:50%;transform:translate(-50%,-50%)}.service-display-block{width:300px;height:200px;position:absolute;background-color:#fff;border-radius:20px;z-index:200;top:-20px;right:-200px;box-shadow:0 0 30px -5px rgba(0,0,0,.2);transition:all .8s cubic-bezier(.075,.82,.165,1);opacity:0;transform-style:preserve-3d}.my-work-section>div:nth-child(1){color:rgba(0,0,0,.6);align-items:flex-end}.my-work-section>div:nth-child(2){background-color:var(--sec-color-2);display:flex;align-items:center;justify-content:center;perspective:600px;transform-style:preserve-3d}.my-work-section h2{text-align:right;color:rgba(0,0,0,.8)}.my-work-section p{text-align:right}.portfolio-items-container{width:70%;height:70%;background-color:#fff;box-shadow:0 10px 20px -5px rgba(0,0,0,.2);transform-style:preserve-3d}.about-me-section{justify-content:flex-end}.about-me-section>div:nth-child(1){background-color:var(--sec-color-3)}.about-me-section>div:nth-child(2) p{color:rgba(0,0,0,.7)}.my-specialties-section{justify-content:flex-start;align-items:center;flex-direction:column;background-color:var(--dark-color);color:#fff;text-align:center;padding:150px 80px 120px 80px;height:auto}.my-specialties-section p{color:rgba(255,255,255,.7);max-width:800px}.my-specialties-section>div{max-width:960px;width:100%;display:flex;flex-wrap:wrap;flex-direction:row;padding:0;margin-bottom:30px}.my-specialties-section>div>div{width:80px;height:80px;background-color:var(--main-color);margin:10px;border-radius:50%;transform-style:preserve-3d;padding:20px;transition:all .8s cubic-bezier(.075,.82,.165,1);position:relative}.my-specialties-section>div>div:hover{background-color:rgba(99,105,176,.6)}.my-specialties-section>div img{width:100%;height:100%}.my-specialties-section>div>div>div{padding:20px;border-radius:10px;background-color:var(--sec-color-1);color:#fff;position:absolute;top:-70px;left:50%;box-shadow:0 10px 20px -5px rgba(0,0,0,.3);white-space:nowrap;transition:all .4s cubic-bezier(.075,.82,.165,1);opacity:0;pointer-events:none;transform:translateX(-50%)}.my-specialties-section>div>div:hover>div{opacity:1;top:-80px}.my-specialties-section>button{background:transparent;border:2px solid rgba(255,255,255,.4)}.my-specialties-section>button:hover{background:var(--sec-color-1);border:2px solid transparent}.contact-section{position:relative;justify-content:flex-start}.contact-section>div:nth-of-type(1){align-items:flex-end;text-align:right}.contact-section>div:nth-of-type(1) a{color:var(--main-color);border-bottom:1px solid var(--main-color);display:flex;align-items:center}.contact-section>div:nth-of-type(1)>div{display:flex;align-items:center;height:50px;border:1px solid #efefef;padding:10px;color:#777;margin-top:20px}.contact-section>div:nth-of-type(1)>div>div{font-size:14px;color:inherit}.contact-section>div:nth-of-type(2){background-color:var(--sec-color-1);height:100%;display:flex;justify-content:center;align-items:center;transform-style:preserve-3d}.contact-section>div:nth-of-type(2)>div{transform-style:preserve-3d;perspective:600px}.contact-section-controller{width:100%;height:80px;position:absolute;bottom:0;left:0;padding:0}.footer-bar{position:absolute;display:flex;flex-direction:row;align-items:flex-end;width:960px;height:240px;padding:0;bottom:40px;pointer-events:none;left:50%;transform:translateX(-50%)}.main-cta-form{max-width:500px;transform-style:preserve-3d}.main-cta-form input{background-color:transparent;border:none;border-bottom:2px solid #fff;height:50px;color:#fff;border-radius:0;margin-bottom:0;font-size:20px}.main-cta-form input:focus{outline:2px solid #fff;box-shadow:none}.main-cta-form textarea{background-color:transparent;border:none;border-bottom:2px solid #fff;color:#fff;border-radius:0;margin-bottom:20px;font-size:20px}.main-cta-form textarea::placeholder,.main-cta-form input::placeholder{color:rgba(255,255,255,.7)}.main-cta-form textarea:focus{outline:2px solid #fff}.main-cta-form button{width:100%}@media (max-width:1200px){section{height:auto}section>div{padding:100px 60px}.hero-section>div:nth-child(2){padding:140px 30px 60px 60px;font-size:36px}.hero-section{height:600px}.hero-text-section-graphic{height:100%;width:40%}.main-text-block h1 a{background-position:0 60px}.main-text-block h1 a:hover{background-position:0 50px}.benjamin-image-block-wrapper{height:80%;width:200px}.contact-section{height:100vh}section>div p{width:100%}}@media (max-width:800px){.hamburger-button{display:flex}section>div p{width:100%;text-align:center}section{flex-direction:column}section>div{width:100%;align-items:center}h1,h2,h3,h4,h4{text-align:center;width:100%}section{height:auto}section>div{padding:60px 40px}.scrolled-into-view{width:100%}header{overflow:visible}nav{flex-direction:column;width:100%;position:relative}header>div:nth-of-type(1){position:fixed;top:0;opacity:0;left:0;width:100%;pointer-events:none;overflow:hidden;height:0;background-color:#fff;border-bottom:2px solid #ddd;z-index:0;padding-top:120px;box-shadow:0 10px 20px rgba(0,0,0,.5)}.hero-section{flex-direction:row;transition:all .5s ease;height:500px}.hero-text-section-graphic{height:100%;width:50%}#clouds{height:100%;min-height:auto;top:auto;bottom:0;min-width:auto}#mountains{height:auto;min-height:auto;width:1200px}.hero-section>div:nth-child(1){width:20%}.hero-section>div:nth-child(2){padding:120px 40px 120px 60px;font-size:30px}.main-text-block{padding:0;max-width:100%}.benjamin-big-text-block{position:absolute;font-size:8.5vw;bottom:0;left:-25%}.benjamin-image-block-wrapper{height:70%}.my-work-section{height:auto;padding:60px 0}.my-work-section>div:nth-child(2){width:100%;height:auto;padding:80px}.my-work-section h2{text-align:center}.my-work-section p{text-align:center}.portfolio-items-container{height:400px}.about-me-section{justify-content:flex-start;flex-direction:column-reverse}.about-me-section>div:nth-child(1){height:500px}.contact-section{height:auto}.contact-section>div:nth-of-type(1){align-items:center}.contact-section-controller{height:0;display:none}}@media (max-width:600px){h1{font-size:36px}h2{font-size:36px}section>div{padding:60px 20px}header{padding:20px}.hero-section{flex-direction:column;align-items:center;overflow:visible;z-index:100;height:auto}.hero-section>div:nth-child(2){padding:40px;width:100%}.hero-section>div:nth-child(1){width:100%;height:400px}.hero-text-section-graphic{height:120%;width:40%}.benjamin-image-block-wrapper{top:0;bottom:auto;left:auto;right:auto;margin-left:80px}#clouds{height:100%;min-height:auto;top:-100px;bottom:0;min-width:auto}#mountains{top:-200px;bottom:auto}.main-text-block{padding:0}.benjamin-big-text-block{top:190px;font-size:100px;bottom:auto;left:0}.benjamin-image-block-wrapper{height:70%}.my-work-section>div:nth-child(2){padding:40px}.portfolio-items-container{height:300px;width:300px}.contact-section{height:auto}.contact-section>div:nth-of-type(1){align-items:center}.contact-section-controller{height:0;display:none}.my-specialties-section{padding:100px 20px}}@media (max-width:430px){p{font-size:16px}.hero-section>div:nth-child(2){padding:60px 40PX;font-size:24PX}.hero-section>div:nth-child(1){width:100%;height:400px}.benjamin-image-block-wrapper{width:50%;top:0;bottom:auto;left:auto;right:0;margin-left:0}#clouds{height:100%;min-height:auto;top:-100px;bottom:0;min-width:auto}#mountains{top:-200px;bottom:auto;left:-500px}.benjamin-big-text-block{top:235px;font-size:75px;bottom:auto;left:0}.benjamin-image-block-wrapper{height:70%}} \ No newline at end of file diff --git a/scripts/lottie.min.js b/scripts/lottie.min.js new file mode 100644 index 0000000..b831fd5 --- /dev/null +++ b/scripts/lottie.min.js @@ -0,0 +1,15 @@ +(typeof navigator !== "undefined") && (function (root, factory) { + if (typeof define === "function" && define.amd) { + define(function () { + return factory(root); + }); + } else if (typeof module === "object" && module.exports) { + module.exports = factory(root); + } else { + root.lottie = factory(root); + root.bodymovin = root.lottie; + } +}((window || {}), function (window) { + "use strict"; var svgNS = "http://www.w3.org/2000/svg", locationHref = "", initialDefaultFrame = -999999, subframeEnabled = !0, expressionsPlugin, isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent), cachedColors = {}, bmRnd, bmPow = Math.pow, bmSqrt = Math.sqrt, bmFloor = Math.floor, bmMax = Math.max, bmMin = Math.min, BMMath = {}; function ProjectInterface() { return {} } !function () { var t, e = ["abs", "acos", "acosh", "asin", "asinh", "atan", "atanh", "atan2", "ceil", "cbrt", "expm1", "clz32", "cos", "cosh", "exp", "floor", "fround", "hypot", "imul", "log", "log1p", "log2", "log10", "max", "min", "pow", "random", "round", "sign", "sin", "sinh", "sqrt", "tan", "tanh", "trunc", "E", "LN10", "LN2", "LOG10E", "LOG2E", "PI", "SQRT1_2", "SQRT2"], r = e.length; for (t = 0; t < r; t += 1)BMMath[e[t]] = Math[e[t]] }(), BMMath.random = Math.random, BMMath.abs = function (t) { if ("object" === typeof t && t.length) { var e, r = createSizedArray(t.length), i = t.length; for (e = 0; e < i; e += 1)r[e] = Math.abs(t[e]); return r } return Math.abs(t) }; var defaultCurveSegments = 150, degToRads = Math.PI / 180, roundCorner = .5519; function roundValues(t) { bmRnd = t ? Math.round : function (t) { return t } } function styleDiv(t) { t.style.position = "absolute", t.style.top = 0, t.style.left = 0, t.style.display = "block", t.style.transformOrigin = "0 0", t.style.webkitTransformOrigin = "0 0", t.style.backfaceVisibility = "visible", t.style.webkitBackfaceVisibility = "visible", t.style.transformStyle = "preserve-3d", t.style.webkitTransformStyle = "preserve-3d", t.style.mozTransformStyle = "preserve-3d" } function BMEnterFrameEvent(t, e, r, i) { this.type = t, this.currentTime = e, this.totalTime = r, this.direction = i < 0 ? -1 : 1 } function BMCompleteEvent(t, e) { this.type = t, this.direction = e < 0 ? -1 : 1 } function BMCompleteLoopEvent(t, e, r, i) { this.type = t, this.currentLoop = r, this.totalLoops = e, this.direction = i < 0 ? -1 : 1 } function BMSegmentStartEvent(t, e, r) { this.type = t, this.firstFrame = e, this.totalFrames = r } function BMDestroyEvent(t, e) { this.type = t, this.target = e } function BMRenderFrameErrorEvent(t, e) { this.type = "renderFrameError", this.nativeError = t, this.currentTime = e } function BMConfigErrorEvent(t) { this.type = "configError", this.nativeError = t } function BMAnimationConfigErrorEvent(t, e) { this.type = t, this.nativeError = e } roundValues(!1); var createElementID = (F = 0, function () { return "__lottie_element_" + (F += 1) }), F; function HSVtoRGB(t, e, r) { var i, s, a, n, o, h, l, p; switch (h = r * (1 - e), l = r * (1 - (o = 6 * t - (n = Math.floor(6 * t))) * e), p = r * (1 - (1 - o) * e), n % 6) { case 0: i = r, s = p, a = h; break; case 1: i = l, s = r, a = h; break; case 2: i = h, s = r, a = p; break; case 3: i = h, s = l, a = r; break; case 4: i = p, s = h, a = r; break; case 5: i = r, s = h, a = l }return [i, s, a] } function RGBtoHSV(t, e, r) { var i, s = Math.max(t, e, r), a = Math.min(t, e, r), n = s - a, o = 0 === s ? 0 : n / s, h = s / 255; switch (s) { case a: i = 0; break; case t: i = e - r + n * (e < r ? 6 : 0), i /= 6 * n; break; case e: i = r - t + 2 * n, i /= 6 * n; break; case r: i = t - e + 4 * n, i /= 6 * n }return [i, o, h] } function addSaturationToRGB(t, e) { var r = RGBtoHSV(255 * t[0], 255 * t[1], 255 * t[2]); return r[1] += e, 1 < r[1] ? r[1] = 1 : r[1] <= 0 && (r[1] = 0), HSVtoRGB(r[0], r[1], r[2]) } function addBrightnessToRGB(t, e) { var r = RGBtoHSV(255 * t[0], 255 * t[1], 255 * t[2]); return r[2] += e, 1 < r[2] ? r[2] = 1 : r[2] < 0 && (r[2] = 0), HSVtoRGB(r[0], r[1], r[2]) } function addHueToRGB(t, e) { var r = RGBtoHSV(255 * t[0], 255 * t[1], 255 * t[2]); return r[0] += e / 360, 1 < r[0] ? r[0] -= 1 : r[0] < 0 && (r[0] += 1), HSVtoRGB(r[0], r[1], r[2]) } var rgbToHex = function () { var t, e, i = []; for (t = 0; t < 256; t += 1)e = t.toString(16), i[t] = 1 === e.length ? "0" + e : e; return function (t, e, r) { return t < 0 && (t = 0), e < 0 && (e = 0), r < 0 && (r = 0), "#" + i[t] + i[e] + i[r] } }(); function BaseEvent() { } BaseEvent.prototype = { triggerEvent: function (t, e) { if (this._cbs[t]) for (var r = this._cbs[t].length, i = 0; i < r; i += 1)this._cbs[t][i](e) }, addEventListener: function (t, e) { return this._cbs[t] || (this._cbs[t] = []), this._cbs[t].push(e), function () { this.removeEventListener(t, e) }.bind(this) }, removeEventListener: function (t, e) { if (e) { if (this._cbs[t]) { for (var r = 0, i = this._cbs[t].length; r < i;)this._cbs[t][r] === e && (this._cbs[t].splice(r, 1), r -= 1, i -= 1), r += 1; this._cbs[t].length || (this._cbs[t] = null) } } else this._cbs[t] = null } }; var createTypedArray = function () { function r(t, e) { var r, i = 0, s = []; switch (t) { case "int16": case "uint8c": r = 1; break; default: r = 1.1 }for (i = 0; i < e; i += 1)s.push(r); return s } return "function" == typeof Uint8ClampedArray && "function" == typeof Float32Array ? function (t, e) { return "float32" === t ? new Float32Array(e) : "int16" === t ? new Int16Array(e) : "uint8c" === t ? new Uint8ClampedArray(e) : r(t, e) } : r }(); function createSizedArray(t) { return Array.apply(null, { length: t }) } function createNS(t) { return document.createElementNS(svgNS, t) } function createTag(t) { return document.createElement(t) } function DynamicPropertyContainer() { } DynamicPropertyContainer.prototype = { addDynamicProperty: function (t) { -1 === this.dynamicProperties.indexOf(t) && (this.dynamicProperties.push(t), this.container.addDynamicProperty(this), this._isAnimated = !0) }, iterateDynamicProperties: function () { var t; this._mdf = !1; var e = this.dynamicProperties.length; for (t = 0; t < e; t += 1)this.dynamicProperties[t].getValue(), this.dynamicProperties[t]._mdf && (this._mdf = !0) }, initDynamicPropertyContainer: function (t) { this.container = t, this.dynamicProperties = [], this._mdf = !1, this._isAnimated = !1 } }; var getBlendMode = (Oa = { 0: "source-over", 1: "multiply", 2: "screen", 3: "overlay", 4: "darken", 5: "lighten", 6: "color-dodge", 7: "color-burn", 8: "hard-light", 9: "soft-light", 10: "difference", 11: "exclusion", 12: "hue", 13: "saturation", 14: "color", 15: "luminosity" }, function (t) { return Oa[t] || "" }), Oa, Matrix = function () { var s = Math.cos, a = Math.sin, n = Math.tan, i = Math.round; function t() { return this.props[0] = 1, this.props[1] = 0, this.props[2] = 0, this.props[3] = 0, this.props[4] = 0, this.props[5] = 1, this.props[6] = 0, this.props[7] = 0, this.props[8] = 0, this.props[9] = 0, this.props[10] = 1, this.props[11] = 0, this.props[12] = 0, this.props[13] = 0, this.props[14] = 0, this.props[15] = 1, this } function e(t) { if (0 === t) return this; var e = s(t), r = a(t); return this._t(e, -r, 0, 0, r, e, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) } function r(t) { if (0 === t) return this; var e = s(t), r = a(t); return this._t(1, 0, 0, 0, 0, e, -r, 0, 0, r, e, 0, 0, 0, 0, 1) } function o(t) { if (0 === t) return this; var e = s(t), r = a(t); return this._t(e, 0, r, 0, 0, 1, 0, 0, -r, 0, e, 0, 0, 0, 0, 1) } function h(t) { if (0 === t) return this; var e = s(t), r = a(t); return this._t(e, -r, 0, 0, r, e, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) } function l(t, e) { return this._t(1, e, t, 1, 0, 0) } function p(t, e) { return this.shear(n(t), n(e)) } function m(t, e) { var r = s(e), i = a(e); return this._t(r, i, 0, 0, -i, r, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)._t(1, 0, 0, 0, n(t), 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)._t(r, -i, 0, 0, i, r, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) } function f(t, e, r) { return r || 0 === r || (r = 1), 1 === t && 1 === e && 1 === r ? this : this._t(t, 0, 0, 0, 0, e, 0, 0, 0, 0, r, 0, 0, 0, 0, 1) } function c(t, e, r, i, s, a, n, o, h, l, p, m, f, c, d, u) { return this.props[0] = t, this.props[1] = e, this.props[2] = r, this.props[3] = i, this.props[4] = s, this.props[5] = a, this.props[6] = n, this.props[7] = o, this.props[8] = h, this.props[9] = l, this.props[10] = p, this.props[11] = m, this.props[12] = f, this.props[13] = c, this.props[14] = d, this.props[15] = u, this } function d(t, e, r) { return r = r || 0, 0 !== t || 0 !== e || 0 !== r ? this._t(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, t, e, r, 1) : this } function u(t, e, r, i, s, a, n, o, h, l, p, m, f, c, d, u) { var y = this.props; if (1 === t && 0 === e && 0 === r && 0 === i && 0 === s && 1 === a && 0 === n && 0 === o && 0 === h && 0 === l && 1 === p && 0 === m) return y[12] = y[12] * t + y[15] * f, y[13] = y[13] * a + y[15] * c, y[14] = y[14] * p + y[15] * d, y[15] *= u, this._identityCalculated = !1, this; var g = y[0], v = y[1], b = y[2], P = y[3], E = y[4], x = y[5], S = y[6], A = y[7], C = y[8], _ = y[9], T = y[10], k = y[11], D = y[12], M = y[13], F = y[14], w = y[15]; return y[0] = g * t + v * s + b * h + P * f, y[1] = g * e + v * a + b * l + P * c, y[2] = g * r + v * n + b * p + P * d, y[3] = g * i + v * o + b * m + P * u, y[4] = E * t + x * s + S * h + A * f, y[5] = E * e + x * a + S * l + A * c, y[6] = E * r + x * n + S * p + A * d, y[7] = E * i + x * o + S * m + A * u, y[8] = C * t + _ * s + T * h + k * f, y[9] = C * e + _ * a + T * l + k * c, y[10] = C * r + _ * n + T * p + k * d, y[11] = C * i + _ * o + T * m + k * u, y[12] = D * t + M * s + F * h + w * f, y[13] = D * e + M * a + F * l + w * c, y[14] = D * r + M * n + F * p + w * d, y[15] = D * i + M * o + F * m + w * u, this._identityCalculated = !1, this } function y() { return this._identityCalculated || (this._identity = !(1 !== this.props[0] || 0 !== this.props[1] || 0 !== this.props[2] || 0 !== this.props[3] || 0 !== this.props[4] || 1 !== this.props[5] || 0 !== this.props[6] || 0 !== this.props[7] || 0 !== this.props[8] || 0 !== this.props[9] || 1 !== this.props[10] || 0 !== this.props[11] || 0 !== this.props[12] || 0 !== this.props[13] || 0 !== this.props[14] || 1 !== this.props[15]), this._identityCalculated = !0), this._identity } function g(t) { for (var e = 0; e < 16;) { if (t.props[e] !== this.props[e]) return !1; e += 1 } return !0 } function v(t) { var e; for (e = 0; e < 16; e += 1)t.props[e] = this.props[e]; return t } function b(t) { var e; for (e = 0; e < 16; e += 1)this.props[e] = t[e] } function P(t, e, r) { return { x: t * this.props[0] + e * this.props[4] + r * this.props[8] + this.props[12], y: t * this.props[1] + e * this.props[5] + r * this.props[9] + this.props[13], z: t * this.props[2] + e * this.props[6] + r * this.props[10] + this.props[14] } } function E(t, e, r) { return t * this.props[0] + e * this.props[4] + r * this.props[8] + this.props[12] } function x(t, e, r) { return t * this.props[1] + e * this.props[5] + r * this.props[9] + this.props[13] } function S(t, e, r) { return t * this.props[2] + e * this.props[6] + r * this.props[10] + this.props[14] } function A() { var t = this.props[0] * this.props[5] - this.props[1] * this.props[4], e = this.props[5] / t, r = -this.props[1] / t, i = -this.props[4] / t, s = this.props[0] / t, a = (this.props[4] * this.props[13] - this.props[5] * this.props[12]) / t, n = -(this.props[0] * this.props[13] - this.props[1] * this.props[12]) / t, o = new Matrix; return o.props[0] = e, o.props[1] = r, o.props[4] = i, o.props[5] = s, o.props[12] = a, o.props[13] = n, o } function C(t) { return this.getInverseMatrix().applyToPointArray(t[0], t[1], t[2] || 0) } function _(t) { var e, r = t.length, i = []; for (e = 0; e < r; e += 1)i[e] = C(t[e]); return i } function T(t, e, r) { var i = createTypedArray("float32", 6); if (this.isIdentity()) i[0] = t[0], i[1] = t[1], i[2] = e[0], i[3] = e[1], i[4] = r[0], i[5] = r[1]; else { var s = this.props[0], a = this.props[1], n = this.props[4], o = this.props[5], h = this.props[12], l = this.props[13]; i[0] = t[0] * s + t[1] * n + h, i[1] = t[0] * a + t[1] * o + l, i[2] = e[0] * s + e[1] * n + h, i[3] = e[0] * a + e[1] * o + l, i[4] = r[0] * s + r[1] * n + h, i[5] = r[0] * a + r[1] * o + l } return i } function k(t, e, r) { return this.isIdentity() ? [t, e, r] : [t * this.props[0] + e * this.props[4] + r * this.props[8] + this.props[12], t * this.props[1] + e * this.props[5] + r * this.props[9] + this.props[13], t * this.props[2] + e * this.props[6] + r * this.props[10] + this.props[14]] } function D(t, e) { if (this.isIdentity()) return t + "," + e; var r = this.props; return Math.round(100 * (t * r[0] + e * r[4] + r[12])) / 100 + "," + Math.round(100 * (t * r[1] + e * r[5] + r[13])) / 100 } function M() { for (var t = 0, e = this.props, r = "matrix3d("; t < 16;)r += i(1e4 * e[t]) / 1e4, r += 15 === t ? ")" : ",", t += 1; return r } function F(t) { return t < 1e-6 && 0 < t || -1e-6 < t && t < 0 ? i(1e4 * t) / 1e4 : t } function w() { var t = this.props; return "matrix(" + F(t[0]) + "," + F(t[1]) + "," + F(t[4]) + "," + F(t[5]) + "," + F(t[12]) + "," + F(t[13]) + ")" } return function () { this.reset = t, this.rotate = e, this.rotateX = r, this.rotateY = o, this.rotateZ = h, this.skew = p, this.skewFromAxis = m, this.shear = l, this.scale = f, this.setTransform = c, this.translate = d, this.transform = u, this.applyToPoint = P, this.applyToX = E, this.applyToY = x, this.applyToZ = S, this.applyToPointArray = k, this.applyToTriplePoints = T, this.applyToPointStringified = D, this.toCSS = M, this.to2dCSS = w, this.clone = v, this.cloneFromProps = b, this.equals = g, this.inversePoints = _, this.inversePoint = C, this.getInverseMatrix = A, this._t = this.transform, this.isIdentity = y, this._identity = !0, this._identityCalculated = !1, this.props = createTypedArray("float32", 16), this.reset() } }(); !function (o, h) { var l, p = this, m = 256, f = 6, c = "random", d = h.pow(m, f), u = h.pow(2, 52), y = 2 * u, g = m - 1; function v(t) { var e, r = t.length, n = this, i = 0, s = n.i = n.j = 0, a = n.S = []; for (r || (t = [r++]); i < m;)a[i] = i++; for (i = 0; i < m; i++)a[i] = a[s = g & s + t[i % r] + (e = a[i])], a[s] = e; n.g = function (t) { for (var e, r = 0, i = n.i, s = n.j, a = n.S; t--;)e = a[i = g & i + 1], r = r * m + a[g & (a[i] = a[s = g & s + e]) + (a[s] = e)]; return n.i = i, n.j = s, r } } function b(t, e) { return e.i = t.i, e.j = t.j, e.S = t.S.slice(), e } function P(t, e) { for (var r, i = t + "", s = 0; s < i.length;)e[g & s] = g & (r ^= 19 * e[g & s]) + i.charCodeAt(s++); return E(e) } function E(t) { return String.fromCharCode.apply(0, t) } h["seed" + c] = function (t, e, r) { var i = [], s = P(function t(e, r) { var i, s = [], a = typeof e; if (r && "object" == a) for (i in e) try { s.push(t(e[i], r - 1)) } catch (t) { } return s.length ? s : "string" == a ? e : e + "\0" }((e = !0 === e ? { entropy: !0 } : e || {}).entropy ? [t, E(o)] : null === t ? function () { try { if (l) return E(l.randomBytes(m)); var t = new Uint8Array(m); return (p.crypto || p.msCrypto).getRandomValues(t), E(t) } catch (t) { var e = p.navigator, r = e && e.plugins; return [+new Date, p, r, p.screen, E(o)] } }() : t, 3), i), a = new v(i), n = function () { for (var t = a.g(f), e = d, r = 0; t < u;)t = (t + r) * m, e *= m, r = a.g(1); for (; y <= t;)t /= 2, e /= 2, r >>>= 1; return (t + r) / e }; return n.int32 = function () { return 0 | a.g(4) }, n.quick = function () { return a.g(4) / 4294967296 }, n.double = n, P(E(a.S), o), (e.pass || r || function (t, e, r, i) { return i && (i.S && b(i, a), t.state = function () { return b(a, {}) }), r ? (h[c] = t, e) : t })(n, s, "global" in e ? e.global : this == h, e.state) }, P(h.random(), o) }([], BMMath); var BezierFactory = function () { var t = { getBezierEasing: function (t, e, r, i, s) { var a = s || ("bez_" + t + "_" + e + "_" + r + "_" + i).replace(/\./g, "p"); if (o[a]) return o[a]; var n = new h([t, e, r, i]); return o[a] = n } }, o = {}; var l = 11, p = 1 / (l - 1), e = "function" == typeof Float32Array; function i(t, e) { return 1 - 3 * e + 3 * t } function s(t, e) { return 3 * e - 6 * t } function a(t) { return 3 * t } function m(t, e, r) { return ((i(e, r) * t + s(e, r)) * t + a(e)) * t } function f(t, e, r) { return 3 * i(e, r) * t * t + 2 * s(e, r) * t + a(e) } function h(t) { this._p = t, this._mSampleValues = e ? new Float32Array(l) : new Array(l), this._precomputed = !1, this.get = this.get.bind(this) } return h.prototype = { get: function (t) { var e = this._p[0], r = this._p[1], i = this._p[2], s = this._p[3]; return this._precomputed || this._precompute(), e === r && i === s ? t : 0 === t ? 0 : 1 === t ? 1 : m(this._getTForX(t), r, s) }, _precompute: function () { var t = this._p[0], e = this._p[1], r = this._p[2], i = this._p[3]; this._precomputed = !0, t === e && r === i || this._calcSampleValues() }, _calcSampleValues: function () { for (var t = this._p[0], e = this._p[2], r = 0; r < l; ++r)this._mSampleValues[r] = m(r * p, t, e) }, _getTForX: function (t) { for (var e = this._p[0], r = this._p[2], i = this._mSampleValues, s = 0, a = 1, n = l - 1; a !== n && i[a] <= t; ++a)s += p; var o = s + (t - i[--a]) / (i[a + 1] - i[a]) * p, h = f(o, e, r); return .001 <= h ? function (t, e, r, i) { for (var s = 0; s < 4; ++s) { var a = f(e, r, i); if (0 === a) return e; e -= (m(e, r, i) - t) / a } return e }(t, o, e, r) : 0 === h ? o : function (t, e, r, i, s) { for (var a, n, o = 0; 0 < (a = m(n = e + (r - e) / 2, i, s) - t) ? r = n : e = n, 1e-7 < Math.abs(a) && ++o < 10;); return n }(t, s, s + p, e, r) } }, t }(); function extendPrototype(t, e) { var r, i, s = t.length; for (r = 0; r < s; r += 1)for (var a in i = t[r].prototype) Object.prototype.hasOwnProperty.call(i, a) && (e.prototype[a] = i[a]) } function getDescriptor(t, e) { return Object.getOwnPropertyDescriptor(t, e) } function createProxyFunction(t) { function e() { } return e.prototype = t, e } function bezFunction() { var D = Math; function y(t, e, r, i, s, a) { var n = t * i + e * s + r * a - s * i - a * t - r * e; return -.001 < n && n < .001 } var p = function (t, e, r, i) { var s, a, n, o, h, l, p = defaultCurveSegments, m = 0, f = [], c = [], d = bezierLengthPool.newElement(); for (n = r.length, s = 0; s < p; s += 1) { for (h = s / (p - 1), a = l = 0; a < n; a += 1)o = bmPow(1 - h, 3) * t[a] + 3 * bmPow(1 - h, 2) * h * r[a] + 3 * (1 - h) * bmPow(h, 2) * i[a] + bmPow(h, 3) * e[a], f[a] = o, null !== c[a] && (l += bmPow(f[a] - c[a], 2)), c[a] = f[a]; l && (m += l = bmSqrt(l)), d.percents[s] = h, d.lengths[s] = m } return d.addedLength = m, d }; function g(t) { this.segmentLength = 0, this.points = new Array(t) } function v(t, e) { this.partialLength = t, this.point = e } var b, t = (b = {}, function (t, e, r, i) { var s = (t[0] + "_" + t[1] + "_" + e[0] + "_" + e[1] + "_" + r[0] + "_" + r[1] + "_" + i[0] + "_" + i[1]).replace(/\./g, "p"); if (!b[s]) { var a, n, o, h, l, p, m, f = defaultCurveSegments, c = 0, d = null; 2 === t.length && (t[0] !== e[0] || t[1] !== e[1]) && y(t[0], t[1], e[0], e[1], t[0] + r[0], t[1] + r[1]) && y(t[0], t[1], e[0], e[1], e[0] + i[0], e[1] + i[1]) && (f = 2); var u = new g(f); for (o = r.length, a = 0; a < f; a += 1) { for (m = createSizedArray(o), l = a / (f - 1), n = p = 0; n < o; n += 1)h = bmPow(1 - l, 3) * t[n] + 3 * bmPow(1 - l, 2) * l * (t[n] + r[n]) + 3 * (1 - l) * bmPow(l, 2) * (e[n] + i[n]) + bmPow(l, 3) * e[n], m[n] = h, null !== d && (p += bmPow(m[n] - d[n], 2)); c += p = bmSqrt(p), u.points[a] = new v(p, m), d = m } u.segmentLength = c, b[s] = u } return b[s] }); function M(t, e) { var r = e.percents, i = e.lengths, s = r.length, a = bmFloor((s - 1) * t), n = t * e.addedLength, o = 0; if (a === s - 1 || 0 === a || n === i[a]) return r[a]; for (var h = i[a] > n ? -1 : 1, l = !0; l;)if (i[a] <= n && i[a + 1] > n ? (o = (n - i[a]) / (i[a + 1] - i[a]), l = !1) : a += h, a < 0 || s - 1 <= a) { if (a === s - 1) return r[a]; l = !1 } return r[a] + (r[a + 1] - r[a]) * o } var F = createTypedArray("float32", 8); return { getSegmentsLength: function (t) { var e, r = segmentsLengthPool.newElement(), i = t.c, s = t.v, a = t.o, n = t.i, o = t._length, h = r.lengths, l = 0; for (e = 0; e < o - 1; e += 1)h[e] = p(s[e], s[e + 1], a[e], n[e + 1]), l += h[e].addedLength; return i && o && (h[e] = p(s[e], s[0], a[e], n[0]), l += h[e].addedLength), r.totalLength = l, r }, getNewSegment: function (t, e, r, i, s, a, n) { s < 0 ? s = 0 : 1 < s && (s = 1); var o, h = M(s, n), l = M(a = 1 < a ? 1 : a, n), p = t.length, m = 1 - h, f = 1 - l, c = m * m * m, d = h * m * m * 3, u = h * h * m * 3, y = h * h * h, g = m * m * f, v = h * m * f + m * h * f + m * m * l, b = h * h * f + m * h * l + h * m * l, P = h * h * l, E = m * f * f, x = h * f * f + m * l * f + m * f * l, S = h * l * f + m * l * l + h * f * l, A = h * l * l, C = f * f * f, _ = l * f * f + f * l * f + f * f * l, T = l * l * f + f * l * l + l * f * l, k = l * l * l; for (o = 0; o < p; o += 1)F[4 * o] = D.round(1e3 * (c * t[o] + d * r[o] + u * i[o] + y * e[o])) / 1e3, F[4 * o + 1] = D.round(1e3 * (g * t[o] + v * r[o] + b * i[o] + P * e[o])) / 1e3, F[4 * o + 2] = D.round(1e3 * (E * t[o] + x * r[o] + S * i[o] + A * e[o])) / 1e3, F[4 * o + 3] = D.round(1e3 * (C * t[o] + _ * r[o] + T * i[o] + k * e[o])) / 1e3; return F }, getPointInSegment: function (t, e, r, i, s, a) { var n = M(s, a), o = 1 - n; return [D.round(1e3 * (o * o * o * t[0] + (n * o * o + o * n * o + o * o * n) * r[0] + (n * n * o + o * n * n + n * o * n) * i[0] + n * n * n * e[0])) / 1e3, D.round(1e3 * (o * o * o * t[1] + (n * o * o + o * n * o + o * o * n) * r[1] + (n * n * o + o * n * n + n * o * n) * i[1] + n * n * n * e[1])) / 1e3] }, buildBezierData: t, pointOnLine2D: y, pointOnLine3D: function (t, e, r, i, s, a, n, o, h) { if (0 === r && 0 === a && 0 === h) return y(t, e, i, s, n, o); var l, p = D.sqrt(D.pow(i - t, 2) + D.pow(s - e, 2) + D.pow(a - r, 2)), m = D.sqrt(D.pow(n - t, 2) + D.pow(o - e, 2) + D.pow(h - r, 2)), f = D.sqrt(D.pow(n - i, 2) + D.pow(o - s, 2) + D.pow(h - a, 2)); return -1e-4 < (l = m < p ? f < p ? p - m - f : f - m - p : m < f ? f - m - p : m - p - f) && l < 1e-4 } } } !function () { for (var s = 0, t = ["ms", "moz", "webkit", "o"], e = 0; e < t.length && !window.requestAnimationFrame; ++e)window.requestAnimationFrame = window[t[e] + "RequestAnimationFrame"], window.cancelAnimationFrame = window[t[e] + "CancelAnimationFrame"] || window[t[e] + "CancelRequestAnimationFrame"]; window.requestAnimationFrame || (window.requestAnimationFrame = function (t) { var e = (new Date).getTime(), r = Math.max(0, 16 - (e - s)), i = setTimeout(function () { t(e + r) }, r); return s = e + r, i }), window.cancelAnimationFrame || (window.cancelAnimationFrame = function (t) { clearTimeout(t) }) }(); var bez = bezFunction(); function dataFunctionManager() { function m(t, e, r) { var i, s, a, n, o, h, l = t.length; for (s = 0; s < l; s += 1)if ("ks" in (i = t[s]) && !i.completed) { if (i.completed = !0, i.tt && (t[s - 1].td = i.tt), i.hasMask) { var p = i.masksProperties; for (n = p.length, a = 0; a < n; a += 1)if (p[a].pt.k.i) d(p[a].pt.k); else for (h = p[a].pt.k.length, o = 0; o < h; o += 1)p[a].pt.k[o].s && d(p[a].pt.k[o].s[0]), p[a].pt.k[o].e && d(p[a].pt.k[o].e[0]) } 0 === i.ty ? (i.layers = f(i.refId, e), m(i.layers, e, r)) : 4 === i.ty ? c(i.shapes) : 5 === i.ty && u(i) } } function f(t, e) { for (var r = 0, i = e.length; r < i;) { if (e[r].id === t) return e[r].layers.__used ? JSON.parse(JSON.stringify(e[r].layers)) : (e[r].layers.__used = !0, e[r].layers); r += 1 } return null } function c(t) { var e, r, i; for (e = t.length - 1; 0 <= e; e -= 1)if ("sh" === t[e].ty) if (t[e].ks.k.i) d(t[e].ks.k); else for (i = t[e].ks.k.length, r = 0; r < i; r += 1)t[e].ks.k[r].s && d(t[e].ks.k[r].s[0]), t[e].ks.k[r].e && d(t[e].ks.k[r].e[0]); else "gr" === t[e].ty && c(t[e].it) } function d(t) { var e, r = t.i.length; for (e = 0; e < r; e += 1)t.i[e][0] += t.v[e][0], t.i[e][1] += t.v[e][1], t.o[e][0] += t.v[e][0], t.o[e][1] += t.v[e][1] } function o(t, e) { var r = e ? e.split(".") : [100, 100, 100]; return t[0] > r[0] || !(r[0] > t[0]) && (t[1] > r[1] || !(r[1] > t[1]) && (t[2] > r[2] || !(r[2] > t[2]) && null)) } var h, r = function () { var i = [4, 4, 14]; function s(t) { var e, r, i, s = t.length; for (e = 0; e < s; e += 1)5 === t[e].ty && (r = t[e], void 0, i = r.t.d, r.t.d = { k: [{ s: i, t: 0 }] }) } return function (t) { if (o(i, t.v) && (s(t.layers), t.assets)) { var e, r = t.assets.length; for (e = 0; e < r; e += 1)t.assets[e].layers && s(t.assets[e].layers) } } }(), i = (h = [4, 7, 99], function (t) { if (t.chars && !o(h, t.v)) { var e, r, i, s, a, n = t.chars.length; for (e = 0; e < n; e += 1)if (t.chars[e].data && t.chars[e].data.shapes) for (i = (a = t.chars[e].data.shapes[0].it).length, r = 0; r < i; r += 1)(s = a[r].ks.k).__converted || (d(a[r].ks.k), s.__converted = !0) } }), s = function () { var i = [4, 1, 9]; function a(t) { var e, r, i, s = t.length; for (e = 0; e < s; e += 1)if ("gr" === t[e].ty) a(t[e].it); else if ("fl" === t[e].ty || "st" === t[e].ty) if (t[e].c.k && t[e].c.k[0].i) for (i = t[e].c.k.length, r = 0; r < i; r += 1)t[e].c.k[r].s && (t[e].c.k[r].s[0] /= 255, t[e].c.k[r].s[1] /= 255, t[e].c.k[r].s[2] /= 255, t[e].c.k[r].s[3] /= 255), t[e].c.k[r].e && (t[e].c.k[r].e[0] /= 255, t[e].c.k[r].e[1] /= 255, t[e].c.k[r].e[2] /= 255, t[e].c.k[r].e[3] /= 255); else t[e].c.k[0] /= 255, t[e].c.k[1] /= 255, t[e].c.k[2] /= 255, t[e].c.k[3] /= 255 } function s(t) { var e, r = t.length; for (e = 0; e < r; e += 1)4 === t[e].ty && a(t[e].shapes) } return function (t) { if (o(i, t.v) && (s(t.layers), t.assets)) { var e, r = t.assets.length; for (e = 0; e < r; e += 1)t.assets[e].layers && s(t.assets[e].layers) } } }(), a = function () { var i = [4, 4, 18]; function l(t) { var e, r, i; for (e = t.length - 1; 0 <= e; e -= 1)if ("sh" === t[e].ty) if (t[e].ks.k.i) t[e].ks.k.c = t[e].closed; else for (i = t[e].ks.k.length, r = 0; r < i; r += 1)t[e].ks.k[r].s && (t[e].ks.k[r].s[0].c = t[e].closed), t[e].ks.k[r].e && (t[e].ks.k[r].e[0].c = t[e].closed); else "gr" === t[e].ty && l(t[e].it) } function s(t) { var e, r, i, s, a, n, o = t.length; for (r = 0; r < o; r += 1) { if ((e = t[r]).hasMask) { var h = e.masksProperties; for (s = h.length, i = 0; i < s; i += 1)if (h[i].pt.k.i) h[i].pt.k.c = h[i].cl; else for (n = h[i].pt.k.length, a = 0; a < n; a += 1)h[i].pt.k[a].s && (h[i].pt.k[a].s[0].c = h[i].cl), h[i].pt.k[a].e && (h[i].pt.k[a].e[0].c = h[i].cl) } 4 === e.ty && l(e.shapes) } } return function (t) { if (o(i, t.v) && (s(t.layers), t.assets)) { var e, r = t.assets.length; for (e = 0; e < r; e += 1)t.assets[e].layers && s(t.assets[e].layers) } } }(); function u(t) { 0 !== t.t.a.length || "m" in t.t.p || (t.singleShape = !0) } var t = { completeData: function (t, e) { t.__complete || (s(t), r(t), i(t), a(t), m(t.layers, t.assets, e), t.__complete = !0) } }; return t.checkColors = s, t.checkChars = i, t.checkShapes = a, t.completeLayers = m, t } var dataManager = dataFunctionManager(); function getFontProperties(t) { for (var e = t.fStyle ? t.fStyle.split(" ") : [], r = "normal", i = "normal", s = e.length, a = 0; a < s; a += 1)switch (e[a].toLowerCase()) { case "italic": i = "italic"; break; case "bold": r = "700"; break; case "black": r = "900"; break; case "medium": r = "500"; break; case "regular": case "normal": r = "400"; break; case "light": case "thin": r = "200" }return { style: i, weight: t.fWeight || r } } var FontManager = function () { var a = { w: 0, size: 0, shapes: [] }, t = []; function f(t, e) { var r = createTag("span"); r.setAttribute("aria-hidden", !0), r.style.fontFamily = e; var i = createTag("span"); i.innerText = "giItT1WQy@!-/#", r.style.position = "absolute", r.style.left = "-10000px", r.style.top = "-10000px", r.style.fontSize = "300px", r.style.fontVariant = "normal", r.style.fontStyle = "normal", r.style.fontWeight = "normal", r.style.letterSpacing = "0", r.appendChild(i), document.body.appendChild(r); var s = i.offsetWidth; return i.style.fontFamily = function (t) { var e, r = t.split(","), i = r.length, s = []; for (e = 0; e < i; e += 1)"sans-serif" !== r[e] && "monospace" !== r[e] && s.push(r[e]); return s.join(",") }(t) + ", " + e, { node: i, w: s, parent: r } } function c(t, e) { var r = createNS("text"); r.style.fontSize = "100px"; var i = getFontProperties(e); return r.setAttribute("font-family", e.fFamily), r.setAttribute("font-style", i.style), r.setAttribute("font-weight", i.weight), r.textContent = "1", e.fClass ? (r.style.fontFamily = "inherit", r.setAttribute("class", e.fClass)) : r.style.fontFamily = e.fFamily, t.appendChild(r), createTag("canvas").getContext("2d").font = e.fWeight + " " + e.fStyle + " 100px " + e.fFamily, r } t = t.concat([2304, 2305, 2306, 2307, 2362, 2363, 2364, 2364, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2387, 2388, 2389, 2390, 2391, 2402, 2403]); var e = function () { this.fonts = [], this.chars = null, this.typekitLoaded = 0, this.isLoaded = !1, this._warned = !1, this.initTime = Date.now(), this.setIsLoadedBinded = this.setIsLoaded.bind(this), this.checkLoadedFontsBinded = this.checkLoadedFonts.bind(this) }; return e.getCombinedCharacterCodes = function () { return t }, e.prototype = { addChars: function (t) { if (t) { var e; this.chars || (this.chars = []); var r, i, s = t.length, a = this.chars.length; for (e = 0; e < s; e += 1) { for (r = 0, i = !1; r < a;)this.chars[r].style === t[e].style && this.chars[r].fFamily === t[e].fFamily && this.chars[r].ch === t[e].ch && (i = !0), r += 1; i || (this.chars.push(t[e]), a += 1) } } }, addFonts: function (t, e) { if (t) { if (this.chars) return this.isLoaded = !0, void (this.fonts = t.list); var r, i = t.list, s = i.length, a = s; for (r = 0; r < s; r += 1) { var n, o, h = !0; if (i[r].loaded = !1, i[r].monoCase = f(i[r].fFamily, "monospace"), i[r].sansCase = f(i[r].fFamily, "sans-serif"), i[r].fPath) { if ("p" === i[r].fOrigin || 3 === i[r].origin) { if (0 < (n = document.querySelectorAll('style[f-forigin="p"][f-family="' + i[r].fFamily + '"], style[f-origin="3"][f-family="' + i[r].fFamily + '"]')).length && (h = !1), h) { var l = createTag("style"); l.setAttribute("f-forigin", i[r].fOrigin), l.setAttribute("f-origin", i[r].origin), l.setAttribute("f-family", i[r].fFamily), l.type = "text/css", l.innerText = "@font-face {font-family: " + i[r].fFamily + "; font-style: normal; src: url('" + i[r].fPath + "');}", e.appendChild(l) } } else if ("g" === i[r].fOrigin || 1 === i[r].origin) { for (n = document.querySelectorAll('link[f-forigin="g"], link[f-origin="1"]'), o = 0; o < n.length; o += 1)-1 !== n[o].href.indexOf(i[r].fPath) && (h = !1); if (h) { var p = createTag("link"); p.setAttribute("f-forigin", i[r].fOrigin), p.setAttribute("f-origin", i[r].origin), p.type = "text/css", p.rel = "stylesheet", p.href = i[r].fPath, document.body.appendChild(p) } } else if ("t" === i[r].fOrigin || 2 === i[r].origin) { for (n = document.querySelectorAll('script[f-forigin="t"], script[f-origin="2"]'), o = 0; o < n.length; o += 1)i[r].fPath === n[o].src && (h = !1); if (h) { var m = createTag("link"); m.setAttribute("f-forigin", i[r].fOrigin), m.setAttribute("f-origin", i[r].origin), m.setAttribute("rel", "stylesheet"), m.setAttribute("href", i[r].fPath), e.appendChild(m) } } } else i[r].loaded = !0, a -= 1; i[r].helper = c(e, i[r]), i[r].cache = {}, this.fonts.push(i[r]) } 0 === a ? this.isLoaded = !0 : setTimeout(this.checkLoadedFonts.bind(this), 100) } else this.isLoaded = !0 }, getCharData: function (t, e, r) { for (var i = 0, s = this.chars.length; i < s;) { if (this.chars[i].ch === t && this.chars[i].style === e && this.chars[i].fFamily === r) return this.chars[i]; i += 1 } return ("string" == typeof t && 13 !== t.charCodeAt(0) || !t) && console && console.warn && !this._warned && (this._warned = !0, console.warn("Missing character from exported characters list: ", t, e, r)), a }, getFontByName: function (t) { for (var e = 0, r = this.fonts.length; e < r;) { if (this.fonts[e].fName === t) return this.fonts[e]; e += 1 } return this.fonts[0] }, measureText: function (t, e, r) { var i = this.getFontByName(e), s = t.charCodeAt(0); if (!i.cache[s + 1]) { var a = i.helper; if (" " === t) { a.textContent = "|" + t + "|"; var n = a.getComputedTextLength(); a.textContent = "||"; var o = a.getComputedTextLength(); i.cache[s + 1] = (n - o) / 100 } else a.textContent = t, i.cache[s + 1] = a.getComputedTextLength() / 100 } return i.cache[s + 1] * r }, checkLoadedFonts: function () { var t, e, r, i = this.fonts.length, s = i; for (t = 0; t < i; t += 1)this.fonts[t].loaded ? s -= 1 : "n" === this.fonts[t].fOrigin || 0 === this.fonts[t].origin ? this.fonts[t].loaded = !0 : (e = this.fonts[t].monoCase.node, r = this.fonts[t].monoCase.w, e.offsetWidth !== r ? (s -= 1, this.fonts[t].loaded = !0) : (e = this.fonts[t].sansCase.node, r = this.fonts[t].sansCase.w, e.offsetWidth !== r && (s -= 1, this.fonts[t].loaded = !0)), this.fonts[t].loaded && (this.fonts[t].sansCase.parent.parentNode.removeChild(this.fonts[t].sansCase.parent), this.fonts[t].monoCase.parent.parentNode.removeChild(this.fonts[t].monoCase.parent))); 0 !== s && Date.now() - this.initTime < 5e3 ? setTimeout(this.checkLoadedFontsBinded, 20) : setTimeout(this.setIsLoadedBinded, 10) }, setIsLoaded: function () { this.isLoaded = !0 } }, e }(), PropertyFactory = function () { var m = initialDefaultFrame, s = Math.abs; function f(t, e) { var r, i = this.offsetTime; "multidimensional" === this.propType && (r = createTypedArray("float32", this.pv.length)); for (var s, a, n, o, h, l, p, m, f = e.lastIndex, c = f, d = this.keyframes.length - 1, u = !0; u;) { if (s = this.keyframes[c], a = this.keyframes[c + 1], c === d - 1 && t >= a.t - i) { s.h && (s = a), f = 0; break } if (a.t - i > t) { f = c; break } c < d - 1 ? c += 1 : (f = 0, u = !1) } var y, g, v, b, P, E, x, S, A, C, _ = a.t - i, T = s.t - i; if (s.to) { s.bezierData || (s.bezierData = bez.buildBezierData(s.s, a.s || s.e, s.to, s.ti)); var k = s.bezierData; if (_ <= t || t < T) { var D = _ <= t ? k.points.length - 1 : 0; for (o = k.points[D].point.length, n = 0; n < o; n += 1)r[n] = k.points[D].point[n] } else { s.__fnct ? m = s.__fnct : (m = BezierFactory.getBezierEasing(s.o.x, s.o.y, s.i.x, s.i.y, s.n).get, s.__fnct = m), h = m((t - T) / (_ - T)); var M, F = k.segmentLength * h, w = e.lastFrame < t && e._lastKeyframeIndex === c ? e._lastAddedLength : 0; for (p = e.lastFrame < t && e._lastKeyframeIndex === c ? e._lastPoint : 0, u = !0, l = k.points.length; u;) { if (w += k.points[p].partialLength, 0 === F || 0 === h || p === k.points.length - 1) { for (o = k.points[p].point.length, n = 0; n < o; n += 1)r[n] = k.points[p].point[n]; break } if (w <= F && F < w + k.points[p + 1].partialLength) { for (M = (F - w) / k.points[p + 1].partialLength, o = k.points[p].point.length, n = 0; n < o; n += 1)r[n] = k.points[p].point[n] + (k.points[p + 1].point[n] - k.points[p].point[n]) * M; break } p < l - 1 ? p += 1 : u = !1 } e._lastPoint = p, e._lastAddedLength = w - k.points[p].partialLength, e._lastKeyframeIndex = c } } else { var I, V, B, R, L; if (d = s.s.length, y = a.s || s.e, this.sh && 1 !== s.h) if (_ <= t) r[0] = y[0], r[1] = y[1], r[2] = y[2]; else if (t <= T) r[0] = s.s[0], r[1] = s.s[1], r[2] = s.s[2]; else { var G = N(s.s), z = N(y); g = r, v = function (t, e, r) { var i, s, a, n, o, h = [], l = t[0], p = t[1], m = t[2], f = t[3], c = e[0], d = e[1], u = e[2], y = e[3]; (s = l * c + p * d + m * u + f * y) < 0 && (s = -s, c = -c, d = -d, u = -u, y = -y); o = 1e-6 < 1 - s ? (i = Math.acos(s), a = Math.sin(i), n = Math.sin((1 - r) * i) / a, Math.sin(r * i) / a) : (n = 1 - r, r); return h[0] = n * l + o * c, h[1] = n * p + o * d, h[2] = n * m + o * u, h[3] = n * f + o * y, h }(G, z, (t - T) / (_ - T)), b = v[0], P = v[1], E = v[2], x = v[3], S = Math.atan2(2 * P * x - 2 * b * E, 1 - 2 * P * P - 2 * E * E), A = Math.asin(2 * b * P + 2 * E * x), C = Math.atan2(2 * b * x - 2 * P * E, 1 - 2 * b * b - 2 * E * E), g[0] = S / degToRads, g[1] = A / degToRads, g[2] = C / degToRads } else for (c = 0; c < d; c += 1)1 !== s.h && (h = _ <= t ? 1 : t < T ? 0 : (s.o.x.constructor === Array ? (s.__fnct || (s.__fnct = []), s.__fnct[c] ? m = s.__fnct[c] : (I = void 0 === s.o.x[c] ? s.o.x[0] : s.o.x[c], V = void 0 === s.o.y[c] ? s.o.y[0] : s.o.y[c], B = void 0 === s.i.x[c] ? s.i.x[0] : s.i.x[c], R = void 0 === s.i.y[c] ? s.i.y[0] : s.i.y[c], m = BezierFactory.getBezierEasing(I, V, B, R).get, s.__fnct[c] = m)) : s.__fnct ? m = s.__fnct : (I = s.o.x, V = s.o.y, B = s.i.x, R = s.i.y, m = BezierFactory.getBezierEasing(I, V, B, R).get, s.__fnct = m), m((t - T) / (_ - T)))), y = a.s || s.e, L = 1 === s.h ? s.s[c] : s.s[c] + (y[c] - s.s[c]) * h, "multidimensional" === this.propType ? r[c] = L : r = L } return e.lastIndex = f, r } function N(t) { var e = t[0] * degToRads, r = t[1] * degToRads, i = t[2] * degToRads, s = Math.cos(e / 2), a = Math.cos(r / 2), n = Math.cos(i / 2), o = Math.sin(e / 2), h = Math.sin(r / 2), l = Math.sin(i / 2); return [o * h * n + s * a * l, o * a * n + s * h * l, s * h * n - o * a * l, s * a * n - o * h * l] } function c() { var t = this.comp.renderedFrame - this.offsetTime, e = this.keyframes[0].t - this.offsetTime, r = this.keyframes[this.keyframes.length - 1].t - this.offsetTime; if (!(t === this._caching.lastFrame || this._caching.lastFrame !== m && (this._caching.lastFrame >= r && r <= t || this._caching.lastFrame < e && t < e))) { this._caching.lastFrame >= t && (this._caching._lastKeyframeIndex = -1, this._caching.lastIndex = 0); var i = this.interpolateValue(t, this._caching); this.pv = i } return this._caching.lastFrame = t, this.pv } function d(t) { var e; if ("unidimensional" === this.propType) e = t * this.mult, 1e-5 < s(this.v - e) && (this.v = e, this._mdf = !0); else for (var r = 0, i = this.v.length; r < i;)e = t[r] * this.mult, 1e-5 < s(this.v[r] - e) && (this.v[r] = e, this._mdf = !0), r += 1 } function u() { if (this.elem.globalData.frameId !== this.frameId && this.effectsSequence.length) if (this.lock) this.setVValue(this.pv); else { var t; this.lock = !0, this._mdf = this._isFirstFrame; var e = this.effectsSequence.length, r = this.kf ? this.pv : this.data.k; for (t = 0; t < e; t += 1)r = this.effectsSequence[t](r); this.setVValue(r), this._isFirstFrame = !1, this.lock = !1, this.frameId = this.elem.globalData.frameId } } function y(t) { this.effectsSequence.push(t), this.container.addDynamicProperty(this) } function n(t, e, r, i) { this.propType = "unidimensional", this.mult = r || 1, this.data = e, this.v = r ? e.k * r : e.k, this.pv = e.k, this._mdf = !1, this.elem = t, this.container = i, this.comp = t.comp, this.k = !1, this.kf = !1, this.vel = 0, this.effectsSequence = [], this._isFirstFrame = !0, this.getValue = u, this.setVValue = d, this.addEffect = y } function o(t, e, r, i) { var s; this.propType = "multidimensional", this.mult = r || 1, this.data = e, this._mdf = !1, this.elem = t, this.container = i, this.comp = t.comp, this.k = !1, this.kf = !1, this.frameId = -1; var a = e.k.length; for (this.v = createTypedArray("float32", a), this.pv = createTypedArray("float32", a), this.vel = createTypedArray("float32", a), s = 0; s < a; s += 1)this.v[s] = e.k[s] * this.mult, this.pv[s] = e.k[s]; this._isFirstFrame = !0, this.effectsSequence = [], this.getValue = u, this.setVValue = d, this.addEffect = y } function h(t, e, r, i) { this.propType = "unidimensional", this.keyframes = e.k, this.offsetTime = t.data.st, this.frameId = -1, this._caching = { lastFrame: m, lastIndex: 0, value: 0, _lastKeyframeIndex: -1 }, this.k = !0, this.kf = !0, this.data = e, this.mult = r || 1, this.elem = t, this.container = i, this.comp = t.comp, this.v = m, this.pv = m, this._isFirstFrame = !0, this.getValue = u, this.setVValue = d, this.interpolateValue = f, this.effectsSequence = [c.bind(this)], this.addEffect = y } function l(t, e, r, i) { var s; this.propType = "multidimensional"; var a, n, o, h, l = e.k.length; for (s = 0; s < l - 1; s += 1)e.k[s].to && e.k[s].s && e.k[s + 1] && e.k[s + 1].s && (a = e.k[s].s, n = e.k[s + 1].s, o = e.k[s].to, h = e.k[s].ti, (2 === a.length && (a[0] !== n[0] || a[1] !== n[1]) && bez.pointOnLine2D(a[0], a[1], n[0], n[1], a[0] + o[0], a[1] + o[1]) && bez.pointOnLine2D(a[0], a[1], n[0], n[1], n[0] + h[0], n[1] + h[1]) || 3 === a.length && (a[0] !== n[0] || a[1] !== n[1] || a[2] !== n[2]) && bez.pointOnLine3D(a[0], a[1], a[2], n[0], n[1], n[2], a[0] + o[0], a[1] + o[1], a[2] + o[2]) && bez.pointOnLine3D(a[0], a[1], a[2], n[0], n[1], n[2], n[0] + h[0], n[1] + h[1], n[2] + h[2])) && (e.k[s].to = null, e.k[s].ti = null), a[0] === n[0] && a[1] === n[1] && 0 === o[0] && 0 === o[1] && 0 === h[0] && 0 === h[1] && (2 === a.length || a[2] === n[2] && 0 === o[2] && 0 === h[2]) && (e.k[s].to = null, e.k[s].ti = null)); this.effectsSequence = [c.bind(this)], this.data = e, this.keyframes = e.k, this.offsetTime = t.data.st, this.k = !0, this.kf = !0, this._isFirstFrame = !0, this.mult = r || 1, this.elem = t, this.container = i, this.comp = t.comp, this.getValue = u, this.setVValue = d, this.interpolateValue = f, this.frameId = -1; var p = e.k[0].s.length; for (this.v = createTypedArray("float32", p), this.pv = createTypedArray("float32", p), s = 0; s < p; s += 1)this.v[s] = m, this.pv[s] = m; this._caching = { lastFrame: m, lastIndex: 0, value: createTypedArray("float32", p) }, this.addEffect = y } return { getProp: function (t, e, r, i, s) { var a; if (e.k.length) if ("number" == typeof e.k[0]) a = new o(t, e, i, s); else switch (r) { case 0: a = new h(t, e, i, s); break; case 1: a = new l(t, e, i, s) } else a = new n(t, e, i, s); return a.effectsSequence.length && s.addDynamicProperty(a), a } } }(), TransformPropertyFactory = function () { var n = [0, 0]; function i(t, e, r) { if (this.elem = t, this.frameId = -1, this.propType = "transform", this.data = e, this.v = new Matrix, this.pre = new Matrix, this.appliedTransformations = 0, this.initDynamicPropertyContainer(r || t), e.p && e.p.s ? (this.px = PropertyFactory.getProp(t, e.p.x, 0, 0, this), this.py = PropertyFactory.getProp(t, e.p.y, 0, 0, this), e.p.z && (this.pz = PropertyFactory.getProp(t, e.p.z, 0, 0, this))) : this.p = PropertyFactory.getProp(t, e.p || { k: [0, 0, 0] }, 1, 0, this), e.rx) { if (this.rx = PropertyFactory.getProp(t, e.rx, 0, degToRads, this), this.ry = PropertyFactory.getProp(t, e.ry, 0, degToRads, this), this.rz = PropertyFactory.getProp(t, e.rz, 0, degToRads, this), e.or.k[0].ti) { var i, s = e.or.k.length; for (i = 0; i < s; i += 1)e.or.k[i].to = null, e.or.k[i].ti = null } this.or = PropertyFactory.getProp(t, e.or, 1, degToRads, this), this.or.sh = !0 } else this.r = PropertyFactory.getProp(t, e.r || { k: 0 }, 0, degToRads, this); e.sk && (this.sk = PropertyFactory.getProp(t, e.sk, 0, degToRads, this), this.sa = PropertyFactory.getProp(t, e.sa, 0, degToRads, this)), this.a = PropertyFactory.getProp(t, e.a || { k: [0, 0, 0] }, 1, 0, this), this.s = PropertyFactory.getProp(t, e.s || { k: [100, 100, 100] }, 1, .01, this), e.o ? this.o = PropertyFactory.getProp(t, e.o, 0, .01, t) : this.o = { _mdf: !1, v: 1 }, this._isDirty = !0, this.dynamicProperties.length || this.getValue(!0) } return i.prototype = { applyToMatrix: function (t) { var e = this._mdf; this.iterateDynamicProperties(), this._mdf = this._mdf || e, this.a && t.translate(-this.a.v[0], -this.a.v[1], this.a.v[2]), this.s && t.scale(this.s.v[0], this.s.v[1], this.s.v[2]), this.sk && t.skewFromAxis(-this.sk.v, this.sa.v), this.r ? t.rotate(-this.r.v) : t.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]), this.data.p.s ? this.data.p.z ? t.translate(this.px.v, this.py.v, -this.pz.v) : t.translate(this.px.v, this.py.v, 0) : t.translate(this.p.v[0], this.p.v[1], -this.p.v[2]) }, getValue: function (t) { if (this.elem.globalData.frameId !== this.frameId) { if (this._isDirty && (this.precalculateMatrix(), this._isDirty = !1), this.iterateDynamicProperties(), this._mdf || t) { var e; if (this.v.cloneFromProps(this.pre.props), this.appliedTransformations < 1 && this.v.translate(-this.a.v[0], -this.a.v[1], this.a.v[2]), this.appliedTransformations < 2 && this.v.scale(this.s.v[0], this.s.v[1], this.s.v[2]), this.sk && this.appliedTransformations < 3 && this.v.skewFromAxis(-this.sk.v, this.sa.v), this.r && this.appliedTransformations < 4 ? this.v.rotate(-this.r.v) : !this.r && this.appliedTransformations < 4 && this.v.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]), this.autoOriented) { var r, i; if (e = this.elem.globalData.frameRate, this.p && this.p.keyframes && this.p.getValueAtTime) i = this.p._caching.lastFrame + this.p.offsetTime <= this.p.keyframes[0].t ? (r = this.p.getValueAtTime((this.p.keyframes[0].t + .01) / e, 0), this.p.getValueAtTime(this.p.keyframes[0].t / e, 0)) : this.p._caching.lastFrame + this.p.offsetTime >= this.p.keyframes[this.p.keyframes.length - 1].t ? (r = this.p.getValueAtTime(this.p.keyframes[this.p.keyframes.length - 1].t / e, 0), this.p.getValueAtTime((this.p.keyframes[this.p.keyframes.length - 1].t - .05) / e, 0)) : (r = this.p.pv, this.p.getValueAtTime((this.p._caching.lastFrame + this.p.offsetTime - .01) / e, this.p.offsetTime)); else if (this.px && this.px.keyframes && this.py.keyframes && this.px.getValueAtTime && this.py.getValueAtTime) { r = [], i = []; var s = this.px, a = this.py; s._caching.lastFrame + s.offsetTime <= s.keyframes[0].t ? (r[0] = s.getValueAtTime((s.keyframes[0].t + .01) / e, 0), r[1] = a.getValueAtTime((a.keyframes[0].t + .01) / e, 0), i[0] = s.getValueAtTime(s.keyframes[0].t / e, 0), i[1] = a.getValueAtTime(a.keyframes[0].t / e, 0)) : s._caching.lastFrame + s.offsetTime >= s.keyframes[s.keyframes.length - 1].t ? (r[0] = s.getValueAtTime(s.keyframes[s.keyframes.length - 1].t / e, 0), r[1] = a.getValueAtTime(a.keyframes[a.keyframes.length - 1].t / e, 0), i[0] = s.getValueAtTime((s.keyframes[s.keyframes.length - 1].t - .01) / e, 0), i[1] = a.getValueAtTime((a.keyframes[a.keyframes.length - 1].t - .01) / e, 0)) : (r = [s.pv, a.pv], i[0] = s.getValueAtTime((s._caching.lastFrame + s.offsetTime - .01) / e, s.offsetTime), i[1] = a.getValueAtTime((a._caching.lastFrame + a.offsetTime - .01) / e, a.offsetTime)) } else r = i = n; this.v.rotate(-Math.atan2(r[1] - i[1], r[0] - i[0])) } this.data.p && this.data.p.s ? this.data.p.z ? this.v.translate(this.px.v, this.py.v, -this.pz.v) : this.v.translate(this.px.v, this.py.v, 0) : this.v.translate(this.p.v[0], this.p.v[1], -this.p.v[2]) } this.frameId = this.elem.globalData.frameId } }, precalculateMatrix: function () { if (!this.a.k && (this.pre.translate(-this.a.v[0], -this.a.v[1], this.a.v[2]), this.appliedTransformations = 1, !this.s.effectsSequence.length)) { if (this.pre.scale(this.s.v[0], this.s.v[1], this.s.v[2]), this.appliedTransformations = 2, this.sk) { if (this.sk.effectsSequence.length || this.sa.effectsSequence.length) return; this.pre.skewFromAxis(-this.sk.v, this.sa.v), this.appliedTransformations = 3 } this.r ? this.r.effectsSequence.length || (this.pre.rotate(-this.r.v), this.appliedTransformations = 4) : this.rz.effectsSequence.length || this.ry.effectsSequence.length || this.rx.effectsSequence.length || this.or.effectsSequence.length || (this.pre.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]), this.appliedTransformations = 4) } }, autoOrient: function () { } }, extendPrototype([DynamicPropertyContainer], i), i.prototype.addDynamicProperty = function (t) { this._addDynamicProperty(t), this.elem.addDynamicProperty(t), this._isDirty = !0 }, i.prototype._addDynamicProperty = DynamicPropertyContainer.prototype.addDynamicProperty, { getTransformProperty: function (t, e, r) { return new i(t, e, r) } } }(); function ShapePath() { this.c = !1, this._length = 0, this._maxLength = 8, this.v = createSizedArray(this._maxLength), this.o = createSizedArray(this._maxLength), this.i = createSizedArray(this._maxLength) } ShapePath.prototype.setPathData = function (t, e) { this.c = t, this.setLength(e); for (var r = 0; r < e;)this.v[r] = pointPool.newElement(), this.o[r] = pointPool.newElement(), this.i[r] = pointPool.newElement(), r += 1 }, ShapePath.prototype.setLength = function (t) { for (; this._maxLength < t;)this.doubleArrayLength(); this._length = t }, ShapePath.prototype.doubleArrayLength = function () { this.v = this.v.concat(createSizedArray(this._maxLength)), this.i = this.i.concat(createSizedArray(this._maxLength)), this.o = this.o.concat(createSizedArray(this._maxLength)), this._maxLength *= 2 }, ShapePath.prototype.setXYAt = function (t, e, r, i, s) { var a; switch (this._length = Math.max(this._length, i + 1), this._length >= this._maxLength && this.doubleArrayLength(), r) { case "v": a = this.v; break; case "i": a = this.i; break; case "o": a = this.o; break; default: a = [] }(!a[i] || a[i] && !s) && (a[i] = pointPool.newElement()), a[i][0] = t, a[i][1] = e }, ShapePath.prototype.setTripleAt = function (t, e, r, i, s, a, n, o) { this.setXYAt(t, e, "v", n, o), this.setXYAt(r, i, "o", n, o), this.setXYAt(s, a, "i", n, o) }, ShapePath.prototype.reverse = function () { var t = new ShapePath; t.setPathData(this.c, this._length); var e = this.v, r = this.o, i = this.i, s = 0; this.c && (t.setTripleAt(e[0][0], e[0][1], i[0][0], i[0][1], r[0][0], r[0][1], 0, !1), s = 1); var a, n = this._length - 1, o = this._length; for (a = s; a < o; a += 1)t.setTripleAt(e[n][0], e[n][1], i[n][0], i[n][1], r[n][0], r[n][1], a, !1), n -= 1; return t }; var ShapePropertyFactory = function () { var s = -999999; function t(t, e, r) { var i, s, a, n, o, h, l, p, m, f = r.lastIndex, c = this.keyframes; if (t < c[0].t - this.offsetTime) i = c[0].s[0], a = !0, f = 0; else if (t >= c[c.length - 1].t - this.offsetTime) i = c[c.length - 1].s ? c[c.length - 1].s[0] : c[c.length - 2].e[0], a = !0; else { for (var d, u, y = f, g = c.length - 1, v = !0; v && (d = c[y], !((u = c[y + 1]).t - this.offsetTime > t));)y < g - 1 ? y += 1 : v = !1; if (f = y, !(a = 1 === d.h)) { if (t >= u.t - this.offsetTime) p = 1; else if (t < d.t - this.offsetTime) p = 0; else { var b; d.__fnct ? b = d.__fnct : (b = BezierFactory.getBezierEasing(d.o.x, d.o.y, d.i.x, d.i.y).get, d.__fnct = b), p = b((t - (d.t - this.offsetTime)) / (u.t - this.offsetTime - (d.t - this.offsetTime))) } s = u.s ? u.s[0] : d.e[0] } i = d.s[0] } for (h = e._length, l = i.i[0].length, r.lastIndex = f, n = 0; n < h; n += 1)for (o = 0; o < l; o += 1)m = a ? i.i[n][o] : i.i[n][o] + (s.i[n][o] - i.i[n][o]) * p, e.i[n][o] = m, m = a ? i.o[n][o] : i.o[n][o] + (s.o[n][o] - i.o[n][o]) * p, e.o[n][o] = m, m = a ? i.v[n][o] : i.v[n][o] + (s.v[n][o] - i.v[n][o]) * p, e.v[n][o] = m } function a() { this.paths = this.localShapeCollection } function e(t) { (function (t, e) { if (t._length !== e._length || t.c !== e.c) return !1; var r, i = t._length; for (r = 0; r < i; r += 1)if (t.v[r][0] !== e.v[r][0] || t.v[r][1] !== e.v[r][1] || t.o[r][0] !== e.o[r][0] || t.o[r][1] !== e.o[r][1] || t.i[r][0] !== e.i[r][0] || t.i[r][1] !== e.i[r][1]) return !1; return !0 })(this.v, t) || (this.v = shapePool.clone(t), this.localShapeCollection.releaseShapes(), this.localShapeCollection.addShape(this.v), this._mdf = !0, this.paths = this.localShapeCollection) } function r() { if (this.elem.globalData.frameId !== this.frameId) if (this.effectsSequence.length) if (this.lock) this.setVValue(this.pv); else { var t, e; this.lock = !0, this._mdf = !1, t = this.kf ? this.pv : this.data.ks ? this.data.ks.k : this.data.pt.k; var r = this.effectsSequence.length; for (e = 0; e < r; e += 1)t = this.effectsSequence[e](t); this.setVValue(t), this.lock = !1, this.frameId = this.elem.globalData.frameId } else this._mdf = !1 } function n(t, e, r) { this.propType = "shape", this.comp = t.comp, this.container = t, this.elem = t, this.data = e, this.k = !1, this.kf = !1, this._mdf = !1; var i = 3 === r ? e.pt.k : e.ks.k; this.v = shapePool.clone(i), this.pv = shapePool.clone(this.v), this.localShapeCollection = shapeCollectionPool.newShapeCollection(), this.paths = this.localShapeCollection, this.paths.addShape(this.v), this.reset = a, this.effectsSequence = [] } function i(t) { this.effectsSequence.push(t), this.container.addDynamicProperty(this) } function o(t, e, r) { this.propType = "shape", this.comp = t.comp, this.elem = t, this.container = t, this.offsetTime = t.data.st, this.keyframes = 3 === r ? e.pt.k : e.ks.k, this.k = !0, this.kf = !0; var i = this.keyframes[0].s[0].i.length; this.v = shapePool.newElement(), this.v.setPathData(this.keyframes[0].s[0].c, i), this.pv = shapePool.clone(this.v), this.localShapeCollection = shapeCollectionPool.newShapeCollection(), this.paths = this.localShapeCollection, this.paths.addShape(this.v), this.lastFrame = s, this.reset = a, this._caching = { lastFrame: s, lastIndex: 0 }, this.effectsSequence = [function () { var t = this.comp.renderedFrame - this.offsetTime, e = this.keyframes[0].t - this.offsetTime, r = this.keyframes[this.keyframes.length - 1].t - this.offsetTime, i = this._caching.lastFrame; return i !== s && (i < e && t < e || r < i && r < t) || (this._caching.lastIndex = i < t ? this._caching.lastIndex : 0, this.interpolateShape(t, this.pv, this._caching)), this._caching.lastFrame = t, this.pv }.bind(this)] } n.prototype.interpolateShape = t, n.prototype.getValue = r, n.prototype.setVValue = e, n.prototype.addEffect = i, o.prototype.getValue = r, o.prototype.interpolateShape = t, o.prototype.setVValue = e, o.prototype.addEffect = i; var h = function () { var n = roundCorner; function t(t, e) { this.v = shapePool.newElement(), this.v.setPathData(!0, 4), this.localShapeCollection = shapeCollectionPool.newShapeCollection(), this.paths = this.localShapeCollection, this.localShapeCollection.addShape(this.v), this.d = e.d, this.elem = t, this.comp = t.comp, this.frameId = -1, this.initDynamicPropertyContainer(t), this.p = PropertyFactory.getProp(t, e.p, 1, 0, this), this.s = PropertyFactory.getProp(t, e.s, 1, 0, this), this.dynamicProperties.length ? this.k = !0 : (this.k = !1, this.convertEllToPath()) } return t.prototype = { reset: a, getValue: function () { this.elem.globalData.frameId !== this.frameId && (this.frameId = this.elem.globalData.frameId, this.iterateDynamicProperties(), this._mdf && this.convertEllToPath()) }, convertEllToPath: function () { var t = this.p.v[0], e = this.p.v[1], r = this.s.v[0] / 2, i = this.s.v[1] / 2, s = 3 !== this.d, a = this.v; a.v[0][0] = t, a.v[0][1] = e - i, a.v[1][0] = s ? t + r : t - r, a.v[1][1] = e, a.v[2][0] = t, a.v[2][1] = e + i, a.v[3][0] = s ? t - r : t + r, a.v[3][1] = e, a.i[0][0] = s ? t - r * n : t + r * n, a.i[0][1] = e - i, a.i[1][0] = s ? t + r : t - r, a.i[1][1] = e - i * n, a.i[2][0] = s ? t + r * n : t - r * n, a.i[2][1] = e + i, a.i[3][0] = s ? t - r : t + r, a.i[3][1] = e + i * n, a.o[0][0] = s ? t + r * n : t - r * n, a.o[0][1] = e - i, a.o[1][0] = s ? t + r : t - r, a.o[1][1] = e + i * n, a.o[2][0] = s ? t - r * n : t + r * n, a.o[2][1] = e + i, a.o[3][0] = s ? t - r : t + r, a.o[3][1] = e - i * n } }, extendPrototype([DynamicPropertyContainer], t), t }(), l = function () { function t(t, e) { this.v = shapePool.newElement(), this.v.setPathData(!0, 0), this.elem = t, this.comp = t.comp, this.data = e, this.frameId = -1, this.d = e.d, this.initDynamicPropertyContainer(t), 1 === e.sy ? (this.ir = PropertyFactory.getProp(t, e.ir, 0, 0, this), this.is = PropertyFactory.getProp(t, e.is, 0, .01, this), this.convertToPath = this.convertStarToPath) : this.convertToPath = this.convertPolygonToPath, this.pt = PropertyFactory.getProp(t, e.pt, 0, 0, this), this.p = PropertyFactory.getProp(t, e.p, 1, 0, this), this.r = PropertyFactory.getProp(t, e.r, 0, degToRads, this), this.or = PropertyFactory.getProp(t, e.or, 0, 0, this), this.os = PropertyFactory.getProp(t, e.os, 0, .01, this), this.localShapeCollection = shapeCollectionPool.newShapeCollection(), this.localShapeCollection.addShape(this.v), this.paths = this.localShapeCollection, this.dynamicProperties.length ? this.k = !0 : (this.k = !1, this.convertToPath()) } return t.prototype = { reset: a, getValue: function () { this.elem.globalData.frameId !== this.frameId && (this.frameId = this.elem.globalData.frameId, this.iterateDynamicProperties(), this._mdf && this.convertToPath()) }, convertStarToPath: function () { var t, e, r, i, s = 2 * Math.floor(this.pt.v), a = 2 * Math.PI / s, n = !0, o = this.or.v, h = this.ir.v, l = this.os.v, p = this.is.v, m = 2 * Math.PI * o / (2 * s), f = 2 * Math.PI * h / (2 * s), c = -Math.PI / 2; c += this.r.v; var d = 3 === this.data.d ? -1 : 1; for (t = this.v._length = 0; t < s; t += 1) { r = n ? l : p, i = n ? m : f; var u = (e = n ? o : h) * Math.cos(c), y = e * Math.sin(c), g = 0 === u && 0 === y ? 0 : y / Math.sqrt(u * u + y * y), v = 0 === u && 0 === y ? 0 : -u / Math.sqrt(u * u + y * y); u += +this.p.v[0], y += +this.p.v[1], this.v.setTripleAt(u, y, u - g * i * r * d, y - v * i * r * d, u + g * i * r * d, y + v * i * r * d, t, !0), n = !n, c += a * d } }, convertPolygonToPath: function () { var t, e = Math.floor(this.pt.v), r = 2 * Math.PI / e, i = this.or.v, s = this.os.v, a = 2 * Math.PI * i / (4 * e), n = .5 * -Math.PI, o = 3 === this.data.d ? -1 : 1; for (n += this.r.v, t = this.v._length = 0; t < e; t += 1) { var h = i * Math.cos(n), l = i * Math.sin(n), p = 0 === h && 0 === l ? 0 : l / Math.sqrt(h * h + l * l), m = 0 === h && 0 === l ? 0 : -h / Math.sqrt(h * h + l * l); h += +this.p.v[0], l += +this.p.v[1], this.v.setTripleAt(h, l, h - p * a * s * o, l - m * a * s * o, h + p * a * s * o, l + m * a * s * o, t, !0), n += r * o } this.paths.length = 0, this.paths[0] = this.v } }, extendPrototype([DynamicPropertyContainer], t), t }(), p = function () { function t(t, e) { this.v = shapePool.newElement(), this.v.c = !0, this.localShapeCollection = shapeCollectionPool.newShapeCollection(), this.localShapeCollection.addShape(this.v), this.paths = this.localShapeCollection, this.elem = t, this.comp = t.comp, this.frameId = -1, this.d = e.d, this.initDynamicPropertyContainer(t), this.p = PropertyFactory.getProp(t, e.p, 1, 0, this), this.s = PropertyFactory.getProp(t, e.s, 1, 0, this), this.r = PropertyFactory.getProp(t, e.r, 0, 0, this), this.dynamicProperties.length ? this.k = !0 : (this.k = !1, this.convertRectToPath()) } return t.prototype = { convertRectToPath: function () { var t = this.p.v[0], e = this.p.v[1], r = this.s.v[0] / 2, i = this.s.v[1] / 2, s = bmMin(r, i, this.r.v), a = s * (1 - roundCorner); this.v._length = 0, 2 === this.d || 1 === this.d ? (this.v.setTripleAt(t + r, e - i + s, t + r, e - i + s, t + r, e - i + a, 0, !0), this.v.setTripleAt(t + r, e + i - s, t + r, e + i - a, t + r, e + i - s, 1, !0), 0 !== s ? (this.v.setTripleAt(t + r - s, e + i, t + r - s, e + i, t + r - a, e + i, 2, !0), this.v.setTripleAt(t - r + s, e + i, t - r + a, e + i, t - r + s, e + i, 3, !0), this.v.setTripleAt(t - r, e + i - s, t - r, e + i - s, t - r, e + i - a, 4, !0), this.v.setTripleAt(t - r, e - i + s, t - r, e - i + a, t - r, e - i + s, 5, !0), this.v.setTripleAt(t - r + s, e - i, t - r + s, e - i, t - r + a, e - i, 6, !0), this.v.setTripleAt(t + r - s, e - i, t + r - a, e - i, t + r - s, e - i, 7, !0)) : (this.v.setTripleAt(t - r, e + i, t - r + a, e + i, t - r, e + i, 2), this.v.setTripleAt(t - r, e - i, t - r, e - i + a, t - r, e - i, 3))) : (this.v.setTripleAt(t + r, e - i + s, t + r, e - i + a, t + r, e - i + s, 0, !0), 0 !== s ? (this.v.setTripleAt(t + r - s, e - i, t + r - s, e - i, t + r - a, e - i, 1, !0), this.v.setTripleAt(t - r + s, e - i, t - r + a, e - i, t - r + s, e - i, 2, !0), this.v.setTripleAt(t - r, e - i + s, t - r, e - i + s, t - r, e - i + a, 3, !0), this.v.setTripleAt(t - r, e + i - s, t - r, e + i - a, t - r, e + i - s, 4, !0), this.v.setTripleAt(t - r + s, e + i, t - r + s, e + i, t - r + a, e + i, 5, !0), this.v.setTripleAt(t + r - s, e + i, t + r - a, e + i, t + r - s, e + i, 6, !0), this.v.setTripleAt(t + r, e + i - s, t + r, e + i - s, t + r, e + i - a, 7, !0)) : (this.v.setTripleAt(t - r, e - i, t - r + a, e - i, t - r, e - i, 1, !0), this.v.setTripleAt(t - r, e + i, t - r, e + i - a, t - r, e + i, 2, !0), this.v.setTripleAt(t + r, e + i, t + r - a, e + i, t + r, e + i, 3, !0))) }, getValue: function () { this.elem.globalData.frameId !== this.frameId && (this.frameId = this.elem.globalData.frameId, this.iterateDynamicProperties(), this._mdf && this.convertRectToPath()) }, reset: a }, extendPrototype([DynamicPropertyContainer], t), t }(); var m = { getShapeProp: function (t, e, r) { var i; return 3 === r || 4 === r ? i = (3 === r ? e.pt : e.ks).k.length ? new o(t, e, r) : new n(t, e, r) : 5 === r ? i = new p(t, e) : 6 === r ? i = new h(t, e) : 7 === r && (i = new l(t, e)), i.k && t.addDynamicProperty(i), i }, getConstructorFunction: function () { return n }, getKeyframedConstructorFunction: function () { return o } }; return m }(), ShapeModifiers = (Yr = {}, Zr = {}, Yr.registerModifier = function (t, e) { Zr[t] || (Zr[t] = e) }, Yr.getModifier = function (t, e, r) { return new Zr[t](e, r) }, Yr), Yr, Zr; function ShapeModifier() { } function TrimModifier() { } function RoundCornersModifier() { } function PuckerAndBloatModifier() { } function RepeaterModifier() { } function ShapeCollection() { this._length = 0, this._maxLength = 4, this.shapes = createSizedArray(this._maxLength) } function DashProperty(t, e, r, i) { var s; this.elem = t, this.frameId = -1, this.dataProps = createSizedArray(e.length), this.renderer = r, this.k = !1, this.dashStr = "", this.dashArray = createTypedArray("float32", e.length ? e.length - 1 : 0), this.dashoffset = createTypedArray("float32", 1), this.initDynamicPropertyContainer(i); var a, n = e.length || 0; for (s = 0; s < n; s += 1)a = PropertyFactory.getProp(t, e[s].v, 0, 0, this), this.k = a.k || this.k, this.dataProps[s] = { n: e[s].n, p: a }; this.k || this.getValue(!0), this._isAnimated = this.k } function GradientProperty(t, e, r) { this.data = e, this.c = createTypedArray("uint8c", 4 * e.p); var i = e.k.k[0].s ? e.k.k[0].s.length - 4 * e.p : e.k.k.length - 4 * e.p; this.o = createTypedArray("float32", i), this._cmdf = !1, this._omdf = !1, this._collapsable = this.checkCollapsable(), this._hasOpacity = i, this.initDynamicPropertyContainer(r), this.prop = PropertyFactory.getProp(t, e.k, 1, null, this), this.k = this.prop.k, this.getValue(!0) } ShapeModifier.prototype.initModifierProperties = function () { }, ShapeModifier.prototype.addShapeToModifier = function () { }, ShapeModifier.prototype.addShape = function (t) { if (!this.closed) { t.sh.container.addDynamicProperty(t.sh); var e = { shape: t.sh, data: t, localShapeCollection: shapeCollectionPool.newShapeCollection() }; this.shapes.push(e), this.addShapeToModifier(e), this._isAnimated && t.setAsAnimated() } }, ShapeModifier.prototype.init = function (t, e) { this.shapes = [], this.elem = t, this.initDynamicPropertyContainer(t), this.initModifierProperties(t, e), this.frameId = initialDefaultFrame, this.closed = !1, this.k = !1, this.dynamicProperties.length ? this.k = !0 : this.getValue(!0) }, ShapeModifier.prototype.processKeys = function () { this.elem.globalData.frameId !== this.frameId && (this.frameId = this.elem.globalData.frameId, this.iterateDynamicProperties()) }, extendPrototype([DynamicPropertyContainer], ShapeModifier), extendPrototype([ShapeModifier], TrimModifier), TrimModifier.prototype.initModifierProperties = function (t, e) { this.s = PropertyFactory.getProp(t, e.s, 0, .01, this), this.e = PropertyFactory.getProp(t, e.e, 0, .01, this), this.o = PropertyFactory.getProp(t, e.o, 0, 0, this), this.sValue = 0, this.eValue = 0, this.getValue = this.processKeys, this.m = e.m, this._isAnimated = !!this.s.effectsSequence.length || !!this.e.effectsSequence.length || !!this.o.effectsSequence.length }, TrimModifier.prototype.addShapeToModifier = function (t) { t.pathsData = [] }, TrimModifier.prototype.calculateShapeEdges = function (t, e, r, i, s) { var a = []; e <= 1 ? a.push({ s: t, e: e }) : 1 <= t ? a.push({ s: t - 1, e: e - 1 }) : (a.push({ s: t, e: 1 }), a.push({ s: 0, e: e - 1 })); var n, o, h = [], l = a.length; for (n = 0; n < l; n += 1) { var p, m; if (!((o = a[n]).e * s < i || o.s * s > i + r)) p = o.s * s <= i ? 0 : (o.s * s - i) / r, m = o.e * s >= i + r ? 1 : (o.e * s - i) / r, h.push([p, m]) } return h.length || h.push([0, 0]), h }, TrimModifier.prototype.releasePathsData = function (t) { var e, r = t.length; for (e = 0; e < r; e += 1)segmentsLengthPool.release(t[e]); return t.length = 0, t }, TrimModifier.prototype.processShapes = function (t) { var e, r, i, s; if (this._mdf || t) { var a = this.o.v % 360 / 360; if (a < 0 && (a += 1), e = 1 < this.s.v ? 1 + a : this.s.v < 0 ? 0 + a : this.s.v + a, (r = 1 < this.e.v ? 1 + a : this.e.v < 0 ? 0 + a : this.e.v + a) < e) { var n = e; e = r, r = n } e = 1e-4 * Math.round(1e4 * e), r = 1e-4 * Math.round(1e4 * r), this.sValue = e, this.eValue = r } else e = this.sValue, r = this.eValue; var o, h, l, p, m, f = this.shapes.length, c = 0; if (r === e) for (s = 0; s < f; s += 1)this.shapes[s].localShapeCollection.releaseShapes(), this.shapes[s].shape._mdf = !0, this.shapes[s].shape.paths = this.shapes[s].localShapeCollection, this._mdf && (this.shapes[s].pathsData.length = 0); else if (1 === r && 0 === e || 0 === r && 1 === e) { if (this._mdf) for (s = 0; s < f; s += 1)this.shapes[s].pathsData.length = 0, this.shapes[s].shape._mdf = !0 } else { var d, u, y = []; for (s = 0; s < f; s += 1)if ((d = this.shapes[s]).shape._mdf || this._mdf || t || 2 === this.m) { if (h = (i = d.shape.paths)._length, m = 0, !d.shape._mdf && d.pathsData.length) m = d.totalShapeLength; else { for (l = this.releasePathsData(d.pathsData), o = 0; o < h; o += 1)p = bez.getSegmentsLength(i.shapes[o]), l.push(p), m += p.totalLength; d.totalShapeLength = m, d.pathsData = l } c += m, d.shape._mdf = !0 } else d.shape.paths = d.localShapeCollection; var g, v = e, b = r, P = 0; for (s = f - 1; 0 <= s; s -= 1)if ((d = this.shapes[s]).shape._mdf) { for ((u = d.localShapeCollection).releaseShapes(), 2 === this.m && 1 < f ? (g = this.calculateShapeEdges(e, r, d.totalShapeLength, P, c), P += d.totalShapeLength) : g = [[v, b]], h = g.length, o = 0; o < h; o += 1) { v = g[o][0], b = g[o][1], y.length = 0, b <= 1 ? y.push({ s: d.totalShapeLength * v, e: d.totalShapeLength * b }) : 1 <= v ? y.push({ s: d.totalShapeLength * (v - 1), e: d.totalShapeLength * (b - 1) }) : (y.push({ s: d.totalShapeLength * v, e: d.totalShapeLength }), y.push({ s: 0, e: d.totalShapeLength * (b - 1) })); var E = this.addShapes(d, y[0]); if (y[0].s !== y[0].e) { if (1 < y.length) if (d.shape.paths.shapes[d.shape.paths._length - 1].c) { var x = E.pop(); this.addPaths(E, u), E = this.addShapes(d, y[1], x) } else this.addPaths(E, u), E = this.addShapes(d, y[1]); this.addPaths(E, u) } } d.shape.paths = u } } }, TrimModifier.prototype.addPaths = function (t, e) { var r, i = t.length; for (r = 0; r < i; r += 1)e.addShape(t[r]) }, TrimModifier.prototype.addSegment = function (t, e, r, i, s, a, n) { s.setXYAt(e[0], e[1], "o", a), s.setXYAt(r[0], r[1], "i", a + 1), n && s.setXYAt(t[0], t[1], "v", a), s.setXYAt(i[0], i[1], "v", a + 1) }, TrimModifier.prototype.addSegmentFromArray = function (t, e, r, i) { e.setXYAt(t[1], t[5], "o", r), e.setXYAt(t[2], t[6], "i", r + 1), i && e.setXYAt(t[0], t[4], "v", r), e.setXYAt(t[3], t[7], "v", r + 1) }, TrimModifier.prototype.addShapes = function (t, e, r) { var i, s, a, n, o, h, l, p, m = t.pathsData, f = t.shape.paths.shapes, c = t.shape.paths._length, d = 0, u = [], y = !0; for (p = r ? (o = r._length, r._length) : (r = shapePool.newElement(), o = 0), u.push(r), i = 0; i < c; i += 1) { for (h = m[i].lengths, r.c = f[i].c, a = f[i].c ? h.length : h.length + 1, s = 1; s < a; s += 1)if (d + (n = h[s - 1]).addedLength < e.s) d += n.addedLength, r.c = !1; else { if (d > e.e) { r.c = !1; break } e.s <= d && e.e >= d + n.addedLength ? (this.addSegment(f[i].v[s - 1], f[i].o[s - 1], f[i].i[s], f[i].v[s], r, o, y), y = !1) : (l = bez.getNewSegment(f[i].v[s - 1], f[i].v[s], f[i].o[s - 1], f[i].i[s], (e.s - d) / n.addedLength, (e.e - d) / n.addedLength, h[s - 1]), this.addSegmentFromArray(l, r, o, y), y = !1, r.c = !1), d += n.addedLength, o += 1 } if (f[i].c && h.length) { if (n = h[s - 1], d <= e.e) { var g = h[s - 1].addedLength; e.s <= d && e.e >= d + g ? (this.addSegment(f[i].v[s - 1], f[i].o[s - 1], f[i].i[0], f[i].v[0], r, o, y), y = !1) : (l = bez.getNewSegment(f[i].v[s - 1], f[i].v[0], f[i].o[s - 1], f[i].i[0], (e.s - d) / g, (e.e - d) / g, h[s - 1]), this.addSegmentFromArray(l, r, o, y), y = !1, r.c = !1) } else r.c = !1; d += n.addedLength, o += 1 } if (r._length && (r.setXYAt(r.v[p][0], r.v[p][1], "i", p), r.setXYAt(r.v[r._length - 1][0], r.v[r._length - 1][1], "o", r._length - 1)), d > e.e) break; i < c - 1 && (r = shapePool.newElement(), y = !0, u.push(r), o = 0) } return u }, ShapeModifiers.registerModifier("tm", TrimModifier), extendPrototype([ShapeModifier], RoundCornersModifier), RoundCornersModifier.prototype.initModifierProperties = function (t, e) { this.getValue = this.processKeys, this.rd = PropertyFactory.getProp(t, e.r, 0, null, this), this._isAnimated = !!this.rd.effectsSequence.length }, RoundCornersModifier.prototype.processPath = function (t, e) { var r, i = shapePool.newElement(); i.c = t.c; var s, a, n, o, h, l, p, m, f, c, d, u, y = t._length, g = 0; for (r = 0; r < y; r += 1)s = t.v[r], n = t.o[r], a = t.i[r], s[0] === n[0] && s[1] === n[1] && s[0] === a[0] && s[1] === a[1] ? 0 !== r && r !== y - 1 || t.c ? (o = 0 === r ? t.v[y - 1] : t.v[r - 1], l = (h = Math.sqrt(Math.pow(s[0] - o[0], 2) + Math.pow(s[1] - o[1], 2))) ? Math.min(h / 2, e) / h : 0, p = d = s[0] + (o[0] - s[0]) * l, m = u = s[1] - (s[1] - o[1]) * l, f = p - (p - s[0]) * roundCorner, c = m - (m - s[1]) * roundCorner, i.setTripleAt(p, m, f, c, d, u, g), g += 1, o = r === y - 1 ? t.v[0] : t.v[r + 1], l = (h = Math.sqrt(Math.pow(s[0] - o[0], 2) + Math.pow(s[1] - o[1], 2))) ? Math.min(h / 2, e) / h : 0, p = f = s[0] + (o[0] - s[0]) * l, m = c = s[1] + (o[1] - s[1]) * l, d = p - (p - s[0]) * roundCorner, u = m - (m - s[1]) * roundCorner, i.setTripleAt(p, m, f, c, d, u, g)) : i.setTripleAt(s[0], s[1], n[0], n[1], a[0], a[1], g) : i.setTripleAt(t.v[r][0], t.v[r][1], t.o[r][0], t.o[r][1], t.i[r][0], t.i[r][1], g), g += 1; return i }, RoundCornersModifier.prototype.processShapes = function (t) { var e, r, i, s, a, n, o = this.shapes.length, h = this.rd.v; if (0 !== h) for (r = 0; r < o; r += 1) { if (n = (a = this.shapes[r]).localShapeCollection, a.shape._mdf || this._mdf || t) for (n.releaseShapes(), a.shape._mdf = !0, e = a.shape.paths.shapes, s = a.shape.paths._length, i = 0; i < s; i += 1)n.addShape(this.processPath(e[i], h)); a.shape.paths = a.localShapeCollection } this.dynamicProperties.length || (this._mdf = !1) }, ShapeModifiers.registerModifier("rd", RoundCornersModifier), extendPrototype([ShapeModifier], PuckerAndBloatModifier), PuckerAndBloatModifier.prototype.initModifierProperties = function (t, e) { this.getValue = this.processKeys, this.amount = PropertyFactory.getProp(t, e.a, 0, null, this), this._isAnimated = !!this.amount.effectsSequence.length }, PuckerAndBloatModifier.prototype.processPath = function (t, e) { var r = e / 100, i = [0, 0], s = t._length, a = 0; for (a = 0; a < s; a += 1)i[0] += t.v[a][0], i[1] += t.v[a][1]; i[0] /= s, i[1] /= s; var n, o, h, l, p, m, f = shapePool.newElement(); for (f.c = t.c, a = 0; a < s; a += 1)n = t.v[a][0] + (i[0] - t.v[a][0]) * r, o = t.v[a][1] + (i[1] - t.v[a][1]) * r, h = t.o[a][0] + (i[0] - t.o[a][0]) * -r, l = t.o[a][1] + (i[1] - t.o[a][1]) * -r, p = t.i[a][0] + (i[0] - t.i[a][0]) * -r, m = t.i[a][1] + (i[1] - t.i[a][1]) * -r, f.setTripleAt(n, o, h, l, p, m, a); return f }, PuckerAndBloatModifier.prototype.processShapes = function (t) { var e, r, i, s, a, n, o = this.shapes.length, h = this.amount.v; if (0 !== h) for (r = 0; r < o; r += 1) { if (n = (a = this.shapes[r]).localShapeCollection, a.shape._mdf || this._mdf || t) for (n.releaseShapes(), a.shape._mdf = !0, e = a.shape.paths.shapes, s = a.shape.paths._length, i = 0; i < s; i += 1)n.addShape(this.processPath(e[i], h)); a.shape.paths = a.localShapeCollection } this.dynamicProperties.length || (this._mdf = !1) }, ShapeModifiers.registerModifier("pb", PuckerAndBloatModifier), extendPrototype([ShapeModifier], RepeaterModifier), RepeaterModifier.prototype.initModifierProperties = function (t, e) { this.getValue = this.processKeys, this.c = PropertyFactory.getProp(t, e.c, 0, null, this), this.o = PropertyFactory.getProp(t, e.o, 0, null, this), this.tr = TransformPropertyFactory.getTransformProperty(t, e.tr, this), this.so = PropertyFactory.getProp(t, e.tr.so, 0, .01, this), this.eo = PropertyFactory.getProp(t, e.tr.eo, 0, .01, this), this.data = e, this.dynamicProperties.length || this.getValue(!0), this._isAnimated = !!this.dynamicProperties.length, this.pMatrix = new Matrix, this.rMatrix = new Matrix, this.sMatrix = new Matrix, this.tMatrix = new Matrix, this.matrix = new Matrix }, RepeaterModifier.prototype.applyTransforms = function (t, e, r, i, s, a) { var n = a ? -1 : 1, o = i.s.v[0] + (1 - i.s.v[0]) * (1 - s), h = i.s.v[1] + (1 - i.s.v[1]) * (1 - s); t.translate(i.p.v[0] * n * s, i.p.v[1] * n * s, i.p.v[2]), e.translate(-i.a.v[0], -i.a.v[1], i.a.v[2]), e.rotate(-i.r.v * n * s), e.translate(i.a.v[0], i.a.v[1], i.a.v[2]), r.translate(-i.a.v[0], -i.a.v[1], i.a.v[2]), r.scale(a ? 1 / o : o, a ? 1 / h : h), r.translate(i.a.v[0], i.a.v[1], i.a.v[2]) }, RepeaterModifier.prototype.init = function (t, e, r, i) { for (this.elem = t, this.arr = e, this.pos = r, this.elemsData = i, this._currentCopies = 0, this._elements = [], this._groups = [], this.frameId = -1, this.initDynamicPropertyContainer(t), this.initModifierProperties(t, e[r]); 0 < r;)r -= 1, this._elements.unshift(e[r]); this.dynamicProperties.length ? this.k = !0 : this.getValue(!0) }, RepeaterModifier.prototype.resetElements = function (t) { var e, r = t.length; for (e = 0; e < r; e += 1)t[e]._processed = !1, "gr" === t[e].ty && this.resetElements(t[e].it) }, RepeaterModifier.prototype.cloneElements = function (t) { var e = JSON.parse(JSON.stringify(t)); return this.resetElements(e), e }, RepeaterModifier.prototype.changeGroupRender = function (t, e) { var r, i = t.length; for (r = 0; r < i; r += 1)t[r]._render = e, "gr" === t[r].ty && this.changeGroupRender(t[r].it, e) }, RepeaterModifier.prototype.processShapes = function (t) { var e, r, i, s, a, n = !1; if (this._mdf || t) { var o, h = Math.ceil(this.c.v); if (this._groups.length < h) { for (; this._groups.length < h;) { var l = { it: this.cloneElements(this._elements), ty: "gr" }; l.it.push({ a: { a: 0, ix: 1, k: [0, 0] }, nm: "Transform", o: { a: 0, ix: 7, k: 100 }, p: { a: 0, ix: 2, k: [0, 0] }, r: { a: 1, ix: 6, k: [{ s: 0, e: 0, t: 0 }, { s: 0, e: 0, t: 1 }] }, s: { a: 0, ix: 3, k: [100, 100] }, sa: { a: 0, ix: 5, k: 0 }, sk: { a: 0, ix: 4, k: 0 }, ty: "tr" }), this.arr.splice(0, 0, l), this._groups.splice(0, 0, l), this._currentCopies += 1 } this.elem.reloadShapes(), n = !0 } for (i = a = 0; i <= this._groups.length - 1; i += 1) { if (o = a < h, this._groups[i]._render = o, this.changeGroupRender(this._groups[i].it, o), !o) { var p = this.elemsData[i].it, m = p[p.length - 1]; 0 !== m.transform.op.v ? (m.transform.op._mdf = !0, m.transform.op.v = 0) : m.transform.op._mdf = !1 } a += 1 } this._currentCopies = h; var f = this.o.v, c = f % 1, d = 0 < f ? Math.floor(f) : Math.ceil(f), u = this.pMatrix.props, y = this.rMatrix.props, g = this.sMatrix.props; this.pMatrix.reset(), this.rMatrix.reset(), this.sMatrix.reset(), this.tMatrix.reset(), this.matrix.reset(); var v, b, P = 0; if (0 < f) { for (; P < d;)this.applyTransforms(this.pMatrix, this.rMatrix, this.sMatrix, this.tr, 1, !1), P += 1; c && (this.applyTransforms(this.pMatrix, this.rMatrix, this.sMatrix, this.tr, c, !1), P += c) } else if (f < 0) { for (; d < P;)this.applyTransforms(this.pMatrix, this.rMatrix, this.sMatrix, this.tr, 1, !0), P -= 1; c && (this.applyTransforms(this.pMatrix, this.rMatrix, this.sMatrix, this.tr, -c, !0), P -= c) } for (i = 1 === this.data.m ? 0 : this._currentCopies - 1, s = 1 === this.data.m ? 1 : -1, a = this._currentCopies; a;) { if (b = (r = (e = this.elemsData[i].it)[e.length - 1].transform.mProps.v.props).length, e[e.length - 1].transform.mProps._mdf = !0, e[e.length - 1].transform.op._mdf = !0, e[e.length - 1].transform.op.v = 1 === this._currentCopies ? this.so.v : this.so.v + (this.eo.v - this.so.v) * (i / (this._currentCopies - 1)), 0 !== P) { for ((0 !== i && 1 === s || i !== this._currentCopies - 1 && -1 === s) && this.applyTransforms(this.pMatrix, this.rMatrix, this.sMatrix, this.tr, 1, !1), this.matrix.transform(y[0], y[1], y[2], y[3], y[4], y[5], y[6], y[7], y[8], y[9], y[10], y[11], y[12], y[13], y[14], y[15]), this.matrix.transform(g[0], g[1], g[2], g[3], g[4], g[5], g[6], g[7], g[8], g[9], g[10], g[11], g[12], g[13], g[14], g[15]), this.matrix.transform(u[0], u[1], u[2], u[3], u[4], u[5], u[6], u[7], u[8], u[9], u[10], u[11], u[12], u[13], u[14], u[15]), v = 0; v < b; v += 1)r[v] = this.matrix.props[v]; this.matrix.reset() } else for (this.matrix.reset(), v = 0; v < b; v += 1)r[v] = this.matrix.props[v]; P += 1, a -= 1, i += s } } else for (a = this._currentCopies, i = 0, s = 1; a;)r = (e = this.elemsData[i].it)[e.length - 1].transform.mProps.v.props, e[e.length - 1].transform.mProps._mdf = !1, e[e.length - 1].transform.op._mdf = !1, a -= 1, i += s; return n }, RepeaterModifier.prototype.addShape = function () { }, ShapeModifiers.registerModifier("rp", RepeaterModifier), ShapeCollection.prototype.addShape = function (t) { this._length === this._maxLength && (this.shapes = this.shapes.concat(createSizedArray(this._maxLength)), this._maxLength *= 2), this.shapes[this._length] = t, this._length += 1 }, ShapeCollection.prototype.releaseShapes = function () { var t; for (t = 0; t < this._length; t += 1)shapePool.release(this.shapes[t]); this._length = 0 }, DashProperty.prototype.getValue = function (t) { if ((this.elem.globalData.frameId !== this.frameId || t) && (this.frameId = this.elem.globalData.frameId, this.iterateDynamicProperties(), this._mdf = this._mdf || t, this._mdf)) { var e = 0, r = this.dataProps.length; for ("svg" === this.renderer && (this.dashStr = ""), e = 0; e < r; e += 1)"o" !== this.dataProps[e].n ? "svg" === this.renderer ? this.dashStr += " " + this.dataProps[e].p.v : this.dashArray[e] = this.dataProps[e].p.v : this.dashoffset[0] = this.dataProps[e].p.v } }, extendPrototype([DynamicPropertyContainer], DashProperty), GradientProperty.prototype.comparePoints = function (t, e) { for (var r = 0, i = this.o.length / 2; r < i;) { if (.01 < Math.abs(t[4 * r] - t[4 * e + 2 * r])) return !1; r += 1 } return !0 }, GradientProperty.prototype.checkCollapsable = function () { if (this.o.length / 2 != this.c.length / 4) return !1; if (this.data.k.k[0].s) for (var t = 0, e = this.data.k.k.length; t < e;) { if (!this.comparePoints(this.data.k.k[t].s, this.data.p)) return !1; t += 1 } else if (!this.comparePoints(this.data.k.k, this.data.p)) return !1; return !0 }, GradientProperty.prototype.getValue = function (t) { if (this.prop.getValue(), this._mdf = !1, this._cmdf = !1, this._omdf = !1, this.prop._mdf || t) { var e, r, i, s = 4 * this.data.p; for (e = 0; e < s; e += 1)r = e % 4 == 0 ? 100 : 255, i = Math.round(this.prop.v[e] * r), this.c[e] !== i && (this.c[e] = i, this._cmdf = !t); if (this.o.length) for (s = this.prop.v.length, e = 4 * this.data.p; e < s; e += 1)r = e % 2 == 0 ? 100 : 1, i = e % 2 == 0 ? Math.round(100 * this.prop.v[e]) : this.prop.v[e], this.o[e - 4 * this.data.p] !== i && (this.o[e - 4 * this.data.p] = i, this._omdf = !t); this._mdf = !t } }, extendPrototype([DynamicPropertyContainer], GradientProperty); var buildShapeString = function (t, e, r, i) { if (0 === e) return ""; var s, a = t.o, n = t.i, o = t.v, h = " M" + i.applyToPointStringified(o[0][0], o[0][1]); for (s = 1; s < e; s += 1)h += " C" + i.applyToPointStringified(a[s - 1][0], a[s - 1][1]) + " " + i.applyToPointStringified(n[s][0], n[s][1]) + " " + i.applyToPointStringified(o[s][0], o[s][1]); return r && e && (h += " C" + i.applyToPointStringified(a[s - 1][0], a[s - 1][1]) + " " + i.applyToPointStringified(n[0][0], n[0][1]) + " " + i.applyToPointStringified(o[0][0], o[0][1]), h += "z"), h }, audioControllerFactory = function () { function t(t) { this.audios = [], this.audioFactory = t, this._volume = 1, this._isMuted = !1 } return t.prototype = { addAudio: function (t) { this.audios.push(t) }, pause: function () { var t, e = this.audios.length; for (t = 0; t < e; t += 1)this.audios[t].pause() }, resume: function () { var t, e = this.audios.length; for (t = 0; t < e; t += 1)this.audios[t].resume() }, setRate: function (t) { var e, r = this.audios.length; for (e = 0; e < r; e += 1)this.audios[e].setRate(t) }, createAudio: function (t) { return this.audioFactory ? this.audioFactory(t) : Howl ? new Howl({ src: [t] }) : { isPlaying: !1, play: function () { this.isPlaying = !0 }, seek: function () { this.isPlaying = !1 }, playing: function () { }, rate: function () { }, setVolume: function () { } } }, setAudioFactory: function (t) { this.audioFactory = t }, setVolume: function (t) { this._volume = t, this._updateVolume() }, mute: function () { this._isMuted = !0, this._updateVolume() }, unmute: function () { this._isMuted = !1, this._updateVolume() }, getVolume: function () { return this._volume }, _updateVolume: function () { var t, e = this.audios.length; for (t = 0; t < e; t += 1)this.audios[t].volume(this._volume * (this._isMuted ? 0 : 1)) } }, function () { return new t } }(), ImagePreloader = function () { var s = function () { var t = createTag("canvas"); t.width = 1, t.height = 1; var e = t.getContext("2d"); return e.fillStyle = "rgba(0,0,0,0)", e.fillRect(0, 0, 1, 1), t }(); function t() { this.loadedAssets += 1, this.loadedAssets === this.totalImages && this.loadedFootagesCount === this.totalFootages && this.imagesLoadedCb && this.imagesLoadedCb(null) } function e() { this.loadedFootagesCount += 1, this.loadedAssets === this.totalImages && this.loadedFootagesCount === this.totalFootages && this.imagesLoadedCb && this.imagesLoadedCb(null) } function a(t, e, r) { var i = ""; if (t.e) i = t.p; else if (e) { var s = t.p; -1 !== s.indexOf("images/") && (s = s.split("/")[1]), i = e + s } else i = r, i += t.u ? t.u : "", i += t.p; return i } function r() { this._imageLoaded = t.bind(this), this._footageLoaded = e.bind(this), this.testImageLoaded = function (t) { var e = 0, r = setInterval(function () { (t.getBBox().width || 500 < e) && (this._imageLoaded(), clearInterval(r)), e += 1 }.bind(this), 50) }.bind(this), this.createFootageData = function (t) { var e = { assetData: t }, r = a(t, this.assetsPath, this.path); return assetLoader.load(r, function (t) { e.img = t, this._footageLoaded() }.bind(this), function () { e.img = {}, this._footageLoaded() }.bind(this)), e }.bind(this), this.assetsPath = "", this.path = "", this.totalImages = 0, this.totalFootages = 0, this.loadedAssets = 0, this.loadedFootagesCount = 0, this.imagesLoadedCb = null, this.images = [] } return r.prototype = { loadAssets: function (t, e) { var r; this.imagesLoadedCb = e; var i = t.length; for (r = 0; r < i; r += 1)t[r].layers || (t[r].t ? 3 === t[r].t && (this.totalFootages += 1, this.images.push(this.createFootageData(t[r]))) : (this.totalImages += 1, this.images.push(this._createImageData(t[r])))) }, setAssetsPath: function (t) { this.assetsPath = t || "" }, setPath: function (t) { this.path = t || "" }, loadedImages: function () { return this.totalImages === this.loadedAssets }, loadedFootages: function () { return this.totalFootages === this.loadedFootagesCount }, destroy: function () { this.imagesLoadedCb = null, this.images.length = 0 }, getAsset: function (t) { for (var e = 0, r = this.images.length; e < r;) { if (this.images[e].assetData === t) return this.images[e].img; e += 1 } return null }, createImgData: function (t) { var e = a(t, this.assetsPath, this.path), r = createTag("img"); r.crossOrigin = "anonymous", r.addEventListener("load", this._imageLoaded, !1), r.addEventListener("error", function () { i.img = s, this._imageLoaded() }.bind(this), !1), r.src = e; var i = { img: r, assetData: t }; return i }, createImageData: function (t) { var e = a(t, this.assetsPath, this.path), r = createNS("image"); isSafari ? this.testImageLoaded(r) : r.addEventListener("load", this._imageLoaded, !1), r.addEventListener("error", function () { i.img = s, this._imageLoaded() }.bind(this), !1), r.setAttributeNS("http://www.w3.org/1999/xlink", "href", e), this._elementHelper.append ? this._elementHelper.append(r) : this._elementHelper.appendChild(r); var i = { img: r, assetData: t }; return i }, imageLoaded: t, footageLoaded: e, setCacheType: function (t, e) { this._createImageData = "svg" === t ? (this._elementHelper = e, this.createImageData.bind(this)) : this.createImgData.bind(this) } }, r }(), featureSupport = (px = { maskType: !0 }, (/MSIE 10/i.test(navigator.userAgent) || /MSIE 9/i.test(navigator.userAgent) || /rv:11.0/i.test(navigator.userAgent) || /Edge\/\d./i.test(navigator.userAgent)) && (px.maskType = !1), px), px, filtersFactory = (qx = {}, qx.createFilter = function (t, e) { var r = createNS("filter"); return r.setAttribute("id", t), !0 !== e && (r.setAttribute("filterUnits", "objectBoundingBox"), r.setAttribute("x", "0%"), r.setAttribute("y", "0%"), r.setAttribute("width", "100%"), r.setAttribute("height", "100%")), r }, qx.createAlphaToLuminanceFilter = function () { var t = createNS("feColorMatrix"); return t.setAttribute("type", "matrix"), t.setAttribute("color-interpolation-filters", "sRGB"), t.setAttribute("values", "0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1"), t }, qx), qx, assetLoader = function () { function a(t) { return t.response && "object" == typeof t.response ? t.response : t.response && "string" == typeof t.response ? JSON.parse(t.response) : t.responseText ? JSON.parse(t.responseText) : null } return { load: function (t, e, r) { var i, s = new XMLHttpRequest; try { s.responseType = "json" } catch (t) { } s.onreadystatechange = function () { if (4 === s.readyState) if (200 === s.status) i = a(s), e(i); else try { i = a(s), e(i) } catch (t) { r && r(t) } }, s.open("GET", t, !0), s.send() } } }(); function TextAnimatorProperty(t, e, r) { this._isFirstFrame = !0, this._hasMaskedPath = !1, this._frameId = -1, this._textData = t, this._renderType = e, this._elem = r, this._animatorsData = createSizedArray(this._textData.a.length), this._pathData = {}, this._moreOptions = { alignment: {} }, this.renderedLetters = [], this.lettersChangedFlag = !1, this.initDynamicPropertyContainer(r) } function TextAnimatorDataProperty(t, e, r) { var i = { propType: !1 }, s = PropertyFactory.getProp, a = e.a; this.a = { r: a.r ? s(t, a.r, 0, degToRads, r) : i, rx: a.rx ? s(t, a.rx, 0, degToRads, r) : i, ry: a.ry ? s(t, a.ry, 0, degToRads, r) : i, sk: a.sk ? s(t, a.sk, 0, degToRads, r) : i, sa: a.sa ? s(t, a.sa, 0, degToRads, r) : i, s: a.s ? s(t, a.s, 1, .01, r) : i, a: a.a ? s(t, a.a, 1, 0, r) : i, o: a.o ? s(t, a.o, 0, .01, r) : i, p: a.p ? s(t, a.p, 1, 0, r) : i, sw: a.sw ? s(t, a.sw, 0, 0, r) : i, sc: a.sc ? s(t, a.sc, 1, 0, r) : i, fc: a.fc ? s(t, a.fc, 1, 0, r) : i, fh: a.fh ? s(t, a.fh, 0, 0, r) : i, fs: a.fs ? s(t, a.fs, 0, .01, r) : i, fb: a.fb ? s(t, a.fb, 0, .01, r) : i, t: a.t ? s(t, a.t, 0, 0, r) : i }, this.s = TextSelectorProp.getTextSelectorProp(t, e.s, r), this.s.t = e.s.t } function LetterProps(t, e, r, i, s, a) { this.o = t, this.sw = e, this.sc = r, this.fc = i, this.m = s, this.p = a, this._mdf = { o: !0, sw: !!e, sc: !!r, fc: !!i, m: !0, p: !0 } } function TextProperty(t, e) { this._frameId = initialDefaultFrame, this.pv = "", this.v = "", this.kf = !1, this._isFirstFrame = !0, this._mdf = !1, this.data = e, this.elem = t, this.comp = this.elem.comp, this.keysIndex = 0, this.canResize = !1, this.minimumFontSize = 1, this.effectsSequence = [], this.currentData = { ascent: 0, boxWidth: this.defaultBoxWidth, f: "", fStyle: "", fWeight: "", fc: "", j: "", justifyOffset: "", l: [], lh: 0, lineWidths: [], ls: "", of: "", s: "", sc: "", sw: 0, t: 0, tr: 0, sz: 0, ps: null, fillColorAnim: !1, strokeColorAnim: !1, strokeWidthAnim: !1, yOffset: 0, finalSize: 0, finalText: [], finalLineHeight: 0, __complete: !1 }, this.copyData(this.currentData, this.data.d.k[0].s), this.searchProperty() || this.completeTextData(this.currentData) } TextAnimatorProperty.prototype.searchProperties = function () { var t, e, r = this._textData.a.length, i = PropertyFactory.getProp; for (t = 0; t < r; t += 1)e = this._textData.a[t], this._animatorsData[t] = new TextAnimatorDataProperty(this._elem, e, this); this._textData.p && "m" in this._textData.p ? (this._pathData = { f: i(this._elem, this._textData.p.f, 0, 0, this), l: i(this._elem, this._textData.p.l, 0, 0, this), r: this._textData.p.r, m: this._elem.maskManager.getMaskProperty(this._textData.p.m) }, this._hasMaskedPath = !0) : this._hasMaskedPath = !1, this._moreOptions.alignment = i(this._elem, this._textData.m.a, 1, 0, this) }, TextAnimatorProperty.prototype.getMeasures = function (t, e) { if (this.lettersChangedFlag = e, this._mdf || this._isFirstFrame || e || this._hasMaskedPath && this._pathData.m._mdf) { this._isFirstFrame = !1; var r, i, s, a, n, o, h, l, p, m, f, c, d, u, y, g, v, b, P, E = this._moreOptions.alignment.v, x = this._animatorsData, S = this._textData, A = this.mHelper, C = this._renderType, _ = this.renderedLetters.length, T = t.l; if (this._hasMaskedPath) { if (P = this._pathData.m, !this._pathData.n || this._pathData._mdf) { var k, D = P.v; for (this._pathData.r && (D = D.reverse()), n = { tLength: 0, segments: [] }, a = D._length - 1, s = g = 0; s < a; s += 1)k = bez.buildBezierData(D.v[s], D.v[s + 1], [D.o[s][0] - D.v[s][0], D.o[s][1] - D.v[s][1]], [D.i[s + 1][0] - D.v[s + 1][0], D.i[s + 1][1] - D.v[s + 1][1]]), n.tLength += k.segmentLength, n.segments.push(k), g += k.segmentLength; s = a, P.v.c && (k = bez.buildBezierData(D.v[s], D.v[0], [D.o[s][0] - D.v[s][0], D.o[s][1] - D.v[s][1]], [D.i[0][0] - D.v[0][0], D.i[0][1] - D.v[0][1]]), n.tLength += k.segmentLength, n.segments.push(k), g += k.segmentLength), this._pathData.pi = n } if (n = this._pathData.pi, o = this._pathData.f.v, m = 1, p = !(l = f = 0), u = n.segments, o < 0 && P.v.c) for (n.tLength < Math.abs(o) && (o = -Math.abs(o) % n.tLength), m = (d = u[f = u.length - 1].points).length - 1; o < 0;)o += d[m].partialLength, (m -= 1) < 0 && (m = (d = u[f -= 1].points).length - 1); c = (d = u[f].points)[m - 1], y = (h = d[m]).partialLength } a = T.length, i = r = 0; var M, F, w, I, V, B = 1.2 * t.finalSize * .714, R = !0; w = x.length; var L, G, z, N, O, H, j, q, W, Y, X, Z, K = -1, $ = o, J = f, U = m, Q = -1, tt = "", et = this.defaultPropsArray; if (2 === t.j || 1 === t.j) { var rt = 0, it = 0, st = 2 === t.j ? -.5 : -1, at = 0, nt = !0; for (s = 0; s < a; s += 1)if (T[s].n) { for (rt && (rt += it); at < s;)T[at].animatorJustifyOffset = rt, at += 1; nt = !(rt = 0) } else { for (F = 0; F < w; F += 1)(M = x[F].a).t.propType && (nt && 2 === t.j && (it += M.t.v * st), (V = x[F].s.getMult(T[s].anIndexes[F], S.a[F].s.totalChars)).length ? rt += M.t.v * V[0] * st : rt += M.t.v * V * st); nt = !1 } for (rt && (rt += it); at < s;)T[at].animatorJustifyOffset = rt, at += 1 } for (s = 0; s < a; s += 1) { if (A.reset(), N = 1, T[s].n) r = 0, i += t.yOffset, i += R ? 1 : 0, o = $, R = !1, this._hasMaskedPath && (m = U, c = (d = u[f = J].points)[m - 1], y = (h = d[m]).partialLength, l = 0), Z = W = X = tt = "", et = this.defaultPropsArray; else { if (this._hasMaskedPath) { if (Q !== T[s].line) { switch (t.j) { case 1: o += g - t.lineWidths[T[s].line]; break; case 2: o += (g - t.lineWidths[T[s].line]) / 2 }Q = T[s].line } K !== T[s].ind && (T[K] && (o += T[K].extra), o += T[s].an / 2, K = T[s].ind), o += E[0] * T[s].an * .005; var ot = 0; for (F = 0; F < w; F += 1)(M = x[F].a).p.propType && ((V = x[F].s.getMult(T[s].anIndexes[F], S.a[F].s.totalChars)).length ? ot += M.p.v[0] * V[0] : ot += M.p.v[0] * V), M.a.propType && ((V = x[F].s.getMult(T[s].anIndexes[F], S.a[F].s.totalChars)).length ? ot += M.a.v[0] * V[0] : ot += M.a.v[0] * V); for (p = !0; p;)o + ot <= l + y || !d ? (v = (o + ot - l) / h.partialLength, G = c.point[0] + (h.point[0] - c.point[0]) * v, z = c.point[1] + (h.point[1] - c.point[1]) * v, A.translate(-E[0] * T[s].an * .005, -E[1] * B * .01), p = !1) : d && (l += h.partialLength, (m += 1) >= d.length && (m = 0, d = u[f += 1] ? u[f].points : P.v.c ? u[f = m = 0].points : (l -= h.partialLength, null)), d && (c = h, y = (h = d[m]).partialLength)); L = T[s].an / 2 - T[s].add, A.translate(-L, 0, 0) } else L = T[s].an / 2 - T[s].add, A.translate(-L, 0, 0), A.translate(-E[0] * T[s].an * .005, -E[1] * B * .01, 0); for (F = 0; F < w; F += 1)(M = x[F].a).t.propType && (V = x[F].s.getMult(T[s].anIndexes[F], S.a[F].s.totalChars), 0 === r && 0 === t.j || (this._hasMaskedPath ? V.length ? o += M.t.v * V[0] : o += M.t.v * V : V.length ? r += M.t.v * V[0] : r += M.t.v * V)); for (t.strokeWidthAnim && (H = t.sw || 0), t.strokeColorAnim && (O = t.sc ? [t.sc[0], t.sc[1], t.sc[2]] : [0, 0, 0]), t.fillColorAnim && t.fc && (j = [t.fc[0], t.fc[1], t.fc[2]]), F = 0; F < w; F += 1)(M = x[F].a).a.propType && ((V = x[F].s.getMult(T[s].anIndexes[F], S.a[F].s.totalChars)).length ? A.translate(-M.a.v[0] * V[0], -M.a.v[1] * V[1], M.a.v[2] * V[2]) : A.translate(-M.a.v[0] * V, -M.a.v[1] * V, M.a.v[2] * V)); for (F = 0; F < w; F += 1)(M = x[F].a).s.propType && ((V = x[F].s.getMult(T[s].anIndexes[F], S.a[F].s.totalChars)).length ? A.scale(1 + (M.s.v[0] - 1) * V[0], 1 + (M.s.v[1] - 1) * V[1], 1) : A.scale(1 + (M.s.v[0] - 1) * V, 1 + (M.s.v[1] - 1) * V, 1)); for (F = 0; F < w; F += 1) { if (M = x[F].a, V = x[F].s.getMult(T[s].anIndexes[F], S.a[F].s.totalChars), M.sk.propType && (V.length ? A.skewFromAxis(-M.sk.v * V[0], M.sa.v * V[1]) : A.skewFromAxis(-M.sk.v * V, M.sa.v * V)), M.r.propType && (V.length ? A.rotateZ(-M.r.v * V[2]) : A.rotateZ(-M.r.v * V)), M.ry.propType && (V.length ? A.rotateY(M.ry.v * V[1]) : A.rotateY(M.ry.v * V)), M.rx.propType && (V.length ? A.rotateX(M.rx.v * V[0]) : A.rotateX(M.rx.v * V)), M.o.propType && (V.length ? N += (M.o.v * V[0] - N) * V[0] : N += (M.o.v * V - N) * V), t.strokeWidthAnim && M.sw.propType && (V.length ? H += M.sw.v * V[0] : H += M.sw.v * V), t.strokeColorAnim && M.sc.propType) for (q = 0; q < 3; q += 1)V.length ? O[q] += (M.sc.v[q] - O[q]) * V[0] : O[q] += (M.sc.v[q] - O[q]) * V; if (t.fillColorAnim && t.fc) { if (M.fc.propType) for (q = 0; q < 3; q += 1)V.length ? j[q] += (M.fc.v[q] - j[q]) * V[0] : j[q] += (M.fc.v[q] - j[q]) * V; M.fh.propType && (j = V.length ? addHueToRGB(j, M.fh.v * V[0]) : addHueToRGB(j, M.fh.v * V)), M.fs.propType && (j = V.length ? addSaturationToRGB(j, M.fs.v * V[0]) : addSaturationToRGB(j, M.fs.v * V)), M.fb.propType && (j = V.length ? addBrightnessToRGB(j, M.fb.v * V[0]) : addBrightnessToRGB(j, M.fb.v * V)) } } for (F = 0; F < w; F += 1)(M = x[F].a).p.propType && (V = x[F].s.getMult(T[s].anIndexes[F], S.a[F].s.totalChars), this._hasMaskedPath ? V.length ? A.translate(0, M.p.v[1] * V[0], -M.p.v[2] * V[1]) : A.translate(0, M.p.v[1] * V, -M.p.v[2] * V) : V.length ? A.translate(M.p.v[0] * V[0], M.p.v[1] * V[1], -M.p.v[2] * V[2]) : A.translate(M.p.v[0] * V, M.p.v[1] * V, -M.p.v[2] * V)); if (t.strokeWidthAnim && (W = H < 0 ? 0 : H), t.strokeColorAnim && (Y = "rgb(" + Math.round(255 * O[0]) + "," + Math.round(255 * O[1]) + "," + Math.round(255 * O[2]) + ")"), t.fillColorAnim && t.fc && (X = "rgb(" + Math.round(255 * j[0]) + "," + Math.round(255 * j[1]) + "," + Math.round(255 * j[2]) + ")"), this._hasMaskedPath) { if (A.translate(0, -t.ls), A.translate(0, E[1] * B * .01 + i, 0), S.p.p) { b = (h.point[1] - c.point[1]) / (h.point[0] - c.point[0]); var ht = 180 * Math.atan(b) / Math.PI; h.point[0] < c.point[0] && (ht += 180), A.rotate(-ht * Math.PI / 180) } A.translate(G, z, 0), o -= E[0] * T[s].an * .005, T[s + 1] && K !== T[s + 1].ind && (o += T[s].an / 2, o += .001 * t.tr * t.finalSize) } else { switch (A.translate(r, i, 0), t.ps && A.translate(t.ps[0], t.ps[1] + t.ascent, 0), t.j) { case 1: A.translate(T[s].animatorJustifyOffset + t.justifyOffset + (t.boxWidth - t.lineWidths[T[s].line]), 0, 0); break; case 2: A.translate(T[s].animatorJustifyOffset + t.justifyOffset + (t.boxWidth - t.lineWidths[T[s].line]) / 2, 0, 0) }A.translate(0, -t.ls), A.translate(L, 0, 0), A.translate(E[0] * T[s].an * .005, E[1] * B * .01, 0), r += T[s].l + .001 * t.tr * t.finalSize } "html" === C ? tt = A.toCSS() : "svg" === C ? tt = A.to2dCSS() : et = [A.props[0], A.props[1], A.props[2], A.props[3], A.props[4], A.props[5], A.props[6], A.props[7], A.props[8], A.props[9], A.props[10], A.props[11], A.props[12], A.props[13], A.props[14], A.props[15]], Z = N } this.lettersChangedFlag = _ <= s ? (I = new LetterProps(Z, W, Y, X, tt, et), this.renderedLetters.push(I), _ += 1, !0) : (I = this.renderedLetters[s]).update(Z, W, Y, X, tt, et) || this.lettersChangedFlag } } }, TextAnimatorProperty.prototype.getValue = function () { this._elem.globalData.frameId !== this._frameId && (this._frameId = this._elem.globalData.frameId, this.iterateDynamicProperties()) }, TextAnimatorProperty.prototype.mHelper = new Matrix, TextAnimatorProperty.prototype.defaultPropsArray = [], extendPrototype([DynamicPropertyContainer], TextAnimatorProperty), LetterProps.prototype.update = function (t, e, r, i, s, a) { this._mdf.o = !1, this._mdf.sw = !1, this._mdf.sc = !1, this._mdf.fc = !1, this._mdf.m = !1; var n = this._mdf.p = !1; return this.o !== t && (this.o = t, n = this._mdf.o = !0), this.sw !== e && (this.sw = e, n = this._mdf.sw = !0), this.sc !== r && (this.sc = r, n = this._mdf.sc = !0), this.fc !== i && (this.fc = i, n = this._mdf.fc = !0), this.m !== s && (this.m = s, n = this._mdf.m = !0), !a.length || this.p[0] === a[0] && this.p[1] === a[1] && this.p[4] === a[4] && this.p[5] === a[5] && this.p[12] === a[12] && this.p[13] === a[13] || (this.p = a, n = this._mdf.p = !0), n }, TextProperty.prototype.defaultBoxWidth = [0, 0], TextProperty.prototype.copyData = function (t, e) { for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && (t[r] = e[r]); return t }, TextProperty.prototype.setCurrentData = function (t) { t.__complete || this.completeTextData(t), this.currentData = t, this.currentData.boxWidth = this.currentData.boxWidth || this.defaultBoxWidth, this._mdf = !0 }, TextProperty.prototype.searchProperty = function () { return this.searchKeyframes() }, TextProperty.prototype.searchKeyframes = function () { return this.kf = 1 < this.data.d.k.length, this.kf && this.addEffect(this.getKeyframeValue.bind(this)), this.kf }, TextProperty.prototype.addEffect = function (t) { this.effectsSequence.push(t), this.elem.addDynamicProperty(this) }, TextProperty.prototype.getValue = function (t) { if (this.elem.globalData.frameId !== this.frameId && this.effectsSequence.length || t) { this.currentData.t = this.data.d.k[this.keysIndex].s.t; var e = this.currentData, r = this.keysIndex; if (this.lock) this.setCurrentData(this.currentData); else { var i; this.lock = !0, this._mdf = !1; var s = this.effectsSequence.length, a = t || this.data.d.k[this.keysIndex].s; for (i = 0; i < s; i += 1)a = r !== this.keysIndex ? this.effectsSequence[i](a, a.t) : this.effectsSequence[i](this.currentData, a.t); e !== a && this.setCurrentData(a), this.v = this.currentData, this.pv = this.v, this.lock = !1, this.frameId = this.elem.globalData.frameId } } }, TextProperty.prototype.getKeyframeValue = function () { for (var t = this.data.d.k, e = this.elem.comp.renderedFrame, r = 0, i = t.length; r <= i - 1 && !(r === i - 1 || t[r + 1].t > e);)r += 1; return this.keysIndex !== r && (this.keysIndex = r), this.data.d.k[this.keysIndex].s }, TextProperty.prototype.buildFinalText = function (t) { for (var e, r = FontManager.getCombinedCharacterCodes(), i = [], s = 0, a = t.length; s < a;)e = t.charCodeAt(s), -1 !== r.indexOf(e) ? i[i.length - 1] += t.charAt(s) : 55296 <= e && e <= 56319 && 56320 <= (e = t.charCodeAt(s + 1)) && e <= 57343 ? (i.push(t.substr(s, 2)), s += 1) : i.push(t.charAt(s)), s += 1; return i }, TextProperty.prototype.completeTextData = function (t) { t.__complete = !0; var e, r, i, s, a, n, o, h = this.elem.globalData.fontManager, l = this.data, p = [], m = 0, f = l.m.g, c = 0, d = 0, u = 0, y = [], g = 0, v = 0, b = h.getFontByName(t.f), P = 0, E = getFontProperties(b); t.fWeight = E.weight, t.fStyle = E.style, t.finalSize = t.s, t.finalText = this.buildFinalText(t.t), r = t.finalText.length, t.finalLineHeight = t.lh; var x, S = t.tr / 1e3 * t.finalSize; if (t.sz) for (var A, C, _ = !0, T = t.sz[0], k = t.sz[1]; _;) { g = A = 0, r = (C = this.buildFinalText(t.t)).length, S = t.tr / 1e3 * t.finalSize; var D = -1; for (e = 0; e < r; e += 1)x = C[e].charCodeAt(0), i = !1, " " === C[e] ? D = e : 13 !== x && 3 !== x || (i = !(g = 0), A += t.finalLineHeight || 1.2 * t.finalSize), T < g + (P = h.chars ? (o = h.getCharData(C[e], b.fStyle, b.fFamily), i ? 0 : o.w * t.finalSize / 100) : h.measureText(C[e], t.f, t.finalSize)) && " " !== C[e] ? (-1 === D ? r += 1 : e = D, A += t.finalLineHeight || 1.2 * t.finalSize, C.splice(e, D === e ? 1 : 0, "\r"), D = -1, g = 0) : (g += P, g += S); A += b.ascent * t.finalSize / 100, this.canResize && t.finalSize > this.minimumFontSize && k < A ? (t.finalSize -= 1, t.finalLineHeight = t.finalSize * t.lh / t.s) : (t.finalText = C, r = t.finalText.length, _ = !1) } g = -S; var M, F = P = 0; for (e = 0; e < r; e += 1)if (i = !1, 13 === (x = (M = t.finalText[e]).charCodeAt(0)) || 3 === x ? (F = 0, y.push(g), v = v < g ? g : v, g = -2 * S, i = !(s = ""), u += 1) : s = M, P = h.chars ? (o = h.getCharData(M, b.fStyle, h.getFontByName(t.f).fFamily), i ? 0 : o.w * t.finalSize / 100) : h.measureText(s, t.f, t.finalSize), " " === M ? F += P + S : (g += P + S + F, F = 0), p.push({ l: P, an: P, add: c, n: i, anIndexes: [], val: s, line: u, animatorJustifyOffset: 0 }), 2 == f) { if (c += P, "" === s || " " === s || e === r - 1) { for ("" !== s && " " !== s || (c -= P); d <= e;)p[d].an = c, p[d].ind = m, p[d].extra = P, d += 1; m += 1, c = 0 } } else if (3 == f) { if (c += P, "" === s || e === r - 1) { for ("" === s && (c -= P); d <= e;)p[d].an = c, p[d].ind = m, p[d].extra = P, d += 1; c = 0, m += 1 } } else p[m].ind = m, p[m].extra = 0, m += 1; if (t.l = p, v = v < g ? g : v, y.push(g), t.sz) t.boxWidth = t.sz[0], t.justifyOffset = 0; else switch (t.boxWidth = v, t.j) { case 1: t.justifyOffset = -t.boxWidth; break; case 2: t.justifyOffset = -t.boxWidth / 2; break; default: t.justifyOffset = 0 }t.lineWidths = y; var w, I, V, B, R = l.a; n = R.length; var L = []; for (a = 0; a < n; a += 1) { for ((w = R[a]).a.sc && (t.strokeColorAnim = !0), w.a.sw && (t.strokeWidthAnim = !0), (w.a.fc || w.a.fh || w.a.fs || w.a.fb) && (t.fillColorAnim = !0), B = 0, V = w.s.b, e = 0; e < r; e += 1)(I = p[e]).anIndexes[a] = B, (1 == V && "" !== I.val || 2 == V && "" !== I.val && " " !== I.val || 3 == V && (I.n || " " == I.val || e == r - 1) || 4 == V && (I.n || e == r - 1)) && (1 === w.s.rn && L.push(B), B += 1); l.a[a].s.totalChars = B; var G, z = -1; if (1 === w.s.rn) for (e = 0; e < r; e += 1)z != (I = p[e]).anIndexes[a] && (z = I.anIndexes[a], G = L.splice(Math.floor(Math.random() * L.length), 1)[0]), I.anIndexes[a] = G } t.yOffset = t.finalLineHeight || 1.2 * t.finalSize, t.ls = t.ls || 0, t.ascent = b.ascent * t.finalSize / 100 }, TextProperty.prototype.updateDocumentData = function (t, e) { e = void 0 === e ? this.keysIndex : e; var r = this.copyData({}, this.data.d.k[e].s); r = this.copyData(r, t), this.data.d.k[e].s = r, this.recalculate(e), this.elem.addDynamicProperty(this) }, TextProperty.prototype.recalculate = function (t) { var e = this.data.d.k[t].s; e.__complete = !1, this.keysIndex = 0, this._isFirstFrame = !0, this.getValue(e) }, TextProperty.prototype.canResizeFont = function (t) { this.canResize = t, this.recalculate(this.keysIndex), this.elem.addDynamicProperty(this) }, TextProperty.prototype.setMinimumFontSize = function (t) { this.minimumFontSize = Math.floor(t) || 1, this.recalculate(this.keysIndex), this.elem.addDynamicProperty(this) }; var TextSelectorProp = function () { var c = Math.max, d = Math.min, u = Math.floor; function i(t, e) { this._currentTextLength = -1, this.k = !1, this.data = e, this.elem = t, this.comp = t.comp, this.finalS = 0, this.finalE = 0, this.initDynamicPropertyContainer(t), this.s = PropertyFactory.getProp(t, e.s || { k: 0 }, 0, 0, this), this.e = "e" in e ? PropertyFactory.getProp(t, e.e, 0, 0, this) : { v: 100 }, this.o = PropertyFactory.getProp(t, e.o || { k: 0 }, 0, 0, this), this.xe = PropertyFactory.getProp(t, e.xe || { k: 0 }, 0, 0, this), this.ne = PropertyFactory.getProp(t, e.ne || { k: 0 }, 0, 0, this), this.a = PropertyFactory.getProp(t, e.a, 0, .01, this), this.dynamicProperties.length || this.getValue() } return i.prototype = { getMult: function (t) { this._currentTextLength !== this.elem.textProperty.currentData.l.length && this.getValue(); var e = 0, r = 0, i = 1, s = 1; 0 < this.ne.v ? e = this.ne.v / 100 : r = -this.ne.v / 100, 0 < this.xe.v ? i = 1 - this.xe.v / 100 : s = 1 + this.xe.v / 100; var a = BezierFactory.getBezierEasing(e, r, i, s).get, n = 0, o = this.finalS, h = this.finalE, l = this.data.sh; if (2 === l) n = a(n = h === o ? h <= t ? 1 : 0 : c(0, d(.5 / (h - o) + (t - o) / (h - o), 1))); else if (3 === l) n = a(n = h === o ? h <= t ? 0 : 1 : 1 - c(0, d(.5 / (h - o) + (t - o) / (h - o), 1))); else if (4 === l) h === o ? n = 0 : (n = c(0, d(.5 / (h - o) + (t - o) / (h - o), 1))) < .5 ? n *= 2 : n = 1 - 2 * (n - .5), n = a(n); else if (5 === l) { if (h === o) n = 0; else { var p = h - o, m = -p / 2 + (t = d(c(0, t + .5 - o), h - o)), f = p / 2; n = Math.sqrt(1 - m * m / (f * f)) } n = a(n) } else n = 6 === l ? a(n = h === o ? 0 : (t = d(c(0, t + .5 - o), h - o), (1 + Math.cos(Math.PI + 2 * Math.PI * t / (h - o))) / 2)) : (t >= u(o) && (n = c(0, d(t - o < 0 ? d(h, 1) - (o - t) : h - t, 1))), a(n)); return n * this.a.v }, getValue: function (t) { this.iterateDynamicProperties(), this._mdf = t || this._mdf, this._currentTextLength = this.elem.textProperty.currentData.l.length || 0, t && 2 === this.data.r && (this.e.v = this._currentTextLength); var e = 2 === this.data.r ? 1 : 100 / this.data.totalChars, r = this.o.v / e, i = this.s.v / e + r, s = this.e.v / e + r; if (s < i) { var a = i; i = s, s = a } this.finalS = i, this.finalE = s } }, extendPrototype([DynamicPropertyContainer], i), { getTextSelectorProp: function (t, e, r) { return new i(t, e, r) } } }(), poolFactory = function (t, e, r) { var i = 0, s = t, a = createSizedArray(s); return { newElement: function () { return i ? a[i -= 1] : e() }, release: function (t) { i === s && (a = pooling.double(a), s *= 2), r && r(t), a[i] = t, i += 1 } } }, pooling = { double: function (t) { return t.concat(createSizedArray(t.length)) } }, pointPool = poolFactory(8, function () { return createTypedArray("float32", 2) }), shapePool = (xB = poolFactory(4, function () { return new ShapePath }, function (t) { var e, r = t._length; for (e = 0; e < r; e += 1)pointPool.release(t.v[e]), pointPool.release(t.i[e]), pointPool.release(t.o[e]), t.v[e] = null, t.i[e] = null, t.o[e] = null; t._length = 0, t.c = !1 }), xB.clone = function (t) { var e, r = xB.newElement(), i = void 0 === t._length ? t.v.length : t._length; for (r.setLength(i), r.c = t.c, e = 0; e < i; e += 1)r.setTripleAt(t.v[e][0], t.v[e][1], t.o[e][0], t.o[e][1], t.i[e][0], t.i[e][1], e); return r }, xB), xB, shapeCollectionPool = (FB = { newShapeCollection: function () { var t; t = GB ? IB[GB -= 1] : new ShapeCollection; return t }, release: function (t) { var e, r = t._length; for (e = 0; e < r; e += 1)shapePool.release(t.shapes[e]); t._length = 0, GB === HB && (IB = pooling.double(IB), HB *= 2); IB[GB] = t, GB += 1 } }, GB = 0, HB = 4, IB = createSizedArray(HB), FB), FB, GB, HB, IB, segmentsLengthPool = poolFactory(8, function () { return { lengths: [], totalLength: 0 } }, function (t) { var e, r = t.lengths.length; for (e = 0; e < r; e += 1)bezierLengthPool.release(t.lengths[e]); t.lengths.length = 0 }), bezierLengthPool = poolFactory(8, function () { return { addedLength: 0, percents: createTypedArray("float32", defaultCurveSegments), lengths: createTypedArray("float32", defaultCurveSegments) } }), markerParser = function () { function a(t) { for (var e, r = t.split("\r\n"), i = {}, s = 0, a = 0; a < r.length; a += 1)2 === (e = r[a].split(":")).length && (i[e[0]] = e[1].trim(), s += 1); if (0 === s) throw new Error; return i } return function (e) { for (var t = [], r = 0; r < e.length; r += 1) { var i = e[r], s = { time: i.tm, duration: i.dr }; try { s.payload = JSON.parse(e[r].cm) } catch (t) { try { s.payload = a(e[r].cm) } catch (t) { s.payload = { name: e[r] } } } t.push(s) } return t } }(); function BaseRenderer() { } function SVGRenderer(t, e) { this.animationItem = t, this.layers = null, this.renderedFrame = -1, this.svgElement = createNS("svg"); var r = ""; if (e && e.title) { var i = createNS("title"), s = createElementID(); i.setAttribute("id", s), i.textContent = e.title, this.svgElement.appendChild(i), r += s } if (e && e.description) { var a = createNS("desc"), n = createElementID(); a.setAttribute("id", n), a.textContent = e.description, this.svgElement.appendChild(a), r += " " + n } r && this.svgElement.setAttribute("aria-labelledby", r); var o = createNS("defs"); this.svgElement.appendChild(o); var h = createNS("g"); this.svgElement.appendChild(h), this.layerElement = h, this.renderConfig = { preserveAspectRatio: e && e.preserveAspectRatio || "xMidYMid meet", imagePreserveAspectRatio: e && e.imagePreserveAspectRatio || "xMidYMid slice", progressiveLoad: e && e.progressiveLoad || !1, hideOnTransparent: !(e && !1 === e.hideOnTransparent), viewBoxOnly: e && e.viewBoxOnly || !1, viewBoxSize: e && e.viewBoxSize || !1, className: e && e.className || "", id: e && e.id || "", focusable: e && e.focusable, filterSize: { width: e && e.filterSize && e.filterSize.width || "100%", height: e && e.filterSize && e.filterSize.height || "100%", x: e && e.filterSize && e.filterSize.x || "0%", y: e && e.filterSize && e.filterSize.y || "0%" } }, this.globalData = { _mdf: !1, frameNum: -1, defs: o, renderConfig: this.renderConfig }, this.elements = [], this.pendingElements = [], this.destroyed = !1, this.rendererType = "svg" } function CanvasRenderer(t, e) { this.animationItem = t, this.renderConfig = { clearCanvas: !e || void 0 === e.clearCanvas || e.clearCanvas, context: e && e.context || null, progressiveLoad: e && e.progressiveLoad || !1, preserveAspectRatio: e && e.preserveAspectRatio || "xMidYMid meet", imagePreserveAspectRatio: e && e.imagePreserveAspectRatio || "xMidYMid slice", className: e && e.className || "", id: e && e.id || "" }, this.renderConfig.dpr = e && e.dpr || 1, this.animationItem.wrapper && (this.renderConfig.dpr = e && e.dpr || window.devicePixelRatio || 1), this.renderedFrame = -1, this.globalData = { frameNum: -1, _mdf: !1, renderConfig: this.renderConfig, currentGlobalAlpha: -1 }, this.contextData = new CVContextData, this.elements = [], this.pendingElements = [], this.transformMat = new Matrix, this.completeLayers = !1, this.rendererType = "canvas" } function HybridRenderer(t, e) { this.animationItem = t, this.layers = null, this.renderedFrame = -1, this.renderConfig = { className: e && e.className || "", imagePreserveAspectRatio: e && e.imagePreserveAspectRatio || "xMidYMid slice", hideOnTransparent: !(e && !1 === e.hideOnTransparent), filterSize: { width: e && e.filterSize && e.filterSize.width || "400%", height: e && e.filterSize && e.filterSize.height || "400%", x: e && e.filterSize && e.filterSize.x || "-100%", y: e && e.filterSize && e.filterSize.y || "-100%" } }, this.globalData = { _mdf: !1, frameNum: -1, renderConfig: this.renderConfig }, this.pendingElements = [], this.elements = [], this.threeDElements = [], this.destroyed = !1, this.camera = null, this.supports3d = !0, this.rendererType = "html" } function MaskElement(t, e, r) { this.data = t, this.element = e, this.globalData = r, this.storedData = [], this.masksProperties = this.data.masksProperties || [], this.maskElement = null; var i, s, a = this.globalData.defs, n = this.masksProperties ? this.masksProperties.length : 0; this.viewData = createSizedArray(n), this.solidPath = ""; var o, h, l, p, m, f, c = this.masksProperties, d = 0, u = [], y = createElementID(), g = "clipPath", v = "clip-path"; for (i = 0; i < n; i += 1)if (("a" !== c[i].mode && "n" !== c[i].mode || c[i].inv || 100 !== c[i].o.k || c[i].o.x) && (v = g = "mask"), "s" !== c[i].mode && "i" !== c[i].mode || 0 !== d ? l = null : ((l = createNS("rect")).setAttribute("fill", "#ffffff"), l.setAttribute("width", this.element.comp.data.w || 0), l.setAttribute("height", this.element.comp.data.h || 0), u.push(l)), s = createNS("path"), "n" === c[i].mode) this.viewData[i] = { op: PropertyFactory.getProp(this.element, c[i].o, 0, .01, this.element), prop: ShapePropertyFactory.getShapeProp(this.element, c[i], 3), elem: s, lastPath: "" }, a.appendChild(s); else { var b; if (d += 1, s.setAttribute("fill", "s" === c[i].mode ? "#000000" : "#ffffff"), s.setAttribute("clip-rule", "nonzero"), 0 !== c[i].x.k ? (v = g = "mask", f = PropertyFactory.getProp(this.element, c[i].x, 0, null, this.element), b = createElementID(), (p = createNS("filter")).setAttribute("id", b), (m = createNS("feMorphology")).setAttribute("operator", "erode"), m.setAttribute("in", "SourceGraphic"), m.setAttribute("radius", "0"), p.appendChild(m), a.appendChild(p), s.setAttribute("stroke", "s" === c[i].mode ? "#000000" : "#ffffff")) : f = m = null, this.storedData[i] = { elem: s, x: f, expan: m, lastPath: "", lastOperator: "", filterId: b, lastRadius: 0 }, "i" === c[i].mode) { h = u.length; var P = createNS("g"); for (o = 0; o < h; o += 1)P.appendChild(u[o]); var E = createNS("mask"); E.setAttribute("mask-type", "alpha"), E.setAttribute("id", y + "_" + d), E.appendChild(s), a.appendChild(E), P.setAttribute("mask", "url(" + locationHref + "#" + y + "_" + d + ")"), u.length = 0, u.push(P) } else u.push(s); c[i].inv && !this.solidPath && (this.solidPath = this.createLayerSolidPath()), this.viewData[i] = { elem: s, lastPath: "", op: PropertyFactory.getProp(this.element, c[i].o, 0, .01, this.element), prop: ShapePropertyFactory.getShapeProp(this.element, c[i], 3), invRect: l }, this.viewData[i].prop.k || this.drawPath(c[i], this.viewData[i].prop.v, this.viewData[i]) } for (this.maskElement = createNS(g), n = u.length, i = 0; i < n; i += 1)this.maskElement.appendChild(u[i]); 0 < d && (this.maskElement.setAttribute("id", y), this.element.maskedElement.setAttribute(v, "url(" + locationHref + "#" + y + ")"), a.appendChild(this.maskElement)), this.viewData.length && this.element.addRenderableComponent(this) } function HierarchyElement() { } function FrameElement() { } function TransformElement() { } function RenderableElement() { } function RenderableDOMElement() { } function ProcessedElement(t, e) { this.elem = t, this.pos = e } function SVGStyleData(t, e) { this.data = t, this.type = t.ty, this.d = "", this.lvl = e, this._mdf = !1, this.closed = !0 === t.hd, this.pElem = createNS("path"), this.msElem = null } function SVGShapeData(t, e, r) { this.caches = [], this.styles = [], this.transformers = t, this.lStr = "", this.sh = r, this.lvl = e, this._isAnimated = !!r.k; for (var i = 0, s = t.length; i < s;) { if (t[i].mProps.dynamicProperties.length) { this._isAnimated = !0; break } i += 1 } } function SVGTransformData(t, e, r) { this.transform = { mProps: t, op: e, container: r }, this.elements = [], this._isAnimated = this.transform.mProps.dynamicProperties.length || this.transform.op.effectsSequence.length } function SVGStrokeStyleData(t, e, r) { this.initDynamicPropertyContainer(t), this.getValue = this.iterateDynamicProperties, this.o = PropertyFactory.getProp(t, e.o, 0, .01, this), this.w = PropertyFactory.getProp(t, e.w, 0, null, this), this.d = new DashProperty(t, e.d || {}, "svg", this), this.c = PropertyFactory.getProp(t, e.c, 1, 255, this), this.style = r, this._isAnimated = !!this._isAnimated } function SVGFillStyleData(t, e, r) { this.initDynamicPropertyContainer(t), this.getValue = this.iterateDynamicProperties, this.o = PropertyFactory.getProp(t, e.o, 0, .01, this), this.c = PropertyFactory.getProp(t, e.c, 1, 255, this), this.style = r } function SVGGradientFillStyleData(t, e, r) { this.initDynamicPropertyContainer(t), this.getValue = this.iterateDynamicProperties, this.initGradientData(t, e, r) } function SVGGradientStrokeStyleData(t, e, r) { this.initDynamicPropertyContainer(t), this.getValue = this.iterateDynamicProperties, this.w = PropertyFactory.getProp(t, e.w, 0, null, this), this.d = new DashProperty(t, e.d || {}, "svg", this), this.initGradientData(t, e, r), this._isAnimated = !!this._isAnimated } function ShapeGroupData() { this.it = [], this.prevViewData = [], this.gr = createNS("g") } BaseRenderer.prototype.checkLayers = function (t) { var e, r, i = this.layers.length; for (this.completeLayers = !0, e = i - 1; 0 <= e; e -= 1)this.elements[e] || (r = this.layers[e]).ip - r.st <= t - this.layers[e].st && r.op - r.st > t - this.layers[e].st && this.buildItem(e), this.completeLayers = !!this.elements[e] && this.completeLayers; this.checkPendingElements() }, BaseRenderer.prototype.createItem = function (t) { switch (t.ty) { case 2: return this.createImage(t); case 0: return this.createComp(t); case 1: return this.createSolid(t); case 3: return this.createNull(t); case 4: return this.createShape(t); case 5: return this.createText(t); case 6: return this.createAudio(t); case 13: return this.createCamera(t); case 15: return this.createFootage(t); default: return this.createNull(t) } }, BaseRenderer.prototype.createCamera = function () { throw new Error("You're using a 3d camera. Try the html renderer.") }, BaseRenderer.prototype.createAudio = function (t) { return new AudioElement(t, this.globalData, this) }, BaseRenderer.prototype.createFootage = function (t) { return new FootageElement(t, this.globalData, this) }, BaseRenderer.prototype.buildAllItems = function () { var t, e = this.layers.length; for (t = 0; t < e; t += 1)this.buildItem(t); this.checkPendingElements() }, BaseRenderer.prototype.includeLayers = function (t) { var e; this.completeLayers = !1; var r, i = t.length, s = this.layers.length; for (e = 0; e < i; e += 1)for (r = 0; r < s;) { if (this.layers[r].id === t[e].id) { this.layers[r] = t[e]; break } r += 1 } }, BaseRenderer.prototype.setProjectInterface = function (t) { this.globalData.projectInterface = t }, BaseRenderer.prototype.initItems = function () { this.globalData.progressiveLoad || this.buildAllItems() }, BaseRenderer.prototype.buildElementParenting = function (t, e, r) { for (var i = this.elements, s = this.layers, a = 0, n = s.length; a < n;)s[a].ind == e && (i[a] && !0 !== i[a] ? (r.push(i[a]), i[a].setAsParent(), void 0 !== s[a].parent ? this.buildElementParenting(t, s[a].parent, r) : t.setHierarchy(r)) : (this.buildItem(a), this.addPendingElement(t))), a += 1 }, BaseRenderer.prototype.addPendingElement = function (t) { this.pendingElements.push(t) }, BaseRenderer.prototype.searchExtraCompositions = function (t) { var e, r = t.length; for (e = 0; e < r; e += 1)if (t[e].xt) { var i = this.createComp(t[e]); i.initExpressions(), this.globalData.projectInterface.registerComposition(i) } }, BaseRenderer.prototype.setupGlobalData = function (t, e) { this.globalData.fontManager = new FontManager, this.globalData.fontManager.addChars(t.chars), this.globalData.fontManager.addFonts(t.fonts, e), this.globalData.getAssetData = this.animationItem.getAssetData.bind(this.animationItem), this.globalData.getAssetsPath = this.animationItem.getAssetsPath.bind(this.animationItem), this.globalData.imageLoader = this.animationItem.imagePreloader, this.globalData.audioController = this.animationItem.audioController, this.globalData.frameId = 0, this.globalData.frameRate = t.fr, this.globalData.nm = t.nm, this.globalData.compSize = { w: t.w, h: t.h } }, extendPrototype([BaseRenderer], SVGRenderer), SVGRenderer.prototype.createNull = function (t) { return new NullElement(t, this.globalData, this) }, SVGRenderer.prototype.createShape = function (t) { return new SVGShapeElement(t, this.globalData, this) }, SVGRenderer.prototype.createText = function (t) { return new SVGTextLottieElement(t, this.globalData, this) }, SVGRenderer.prototype.createImage = function (t) { return new IImageElement(t, this.globalData, this) }, SVGRenderer.prototype.createComp = function (t) { return new SVGCompElement(t, this.globalData, this) }, SVGRenderer.prototype.createSolid = function (t) { return new ISolidElement(t, this.globalData, this) }, SVGRenderer.prototype.configAnimation = function (t) { this.svgElement.setAttribute("xmlns", "http://www.w3.org/2000/svg"), this.renderConfig.viewBoxSize ? this.svgElement.setAttribute("viewBox", this.renderConfig.viewBoxSize) : this.svgElement.setAttribute("viewBox", "0 0 " + t.w + " " + t.h), this.renderConfig.viewBoxOnly || (this.svgElement.setAttribute("width", t.w), this.svgElement.setAttribute("height", t.h), this.svgElement.style.width = "100%", this.svgElement.style.height = "100%", this.svgElement.style.transform = "translate3d(0,0,0)"), this.renderConfig.className && this.svgElement.setAttribute("class", this.renderConfig.className), this.renderConfig.id && this.svgElement.setAttribute("id", this.renderConfig.id), void 0 !== this.renderConfig.focusable && this.svgElement.setAttribute("focusable", this.renderConfig.focusable), this.svgElement.setAttribute("preserveAspectRatio", this.renderConfig.preserveAspectRatio), this.animationItem.wrapper.appendChild(this.svgElement); var e = this.globalData.defs; this.setupGlobalData(t, e), this.globalData.progressiveLoad = this.renderConfig.progressiveLoad, this.data = t; var r = createNS("clipPath"), i = createNS("rect"); i.setAttribute("width", t.w), i.setAttribute("height", t.h), i.setAttribute("x", 0), i.setAttribute("y", 0); var s = createElementID(); r.setAttribute("id", s), r.appendChild(i), this.layerElement.setAttribute("clip-path", "url(" + locationHref + "#" + s + ")"), e.appendChild(r), this.layers = t.layers, this.elements = createSizedArray(t.layers.length) }, SVGRenderer.prototype.destroy = function () { var t; this.animationItem.wrapper && (this.animationItem.wrapper.innerText = ""), this.layerElement = null, this.globalData.defs = null; var e = this.layers ? this.layers.length : 0; for (t = 0; t < e; t += 1)this.elements[t] && this.elements[t].destroy(); this.elements.length = 0, this.destroyed = !0, this.animationItem = null }, SVGRenderer.prototype.updateContainerSize = function () { }, SVGRenderer.prototype.buildItem = function (t) { var e = this.elements; if (!e[t] && 99 !== this.layers[t].ty) { e[t] = !0; var r = this.createItem(this.layers[t]); e[t] = r, expressionsPlugin && (0 === this.layers[t].ty && this.globalData.projectInterface.registerComposition(r), r.initExpressions()), this.appendElementInPos(r, t), this.layers[t].tt && (this.elements[t - 1] && !0 !== this.elements[t - 1] ? r.setMatte(e[t - 1].layerId) : (this.buildItem(t - 1), this.addPendingElement(r))) } }, SVGRenderer.prototype.checkPendingElements = function () { for (; this.pendingElements.length;) { var t = this.pendingElements.pop(); if (t.checkParenting(), t.data.tt) for (var e = 0, r = this.elements.length; e < r;) { if (this.elements[e] === t) { t.setMatte(this.elements[e - 1].layerId); break } e += 1 } } }, SVGRenderer.prototype.renderFrame = function (t) { if (this.renderedFrame !== t && !this.destroyed) { var e; null === t ? t = this.renderedFrame : this.renderedFrame = t, this.globalData.frameNum = t, this.globalData.frameId += 1, this.globalData.projectInterface.currentFrame = t, this.globalData._mdf = !1; var r = this.layers.length; for (this.completeLayers || this.checkLayers(t), e = r - 1; 0 <= e; e -= 1)(this.completeLayers || this.elements[e]) && this.elements[e].prepareFrame(t - this.layers[e].st); if (this.globalData._mdf) for (e = 0; e < r; e += 1)(this.completeLayers || this.elements[e]) && this.elements[e].renderFrame() } }, SVGRenderer.prototype.appendElementInPos = function (t, e) { var r = t.getBaseElement(); if (r) { for (var i, s = 0; s < e;)this.elements[s] && !0 !== this.elements[s] && this.elements[s].getBaseElement() && (i = this.elements[s].getBaseElement()), s += 1; i ? this.layerElement.insertBefore(r, i) : this.layerElement.appendChild(r) } }, SVGRenderer.prototype.hide = function () { this.layerElement.style.display = "none" }, SVGRenderer.prototype.show = function () { this.layerElement.style.display = "block" }, extendPrototype([BaseRenderer], CanvasRenderer), CanvasRenderer.prototype.createShape = function (t) { return new CVShapeElement(t, this.globalData, this) }, CanvasRenderer.prototype.createText = function (t) { return new CVTextElement(t, this.globalData, this) }, CanvasRenderer.prototype.createImage = function (t) { return new CVImageElement(t, this.globalData, this) }, CanvasRenderer.prototype.createComp = function (t) { return new CVCompElement(t, this.globalData, this) }, CanvasRenderer.prototype.createSolid = function (t) { return new CVSolidElement(t, this.globalData, this) }, CanvasRenderer.prototype.createNull = SVGRenderer.prototype.createNull, CanvasRenderer.prototype.ctxTransform = function (t) { if (1 !== t[0] || 0 !== t[1] || 0 !== t[4] || 1 !== t[5] || 0 !== t[12] || 0 !== t[13]) if (this.renderConfig.clearCanvas) { this.transformMat.cloneFromProps(t); var e = this.contextData.cTr.props; this.transformMat.transform(e[0], e[1], e[2], e[3], e[4], e[5], e[6], e[7], e[8], e[9], e[10], e[11], e[12], e[13], e[14], e[15]), this.contextData.cTr.cloneFromProps(this.transformMat.props); var r = this.contextData.cTr.props; this.canvasContext.setTransform(r[0], r[1], r[4], r[5], r[12], r[13]) } else this.canvasContext.transform(t[0], t[1], t[4], t[5], t[12], t[13]) }, CanvasRenderer.prototype.ctxOpacity = function (t) { if (!this.renderConfig.clearCanvas) return this.canvasContext.globalAlpha *= t < 0 ? 0 : t, void (this.globalData.currentGlobalAlpha = this.contextData.cO); this.contextData.cO *= t < 0 ? 0 : t, this.globalData.currentGlobalAlpha !== this.contextData.cO && (this.canvasContext.globalAlpha = this.contextData.cO, this.globalData.currentGlobalAlpha = this.contextData.cO) }, CanvasRenderer.prototype.reset = function () { this.renderConfig.clearCanvas ? this.contextData.reset() : this.canvasContext.restore() }, CanvasRenderer.prototype.save = function (t) { if (this.renderConfig.clearCanvas) { t && this.canvasContext.save(); var e, r = this.contextData.cTr.props; this.contextData._length <= this.contextData.cArrPos && this.contextData.duplicate(); var i = this.contextData.saved[this.contextData.cArrPos]; for (e = 0; e < 16; e += 1)i[e] = r[e]; this.contextData.savedOp[this.contextData.cArrPos] = this.contextData.cO, this.contextData.cArrPos += 1 } else this.canvasContext.save() }, CanvasRenderer.prototype.restore = function (t) { if (this.renderConfig.clearCanvas) { t && (this.canvasContext.restore(), this.globalData.blendMode = "source-over"), this.contextData.cArrPos -= 1; var e, r = this.contextData.saved[this.contextData.cArrPos], i = this.contextData.cTr.props; for (e = 0; e < 16; e += 1)i[e] = r[e]; this.canvasContext.setTransform(r[0], r[1], r[4], r[5], r[12], r[13]), r = this.contextData.savedOp[this.contextData.cArrPos], this.contextData.cO = r, this.globalData.currentGlobalAlpha !== r && (this.canvasContext.globalAlpha = r, this.globalData.currentGlobalAlpha = r) } else this.canvasContext.restore() }, CanvasRenderer.prototype.configAnimation = function (t) { if (this.animationItem.wrapper) { this.animationItem.container = createTag("canvas"); var e = this.animationItem.container.style; e.width = "100%", e.height = "100%"; var r = "0px 0px 0px"; e.transformOrigin = r, e.mozTransformOrigin = r, e.webkitTransformOrigin = r, e["-webkit-transform"] = r, this.animationItem.wrapper.appendChild(this.animationItem.container), this.canvasContext = this.animationItem.container.getContext("2d"), this.renderConfig.className && this.animationItem.container.setAttribute("class", this.renderConfig.className), this.renderConfig.id && this.animationItem.container.setAttribute("id", this.renderConfig.id) } else this.canvasContext = this.renderConfig.context; this.data = t, this.layers = t.layers, this.transformCanvas = { w: t.w, h: t.h, sx: 0, sy: 0, tx: 0, ty: 0 }, this.setupGlobalData(t, document.body), this.globalData.canvasContext = this.canvasContext, (this.globalData.renderer = this).globalData.isDashed = !1, this.globalData.progressiveLoad = this.renderConfig.progressiveLoad, this.globalData.transformCanvas = this.transformCanvas, this.elements = createSizedArray(t.layers.length), this.updateContainerSize() }, CanvasRenderer.prototype.updateContainerSize = function () { var t, e, r, i; if (this.reset(), this.animationItem.wrapper && this.animationItem.container ? (t = this.animationItem.wrapper.offsetWidth, e = this.animationItem.wrapper.offsetHeight, this.animationItem.container.setAttribute("width", t * this.renderConfig.dpr), this.animationItem.container.setAttribute("height", e * this.renderConfig.dpr)) : (t = this.canvasContext.canvas.width * this.renderConfig.dpr, e = this.canvasContext.canvas.height * this.renderConfig.dpr), -1 !== this.renderConfig.preserveAspectRatio.indexOf("meet") || -1 !== this.renderConfig.preserveAspectRatio.indexOf("slice")) { var s = this.renderConfig.preserveAspectRatio.split(" "), a = s[1] || "meet", n = s[0] || "xMidYMid", o = n.substr(0, 4), h = n.substr(4); r = t / e, i = this.transformCanvas.w / this.transformCanvas.h, this.transformCanvas.sy = r < i && "meet" === a || i < r && "slice" === a ? (this.transformCanvas.sx = t / (this.transformCanvas.w / this.renderConfig.dpr), t / (this.transformCanvas.w / this.renderConfig.dpr)) : (this.transformCanvas.sx = e / (this.transformCanvas.h / this.renderConfig.dpr), e / (this.transformCanvas.h / this.renderConfig.dpr)), this.transformCanvas.tx = "xMid" === o && (i < r && "meet" === a || r < i && "slice" === a) ? (t - this.transformCanvas.w * (e / this.transformCanvas.h)) / 2 * this.renderConfig.dpr : "xMax" === o && (i < r && "meet" === a || r < i && "slice" === a) ? (t - this.transformCanvas.w * (e / this.transformCanvas.h)) * this.renderConfig.dpr : 0, this.transformCanvas.ty = "YMid" === h && (r < i && "meet" === a || i < r && "slice" === a) ? (e - this.transformCanvas.h * (t / this.transformCanvas.w)) / 2 * this.renderConfig.dpr : "YMax" === h && (r < i && "meet" === a || i < r && "slice" === a) ? (e - this.transformCanvas.h * (t / this.transformCanvas.w)) * this.renderConfig.dpr : 0 } else "none" === this.renderConfig.preserveAspectRatio ? (this.transformCanvas.sx = t / (this.transformCanvas.w / this.renderConfig.dpr), this.transformCanvas.sy = e / (this.transformCanvas.h / this.renderConfig.dpr)) : (this.transformCanvas.sx = this.renderConfig.dpr, this.transformCanvas.sy = this.renderConfig.dpr), this.transformCanvas.tx = 0, this.transformCanvas.ty = 0; this.transformCanvas.props = [this.transformCanvas.sx, 0, 0, 0, 0, this.transformCanvas.sy, 0, 0, 0, 0, 1, 0, this.transformCanvas.tx, this.transformCanvas.ty, 0, 1], this.ctxTransform(this.transformCanvas.props), this.canvasContext.beginPath(), this.canvasContext.rect(0, 0, this.transformCanvas.w, this.transformCanvas.h), this.canvasContext.closePath(), this.canvasContext.clip(), this.renderFrame(this.renderedFrame, !0) }, CanvasRenderer.prototype.destroy = function () { var t; for (this.renderConfig.clearCanvas && this.animationItem.wrapper && (this.animationItem.wrapper.innerText = ""), t = (this.layers ? this.layers.length : 0) - 1; 0 <= t; t -= 1)this.elements[t] && this.elements[t].destroy(); this.elements.length = 0, this.globalData.canvasContext = null, this.animationItem.container = null, this.destroyed = !0 }, CanvasRenderer.prototype.renderFrame = function (t, e) { if ((this.renderedFrame !== t || !0 !== this.renderConfig.clearCanvas || e) && !this.destroyed && -1 !== t) { var r; this.renderedFrame = t, this.globalData.frameNum = t - this.animationItem._isFirstFrame, this.globalData.frameId += 1, this.globalData._mdf = !this.renderConfig.clearCanvas || e, this.globalData.projectInterface.currentFrame = t; var i = this.layers.length; for (this.completeLayers || this.checkLayers(t), r = 0; r < i; r += 1)(this.completeLayers || this.elements[r]) && this.elements[r].prepareFrame(t - this.layers[r].st); if (this.globalData._mdf) { for (!0 === this.renderConfig.clearCanvas ? this.canvasContext.clearRect(0, 0, this.transformCanvas.w, this.transformCanvas.h) : this.save(), r = i - 1; 0 <= r; r -= 1)(this.completeLayers || this.elements[r]) && this.elements[r].renderFrame(); !0 !== this.renderConfig.clearCanvas && this.restore() } } }, CanvasRenderer.prototype.buildItem = function (t) { var e = this.elements; if (!e[t] && 99 !== this.layers[t].ty) { var r = this.createItem(this.layers[t], this, this.globalData); (e[t] = r).initExpressions() } }, CanvasRenderer.prototype.checkPendingElements = function () { for (; this.pendingElements.length;) { this.pendingElements.pop().checkParenting() } }, CanvasRenderer.prototype.hide = function () { this.animationItem.container.style.display = "none" }, CanvasRenderer.prototype.show = function () { this.animationItem.container.style.display = "block" }, extendPrototype([BaseRenderer], HybridRenderer), HybridRenderer.prototype.buildItem = SVGRenderer.prototype.buildItem, HybridRenderer.prototype.checkPendingElements = function () { for (; this.pendingElements.length;) { this.pendingElements.pop().checkParenting() } }, HybridRenderer.prototype.appendElementInPos = function (t, e) { var r = t.getBaseElement(); if (r) { var i = this.layers[e]; if (i.ddd && this.supports3d) this.addTo3dContainer(r, e); else if (this.threeDElements) this.addTo3dContainer(r, e); else { for (var s, a, n = 0; n < e;)this.elements[n] && !0 !== this.elements[n] && this.elements[n].getBaseElement && (a = this.elements[n], s = (this.layers[n].ddd ? this.getThreeDContainerByPos(n) : a.getBaseElement()) || s), n += 1; s ? i.ddd && this.supports3d || this.layerElement.insertBefore(r, s) : i.ddd && this.supports3d || this.layerElement.appendChild(r) } } }, HybridRenderer.prototype.createShape = function (t) { return this.supports3d ? new HShapeElement(t, this.globalData, this) : new SVGShapeElement(t, this.globalData, this) }, HybridRenderer.prototype.createText = function (t) { return this.supports3d ? new HTextElement(t, this.globalData, this) : new SVGTextLottieElement(t, this.globalData, this) }, HybridRenderer.prototype.createCamera = function (t) { return this.camera = new HCameraElement(t, this.globalData, this), this.camera }, HybridRenderer.prototype.createImage = function (t) { return this.supports3d ? new HImageElement(t, this.globalData, this) : new IImageElement(t, this.globalData, this) }, HybridRenderer.prototype.createComp = function (t) { return this.supports3d ? new HCompElement(t, this.globalData, this) : new SVGCompElement(t, this.globalData, this) }, HybridRenderer.prototype.createSolid = function (t) { return this.supports3d ? new HSolidElement(t, this.globalData, this) : new ISolidElement(t, this.globalData, this) }, HybridRenderer.prototype.createNull = SVGRenderer.prototype.createNull, HybridRenderer.prototype.getThreeDContainerByPos = function (t) { for (var e = 0, r = this.threeDElements.length; e < r;) { if (this.threeDElements[e].startPos <= t && this.threeDElements[e].endPos >= t) return this.threeDElements[e].perspectiveElem; e += 1 } return null }, HybridRenderer.prototype.createThreeDContainer = function (t, e) { var r, i, s = createTag("div"); styleDiv(s); var a = createTag("div"); if (styleDiv(a), "3d" === e) { (r = s.style).width = this.globalData.compSize.w + "px", r.height = this.globalData.compSize.h + "px"; var n = "50% 50%"; r.webkitTransformOrigin = n, r.mozTransformOrigin = n, r.transformOrigin = n; var o = "matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)"; (i = a.style).transform = o, i.webkitTransform = o } s.appendChild(a); var h = { container: a, perspectiveElem: s, startPos: t, endPos: t, type: e }; return this.threeDElements.push(h), h }, HybridRenderer.prototype.build3dContainers = function () { var t, e, r = this.layers.length, i = ""; for (t = 0; t < r; t += 1)this.layers[t].ddd && 3 !== this.layers[t].ty ? "3d" !== i && (i = "3d", e = this.createThreeDContainer(t, "3d")) : "2d" !== i && (i = "2d", e = this.createThreeDContainer(t, "2d")), e.endPos = Math.max(e.endPos, t); for (t = (r = this.threeDElements.length) - 1; 0 <= t; t -= 1)this.resizerElem.appendChild(this.threeDElements[t].perspectiveElem) }, HybridRenderer.prototype.addTo3dContainer = function (t, e) { for (var r = 0, i = this.threeDElements.length; r < i;) { if (e <= this.threeDElements[r].endPos) { for (var s, a = this.threeDElements[r].startPos; a < e;)this.elements[a] && this.elements[a].getBaseElement && (s = this.elements[a].getBaseElement()), a += 1; s ? this.threeDElements[r].container.insertBefore(t, s) : this.threeDElements[r].container.appendChild(t); break } r += 1 } }, HybridRenderer.prototype.configAnimation = function (t) { var e = createTag("div"), r = this.animationItem.wrapper, i = e.style; i.width = t.w + "px", i.height = t.h + "px", styleDiv(this.resizerElem = e), i.transformStyle = "flat", i.mozTransformStyle = "flat", i.webkitTransformStyle = "flat", this.renderConfig.className && e.setAttribute("class", this.renderConfig.className), r.appendChild(e), i.overflow = "hidden"; var s = createNS("svg"); s.setAttribute("width", "1"), s.setAttribute("height", "1"), styleDiv(s), this.resizerElem.appendChild(s); var a = createNS("defs"); s.appendChild(a), this.data = t, this.setupGlobalData(t, s), this.globalData.defs = a, this.layers = t.layers, this.layerElement = this.resizerElem, this.build3dContainers(), this.updateContainerSize() }, HybridRenderer.prototype.destroy = function () { var t; this.animationItem.wrapper && (this.animationItem.wrapper.innerText = ""), this.animationItem.container = null, this.globalData.defs = null; var e = this.layers ? this.layers.length : 0; for (t = 0; t < e; t += 1)this.elements[t].destroy(); this.elements.length = 0, this.destroyed = !0, this.animationItem = null }, HybridRenderer.prototype.updateContainerSize = function () { var t, e, r, i, s = this.animationItem.wrapper.offsetWidth, a = this.animationItem.wrapper.offsetHeight; i = s / a < this.globalData.compSize.w / this.globalData.compSize.h ? (t = s / this.globalData.compSize.w, e = s / this.globalData.compSize.w, r = 0, (a - this.globalData.compSize.h * (s / this.globalData.compSize.w)) / 2) : (t = a / this.globalData.compSize.h, e = a / this.globalData.compSize.h, r = (s - this.globalData.compSize.w * (a / this.globalData.compSize.h)) / 2, 0); var n = this.resizerElem.style; n.webkitTransform = "matrix3d(" + t + ",0,0,0,0," + e + ",0,0,0,0,1,0," + r + "," + i + ",0,1)", n.transform = n.webkitTransform }, HybridRenderer.prototype.renderFrame = SVGRenderer.prototype.renderFrame, HybridRenderer.prototype.hide = function () { this.resizerElem.style.display = "none" }, HybridRenderer.prototype.show = function () { this.resizerElem.style.display = "block" }, HybridRenderer.prototype.initItems = function () { if (this.buildAllItems(), this.camera) this.camera.setup(); else { var t, e = this.globalData.compSize.w, r = this.globalData.compSize.h, i = this.threeDElements.length; for (t = 0; t < i; t += 1) { var s = this.threeDElements[t].perspectiveElem.style; s.webkitPerspective = Math.sqrt(Math.pow(e, 2) + Math.pow(r, 2)) + "px", s.perspective = s.webkitPerspective } } }, HybridRenderer.prototype.searchExtraCompositions = function (t) { var e, r = t.length, i = createTag("div"); for (e = 0; e < r; e += 1)if (t[e].xt) { var s = this.createComp(t[e], i, this.globalData.comp, null); s.initExpressions(), this.globalData.projectInterface.registerComposition(s) } }, MaskElement.prototype.getMaskProperty = function (t) { return this.viewData[t].prop }, MaskElement.prototype.renderFrame = function (t) { var e, r = this.element.finalTransform.mat, i = this.masksProperties.length; for (e = 0; e < i; e += 1)if ((this.viewData[e].prop._mdf || t) && this.drawPath(this.masksProperties[e], this.viewData[e].prop.v, this.viewData[e]), (this.viewData[e].op._mdf || t) && this.viewData[e].elem.setAttribute("fill-opacity", this.viewData[e].op.v), "n" !== this.masksProperties[e].mode && (this.viewData[e].invRect && (this.element.finalTransform.mProp._mdf || t) && this.viewData[e].invRect.setAttribute("transform", r.getInverseMatrix().to2dCSS()), this.storedData[e].x && (this.storedData[e].x._mdf || t))) { var s = this.storedData[e].expan; this.storedData[e].x.v < 0 ? ("erode" !== this.storedData[e].lastOperator && (this.storedData[e].lastOperator = "erode", this.storedData[e].elem.setAttribute("filter", "url(" + locationHref + "#" + this.storedData[e].filterId + ")")), s.setAttribute("radius", -this.storedData[e].x.v)) : ("dilate" !== this.storedData[e].lastOperator && (this.storedData[e].lastOperator = "dilate", this.storedData[e].elem.setAttribute("filter", null)), this.storedData[e].elem.setAttribute("stroke-width", 2 * this.storedData[e].x.v)) } }, MaskElement.prototype.getMaskelement = function () { return this.maskElement }, MaskElement.prototype.createLayerSolidPath = function () { var t = "M0,0 "; return t += " h" + this.globalData.compSize.w, t += " v" + this.globalData.compSize.h, t += " h-" + this.globalData.compSize.w, t += " v-" + this.globalData.compSize.h + " " }, MaskElement.prototype.drawPath = function (t, e, r) { var i, s, a = " M" + e.v[0][0] + "," + e.v[0][1]; for (s = e._length, i = 1; i < s; i += 1)a += " C" + e.o[i - 1][0] + "," + e.o[i - 1][1] + " " + e.i[i][0] + "," + e.i[i][1] + " " + e.v[i][0] + "," + e.v[i][1]; if (e.c && 1 < s && (a += " C" + e.o[i - 1][0] + "," + e.o[i - 1][1] + " " + e.i[0][0] + "," + e.i[0][1] + " " + e.v[0][0] + "," + e.v[0][1]), r.lastPath !== a) { var n = ""; r.elem && (e.c && (n = t.inv ? this.solidPath + a : a), r.elem.setAttribute("d", n)), r.lastPath = a } }, MaskElement.prototype.destroy = function () { this.element = null, this.globalData = null, this.maskElement = null, this.data = null, this.masksProperties = null }, HierarchyElement.prototype = { initHierarchy: function () { this.hierarchy = [], this._isParent = !1, this.checkParenting() }, setHierarchy: function (t) { this.hierarchy = t }, setAsParent: function () { this._isParent = !0 }, checkParenting: function () { void 0 !== this.data.parent && this.comp.buildElementParenting(this, this.data.parent, []) } }, FrameElement.prototype = { initFrame: function () { this._isFirstFrame = !1, this.dynamicProperties = [], this._mdf = !1 }, prepareProperties: function (t, e) { var r, i = this.dynamicProperties.length; for (r = 0; r < i; r += 1)(e || this._isParent && "transform" === this.dynamicProperties[r].propType) && (this.dynamicProperties[r].getValue(), this.dynamicProperties[r]._mdf && (this.globalData._mdf = !0, this._mdf = !0)) }, addDynamicProperty: function (t) { -1 === this.dynamicProperties.indexOf(t) && this.dynamicProperties.push(t) } }, TransformElement.prototype = { initTransform: function () { this.finalTransform = { mProp: this.data.ks ? TransformPropertyFactory.getTransformProperty(this, this.data.ks, this) : { o: 0 }, _matMdf: !1, _opMdf: !1, mat: new Matrix }, this.data.ao && (this.finalTransform.mProp.autoOriented = !0), this.data.ty }, renderTransform: function () { if (this.finalTransform._opMdf = this.finalTransform.mProp.o._mdf || this._isFirstFrame, this.finalTransform._matMdf = this.finalTransform.mProp._mdf || this._isFirstFrame, this.hierarchy) { var t, e = this.finalTransform.mat, r = 0, i = this.hierarchy.length; if (!this.finalTransform._matMdf) for (; r < i;) { if (this.hierarchy[r].finalTransform.mProp._mdf) { this.finalTransform._matMdf = !0; break } r += 1 } if (this.finalTransform._matMdf) for (t = this.finalTransform.mProp.v.props, e.cloneFromProps(t), r = 0; r < i; r += 1)t = this.hierarchy[r].finalTransform.mProp.v.props, e.transform(t[0], t[1], t[2], t[3], t[4], t[5], t[6], t[7], t[8], t[9], t[10], t[11], t[12], t[13], t[14], t[15]) } }, globalToLocal: function (t) { var e = []; e.push(this.finalTransform); for (var r, i = !0, s = this.comp; i;)s.finalTransform ? (s.data.hasMask && e.splice(0, 0, s.finalTransform), s = s.comp) : i = !1; var a, n = e.length; for (r = 0; r < n; r += 1)a = e[r].mat.applyToPointArray(0, 0, 0), t = [t[0] - a[0], t[1] - a[1], 0]; return t }, mHelper: new Matrix }, RenderableElement.prototype = { initRenderable: function () { this.isInRange = !1, this.hidden = !1, this.isTransparent = !1, this.renderableComponents = [] }, addRenderableComponent: function (t) { -1 === this.renderableComponents.indexOf(t) && this.renderableComponents.push(t) }, removeRenderableComponent: function (t) { -1 !== this.renderableComponents.indexOf(t) && this.renderableComponents.splice(this.renderableComponents.indexOf(t), 1) }, prepareRenderableFrame: function (t) { this.checkLayerLimits(t) }, checkTransparency: function () { this.finalTransform.mProp.o.v <= 0 ? !this.isTransparent && this.globalData.renderConfig.hideOnTransparent && (this.isTransparent = !0, this.hide()) : this.isTransparent && (this.isTransparent = !1, this.show()) }, checkLayerLimits: function (t) { this.data.ip - this.data.st <= t && this.data.op - this.data.st > t ? !0 !== this.isInRange && (this.globalData._mdf = !0, this._mdf = !0, this.isInRange = !0, this.show()) : !1 !== this.isInRange && (this.globalData._mdf = !0, this.isInRange = !1, this.hide()) }, renderRenderable: function () { var t, e = this.renderableComponents.length; for (t = 0; t < e; t += 1)this.renderableComponents[t].renderFrame(this._isFirstFrame) }, sourceRectAtTime: function () { return { top: 0, left: 0, width: 100, height: 100 } }, getLayerSize: function () { return 5 === this.data.ty ? { w: this.data.textData.width, h: this.data.textData.height } : { w: this.data.width, h: this.data.height } } }, extendPrototype([RenderableElement, createProxyFunction({ initElement: function (t, e, r) { this.initFrame(), this.initBaseData(t, e, r), this.initTransform(t, e, r), this.initHierarchy(), this.initRenderable(), this.initRendererElement(), this.createContainerElements(), this.createRenderableComponents(), this.createContent(), this.hide() }, hide: function () { this.hidden || this.isInRange && !this.isTransparent || ((this.baseElement || this.layerElement).style.display = "none", this.hidden = !0) }, show: function () { this.isInRange && !this.isTransparent && (this.data.hd || ((this.baseElement || this.layerElement).style.display = "block"), this.hidden = !1, this._isFirstFrame = !0) }, renderFrame: function () { this.data.hd || this.hidden || (this.renderTransform(), this.renderRenderable(), this.renderElement(), this.renderInnerContent(), this._isFirstFrame && (this._isFirstFrame = !1)) }, renderInnerContent: function () { }, prepareFrame: function (t) { this._mdf = !1, this.prepareRenderableFrame(t), this.prepareProperties(t, this.isInRange), this.checkTransparency() }, destroy: function () { this.innerElem = null, this.destroyBaseElement() } })], RenderableDOMElement), SVGStyleData.prototype.reset = function () { this.d = "", this._mdf = !1 }, SVGShapeData.prototype.setAsAnimated = function () { this._isAnimated = !0 }, extendPrototype([DynamicPropertyContainer], SVGStrokeStyleData), extendPrototype([DynamicPropertyContainer], SVGFillStyleData), SVGGradientFillStyleData.prototype.initGradientData = function (t, e, r) { this.o = PropertyFactory.getProp(t, e.o, 0, .01, this), this.s = PropertyFactory.getProp(t, e.s, 1, null, this), this.e = PropertyFactory.getProp(t, e.e, 1, null, this), this.h = PropertyFactory.getProp(t, e.h || { k: 0 }, 0, .01, this), this.a = PropertyFactory.getProp(t, e.a || { k: 0 }, 0, degToRads, this), this.g = new GradientProperty(t, e.g, this), this.style = r, this.stops = [], this.setGradientData(r.pElem, e), this.setGradientOpacity(e, r), this._isAnimated = !!this._isAnimated }, SVGGradientFillStyleData.prototype.setGradientData = function (t, e) { var r = createElementID(), i = createNS(1 === e.t ? "linearGradient" : "radialGradient"); i.setAttribute("id", r), i.setAttribute("spreadMethod", "pad"), i.setAttribute("gradientUnits", "userSpaceOnUse"); var s, a, n, o = []; for (n = 4 * e.g.p, a = 0; a < n; a += 4)s = createNS("stop"), i.appendChild(s), o.push(s); t.setAttribute("gf" === e.ty ? "fill" : "stroke", "url(" + locationHref + "#" + r + ")"), this.gf = i, this.cst = o }, SVGGradientFillStyleData.prototype.setGradientOpacity = function (t, e) { if (this.g._hasOpacity && !this.g._collapsable) { var r, i, s, a = createNS("mask"), n = createNS("path"); a.appendChild(n); var o = createElementID(), h = createElementID(); a.setAttribute("id", h); var l = createNS(1 === t.t ? "linearGradient" : "radialGradient"); l.setAttribute("id", o), l.setAttribute("spreadMethod", "pad"), l.setAttribute("gradientUnits", "userSpaceOnUse"), s = t.g.k.k[0].s ? t.g.k.k[0].s.length : t.g.k.k.length; var p = this.stops; for (i = 4 * t.g.p; i < s; i += 2)(r = createNS("stop")).setAttribute("stop-color", "rgb(255,255,255)"), l.appendChild(r), p.push(r); n.setAttribute("gf" === t.ty ? "fill" : "stroke", "url(" + locationHref + "#" + o + ")"), this.of = l, this.ms = a, this.ost = p, this.maskId = h, e.msElem = n } }, extendPrototype([DynamicPropertyContainer], SVGGradientFillStyleData), extendPrototype([SVGGradientFillStyleData, DynamicPropertyContainer], SVGGradientStrokeStyleData); var SVGElementsRenderer = function () { var y = new Matrix, g = new Matrix; function e(t, e, r) { (r || e.transform.op._mdf) && e.transform.container.setAttribute("opacity", e.transform.op.v), (r || e.transform.mProps._mdf) && e.transform.container.setAttribute("transform", e.transform.mProps.v.to2dCSS()) } function r(t, e, r) { var i, s, a, n, o, h, l, p, m, f, c, d = e.styles.length, u = e.lvl; for (h = 0; h < d; h += 1) { if (n = e.sh._mdf || r, e.styles[h].lvl < u) { for (p = g.reset(), f = u - e.styles[h].lvl, c = e.transformers.length - 1; !n && 0 < f;)n = e.transformers[c].mProps._mdf || n, f -= 1, c -= 1; if (n) for (f = u - e.styles[h].lvl, c = e.transformers.length - 1; 0 < f;)m = e.transformers[c].mProps.v.props, p.transform(m[0], m[1], m[2], m[3], m[4], m[5], m[6], m[7], m[8], m[9], m[10], m[11], m[12], m[13], m[14], m[15]), f -= 1, c -= 1 } else p = y; if (s = (l = e.sh.paths)._length, n) { for (a = "", i = 0; i < s; i += 1)(o = l.shapes[i]) && o._length && (a += buildShapeString(o, o._length, o.c, p)); e.caches[h] = a } else a = e.caches[h]; e.styles[h].d += !0 === t.hd ? "" : a, e.styles[h]._mdf = n || e.styles[h]._mdf } } function i(t, e, r) { var i = e.style; (e.c._mdf || r) && i.pElem.setAttribute("fill", "rgb(" + bmFloor(e.c.v[0]) + "," + bmFloor(e.c.v[1]) + "," + bmFloor(e.c.v[2]) + ")"), (e.o._mdf || r) && i.pElem.setAttribute("fill-opacity", e.o.v) } function s(t, e, r) { a(t, e, r), n(t, e, r) } function a(t, e, r) { var i, s, a, n, o, h = e.gf, l = e.g._hasOpacity, p = e.s.v, m = e.e.v; if (e.o._mdf || r) { var f = "gf" === t.ty ? "fill-opacity" : "stroke-opacity"; e.style.pElem.setAttribute(f, e.o.v) } if (e.s._mdf || r) { var c = 1 === t.t ? "x1" : "cx", d = "x1" === c ? "y1" : "cy"; h.setAttribute(c, p[0]), h.setAttribute(d, p[1]), l && !e.g._collapsable && (e.of.setAttribute(c, p[0]), e.of.setAttribute(d, p[1])) } if (e.g._cmdf || r) { i = e.cst; var u = e.g.c; for (a = i.length, s = 0; s < a; s += 1)(n = i[s]).setAttribute("offset", u[4 * s] + "%"), n.setAttribute("stop-color", "rgb(" + u[4 * s + 1] + "," + u[4 * s + 2] + "," + u[4 * s + 3] + ")") } if (l && (e.g._omdf || r)) { var y = e.g.o; for (a = (i = e.g._collapsable ? e.cst : e.ost).length, s = 0; s < a; s += 1)n = i[s], e.g._collapsable || n.setAttribute("offset", y[2 * s] + "%"), n.setAttribute("stop-opacity", y[2 * s + 1]) } if (1 === t.t) (e.e._mdf || r) && (h.setAttribute("x2", m[0]), h.setAttribute("y2", m[1]), l && !e.g._collapsable && (e.of.setAttribute("x2", m[0]), e.of.setAttribute("y2", m[1]))); else if ((e.s._mdf || e.e._mdf || r) && (o = Math.sqrt(Math.pow(p[0] - m[0], 2) + Math.pow(p[1] - m[1], 2)), h.setAttribute("r", o), l && !e.g._collapsable && e.of.setAttribute("r", o)), e.e._mdf || e.h._mdf || e.a._mdf || r) { o || (o = Math.sqrt(Math.pow(p[0] - m[0], 2) + Math.pow(p[1] - m[1], 2))); var g = Math.atan2(m[1] - p[1], m[0] - p[0]), v = e.h.v; 1 <= v ? v = .99 : v <= -1 && (v = -.99); var b = o * v, P = Math.cos(g + e.a.v) * b + p[0], E = Math.sin(g + e.a.v) * b + p[1]; h.setAttribute("fx", P), h.setAttribute("fy", E), l && !e.g._collapsable && (e.of.setAttribute("fx", P), e.of.setAttribute("fy", E)) } } function n(t, e, r) { var i = e.style, s = e.d; s && (s._mdf || r) && s.dashStr && (i.pElem.setAttribute("stroke-dasharray", s.dashStr), i.pElem.setAttribute("stroke-dashoffset", s.dashoffset[0])), e.c && (e.c._mdf || r) && i.pElem.setAttribute("stroke", "rgb(" + bmFloor(e.c.v[0]) + "," + bmFloor(e.c.v[1]) + "," + bmFloor(e.c.v[2]) + ")"), (e.o._mdf || r) && i.pElem.setAttribute("stroke-opacity", e.o.v), (e.w._mdf || r) && (i.pElem.setAttribute("stroke-width", e.w.v), i.msElem && i.msElem.setAttribute("stroke-width", e.w.v)) } return { createRenderFunction: function (t) { switch (t.ty) { case "fl": return i; case "gf": return a; case "gs": return s; case "st": return n; case "sh": case "el": case "rc": case "sr": return r; case "tr": return e; default: return null } } } }(); function ShapeTransformManager() { this.sequences = {}, this.sequenceList = [], this.transform_key_count = 0 } function CVShapeData(t, e, r, i) { this.styledShapes = [], this.tr = [0, 0, 0, 0, 0, 0]; var s, a = 4; "rc" === e.ty ? a = 5 : "el" === e.ty ? a = 6 : "sr" === e.ty && (a = 7), this.sh = ShapePropertyFactory.getShapeProp(t, e, a, t); var n, o = r.length; for (s = 0; s < o; s += 1)r[s].closed || (n = { transforms: i.addTransformSequence(r[s].transforms), trNodes: [] }, this.styledShapes.push(n), r[s].elements.push(n)) } function BaseElement() { } function NullElement(t, e, r) { this.initFrame(), this.initBaseData(t, e, r), this.initFrame(), this.initTransform(t, e, r), this.initHierarchy() } function SVGBaseElement() { } function IShapeElement() { } function ITextElement() { } function ICompElement() { } function IImageElement(t, e, r) { this.assetData = e.getAssetData(t.refId), this.initElement(t, e, r), this.sourceRect = { top: 0, left: 0, width: this.assetData.w, height: this.assetData.h } } function ISolidElement(t, e, r) { this.initElement(t, e, r) } function AudioElement(t, e, r) { this.initFrame(), this.initRenderable(), this.assetData = e.getAssetData(t.refId), this.initBaseData(t, e, r), this._isPlaying = !1, this._canPlay = !1; var i = this.globalData.getAssetsPath(this.assetData); this.audio = this.globalData.audioController.createAudio(i), this._currentTime = 0, this.globalData.audioController.addAudio(this), this.tm = t.tm ? PropertyFactory.getProp(this, t.tm, 0, e.frameRate, this) : { _placeholder: !0 } } function FootageElement(t, e, r) { this.initFrame(), this.initRenderable(), this.assetData = e.getAssetData(t.refId), this.footageData = e.imageLoader.getAsset(this.assetData), this.initBaseData(t, e, r) } function SVGCompElement(t, e, r) { this.layers = t.layers, this.supports3d = !0, this.completeLayers = !1, this.pendingElements = [], this.elements = this.layers ? createSizedArray(this.layers.length) : [], this.initElement(t, e, r), this.tm = t.tm ? PropertyFactory.getProp(this, t.tm, 0, e.frameRate, this) : { _placeholder: !0 } } function SVGTextLottieElement(t, e, r) { this.textSpans = [], this.renderType = "svg", this.initElement(t, e, r) } function SVGShapeElement(t, e, r) { this.shapes = [], this.shapesData = t.shapes, this.stylesList = [], this.shapeModifiers = [], this.itemsData = [], this.processedElements = [], this.animatedContents = [], this.initElement(t, e, r), this.prevViewData = [] } function SVGTintFilter(t, e) { this.filterManager = e; var r = createNS("feColorMatrix"); if (r.setAttribute("type", "matrix"), r.setAttribute("color-interpolation-filters", "linearRGB"), r.setAttribute("values", "0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"), r.setAttribute("result", "f1"), t.appendChild(r), (r = createNS("feColorMatrix")).setAttribute("type", "matrix"), r.setAttribute("color-interpolation-filters", "sRGB"), r.setAttribute("values", "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"), r.setAttribute("result", "f2"), t.appendChild(r), this.matrixFilter = r, 100 !== e.effectElements[2].p.v || e.effectElements[2].p.k) { var i, s = createNS("feMerge"); t.appendChild(s), (i = createNS("feMergeNode")).setAttribute("in", "SourceGraphic"), s.appendChild(i), (i = createNS("feMergeNode")).setAttribute("in", "f2"), s.appendChild(i) } } function SVGFillFilter(t, e) { this.filterManager = e; var r = createNS("feColorMatrix"); r.setAttribute("type", "matrix"), r.setAttribute("color-interpolation-filters", "sRGB"), r.setAttribute("values", "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"), t.appendChild(r), this.matrixFilter = r } function SVGGaussianBlurEffect(t, e) { t.setAttribute("x", "-100%"), t.setAttribute("y", "-100%"), t.setAttribute("width", "300%"), t.setAttribute("height", "300%"), this.filterManager = e; var r = createNS("feGaussianBlur"); t.appendChild(r), this.feGaussianBlur = r } function SVGStrokeEffect(t, e) { this.initialized = !1, this.filterManager = e, this.elem = t, this.paths = [] } function SVGTritoneFilter(t, e) { this.filterManager = e; var r = createNS("feColorMatrix"); r.setAttribute("type", "matrix"), r.setAttribute("color-interpolation-filters", "linearRGB"), r.setAttribute("values", "0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"), r.setAttribute("result", "f1"), t.appendChild(r); var i = createNS("feComponentTransfer"); i.setAttribute("color-interpolation-filters", "sRGB"), t.appendChild(i), this.matrixFilter = i; var s = createNS("feFuncR"); s.setAttribute("type", "table"), i.appendChild(s), this.feFuncR = s; var a = createNS("feFuncG"); a.setAttribute("type", "table"), i.appendChild(a), this.feFuncG = a; var n = createNS("feFuncB"); n.setAttribute("type", "table"), i.appendChild(n), this.feFuncB = n } function SVGProLevelsFilter(t, e) { this.filterManager = e; var r = this.filterManager.effectElements, i = createNS("feComponentTransfer"); (r[10].p.k || 0 !== r[10].p.v || r[11].p.k || 1 !== r[11].p.v || r[12].p.k || 1 !== r[12].p.v || r[13].p.k || 0 !== r[13].p.v || r[14].p.k || 1 !== r[14].p.v) && (this.feFuncR = this.createFeFunc("feFuncR", i)), (r[17].p.k || 0 !== r[17].p.v || r[18].p.k || 1 !== r[18].p.v || r[19].p.k || 1 !== r[19].p.v || r[20].p.k || 0 !== r[20].p.v || r[21].p.k || 1 !== r[21].p.v) && (this.feFuncG = this.createFeFunc("feFuncG", i)), (r[24].p.k || 0 !== r[24].p.v || r[25].p.k || 1 !== r[25].p.v || r[26].p.k || 1 !== r[26].p.v || r[27].p.k || 0 !== r[27].p.v || r[28].p.k || 1 !== r[28].p.v) && (this.feFuncB = this.createFeFunc("feFuncB", i)), (r[31].p.k || 0 !== r[31].p.v || r[32].p.k || 1 !== r[32].p.v || r[33].p.k || 1 !== r[33].p.v || r[34].p.k || 0 !== r[34].p.v || r[35].p.k || 1 !== r[35].p.v) && (this.feFuncA = this.createFeFunc("feFuncA", i)), (this.feFuncR || this.feFuncG || this.feFuncB || this.feFuncA) && (i.setAttribute("color-interpolation-filters", "sRGB"), t.appendChild(i), i = createNS("feComponentTransfer")), (r[3].p.k || 0 !== r[3].p.v || r[4].p.k || 1 !== r[4].p.v || r[5].p.k || 1 !== r[5].p.v || r[6].p.k || 0 !== r[6].p.v || r[7].p.k || 1 !== r[7].p.v) && (i.setAttribute("color-interpolation-filters", "sRGB"), t.appendChild(i), this.feFuncRComposed = this.createFeFunc("feFuncR", i), this.feFuncGComposed = this.createFeFunc("feFuncG", i), this.feFuncBComposed = this.createFeFunc("feFuncB", i)) } function SVGDropShadowEffect(t, e) { var r = e.container.globalData.renderConfig.filterSize; t.setAttribute("x", r.x), t.setAttribute("y", r.y), t.setAttribute("width", r.width), t.setAttribute("height", r.height), this.filterManager = e; var i = createNS("feGaussianBlur"); i.setAttribute("in", "SourceAlpha"), i.setAttribute("result", "drop_shadow_1"), i.setAttribute("stdDeviation", "0"), this.feGaussianBlur = i, t.appendChild(i); var s = createNS("feOffset"); s.setAttribute("dx", "25"), s.setAttribute("dy", "0"), s.setAttribute("in", "drop_shadow_1"), s.setAttribute("result", "drop_shadow_2"), this.feOffset = s, t.appendChild(s); var a = createNS("feFlood"); a.setAttribute("flood-color", "#00ff00"), a.setAttribute("flood-opacity", "1"), a.setAttribute("result", "drop_shadow_3"), this.feFlood = a, t.appendChild(a); var n = createNS("feComposite"); n.setAttribute("in", "drop_shadow_3"), n.setAttribute("in2", "drop_shadow_2"), n.setAttribute("operator", "in"), n.setAttribute("result", "drop_shadow_4"), t.appendChild(n); var o, h = createNS("feMerge"); t.appendChild(h), o = createNS("feMergeNode"), h.appendChild(o), (o = createNS("feMergeNode")).setAttribute("in", "SourceGraphic"), this.feMergeNode = o, this.feMerge = h, this.originalNodeAdded = !1, h.appendChild(o) } ShapeTransformManager.prototype = { addTransformSequence: function (t) { var e, r = t.length, i = "_"; for (e = 0; e < r; e += 1)i += t[e].transform.key + "_"; var s = this.sequences[i]; return s || (s = { transforms: [].concat(t), finalTransform: new Matrix, _mdf: !1 }, this.sequences[i] = s, this.sequenceList.push(s)), s }, processSequence: function (t, e) { for (var r, i = 0, s = t.transforms.length, a = e; i < s && !e;) { if (t.transforms[i].transform.mProps._mdf) { a = !0; break } i += 1 } if (a) for (t.finalTransform.reset(), i = s - 1; 0 <= i; i -= 1)r = t.transforms[i].transform.mProps.v.props, t.finalTransform.transform(r[0], r[1], r[2], r[3], r[4], r[5], r[6], r[7], r[8], r[9], r[10], r[11], r[12], r[13], r[14], r[15]); t._mdf = a }, processSequences: function (t) { var e, r = this.sequenceList.length; for (e = 0; e < r; e += 1)this.processSequence(this.sequenceList[e], t) }, getNewKey: function () { return this.transform_key_count += 1, "_" + this.transform_key_count } }, CVShapeData.prototype.setAsAnimated = SVGShapeData.prototype.setAsAnimated, BaseElement.prototype = { checkMasks: function () { if (!this.data.hasMask) return !1; for (var t = 0, e = this.data.masksProperties.length; t < e;) { if ("n" !== this.data.masksProperties[t].mode && !1 !== this.data.masksProperties[t].cl) return !0; t += 1 } return !1 }, initExpressions: function () { this.layerInterface = LayerExpressionInterface(this), this.data.hasMask && this.maskManager && this.layerInterface.registerMaskInterface(this.maskManager); var t = EffectsExpressionInterface.createEffectsInterface(this, this.layerInterface); this.layerInterface.registerEffectsInterface(t), 0 === this.data.ty || this.data.xt ? this.compInterface = CompExpressionInterface(this) : 4 === this.data.ty ? (this.layerInterface.shapeInterface = ShapeExpressionInterface(this.shapesData, this.itemsData, this.layerInterface), this.layerInterface.content = this.layerInterface.shapeInterface) : 5 === this.data.ty && (this.layerInterface.textInterface = TextExpressionInterface(this), this.layerInterface.text = this.layerInterface.textInterface) }, setBlendMode: function () { var t = getBlendMode(this.data.bm); (this.baseElement || this.layerElement).style["mix-blend-mode"] = t }, initBaseData: function (t, e, r) { this.globalData = e, this.comp = r, this.data = t, this.layerId = createElementID(), this.data.sr || (this.data.sr = 1), this.effectsManager = new EffectsManager(this.data, this, this.dynamicProperties) }, getType: function () { return this.type }, sourceRectAtTime: function () { } }, NullElement.prototype.prepareFrame = function (t) { this.prepareProperties(t, !0) }, NullElement.prototype.renderFrame = function () { }, NullElement.prototype.getBaseElement = function () { return null }, NullElement.prototype.destroy = function () { }, NullElement.prototype.sourceRectAtTime = function () { }, NullElement.prototype.hide = function () { }, extendPrototype([BaseElement, TransformElement, HierarchyElement, FrameElement], NullElement), SVGBaseElement.prototype = { initRendererElement: function () { this.layerElement = createNS("g") }, createContainerElements: function () { this.matteElement = createNS("g"), this.transformedElement = this.layerElement, this.maskedElement = this.layerElement, this._sizeChanged = !1; var t, e, r, i = null; if (this.data.td) { if (3 == this.data.td || 1 == this.data.td) { var s = createNS("mask"); s.setAttribute("id", this.layerId), s.setAttribute("mask-type", 3 == this.data.td ? "luminance" : "alpha"), s.appendChild(this.layerElement), i = s, this.globalData.defs.appendChild(s), featureSupport.maskType || 1 != this.data.td || (s.setAttribute("mask-type", "luminance"), t = createElementID(), e = filtersFactory.createFilter(t), this.globalData.defs.appendChild(e), e.appendChild(filtersFactory.createAlphaToLuminanceFilter()), (r = createNS("g")).appendChild(this.layerElement), i = r, s.appendChild(r), r.setAttribute("filter", "url(" + locationHref + "#" + t + ")")) } else if (2 == this.data.td) { var a = createNS("mask"); a.setAttribute("id", this.layerId), a.setAttribute("mask-type", "alpha"); var n = createNS("g"); a.appendChild(n), t = createElementID(), e = filtersFactory.createFilter(t); var o = createNS("feComponentTransfer"); o.setAttribute("in", "SourceGraphic"), e.appendChild(o); var h = createNS("feFuncA"); h.setAttribute("type", "table"), h.setAttribute("tableValues", "1.0 0.0"), o.appendChild(h), this.globalData.defs.appendChild(e); var l = createNS("rect"); l.setAttribute("width", this.comp.data.w), l.setAttribute("height", this.comp.data.h), l.setAttribute("x", "0"), l.setAttribute("y", "0"), l.setAttribute("fill", "#ffffff"), l.setAttribute("opacity", "0"), n.setAttribute("filter", "url(" + locationHref + "#" + t + ")"), n.appendChild(l), n.appendChild(this.layerElement), i = n, featureSupport.maskType || (a.setAttribute("mask-type", "luminance"), e.appendChild(filtersFactory.createAlphaToLuminanceFilter()), r = createNS("g"), n.appendChild(l), r.appendChild(this.layerElement), i = r, n.appendChild(r)), this.globalData.defs.appendChild(a) } } else this.data.tt ? (this.matteElement.appendChild(this.layerElement), i = this.matteElement, this.baseElement = this.matteElement) : this.baseElement = this.layerElement; if (this.data.ln && this.layerElement.setAttribute("id", this.data.ln), this.data.cl && this.layerElement.setAttribute("class", this.data.cl), 0 === this.data.ty && !this.data.hd) { var p = createNS("clipPath"), m = createNS("path"); m.setAttribute("d", "M0,0 L" + this.data.w + ",0 L" + this.data.w + "," + this.data.h + " L0," + this.data.h + "z"); var f = createElementID(); if (p.setAttribute("id", f), p.appendChild(m), this.globalData.defs.appendChild(p), this.checkMasks()) { var c = createNS("g"); c.setAttribute("clip-path", "url(" + locationHref + "#" + f + ")"), c.appendChild(this.layerElement), this.transformedElement = c, i ? i.appendChild(this.transformedElement) : this.baseElement = this.transformedElement } else this.layerElement.setAttribute("clip-path", "url(" + locationHref + "#" + f + ")") } 0 !== this.data.bm && this.setBlendMode() }, renderElement: function () { this.finalTransform._matMdf && this.transformedElement.setAttribute("transform", this.finalTransform.mat.to2dCSS()), this.finalTransform._opMdf && this.transformedElement.setAttribute("opacity", this.finalTransform.mProp.o.v) }, destroyBaseElement: function () { this.layerElement = null, this.matteElement = null, this.maskManager.destroy() }, getBaseElement: function () { return this.data.hd ? null : this.baseElement }, createRenderableComponents: function () { this.maskManager = new MaskElement(this.data, this, this.globalData), this.renderableEffectsManager = new SVGEffects(this) }, setMatte: function (t) { this.matteElement && this.matteElement.setAttribute("mask", "url(" + locationHref + "#" + t + ")") } }, IShapeElement.prototype = { addShapeToModifiers: function (t) { var e, r = this.shapeModifiers.length; for (e = 0; e < r; e += 1)this.shapeModifiers[e].addShape(t) }, isShapeInAnimatedModifiers: function (t) { for (var e = this.shapeModifiers.length; 0 < e;)if (this.shapeModifiers[0].isAnimatedWithShape(t)) return !0; return !1 }, renderModifiers: function () { if (this.shapeModifiers.length) { var t, e = this.shapes.length; for (t = 0; t < e; t += 1)this.shapes[t].sh.reset(); for (t = (e = this.shapeModifiers.length) - 1; 0 <= t && !this.shapeModifiers[t].processShapes(this._isFirstFrame); t -= 1); } }, lcEnum: { 1: "butt", 2: "round", 3: "square" }, ljEnum: { 1: "miter", 2: "round", 3: "bevel" }, searchProcessedElement: function (t) { for (var e = this.processedElements, r = 0, i = e.length; r < i;) { if (e[r].elem === t) return e[r].pos; r += 1 } return 0 }, addProcessedElement: function (t, e) { for (var r = this.processedElements, i = r.length; i;)if (r[i -= 1].elem === t) return void (r[i].pos = e); r.push(new ProcessedElement(t, e)) }, prepareFrame: function (t) { this.prepareRenderableFrame(t), this.prepareProperties(t, this.isInRange) } }, ITextElement.prototype.initElement = function (t, e, r) { this.lettersChangedFlag = !0, this.initFrame(), this.initBaseData(t, e, r), this.textProperty = new TextProperty(this, t.t, this.dynamicProperties), this.textAnimator = new TextAnimatorProperty(t.t, this.renderType, this), this.initTransform(t, e, r), this.initHierarchy(), this.initRenderable(), this.initRendererElement(), this.createContainerElements(), this.createRenderableComponents(), this.createContent(), this.hide(), this.textAnimator.searchProperties(this.dynamicProperties) }, ITextElement.prototype.prepareFrame = function (t) { this._mdf = !1, this.prepareRenderableFrame(t), this.prepareProperties(t, this.isInRange), (this.textProperty._mdf || this.textProperty._isFirstFrame) && (this.buildNewText(), this.textProperty._isFirstFrame = !1, this.textProperty._mdf = !1) }, ITextElement.prototype.createPathShape = function (t, e) { var r, i, s = e.length, a = ""; for (r = 0; r < s; r += 1)i = e[r].ks.k, a += buildShapeString(i, i.i.length, !0, t); return a }, ITextElement.prototype.updateDocumentData = function (t, e) { this.textProperty.updateDocumentData(t, e) }, ITextElement.prototype.canResizeFont = function (t) { this.textProperty.canResizeFont(t) }, ITextElement.prototype.setMinimumFontSize = function (t) { this.textProperty.setMinimumFontSize(t) }, ITextElement.prototype.applyTextPropertiesToMatrix = function (t, e, r, i, s) { switch (t.ps && e.translate(t.ps[0], t.ps[1] + t.ascent, 0), e.translate(0, -t.ls, 0), t.j) { case 1: e.translate(t.justifyOffset + (t.boxWidth - t.lineWidths[r]), 0, 0); break; case 2: e.translate(t.justifyOffset + (t.boxWidth - t.lineWidths[r]) / 2, 0, 0) }e.translate(i, s, 0) }, ITextElement.prototype.buildColor = function (t) { return "rgb(" + Math.round(255 * t[0]) + "," + Math.round(255 * t[1]) + "," + Math.round(255 * t[2]) + ")" }, ITextElement.prototype.emptyProp = new LetterProps, ITextElement.prototype.destroy = function () { }, extendPrototype([BaseElement, TransformElement, HierarchyElement, FrameElement, RenderableDOMElement], ICompElement), ICompElement.prototype.initElement = function (t, e, r) { this.initFrame(), this.initBaseData(t, e, r), this.initTransform(t, e, r), this.initRenderable(), this.initHierarchy(), this.initRendererElement(), this.createContainerElements(), this.createRenderableComponents(), !this.data.xt && e.progressiveLoad || this.buildAllItems(), this.hide() }, ICompElement.prototype.prepareFrame = function (t) { if (this._mdf = !1, this.prepareRenderableFrame(t), this.prepareProperties(t, this.isInRange), this.isInRange || this.data.xt) { if (this.tm._placeholder) this.renderedFrame = t / this.data.sr; else { var e = this.tm.v; e === this.data.op && (e = this.data.op - 1), this.renderedFrame = e } var r, i = this.elements.length; for (this.completeLayers || this.checkLayers(this.renderedFrame), r = i - 1; 0 <= r; r -= 1)(this.completeLayers || this.elements[r]) && (this.elements[r].prepareFrame(this.renderedFrame - this.layers[r].st), this.elements[r]._mdf && (this._mdf = !0)) } }, ICompElement.prototype.renderInnerContent = function () { var t, e = this.layers.length; for (t = 0; t < e; t += 1)(this.completeLayers || this.elements[t]) && this.elements[t].renderFrame() }, ICompElement.prototype.setElements = function (t) { this.elements = t }, ICompElement.prototype.getElements = function () { return this.elements }, ICompElement.prototype.destroyElements = function () { var t, e = this.layers.length; for (t = 0; t < e; t += 1)this.elements[t] && this.elements[t].destroy() }, ICompElement.prototype.destroy = function () { this.destroyElements(), this.destroyBaseElement() }, extendPrototype([BaseElement, TransformElement, SVGBaseElement, HierarchyElement, FrameElement, RenderableDOMElement], IImageElement), IImageElement.prototype.createContent = function () { var t = this.globalData.getAssetsPath(this.assetData); this.innerElem = createNS("image"), this.innerElem.setAttribute("width", this.assetData.w + "px"), this.innerElem.setAttribute("height", this.assetData.h + "px"), this.innerElem.setAttribute("preserveAspectRatio", this.assetData.pr || this.globalData.renderConfig.imagePreserveAspectRatio), this.innerElem.setAttributeNS("http://www.w3.org/1999/xlink", "href", t), this.layerElement.appendChild(this.innerElem) }, IImageElement.prototype.sourceRectAtTime = function () { return this.sourceRect }, extendPrototype([IImageElement], ISolidElement), ISolidElement.prototype.createContent = function () { var t = createNS("rect"); t.setAttribute("width", this.data.sw), t.setAttribute("height", this.data.sh), t.setAttribute("fill", this.data.sc), this.layerElement.appendChild(t) }, AudioElement.prototype.prepareFrame = function (t) { if (this.prepareRenderableFrame(t, !0), this.prepareProperties(t, !0), this.tm._placeholder) this._currentTime = t / this.data.sr; else { var e = this.tm.v; this._currentTime = e } }, extendPrototype([RenderableElement, BaseElement, FrameElement], AudioElement), AudioElement.prototype.renderFrame = function () { this.isInRange && this._canPlay && (this._isPlaying ? (!this.audio.playing() || .1 < Math.abs(this._currentTime / this.globalData.frameRate - this.audio.seek())) && this.audio.seek(this._currentTime / this.globalData.frameRate) : (this.audio.play(), this.audio.seek(this._currentTime / this.globalData.frameRate), this._isPlaying = !0)) }, AudioElement.prototype.show = function () { }, AudioElement.prototype.hide = function () { this.audio.pause(), this._isPlaying = !1 }, AudioElement.prototype.pause = function () { this.audio.pause(), this._isPlaying = !1, this._canPlay = !1 }, AudioElement.prototype.resume = function () { this._canPlay = !0 }, AudioElement.prototype.setRate = function (t) { this.audio.rate(t) }, AudioElement.prototype.volume = function (t) { this.audio.volume(t) }, AudioElement.prototype.getBaseElement = function () { return null }, AudioElement.prototype.destroy = function () { }, AudioElement.prototype.sourceRectAtTime = function () { }, AudioElement.prototype.initExpressions = function () { }, FootageElement.prototype.prepareFrame = function () { }, extendPrototype([RenderableElement, BaseElement, FrameElement], FootageElement), FootageElement.prototype.getBaseElement = function () { return null }, FootageElement.prototype.renderFrame = function () { }, FootageElement.prototype.destroy = function () { }, FootageElement.prototype.initExpressions = function () { this.layerInterface = FootageInterface(this) }, FootageElement.prototype.getFootageData = function () { return this.footageData }, extendPrototype([SVGRenderer, ICompElement, SVGBaseElement], SVGCompElement), extendPrototype([BaseElement, TransformElement, SVGBaseElement, HierarchyElement, FrameElement, RenderableDOMElement, ITextElement], SVGTextLottieElement), SVGTextLottieElement.prototype.createContent = function () { this.data.singleShape && !this.globalData.fontManager.chars && (this.textContainer = createNS("text")) }, SVGTextLottieElement.prototype.buildTextContents = function (t) { for (var e = 0, r = t.length, i = [], s = ""; e < r;)t[e] === String.fromCharCode(13) || t[e] === String.fromCharCode(3) ? (i.push(s), s = "") : s += t[e], e += 1; return i.push(s), i }, SVGTextLottieElement.prototype.buildNewText = function () { var t, e, r = this.textProperty.currentData; this.renderedLetters = createSizedArray(r ? r.l.length : 0), r.fc ? this.layerElement.setAttribute("fill", this.buildColor(r.fc)) : this.layerElement.setAttribute("fill", "rgba(0,0,0,0)"), r.sc && (this.layerElement.setAttribute("stroke", this.buildColor(r.sc)), this.layerElement.setAttribute("stroke-width", r.sw)), this.layerElement.setAttribute("font-size", r.finalSize); var i = this.globalData.fontManager.getFontByName(r.f); if (i.fClass) this.layerElement.setAttribute("class", i.fClass); else { this.layerElement.setAttribute("font-family", i.fFamily); var s = r.fWeight, a = r.fStyle; this.layerElement.setAttribute("font-style", a), this.layerElement.setAttribute("font-weight", s) } this.layerElement.setAttribute("aria-label", r.t); var n, o = r.l || [], h = !!this.globalData.fontManager.chars; e = o.length; var l, p = this.mHelper, m = "", f = this.data.singleShape, c = 0, d = 0, u = !0, y = .001 * r.tr * r.finalSize; if (!f || h || r.sz) { var g, v, b = this.textSpans.length; for (t = 0; t < e; t += 1)h && f && 0 !== t || (n = t < b ? this.textSpans[t] : createNS(h ? "path" : "text"), b <= t && (n.setAttribute("stroke-linecap", "butt"), n.setAttribute("stroke-linejoin", "round"), n.setAttribute("stroke-miterlimit", "4"), this.textSpans[t] = n, this.layerElement.appendChild(n)), n.style.display = "inherit"), p.reset(), p.scale(r.finalSize / 100, r.finalSize / 100), f && (o[t].n && (c = -y, d += r.yOffset, d += u ? 1 : 0, u = !1), this.applyTextPropertiesToMatrix(r, p, o[t].line, c, d), c += o[t].l || 0, c += y), h ? (l = (g = (v = this.globalData.fontManager.getCharData(r.finalText[t], i.fStyle, this.globalData.fontManager.getFontByName(r.f).fFamily)) && v.data || {}).shapes ? g.shapes[0].it : [], f ? m += this.createPathShape(p, l) : n.setAttribute("d", this.createPathShape(p, l))) : (f && n.setAttribute("transform", "translate(" + p.props[12] + "," + p.props[13] + ")"), n.textContent = o[t].val, n.setAttributeNS("http://www.w3.org/XML/1998/namespace", "xml:space", "preserve")); f && n && n.setAttribute("d", m) } else { var P = this.textContainer, E = "start"; switch (r.j) { case 1: E = "end"; break; case 2: E = "middle"; break; default: E = "start" }P.setAttribute("text-anchor", E), P.setAttribute("letter-spacing", y); var x = this.buildTextContents(r.finalText); for (e = x.length, d = r.ps ? r.ps[1] + r.ascent : 0, t = 0; t < e; t += 1)(n = this.textSpans[t] || createNS("tspan")).textContent = x[t], n.setAttribute("x", 0), n.setAttribute("y", d), n.style.display = "inherit", P.appendChild(n), this.textSpans[t] = n, d += r.finalLineHeight; this.layerElement.appendChild(P) } for (; t < this.textSpans.length;)this.textSpans[t].style.display = "none", t += 1; this._sizeChanged = !0 }, SVGTextLottieElement.prototype.sourceRectAtTime = function () { if (this.prepareFrame(this.comp.renderedFrame - this.data.st), this.renderInnerContent(), this._sizeChanged) { this._sizeChanged = !1; var t = this.layerElement.getBBox(); this.bbox = { top: t.y, left: t.x, width: t.width, height: t.height } } return this.bbox }, SVGTextLottieElement.prototype.renderInnerContent = function () { if (!this.data.singleShape && (this.textAnimator.getMeasures(this.textProperty.currentData, this.lettersChangedFlag), this.lettersChangedFlag || this.textAnimator.lettersChangedFlag)) { var t, e; this._sizeChanged = !0; var r, i, s = this.textAnimator.renderedLetters, a = this.textProperty.currentData.l; for (e = a.length, t = 0; t < e; t += 1)a[t].n || (r = s[t], i = this.textSpans[t], r._mdf.m && i.setAttribute("transform", r.m), r._mdf.o && i.setAttribute("opacity", r.o), r._mdf.sw && i.setAttribute("stroke-width", r.sw), r._mdf.sc && i.setAttribute("stroke", r.sc), r._mdf.fc && i.setAttribute("fill", r.fc)) } }, extendPrototype([BaseElement, TransformElement, SVGBaseElement, IShapeElement, HierarchyElement, FrameElement, RenderableDOMElement], SVGShapeElement), SVGShapeElement.prototype.initSecondaryElement = function () { }, SVGShapeElement.prototype.identityMatrix = new Matrix, SVGShapeElement.prototype.buildExpressionInterface = function () { }, SVGShapeElement.prototype.createContent = function () { this.searchShapes(this.shapesData, this.itemsData, this.prevViewData, this.layerElement, 0, [], !0), this.filterUniqueShapes() }, SVGShapeElement.prototype.filterUniqueShapes = function () { var t, e, r, i, s = this.shapes.length, a = this.stylesList.length, n = [], o = !1; for (r = 0; r < a; r += 1) { for (i = this.stylesList[r], o = !1, t = n.length = 0; t < s; t += 1)-1 !== (e = this.shapes[t]).styles.indexOf(i) && (n.push(e), o = e._isAnimated || o); 1 < n.length && o && this.setShapesAsAnimated(n) } }, SVGShapeElement.prototype.setShapesAsAnimated = function (t) { var e, r = t.length; for (e = 0; e < r; e += 1)t[e].setAsAnimated() }, SVGShapeElement.prototype.createStyleElement = function (t, e) { var r, i = new SVGStyleData(t, e), s = i.pElem; if ("st" === t.ty) r = new SVGStrokeStyleData(this, t, i); else if ("fl" === t.ty) r = new SVGFillStyleData(this, t, i); else if ("gf" === t.ty || "gs" === t.ty) { r = new ("gf" === t.ty ? SVGGradientFillStyleData : SVGGradientStrokeStyleData)(this, t, i), this.globalData.defs.appendChild(r.gf), r.maskId && (this.globalData.defs.appendChild(r.ms), this.globalData.defs.appendChild(r.of), s.setAttribute("mask", "url(" + locationHref + "#" + r.maskId + ")")) } return "st" !== t.ty && "gs" !== t.ty || (s.setAttribute("stroke-linecap", this.lcEnum[t.lc] || "round"), s.setAttribute("stroke-linejoin", this.ljEnum[t.lj] || "round"), s.setAttribute("fill-opacity", "0"), 1 === t.lj && s.setAttribute("stroke-miterlimit", t.ml)), 2 === t.r && s.setAttribute("fill-rule", "evenodd"), t.ln && s.setAttribute("id", t.ln), t.cl && s.setAttribute("class", t.cl), t.bm && (s.style["mix-blend-mode"] = getBlendMode(t.bm)), this.stylesList.push(i), this.addToAnimatedContents(t, r), r }, SVGShapeElement.prototype.createGroupElement = function (t) { var e = new ShapeGroupData; return t.ln && e.gr.setAttribute("id", t.ln), t.cl && e.gr.setAttribute("class", t.cl), t.bm && (e.gr.style["mix-blend-mode"] = getBlendMode(t.bm)), e }, SVGShapeElement.prototype.createTransformElement = function (t, e) { var r = TransformPropertyFactory.getTransformProperty(this, t, this), i = new SVGTransformData(r, r.o, e); return this.addToAnimatedContents(t, i), i }, SVGShapeElement.prototype.createShapeElement = function (t, e, r) { var i = 4; "rc" === t.ty ? i = 5 : "el" === t.ty ? i = 6 : "sr" === t.ty && (i = 7); var s = new SVGShapeData(e, r, ShapePropertyFactory.getShapeProp(this, t, i, this)); return this.shapes.push(s), this.addShapeToModifiers(s), this.addToAnimatedContents(t, s), s }, SVGShapeElement.prototype.addToAnimatedContents = function (t, e) { for (var r = 0, i = this.animatedContents.length; r < i;) { if (this.animatedContents[r].element === e) return; r += 1 } this.animatedContents.push({ fn: SVGElementsRenderer.createRenderFunction(t), element: e, data: t }) }, SVGShapeElement.prototype.setElementStyles = function (t) { var e, r = t.styles, i = this.stylesList.length; for (e = 0; e < i; e += 1)this.stylesList[e].closed || r.push(this.stylesList[e]) }, SVGShapeElement.prototype.reloadShapes = function () { var t; this._isFirstFrame = !0; var e = this.itemsData.length; for (t = 0; t < e; t += 1)this.prevViewData[t] = this.itemsData[t]; for (this.searchShapes(this.shapesData, this.itemsData, this.prevViewData, this.layerElement, 0, [], !0), this.filterUniqueShapes(), e = this.dynamicProperties.length, t = 0; t < e; t += 1)this.dynamicProperties[t].getValue(); this.renderModifiers() }, SVGShapeElement.prototype.searchShapes = function (t, e, r, i, s, a, n) { var o, h, l, p, m, f, c = [].concat(a), d = t.length - 1, u = [], y = []; for (o = d; 0 <= o; o -= 1) { if ((f = this.searchProcessedElement(t[o])) ? e[o] = r[f - 1] : t[o]._render = n, "fl" === t[o].ty || "st" === t[o].ty || "gf" === t[o].ty || "gs" === t[o].ty) f ? e[o].style.closed = !1 : e[o] = this.createStyleElement(t[o], s), t[o]._render && i.appendChild(e[o].style.pElem), u.push(e[o].style); else if ("gr" === t[o].ty) { if (f) for (l = e[o].it.length, h = 0; h < l; h += 1)e[o].prevViewData[h] = e[o].it[h]; else e[o] = this.createGroupElement(t[o]); this.searchShapes(t[o].it, e[o].it, e[o].prevViewData, e[o].gr, s + 1, c, n), t[o]._render && i.appendChild(e[o].gr) } else "tr" === t[o].ty ? (f || (e[o] = this.createTransformElement(t[o], i)), p = e[o].transform, c.push(p)) : "sh" === t[o].ty || "rc" === t[o].ty || "el" === t[o].ty || "sr" === t[o].ty ? (f || (e[o] = this.createShapeElement(t[o], c, s)), this.setElementStyles(e[o])) : "tm" === t[o].ty || "rd" === t[o].ty || "ms" === t[o].ty || "pb" === t[o].ty ? (f ? (m = e[o]).closed = !1 : ((m = ShapeModifiers.getModifier(t[o].ty)).init(this, t[o]), e[o] = m, this.shapeModifiers.push(m)), y.push(m)) : "rp" === t[o].ty && (f ? (m = e[o]).closed = !0 : (m = ShapeModifiers.getModifier(t[o].ty), (e[o] = m).init(this, t, o, e), this.shapeModifiers.push(m), n = !1), y.push(m)); this.addProcessedElement(t[o], o + 1) } for (d = u.length, o = 0; o < d; o += 1)u[o].closed = !0; for (d = y.length, o = 0; o < d; o += 1)y[o].closed = !0 }, SVGShapeElement.prototype.renderInnerContent = function () { var t; this.renderModifiers(); var e = this.stylesList.length; for (t = 0; t < e; t += 1)this.stylesList[t].reset(); for (this.renderShape(), t = 0; t < e; t += 1)(this.stylesList[t]._mdf || this._isFirstFrame) && (this.stylesList[t].msElem && (this.stylesList[t].msElem.setAttribute("d", this.stylesList[t].d), this.stylesList[t].d = "M0 0" + this.stylesList[t].d), this.stylesList[t].pElem.setAttribute("d", this.stylesList[t].d || "M0 0")) }, SVGShapeElement.prototype.renderShape = function () { var t, e, r = this.animatedContents.length; for (t = 0; t < r; t += 1)e = this.animatedContents[t], (this._isFirstFrame || e.element._isAnimated) && !0 !== e.data && e.fn(e.data, e.element, this._isFirstFrame) }, SVGShapeElement.prototype.destroy = function () { this.destroyBaseElement(), this.shapesData = null, this.itemsData = null }, SVGTintFilter.prototype.renderFrame = function (t) { if (t || this.filterManager._mdf) { var e = this.filterManager.effectElements[0].p.v, r = this.filterManager.effectElements[1].p.v, i = this.filterManager.effectElements[2].p.v / 100; this.matrixFilter.setAttribute("values", r[0] - e[0] + " 0 0 0 " + e[0] + " " + (r[1] - e[1]) + " 0 0 0 " + e[1] + " " + (r[2] - e[2]) + " 0 0 0 " + e[2] + " 0 0 0 " + i + " 0") } }, SVGFillFilter.prototype.renderFrame = function (t) { if (t || this.filterManager._mdf) { var e = this.filterManager.effectElements[2].p.v, r = this.filterManager.effectElements[6].p.v; this.matrixFilter.setAttribute("values", "0 0 0 0 " + e[0] + " 0 0 0 0 " + e[1] + " 0 0 0 0 " + e[2] + " 0 0 0 " + r + " 0") } }, SVGGaussianBlurEffect.prototype.renderFrame = function (t) { if (t || this.filterManager._mdf) { var e = .3 * this.filterManager.effectElements[0].p.v, r = this.filterManager.effectElements[1].p.v, i = 3 == r ? 0 : e, s = 2 == r ? 0 : e; this.feGaussianBlur.setAttribute("stdDeviation", i + " " + s); var a = 1 == this.filterManager.effectElements[2].p.v ? "wrap" : "duplicate"; this.feGaussianBlur.setAttribute("edgeMode", a) } }, SVGStrokeEffect.prototype.initialize = function () { var t, e, r, i, s = this.elem.layerElement.children || this.elem.layerElement.childNodes; for (1 === this.filterManager.effectElements[1].p.v ? (i = this.elem.maskManager.masksProperties.length, r = 0) : i = (r = this.filterManager.effectElements[0].p.v - 1) + 1, (e = createNS("g")).setAttribute("fill", "none"), e.setAttribute("stroke-linecap", "round"), e.setAttribute("stroke-dashoffset", 1); r < i; r += 1)t = createNS("path"), e.appendChild(t), this.paths.push({ p: t, m: r }); if (3 === this.filterManager.effectElements[10].p.v) { var a = createNS("mask"), n = createElementID(); a.setAttribute("id", n), a.setAttribute("mask-type", "alpha"), a.appendChild(e), this.elem.globalData.defs.appendChild(a); var o = createNS("g"); for (o.setAttribute("mask", "url(" + locationHref + "#" + n + ")"); s[0];)o.appendChild(s[0]); this.elem.layerElement.appendChild(o), this.masker = a, e.setAttribute("stroke", "#fff") } else if (1 === this.filterManager.effectElements[10].p.v || 2 === this.filterManager.effectElements[10].p.v) { if (2 === this.filterManager.effectElements[10].p.v) for (s = this.elem.layerElement.children || this.elem.layerElement.childNodes; s.length;)this.elem.layerElement.removeChild(s[0]); this.elem.layerElement.appendChild(e), this.elem.layerElement.removeAttribute("mask"), e.setAttribute("stroke", "#fff") } this.initialized = !0, this.pathMasker = e }, SVGStrokeEffect.prototype.renderFrame = function (t) { var e; this.initialized || this.initialize(); var r, i, s = this.paths.length; for (e = 0; e < s; e += 1)if (-1 !== this.paths[e].m && (r = this.elem.maskManager.viewData[this.paths[e].m], i = this.paths[e].p, (t || this.filterManager._mdf || r.prop._mdf) && i.setAttribute("d", r.lastPath), t || this.filterManager.effectElements[9].p._mdf || this.filterManager.effectElements[4].p._mdf || this.filterManager.effectElements[7].p._mdf || this.filterManager.effectElements[8].p._mdf || r.prop._mdf)) { var a; if (0 !== this.filterManager.effectElements[7].p.v || 100 !== this.filterManager.effectElements[8].p.v) { var n = .01 * Math.min(this.filterManager.effectElements[7].p.v, this.filterManager.effectElements[8].p.v), o = .01 * Math.max(this.filterManager.effectElements[7].p.v, this.filterManager.effectElements[8].p.v), h = i.getTotalLength(); a = "0 0 0 " + h * n + " "; var l, p = h * (o - n), m = 1 + 2 * this.filterManager.effectElements[4].p.v * this.filterManager.effectElements[9].p.v * .01, f = Math.floor(p / m); for (l = 0; l < f; l += 1)a += "1 " + 2 * this.filterManager.effectElements[4].p.v * this.filterManager.effectElements[9].p.v * .01 + " "; a += "0 " + 10 * h + " 0 0" } else a = "1 " + 2 * this.filterManager.effectElements[4].p.v * this.filterManager.effectElements[9].p.v * .01; i.setAttribute("stroke-dasharray", a) } if ((t || this.filterManager.effectElements[4].p._mdf) && this.pathMasker.setAttribute("stroke-width", 2 * this.filterManager.effectElements[4].p.v), (t || this.filterManager.effectElements[6].p._mdf) && this.pathMasker.setAttribute("opacity", this.filterManager.effectElements[6].p.v), (1 === this.filterManager.effectElements[10].p.v || 2 === this.filterManager.effectElements[10].p.v) && (t || this.filterManager.effectElements[3].p._mdf)) { var c = this.filterManager.effectElements[3].p.v; this.pathMasker.setAttribute("stroke", "rgb(" + bmFloor(255 * c[0]) + "," + bmFloor(255 * c[1]) + "," + bmFloor(255 * c[2]) + ")") } }, SVGTritoneFilter.prototype.renderFrame = function (t) { if (t || this.filterManager._mdf) { var e = this.filterManager.effectElements[0].p.v, r = this.filterManager.effectElements[1].p.v, i = this.filterManager.effectElements[2].p.v, s = i[0] + " " + r[0] + " " + e[0], a = i[1] + " " + r[1] + " " + e[1], n = i[2] + " " + r[2] + " " + e[2]; this.feFuncR.setAttribute("tableValues", s), this.feFuncG.setAttribute("tableValues", a), this.feFuncB.setAttribute("tableValues", n) } }, SVGProLevelsFilter.prototype.createFeFunc = function (t, e) { var r = createNS(t); return r.setAttribute("type", "table"), e.appendChild(r), r }, SVGProLevelsFilter.prototype.getTableValue = function (t, e, r, i, s) { for (var a, n, o = 0, h = Math.min(t, e), l = Math.max(t, e), p = Array.call(null, { length: 256 }), m = 0, f = s - i, c = e - t; o <= 256;)n = (a = o / 256) <= h ? c < 0 ? s : i : l <= a ? c < 0 ? i : s : i + f * Math.pow((a - t) / c, 1 / r), p[m] = n, m += 1, o += 256 / 255; return p.join(" ") }, SVGProLevelsFilter.prototype.renderFrame = function (t) { if (t || this.filterManager._mdf) { var e, r = this.filterManager.effectElements; this.feFuncRComposed && (t || r[3].p._mdf || r[4].p._mdf || r[5].p._mdf || r[6].p._mdf || r[7].p._mdf) && (e = this.getTableValue(r[3].p.v, r[4].p.v, r[5].p.v, r[6].p.v, r[7].p.v), this.feFuncRComposed.setAttribute("tableValues", e), this.feFuncGComposed.setAttribute("tableValues", e), this.feFuncBComposed.setAttribute("tableValues", e)), this.feFuncR && (t || r[10].p._mdf || r[11].p._mdf || r[12].p._mdf || r[13].p._mdf || r[14].p._mdf) && (e = this.getTableValue(r[10].p.v, r[11].p.v, r[12].p.v, r[13].p.v, r[14].p.v), this.feFuncR.setAttribute("tableValues", e)), this.feFuncG && (t || r[17].p._mdf || r[18].p._mdf || r[19].p._mdf || r[20].p._mdf || r[21].p._mdf) && (e = this.getTableValue(r[17].p.v, r[18].p.v, r[19].p.v, r[20].p.v, r[21].p.v), this.feFuncG.setAttribute("tableValues", e)), this.feFuncB && (t || r[24].p._mdf || r[25].p._mdf || r[26].p._mdf || r[27].p._mdf || r[28].p._mdf) && (e = this.getTableValue(r[24].p.v, r[25].p.v, r[26].p.v, r[27].p.v, r[28].p.v), this.feFuncB.setAttribute("tableValues", e)), this.feFuncA && (t || r[31].p._mdf || r[32].p._mdf || r[33].p._mdf || r[34].p._mdf || r[35].p._mdf) && (e = this.getTableValue(r[31].p.v, r[32].p.v, r[33].p.v, r[34].p.v, r[35].p.v), this.feFuncA.setAttribute("tableValues", e)) } }, SVGDropShadowEffect.prototype.renderFrame = function (t) { if (t || this.filterManager._mdf) { if ((t || this.filterManager.effectElements[4].p._mdf) && this.feGaussianBlur.setAttribute("stdDeviation", this.filterManager.effectElements[4].p.v / 4), t || this.filterManager.effectElements[0].p._mdf) { var e = this.filterManager.effectElements[0].p.v; this.feFlood.setAttribute("flood-color", rgbToHex(Math.round(255 * e[0]), Math.round(255 * e[1]), Math.round(255 * e[2]))) } if ((t || this.filterManager.effectElements[1].p._mdf) && this.feFlood.setAttribute("flood-opacity", this.filterManager.effectElements[1].p.v / 255), t || this.filterManager.effectElements[2].p._mdf || this.filterManager.effectElements[3].p._mdf) { var r = this.filterManager.effectElements[3].p.v, i = (this.filterManager.effectElements[2].p.v - 90) * degToRads, s = r * Math.cos(i), a = r * Math.sin(i); this.feOffset.setAttribute("dx", s), this.feOffset.setAttribute("dy", a) } } }; var _svgMatteSymbols = []; function SVGMatte3Effect(t, e, r) { this.initialized = !1, this.filterManager = e, this.filterElem = t, (this.elem = r).matteElement = createNS("g"), r.matteElement.appendChild(r.layerElement), r.matteElement.appendChild(r.transformedElement), r.baseElement = r.matteElement } function SVGEffects(t) { var e, r, i = t.data.ef ? t.data.ef.length : 0, s = createElementID(), a = filtersFactory.createFilter(s, !0), n = 0; for (this.filters = [], e = 0; e < i; e += 1)r = null, 20 === t.data.ef[e].ty ? (n += 1, r = new SVGTintFilter(a, t.effectsManager.effectElements[e])) : 21 === t.data.ef[e].ty ? (n += 1, r = new SVGFillFilter(a, t.effectsManager.effectElements[e])) : 22 === t.data.ef[e].ty ? r = new SVGStrokeEffect(t, t.effectsManager.effectElements[e]) : 23 === t.data.ef[e].ty ? (n += 1, r = new SVGTritoneFilter(a, t.effectsManager.effectElements[e])) : 24 === t.data.ef[e].ty ? (n += 1, r = new SVGProLevelsFilter(a, t.effectsManager.effectElements[e])) : 25 === t.data.ef[e].ty ? (n += 1, r = new SVGDropShadowEffect(a, t.effectsManager.effectElements[e])) : 28 === t.data.ef[e].ty ? r = new SVGMatte3Effect(a, t.effectsManager.effectElements[e], t) : 29 === t.data.ef[e].ty && (n += 1, r = new SVGGaussianBlurEffect(a, t.effectsManager.effectElements[e])), r && this.filters.push(r); n && (t.globalData.defs.appendChild(a), t.layerElement.setAttribute("filter", "url(" + locationHref + "#" + s + ")")), this.filters.length && t.addRenderableComponent(this) } function CVContextData() { var t; this.saved = [], this.cArrPos = 0, this.cTr = new Matrix, this.cO = 1; for (this.savedOp = createTypedArray("float32", 15), t = 0; t < 15; t += 1)this.saved[t] = createTypedArray("float32", 16); this._length = 15 } function CVBaseElement() { } function CVImageElement(t, e, r) { this.assetData = e.getAssetData(t.refId), this.img = e.imageLoader.getAsset(this.assetData), this.initElement(t, e, r) } function CVCompElement(t, e, r) { this.completeLayers = !1, this.layers = t.layers, this.pendingElements = [], this.elements = createSizedArray(this.layers.length), this.initElement(t, e, r), this.tm = t.tm ? PropertyFactory.getProp(this, t.tm, 0, e.frameRate, this) : { _placeholder: !0 } } function CVMaskElement(t, e) { var r; this.data = t, this.element = e, this.masksProperties = this.data.masksProperties || [], this.viewData = createSizedArray(this.masksProperties.length); var i = this.masksProperties.length, s = !1; for (r = 0; r < i; r += 1)"n" !== this.masksProperties[r].mode && (s = !0), this.viewData[r] = ShapePropertyFactory.getShapeProp(this.element, this.masksProperties[r], 3); (this.hasMasks = s) && this.element.addRenderableComponent(this) } function CVShapeElement(t, e, r) { this.shapes = [], this.shapesData = t.shapes, this.stylesList = [], this.itemsData = [], this.prevViewData = [], this.shapeModifiers = [], this.processedElements = [], this.transformsManager = new ShapeTransformManager, this.initElement(t, e, r) } function CVSolidElement(t, e, r) { this.initElement(t, e, r) } function CVTextElement(t, e, r) { this.textSpans = [], this.yOffset = 0, this.fillColorAnim = !1, this.strokeColorAnim = !1, this.strokeWidthAnim = !1, this.stroke = !1, this.fill = !1, this.justifyOffset = 0, this.currentRender = null, this.renderType = "canvas", this.values = { fill: "rgba(0,0,0,0)", stroke: "rgba(0,0,0,0)", sWidth: 0, fValue: "" }, this.initElement(t, e, r) } function CVEffects() { } function HBaseElement() { } function HSolidElement(t, e, r) { this.initElement(t, e, r) } function HCompElement(t, e, r) { this.layers = t.layers, this.supports3d = !t.hasMask, this.completeLayers = !1, this.pendingElements = [], this.elements = this.layers ? createSizedArray(this.layers.length) : [], this.initElement(t, e, r), this.tm = t.tm ? PropertyFactory.getProp(this, t.tm, 0, e.frameRate, this) : { _placeholder: !0 } } function HShapeElement(t, e, r) { this.shapes = [], this.shapesData = t.shapes, this.stylesList = [], this.shapeModifiers = [], this.itemsData = [], this.processedElements = [], this.animatedContents = [], this.shapesContainer = createNS("g"), this.initElement(t, e, r), this.prevViewData = [], this.currentBBox = { x: 999999, y: -999999, h: 0, w: 0 } } function HTextElement(t, e, r) { this.textSpans = [], this.textPaths = [], this.currentBBox = { x: 999999, y: -999999, h: 0, w: 0 }, this.renderType = "svg", this.isMasked = !1, this.initElement(t, e, r) } function HImageElement(t, e, r) { this.assetData = e.getAssetData(t.refId), this.initElement(t, e, r) } function HCameraElement(t, e, r) { this.initFrame(), this.initBaseData(t, e, r), this.initHierarchy(); var i = PropertyFactory.getProp; if (this.pe = i(this, t.pe, 0, 0, this), t.ks.p.s ? (this.px = i(this, t.ks.p.x, 1, 0, this), this.py = i(this, t.ks.p.y, 1, 0, this), this.pz = i(this, t.ks.p.z, 1, 0, this)) : this.p = i(this, t.ks.p, 1, 0, this), t.ks.a && (this.a = i(this, t.ks.a, 1, 0, this)), t.ks.or.k.length && t.ks.or.k[0].to) { var s, a = t.ks.or.k.length; for (s = 0; s < a; s += 1)t.ks.or.k[s].to = null, t.ks.or.k[s].ti = null } this.or = i(this, t.ks.or, 1, degToRads, this), this.or.sh = !0, this.rx = i(this, t.ks.rx, 0, degToRads, this), this.ry = i(this, t.ks.ry, 0, degToRads, this), this.rz = i(this, t.ks.rz, 0, degToRads, this), this.mat = new Matrix, this._prevMat = new Matrix, this._isFirstFrame = !0, this.finalTransform = { mProp: this } } function HEffects() { } SVGMatte3Effect.prototype.findSymbol = function (t) { for (var e = 0, r = _svgMatteSymbols.length; e < r;) { if (_svgMatteSymbols[e] === t) return _svgMatteSymbols[e]; e += 1 } return null }, SVGMatte3Effect.prototype.replaceInParent = function (t, e) { var r = t.layerElement.parentNode; if (r) { for (var i, s = r.children, a = 0, n = s.length; a < n && s[a] !== t.layerElement;)a += 1; a <= n - 2 && (i = s[a + 1]); var o = createNS("use"); o.setAttribute("href", "#" + e), i ? r.insertBefore(o, i) : r.appendChild(o) } }, SVGMatte3Effect.prototype.setElementAsMask = function (t, e) { if (!this.findSymbol(e)) { var r = createElementID(), i = createNS("mask"); i.setAttribute("id", e.layerId), i.setAttribute("mask-type", "alpha"), _svgMatteSymbols.push(e); var s = t.globalData.defs; s.appendChild(i); var a = createNS("symbol"); a.setAttribute("id", r), this.replaceInParent(e, r), a.appendChild(e.layerElement), s.appendChild(a); var n = createNS("use"); n.setAttribute("href", "#" + r), i.appendChild(n), e.data.hd = !1, e.show() } t.setMatte(e.layerId) }, SVGMatte3Effect.prototype.initialize = function () { for (var t = this.filterManager.effectElements[0].p.v, e = this.elem.comp.elements, r = 0, i = e.length; r < i;)e[r] && e[r].data.ind === t && this.setElementAsMask(this.elem, e[r]), r += 1; this.initialized = !0 }, SVGMatte3Effect.prototype.renderFrame = function () { this.initialized || this.initialize() }, SVGEffects.prototype.renderFrame = function (t) { var e, r = this.filters.length; for (e = 0; e < r; e += 1)this.filters[e].renderFrame(t) }, CVContextData.prototype.duplicate = function () { var t = 2 * this._length, e = this.savedOp; this.savedOp = createTypedArray("float32", t), this.savedOp.set(e); var r = 0; for (r = this._length; r < t; r += 1)this.saved[r] = createTypedArray("float32", 16); this._length = t }, CVContextData.prototype.reset = function () { this.cArrPos = 0, this.cTr.reset(), this.cO = 1 }, CVBaseElement.prototype = { createElements: function () { }, initRendererElement: function () { }, createContainerElements: function () { this.canvasContext = this.globalData.canvasContext, this.renderableEffectsManager = new CVEffects(this) }, createContent: function () { }, setBlendMode: function () { var t = this.globalData; if (t.blendMode !== this.data.bm) { t.blendMode = this.data.bm; var e = getBlendMode(this.data.bm); t.canvasContext.globalCompositeOperation = e } }, createRenderableComponents: function () { this.maskManager = new CVMaskElement(this.data, this) }, hideElement: function () { this.hidden || this.isInRange && !this.isTransparent || (this.hidden = !0) }, showElement: function () { this.isInRange && !this.isTransparent && (this.hidden = !1, this._isFirstFrame = !0, this.maskManager._isFirstFrame = !0) }, renderFrame: function () { if (!this.hidden && !this.data.hd) { this.renderTransform(), this.renderRenderable(), this.setBlendMode(); var t = 0 === this.data.ty; this.globalData.renderer.save(t), this.globalData.renderer.ctxTransform(this.finalTransform.mat.props), this.globalData.renderer.ctxOpacity(this.finalTransform.mProp.o.v), this.renderInnerContent(), this.globalData.renderer.restore(t), this.maskManager.hasMasks && this.globalData.renderer.restore(!0), this._isFirstFrame && (this._isFirstFrame = !1) } }, destroy: function () { this.canvasContext = null, this.data = null, this.globalData = null, this.maskManager.destroy() }, mHelper: new Matrix }, CVBaseElement.prototype.hide = CVBaseElement.prototype.hideElement, CVBaseElement.prototype.show = CVBaseElement.prototype.showElement, extendPrototype([BaseElement, TransformElement, CVBaseElement, HierarchyElement, FrameElement, RenderableElement], CVImageElement), CVImageElement.prototype.initElement = SVGShapeElement.prototype.initElement, CVImageElement.prototype.prepareFrame = IImageElement.prototype.prepareFrame, CVImageElement.prototype.createContent = function () { if (this.img.width && (this.assetData.w !== this.img.width || this.assetData.h !== this.img.height)) { var t = createTag("canvas"); t.width = this.assetData.w, t.height = this.assetData.h; var e, r, i = t.getContext("2d"), s = this.img.width, a = this.img.height, n = s / a, o = this.assetData.w / this.assetData.h, h = this.assetData.pr || this.globalData.renderConfig.imagePreserveAspectRatio; o < n && "xMidYMid slice" === h || n < o && "xMidYMid slice" !== h ? e = (r = a) * o : r = (e = s) / o, i.drawImage(this.img, (s - e) / 2, (a - r) / 2, e, r, 0, 0, this.assetData.w, this.assetData.h), this.img = t } }, CVImageElement.prototype.renderInnerContent = function () { this.canvasContext.drawImage(this.img, 0, 0) }, CVImageElement.prototype.destroy = function () { this.img = null }, extendPrototype([CanvasRenderer, ICompElement, CVBaseElement], CVCompElement), CVCompElement.prototype.renderInnerContent = function () { var t, e = this.canvasContext; for (e.beginPath(), e.moveTo(0, 0), e.lineTo(this.data.w, 0), e.lineTo(this.data.w, this.data.h), e.lineTo(0, this.data.h), e.lineTo(0, 0), e.clip(), t = this.layers.length - 1; 0 <= t; t -= 1)(this.completeLayers || this.elements[t]) && this.elements[t].renderFrame() }, CVCompElement.prototype.destroy = function () { var t; for (t = this.layers.length - 1; 0 <= t; t -= 1)this.elements[t] && this.elements[t].destroy(); this.layers = null, this.elements = null }, CVMaskElement.prototype.renderFrame = function () { if (this.hasMasks) { var t, e, r, i, s = this.element.finalTransform.mat, a = this.element.canvasContext, n = this.masksProperties.length; for (a.beginPath(), t = 0; t < n; t += 1)if ("n" !== this.masksProperties[t].mode) { var o; this.masksProperties[t].inv && (a.moveTo(0, 0), a.lineTo(this.element.globalData.compSize.w, 0), a.lineTo(this.element.globalData.compSize.w, this.element.globalData.compSize.h), a.lineTo(0, this.element.globalData.compSize.h), a.lineTo(0, 0)), i = this.viewData[t].v, e = s.applyToPointArray(i.v[0][0], i.v[0][1], 0), a.moveTo(e[0], e[1]); var h = i._length; for (o = 1; o < h; o += 1)r = s.applyToTriplePoints(i.o[o - 1], i.i[o], i.v[o]), a.bezierCurveTo(r[0], r[1], r[2], r[3], r[4], r[5]); r = s.applyToTriplePoints(i.o[o - 1], i.i[0], i.v[0]), a.bezierCurveTo(r[0], r[1], r[2], r[3], r[4], r[5]) } this.element.globalData.renderer.save(!0), a.clip() } }, CVMaskElement.prototype.getMaskProperty = MaskElement.prototype.getMaskProperty, CVMaskElement.prototype.destroy = function () { this.element = null }, extendPrototype([BaseElement, TransformElement, CVBaseElement, IShapeElement, HierarchyElement, FrameElement, RenderableElement], CVShapeElement), CVShapeElement.prototype.initElement = RenderableDOMElement.prototype.initElement, CVShapeElement.prototype.transformHelper = { opacity: 1, _opMdf: !1 }, CVShapeElement.prototype.dashResetter = [], CVShapeElement.prototype.createContent = function () { this.searchShapes(this.shapesData, this.itemsData, this.prevViewData, !0, []) }, CVShapeElement.prototype.createStyleElement = function (t, e) { var r = { data: t, type: t.ty, preTransforms: this.transformsManager.addTransformSequence(e), transforms: [], elements: [], closed: !0 === t.hd }, i = {}; if ("fl" === t.ty || "st" === t.ty ? (i.c = PropertyFactory.getProp(this, t.c, 1, 255, this), i.c.k || (r.co = "rgb(" + bmFloor(i.c.v[0]) + "," + bmFloor(i.c.v[1]) + "," + bmFloor(i.c.v[2]) + ")")) : "gf" !== t.ty && "gs" !== t.ty || (i.s = PropertyFactory.getProp(this, t.s, 1, null, this), i.e = PropertyFactory.getProp(this, t.e, 1, null, this), i.h = PropertyFactory.getProp(this, t.h || { k: 0 }, 0, .01, this), i.a = PropertyFactory.getProp(this, t.a || { k: 0 }, 0, degToRads, this), i.g = new GradientProperty(this, t.g, this)), i.o = PropertyFactory.getProp(this, t.o, 0, .01, this), "st" === t.ty || "gs" === t.ty) { if (r.lc = this.lcEnum[t.lc] || "round", r.lj = this.ljEnum[t.lj] || "round", 1 == t.lj && (r.ml = t.ml), i.w = PropertyFactory.getProp(this, t.w, 0, null, this), i.w.k || (r.wi = i.w.v), t.d) { var s = new DashProperty(this, t.d, "canvas", this); i.d = s, i.d.k || (r.da = i.d.dashArray, r.do = i.d.dashoffset[0]) } } else r.r = 2 === t.r ? "evenodd" : "nonzero"; return this.stylesList.push(r), i.style = r, i }, CVShapeElement.prototype.createGroupElement = function () { return { it: [], prevViewData: [] } }, CVShapeElement.prototype.createTransformElement = function (t) { return { transform: { opacity: 1, _opMdf: !1, key: this.transformsManager.getNewKey(), op: PropertyFactory.getProp(this, t.o, 0, .01, this), mProps: TransformPropertyFactory.getTransformProperty(this, t, this) } } }, CVShapeElement.prototype.createShapeElement = function (t) { var e = new CVShapeData(this, t, this.stylesList, this.transformsManager); return this.shapes.push(e), this.addShapeToModifiers(e), e }, CVShapeElement.prototype.reloadShapes = function () { var t; this._isFirstFrame = !0; var e = this.itemsData.length; for (t = 0; t < e; t += 1)this.prevViewData[t] = this.itemsData[t]; for (this.searchShapes(this.shapesData, this.itemsData, this.prevViewData, !0, []), e = this.dynamicProperties.length, t = 0; t < e; t += 1)this.dynamicProperties[t].getValue(); this.renderModifiers(), this.transformsManager.processSequences(this._isFirstFrame) }, CVShapeElement.prototype.addTransformToStyleList = function (t) { var e, r = this.stylesList.length; for (e = 0; e < r; e += 1)this.stylesList[e].closed || this.stylesList[e].transforms.push(t) }, CVShapeElement.prototype.removeTransformFromStyleList = function () { var t, e = this.stylesList.length; for (t = 0; t < e; t += 1)this.stylesList[t].closed || this.stylesList[t].transforms.pop() }, CVShapeElement.prototype.closeStyles = function (t) { var e, r = t.length; for (e = 0; e < r; e += 1)t[e].closed = !0 }, CVShapeElement.prototype.searchShapes = function (t, e, r, i, s) { var a, n, o, h, l, p, m = t.length - 1, f = [], c = [], d = [].concat(s); for (a = m; 0 <= a; a -= 1) { if ((h = this.searchProcessedElement(t[a])) ? e[a] = r[h - 1] : t[a]._shouldRender = i, "fl" === t[a].ty || "st" === t[a].ty || "gf" === t[a].ty || "gs" === t[a].ty) h ? e[a].style.closed = !1 : e[a] = this.createStyleElement(t[a], d), f.push(e[a].style); else if ("gr" === t[a].ty) { if (h) for (o = e[a].it.length, n = 0; n < o; n += 1)e[a].prevViewData[n] = e[a].it[n]; else e[a] = this.createGroupElement(t[a]); this.searchShapes(t[a].it, e[a].it, e[a].prevViewData, i, d) } else "tr" === t[a].ty ? (h || (p = this.createTransformElement(t[a]), e[a] = p), d.push(e[a]), this.addTransformToStyleList(e[a])) : "sh" === t[a].ty || "rc" === t[a].ty || "el" === t[a].ty || "sr" === t[a].ty ? h || (e[a] = this.createShapeElement(t[a])) : "tm" === t[a].ty || "rd" === t[a].ty || "pb" === t[a].ty ? (h ? (l = e[a]).closed = !1 : ((l = ShapeModifiers.getModifier(t[a].ty)).init(this, t[a]), e[a] = l, this.shapeModifiers.push(l)), c.push(l)) : "rp" === t[a].ty && (h ? (l = e[a]).closed = !0 : (l = ShapeModifiers.getModifier(t[a].ty), (e[a] = l).init(this, t, a, e), this.shapeModifiers.push(l), i = !1), c.push(l)); this.addProcessedElement(t[a], a + 1) } for (this.removeTransformFromStyleList(), this.closeStyles(f), m = c.length, a = 0; a < m; a += 1)c[a].closed = !0 }, CVShapeElement.prototype.renderInnerContent = function () { this.transformHelper.opacity = 1, this.transformHelper._opMdf = !1, this.renderModifiers(), this.transformsManager.processSequences(this._isFirstFrame), this.renderShape(this.transformHelper, this.shapesData, this.itemsData, !0) }, CVShapeElement.prototype.renderShapeTransform = function (t, e) { (t._opMdf || e.op._mdf || this._isFirstFrame) && (e.opacity = t.opacity, e.opacity *= e.op.v, e._opMdf = !0) }, CVShapeElement.prototype.drawLayer = function () { var t, e, r, i, s, a, n, o, h, l = this.stylesList.length, p = this.globalData.renderer, m = this.globalData.canvasContext; for (t = 0; t < l; t += 1)if (("st" !== (o = (h = this.stylesList[t]).type) && "gs" !== o || 0 !== h.wi) && h.data._shouldRender && 0 !== h.coOp && 0 !== this.globalData.currentGlobalAlpha) { for (p.save(), a = h.elements, "st" === o || "gs" === o ? (m.strokeStyle = "st" === o ? h.co : h.grd, m.lineWidth = h.wi, m.lineCap = h.lc, m.lineJoin = h.lj, m.miterLimit = h.ml || 0) : m.fillStyle = "fl" === o ? h.co : h.grd, p.ctxOpacity(h.coOp), "st" !== o && "gs" !== o && m.beginPath(), p.ctxTransform(h.preTransforms.finalTransform.props), r = a.length, e = 0; e < r; e += 1) { for ("st" !== o && "gs" !== o || (m.beginPath(), h.da && (m.setLineDash(h.da), m.lineDashOffset = h.do)), s = (n = a[e].trNodes).length, i = 0; i < s; i += 1)"m" === n[i].t ? m.moveTo(n[i].p[0], n[i].p[1]) : "c" === n[i].t ? m.bezierCurveTo(n[i].pts[0], n[i].pts[1], n[i].pts[2], n[i].pts[3], n[i].pts[4], n[i].pts[5]) : m.closePath(); "st" !== o && "gs" !== o || (m.stroke(), h.da && m.setLineDash(this.dashResetter)) } "st" !== o && "gs" !== o && m.fill(h.r), p.restore() } }, CVShapeElement.prototype.renderShape = function (t, e, r, i) { var s, a; for (a = t, s = e.length - 1; 0 <= s; s -= 1)"tr" === e[s].ty ? (a = r[s].transform, this.renderShapeTransform(t, a)) : "sh" === e[s].ty || "el" === e[s].ty || "rc" === e[s].ty || "sr" === e[s].ty ? this.renderPath(e[s], r[s]) : "fl" === e[s].ty ? this.renderFill(e[s], r[s], a) : "st" === e[s].ty ? this.renderStroke(e[s], r[s], a) : "gf" === e[s].ty || "gs" === e[s].ty ? this.renderGradientFill(e[s], r[s], a) : "gr" === e[s].ty ? this.renderShape(a, e[s].it, r[s].it) : e[s].ty; i && this.drawLayer() }, CVShapeElement.prototype.renderStyledShape = function (t, e) { if (this._isFirstFrame || e._mdf || t.transforms._mdf) { var r, i, s, a = t.trNodes, n = e.paths, o = n._length; a.length = 0; var h = t.transforms.finalTransform; for (s = 0; s < o; s += 1) { var l = n.shapes[s]; if (l && l.v) { for (i = l._length, r = 1; r < i; r += 1)1 === r && a.push({ t: "m", p: h.applyToPointArray(l.v[0][0], l.v[0][1], 0) }), a.push({ t: "c", pts: h.applyToTriplePoints(l.o[r - 1], l.i[r], l.v[r]) }); 1 === i && a.push({ t: "m", p: h.applyToPointArray(l.v[0][0], l.v[0][1], 0) }), l.c && i && (a.push({ t: "c", pts: h.applyToTriplePoints(l.o[r - 1], l.i[0], l.v[0]) }), a.push({ t: "z" })) } } t.trNodes = a } }, CVShapeElement.prototype.renderPath = function (t, e) { if (!0 !== t.hd && t._shouldRender) { var r, i = e.styledShapes.length; for (r = 0; r < i; r += 1)this.renderStyledShape(e.styledShapes[r], e.sh) } }, CVShapeElement.prototype.renderFill = function (t, e, r) { var i = e.style; (e.c._mdf || this._isFirstFrame) && (i.co = "rgb(" + bmFloor(e.c.v[0]) + "," + bmFloor(e.c.v[1]) + "," + bmFloor(e.c.v[2]) + ")"), (e.o._mdf || r._opMdf || this._isFirstFrame) && (i.coOp = e.o.v * r.opacity) }, CVShapeElement.prototype.renderGradientFill = function (t, e, r) { var i, s = e.style; if (!s.grd || e.g._mdf || e.s._mdf || e.e._mdf || 1 !== t.t && (e.h._mdf || e.a._mdf)) { var a, n = this.globalData.canvasContext, o = e.s.v, h = e.e.v; if (1 === t.t) i = n.createLinearGradient(o[0], o[1], h[0], h[1]); else { var l = Math.sqrt(Math.pow(o[0] - h[0], 2) + Math.pow(o[1] - h[1], 2)), p = Math.atan2(h[1] - o[1], h[0] - o[0]), m = e.h.v; 1 <= m ? m = .99 : m <= -1 && (m = -.99); var f = l * m, c = Math.cos(p + e.a.v) * f + o[0], d = Math.sin(p + e.a.v) * f + o[1]; i = n.createRadialGradient(c, d, 0, o[0], o[1], l) } var u = t.g.p, y = e.g.c, g = 1; for (a = 0; a < u; a += 1)e.g._hasOpacity && e.g._collapsable && (g = e.g.o[2 * a + 1]), i.addColorStop(y[4 * a] / 100, "rgba(" + y[4 * a + 1] + "," + y[4 * a + 2] + "," + y[4 * a + 3] + "," + g + ")"); s.grd = i } s.coOp = e.o.v * r.opacity }, CVShapeElement.prototype.renderStroke = function (t, e, r) { var i = e.style, s = e.d; s && (s._mdf || this._isFirstFrame) && (i.da = s.dashArray, i.do = s.dashoffset[0]), (e.c._mdf || this._isFirstFrame) && (i.co = "rgb(" + bmFloor(e.c.v[0]) + "," + bmFloor(e.c.v[1]) + "," + bmFloor(e.c.v[2]) + ")"), (e.o._mdf || r._opMdf || this._isFirstFrame) && (i.coOp = e.o.v * r.opacity), (e.w._mdf || this._isFirstFrame) && (i.wi = e.w.v) }, CVShapeElement.prototype.destroy = function () { this.shapesData = null, this.globalData = null, this.canvasContext = null, this.stylesList.length = 0, this.itemsData.length = 0 }, extendPrototype([BaseElement, TransformElement, CVBaseElement, HierarchyElement, FrameElement, RenderableElement], CVSolidElement), CVSolidElement.prototype.initElement = SVGShapeElement.prototype.initElement, CVSolidElement.prototype.prepareFrame = IImageElement.prototype.prepareFrame, CVSolidElement.prototype.renderInnerContent = function () { var t = this.canvasContext; t.fillStyle = this.data.sc, t.fillRect(0, 0, this.data.sw, this.data.sh) }, extendPrototype([BaseElement, TransformElement, CVBaseElement, HierarchyElement, FrameElement, RenderableElement, ITextElement], CVTextElement), CVTextElement.prototype.tHelper = createTag("canvas").getContext("2d"), CVTextElement.prototype.buildNewText = function () { var t = this.textProperty.currentData; this.renderedLetters = createSizedArray(t.l ? t.l.length : 0); var e = !1; t.fc ? (e = !0, this.values.fill = this.buildColor(t.fc)) : this.values.fill = "rgba(0,0,0,0)", this.fill = e; var r = !1; t.sc && (r = !0, this.values.stroke = this.buildColor(t.sc), this.values.sWidth = t.sw); var i, s, a, n, o, h, l, p, m, f, c, d, u = this.globalData.fontManager.getFontByName(t.f), y = t.l, g = this.mHelper; this.stroke = r, this.values.fValue = t.finalSize + "px " + this.globalData.fontManager.getFontByName(t.f).fFamily, s = t.finalText.length; var v = this.data.singleShape, b = .001 * t.tr * t.finalSize, P = 0, E = 0, x = !0, S = 0; for (i = 0; i < s; i += 1) { for (n = (a = this.globalData.fontManager.getCharData(t.finalText[i], u.fStyle, this.globalData.fontManager.getFontByName(t.f).fFamily)) && a.data || {}, g.reset(), v && y[i].n && (P = -b, E += t.yOffset, E += x ? 1 : 0, x = !1), m = (l = n.shapes ? n.shapes[0].it : []).length, g.scale(t.finalSize / 100, t.finalSize / 100), v && this.applyTextPropertiesToMatrix(t, g, y[i].line, P, E), c = createSizedArray(m), p = 0; p < m; p += 1) { for (h = l[p].ks.k.i.length, f = l[p].ks.k, d = [], o = 1; o < h; o += 1)1 === o && d.push(g.applyToX(f.v[0][0], f.v[0][1], 0), g.applyToY(f.v[0][0], f.v[0][1], 0)), d.push(g.applyToX(f.o[o - 1][0], f.o[o - 1][1], 0), g.applyToY(f.o[o - 1][0], f.o[o - 1][1], 0), g.applyToX(f.i[o][0], f.i[o][1], 0), g.applyToY(f.i[o][0], f.i[o][1], 0), g.applyToX(f.v[o][0], f.v[o][1], 0), g.applyToY(f.v[o][0], f.v[o][1], 0)); d.push(g.applyToX(f.o[o - 1][0], f.o[o - 1][1], 0), g.applyToY(f.o[o - 1][0], f.o[o - 1][1], 0), g.applyToX(f.i[0][0], f.i[0][1], 0), g.applyToY(f.i[0][0], f.i[0][1], 0), g.applyToX(f.v[0][0], f.v[0][1], 0), g.applyToY(f.v[0][0], f.v[0][1], 0)), c[p] = d } v && (P += y[i].l, P += b), this.textSpans[S] ? this.textSpans[S].elem = c : this.textSpans[S] = { elem: c }, S += 1 } }, CVTextElement.prototype.renderInnerContent = function () { var t, e, r, i, s, a, n = this.canvasContext; n.font = this.values.fValue, n.lineCap = "butt", n.lineJoin = "miter", n.miterLimit = 4, this.data.singleShape || this.textAnimator.getMeasures(this.textProperty.currentData, this.lettersChangedFlag); var o, h = this.textAnimator.renderedLetters, l = this.textProperty.currentData.l; e = l.length; var p, m, f = null, c = null, d = null; for (t = 0; t < e; t += 1)if (!l[t].n) { if ((o = h[t]) && (this.globalData.renderer.save(), this.globalData.renderer.ctxTransform(o.p), this.globalData.renderer.ctxOpacity(o.o)), this.fill) { for (o && o.fc ? f !== o.fc && (f = o.fc, n.fillStyle = o.fc) : f !== this.values.fill && (f = this.values.fill, n.fillStyle = this.values.fill), i = (p = this.textSpans[t].elem).length, this.globalData.canvasContext.beginPath(), r = 0; r < i; r += 1)for (a = (m = p[r]).length, this.globalData.canvasContext.moveTo(m[0], m[1]), s = 2; s < a; s += 6)this.globalData.canvasContext.bezierCurveTo(m[s], m[s + 1], m[s + 2], m[s + 3], m[s + 4], m[s + 5]); this.globalData.canvasContext.closePath(), this.globalData.canvasContext.fill() } if (this.stroke) { for (o && o.sw ? d !== o.sw && (d = o.sw, n.lineWidth = o.sw) : d !== this.values.sWidth && (d = this.values.sWidth, n.lineWidth = this.values.sWidth), o && o.sc ? c !== o.sc && (c = o.sc, n.strokeStyle = o.sc) : c !== this.values.stroke && (c = this.values.stroke, n.strokeStyle = this.values.stroke), i = (p = this.textSpans[t].elem).length, this.globalData.canvasContext.beginPath(), r = 0; r < i; r += 1)for (a = (m = p[r]).length, this.globalData.canvasContext.moveTo(m[0], m[1]), s = 2; s < a; s += 6)this.globalData.canvasContext.bezierCurveTo(m[s], m[s + 1], m[s + 2], m[s + 3], m[s + 4], m[s + 5]); this.globalData.canvasContext.closePath(), this.globalData.canvasContext.stroke() } o && this.globalData.renderer.restore() } }, CVEffects.prototype.renderFrame = function () { }, HBaseElement.prototype = { checkBlendMode: function () { }, initRendererElement: function () { this.baseElement = createTag(this.data.tg || "div"), this.data.hasMask ? (this.svgElement = createNS("svg"), this.layerElement = createNS("g"), this.maskedElement = this.layerElement, this.svgElement.appendChild(this.layerElement), this.baseElement.appendChild(this.svgElement)) : this.layerElement = this.baseElement, styleDiv(this.baseElement) }, createContainerElements: function () { this.renderableEffectsManager = new CVEffects(this), this.transformedElement = this.baseElement, this.maskedElement = this.layerElement, this.data.ln && this.layerElement.setAttribute("id", this.data.ln), this.data.cl && this.layerElement.setAttribute("class", this.data.cl), 0 !== this.data.bm && this.setBlendMode() }, renderElement: function () { var t = this.transformedElement ? this.transformedElement.style : {}; if (this.finalTransform._matMdf) { var e = this.finalTransform.mat.toCSS(); t.transform = e, t.webkitTransform = e } this.finalTransform._opMdf && (t.opacity = this.finalTransform.mProp.o.v) }, renderFrame: function () { this.data.hd || this.hidden || (this.renderTransform(), this.renderRenderable(), this.renderElement(), this.renderInnerContent(), this._isFirstFrame && (this._isFirstFrame = !1)) }, destroy: function () { this.layerElement = null, this.transformedElement = null, this.matteElement && (this.matteElement = null), this.maskManager && (this.maskManager.destroy(), this.maskManager = null) }, createRenderableComponents: function () { this.maskManager = new MaskElement(this.data, this, this.globalData) }, addEffects: function () { }, setMatte: function () { } }, HBaseElement.prototype.getBaseElement = SVGBaseElement.prototype.getBaseElement, HBaseElement.prototype.destroyBaseElement = HBaseElement.prototype.destroy, HBaseElement.prototype.buildElementParenting = HybridRenderer.prototype.buildElementParenting, extendPrototype([BaseElement, TransformElement, HBaseElement, HierarchyElement, FrameElement, RenderableDOMElement], HSolidElement), HSolidElement.prototype.createContent = function () { var t; this.data.hasMask ? ((t = createNS("rect")).setAttribute("width", this.data.sw), t.setAttribute("height", this.data.sh), t.setAttribute("fill", this.data.sc), this.svgElement.setAttribute("width", this.data.sw), this.svgElement.setAttribute("height", this.data.sh)) : ((t = createTag("div")).style.width = this.data.sw + "px", t.style.height = this.data.sh + "px", t.style.backgroundColor = this.data.sc), this.layerElement.appendChild(t) }, extendPrototype([HybridRenderer, ICompElement, HBaseElement], HCompElement), HCompElement.prototype._createBaseContainerElements = HCompElement.prototype.createContainerElements, HCompElement.prototype.createContainerElements = function () { this._createBaseContainerElements(), this.data.hasMask ? (this.svgElement.setAttribute("width", this.data.w), this.svgElement.setAttribute("height", this.data.h), this.transformedElement = this.baseElement) : this.transformedElement = this.layerElement }, HCompElement.prototype.addTo3dContainer = function (t, e) { for (var r, i = 0; i < e;)this.elements[i] && this.elements[i].getBaseElement && (r = this.elements[i].getBaseElement()), i += 1; r ? this.layerElement.insertBefore(t, r) : this.layerElement.appendChild(t) }, extendPrototype([BaseElement, TransformElement, HSolidElement, SVGShapeElement, HBaseElement, HierarchyElement, FrameElement, RenderableElement], HShapeElement), HShapeElement.prototype._renderShapeFrame = HShapeElement.prototype.renderInnerContent, HShapeElement.prototype.createContent = function () { var t; if (this.baseElement.style.fontSize = 0, this.data.hasMask) this.layerElement.appendChild(this.shapesContainer), t = this.svgElement; else { t = createNS("svg"); var e = this.comp.data ? this.comp.data : this.globalData.compSize; t.setAttribute("width", e.w), t.setAttribute("height", e.h), t.appendChild(this.shapesContainer), this.layerElement.appendChild(t) } this.searchShapes(this.shapesData, this.itemsData, this.prevViewData, this.shapesContainer, 0, [], !0), this.filterUniqueShapes(), this.shapeCont = t }, HShapeElement.prototype.getTransformedPoint = function (t, e) { var r, i = t.length; for (r = 0; r < i; r += 1)e = t[r].mProps.v.applyToPointArray(e[0], e[1], 0); return e }, HShapeElement.prototype.calculateShapeBoundingBox = function (t, e) { var r, i, s, a, n, o = t.sh.v, h = t.transformers, l = o._length; if (!(l <= 1)) { for (r = 0; r < l - 1; r += 1)i = this.getTransformedPoint(h, o.v[r]), s = this.getTransformedPoint(h, o.o[r]), a = this.getTransformedPoint(h, o.i[r + 1]), n = this.getTransformedPoint(h, o.v[r + 1]), this.checkBounds(i, s, a, n, e); o.c && (i = this.getTransformedPoint(h, o.v[r]), s = this.getTransformedPoint(h, o.o[r]), a = this.getTransformedPoint(h, o.i[0]), n = this.getTransformedPoint(h, o.v[0]), this.checkBounds(i, s, a, n, e)) } }, HShapeElement.prototype.checkBounds = function (t, e, r, i, s) { this.getBoundsOfCurve(t, e, r, i); var a = this.shapeBoundingBox; s.x = bmMin(a.left, s.x), s.xMax = bmMax(a.right, s.xMax), s.y = bmMin(a.top, s.y), s.yMax = bmMax(a.bottom, s.yMax) }, HShapeElement.prototype.shapeBoundingBox = { left: 0, right: 0, top: 0, bottom: 0 }, HShapeElement.prototype.tempBoundingBox = { x: 0, xMax: 0, y: 0, yMax: 0, width: 0, height: 0 }, HShapeElement.prototype.getBoundsOfCurve = function (t, e, r, i) { for (var s, a, n, o, h, l, p, m = [[t[0], i[0]], [t[1], i[1]]], f = 0; f < 2; ++f)a = 6 * t[f] - 12 * e[f] + 6 * r[f], s = -3 * t[f] + 9 * e[f] - 9 * r[f] + 3 * i[f], n = 3 * e[f] - 3 * t[f], a |= 0, n |= 0, 0 === (s |= 0) && 0 === a || (0 === s ? 0 < (o = -n / a) && o < 1 && m[f].push(this.calculateF(o, t, e, r, i, f)) : 0 <= (h = a * a - 4 * n * s) && (0 < (l = (-a + bmSqrt(h)) / (2 * s)) && l < 1 && m[f].push(this.calculateF(l, t, e, r, i, f)), 0 < (p = (-a - bmSqrt(h)) / (2 * s)) && p < 1 && m[f].push(this.calculateF(p, t, e, r, i, f)))); this.shapeBoundingBox.left = bmMin.apply(null, m[0]), this.shapeBoundingBox.top = bmMin.apply(null, m[1]), this.shapeBoundingBox.right = bmMax.apply(null, m[0]), this.shapeBoundingBox.bottom = bmMax.apply(null, m[1]) }, HShapeElement.prototype.calculateF = function (t, e, r, i, s, a) { return bmPow(1 - t, 3) * e[a] + 3 * bmPow(1 - t, 2) * t * r[a] + 3 * (1 - t) * bmPow(t, 2) * i[a] + bmPow(t, 3) * s[a] }, HShapeElement.prototype.calculateBoundingBox = function (t, e) { var r, i = t.length; for (r = 0; r < i; r += 1)t[r] && t[r].sh ? this.calculateShapeBoundingBox(t[r], e) : t[r] && t[r].it && this.calculateBoundingBox(t[r].it, e) }, HShapeElement.prototype.currentBoxContains = function (t) { return this.currentBBox.x <= t.x && this.currentBBox.y <= t.y && this.currentBBox.width + this.currentBBox.x >= t.x + t.width && this.currentBBox.height + this.currentBBox.y >= t.y + t.height }, HShapeElement.prototype.renderInnerContent = function () { if (this._renderShapeFrame(), !this.hidden && (this._isFirstFrame || this._mdf)) { var t = this.tempBoundingBox, e = 999999; if (t.x = e, t.xMax = -e, t.y = e, t.yMax = -e, this.calculateBoundingBox(this.itemsData, t), t.width = t.xMax < t.x ? 0 : t.xMax - t.x, t.height = t.yMax < t.y ? 0 : t.yMax - t.y, this.currentBoxContains(t)) return; var r = !1; if (this.currentBBox.w !== t.width && (this.currentBBox.w = t.width, this.shapeCont.setAttribute("width", t.width), r = !0), this.currentBBox.h !== t.height && (this.currentBBox.h = t.height, this.shapeCont.setAttribute("height", t.height), r = !0), r || this.currentBBox.x !== t.x || this.currentBBox.y !== t.y) { this.currentBBox.w = t.width, this.currentBBox.h = t.height, this.currentBBox.x = t.x, this.currentBBox.y = t.y, this.shapeCont.setAttribute("viewBox", this.currentBBox.x + " " + this.currentBBox.y + " " + this.currentBBox.w + " " + this.currentBBox.h); var i = this.shapeCont.style, s = "translate(" + this.currentBBox.x + "px," + this.currentBBox.y + "px)"; i.transform = s, i.webkitTransform = s } } }, extendPrototype([BaseElement, TransformElement, HBaseElement, HierarchyElement, FrameElement, RenderableDOMElement, ITextElement], HTextElement), HTextElement.prototype.createContent = function () { if (this.isMasked = this.checkMasks(), this.isMasked) { this.renderType = "svg", this.compW = this.comp.data.w, this.compH = this.comp.data.h, this.svgElement.setAttribute("width", this.compW), this.svgElement.setAttribute("height", this.compH); var t = createNS("g"); this.maskedElement.appendChild(t), this.innerElem = t } else this.renderType = "html", this.innerElem = this.layerElement; this.checkParenting() }, HTextElement.prototype.buildNewText = function () { var t = this.textProperty.currentData; this.renderedLetters = createSizedArray(t.l ? t.l.length : 0); var e = this.innerElem.style, r = t.fc ? this.buildColor(t.fc) : "rgba(0,0,0,0)"; e.fill = r, e.color = r, t.sc && (e.stroke = this.buildColor(t.sc), e.strokeWidth = t.sw + "px"); var i, s, a = this.globalData.fontManager.getFontByName(t.f); if (!this.globalData.fontManager.chars) if (e.fontSize = t.finalSize + "px", e.lineHeight = t.finalSize + "px", a.fClass) this.innerElem.className = a.fClass; else { e.fontFamily = a.fFamily; var n = t.fWeight, o = t.fStyle; e.fontStyle = o, e.fontWeight = n } var h, l, p, m = t.l; s = m.length; var f, c = this.mHelper, d = "", u = 0; for (i = 0; i < s; i += 1) { if (this.globalData.fontManager.chars ? (this.textPaths[u] ? h = this.textPaths[u] : ((h = createNS("path")).setAttribute("stroke-linecap", "butt"), h.setAttribute("stroke-linejoin", "round"), h.setAttribute("stroke-miterlimit", "4")), this.isMasked || (this.textSpans[u] ? p = (l = this.textSpans[u]).children[0] : ((l = createTag("div")).style.lineHeight = 0, (p = createNS("svg")).appendChild(h), styleDiv(l)))) : this.isMasked ? h = this.textPaths[u] ? this.textPaths[u] : createNS("text") : this.textSpans[u] ? (l = this.textSpans[u], h = this.textPaths[u]) : (styleDiv(l = createTag("span")), styleDiv(h = createTag("span")), l.appendChild(h)), this.globalData.fontManager.chars) { var y, g = this.globalData.fontManager.getCharData(t.finalText[i], a.fStyle, this.globalData.fontManager.getFontByName(t.f).fFamily); if (y = g ? g.data : null, c.reset(), y && y.shapes && (f = y.shapes[0].it, c.scale(t.finalSize / 100, t.finalSize / 100), d = this.createPathShape(c, f), h.setAttribute("d", d)), this.isMasked) this.innerElem.appendChild(h); else { if (this.innerElem.appendChild(l), y && y.shapes) { document.body.appendChild(p); var v = p.getBBox(); p.setAttribute("width", v.width + 2), p.setAttribute("height", v.height + 2), p.setAttribute("viewBox", v.x - 1 + " " + (v.y - 1) + " " + (v.width + 2) + " " + (v.height + 2)); var b = p.style, P = "translate(" + (v.x - 1) + "px," + (v.y - 1) + "px)"; b.transform = P, b.webkitTransform = P, m[i].yOffset = v.y - 1 } else p.setAttribute("width", 1), p.setAttribute("height", 1); l.appendChild(p) } } else if (h.textContent = m[i].val, h.setAttributeNS("http://www.w3.org/XML/1998/namespace", "xml:space", "preserve"), this.isMasked) this.innerElem.appendChild(h); else { this.innerElem.appendChild(l); var E = h.style, x = "translate3d(0," + -t.finalSize / 1.2 + "px,0)"; E.transform = x, E.webkitTransform = x } this.isMasked ? this.textSpans[u] = h : this.textSpans[u] = l, this.textSpans[u].style.display = "block", this.textPaths[u] = h, u += 1 } for (; u < this.textSpans.length;)this.textSpans[u].style.display = "none", u += 1 }, HTextElement.prototype.renderInnerContent = function () { var t; if (this.data.singleShape) { if (!this._isFirstFrame && !this.lettersChangedFlag) return; if (this.isMasked && this.finalTransform._matMdf) { this.svgElement.setAttribute("viewBox", -this.finalTransform.mProp.p.v[0] + " " + -this.finalTransform.mProp.p.v[1] + " " + this.compW + " " + this.compH), t = this.svgElement.style; var e = "translate(" + -this.finalTransform.mProp.p.v[0] + "px," + -this.finalTransform.mProp.p.v[1] + "px)"; t.transform = e, t.webkitTransform = e } } if (this.textAnimator.getMeasures(this.textProperty.currentData, this.lettersChangedFlag), this.lettersChangedFlag || this.textAnimator.lettersChangedFlag) { var r, i, s, a, n, o = 0, h = this.textAnimator.renderedLetters, l = this.textProperty.currentData.l; for (i = l.length, r = 0; r < i; r += 1)l[r].n ? o += 1 : (a = this.textSpans[r], n = this.textPaths[r], s = h[o], o += 1, s._mdf.m && (this.isMasked ? a.setAttribute("transform", s.m) : (a.style.webkitTransform = s.m, a.style.transform = s.m)), a.style.opacity = s.o, s.sw && s._mdf.sw && n.setAttribute("stroke-width", s.sw), s.sc && s._mdf.sc && n.setAttribute("stroke", s.sc), s.fc && s._mdf.fc && (n.setAttribute("fill", s.fc), n.style.color = s.fc)); if (this.innerElem.getBBox && !this.hidden && (this._isFirstFrame || this._mdf)) { var p = this.innerElem.getBBox(); this.currentBBox.w !== p.width && (this.currentBBox.w = p.width, this.svgElement.setAttribute("width", p.width)), this.currentBBox.h !== p.height && (this.currentBBox.h = p.height, this.svgElement.setAttribute("height", p.height)); if (this.currentBBox.w !== p.width + 2 || this.currentBBox.h !== p.height + 2 || this.currentBBox.x !== p.x - 1 || this.currentBBox.y !== p.y - 1) { this.currentBBox.w = p.width + 2, this.currentBBox.h = p.height + 2, this.currentBBox.x = p.x - 1, this.currentBBox.y = p.y - 1, this.svgElement.setAttribute("viewBox", this.currentBBox.x + " " + this.currentBBox.y + " " + this.currentBBox.w + " " + this.currentBBox.h), t = this.svgElement.style; var m = "translate(" + this.currentBBox.x + "px," + this.currentBBox.y + "px)"; t.transform = m, t.webkitTransform = m } } } }, extendPrototype([BaseElement, TransformElement, HBaseElement, HSolidElement, HierarchyElement, FrameElement, RenderableElement], HImageElement), HImageElement.prototype.createContent = function () { var t = this.globalData.getAssetsPath(this.assetData), e = new Image; this.data.hasMask ? (this.imageElem = createNS("image"), this.imageElem.setAttribute("width", this.assetData.w + "px"), this.imageElem.setAttribute("height", this.assetData.h + "px"), this.imageElem.setAttributeNS("http://www.w3.org/1999/xlink", "href", t), this.layerElement.appendChild(this.imageElem), this.baseElement.setAttribute("width", this.assetData.w), this.baseElement.setAttribute("height", this.assetData.h)) : this.layerElement.appendChild(e), e.crossOrigin = "anonymous", e.src = t, this.data.ln && this.baseElement.setAttribute("id", this.data.ln) }, extendPrototype([BaseElement, FrameElement, HierarchyElement], HCameraElement), HCameraElement.prototype.setup = function () { var t, e, r, i, s = this.comp.threeDElements.length; for (t = 0; t < s; t += 1)if ("3d" === (e = this.comp.threeDElements[t]).type) { r = e.perspectiveElem.style, i = e.container.style; var a = this.pe.v + "px", n = "0px 0px 0px", o = "matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)"; r.perspective = a, r.webkitPerspective = a, i.transformOrigin = n, i.mozTransformOrigin = n, i.webkitTransformOrigin = n, r.transform = o, r.webkitTransform = o } }, HCameraElement.prototype.createElements = function () { }, HCameraElement.prototype.hide = function () { }, HCameraElement.prototype.renderFrame = function () { var t, e, r = this._isFirstFrame; if (this.hierarchy) for (e = this.hierarchy.length, t = 0; t < e; t += 1)r = this.hierarchy[t].finalTransform.mProp._mdf || r; if (r || this.pe._mdf || this.p && this.p._mdf || this.px && (this.px._mdf || this.py._mdf || this.pz._mdf) || this.rx._mdf || this.ry._mdf || this.rz._mdf || this.or._mdf || this.a && this.a._mdf) { if (this.mat.reset(), this.hierarchy) for (t = e = this.hierarchy.length - 1; 0 <= t; t -= 1) { var i = this.hierarchy[t].finalTransform.mProp; this.mat.translate(-i.p.v[0], -i.p.v[1], i.p.v[2]), this.mat.rotateX(-i.or.v[0]).rotateY(-i.or.v[1]).rotateZ(i.or.v[2]), this.mat.rotateX(-i.rx.v).rotateY(-i.ry.v).rotateZ(i.rz.v), this.mat.scale(1 / i.s.v[0], 1 / i.s.v[1], 1 / i.s.v[2]), this.mat.translate(i.a.v[0], i.a.v[1], i.a.v[2]) } if (this.p ? this.mat.translate(-this.p.v[0], -this.p.v[1], this.p.v[2]) : this.mat.translate(-this.px.v, -this.py.v, this.pz.v), this.a) { var s; s = this.p ? [this.p.v[0] - this.a.v[0], this.p.v[1] - this.a.v[1], this.p.v[2] - this.a.v[2]] : [this.px.v - this.a.v[0], this.py.v - this.a.v[1], this.pz.v - this.a.v[2]]; var a = Math.sqrt(Math.pow(s[0], 2) + Math.pow(s[1], 2) + Math.pow(s[2], 2)), n = [s[0] / a, s[1] / a, s[2] / a], o = Math.sqrt(n[2] * n[2] + n[0] * n[0]), h = Math.atan2(n[1], o), l = Math.atan2(n[0], -n[2]); this.mat.rotateY(l).rotateX(-h) } this.mat.rotateX(-this.rx.v).rotateY(-this.ry.v).rotateZ(this.rz.v), this.mat.rotateX(-this.or.v[0]).rotateY(-this.or.v[1]).rotateZ(this.or.v[2]), this.mat.translate(this.globalData.compSize.w / 2, this.globalData.compSize.h / 2, 0), this.mat.translate(0, 0, this.pe.v); var p = !this._prevMat.equals(this.mat); if ((p || this.pe._mdf) && this.comp.threeDElements) { var m, f, c; for (e = this.comp.threeDElements.length, t = 0; t < e; t += 1)if ("3d" === (m = this.comp.threeDElements[t]).type) { if (p) { var d = this.mat.toCSS(); (c = m.container.style).transform = d, c.webkitTransform = d } this.pe._mdf && ((f = m.perspectiveElem.style).perspective = this.pe.v + "px", f.webkitPerspective = this.pe.v + "px") } this.mat.clone(this._prevMat) } } this._isFirstFrame = !1 }, HCameraElement.prototype.prepareFrame = function (t) { this.prepareProperties(t, !0) }, HCameraElement.prototype.destroy = function () { }, HCameraElement.prototype.getBaseElement = function () { return null }, HEffects.prototype.renderFrame = function () { }; var animationManager = function () { var t = {}, s = [], i = 0, a = 0, n = 0, o = !0, h = !1; function r(t) { for (var e = 0, r = t.target; e < a;)s[e].animation === r && (s.splice(e, 1), e -= 1, a -= 1, r.isPaused || m()), e += 1 } function l(t, e) { if (!t) return null; for (var r = 0; r < a;) { if (s[r].elem === t && null !== s[r].elem) return s[r].animation; r += 1 } var i = new AnimationItem; return f(i, t), i.setData(t, e), i } function p() { n += 1, d() } function m() { n -= 1 } function f(t, e) { t.addEventListener("destroy", r), t.addEventListener("_active", p), t.addEventListener("_idle", m), s.push({ elem: e, animation: t }), a += 1 } function c(t) { var e, r = t - i; for (e = 0; e < a; e += 1)s[e].animation.advanceTime(r); i = t, n && !h ? window.requestAnimationFrame(c) : o = !0 } function e(t) { i = t, window.requestAnimationFrame(c) } function d() { !h && n && o && (window.requestAnimationFrame(e), o = !1) } return t.registerAnimation = l, t.loadAnimation = function (t) { var e = new AnimationItem; return f(e, null), e.setParams(t), e }, t.setSpeed = function (t, e) { var r; for (r = 0; r < a; r += 1)s[r].animation.setSpeed(t, e) }, t.setDirection = function (t, e) { var r; for (r = 0; r < a; r += 1)s[r].animation.setDirection(t, e) }, t.play = function (t) { var e; for (e = 0; e < a; e += 1)s[e].animation.play(t) }, t.pause = function (t) { var e; for (e = 0; e < a; e += 1)s[e].animation.pause(t) }, t.stop = function (t) { var e; for (e = 0; e < a; e += 1)s[e].animation.stop(t) }, t.togglePause = function (t) { var e; for (e = 0; e < a; e += 1)s[e].animation.togglePause(t) }, t.searchAnimations = function (t, e, r) { var i, s = [].concat([].slice.call(document.getElementsByClassName("lottie")), [].slice.call(document.getElementsByClassName("bodymovin"))), a = s.length; for (i = 0; i < a; i += 1)r && s[i].setAttribute("data-bm-type", r), l(s[i], t); if (e && 0 === a) { r || (r = "svg"); var n = document.getElementsByTagName("body")[0]; n.innerText = ""; var o = createTag("div"); o.style.width = "100%", o.style.height = "100%", o.setAttribute("data-bm-type", r), n.appendChild(o), l(o, t) } }, t.resize = function () { var t; for (t = 0; t < a; t += 1)s[t].animation.resize() }, t.goToAndStop = function (t, e, r) { var i; for (i = 0; i < a; i += 1)s[i].animation.goToAndStop(t, e, r) }, t.destroy = function (t) { var e; for (e = a - 1; 0 <= e; e -= 1)s[e].animation.destroy(t) }, t.freeze = function () { h = !0 }, t.unfreeze = function () { h = !1, d() }, t.setVolume = function (t, e) { var r; for (r = 0; r < a; r += 1)s[r].animation.setVolume(t, e) }, t.mute = function (t) { var e; for (e = 0; e < a; e += 1)s[e].animation.mute(t) }, t.unmute = function (t) { var e; for (e = 0; e < a; e += 1)s[e].animation.unmute(t) }, t.getRegisteredAnimations = function () { var t, e = s.length, r = []; for (t = 0; t < e; t += 1)r.push(s[t].animation); return r }, t }(), AnimationItem = function () { this._cbs = [], this.name = "", this.path = "", this.isLoaded = !1, this.currentFrame = 0, this.currentRawFrame = 0, this.firstFrame = 0, this.totalFrames = 0, this.frameRate = 0, this.frameMult = 0, this.playSpeed = 1, this.playDirection = 1, this.playCount = 0, this.animationData = {}, this.assets = [], this.isPaused = !0, this.autoplay = !1, this.loop = !0, this.renderer = null, this.animationID = createElementID(), this.assetsPath = "", this.timeCompleted = 0, this.segmentPos = 0, this.isSubframeEnabled = subframeEnabled, this.segments = [], this._idle = !0, this._completedLoop = !1, this.projectInterface = ProjectInterface(), this.imagePreloader = new ImagePreloader, this.audioController = audioControllerFactory(), this.markers = [] }; extendPrototype([BaseEvent], AnimationItem), AnimationItem.prototype.setParams = function (t) { (t.wrapper || t.container) && (this.wrapper = t.wrapper || t.container); var e = "svg"; switch (t.animType ? e = t.animType : t.renderer && (e = t.renderer), e) { case "canvas": this.renderer = new CanvasRenderer(this, t.rendererSettings); break; case "svg": this.renderer = new SVGRenderer(this, t.rendererSettings); break; default: this.renderer = new HybridRenderer(this, t.rendererSettings) }this.imagePreloader.setCacheType(e, this.renderer.globalData.defs), this.renderer.setProjectInterface(this.projectInterface), this.animType = e, "" === t.loop || null === t.loop || void 0 === t.loop || !0 === t.loop ? this.loop = !0 : !1 === t.loop ? this.loop = !1 : this.loop = parseInt(t.loop, 10), this.autoplay = !("autoplay" in t) || t.autoplay, this.name = t.name ? t.name : "", this.autoloadSegments = !Object.prototype.hasOwnProperty.call(t, "autoloadSegments") || t.autoloadSegments, this.assetsPath = t.assetsPath, this.initialSegment = t.initialSegment, t.audioFactory && this.audioController.setAudioFactory(t.audioFactory), t.animationData ? this.configAnimation(t.animationData) : t.path && (-1 !== t.path.lastIndexOf("\\") ? this.path = t.path.substr(0, t.path.lastIndexOf("\\") + 1) : this.path = t.path.substr(0, t.path.lastIndexOf("/") + 1), this.fileName = t.path.substr(t.path.lastIndexOf("/") + 1), this.fileName = this.fileName.substr(0, this.fileName.lastIndexOf(".json")), assetLoader.load(t.path, this.configAnimation.bind(this), function () { this.trigger("data_failed") }.bind(this))) }, AnimationItem.prototype.setData = function (t, e) { e && "object" != typeof e && (e = JSON.parse(e)); var r = { wrapper: t, animationData: e }, i = t.attributes; r.path = i.getNamedItem("data-animation-path") ? i.getNamedItem("data-animation-path").value : i.getNamedItem("data-bm-path") ? i.getNamedItem("data-bm-path").value : i.getNamedItem("bm-path") ? i.getNamedItem("bm-path").value : "", r.animType = i.getNamedItem("data-anim-type") ? i.getNamedItem("data-anim-type").value : i.getNamedItem("data-bm-type") ? i.getNamedItem("data-bm-type").value : i.getNamedItem("bm-type") ? i.getNamedItem("bm-type").value : i.getNamedItem("data-bm-renderer") ? i.getNamedItem("data-bm-renderer").value : i.getNamedItem("bm-renderer") ? i.getNamedItem("bm-renderer").value : "canvas"; var s = i.getNamedItem("data-anim-loop") ? i.getNamedItem("data-anim-loop").value : i.getNamedItem("data-bm-loop") ? i.getNamedItem("data-bm-loop").value : i.getNamedItem("bm-loop") ? i.getNamedItem("bm-loop").value : ""; "false" === s ? r.loop = !1 : "true" === s ? r.loop = !0 : "" !== s && (r.loop = parseInt(s, 10)); var a = i.getNamedItem("data-anim-autoplay") ? i.getNamedItem("data-anim-autoplay").value : i.getNamedItem("data-bm-autoplay") ? i.getNamedItem("data-bm-autoplay").value : !i.getNamedItem("bm-autoplay") || i.getNamedItem("bm-autoplay").value; r.autoplay = "false" !== a, r.name = i.getNamedItem("data-name") ? i.getNamedItem("data-name").value : i.getNamedItem("data-bm-name") ? i.getNamedItem("data-bm-name").value : i.getNamedItem("bm-name") ? i.getNamedItem("bm-name").value : "", "false" === (i.getNamedItem("data-anim-prerender") ? i.getNamedItem("data-anim-prerender").value : i.getNamedItem("data-bm-prerender") ? i.getNamedItem("data-bm-prerender").value : i.getNamedItem("bm-prerender") ? i.getNamedItem("bm-prerender").value : "") && (r.prerender = !1), this.setParams(r) }, AnimationItem.prototype.includeLayers = function (t) { t.op > this.animationData.op && (this.animationData.op = t.op, this.totalFrames = Math.floor(t.op - this.animationData.ip)); var e, r, i = this.animationData.layers, s = i.length, a = t.layers, n = a.length; for (r = 0; r < n; r += 1)for (e = 0; e < s;) { if (i[e].id === a[r].id) { i[e] = a[r]; break } e += 1 } if ((t.chars || t.fonts) && (this.renderer.globalData.fontManager.addChars(t.chars), this.renderer.globalData.fontManager.addFonts(t.fonts, this.renderer.globalData.defs)), t.assets) for (s = t.assets.length, e = 0; e < s; e += 1)this.animationData.assets.push(t.assets[e]); this.animationData.__complete = !1, dataManager.completeData(this.animationData, this.renderer.globalData.fontManager), this.renderer.includeLayers(t.layers), expressionsPlugin && expressionsPlugin.initExpressions(this), this.loadNextSegment() }, AnimationItem.prototype.loadNextSegment = function () { var t = this.animationData.segments; if (!t || 0 === t.length || !this.autoloadSegments) return this.trigger("data_ready"), void (this.timeCompleted = this.totalFrames); var e = t.shift(); this.timeCompleted = e.time * this.frameRate; var r = this.path + this.fileName + "_" + this.segmentPos + ".json"; this.segmentPos += 1, assetLoader.load(r, this.includeLayers.bind(this), function () { this.trigger("data_failed") }.bind(this)) }, AnimationItem.prototype.loadSegments = function () { this.animationData.segments || (this.timeCompleted = this.totalFrames), this.loadNextSegment() }, AnimationItem.prototype.imagesLoaded = function () { this.trigger("loaded_images"), this.checkLoaded() }, AnimationItem.prototype.preloadImages = function () { this.imagePreloader.setAssetsPath(this.assetsPath), this.imagePreloader.setPath(this.path), this.imagePreloader.loadAssets(this.animationData.assets, this.imagesLoaded.bind(this)) }, AnimationItem.prototype.configAnimation = function (t) { if (this.renderer) try { this.animationData = t, this.initialSegment ? (this.totalFrames = Math.floor(this.initialSegment[1] - this.initialSegment[0]), this.firstFrame = Math.round(this.initialSegment[0])) : (this.totalFrames = Math.floor(this.animationData.op - this.animationData.ip), this.firstFrame = Math.round(this.animationData.ip)), this.renderer.configAnimation(t), t.assets || (t.assets = []), this.assets = this.animationData.assets, this.frameRate = this.animationData.fr, this.frameMult = this.animationData.fr / 1e3, this.renderer.searchExtraCompositions(t.assets), this.markers = markerParser(t.markers || []), this.trigger("config_ready"), this.preloadImages(), this.loadSegments(), this.updaFrameModifier(), this.waitForFontsLoaded(), this.isPaused && this.audioController.pause() } catch (t) { this.triggerConfigError(t) } }, AnimationItem.prototype.waitForFontsLoaded = function () { this.renderer && (this.renderer.globalData.fontManager.isLoaded ? this.checkLoaded() : setTimeout(this.waitForFontsLoaded.bind(this), 20)) }, AnimationItem.prototype.checkLoaded = function () { !this.isLoaded && this.renderer.globalData.fontManager.isLoaded && (this.imagePreloader.loadedImages() || "canvas" !== this.renderer.rendererType) && this.imagePreloader.loadedFootages() && (this.isLoaded = !0, dataManager.completeData(this.animationData, this.renderer.globalData.fontManager), expressionsPlugin && expressionsPlugin.initExpressions(this), this.renderer.initItems(), setTimeout(function () { this.trigger("DOMLoaded") }.bind(this), 0), this.gotoFrame(), this.autoplay && this.play()) }, AnimationItem.prototype.resize = function () { this.renderer.updateContainerSize() }, AnimationItem.prototype.setSubframe = function (t) { this.isSubframeEnabled = !!t }, AnimationItem.prototype.gotoFrame = function () { this.currentFrame = this.isSubframeEnabled ? this.currentRawFrame : ~~this.currentRawFrame, this.timeCompleted !== this.totalFrames && this.currentFrame > this.timeCompleted && (this.currentFrame = this.timeCompleted), this.trigger("enterFrame"), this.renderFrame() }, AnimationItem.prototype.renderFrame = function () { if (!1 !== this.isLoaded && this.renderer) try { this.renderer.renderFrame(this.currentFrame + this.firstFrame) } catch (t) { this.triggerRenderFrameError(t) } }, AnimationItem.prototype.play = function (t) { t && this.name !== t || !0 === this.isPaused && (this.isPaused = !1, this.audioController.resume(), this._idle && (this._idle = !1, this.trigger("_active"))) }, AnimationItem.prototype.pause = function (t) { t && this.name !== t || !1 === this.isPaused && (this.isPaused = !0, this._idle = !0, this.trigger("_idle"), this.audioController.pause()) }, AnimationItem.prototype.togglePause = function (t) { t && this.name !== t || (!0 === this.isPaused ? this.play() : this.pause()) }, AnimationItem.prototype.stop = function (t) { t && this.name !== t || (this.pause(), this.playCount = 0, this._completedLoop = !1, this.setCurrentRawFrameValue(0)) }, AnimationItem.prototype.getMarkerData = function (t) { for (var e, r = 0; r < this.markers.length; r += 1)if ((e = this.markers[r]).payload && e.payload.name === t) return e; return null }, AnimationItem.prototype.goToAndStop = function (t, e, r) { if (!r || this.name === r) { var i = Number(t); if (isNaN(i)) { var s = this.getMarkerData(t); s && this.goToAndStop(s.time, !0) } else e ? this.setCurrentRawFrameValue(t) : this.setCurrentRawFrameValue(t * this.frameModifier); this.pause() } }, AnimationItem.prototype.goToAndPlay = function (t, e, r) { if (!r || this.name === r) { var i = Number(t); if (isNaN(i)) { var s = this.getMarkerData(t); s && (s.duration ? this.playSegments([s.time, s.time + s.duration], !0) : this.goToAndStop(s.time, !0)) } else this.goToAndStop(i, e, r); this.play() } }, AnimationItem.prototype.advanceTime = function (t) { if (!0 !== this.isPaused && !1 !== this.isLoaded) { var e = this.currentRawFrame + t * this.frameModifier, r = !1; e >= this.totalFrames - 1 && 0 < this.frameModifier ? this.loop && this.playCount !== this.loop ? e >= this.totalFrames ? (this.playCount += 1, this.checkSegments(e % this.totalFrames) || (this.setCurrentRawFrameValue(e % this.totalFrames), this._completedLoop = !0, this.trigger("loopComplete"))) : this.setCurrentRawFrameValue(e) : this.checkSegments(e > this.totalFrames ? e % this.totalFrames : 0) || (r = !0, e = this.totalFrames - 1) : e < 0 ? this.checkSegments(e % this.totalFrames) || (!this.loop || this.playCount-- <= 0 && !0 !== this.loop ? (r = !0, e = 0) : (this.setCurrentRawFrameValue(this.totalFrames + e % this.totalFrames), this._completedLoop ? this.trigger("loopComplete") : this._completedLoop = !0)) : this.setCurrentRawFrameValue(e), r && (this.setCurrentRawFrameValue(e), this.pause(), this.trigger("complete")) } }, AnimationItem.prototype.adjustSegment = function (t, e) { this.playCount = 0, t[1] < t[0] ? (0 < this.frameModifier && (this.playSpeed < 0 ? this.setSpeed(-this.playSpeed) : this.setDirection(-1)), this.totalFrames = t[0] - t[1], this.timeCompleted = this.totalFrames, this.firstFrame = t[1], this.setCurrentRawFrameValue(this.totalFrames - .001 - e)) : t[1] > t[0] && (this.frameModifier < 0 && (this.playSpeed < 0 ? this.setSpeed(-this.playSpeed) : this.setDirection(1)), this.totalFrames = t[1] - t[0], this.timeCompleted = this.totalFrames, this.firstFrame = t[0], this.setCurrentRawFrameValue(.001 + e)), this.trigger("segmentStart") }, AnimationItem.prototype.setSegment = function (t, e) { var r = -1; this.isPaused && (this.currentRawFrame + this.firstFrame < t ? r = t : this.currentRawFrame + this.firstFrame > e && (r = e - t)), this.firstFrame = t, this.totalFrames = e - t, this.timeCompleted = this.totalFrames, -1 !== r && this.goToAndStop(r, !0) }, AnimationItem.prototype.playSegments = function (t, e) { if (e && (this.segments.length = 0), "object" == typeof t[0]) { var r, i = t.length; for (r = 0; r < i; r += 1)this.segments.push(t[r]) } else this.segments.push(t); this.segments.length && e && this.adjustSegment(this.segments.shift(), 0), this.isPaused && this.play() }, AnimationItem.prototype.resetSegments = function (t) { this.segments.length = 0, this.segments.push([this.animationData.ip, this.animationData.op]), t && this.checkSegments(0) }, AnimationItem.prototype.checkSegments = function (t) { return !!this.segments.length && (this.adjustSegment(this.segments.shift(), t), !0) }, AnimationItem.prototype.destroy = function (t) { t && this.name !== t || !this.renderer || (this.renderer.destroy(), this.imagePreloader.destroy(), this.trigger("destroy"), this._cbs = null, this.onEnterFrame = null, this.onLoopComplete = null, this.onComplete = null, this.onSegmentStart = null, this.onDestroy = null, this.renderer = null, this.renderer = null, this.imagePreloader = null, this.projectInterface = null) }, AnimationItem.prototype.setCurrentRawFrameValue = function (t) { this.currentRawFrame = t, this.gotoFrame() }, AnimationItem.prototype.setSpeed = function (t) { this.playSpeed = t, this.updaFrameModifier() }, AnimationItem.prototype.setDirection = function (t) { this.playDirection = t < 0 ? -1 : 1, this.updaFrameModifier() }, AnimationItem.prototype.setVolume = function (t, e) { e && this.name !== e || this.audioController.setVolume(t) }, AnimationItem.prototype.getVolume = function () { return this.audioController.getVolume() }, AnimationItem.prototype.mute = function (t) { t && this.name !== t || this.audioController.mute() }, AnimationItem.prototype.unmute = function (t) { t && this.name !== t || this.audioController.unmute() }, AnimationItem.prototype.updaFrameModifier = function () { this.frameModifier = this.frameMult * this.playSpeed * this.playDirection, this.audioController.setRate(this.playSpeed * this.playDirection) }, AnimationItem.prototype.getPath = function () { return this.path }, AnimationItem.prototype.getAssetsPath = function (t) { var e = ""; if (t.e) e = t.p; else if (this.assetsPath) { var r = t.p; -1 !== r.indexOf("images/") && (r = r.split("/")[1]), e = this.assetsPath + r } else e = this.path, e += t.u ? t.u : "", e += t.p; return e }, AnimationItem.prototype.getAssetData = function (t) { for (var e = 0, r = this.assets.length; e < r;) { if (t === this.assets[e].id) return this.assets[e]; e += 1 } return null }, AnimationItem.prototype.hide = function () { this.renderer.hide() }, AnimationItem.prototype.show = function () { this.renderer.show() }, AnimationItem.prototype.getDuration = function (t) { return t ? this.totalFrames : this.totalFrames / this.frameRate }, AnimationItem.prototype.trigger = function (t) { if (this._cbs && this._cbs[t]) switch (t) { case "enterFrame": this.triggerEvent(t, new BMEnterFrameEvent(t, this.currentFrame, this.totalFrames, this.frameModifier)); break; case "loopComplete": this.triggerEvent(t, new BMCompleteLoopEvent(t, this.loop, this.playCount, this.frameMult)); break; case "complete": this.triggerEvent(t, new BMCompleteEvent(t, this.frameMult)); break; case "segmentStart": this.triggerEvent(t, new BMSegmentStartEvent(t, this.firstFrame, this.totalFrames)); break; case "destroy": this.triggerEvent(t, new BMDestroyEvent(t, this)); break; default: this.triggerEvent(t) }"enterFrame" === t && this.onEnterFrame && this.onEnterFrame.call(this, new BMEnterFrameEvent(t, this.currentFrame, this.totalFrames, this.frameMult)), "loopComplete" === t && this.onLoopComplete && this.onLoopComplete.call(this, new BMCompleteLoopEvent(t, this.loop, this.playCount, this.frameMult)), "complete" === t && this.onComplete && this.onComplete.call(this, new BMCompleteEvent(t, this.frameMult)), "segmentStart" === t && this.onSegmentStart && this.onSegmentStart.call(this, new BMSegmentStartEvent(t, this.firstFrame, this.totalFrames)), "destroy" === t && this.onDestroy && this.onDestroy.call(this, new BMDestroyEvent(t, this)) }, AnimationItem.prototype.triggerRenderFrameError = function (t) { var e = new BMRenderFrameErrorEvent(t, this.currentFrame); this.triggerEvent("error", e), this.onError && this.onError.call(this, e) }, AnimationItem.prototype.triggerConfigError = function (t) { var e = new BMConfigErrorEvent(t, this.currentFrame); this.triggerEvent("error", e), this.onError && this.onError.call(this, e) }; var Expressions = (tY = {}, tY.initExpressions = function (t) { var e = 0, r = []; function i() { var t, e = r.length; for (t = 0; t < e; t += 1)r[t].release(); r.length = 0 } t.renderer.compInterface = CompExpressionInterface(t.renderer), t.renderer.globalData.projectInterface.registerComposition(t.renderer), t.renderer.globalData.pushExpression = function () { e += 1 }, t.renderer.globalData.popExpression = function () { 0 == (e -= 1) && i() }, t.renderer.globalData.registerExpressionProperty = function (t) { -1 === r.indexOf(t) && r.push(t) } }, tY), tY; expressionsPlugin = Expressions; var ExpressionManager = function () { var ob = {}, Math = BMMath, window = null, document = null; function $bm_isInstanceOfArray(t) { return t.constructor === Array || t.constructor === Float32Array } function isNumerable(t, e) { return "number" === t || "boolean" === t || "string" === t || e instanceof Number } function $bm_neg(t) { var e = typeof t; if ("number" === e || "boolean" === e || t instanceof Number) return -t; if ($bm_isInstanceOfArray(t)) { var r, i = t.length, s = []; for (r = 0; r < i; r += 1)s[r] = -t[r]; return s } return t.propType ? t.v : -t } var easeInBez = BezierFactory.getBezierEasing(.333, 0, .833, .833, "easeIn").get, easeOutBez = BezierFactory.getBezierEasing(.167, .167, .667, 1, "easeOut").get, easeInOutBez = BezierFactory.getBezierEasing(.33, 0, .667, 1, "easeInOut").get; function sum(t, e) { var r = typeof t, i = typeof e; if ("string" === r || "string" === i) return t + e; if (isNumerable(r, t) && isNumerable(i, e)) return t + e; if ($bm_isInstanceOfArray(t) && isNumerable(i, e)) return (t = t.slice(0))[0] += e, t; if (isNumerable(r, t) && $bm_isInstanceOfArray(e)) return (e = e.slice(0))[0] = t + e[0], e; if ($bm_isInstanceOfArray(t) && $bm_isInstanceOfArray(e)) { for (var s = 0, a = t.length, n = e.length, o = []; s < a || s < n;)("number" == typeof t[s] || t[s] instanceof Number) && ("number" == typeof e[s] || e[s] instanceof Number) ? o[s] = t[s] + e[s] : o[s] = void 0 === e[s] ? t[s] : t[s] || e[s], s += 1; return o } return 0 } var add = sum; function sub(t, e) { var r = typeof t, i = typeof e; if (isNumerable(r, t) && isNumerable(i, e)) return "string" === r && (t = parseInt(t, 10)), "string" === i && (e = parseInt(e, 10)), t - e; if ($bm_isInstanceOfArray(t) && isNumerable(i, e)) return (t = t.slice(0))[0] -= e, t; if (isNumerable(r, t) && $bm_isInstanceOfArray(e)) return (e = e.slice(0))[0] = t - e[0], e; if ($bm_isInstanceOfArray(t) && $bm_isInstanceOfArray(e)) { for (var s = 0, a = t.length, n = e.length, o = []; s < a || s < n;)("number" == typeof t[s] || t[s] instanceof Number) && ("number" == typeof e[s] || e[s] instanceof Number) ? o[s] = t[s] - e[s] : o[s] = void 0 === e[s] ? t[s] : t[s] || e[s], s += 1; return o } return 0 } function mul(t, e) { var r, i, s, a = typeof t, n = typeof e; if (isNumerable(a, t) && isNumerable(n, e)) return t * e; if ($bm_isInstanceOfArray(t) && isNumerable(n, e)) { for (s = t.length, r = createTypedArray("float32", s), i = 0; i < s; i += 1)r[i] = t[i] * e; return r } if (isNumerable(a, t) && $bm_isInstanceOfArray(e)) { for (s = e.length, r = createTypedArray("float32", s), i = 0; i < s; i += 1)r[i] = t * e[i]; return r } return 0 } function div(t, e) { var r, i, s, a = typeof t, n = typeof e; if (isNumerable(a, t) && isNumerable(n, e)) return t / e; if ($bm_isInstanceOfArray(t) && isNumerable(n, e)) { for (s = t.length, r = createTypedArray("float32", s), i = 0; i < s; i += 1)r[i] = t[i] / e; return r } if (isNumerable(a, t) && $bm_isInstanceOfArray(e)) { for (s = e.length, r = createTypedArray("float32", s), i = 0; i < s; i += 1)r[i] = t / e[i]; return r } return 0 } function mod(t, e) { return "string" == typeof t && (t = parseInt(t, 10)), "string" == typeof e && (e = parseInt(e, 10)), t % e } var $bm_sum = sum, $bm_sub = sub, $bm_mul = mul, $bm_div = div, $bm_mod = mod; function clamp(t, e, r) { if (r < e) { var i = r; r = e, e = i } return Math.min(Math.max(t, e), r) } function radiansToDegrees(t) { return t / degToRads } var radians_to_degrees = radiansToDegrees; function degreesToRadians(t) { return t * degToRads } var degrees_to_radians = radiansToDegrees, helperLengthArray = [0, 0, 0, 0, 0, 0]; function length(t, e) { if ("number" == typeof t || t instanceof Number) return e = e || 0, Math.abs(t - e); var r; e || (e = helperLengthArray); var i = Math.min(t.length, e.length), s = 0; for (r = 0; r < i; r += 1)s += Math.pow(e[r] - t[r], 2); return Math.sqrt(s) } function normalize(t) { return div(t, length(t)) } function rgbToHsl(t) { var e, r, i = t[0], s = t[1], a = t[2], n = Math.max(i, s, a), o = Math.min(i, s, a), h = (n + o) / 2; if (n === o) r = e = 0; else { var l = n - o; switch (r = .5 < h ? l / (2 - n - o) : l / (n + o), n) { case i: e = (s - a) / l + (s < a ? 6 : 0); break; case s: e = (a - i) / l + 2; break; case a: e = (i - s) / l + 4 }e /= 6 } return [e, r, h, t[3]] } function hue2rgb(t, e, r) { return r < 0 && (r += 1), 1 < r && (r -= 1), r < 1 / 6 ? t + 6 * (e - t) * r : r < .5 ? e : r < 2 / 3 ? t + (e - t) * (2 / 3 - r) * 6 : t } function hslToRgb(t) { var e, r, i, s = t[0], a = t[1], n = t[2]; if (0 === a) r = i = e = n; else { var o = n < .5 ? n * (1 + a) : n + a - n * a, h = 2 * n - o; e = hue2rgb(h, o, s + 1 / 3), r = hue2rgb(h, o, s), i = hue2rgb(h, o, s - 1 / 3) } return [e, r, i, t[3]] } function linear(t, e, r, i, s) { if (void 0 !== i && void 0 !== s || (i = e, s = r, e = 0, r = 1), r < e) { var a = r; r = e, e = a } if (t <= e) return i; if (r <= t) return s; var n, o = r === e ? 0 : (t - e) / (r - e); if (!i.length) return i + (s - i) * o; var h = i.length, l = createTypedArray("float32", h); for (n = 0; n < h; n += 1)l[n] = i[n] + (s[n] - i[n]) * o; return l } function random(t, e) { if (void 0 === e && (void 0 === t ? (t = 0, e = 1) : (e = t, t = void 0)), e.length) { var r, i = e.length; t || (t = createTypedArray("float32", i)); var s = createTypedArray("float32", i), a = BMMath.random(); for (r = 0; r < i; r += 1)s[r] = t[r] + a * (e[r] - t[r]); return s } return void 0 === t && (t = 0), t + BMMath.random() * (e - t) } function createPath(t, e, r, i) { var s, a = t.length, n = shapePool.newElement(); n.setPathData(!!i, a); var o, h, l = [0, 0]; for (s = 0; s < a; s += 1)o = e && e[s] ? e[s] : l, h = r && r[s] ? r[s] : l, n.setTripleAt(t[s][0], t[s][1], h[0] + t[s][0], h[1] + t[s][1], o[0] + t[s][0], o[1] + t[s][1], s, !0); return n } function initiateExpression(elem, data, property) { var val = data.x, needsVelocity = /velocity(?![\w\d])/.test(val), _needsRandom = -1 !== val.indexOf("random"), elemType = elem.data.ty, transform, $bm_transform, content, effect, thisProperty = property; thisProperty.valueAtTime = thisProperty.getValueAtTime, Object.defineProperty(thisProperty, "value", { get: function () { return thisProperty.v } }), elem.comp.frameDuration = 1 / elem.comp.globalData.frameRate, elem.comp.displayStartTime = 0; var inPoint = elem.data.ip / elem.comp.globalData.frameRate, outPoint = elem.data.op / elem.comp.globalData.frameRate, width = elem.data.sw ? elem.data.sw : 0, height = elem.data.sh ? elem.data.sh : 0, name = elem.data.nm, loopIn, loop_in, loopOut, loop_out, smooth, toWorld, fromWorld, fromComp, toComp, fromCompToSurface, position, rotation, anchorPoint, scale, thisLayer, thisComp, mask, valueAtTime, velocityAtTime, scoped_bm_rt, expression_function = eval("[function _expression_function(){" + val + ";scoped_bm_rt=$bm_rt}]")[0], numKeys = property.kf ? data.k.length : 0, active = !this.data || !0 !== this.data.hd, wiggle = function (t, e) { var r, i, s = this.pv.length ? this.pv.length : 1, a = createTypedArray("float32", s); var n = Math.floor(5 * time); for (i = r = 0; r < n;) { for (i = 0; i < s; i += 1)a[i] += -e + 2 * e * BMMath.random(); r += 1 } var o = 5 * time, h = o - Math.floor(o), l = createTypedArray("float32", s); if (1 < s) { for (i = 0; i < s; i += 1)l[i] = this.pv[i] + a[i] + (-e + 2 * e * BMMath.random()) * h; return l } return this.pv + a[0] + (-e + 2 * e * BMMath.random()) * h }.bind(this); function loopInDuration(t, e) { return loopIn(t, e, !0) } function loopOutDuration(t, e) { return loopOut(t, e, !0) } thisProperty.loopIn && (loopIn = thisProperty.loopIn.bind(thisProperty), loop_in = loopIn), thisProperty.loopOut && (loopOut = thisProperty.loopOut.bind(thisProperty), loop_out = loopOut), thisProperty.smooth && (smooth = thisProperty.smooth.bind(thisProperty)), this.getValueAtTime && (valueAtTime = this.getValueAtTime.bind(this)), this.getVelocityAtTime && (velocityAtTime = this.getVelocityAtTime.bind(this)); var comp = elem.comp.globalData.projectInterface.bind(elem.comp.globalData.projectInterface), time, velocity, value, text, textIndex, textTotal, selectorValue; function lookAt(t, e) { var r = [e[0] - t[0], e[1] - t[1], e[2] - t[2]], i = Math.atan2(r[0], Math.sqrt(r[1] * r[1] + r[2] * r[2])) / degToRads; return [-Math.atan2(r[1], r[2]) / degToRads, i, 0] } function easeOut(t, e, r, i, s) { return applyEase(easeOutBez, t, e, r, i, s) } function easeIn(t, e, r, i, s) { return applyEase(easeInBez, t, e, r, i, s) } function ease(t, e, r, i, s) { return applyEase(easeInOutBez, t, e, r, i, s) } function applyEase(t, e, r, i, s, a) { void 0 === s ? (s = r, a = i) : e = (e - r) / (i - r), 1 < e ? e = 1 : e < 0 && (e = 0); var n = t(e); if ($bm_isInstanceOfArray(s)) { var o, h = s.length, l = createTypedArray("float32", h); for (o = 0; o < h; o += 1)l[o] = (a[o] - s[o]) * n + s[o]; return l } return (a - s) * n + s } function nearestKey(t) { var e, r, i, s = data.k.length; if (data.k.length && "number" != typeof data.k[0]) if (r = -1, (t *= elem.comp.globalData.frameRate) < data.k[0].t) r = 1, i = data.k[0].t; else { for (e = 0; e < s - 1; e += 1) { if (t === data.k[e].t) { r = e + 1, i = data.k[e].t; break } if (t > data.k[e].t && t < data.k[e + 1].t) { i = t - data.k[e].t > data.k[e + 1].t - t ? (r = e + 2, data.k[e + 1].t) : (r = e + 1, data.k[e].t); break } } -1 === r && (r = e + 1, i = data.k[e].t) } else i = r = 0; var a = {}; return a.index = r, a.time = i / elem.comp.globalData.frameRate, a } function key(t) { var e, r, i; if (!data.k.length || "number" == typeof data.k[0]) throw new Error("The property has no keyframe at index " + t); t -= 1, e = { time: data.k[t].t / elem.comp.globalData.frameRate, value: [] }; var s = Object.prototype.hasOwnProperty.call(data.k[t], "s") ? data.k[t].s : data.k[t - 1].e; for (i = s.length, r = 0; r < i; r += 1)e[r] = s[r], e.value[r] = s[r]; return e } function framesToTime(t, e) { return e || (e = elem.comp.globalData.frameRate), t / e } function timeToFrames(t, e) { return t || 0 === t || (t = time), e || (e = elem.comp.globalData.frameRate), t * e } function seedRandom(t) { BMMath.seedrandom(randSeed + t) } function sourceRectAtTime() { return elem.sourceRectAtTime() } function substring(t, e) { return "string" == typeof value ? void 0 === e ? value.substring(t) : value.substring(t, e) : "" } function substr(t, e) { return "string" == typeof value ? void 0 === e ? value.substr(t) : value.substr(t, e) : "" } function posterizeTime(t) { time = 0 === t ? 0 : Math.floor(time * t) / t, value = valueAtTime(time) } var index = elem.data.ind, hasParent = !(!elem.hierarchy || !elem.hierarchy.length), parent, randSeed = Math.floor(1e6 * Math.random()), globalData = elem.globalData; function executeExpression(t) { return value = t, _needsRandom && seedRandom(randSeed), this.frameExpressionId === elem.globalData.frameId && "textSelector" !== this.propType ? value : ("textSelector" === this.propType && (textIndex = this.textIndex, textTotal = this.textTotal, selectorValue = this.selectorValue), thisLayer || (text = elem.layerInterface.text, thisLayer = elem.layerInterface, thisComp = elem.comp.compInterface, toWorld = thisLayer.toWorld.bind(thisLayer), fromWorld = thisLayer.fromWorld.bind(thisLayer), fromComp = thisLayer.fromComp.bind(thisLayer), toComp = thisLayer.toComp.bind(thisLayer), mask = thisLayer.mask ? thisLayer.mask.bind(thisLayer) : null, fromCompToSurface = fromComp), transform || (transform = elem.layerInterface("ADBE Transform Group"), ($bm_transform = transform) && (anchorPoint = transform.anchorPoint)), 4 !== elemType || content || (content = thisLayer("ADBE Root Vectors Group")), effect || (effect = thisLayer(4)), (hasParent = !(!elem.hierarchy || !elem.hierarchy.length)) && !parent && (parent = elem.hierarchy[0].layerInterface), time = this.comp.renderedFrame / this.comp.globalData.frameRate, needsVelocity && (velocity = velocityAtTime(time)), expression_function(), this.frameExpressionId = elem.globalData.frameId, "shape" === scoped_bm_rt.propType && (scoped_bm_rt = scoped_bm_rt.v), scoped_bm_rt) } return executeExpression } return ob.initiateExpression = initiateExpression, ob }(), expressionHelpers = { searchExpressions: function (t, e, r) { e.x && (r.k = !0, r.x = !0, r.initiateExpression = ExpressionManager.initiateExpression, r.effectsSequence.push(r.initiateExpression(t, e, r).bind(r))) }, getSpeedAtTime: function (t) { var e = this.getValueAtTime(t), r = this.getValueAtTime(t + -.01), i = 0; if (e.length) { var s; for (s = 0; s < e.length; s += 1)i += Math.pow(r[s] - e[s], 2); i = 100 * Math.sqrt(i) } else i = 0; return i }, getVelocityAtTime: function (t) { if (void 0 !== this.vel) return this.vel; var e, r, i = this.getValueAtTime(t), s = this.getValueAtTime(t + -.001); if (i.length) for (e = createTypedArray("float32", i.length), r = 0; r < i.length; r += 1)e[r] = (s[r] - i[r]) / -.001; else e = (s - i) / -.001; return e }, getValueAtTime: function (t) { return t *= this.elem.globalData.frameRate, (t -= this.offsetTime) !== this._cachingAtTime.lastFrame && (this._cachingAtTime.lastIndex = this._cachingAtTime.lastFrame < t ? this._cachingAtTime.lastIndex : 0, this._cachingAtTime.value = this.interpolateValue(t, this._cachingAtTime), this._cachingAtTime.lastFrame = t), this._cachingAtTime.value }, getStaticValueAtTime: function () { return this.pv }, setGroupProperty: function (t) { this.propertyGroup = t } }; !function () { function o(t, e, r) { if (!this.k || !this.keyframes) return this.pv; t = t ? t.toLowerCase() : ""; var i, s, a, n, o, h = this.comp.renderedFrame, l = this.keyframes, p = l[l.length - 1].t; if (h <= p) return this.pv; if (r ? s = p - (i = e ? Math.abs(p - this.elem.comp.globalData.frameRate * e) : Math.max(0, p - this.elem.data.ip)) : ((!e || e > l.length - 1) && (e = l.length - 1), i = p - (s = l[l.length - 1 - e].t)), "pingpong" === t) { if (Math.floor((h - s) / i) % 2 != 0) return this.getValueAtTime((i - (h - s) % i + s) / this.comp.globalData.frameRate, 0) } else { if ("offset" === t) { var m = this.getValueAtTime(s / this.comp.globalData.frameRate, 0), f = this.getValueAtTime(p / this.comp.globalData.frameRate, 0), c = this.getValueAtTime(((h - s) % i + s) / this.comp.globalData.frameRate, 0), d = Math.floor((h - s) / i); if (this.pv.length) { for (n = (o = new Array(m.length)).length, a = 0; a < n; a += 1)o[a] = (f[a] - m[a]) * d + c[a]; return o } return (f - m) * d + c } if ("continue" === t) { var u = this.getValueAtTime(p / this.comp.globalData.frameRate, 0), y = this.getValueAtTime((p - .001) / this.comp.globalData.frameRate, 0); if (this.pv.length) { for (n = (o = new Array(u.length)).length, a = 0; a < n; a += 1)o[a] = u[a] + (u[a] - y[a]) * ((h - p) / this.comp.globalData.frameRate) / 5e-4; return o } return u + (h - p) / .001 * (u - y) } } return this.getValueAtTime(((h - s) % i + s) / this.comp.globalData.frameRate, 0) } function h(t, e, r) { if (!this.k) return this.pv; t = t ? t.toLowerCase() : ""; var i, s, a, n, o, h = this.comp.renderedFrame, l = this.keyframes, p = l[0].t; if (p <= h) return this.pv; if (r ? s = p + (i = e ? Math.abs(this.elem.comp.globalData.frameRate * e) : Math.max(0, this.elem.data.op - p)) : ((!e || e > l.length - 1) && (e = l.length - 1), i = (s = l[e].t) - p), "pingpong" === t) { if (Math.floor((p - h) / i) % 2 == 0) return this.getValueAtTime(((p - h) % i + p) / this.comp.globalData.frameRate, 0) } else { if ("offset" === t) { var m = this.getValueAtTime(p / this.comp.globalData.frameRate, 0), f = this.getValueAtTime(s / this.comp.globalData.frameRate, 0), c = this.getValueAtTime((i - (p - h) % i + p) / this.comp.globalData.frameRate, 0), d = Math.floor((p - h) / i) + 1; if (this.pv.length) { for (n = (o = new Array(m.length)).length, a = 0; a < n; a += 1)o[a] = c[a] - (f[a] - m[a]) * d; return o } return c - (f - m) * d } if ("continue" === t) { var u = this.getValueAtTime(p / this.comp.globalData.frameRate, 0), y = this.getValueAtTime((p + .001) / this.comp.globalData.frameRate, 0); if (this.pv.length) { for (n = (o = new Array(u.length)).length, a = 0; a < n; a += 1)o[a] = u[a] + (u[a] - y[a]) * (p - h) / .001; return o } return u + (u - y) * (p - h) / .001 } } return this.getValueAtTime((i - ((p - h) % i + p)) / this.comp.globalData.frameRate, 0) } function l(t, e) { if (!this.k) return this.pv; if (t = .5 * (t || .4), (e = Math.floor(e || 5)) <= 1) return this.pv; var r, i, s = this.comp.renderedFrame / this.comp.globalData.frameRate, a = s - t, n = 1 < e ? (s + t - a) / (e - 1) : 1, o = 0, h = 0; for (r = this.pv.length ? createTypedArray("float32", this.pv.length) : 0; o < e;) { if (i = this.getValueAtTime(a + o * n), this.pv.length) for (h = 0; h < this.pv.length; h += 1)r[h] += i[h]; else r += i; o += 1 } if (this.pv.length) for (h = 0; h < this.pv.length; h += 1)r[h] /= e; else r /= e; return r } var s = TransformPropertyFactory.getTransformProperty; TransformPropertyFactory.getTransformProperty = function (t, e, r) { var i = s(t, e, r); return i.dynamicProperties.length ? i.getValueAtTime = function (t) { this._transformCachingAtTime || (this._transformCachingAtTime = { v: new Matrix }); var e = this._transformCachingAtTime.v; if (e.cloneFromProps(this.pre.props), this.appliedTransformations < 1) { var r = this.a.getValueAtTime(t); e.translate(-r[0] * this.a.mult, -r[1] * this.a.mult, r[2] * this.a.mult) } if (this.appliedTransformations < 2) { var i = this.s.getValueAtTime(t); e.scale(i[0] * this.s.mult, i[1] * this.s.mult, i[2] * this.s.mult) } if (this.sk && this.appliedTransformations < 3) { var s = this.sk.getValueAtTime(t), a = this.sa.getValueAtTime(t); e.skewFromAxis(-s * this.sk.mult, a * this.sa.mult) } if (this.r && this.appliedTransformations < 4) { var n = this.r.getValueAtTime(t); e.rotate(-n * this.r.mult) } else if (!this.r && this.appliedTransformations < 4) { var o = this.rz.getValueAtTime(t), h = this.ry.getValueAtTime(t), l = this.rx.getValueAtTime(t), p = this.or.getValueAtTime(t); e.rotateZ(-o * this.rz.mult).rotateY(h * this.ry.mult).rotateX(l * this.rx.mult).rotateZ(-p[2] * this.or.mult).rotateY(p[1] * this.or.mult).rotateX(p[0] * this.or.mult) } if (this.data.p && this.data.p.s) { var m = this.px.getValueAtTime(t), f = this.py.getValueAtTime(t); if (this.data.p.z) { var c = this.pz.getValueAtTime(t); e.translate(m * this.px.mult, f * this.py.mult, -c * this.pz.mult) } else e.translate(m * this.px.mult, f * this.py.mult, 0) } else { var d = this.p.getValueAtTime(t); e.translate(d[0] * this.p.mult, d[1] * this.p.mult, -d[2] * this.p.mult) } return e }.bind(i) : i.getValueAtTime = function () { return this.v.clone(new Matrix) }.bind(i), i.setGroupProperty = expressionHelpers.setGroupProperty, i }; var p = PropertyFactory.getProp; PropertyFactory.getProp = function (t, e, r, i, s) { var a = p(t, e, r, i, s); a.kf ? a.getValueAtTime = expressionHelpers.getValueAtTime.bind(a) : a.getValueAtTime = expressionHelpers.getStaticValueAtTime.bind(a), a.setGroupProperty = expressionHelpers.setGroupProperty, a.loopOut = o, a.loopIn = h, a.smooth = l, a.getVelocityAtTime = expressionHelpers.getVelocityAtTime.bind(a), a.getSpeedAtTime = expressionHelpers.getSpeedAtTime.bind(a), a.numKeys = 1 === e.a ? e.k.length : 0, a.propertyIndex = e.ix; var n = 0; return 0 !== r && (n = createTypedArray("float32", 1 === e.a ? e.k[0].s.length : e.k.length)), a._cachingAtTime = { lastFrame: initialDefaultFrame, lastIndex: 0, value: n }, expressionHelpers.searchExpressions(t, e, a), a.k && s.addDynamicProperty(a), a }; var t = ShapePropertyFactory.getConstructorFunction(), e = ShapePropertyFactory.getKeyframedConstructorFunction(); function r() { } r.prototype = { vertices: function (t, e) { this.k && this.getValue(); var r, i = this.v; void 0 !== e && (i = this.getValueAtTime(e, 0)); var s = i._length, a = i[t], n = i.v, o = createSizedArray(s); for (r = 0; r < s; r += 1)o[r] = "i" === t || "o" === t ? [a[r][0] - n[r][0], a[r][1] - n[r][1]] : [a[r][0], a[r][1]]; return o }, points: function (t) { return this.vertices("v", t) }, inTangents: function (t) { return this.vertices("i", t) }, outTangents: function (t) { return this.vertices("o", t) }, isClosed: function () { return this.v.c }, pointOnPath: function (t, e) { var r = this.v; void 0 !== e && (r = this.getValueAtTime(e, 0)), this._segmentsLength || (this._segmentsLength = bez.getSegmentsLength(r)); for (var i, s = this._segmentsLength, a = s.lengths, n = s.totalLength * t, o = 0, h = a.length, l = 0; o < h;) { if (l + a[o].addedLength > n) { var p = o, m = r.c && o === h - 1 ? 0 : o + 1, f = (n - l) / a[o].addedLength; i = bez.getPointInSegment(r.v[p], r.v[m], r.o[p], r.i[m], f, a[o]); break } l += a[o].addedLength, o += 1 } return i || (i = r.c ? [r.v[0][0], r.v[0][1]] : [r.v[r._length - 1][0], r.v[r._length - 1][1]]), i }, vectorOnPath: function (t, e, r) { 1 == t ? t = this.v.c : 0 == t && (t = .999); var i = this.pointOnPath(t, e), s = this.pointOnPath(t + .001, e), a = s[0] - i[0], n = s[1] - i[1], o = Math.sqrt(Math.pow(a, 2) + Math.pow(n, 2)); return 0 === o ? [0, 0] : "tangent" === r ? [a / o, n / o] : [-n / o, a / o] }, tangentOnPath: function (t, e) { return this.vectorOnPath(t, e, "tangent") }, normalOnPath: function (t, e) { return this.vectorOnPath(t, e, "normal") }, setGroupProperty: expressionHelpers.setGroupProperty, getValueAtTime: expressionHelpers.getStaticValueAtTime }, extendPrototype([r], t), extendPrototype([r], e), e.prototype.getValueAtTime = function (t) { return this._cachingAtTime || (this._cachingAtTime = { shapeValue: shapePool.clone(this.pv), lastIndex: 0, lastTime: initialDefaultFrame }), t *= this.elem.globalData.frameRate, (t -= this.offsetTime) !== this._cachingAtTime.lastTime && (this._cachingAtTime.lastIndex = this._cachingAtTime.lastTime < t ? this._caching.lastIndex : 0, this._cachingAtTime.lastTime = t, this.interpolateShape(t, this._cachingAtTime.shapeValue, this._cachingAtTime)), this._cachingAtTime.shapeValue }, e.prototype.initiateExpression = ExpressionManager.initiateExpression; var n = ShapePropertyFactory.getShapeProp; ShapePropertyFactory.getShapeProp = function (t, e, r, i, s) { var a = n(t, e, r, i, s); return a.propertyIndex = e.ix, a.lock = !1, 3 === r ? expressionHelpers.searchExpressions(t, e.pt, a) : 4 === r && expressionHelpers.searchExpressions(t, e.ks, a), a.k && t.addDynamicProperty(a), a } }(), TextProperty.prototype.getExpressionValue = function (t, e) { var r = this.calculateExpression(e); if (t.t === r) return t; var i = {}; return this.copyData(i, t), i.t = r.toString(), i.__complete = !1, i }, TextProperty.prototype.searchProperty = function () { var t = this.searchKeyframes(), e = this.searchExpressions(); return this.kf = t || e, this.kf }, TextProperty.prototype.searchExpressions = function () { return this.data.d.x ? (this.calculateExpression = ExpressionManager.initiateExpression.bind(this)(this.elem, this.data.d, this), this.addEffect(this.getExpressionValue.bind(this)), !0) : null }; var ShapePathInterface = function (t, e, r) { var i = e.sh; function s(t) { return "Shape" === t || "shape" === t || "Path" === t || "path" === t || "ADBE Vector Shape" === t || 2 === t ? s.path : null } var a = propertyGroupFactory(s, r); return i.setGroupProperty(PropertyInterface("Path", a)), Object.defineProperties(s, { path: { get: function () { return i.k && i.getValue(), i } }, shape: { get: function () { return i.k && i.getValue(), i } }, _name: { value: t.nm }, ix: { value: t.ix }, propertyIndex: { value: t.ix }, mn: { value: t.mn }, propertyGroup: { value: r } }), s }, propertyGroupFactory = function (e, r) { return function (t) { return (t = void 0 === t ? 1 : t) <= 0 ? e : r(t - 1) } }, PropertyInterface = function (t, e) { var r = { _name: t }; return function (t) { return (t = void 0 === t ? 1 : t) <= 0 ? r : e(t - 1) } }, ShapeExpressionInterface = function () { function n(t, e, r) { var i, s = [], a = t ? t.length : 0; for (i = 0; i < a; i += 1)"gr" === t[i].ty ? s.push(o(t[i], e[i], r)) : "fl" === t[i].ty ? s.push(h(t[i], e[i], r)) : "st" === t[i].ty ? s.push(l(t[i], e[i], r)) : "tm" === t[i].ty ? s.push(p(t[i], e[i], r)) : "tr" === t[i].ty || ("el" === t[i].ty ? s.push(f(t[i], e[i], r)) : "sr" === t[i].ty ? s.push(c(t[i], e[i], r)) : "sh" === t[i].ty ? s.push(ShapePathInterface(t[i], e[i], r)) : "rc" === t[i].ty ? s.push(d(t[i], e[i], r)) : "rd" === t[i].ty ? s.push(u(t[i], e[i], r)) : "rp" === t[i].ty && s.push(y(t[i], e[i], r))); return s } function o(t, e, r) { var i = function (t) { switch (t) { case "ADBE Vectors Group": case "Contents": case 2: return i.content; default: return i.transform } }; i.propertyGroup = propertyGroupFactory(i, r); var s = function (t, e, r) { var i, s = function (t) { for (var e = 0, r = i.length; e < r;) { if (i[e]._name === t || i[e].mn === t || i[e].propertyIndex === t || i[e].ix === t || i[e].ind === t) return i[e]; e += 1 } return "number" == typeof t ? i[t - 1] : null }; s.propertyGroup = propertyGroupFactory(s, r), i = n(t.it, e.it, s.propertyGroup), s.numProperties = i.length; var a = m(t.it[t.it.length - 1], e.it[e.it.length - 1], s.propertyGroup); return s.transform = a, s.propertyIndex = t.cix, s._name = t.nm, s }(t, e, i.propertyGroup), a = m(t.it[t.it.length - 1], e.it[e.it.length - 1], i.propertyGroup); return i.content = s, i.transform = a, Object.defineProperty(i, "_name", { get: function () { return t.nm } }), i.numProperties = t.np, i.propertyIndex = t.ix, i.nm = t.nm, i.mn = t.mn, i } function h(t, e, r) { function i(t) { return "Color" === t || "color" === t ? i.color : "Opacity" === t || "opacity" === t ? i.opacity : null } return Object.defineProperties(i, { color: { get: ExpressionPropertyInterface(e.c) }, opacity: { get: ExpressionPropertyInterface(e.o) }, _name: { value: t.nm }, mn: { value: t.mn } }), e.c.setGroupProperty(PropertyInterface("Color", r)), e.o.setGroupProperty(PropertyInterface("Opacity", r)), i } function l(t, e, r) { var i, s = propertyGroupFactory(l, r), a = propertyGroupFactory(h, s); var n, o = t.d ? t.d.length : 0, h = {}; for (i = 0; i < o; i += 1)n = i, Object.defineProperty(h, t.d[n].nm, { get: ExpressionPropertyInterface(e.d.dataProps[n].p) }), e.d.dataProps[i].p.setGroupProperty(a); function l(t) { return "Color" === t || "color" === t ? l.color : "Opacity" === t || "opacity" === t ? l.opacity : "Stroke Width" === t || "stroke width" === t ? l.strokeWidth : null } return Object.defineProperties(l, { color: { get: ExpressionPropertyInterface(e.c) }, opacity: { get: ExpressionPropertyInterface(e.o) }, strokeWidth: { get: ExpressionPropertyInterface(e.w) }, dash: { get: function () { return h } }, _name: { value: t.nm }, mn: { value: t.mn } }), e.c.setGroupProperty(PropertyInterface("Color", s)), e.o.setGroupProperty(PropertyInterface("Opacity", s)), e.w.setGroupProperty(PropertyInterface("Stroke Width", s)), l } function p(e, t, r) { function i(t) { return t === e.e.ix || "End" === t || "end" === t ? i.end : t === e.s.ix ? i.start : t === e.o.ix ? i.offset : null } var s = propertyGroupFactory(i, r); return i.propertyIndex = e.ix, t.s.setGroupProperty(PropertyInterface("Start", s)), t.e.setGroupProperty(PropertyInterface("End", s)), t.o.setGroupProperty(PropertyInterface("Offset", s)), i.propertyIndex = e.ix, i.propertyGroup = r, Object.defineProperties(i, { start: { get: ExpressionPropertyInterface(t.s) }, end: { get: ExpressionPropertyInterface(t.e) }, offset: { get: ExpressionPropertyInterface(t.o) }, _name: { value: e.nm } }), i.mn = e.mn, i } function m(e, t, r) { function i(t) { return e.a.ix === t || "Anchor Point" === t ? i.anchorPoint : e.o.ix === t || "Opacity" === t ? i.opacity : e.p.ix === t || "Position" === t ? i.position : e.r.ix === t || "Rotation" === t || "ADBE Vector Rotation" === t ? i.rotation : e.s.ix === t || "Scale" === t ? i.scale : e.sk && e.sk.ix === t || "Skew" === t ? i.skew : e.sa && e.sa.ix === t || "Skew Axis" === t ? i.skewAxis : null } var s = propertyGroupFactory(i, r); return t.transform.mProps.o.setGroupProperty(PropertyInterface("Opacity", s)), t.transform.mProps.p.setGroupProperty(PropertyInterface("Position", s)), t.transform.mProps.a.setGroupProperty(PropertyInterface("Anchor Point", s)), t.transform.mProps.s.setGroupProperty(PropertyInterface("Scale", s)), t.transform.mProps.r.setGroupProperty(PropertyInterface("Rotation", s)), t.transform.mProps.sk && (t.transform.mProps.sk.setGroupProperty(PropertyInterface("Skew", s)), t.transform.mProps.sa.setGroupProperty(PropertyInterface("Skew Angle", s))), t.transform.op.setGroupProperty(PropertyInterface("Opacity", s)), Object.defineProperties(i, { opacity: { get: ExpressionPropertyInterface(t.transform.mProps.o) }, position: { get: ExpressionPropertyInterface(t.transform.mProps.p) }, anchorPoint: { get: ExpressionPropertyInterface(t.transform.mProps.a) }, scale: { get: ExpressionPropertyInterface(t.transform.mProps.s) }, rotation: { get: ExpressionPropertyInterface(t.transform.mProps.r) }, skew: { get: ExpressionPropertyInterface(t.transform.mProps.sk) }, skewAxis: { get: ExpressionPropertyInterface(t.transform.mProps.sa) }, _name: { value: e.nm } }), i.ty = "tr", i.mn = e.mn, i.propertyGroup = r, i } function f(e, t, r) { function i(t) { return e.p.ix === t ? i.position : e.s.ix === t ? i.size : null } var s = propertyGroupFactory(i, r); i.propertyIndex = e.ix; var a = "tm" === t.sh.ty ? t.sh.prop : t.sh; return a.s.setGroupProperty(PropertyInterface("Size", s)), a.p.setGroupProperty(PropertyInterface("Position", s)), Object.defineProperties(i, { size: { get: ExpressionPropertyInterface(a.s) }, position: { get: ExpressionPropertyInterface(a.p) }, _name: { value: e.nm } }), i.mn = e.mn, i } function c(e, t, r) { function i(t) { return e.p.ix === t ? i.position : e.r.ix === t ? i.rotation : e.pt.ix === t ? i.points : e.or.ix === t || "ADBE Vector Star Outer Radius" === t ? i.outerRadius : e.os.ix === t ? i.outerRoundness : !e.ir || e.ir.ix !== t && "ADBE Vector Star Inner Radius" !== t ? e.is && e.is.ix === t ? i.innerRoundness : null : i.innerRadius } var s = propertyGroupFactory(i, r), a = "tm" === t.sh.ty ? t.sh.prop : t.sh; return i.propertyIndex = e.ix, a.or.setGroupProperty(PropertyInterface("Outer Radius", s)), a.os.setGroupProperty(PropertyInterface("Outer Roundness", s)), a.pt.setGroupProperty(PropertyInterface("Points", s)), a.p.setGroupProperty(PropertyInterface("Position", s)), a.r.setGroupProperty(PropertyInterface("Rotation", s)), e.ir && (a.ir.setGroupProperty(PropertyInterface("Inner Radius", s)), a.is.setGroupProperty(PropertyInterface("Inner Roundness", s))), Object.defineProperties(i, { position: { get: ExpressionPropertyInterface(a.p) }, rotation: { get: ExpressionPropertyInterface(a.r) }, points: { get: ExpressionPropertyInterface(a.pt) }, outerRadius: { get: ExpressionPropertyInterface(a.or) }, outerRoundness: { get: ExpressionPropertyInterface(a.os) }, innerRadius: { get: ExpressionPropertyInterface(a.ir) }, innerRoundness: { get: ExpressionPropertyInterface(a.is) }, _name: { value: e.nm } }), i.mn = e.mn, i } function d(e, t, r) { function i(t) { return e.p.ix === t ? i.position : e.r.ix === t ? i.roundness : e.s.ix === t || "Size" === t || "ADBE Vector Rect Size" === t ? i.size : null } var s = propertyGroupFactory(i, r), a = "tm" === t.sh.ty ? t.sh.prop : t.sh; return i.propertyIndex = e.ix, a.p.setGroupProperty(PropertyInterface("Position", s)), a.s.setGroupProperty(PropertyInterface("Size", s)), a.r.setGroupProperty(PropertyInterface("Rotation", s)), Object.defineProperties(i, { position: { get: ExpressionPropertyInterface(a.p) }, roundness: { get: ExpressionPropertyInterface(a.r) }, size: { get: ExpressionPropertyInterface(a.s) }, _name: { value: e.nm } }), i.mn = e.mn, i } function u(e, t, r) { function i(t) { return e.r.ix === t || "Round Corners 1" === t ? i.radius : null } var s = propertyGroupFactory(i, r), a = t; return i.propertyIndex = e.ix, a.rd.setGroupProperty(PropertyInterface("Radius", s)), Object.defineProperties(i, { radius: { get: ExpressionPropertyInterface(a.rd) }, _name: { value: e.nm } }), i.mn = e.mn, i } function y(e, t, r) { function i(t) { return e.c.ix === t || "Copies" === t ? i.copies : e.o.ix === t || "Offset" === t ? i.offset : null } var s = propertyGroupFactory(i, r), a = t; return i.propertyIndex = e.ix, a.c.setGroupProperty(PropertyInterface("Copies", s)), a.o.setGroupProperty(PropertyInterface("Offset", s)), Object.defineProperties(i, { copies: { get: ExpressionPropertyInterface(a.c) }, offset: { get: ExpressionPropertyInterface(a.o) }, _name: { value: e.nm } }), i.mn = e.mn, i } return function (t, e, i) { var s; function r(t) { if ("number" == typeof t) return 0 === (t = void 0 === t ? 1 : t) ? i : s[t - 1]; for (var e = 0, r = s.length; e < r;) { if (s[e]._name === t) return s[e]; e += 1 } return null } return r.propertyGroup = propertyGroupFactory(r, function () { return i }), s = n(t, e, r.propertyGroup), r.numProperties = s.length, r._name = "Contents", r } }(), TextExpressionInterface = function (e) { var r; function i(t) { switch (t) { case "ADBE Text Document": return i.sourceText; default: return null } } return Object.defineProperty(i, "sourceText", { get: function () { e.textProperty.getValue(); var t = e.textProperty.currentData.t; return void 0 !== t && (e.textProperty.currentData.t = void 0, (r = new String(t)).value = t || new String(t)), r } }), i }, LayerExpressionInterface = function () { function s(t) { var e = new Matrix; void 0 !== t ? this._elem.finalTransform.mProp.getValueAtTime(t).clone(e) : this._elem.finalTransform.mProp.applyToMatrix(e); return e } function a(t, e) { var r = this.getMatrix(e); return r.props[12] = 0, r.props[13] = 0, r.props[14] = 0, this.applyPoint(r, t) } function n(t, e) { var r = this.getMatrix(e); return this.applyPoint(r, t) } function o(t, e) { var r = this.getMatrix(e); return r.props[12] = 0, r.props[13] = 0, r.props[14] = 0, this.invertPoint(r, t) } function h(t, e) { var r = this.getMatrix(e); return this.invertPoint(r, t) } function l(t, e) { if (this._elem.hierarchy && this._elem.hierarchy.length) { var r, i = this._elem.hierarchy.length; for (r = 0; r < i; r += 1)this._elem.hierarchy[r].finalTransform.mProp.applyToMatrix(t) } return t.applyToPointArray(e[0], e[1], e[2] || 0) } function p(t, e) { if (this._elem.hierarchy && this._elem.hierarchy.length) { var r, i = this._elem.hierarchy.length; for (r = 0; r < i; r += 1)this._elem.hierarchy[r].finalTransform.mProp.applyToMatrix(t) } return t.inversePoint(e) } function m(t) { var e = new Matrix; if (e.reset(), this._elem.finalTransform.mProp.applyToMatrix(e), this._elem.hierarchy && this._elem.hierarchy.length) { var r, i = this._elem.hierarchy.length; for (r = 0; r < i; r += 1)this._elem.hierarchy[r].finalTransform.mProp.applyToMatrix(e); return e.inversePoint(t) } return e.inversePoint(t) } function f() { return [1, 1, 1, 1] } return function (e) { var r; function i(t) { switch (t) { case "ADBE Root Vectors Group": case "Contents": case 2: return i.shapeInterface; case 1: case 6: case "Transform": case "transform": case "ADBE Transform Group": return r; case 4: case "ADBE Effect Parade": case "effects": case "Effects": return i.effect; case "ADBE Text Properties": return i.textInterface; default: return null } } i.getMatrix = s, i.invertPoint = p, i.applyPoint = l, i.toWorld = n, i.toWorldVec = a, i.fromWorld = h, i.fromWorldVec = o, i.toComp = n, i.fromComp = m, i.sampleImage = f, i.sourceRectAtTime = e.sourceRectAtTime.bind(e); var t = getDescriptor(r = TransformExpressionInterface((i._elem = e).finalTransform.mProp), "anchorPoint"); return Object.defineProperties(i, { hasParent: { get: function () { return e.hierarchy.length } }, parent: { get: function () { return e.hierarchy[0].layerInterface } }, rotation: getDescriptor(r, "rotation"), scale: getDescriptor(r, "scale"), position: getDescriptor(r, "position"), opacity: getDescriptor(r, "opacity"), anchorPoint: t, anchor_point: t, transform: { get: function () { return r } }, active: { get: function () { return e.isInRange } } }), i.startTime = e.data.st, i.index = e.data.ind, i.source = e.data.refId, i.height = 0 === e.data.ty ? e.data.h : 100, i.width = 0 === e.data.ty ? e.data.w : 100, i.inPoint = e.data.ip / e.comp.globalData.frameRate, i.outPoint = e.data.op / e.comp.globalData.frameRate, i._name = e.data.nm, i.registerMaskInterface = function (t) { i.mask = new MaskManagerInterface(t, e) }, i.registerEffectsInterface = function (t) { i.effect = t }, i } }(), FootageInterface = (Z5 = function (t) { function e(t) { return "Outline" === t ? e.outlineInterface() : null } return e._name = "Outline", e.outlineInterface = function (t) { var i = "", s = t.getFootageData(); function a(t) { if (s[t]) return "object" == typeof (s = s[i = t]) ? a : s; var e = t.indexOf(i); if (-1 === e) return ""; var r = parseInt(t.substr(e + i.length), 10); return "object" == typeof (s = s[r]) ? a : s } return function () { return i = "", s = t.getFootageData(), a } }(t), e }, function (t) { function e(t) { return "Data" === t ? e.dataInterface : null } return e._name = "Data", e.dataInterface = Z5(t), e }), Z5, CompExpressionInterface = function (i) { function t(t) { for (var e = 0, r = i.layers.length; e < r;) { if (i.layers[e].nm === t || i.layers[e].ind === t) return i.elements[e].layerInterface; e += 1 } return null } return Object.defineProperty(t, "_name", { value: i.data.nm }), (t.layer = t).pixelAspect = 1, t.height = i.data.h || i.globalData.compSize.h, t.width = i.data.w || i.globalData.compSize.w, t.pixelAspect = 1, t.frameDuration = 1 / i.globalData.frameRate, t.displayStartTime = 0, t.numLayers = i.layers.length, t }, TransformExpressionInterface = function (t) { function e(t) { switch (t) { case "scale": case "Scale": case "ADBE Scale": case 6: return e.scale; case "rotation": case "Rotation": case "ADBE Rotation": case "ADBE Rotate Z": case 10: return e.rotation; case "ADBE Rotate X": return e.xRotation; case "ADBE Rotate Y": return e.yRotation; case "position": case "Position": case "ADBE Position": case 2: return e.position; case "ADBE Position_0": return e.xPosition; case "ADBE Position_1": return e.yPosition; case "ADBE Position_2": return e.zPosition; case "anchorPoint": case "AnchorPoint": case "Anchor Point": case "ADBE AnchorPoint": case 1: return e.anchorPoint; case "opacity": case "Opacity": case 11: return e.opacity; default: return null } } var r, i, s, a; return Object.defineProperty(e, "rotation", { get: ExpressionPropertyInterface(t.r || t.rz) }), Object.defineProperty(e, "zRotation", { get: ExpressionPropertyInterface(t.rz || t.r) }), Object.defineProperty(e, "xRotation", { get: ExpressionPropertyInterface(t.rx) }), Object.defineProperty(e, "yRotation", { get: ExpressionPropertyInterface(t.ry) }), Object.defineProperty(e, "scale", { get: ExpressionPropertyInterface(t.s) }), t.p ? a = ExpressionPropertyInterface(t.p) : (r = ExpressionPropertyInterface(t.px), i = ExpressionPropertyInterface(t.py), t.pz && (s = ExpressionPropertyInterface(t.pz))), Object.defineProperty(e, "position", { get: function () { return t.p ? a() : [r(), i(), s ? s() : 0] } }), Object.defineProperty(e, "xPosition", { get: ExpressionPropertyInterface(t.px) }), Object.defineProperty(e, "yPosition", { get: ExpressionPropertyInterface(t.py) }), Object.defineProperty(e, "zPosition", { get: ExpressionPropertyInterface(t.pz) }), Object.defineProperty(e, "anchorPoint", { get: ExpressionPropertyInterface(t.a) }), Object.defineProperty(e, "opacity", { get: ExpressionPropertyInterface(t.o) }), Object.defineProperty(e, "skew", { get: ExpressionPropertyInterface(t.sk) }), Object.defineProperty(e, "skewAxis", { get: ExpressionPropertyInterface(t.sa) }), Object.defineProperty(e, "orientation", { get: ExpressionPropertyInterface(t.or) }), e }, ProjectInterface = function () { function e(t) { this.compositions.push(t) } return function () { function t(t) { for (var e = 0, r = this.compositions.length; e < r;) { if (this.compositions[e].data && this.compositions[e].data.nm === t) return this.compositions[e].prepareFrame && this.compositions[e].data.xt && this.compositions[e].prepareFrame(this.currentFrame), this.compositions[e].compInterface; e += 1 } return null } return t.compositions = [], t.currentFrame = 0, t.registerComposition = e, t } }(), EffectsExpressionInterface = function () { function l(s, t, e, r) { function i(t) { for (var e = s.ef, r = 0, i = e.length; r < i;) { if (t === e[r].nm || t === e[r].mn || t === e[r].ix) return 5 === e[r].ty ? o[r] : o[r](); r += 1 } throw new Error } var a, n = propertyGroupFactory(i, e), o = [], h = s.ef.length; for (a = 0; a < h; a += 1)5 === s.ef[a].ty ? o.push(l(s.ef[a], t.effectElements[a], t.effectElements[a].propertyGroup, r)) : o.push(p(t.effectElements[a], s.ef[a].ty, r, n)); return "ADBE Color Control" === s.mn && Object.defineProperty(i, "color", { get: function () { return o[0]() } }), Object.defineProperties(i, { numProperties: { get: function () { return s.np } }, _name: { value: s.nm }, propertyGroup: { value: n } }), i.enabled = 0 !== s.en, i.active = i.enabled, i } function p(t, e, r, i) { var s = ExpressionPropertyInterface(t.p); return t.p.setGroupProperty && t.p.setGroupProperty(PropertyInterface("", i)), function () { return 10 === e ? r.comp.compInterface(t.p.v) : s() } } return { createEffectsInterface: function (t, e) { if (t.effectsManager) { var r, i = [], s = t.data.ef, a = t.effectsManager.effectElements.length; for (r = 0; r < a; r += 1)i.push(l(s[r], t.effectsManager.effectElements[r], e, t)); var n = t.data.ef || [], o = function (t) { for (r = 0, a = n.length; r < a;) { if (t === n[r].nm || t === n[r].mn || t === n[r].ix) return i[r]; r += 1 } return null }; return Object.defineProperty(o, "numProperties", { get: function () { return n.length } }), o } return null } } }(), MaskManagerInterface = function () { function t(t, e) { this._mask = t, this._data = e } Object.defineProperty(t.prototype, "maskPath", { get: function () { return this._mask.prop.k && this._mask.prop.getValue(), this._mask.prop } }), Object.defineProperty(t.prototype, "maskOpacity", { get: function () { return this._mask.op.k && this._mask.op.getValue(), 100 * this._mask.op.v } }); return function (e) { var r, i = createSizedArray(e.viewData.length), s = e.viewData.length; for (r = 0; r < s; r += 1)i[r] = new t(e.viewData[r], e.masksProperties[r]); return function (t) { for (r = 0; r < s;) { if (e.masksProperties[r].nm === t) return i[r]; r += 1 } return null } } }(), ExpressionPropertyInterface = function () { var s = { pv: 0, v: 0, mult: 1 }, n = { pv: [0, 0, 0], v: [0, 0, 0], mult: 1 }; function o(i, s, a) { Object.defineProperty(i, "velocity", { get: function () { return s.getVelocityAtTime(s.comp.currentFrame) } }), i.numKeys = s.keyframes ? s.keyframes.length : 0, i.key = function (t) { if (!i.numKeys) return 0; var e = ""; e = "s" in s.keyframes[t - 1] ? s.keyframes[t - 1].s : "e" in s.keyframes[t - 2] ? s.keyframes[t - 2].e : s.keyframes[t - 2].s; var r = "unidimensional" === a ? new Number(e) : Object.assign({}, e); return r.time = s.keyframes[t - 1].t / s.elem.comp.globalData.frameRate, r.value = "unidimensional" === a ? e[0] : e, r }, i.valueAtTime = s.getValueAtTime, i.speedAtTime = s.getSpeedAtTime, i.velocityAtTime = s.getVelocityAtTime, i.propertyGroup = s.propertyGroup } function e() { return s } return function (t) { return t ? "unidimensional" === t.propType ? function (t) { t && "pv" in t || (t = s); var e = 1 / t.mult, r = t.pv * e, i = new Number(r); return i.value = r, o(i, t, "unidimensional"), function () { return t.k && t.getValue(), r = t.v * e, i.value !== r && ((i = new Number(r)).value = r, o(i, t, "unidimensional")), i } }(t) : function (e) { e && "pv" in e || (e = n); var r = 1 / e.mult, i = e.data && e.data.l || e.pv.length, s = createTypedArray("float32", i), a = createTypedArray("float32", i); return s.value = a, o(s, e, "multidimensional"), function () { e.k && e.getValue(); for (var t = 0; t < i; t += 1)a[t] = e.v[t] * r, s[t] = a[t]; return s } }(t) : e } }(); function SliderEffect(t, e, r) { this.p = PropertyFactory.getProp(e, t.v, 0, 0, r) } function AngleEffect(t, e, r) { this.p = PropertyFactory.getProp(e, t.v, 0, 0, r) } function ColorEffect(t, e, r) { this.p = PropertyFactory.getProp(e, t.v, 1, 0, r) } function PointEffect(t, e, r) { this.p = PropertyFactory.getProp(e, t.v, 1, 0, r) } function LayerIndexEffect(t, e, r) { this.p = PropertyFactory.getProp(e, t.v, 0, 0, r) } function MaskIndexEffect(t, e, r) { this.p = PropertyFactory.getProp(e, t.v, 0, 0, r) } function CheckboxEffect(t, e, r) { this.p = PropertyFactory.getProp(e, t.v, 0, 0, r) } function NoValueEffect() { this.p = {} } function EffectsManager(t, e) { var r, i = t.ef || []; this.effectElements = []; var s, a = i.length; for (r = 0; r < a; r += 1)s = new GroupEffect(i[r], e), this.effectElements.push(s) } function GroupEffect(t, e) { this.init(t, e) } !function () { !function () { function t(t, e) { return this.textIndex = t + 1, this.textTotal = e, this.v = this.getValue() * this.mult, this.v } }(); var i = TextSelectorProp.getTextSelectorProp; TextSelectorProp.getTextSelectorProp = function (t, e, r) { return 1 === e.t ? new TextExpressionSelectorPropFactory(t, e, r) : i(t, e, r) } }(), extendPrototype([DynamicPropertyContainer], GroupEffect), GroupEffect.prototype.getValue = GroupEffect.prototype.iterateDynamicProperties, GroupEffect.prototype.init = function (t, e) { var r; this.data = t, this.effectElements = [], this.initDynamicPropertyContainer(e); var i, s = this.data.ef.length, a = this.data.ef; for (r = 0; r < s; r += 1) { switch (i = null, a[r].ty) { case 0: i = new SliderEffect(a[r], e, this); break; case 1: i = new AngleEffect(a[r], e, this); break; case 2: i = new ColorEffect(a[r], e, this); break; case 3: i = new PointEffect(a[r], e, this); break; case 4: case 7: i = new CheckboxEffect(a[r], e, this); break; case 10: i = new LayerIndexEffect(a[r], e, this); break; case 11: i = new MaskIndexEffect(a[r], e, this); break; case 5: i = new EffectsManager(a[r], e, this); break; default: i = new NoValueEffect(a[r], e, this) }i && this.effectElements.push(i) } }; var lottie = {}; function setLocationHref(t) { locationHref = t } function searchAnimations() { !0 === standalone ? animationManager.searchAnimations(animationData, standalone, renderer) : animationManager.searchAnimations() } function setSubframeRendering(t) { subframeEnabled = t } function loadAnimation(t) { return !0 === standalone && (t.animationData = JSON.parse(animationData)), animationManager.loadAnimation(t) } function setQuality(t) { if ("string" == typeof t) switch (t) { case "high": defaultCurveSegments = 200; break; default: case "medium": defaultCurveSegments = 50; break; case "low": defaultCurveSegments = 10 } else !isNaN(t) && 1 < t && (defaultCurveSegments = t); roundValues(!(50 <= defaultCurveSegments)) } function inBrowser() { return "undefined" != typeof navigator } function installPlugin(t, e) { "expressions" === t && (expressionsPlugin = e) } function getFactory(t) { switch (t) { case "propertyFactory": return PropertyFactory; case "shapePropertyFactory": return ShapePropertyFactory; case "matrix": return Matrix; default: return null } } function checkReady() { "complete" === document.readyState && (clearInterval(readyStateCheckInterval), searchAnimations()) } function getQueryVariable(t) { for (var e = queryString.split("&"), r = 0; r < e.length; r += 1) { var i = e[r].split("="); if (decodeURIComponent(i[0]) == t) return decodeURIComponent(i[1]) } return null } lottie.play = animationManager.play, lottie.pause = animationManager.pause, lottie.setLocationHref = setLocationHref, lottie.togglePause = animationManager.togglePause, lottie.setSpeed = animationManager.setSpeed, lottie.setDirection = animationManager.setDirection, lottie.stop = animationManager.stop, lottie.searchAnimations = searchAnimations, lottie.registerAnimation = animationManager.registerAnimation, lottie.loadAnimation = loadAnimation, lottie.setSubframeRendering = setSubframeRendering, lottie.resize = animationManager.resize, lottie.goToAndStop = animationManager.goToAndStop, lottie.destroy = animationManager.destroy, lottie.setQuality = setQuality, lottie.inBrowser = inBrowser, lottie.installPlugin = installPlugin, lottie.freeze = animationManager.freeze, lottie.unfreeze = animationManager.unfreeze, lottie.setVolume = animationManager.setVolume, lottie.mute = animationManager.mute, lottie.unmute = animationManager.unmute, lottie.getRegisteredAnimations = animationManager.getRegisteredAnimations, lottie.__getFactory = getFactory, lottie.version = "5.7.8"; var standalone = "__[STANDALONE]__", animationData = "__[ANIMATIONDATA]__", renderer = "", queryString; if (standalone) { var scripts = document.getElementsByTagName("script"), index = scripts.length - 1, myScript = scripts[index] || { src: "" }; queryString = myScript.src.replace(/^[^\?]+\??/, ""), renderer = getQueryVariable("renderer") } var readyStateCheckInterval = setInterval(checkReady, 100); + return lottie; +})); \ No newline at end of file diff --git a/scripts/main.js b/scripts/main.js index 0fa4c6a..b59cb92 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -1,25 +1,45 @@ +function ben(element) { + return document.querySelector(element); +}; +function benA(elements) { + return document.querySelectorAll(elements); +}; //############################################# -- Intro Animations -const heroTextSection = document.querySelector(".hero-section > div:nth-child(2)"); -const myImageBlock = document.querySelector(".benjamin-image-block-wrapper"); -const myBigTextBlock = document.querySelector(".benjamin-big-text-block"); -const mainTextBlock = document.querySelector(".main-text-block"); -const mainCTA = document.querySelector(".main-cta-button"); -const allHeaderElements = document.querySelectorAll("header *:not(header > div)"); -const mountains = document.querySelector("#mountains"); -const clouds = document.querySelector("#clouds"); -const footerController = document.querySelector(".contact-section-controller"); -const header = document.querySelector("header"); -const heroTxtGraphic = document.querySelector(".hero-text-section-graphic"); +const preloader = ben("#preloader-container"); +const heroTextSection = ben(".hero-section > div:nth-child(2)"); +const myImageBlock = ben(".benjamin-image-block-wrapper"); +const myBigTextBlock = ben(".benjamin-big-text-block"); +const mainTextBlock = ben(".main-text-block"); +const mainCTA = ben(".main-cta-button"); +const allHeaderElements = benA("header *:not(header > div)"); +const mountains = ben("#mountains"); +const clouds = ben("#clouds"); +const footerController = ben(".contact-section-controller"); +const header = ben("header"); +const heroTxtGraphic = ben(".hero-text-section-graphic"); +const socialLinks = ben("header > div:nth-of-type(2)"); +// const heroTextGraphics = ben(".hero-text-section-graphic"); function intro() { + preloader.style.pointerEvents = "none"; + + anime({ + targets: preloader, + opacity: 0, + // pointerEvents: "none", + easing: "easeOutQuad", + duration: 1200, + delay: 800, + }); + if (window.innerWidth > 800) { anime({ targets: heroTextSection, @@ -110,32 +130,38 @@ function intro() { delay: 2600, }); - if (window.innerWidth > 600) { - - anime({ - targets: mountains, - translateY: [200, 0], - opacity: [0, 1], - easing: "cubicBezier(0.1, 0.63, 0.355, 1)", - duration: 1500, - delay: 1000, - }) - - anime({ - targets: mountains, - left: [0, -50], - easing: "easeOutQuad", - duration: 800, - delay: 1600, - }); - } + anime({ + targets: mountains, + translateY: [ + { value: 200, duration: 0, delay: 0 }, + { value: 0, duration: 1500, delay: 1000 } + ], + left: [ + { value: 0, duration: 0, delay: 0 }, + { value: -50, duration: 800, delay: 1600 }, + ], + opacity: [ + { value: 0, duration: 0, delay: 0 }, + { value: 1, duration: 1500, delay: 1000 }, + ], + easing: "cubicBezier(0.1, 0.63, 0.355, 1)", + }); anime({ - targets: clouds, - opacity: [0.2, 1], + targets: heroTxtGraphic, + opacity: [0, 1], + translateZ: [100, 10], easing: "easeOutQuad", duration: 1200, - delay: 800, + delay: 2000, + }); + + anime({ + targets: benA(".hero-text-section-graphic *"), + opacity: [0, 1], + easing: "easeOutQuad", + duration: 800, + delay: anime.stagger(300, { start: 3000 }, { easing: 'easeOutQuad' }), }); } @@ -213,7 +239,7 @@ introInit(); //############################################# -- Header Scroll interactions -var headerController = document.querySelector("#header-controller"); +var headerController = ben("#header-controller"); var windowRect = { rootMargin: "0px", }; @@ -225,9 +251,11 @@ function changeHeader(entry) { if (entry[0].isIntersecting) { if (window.innerWidth > 800) { - document.querySelectorAll(".nav-link").forEach(item => { + benA(".nav-link.footer-special").forEach(item => { - if (entry[0].target.className == "contact-section-controller") { item.style.color = "white"; } + if (entry[0].target.className == "contact-section-controller") { + item.style.color = "white"; + } }); header.className = "none"; @@ -240,13 +268,21 @@ function changeHeader(entry) { duration: 400, easing: "easeOutCubic", }); + } + anime({ + targets: "header > a > div", + translateX: 0, + opacity: 1, + duration: 1000, + }); + if (window.innerWidth < 801 && window.innerWidth > 450) { anime({ - targets: "header > a > div", - translateX: 0, + targets: socialLinks, opacity: 1, - duration: 1000, + easing: "easeOutCubic", + duration: 300, }); } @@ -256,7 +292,7 @@ function changeHeader(entry) { // if (entry[0].isIntersecting) { - document.querySelectorAll(".nav-link").forEach(item => { + benA(".nav-link.footer-special").forEach(item => { if (entry[0].target.className == "contact-section-controller") { item.style.color = ""; } }); @@ -281,6 +317,15 @@ function changeHeader(entry) { opacity: 0, duration: 1000, }); + + if (window.innerWidth < 801 && window.innerWidth > 450) { + anime({ + targets: socialLinks, + opacity: 0, + easing: "easeOutCubic", + duration: 300, + }); + } } } @@ -313,7 +358,7 @@ window.addEventListener("load", () => { //############################################# -- Secitons intersection Observer -const sections = document.querySelectorAll(".scroll-into-view"); +const sections = benA(".scroll-into-view"); //var sectionContainer = document.querySelector(".my-work-section > div:nth-child(2)"); let footerHeaderFn = () => { headerObserver.observe(footerController); }; @@ -350,10 +395,10 @@ sections.forEach(item => { //############################################# -- Content intersection Observer -const contents = document.querySelectorAll(".scroll-into-view-content"); +const contents = benA(".scroll-into-view-content"); const contentsIO = new IntersectionObserver(contentsObserverFn, { rootMargin: "0px 0px -100px 0px" }); -const contentsAlt = document.querySelectorAll(".scroll-into-view-content-2"); +const contentsAlt = benA(".scroll-into-view-content-2"); const contentsIOAlt = new IntersectionObserver(contentsObserverFn, { rootMargin: "0px" }); function contentsObserverFn(entries) { @@ -379,6 +424,31 @@ function contentsObserverFn(entries) { } +const myImageAboutSectionObserver = new IntersectionObserver(contentsObserverAboutImg, { rootMargin: "0px 0px -200px 0px", }); +const myImageAbout = ben(".about-me-section img"); + +function contentsObserverAboutImg(entries) { + + if (entries[0].isIntersecting) { + myImageAbout.animate([ + { + transform: "none", + opacity: .5, + } + ], { + duration: 1300, + easing: "cubic-bezier(0.1, 0.63, 0.355, 1)", + fill: "forwards", + delay: 1000, + }); + + myImageAboutSectionObserver.unobserve(myImageAbout); + } + +} + +myImageAboutSectionObserver.observe(myImageAbout); + contents.forEach(item => { @@ -409,11 +479,11 @@ anime({ direction: "alternate", }); -const navSections = document.querySelectorAll("section"); -const myWorkNavLink = document.querySelector("#my-work-link"); -const aboutMeNavLink = document.querySelector("#about-me-link"); -const resumeLink = document.querySelector("#resume-link"); -const contactMeNavLink = document.querySelector("#contact-me-link"); +const navSections = benA("section"); +const myWorkNavLink = ben("#my-work-link"); +const aboutMeNavLink = ben("#about-me-link"); +const resumeLink = ben("#resume-link"); +const contactMeNavLink = ben("#contact-me-link"); const anchorLinksObserver = new IntersectionObserver(anchorLinksFn, { rootMargin: "0px", threshold: 0.75 }); @@ -472,64 +542,126 @@ function parralaxMouse(event) { // mountains.style.transition = "all .7s ease"; - clouds.animate([{ - transform: `translateX(${xPos * -10}px) translateY(${yPos * -10}px)`, - }], { - easing: "ease", - fill: "forwards", + // let items = [clouds, mountains, myImageBlock, mainTextBlock, heroTxtGraphic, myBigTextBlock]; + + // items.forEach(item => { item.style.transition = "all 1s ease" }); + + // clouds.animate([{ + // transform: `translateX(${xPos * -10}px) translateY(${yPos * -10}px)`, + // }], { + // easing: "ease", + // fill: "forwards", + // }); + + // mountains.animate([{ + // transform: `translateX(${xPos * -100}px) translateY(${yPos * -20}px)`, + // }], { + // easing: "ease", + // fill: "forwards", + // direction: "normal" + // }); + + // myImageBlock.animate([{ + // transform: `translateX(${xPos * -30}px) translateY(${yPos * -10}px) rotateX(${yPos * 4}deg) rotateY(${xPos * -3}deg)`, + // }], { + // easing: "ease", + // fill: "forwards", + // }); + + // mainTextBlock.animate([{ + // transform: `translateZ(15px) rotateX(${yPos * 2}deg) rotateY(${xPos * -2}deg)`, + // }], { + // easing: "ease-out", + // fill: "forwards", + // }); + + // heroTxtGraphic.animate([{ + // transform: `translateX(${xPos * -5}px) translateY(${yPos * -5}px) translateZ(10px) rotateX(${yPos * 2}deg) rotateY(${xPos * -2}deg)`, + // }], { + // easing: "ease", + // fill: "forwards", + // }); + + // myBigTextBlock.animate([{ + // transform: `translateX(${xPos * -40}px) translateY(${yPos * -20}px) translateZ(50px) rotateX(${yPos * 4}deg) rotateY(${xPos * -3}deg)`, + // }], { + // easing: "ease", + // fill: "forwards", + // }); + + + anime({ + targets: mountains, + translateX: xPos * -100, + translateY: yPos * -20, + easing: "easeOutQuad", + duration: 700, }); - mountains.animate([{ - transform: `translateX(${xPos * -100}px) translateY(${yPos * -20}px)`, - }], { - easing: "ease", - fill: "forwards", - direction: "normal" + anime({ + targets: clouds, + translateX: xPos * -10, + translateY: yPos * -10, + easing: "easeOutQuad", + duration: 500, }); - myImageBlock.animate([{ - transform: `translateX(${xPos * -30}px) translateY(${yPos * -10}px) rotateX(${yPos * 4}deg) rotateY(${xPos * -3}deg)`, - }], { - easing: "ease", - fill: "forwards", + anime({ + targets: myImageBlock, + translateX: xPos * -30, + translateY: yPos * -10, + easing: "easeOutQuad", + duration: 500, + rotateX: yPos * 4, + rotateY: xPos * -3 }); - mainTextBlock.animate([{ - transform: `translateZ(15px) rotateX(${yPos * 2}deg) rotateY(${xPos * -2}deg)`, - }], { - easing: "ease-out", - fill: "forwards", + anime({ + targets: myBigTextBlock, + translateX: xPos * -40, + translateY: yPos * -20, + translateZ: 50, + rotateX: yPos * 4, + rotateY: xPos * -3, + easing: "easeOutQuad", + duration: 500, }); - heroTxtGraphic.animate([{ - transform: `translateX(${xPos * -5}px) translateY(${yPos * -5}px) translateZ(10px) rotateX(${yPos * 2}deg) rotateY(${xPos * -2}deg)`, - }], { - easing: "ease", - fill: "forwards", + anime({ + targets: mainTextBlock, + translateZ: 15, + rotateX: yPos * 2, + rotateY: xPos * -2, + easing: "easeOutQuad", + duration: 300, }); - myBigTextBlock.animate([{ - transform: `translateX(${xPos * -40}px) translateY(${yPos * -20}px) translateZ(50px) rotateX(${yPos * 4}deg) rotateY(${xPos * -3}deg)`, - }], { - easing: "ease", - fill: "forwards", + anime({ + targets: heroTxtGraphic, + translateX: xPos * -5, + translateY: yPos * -5, + translateZ: 10, + rotateX: yPos * 2, + rotateY: xPos * -2, + easing: "easeOutQuad", + duration: 300, }); } -const uiuxDesignerLinks = document.querySelectorAll(".main-hero-text a"); -const myImage = document.querySelector(".benjamin-image-block"); -const myImageOverlay = document.querySelector(".benjamin-image-block-overlay"); -const serviceDisplay = document.querySelector(".service-display-block"); +const uiuxDesignerLinks = benA(".main-hero-text a"); +const myImage = ben(".benjamin-image-block"); +const myImageOverlay = ben(".benjamin-image-block-overlay"); +const serviceDisplay = ben(".service-display-block"); uiuxDesignerLinks.forEach(item => { item.addEventListener("mouseover", function (event) { // myImage.style.transform = "rotateX(1deg) rotateY(2deg) rotateZ(-2deg) translateZ(20px) translateX(20px)"; - myImage.style.width = "23vw"; + myImage.style.width = "20vw"; if (event.target.className == "uiux-designer-link") { @@ -584,51 +716,111 @@ uiuxDesignerLinks.forEach(item => { //############################################# -- Mobile hamburger interactrions -const hamburgerButton = document.querySelector(".hamburger-button"); -const mobileNavWrapper = document.querySelector("header > div:nth-of-type(1)"); +const hamburgerButton = ben(".hamburger-button"); +const mobileNavWrapper = ben("header > div:nth-of-type(1)"); let a = 0; hamburgerButton.addEventListener("click", () => { if (a == 0) { - mobileNavWrapper.animate([ - { - opacity: 0, - height: "0px", - pointerEvents: "none", - transform: "translateZ(50px) translateY(-50px)" - }, - { - opacity: 1, - height: "450px", - pointerEvents: "visible", - transform: "translateZ(0px) translateY(0px)" - } - ], { - fill: "both", - duration: 600, - easing: "cubic-bezier( 0.1, 0.63, 0.355, 1 )" - }); - } else { - mobileNavWrapper.animate([ - { - opacity: 1, - height: "450px", - pointerEvents: "visible", - transform: "translateZ(0px) translateY(0px)" + if (window.innerWidth > 449) { - }, - { - opacity: 0, - height: "0px", - pointerEvents: "none", - transform: "translateZ(50px) translateY(-50px)" - } - ], { - fill: "both", - duration: 600, - easing: "cubic-bezier( 0.1, 0.63, 0.355, 1 )" + mobileNavWrapper.animate([ + { + opacity: 0, + height: "0px", + pointerEvents: "none", + transform: "translateZ(50px) translateY(-50px)" + }, + { + opacity: 1, + height: "350px", + pointerEvents: "visible", + transform: "translateZ(0px) translateY(0px)" + } + ], { + fill: "both", + duration: 300, + easing: "cubic-bezier( 0.1, 0.63, 0.355, 1 )" + }); + } else { + mobileNavWrapper.animate([ + { + opacity: 0, + height: "0px", + pointerEvents: "none", + transform: "translateZ(50px) translateY(-50px)" + }, + { + opacity: 1, + height: "420px", + pointerEvents: "visible", + transform: "translateZ(0px) translateY(0px)" + } + ], { + fill: "both", + duration: 300, + easing: "cubic-bezier( 0.1, 0.63, 0.355, 1 )" + }); + } + + anime({ + targets: socialLinks, + opacity: 1, + easing: "easeOutCubic", + duration: 300, + }); + + } else { + + if (window.innerWidth > 449) { + mobileNavWrapper.animate([ + { + opacity: 1, + height: "350px", + pointerEvents: "visible", + transform: "translateZ(0px) translateY(0px)" + + }, + { + opacity: 0, + height: "0px", + pointerEvents: "none", + transform: "translateZ(50px) translateY(-50px)" + } + ], { + fill: "both", + duration: 300, + easing: "cubic-bezier( 0.1, 0.63, 0.355, 1 )" + }); + } else { + mobileNavWrapper.animate([ + { + opacity: 1, + height: "420px", + pointerEvents: "visible", + transform: "translateZ(0px) translateY(0px)" + + }, + { + opacity: 0, + height: "0px", + pointerEvents: "none", + transform: "translateZ(50px) translateY(-50px)" + } + ], { + fill: "both", + duration: 300, + easing: "cubic-bezier( 0.1, 0.63, 0.355, 1 )" + }); + } + + anime({ + targets: socialLinks, + opacity: 0, + easing: "easeOutCubic", + duration: 300, }); a = -1; @@ -642,27 +834,61 @@ hamburgerButton.addEventListener("click", () => { hamburgerButton.addEventListener("blur", () => { - mobileNavWrapper.animate([ - { - opacity: 1, - height: "450px", - pointerEvents: "visible", - transform: "translateZ(0px) translateY(0px)" + if (a == 1) { - }, - { - opacity: 0, - height: "0px", - pointerEvents: "none", - transform: "translateZ(50px) translateY(-50px)" + if (window.innerWidth > 449) { + + mobileNavWrapper.animate([ + { + opacity: 1, + height: "350px", + pointerEvents: "visible", + transform: "translateZ(0px) translateY(0px)" + + }, + { + opacity: 0, + height: "0px", + pointerEvents: "none", + transform: "translateZ(50px) translateY(-50px)" + } + ], { + fill: "both", + duration: 600, + easing: "cubic-bezier( 0.1, 0.63, 0.355, 1 )" + }); + + } else { + mobileNavWrapper.animate([ + { + opacity: 1, + height: "420px", + pointerEvents: "visible", + transform: "translateZ(0px) translateY(0px)" + + }, + { + opacity: 0, + height: "0px", + pointerEvents: "none", + transform: "translateZ(50px) translateY(-50px)" + } + ], { + fill: "both", + duration: 600, + easing: "cubic-bezier( 0.1, 0.63, 0.355, 1 )" + }); } - ], { - fill: "both", - duration: 600, - easing: "cubic-bezier( 0.1, 0.63, 0.355, 1 )" - }); - a = 0; + anime({ + targets: socialLinks, + opacity: 0, + easing: "easeOutCubic", + duration: 300, + }); + + a = 0; + } // mobileNavWrapper.style.opacity = "1" }); @@ -675,6 +901,125 @@ hamburgerButton.addEventListener("blur", () => { +ben(".my-specialties-section button").addEventListener("click", () => { + window.location = "docs/Benjamin-Toby-CV.pdf"; +}); + + + + +//############################################# -- My Work Slider + +const portfolioContainter = ben(".portfolio-items-container"); +const portfolioEntries = benA(".portfolio-entry"); +const portfolioLeftButton = ben(".portfolio-left-button"); +const portfolioRightButton = ben(".portfolio-right-button"); + +let p = 0; + +function portfolioClickEvents() { + + // anime({ + // targets: portfolioEntries, + // opacity: [1, 0], + // translateZ: [0, -50], + // duration: 300, + // easing: "cubic-bezier( 0.1, 0.63, 0.355, 1 )" + // }); + + if (p == 0) { + portfolioLeftButton.style.opacity = ".2"; + } else if (p == (portfolioEntries.length - 1)) { + portfolioRightButton.style.opacity = ".2"; + } + + + portfolioEntries.forEach(entry => { + // entry.style.opacity = "0"; + + entry.animate([ + { opacity: 0, transform: "translateZ(-50px)", pointerEvents: "none" } + ], { + duration: 500, + fill: "both", + easing: "cubic-bezier( 0.1, 0.63, 0.355, 1 )" + }); + }); + + // portfolioEntries[p].style.opacity = "1"; + // anime({ + // targets: (portfolioEntries[p]), + // opacity: [0, 1], + // translateZ: [-50, 0], + // duration: 300, + // easing: "cubic-bezier( 0.1, 0.63, 0.355, 1 )", + // delay: 200, + // }); + + portfolioEntries[p].animate([ + { opacity: 1, transform: "translateZ(0px)", pointerEvents: "visible" } + ], { + duration: 500, + fill: "both", + delay: 200, + easing: "cubic-bezier( 0.1, 0.63, 0.355, 1 )" + }); +} + +portfolioClickEvents(); +portfolioLeftButton.style.opacity = ".2"; + +portfolioRightButton.addEventListener("click", () => { + if (p == (portfolioEntries.length - 1)) { return; }; + p++; + portfolioClickEvents(); + portfolioLeftButton.style.opacity = "1"; +}); + +portfolioLeftButton.addEventListener("click", () => { + if (p == 0) { return; }; + p--; + portfolioClickEvents(); + portfolioRightButton.style.opacity = "1"; +}); + + + + + + + + + +//############################################# -- Lottie Animations + +const portfolioEntry1 = ben("#transcend-barriers"); +const portfolioEntry2 = ben("#github-to-asana-animation"); + +const portfolioEntry1Animation = lottie.loadAnimation({ + container: portfolioEntry1, + renderer: 'svg', + loop: true, + autoplay: true, + path: "scripts/portfolio-item-1.json" +}); + +const portfolioEntry2Animation = lottie.loadAnimation({ + container: portfolioEntry2, + renderer: 'svg', + loop: true, + autoplay: true, + path: "scripts/portfolio-item-2.json" +}); + + + + + + + + + @@ -682,5 +1027,3 @@ hamburgerButton.addEventListener("blur", () => { - - diff --git a/scripts/main.min.js b/scripts/main.min.js deleted file mode 100644 index e60e6dd..0000000 --- a/scripts/main.min.js +++ /dev/null @@ -1,17 +0,0 @@ -const heroTextSection=document.querySelector(".hero-section > div:nth-child(2)");const myImageBlock=document.querySelector(".benjamin-image-block-wrapper");const myBigTextBlock=document.querySelector(".benjamin-big-text-block");const mainTextBlock=document.querySelector(".main-text-block");const mainCTA=document.querySelector(".main-cta-button");const allHeaderElements=document.querySelectorAll("header *:not(header > div)");const mountains=document.querySelector("#mountains");const clouds=document.querySelector("#clouds");const footerController=document.querySelector(".contact-section-controller");const header=document.querySelector("header");const heroTxtGraphic=document.querySelector(".hero-text-section-graphic");function intro(){if(window.innerWidth>800){anime({targets:heroTextSection,width:[0,"50%"],translateX:[200,0],easing:"cubicBezier( 0.93, 0, 0.09, 1 )",duration:1500,delay:1000,})}else if(window.innerWidth<801&&window.innerWidth>600){anime({targets:heroTextSection,width:[0,"60%"],translateX:[200,0],easing:"cubicBezier( 0.93, 0, 0.09, 1 )",duration:1500,delay:1000,})}else if(window.innerWidth<601){anime({targets:heroTextSection,width:[0,"100%"],translateX:[500,0],easing:"cubicBezier( 0.93, 0, 0.09, 1 )",duration:1500,delay:0,})} -anime({targets:allHeaderElements,translateX:[-20,0],opacity:[0,1],easing:"easeOutQuad",duration:800,delay:anime.stagger(100,{start:1000}),});anime({targets:myBigTextBlock,translateY:[100,0],translateZ:50,opacity:[0,1],easing:"cubicBezier( 0.1, 0.63, 0.355, 1 )",duration:1200,delay:2000,});anime({targets:myImageBlock,translateY:[100,0],opacity:[0,1],easing:"cubicBezier( 0.1, 0.63, 0.355, 1 )",duration:1500,delay:2200,});if(window.innerWidth<601){anime({targets:mainTextBlock,translateX:[-50,0],translateZ:[30,0],opacity:[0,1],easing:"cubicBezier( 0.1, 0.63, 0.355, 1 )",duration:1200,delay:2500,})}else{anime({targets:mainTextBlock,translateX:[-50,0],translateZ:[30,15],opacity:[0,1],easing:"cubicBezier( 0.1, 0.63, 0.355, 1 )",duration:1200,delay:2500,})} -anime({targets:mainCTA,translateX:[-50,0],opacity:[0,1],easing:"cubicBezier( 0.1, 0.63, 0.355, 1 )",duration:1200,delay:2600,});if(window.innerWidth>600){anime({targets:mountains,translateY:[200,0],opacity:[0,1],easing:"cubicBezier(0.1, 0.63, 0.355, 1)",duration:1500,delay:1000,}) -anime({targets:mountains,left:[0,-50],easing:"easeOutQuad",duration:800,delay:1600,})} -anime({targets:clouds,opacity:[0.2,1],easing:"easeOutQuad",duration:1200,delay:800,})} -function introInit(){if(window.innerWidth<601){anime({targets:heroTextSection,width:[0],translateX:500,duration:0})}else{anime({targets:heroTextSection,width:[0],translateX:200,duration:0})} -anime({targets:allHeaderElements,translateX:[-20],opacity:[0],duration:0});anime({targets:myBigTextBlock,translateY:[100],opacity:[0],duration:0});anime({targets:myImageBlock,translateY:[100],opacity:[0],duration:0});anime({targets:mainTextBlock,translateX:[-50],opacity:[0],duration:0});anime({targets:mainCTA,translateX:[-50],opacity:[0],duration:0});anime({targets:mountains,opacity:0,duration:0})} -introInit();var headerController=document.querySelector("#header-controller");var windowRect={rootMargin:"0px",};var headerObserver=new IntersectionObserver(changeHeader,windowRect);function changeHeader(entry){if(entry[0].isIntersecting){if(window.innerWidth>800){document.querySelectorAll(".nav-link").forEach(item=>{if(entry[0].target.className=="contact-section-controller"){item.style.color="white"}});header.className="none";anime({targets:"header > a > img",width:40,height:100,top:0,duration:400,easing:"easeOutCubic",});anime({targets:"header > a > div",translateX:0,opacity:1,duration:1000,})}}else{if(window.innerWidth>800){document.querySelectorAll(".nav-link").forEach(item=>{if(entry[0].target.className=="contact-section-controller"){item.style.color=""}});header.classList.add("scrolled");anime({targets:"header > a > img",width:60,height:130,top:20,duration:400,easing:"easeOutCubic",})} -anime({targets:"header > a > div",translateX:-50,opacity:0,duration:1000,})}} -window.addEventListener("load",()=>{setTimeout(()=>{intro()},1000);setTimeout(()=>{headerObserver.observe(headerController)},3000);if(window.innerWidth>800){setTimeout(()=>{window.addEventListener("mousemove",parralaxMouse)},4000)}});const sections=document.querySelectorAll(".scroll-into-view");let footerHeaderFn=()=>{headerObserver.observe(footerController)};var windowRect2={rootMargin:"0px 0px -200px 0px",};var sectionsIO=new IntersectionObserver(sectionsObserverFn,windowRect2);function sectionsObserverFn(entries){entries.forEach(entry=>{if(entry.isIntersecting){entry.target.classList.add("scrolled-into-view");if(entry.target.id=="footer-right-section"&&entries[2]){return} -if(window.innerWidth>800){footerHeaderFn()}}})} -sections.forEach(item=>{sectionsIO.observe(item)});const contents=document.querySelectorAll(".scroll-into-view-content");const contentsIO=new IntersectionObserver(contentsObserverFn,{rootMargin:"0px 0px -100px 0px"});const contentsAlt=document.querySelectorAll(".scroll-into-view-content-2");const contentsIOAlt=new IntersectionObserver(contentsObserverFn,{rootMargin:"0px"});function contentsObserverFn(entries){entries.forEach(entry=>{if(entry.isIntersecting){entry.target.animate([{transform:"none",opacity:1,}],{duration:1300,easing:"cubic-bezier(0.1, 0.63, 0.355, 1)",fill:"forwards",delay:(entry.target.dataset.delay),});contentsIO.unobserve(entry.target);contentsIOAlt.unobserve(entry.target)}})} -contents.forEach(item=>{contentsIO.observe(item)});contentsAlt.forEach(item=>{contentsIOAlt.observe(item)});anime({targets:".hero-text-section-graphic img",translateY:[-5,5],easing:"easeInOutQuad",duration:1000,loop:!0,direction:"alternate",});const navSections=document.querySelectorAll("section");const myWorkNavLink=document.querySelector("#my-work-link");const aboutMeNavLink=document.querySelector("#about-me-link");const resumeLink=document.querySelector("#resume-link");const contactMeNavLink=document.querySelector("#contact-me-link");const anchorLinksObserver=new IntersectionObserver(anchorLinksFn,{rootMargin:"0px",threshold:0.75});navSections.forEach(item=>{anchorLinksObserver.observe(item)});function anchorLinksFn(entries){if(entries[3]){return} -entries.forEach(entry=>{myWorkNavLink.classList.remove("active-anchor");aboutMeNavLink.classList.remove("active-anchor");resumeLink.classList.remove("active-anchor");contactMeNavLink.classList.remove("active-anchor");if(entry.target.className=="hero-section"){return}else if(entry.target.className=="my-work-section"){myWorkNavLink.classList.add("active-anchor")}else if(entry.target.className=="about-me-section"){aboutMeNavLink.classList.add("active-anchor")}else if(entry.target.className=="my-specialties-section"){resumeLink.classList.add("active-anchor")}else if(entry.target.className=="contact-section"){contactMeNavLink.classList.add("active-anchor")}else{myWorkNavLink.classList.remove("active-anchor");aboutMeNavLink.classList.remove("active-anchor");resumeLink.classList.remove("active-anchor");contactMeNavLink.classList.remove("active-anchor")}})} -function parralaxMouse(event){let xPos=(event.clientX/window.innerWidth)-0.5;let yPos=(event.clientY/window.innerHeight)-0.5;clouds.animate([{transform:`translateX(${xPos * -10}px) translateY(${yPos * -10}px)`,}],{easing:"ease",fill:"forwards",});mountains.animate([{transform:`translateX(${xPos * -100}px) translateY(${yPos * -20}px)`,}],{easing:"ease",fill:"forwards",direction:"normal"});myImageBlock.animate([{transform:`translateX(${xPos * -30}px) translateY(${yPos * -10}px) rotateX(${yPos * 4}deg) rotateY(${xPos * -3}deg)`,}],{easing:"ease",fill:"forwards",});mainTextBlock.animate([{transform:`translateZ(15px) rotateX(${yPos * 2}deg) rotateY(${xPos * -2}deg)`,}],{easing:"ease-out",fill:"forwards",});heroTxtGraphic.animate([{transform:`translateX(${xPos * -5}px) translateY(${yPos * -5}px) translateZ(10px) rotateX(${yPos * 2}deg) rotateY(${xPos * -2}deg)`,}],{easing:"ease",fill:"forwards",});myBigTextBlock.animate([{transform:`translateX(${xPos * -40}px) translateY(${yPos * -20}px) translateZ(50px) rotateX(${yPos * 4}deg) rotateY(${xPos * -3}deg)`,}],{easing:"ease",fill:"forwards",})} -const uiuxDesignerLinks=document.querySelectorAll(".main-hero-text a");const myImage=document.querySelector(".benjamin-image-block");const myImageOverlay=document.querySelector(".benjamin-image-block-overlay");const serviceDisplay=document.querySelector(".service-display-block");uiuxDesignerLinks.forEach(item=>{item.addEventListener("mouseover",function(event){myImage.style.width="23vw";if(event.target.className=="uiux-designer-link"){myImageOverlay.style.backgroundColor="rgba(237,125,113,0.8)"}else if(event.target.className=="web-designer-link"){myImageOverlay.style.backgroundColor="rgba(117,240,230,0.8)"}else if(event.target.className=="frontend-designer-link"){myImageOverlay.style.backgroundColor="rgba(116,123,239,0.8)"}else if(event.target.className=="graphic-motion-designer-link"){myImageOverlay.style.backgroundColor="rgba(28,55,102,0.8)"}})});uiuxDesignerLinks.forEach(item=>{item.addEventListener("mouseout",function(){myImage.style.transform="none";myImageOverlay.style.backgroundColor="transparent";myImage.style.width="100%"})});const hamburgerButton=document.querySelector(".hamburger-button");const mobileNavWrapper=document.querySelector("header > div:nth-of-type(1)");let a=0;hamburgerButton.addEventListener("click",()=>{if(a==0){mobileNavWrapper.animate([{opacity:0,height:"0px",pointerEvents:"none",transform:"translateZ(50px) translateY(-50px)"},{opacity:1,height:"450px",pointerEvents:"visible",transform:"translateZ(0px) translateY(0px)"}],{fill:"both",duration:600,easing:"cubic-bezier( 0.1, 0.63, 0.355, 1 )"})}else{mobileNavWrapper.animate([{opacity:1,height:"450px",pointerEvents:"visible",transform:"translateZ(0px) translateY(0px)"},{opacity:0,height:"0px",pointerEvents:"none",transform:"translateZ(50px) translateY(-50px)"}],{fill:"both",duration:600,easing:"cubic-bezier( 0.1, 0.63, 0.355, 1 )"});a=-1} -a++});hamburgerButton.addEventListener("blur",()=>{mobileNavWrapper.animate([{opacity:1,height:"450px",pointerEvents:"visible",transform:"translateZ(0px) translateY(0px)"},{opacity:0,height:"0px",pointerEvents:"none",transform:"translateZ(50px) translateY(-50px)"}],{fill:"both",duration:600,easing:"cubic-bezier( 0.1, 0.63, 0.355, 1 )"});a=0}) \ No newline at end of file diff --git a/scripts/portfolio-item-1.json b/scripts/portfolio-item-1.json new file mode 100644 index 0000000..f2e055d --- /dev/null +++ b/scripts/portfolio-item-1.json @@ -0,0 +1 @@ +{"v":"5.7.6","fr":30,"ip":0,"op":201,"w":850,"h":800,"nm":"New Frida Kahlo","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Main Controller","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":171,"s":[0]},{"t":184,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[440.734,849,0],"ix":2,"l":2},"a":{"a":0,"k":[55.734,108.662,0],"ix":1,"l":2},"s":{"a":0,"k":[76,76,100],"ix":6,"l":2}},"ao":0,"ip":0,"op":201,"st":-235,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"yellow circle Outlines","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":48,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":85,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":171,"s":[100]},{"t":184,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":35,"s":[255.746,-643.936,0],"to":[0,0,0],"ti":[0,0,0]},{"t":85,"s":[343.746,-821.936,0]}],"ix":2,"l":2},"a":{"a":0,"k":[15.996,20.842,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.09,-20.591],[0.09,20.592]],"o":[[-0.092,20.592],[0.092,-20.592]],"v":[[15.746,0],[-15.746,-0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.951659737381,0.654027362898,0.163964978386,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.996,20.843],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":201,"st":-235,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"atom Outlines","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":70,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":83,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":171,"s":[100]},{"t":184,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":70,"s":[475.917,82.991,0],"to":[0,0,0],"ti":[0,0,0]},{"t":120,"s":[475.917,-163.009,0]}],"ix":2,"l":2},"a":{"a":0,"k":[50.319,55.643,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.045,-3.074],[-0.045,3.074]],"o":[[0.045,3.073],[-0.045,-3.073]],"v":[[2.369,0],[-2.369,-0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944075879864,0.684361237171,0.688149007161,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[42.229,107.963],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.045,-3.073],[-0.045,3.074]],"o":[[0.045,3.074],[-0.045,-3.073]],"v":[[2.369,-0.001],[-2.369,-0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944075879864,0.684361237171,0.688149007161,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[71.734,3.324],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.045,-3.074],[-0.046,3.073]],"o":[[0.045,3.073],[-0.045,-3.074]],"v":[[2.37,0],[-2.368,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944075879864,0.684361237171,0.688149007161,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[85.96,61.02],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.028,-1.909],[-0.029,1.909]],"o":[[0.028,1.909],[-0.028,-1.909]],"v":[[1.472,0],[-1.471,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944075879864,0.684361237171,0.688149007161,1],"ix":4},"o":{"a":0,"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.07,19.8],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.141,-9.566],[-0.141,9.567]],"o":[[0.14,9.565],[-0.14,-9.565]],"v":[[7.373,0],[-7.373,-0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944075879864,0.684361237171,0.688149007161,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[49.602,61.465],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[8.928,9.456],[9.976,-10.418],[-19.156,17.071]],"o":[[-8.238,-7.061],[-11.433,20.551],[6.635,-13.651]],"v":[[17.213,-16.951],[-22.306,-27.438],[34.059,25.166]],"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":[[-24.502,-27.037],[6.641,-16.26],[8.738,13.636]],"o":[[10.761,9.753],[-14.388,18.469],[-25.301,-39.946]],"v":[[17.213,-16.951],[36.829,25.519],[-18.169,1.9]],"c":true},"ix":2},"nm":"Path 2","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":[0.944075879864,0.684361237171,0.688149007161,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[43.72,62.609],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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":[[-10.805,9.794],[32.258,-37.853],[13.066,15.727]],"o":[[33.125,-33.896],[-9.68,11.185],[-7.395,-16.239]],"v":[[-17.692,-12.766],[12.164,13.243],[-37.028,30.187]],"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":[[8.265,-7.076],[-6.637,-13.655],[11.703,20.282]],"o":[[-8.92,9.447],[18.666,17.31],[-9.988,-10.411]],"v":[[-17.692,-12.766],[-34.539,29.352],[21.826,-23.253]],"c":true},"ix":2},"nm":"Path 2","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":[0.944075879864,0.684361237171,0.688149007161,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[55.965,58.423],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":201,"st":-235,"bm":1},{"ddd":0,"ind":4,"ty":4,"nm":"model hair Outlines","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":171,"s":[100]},{"t":184,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-110.254,-66.742,0],"ix":2,"l":2},"a":{"a":0,"k":[301.353,182.518,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":16,"s":[{"i":[[4.014,0.763],[3.447,-1.569],[0,0],[-6.433,0.644],[-7.188,0.202],[-8.448,-0.92],[4.315,2.965]],"o":[[-5.839,-2.031],[0,0],[5.302,-0.687],[-0.005,0.001],[3.841,-0.386],[6.111,-1.361],[-6.126,-2.329]],"v":[[-6.978,-199.624],[-75.088,-196.704],[-65.326,-198.027],[-48.884,-199.358],[-21.07,-200.092],[10.484,-198.824],[30.368,-196.679]],"c":true}]},{"i":{"x":0.157,"y":1},"o":{"x":0.167,"y":0},"t":30,"s":[{"i":[[9.455,0.322],[13.595,0.196],[0,0],[-126.081,-6.254],[-55.101,0],[-4.683,79.798],[10.639,0.612]],"o":[[-12.31,0.322],[0,0],[-7.101,101.979],[-0.005,0.001],[47.881,8.242],[8.17,-64.302],[-10.832,0.612]],"v":[[164.199,-41.095],[112.853,-41.557],[-294.002,-41.557],[-163.002,174.024],[99.959,174.026],[214.013,50.882],[199.927,-42.856]],"c":true}]},{"t":40,"s":[{"i":[[12.433,-14.377],[67.761,-0.311],[0,0],[-126.081,-6.254],[-55.101,0],[-4.683,79.798],[-5.354,10.673]],"o":[[-36.168,53.568],[0,0],[-7.101,101.979],[-0.005,0.001],[47.881,8.242],[17.428,-126.213],[-18.56,18.381]],"v":[[253.61,-132.86],[112.853,-41.557],[-294.002,-41.557],[-163.002,174.024],[99.959,174.025],[214.013,50.882],[301.103,-182.267]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.197171798407,0.160196895225,0.323235066732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[301.353,182.518],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":16,"s":[0]},{"t":20,"s":[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":201,"st":-235,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"pink circle Outlines","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":81,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":90,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":171,"s":[100]},{"t":184,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":81,"s":[418.08,126.623,0],"to":[0,0,0],"ti":[0,0,0]},{"t":117,"s":[418.08,-253.377,0]}],"ix":2,"l":2},"a":{"a":0,"k":[13.719,17.865,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.077,-17.613],[0.077,17.613]],"o":[[-0.079,17.615],[0.079,-17.614]],"v":[[13.469,-0.001],[-13.469,-0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.886274569642,0.403921598547,0.619607843137,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[13.719,17.865],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":201,"st":-235,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Firefighter Outlines","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-122.877,-330.219,0],"ix":2,"l":2},"a":{"a":0,"k":[197.999,438.019,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.308,0.602],[-8.436,-0.96],[0,0],[6.471,-1.52]],"o":[[2.729,-2.604],[9.192,1.639],[-4.465,-4.557],[-1.264,0.177]],"v":[[-18.693,-4.697],[2.775,-3.593],[18.739,7.301],[-17.475,0.118]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.450238485897,0.345961088293,0.305220211253,1],"ix":4},"o":{"a":0,"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.917,187.284],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":13,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":18,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"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":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":10,"s":[{"i":[[-8.767,-2.958],[-8.824,-2.508],[-4.094,-0.698],[0,0],[-15.174,-6.186],[9.148,0.978]],"o":[[5.792,1.454],[9.571,2.72],[0,0],[5.346,1.653],[-15.615,-7.215],[-4.011,-0.429]],"v":[[3.377,-13.183],[27.539,-6.802],[49.439,-1.178],[64.264,3.824],[106.107,17.251],[-12.479,-16.972]],"c":true}]},{"t":28,"s":[{"i":[[-0.013,-16.83],[-46.418,-64.019],[20.364,7.99],[0,0],[1.411,24.232],[137.84,30.287]],"o":[[60.717,24.716],[7.043,9.714],[0,0],[14.28,8.868],[-1.269,-15.172],[-121.825,-26.767]],"v":[[-166.476,-51.712],[149.745,37.757],[104.586,28.234],[101.323,35.001],[165.078,44.31],[17.668,-35.648]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922272506415,0.688149007161,0.342166885675,1],"ix":4},"o":{"a":0,"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.606,189.511],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":13,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"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],[19.357,-3.158],[0,0],[3.68,0],[1.693,28.774]],"o":[[-6.788,12.744],[0,0],[-2.527,0.249],[-52.356,1.271],[0,0]],"v":[[66.417,4.034],[27.436,37.428],[26.947,37.913],[17.548,38.365],[-66.417,-39.636]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.829386991613,0.605688416724,0.312794943417,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":5.989,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":5.989,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[193.388,217.401],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":31,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"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.147,-0.053],[0.45,-0.981]],"o":[[1.709,0.547],[-0.352,0.844],[0,0]],"v":[[-1.425,-1.834],[1.425,-0.911],[0.222,1.834]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.829386991613,0.605688416724,0.312794943417,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[262.237,214.236],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":14,"s":[12]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"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],[-20.568,-6.56]],"o":[[30.932,8.536],[0,0]],"v":[[-61.135,-18.722],[61.135,18.722]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.829386991613,0.605688416724,0.312794943417,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":5.948,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":5.948,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[196.842,192.774],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":14,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"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.096,0.96],[-1.051,-0.273]],"o":[[0.013,-1.034],[0.883,0.215],[0,0]],"v":[[-1.533,1.496],[-1.372,-1.496],[1.533,-0.763]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.829386991613,0.605688416724,0.312794943417,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":2,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[128.431,173.271],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":14,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":5,"s":[{"i":[[14.523,18.035],[0,0],[-15.884,-20.969]],"o":[[-27.582,-34.252],[6.203,42.894],[-23.531,13.736]],"v":[[-84.708,26.56],[-85.699,-39.262],[-34.2,47.542]],"c":true}]},{"t":13,"s":[{"i":[[10.233,3.96],[0,0],[-42.464,121.132]],"o":[[-28.708,-11.136],[-24.807,87.436],[-12.492,-4.578]],"v":[[58.822,-49.617],[-69.816,-84.557],[94.623,-36.576]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922272506415,0.688149007161,0.342166885675,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[181.712,243.857],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":5,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":8,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"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.88,-12.319],[0,0],[-1.21,11.309],[0,0]],"o":[[0,0],[0.86,-12.68],[0,0],[1.91,11.719]],"v":[[92.33,18.034],[-92.33,18.034],[-89.24,-18.034],[88.14,-18.034]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.918480308383,0.76966827991,0.725116265989,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[255.527,510.424],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":26,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 44","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.13,-7.37],[0,0],[-0.49,7.101],[0,0]],"o":[[0,0],[0.38,-7.439],[0,0],[0.51,7.181]],"v":[[93.465,10.915],[-93.465,10.915],[-92.165,-10.915],[92.495,-10.915]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.84739373899,0.624639593386,0.624639593386,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[255.362,539.374],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":30,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 45","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.15,-6.31],[0.38,-6.58],[0,0],[-0.62,12.2],[0,0]],"o":[[-0.14,6.01],[0,0],[0.37,-12.859],[0,0],[0.13,6.19]],"v":[[94.1,-0.085],[93.31,18.835],[-94.27,18.835],[-92.79,-18.835],[94.14,-18.835]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.918480308383,0.76966827991,0.725116265989,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[254.687,569.124],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":31,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 46","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.042,-2.871],[-0.043,2.871]],"o":[[0.042,2.87],[-0.042,-2.87]],"v":[[2.212,0],[-2.213,-0.001]],"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":[76.081,64.373],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":14,"s":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[30]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 47","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.042,-2.871],[-0.042,2.871]],"o":[[0.042,2.87],[-0.042,-2.87]],"v":[[2.213,0],[-2.213,-0.001]],"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":[60.506,101.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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":14,"s":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[30]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 48","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.631,4.752],[6.19,-1.351],[0,0],[-1.328,1.238],[10.656,4.668],[0,0],[7.66,7.059],[2.849,0.147],[0,0],[13.915,12.93]],"o":[[-0.979,-6.804],[0,0],[2.097,0.859],[10.03,-5.019],[0,0],[11.509,1.265],[-1.352,-1.358],[0,0],[8.434,13.582],[5.135,0.07]],"v":[[13.579,-9.246],[-2.071,-17.996],[-5.621,-8.665],[-1.321,-10.946],[-2.341,-3.716],[-3.781,1.404],[-6.761,9.954],[-10.651,4.504],[-13.661,12.384],[5.979,0.694]],"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":[47.782,73.735],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":42,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":48,"s":[30]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[30]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 49","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.53,-1.33],[4.229,3.637],[0,0],[-0.5,1.33],[-5.296,13.886],[-1.29,-0.46],[0,0]],"o":[[-1.713,1.06],[-0.002,-0.001],[-1.34,-0.47],[5.301,-13.886],[0.48,-1.291],[0,0],[1.35,0.48]],"v":[[25.86,-17.164],[5.412,27.957],[-24.36,17.516],[-25.89,14.226],[-9.15,-29.643],[-5.95,-31.134],[24.35,-20.484]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.349760466931,0.375351730047,0.419909069585,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[56.891,80.073],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":42,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":48,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 50","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":34,"s":[{"i":[[5.261,1.073],[0,0]],"o":[[0,0],[3.036,5.311]],"v":[[3.373,-70.628],[2.362,-67.807]],"c":true}]},{"t":42,"s":[{"i":[[43.971,22.717],[0,0]],"o":[[0,0],[73.951,16.376]],"v":[[3.373,-70.628],[-47.343,54.252]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.449411668964,0.414752496458,0.375390924192,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[66.23,79.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":0,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 51","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":27,"s":[{"i":[[17.908,1.808],[0,0],[-81.081,-29.458]],"o":[[-11.357,-1.133],[110.537,12.405],[-61.669,-26.223]],"v":[[-21.636,67.54],[-78.529,61.077],[171.176,109.101]],"c":true}]},{"t":35,"s":[{"i":[[23.579,10.451],[0,0],[-78.495,25.259]],"o":[[-2.879,7.006],[110.537,12.405],[-62.239,-18.437]],"v":[[-27.813,-62.313],[-78.529,61.077],[78.529,-36.488]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.386726977778,0.405691139371,0.431284317316,1],"ix":4},"o":{"a":0,"k":30,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.415,70.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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":27,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":30,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 52","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":19,"s":[{"i":[[4.77,-4.95],[2.53,-0.213],[0,0],[-3.481,6.865],[-1.503,1.44],[-6.288,-0.476],[0,0],[7.677,-6.96],[0,0]],"o":[[-6.112,3.873],[0,0],[5.298,-13.301],[4.754,-6.812],[6.732,-3.266],[0,0],[6.947,1.152],[0,0],[-7.039,7.158]],"v":[[-35.514,-235.756],[-48.128,-221.082],[-60.601,-226.23],[-42.557,-259.189],[-24.094,-276.412],[2.456,-279.79],[2.456,-279.8],[-6.216,-263.453],[-15.176,-254.629]],"c":true}]},{"t":27,"s":[{"i":[[0.013,-22.208],[12.123,-64.96],[0,0],[-11.353,118.25],[-6.222,20.175],[-18.199,25.004],[0,0],[-11.11,-67.709],[0,0]],"o":[[-0.956,96.187],[0,0],[-8.513,-111.171],[2.709,-23.789],[11.038,-27.456],[0,0],[49.716,42.231],[0,0],[3.563,21.844]],"v":[[96.986,-37.08],[54.226,279.8],[-84.424,279.8],[-85.645,-103.601],[-74.094,-167],[2.456,-279.79],[2.456,-279.8],[91.726,-103.6],[91.736,-103.6]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922272506415,0.688149007161,0.342166885675,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[251.931,595.989],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":19,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":21,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 53","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":24,"s":[{"i":[[-16.014,-12.735],[16.648,-13.595],[0,0],[10.31,11.134],[-24.154,2.914]],"o":[[15.751,9.618],[0,0],[-22.429,-13.595],[2.663,-12.984],[17.61,1.149]],"v":[[37.1,-249.076],[50.909,-191.158],[-1.779,-181.158],[-42.753,-214.122],[1.123,-264.725]],"c":true}]},{"t":32,"s":[{"i":[[0.775,-66.298],[17.456,-93.748],[0,0],[-8.278,104.92],[-81.535,10.539]],"o":[[1.578,108.95],[0,0],[-10.36,-91.975],[2.276,-81.922],[53.066,41.252]],"v":[[97.1,-90.84],[53.85,256.49],[-84.72,256.49],[-90.4,-71.18],[38.77,-256.489]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.787677959367,0.531758626302,0.156365308575,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[232.307,619.299],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":24,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":27,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 54","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":[[4.392,-0.123],[0,0],[0,0],[-0.317,15.19]],"o":[[-15.746,11.695],[0,0],[0,0],[-4.264,-1.279]],"v":[[1.157,-21.819],[-21.154,14.975],[16.036,21.942],[21.154,-19.179]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.918480308383,0.76966827991,0.725116265989,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[150.938,99.52],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":28,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":35,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 55","np":2,"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":[[4.337,0.708],[0,0],[0,0],[-9.957,9.957]],"o":[[-17.671,8.51],[0,0],[0,0],[-3.945,-2.062]],"v":[[6.936,-18.16],[-22.255,13.948],[4.17,18.16],[22.255,-15.158]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.918480308383,0.76966827991,0.725116265989,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.45,86.723],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":28,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 56","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":[[-4.172,-1.381],[0,0],[0,0],[0.558,10.2]],"o":[[11.722,15.726],[0,0],[0,0],[4.452,0]],"v":[[2.882,-19.059],[17.567,22.435],[-17.567,18.688],[-13.146,-22.435]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.918480308383,0.76966827991,0.725116265989,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[223.74,109.429],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":28,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":32,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 57","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.012,-0.059],[-0.013,0.062]],"o":[[0.011,-0.057],[-0.013,0.064]],"v":[[-57.434,38.282],[-57.4,38.106]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":20,"s":[{"i":[[57.004,15.03],[9.455,2.108],[0.016,-0.048],[0,0],[0,0],[0,0],[5.214,0.68],[-26.699,-3.77],[0,-0.001],[-14.677,-2.18],[-0.093,-0.021],[0,0],[-0.006,0.004],[0,0],[0,0],[-0.185,-0.041],[0,0],[-10.769,-3.99],[0,0],[-0.45,-0.179]],"o":[[-31.487,-6.5],[-0.016,0.048],[0,0],[0,0],[0,0],[-4.27,-0.333],[-0.163,-0.09],[0,0],[12.024,1.673],[0.08,0.038],[0,0],[0.004,-0.001],[0,0],[0,0],[0.184,0.042],[0,0],[36.947,8.449],[0,0],[2.308,0.846],[0.101,0.287]],"v":[[24.905,52.334],[-39.273,41.079],[-56.97,38.88],[-76.15,36.583],[-91.449,34.953],[-104.371,32.931],[-119.443,31.036],[-57.59,39.102],[-57.591,39.104],[-16.04,45.054],[-6.262,46.214],[-6.29,46.614],[13.852,50.395],[13.851,50.399],[24.648,52.755],[25.263,52.888],[25.264,52.886],[102.638,75.724],[102.64,75.722],[106.846,77.311]],"c":true}]},{"t":28,"s":[{"i":[[57.004,15.03],[28.038,-28.803],[0.016,-0.048],[0,0],[0,0],[0,0],[3.26,-4.283],[-26.699,-3.77],[0,-0.001],[-14.677,-2.18],[-0.093,-0.021],[0,0],[-0.006,0.004],[0,0],[0,0],[-0.185,-0.041],[0,0],[-10.769,-3.99],[0,0],[-0.45,-0.179]],"o":[[-39.348,-11.116],[-0.016,0.048],[0,0],[0,0],[0,0],[-2.756,4.049],[-0.163,-0.09],[0,0],[12.024,1.673],[0.08,0.038],[0,0],[0.004,-0.001],[0,0],[0,0],[0.184,0.042],[0,0],[36.947,8.449],[0,0],[2.308,0.846],[12.76,-67.916]],"v":[[25.493,-66.196],[-85.743,-37.744],[-85.793,-37.591],[-81.444,-36.065],[-100.566,12.305],[-104.665,10.872],[-119.443,31.036],[-57.59,39.102],[-57.591,39.104],[-16.04,45.054],[-6.262,46.214],[-6.29,46.614],[13.852,50.395],[13.851,50.399],[24.648,52.755],[25.263,52.888],[25.264,52.886],[102.638,75.724],[102.64,75.722],[106.846,77.311]],"c":true}]}],"ix":2},"nm":"Path 2","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":[0.922272506415,0.688149007161,0.342166885675,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[162.328,103.125],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":24,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 58","np":4,"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.81,-1.599],[-3.216,13.58]],"o":[[-7.333,-2.413],[4.292,-1.658]],"v":[[16.493,7.381],[-13.278,-5.961]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.543123252719,0.353553801892,0.267290092917,1],"ix":4},"o":{"a":0,"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.23,255.959],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":12,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":19,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 59","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":[[-9.824,4.785],[0,0],[3.885,-3.256]],"o":[[0,0],[-0.765,0.571],[-7.061,6.129]],"v":[[-5.504,-4.001],[15.328,-11.697],[2.747,5.568]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.543123252719,0.353553801892,0.267290092917,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[55.394,275.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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":12,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":19,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 60","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[-4.224,5.114],[0,0],[-2.535,-0.518],[0,0]],"o":[[0,0],[0,0],[0,0],[-2.94,-1.946]],"v":[[-26.138,2.765],[33.598,11.648],[33.672,11.059],[-25.76,2.957]],"c":true}]},{"t":22,"s":[{"i":[[-4.224,5.114],[0,0],[-0.302,-5.021],[0,0]],"o":[[0,0],[0,0],[0,0],[-2.94,-1.946]],"v":[[-31.138,-11.059],[35.363,-1.881],[33.672,11.059],[-25.76,2.957]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.092948442347,0.085116487391,0.081047865924,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.962,159.3],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":14,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":17,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 61","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":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":27,"s":[{"i":[[-15.946,-3.946],[0,0],[8.522,1.189],[0,0],[0,0],[2.456,0.142],[3.643,1.073],[0,0]],"o":[[0,0],[-26.955,-6.49],[0,0],[0,0],[-3.707,-0.393],[-4.162,-0.74],[-5.033,-0.398],[13.183,1.554]],"v":[[35.481,123.569],[93.785,134.822],[45.366,124.495],[28.116,121.34],[16.42,119.901],[4.374,118.189],[-6.96,116.229],[-29.148,113.542]],"c":true}]},{"t":42,"s":[{"i":[[-15.946,-3.946],[0,0],[21.005,-14.176],[0,0],[0,0],[2.027,7.022],[1.888,-1.772],[0,0]],"o":[[0,0],[-26.669,-2.286],[0,0],[0,0],[-0.71,-5.449],[-0.573,-2.364],[-1.034,1.357],[-2.285,-14.603]],"v":[[-32.166,-21.726],[51.433,7.174],[-21.692,25.672],[-31.296,16.046],[-31.521,16.078],[-39.597,-15.193],[-45.343,-17.448],[-49.148,-4.693]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.814217840456,0.669192445044,0.371561027976,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[114.945,25.922],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":27,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":29,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 62","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":1,"k":[{"i":{"x":0.141,"y":1},"o":{"x":0.333,"y":0},"t":-1,"s":[{"i":[[-0.167,0.2],[-2.043,8.5],[-1.746,7.218],[-10.042,-3.369],[0,0],[-2.362,-5.767],[1.462,-3.496],[6.634,-4.023],[3.885,-1.878],[7.469,-1.423],[0,0],[4.97,4.488]],"o":[[-0.501,0.056],[1.678,-6.982],[5.607,-2.488],[0,0],[6.408,3.528],[4.331,11.395],[-2.03,4.853],[-0.092,-0.319],[0,0],[-4.41,0.84],[0.462,-0.657],[0.961,-3.031]],"v":[[-145.616,-6.022],[-140.477,-25.493],[-130.203,-61.599],[-101.507,-62.724],[-90.732,-55.9],[-73.614,-36.302],[-73.869,-16.148],[-89.349,3.255],[-97.181,8.221],[-113.721,13.891],[-130.722,15.827],[-150.24,10.901]],"c":true}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"t":14,"s":[{"i":[[-0.167,0.2],[0.746,11.111],[-3.121,6.662],[-9.886,17.112],[0,0],[-58.452,-25.188],[56.783,-1.331],[0.71,8.27],[-0.071,0.748],[-3.629,1.986],[0,0],[2.123,-1.466]],"o":[[-0.501,0.056],[-0.485,-7.164],[3.817,-12.755],[0,0],[-1.544,3.779],[0.059,0.405],[-11.53,0.279],[-0.092,-0.319],[0,0],[3.627,-1.977],[0.462,-0.657],[0.961,-3.031]],"v":[[-58.541,7.805],[-72.373,-1.718],[-55.023,-28.818],[-51.874,-73.819],[7.558,-65.716],[72.799,22.99],[-25.597,73.54],[-49.873,60.07],[-49.019,46.748],[-44.876,38.647],[-32.544,27.485],[-62.333,14.256]],"c":true}]},{"i":{"x":0,"y":1},"o":{"x":0.296,"y":0},"t":179,"s":[{"i":[[-0.167,0.2],[0.746,11.111],[-3.121,6.662],[-9.886,17.112],[0,0],[-58.452,-25.188],[56.783,-1.331],[0.71,8.27],[-0.071,0.748],[-3.629,1.986],[0,0],[2.123,-1.466]],"o":[[-0.501,0.056],[-0.485,-7.164],[3.817,-12.755],[0,0],[-1.544,3.779],[0.059,0.405],[-11.53,0.279],[-0.092,-0.319],[0,0],[3.627,-1.977],[0.462,-0.657],[0.961,-3.031]],"v":[[-58.541,7.805],[-72.373,-1.718],[-55.023,-28.818],[-51.874,-73.819],[7.558,-65.716],[72.799,22.99],[-25.597,73.54],[-49.873,60.07],[-49.019,46.748],[-44.876,38.647],[-32.544,27.485],[-62.333,14.256]],"c":true}]},{"t":200,"s":[{"i":[[-0.167,0.2],[-2.043,8.5],[-1.746,7.218],[-10.042,-3.369],[0,0],[-2.362,-5.767],[1.462,-3.496],[6.634,-4.023],[3.885,-1.878],[7.469,-1.423],[0,0],[4.97,4.488]],"o":[[-0.501,0.056],[1.678,-6.982],[5.607,-2.488],[0,0],[6.408,3.528],[4.331,11.395],[-2.03,4.853],[-0.092,-0.319],[0,0],[-4.41,0.84],[0.462,-0.657],[0.961,-3.031]],"v":[[-145.616,-6.022],[-140.477,-25.493],[-130.203,-61.599],[-101.507,-62.724],[-90.732,-55.9],[-73.614,-36.302],[-73.869,-16.148],[-89.349,3.255],[-97.181,8.221],[-113.721,13.891],[-130.722,15.827],[-150.24,10.901]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":-1,"s":[0.360784322023,0.145098045468,0.525490224361,1]},{"t":7,"s":[0.829386991613,0.498574320475,0.382935587565,1]}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[103.25,235.853],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":200,"s":[100]},{"t":201,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 63","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[5.605,-2.121],[0,0],[6.701,-5.703],[0,0],[-23.793,2.898],[0,0]],"o":[[0,0],[0,0],[-1.681,1.062],[22.689,-19.689],[0,0],[-18.217,4.158]],"v":[[-0.459,-21.534],[-24.449,-7.752],[-41.996,5.136],[-47.041,9.548],[28.261,-30.074],[28.363,-30.312]],"c":true}]},{"t":22,"s":[{"i":[[-6.051,-1.003],[0,0],[81.823,2.382],[0,0],[-23.793,2.898],[0,0]],"o":[[0,0],[0,0],[-0.518,-5.702],[22.689,-19.689],[0,0],[6.241,2.711]],"v":[[47.041,-24.917],[46.58,-22.163],[-44.055,27.931],[-47.041,9.548],[28.261,-30.074],[28.363,-30.312]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.553548356598,0.353553801892,0.253067944097,1],"ix":4},"o":{"a":0,"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.512,289.378],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":7,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":11,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 64","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":7,"s":[{"i":[[0,0],[0,0],[12.309,-0.472],[-0.016,0.098],[1.287,0.85],[-3.164,-0.102],[-1.495,23.544]],"o":[[0,0],[-8.786,10.279],[-7.103,0.704],[-1.565,-0.882],[0,0],[45.26,8.12],[0.017,8.026]],"v":[[25.697,-21.607],[15.543,-10.871],[-26.46,5.607],[-53.616,1.312],[-58.967,-1.45],[-43.529,3.927],[33.774,-42.744]],"c":true}]},{"t":20,"s":[{"i":[[0,0],[0,0],[72.149,5.852],[-0.016,0.098],[-6.93,-0.301],[-3.164,-0.102],[-1.495,23.544]],"o":[[0,0],[-8.786,10.279],[-32.488,-2.683],[4.273,-3.198],[0,0],[43.995,7.602],[17.908,2.956]],"v":[[66.727,-42.783],[83.043,-23.959],[-49.989,36.931],[-83.027,2.194],[-58.967,-1.45],[-44.999,4.221],[33.774,-42.744]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.197171798407,0.160196895225,0.323235066732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160.779,307.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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":14,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":18,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 65","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":23,"s":[{"i":[[-0.531,2.25],[-9.842,0.124],[-19.715,-30.564],[0,0],[2.428,1.04],[3.648,1.377],[5.199,-0.338]],"o":[[7.998,-0.544],[0,0],[3.077,4.768],[-2.235,1.916],[-2.72,-1.754],[-3.373,-1.273],[-0.536,-2.25]],"v":[[83.311,-190.634],[104.681,-191.154],[131.254,-167.307],[128.544,-159.417],[120.352,-162.807],[109.241,-170.199],[80.522,-179.517]],"c":true}]},{"t":31,"s":[{"i":[[-32.432,49.021],[-6.628,7.494],[-19.715,-30.564],[0,0],[63.016,-89.118],[0.645,3.846],[0,2.823]],"o":[[33.402,-50.224],[0,0],[3.077,4.768],[-62.793,86.423],[-2.256,3.178],[-1.702,-10.14],[19.379,-29.196]],"v":[[30.664,-82.987],[104.681,-191.154],[131.254,-167.307],[125.456,-152.505],[-122.442,194.693],[-130.318,192.889],[-134.331,165.63]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.197171798407,0.160196895225,0.323235066732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[139.143,474.401],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":23,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":26,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 66","np":2,"cix":2,"bm":0,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[-32.517,-1.68],[-51.815,24.387],[20.347,42.794],[0,0]],"o":[[20.054,1.038],[-39.462,19.975],[0,0],[0,0]],"v":[[-16.428,-29.294],[111.416,-72.966],[-54.275,-47.257],[-54.283,-47.198]],"c":true}]},{"t":22,"s":[{"i":[[-32.517,-1.68],[-30.238,15.834],[-57.141,120.223],[0,0]],"o":[[20.054,1.038],[-31.764,106.262],[0,0],[0,0]],"v":[[-7.899,-27.236],[111.416,-72.966],[-54.275,-47.257],[-54.283,-47.198]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.330813748229,0.282473575368,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[132.027,356.656],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":14,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":17,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 67","np":2,"cix":2,"bm":0,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[{"i":[[0,0],[0,0],[-0.119,0.614],[-0.404,5.212],[0.028,0.068],[0.043,-1.702]],"o":[[0,0],[-0.858,0.331],[0.323,-0.856],[-1.875,-1.112],[0,0],[0,0]],"v":[[-102.659,-28.803],[-102.096,-28.045],[-102.689,-28.034],[-104.609,-40.72],[-104.6,-40.723],[-105.249,-37.834]],"c":false}]},{"t":30,"s":[{"i":[[0,0],[0,0],[3.82,11.404],[36.974,15.957],[34.525,4.798],[0.043,-1.702]],"o":[[0,0],[20.452,7.886],[-2.11,-5.077],[-34.169,-15.715],[0,0],[0,0]],"v":[[59.4,9.138],[55.257,19.602],[101.429,29.319],[52.45,-3.661],[-104.6,-40.723],[-105.249,-37.834]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.249287668864,0.141227752087,0.054346514683,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[216.935,198.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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":24,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 68","np":2,"cix":2,"bm":0,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[0,0],[-6.659,17.615],[5.305,4.174],[54.232,6.134],[1.825,4.206]],"o":[[31.758,52.598],[-7.259,2.688],[0,0],[-41.062,-4.454],[0,0]],"v":[[-60.899,4.384],[69.588,-44.823],[70.259,-44.545],[-36.314,21.142],[-57.731,-49.871]],"c":true}]},{"t":22,"s":[{"i":[[0,0],[-6.659,17.615],[-3.7,2.462],[61.151,8.135],[-16.446,13.697]],"o":[[48.31,49.278],[3.735,-1.952],[0,0],[-66.592,-4.757],[0,0]],"v":[[-65.017,5.855],[69.588,-44.823],[104.965,-55.133],[-38.373,38.495],[-57.731,-49.871]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.092948442347,0.089044271731,0.07279364642,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.475,359.329],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":14,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":18,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 69","np":2,"cix":2,"bm":0,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":14,"s":[{"i":[[4.141,-2.418],[0,0],[8.676,-4.323],[7.331,-2.932],[0,0],[-1.1,2.249],[-20.536,8.233],[-2.078,-6.33]],"o":[[0,0],[-6.261,2.875],[-6.618,1.265],[0,0],[-0.022,-6.747],[21.004,-8.408],[2.111,3.649],[-0.902,6.023]],"v":[[67.148,-287.26],[53.726,-282.26],[32.907,-271.826],[1.605,-259.1],[-17.512,-254.991],[-9.376,-271.045],[77.413,-305.975],[80.132,-299.525]],"c":true}]},{"t":22,"s":[{"i":[[-5.558,-58.969],[0,0],[9.059,62.599],[-63.827,86.078],[0,0],[-23.431,20.702],[-20.536,8.233],[-11.431,-88.13]],"o":[[0,0],[-2.287,-44.594],[-12.996,-105.273],[0,0],[18.317,-25.368],[21.004,-8.408],[11.396,87.862],[9.263,56.122]],"v":[[128.913,218.916],[-114.804,218.916],[-132.387,101.115],[-72.807,-202.335],[-72.807,-202.344],[-9.377,-271.045],[77.413,-305.975],[114.543,-19.525]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922272506415,0.688149007161,0.342166885675,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[145.633,569.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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":14,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":17,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[100]},{"t":184,"s":[0]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 70","np":2,"cix":2,"bm":0,"ix":34,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":201,"st":-235,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Model Outlines","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":171,"s":[100]},{"t":184,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[124.304,-163.038,0],"ix":2,"l":2},"a":{"a":0,"k":[246.705,270.842,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[{"i":[[-2.359,-37.263],[-17.065,4.925],[3.206,-8.959],[24.272,-27.857],[1.727,93.647]],"o":[[-6.281,36.882],[3.416,-0.986],[-7.835,21.893],[-85.533,133.651],[35.845,21.882]],"v":[[-191.192,69.558],[-135.898,155.605],[-47.934,123.607],[-99.768,175.798],[-209.396,3.942]],"c":true}]},{"t":50,"s":[{"i":[[-191.849,79.035],[0,0],[32.522,-35.141],[24.272,-27.857],[79.024,82.333]],"o":[[84.94,-31.36],[-3.229,-1.487],[-28.225,30.496],[-85.533,133.651],[222.182,6.434]],"v":[[116.455,-121.031],[246.455,-132.63],[108.536,-72.275],[19.055,18.74],[-246.455,38.059]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.888151161343,0.405691139371,0.62085278081,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[246.705,215.541],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":30,"s":[0]},{"t":33,"s":[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":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-17.025,21.113],[17.025,-21.114]],"o":[[17.735,-20.525],[-17.735,20.525]],"v":[[-15.84,-13.222],[15.84,13.222]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.895734480316,0.375351730047,0.27486632104,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[191.554,188.88],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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]],"o":[[0,0],[0,0]],"v":[[19.005,-22.77],[-19.005,22.77]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.963032382142,0.672988712086,0.691943239698,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":28,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[191.222,187.975],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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":[[29.222,5.074],[-29.222,-5.074]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.963032382142,0.672988712086,0.691943239698,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":28,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[191.222,187.975],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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]],"o":[[0,0],[0,0]],"v":[[10.217,27.843],[-10.217,-27.843]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.963032382142,0.672988712086,0.691943239698,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":28,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[191.222,187.974],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-18.09,22.436],[18.091,-22.437]],"o":[[18.846,-21.811],[-18.845,21.809]],"v":[[-16.832,-14.049],[16.832,14.051]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.940282066196,0.922272506415,0.914689307119,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[215.566,158.808],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-18.09,22.436],[18.091,-22.436]],"o":[[18.846,-21.811],[-18.845,21.81]],"v":[[-16.832,-14.05],[16.832,14.051]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.940282066196,0.922272506415,0.914689307119,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[166.878,217.141],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-28.475,-4.449],[28.476,4.449]],"o":[[28.312,5.415],[-28.31,-5.415]],"v":[[3.751,-21.602],[-3.752,21.601]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.940282066196,0.922272506415,0.914689307119,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[228.653,194.474],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-28.475,-4.449],[28.475,4.449]],"o":[[28.312,5.415],[-28.311,-5.415]],"v":[[3.751,-21.602],[-3.751,21.601]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.940282066196,0.922272506415,0.914689307119,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.791,181.475],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.385,-26.885],[10.385,26.885]],"o":[[9.466,27.226],[-9.465,-27.225]],"v":[[20.583,-7.552],[-20.584,7.552]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.940282066196,0.922272506415,0.914689307119,1],"ix":4},"o":{"a":0,"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.309,223.64],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.384,-26.884],[10.385,26.885]],"o":[[9.466,27.227],[-9.465,-27.225]],"v":[[20.583,-7.553],[-20.584,7.551]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.940282066196,0.922272506415,0.914689307119,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178.136,152.309],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":10,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":45,"s":[191.222,282.975],"to":[0,0],"ti":[0,0]},{"t":62,"s":[191.222,187.975]}],"ix":2},"a":{"a":0,"k":[191.222,187.975],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":45,"s":[0]},{"t":62,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 20","np":10,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":37,"s":[{"i":[[-98.92,46.48],[0,0],[47.825,-28.287]],"o":[[98.93,-46.47],[-93.388,38.19],[0,0]],"v":[[32.814,57.448],[134.341,16.414],[-54.048,124.316]],"c":true}]},{"t":55,"s":[{"i":[[-98.92,46.48],[0,0],[47.825,-28.287]],"o":[[98.93,-46.47],[-93.388,38.19],[0,0]],"v":[[-22.48,-64.905],[121.4,-17.115],[-69.93,111.375]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.903317081227,0.363972832175,0.267290092917,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[241.76,111.625],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[0]},{"t":44,"s":[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":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.87,16.891],[-8.381,3.756],[15.213,-3.088]],"o":[[-1.941,-15.684],[14.123,-3.231],[-6.279,1.069]],"v":[[-14.78,3.055],[-8.611,-29.555],[1.779,31.716]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.148820256252,0.148820256252,0.156365308575,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":35,"s":[223.51,173.214],"to":[0,0],"ti":[0,0]},{"t":54,"s":[368.51,173.214]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":35,"s":[0]},{"t":39,"s":[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":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.998,-0.207]],"o":[[-1.022,0.215],[0,0]],"v":[[28.892,-5.943],[-28.892,5.943]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":35,"s":[181.499,186.444],"to":[0,0],"ti":[0,0]},{"t":54,"s":[326.499,186.444]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":35,"s":[0]},{"t":39,"s":[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":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],[-1.879,-4.101]],"o":[[3.52,5.73],[-6.18,-3.41],[0.633,0.161],[0,0]],"v":[[6.255,-1.66],[1.965,7.06],[-9.775,-7.06],[6.235,-1.66]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.928911635455,0.371561027976,0.253067944097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[379.205,257.21],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":42,"s":[0]},{"t":52,"s":[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":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-15.05,-1.92],[0.728,-0.334]],"o":[[2.723,8.234],[0,0]],"v":[[8.754,-4.903],[-10.776,6.97]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.928911635455,0.371561027976,0.253067944097,1],"ix":4},"o":{"a":0,"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.206,243.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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":42,"s":[0]},{"t":52,"s":[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":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":39,"s":[{"i":[[0,0],[-4.157,4.083],[-1.72,5.025],[-1.351,2.664],[-2.956,2.137],[9.385,-67.005],[0,0],[-2.138,6.692],[-2.428,4.154],[0,0],[-3.159,4.116],[0,0],[-2.72,2.805]],"o":[[1.574,-4.098],[2.356,-2.314],[1.221,-1.005],[2.325,-5.278],[-4.57,8.7],[0,0],[0,0],[2.274,-4.779],[4.925,-2.905],[0,0],[3.311,-2.943],[3.484,-4.685],[0,0]],"v":[[-46.66,-5.355],[-39.459,-12.948],[-33.366,-22.566],[-23.588,-35.793],[-19.777,-40.56],[-96.824,64.611],[-91.65,62.86],[-85.596,46.503],[-78.246,28.746],[-71.751,21.098],[-66.045,14.666],[-57.982,6.409],[-52.072,-1.375]],"c":true}]},{"t":49,"s":[{"i":[[0,0],[0.58,10.011],[2.34,6.19],[6.766,-6.693],[12.689,-14.259],[22.87,-58.6],[0,0],[-6.089,4.631],[9.463,56.699],[0,0],[-15.05,-1.92],[0,0],[8.484,11.77]],"o":[[0.21,-6.229],[-0.58,-9.93],[-7.872,5.69],[-14.662,15.281],[-4.57,8.7],[0,0],[0,0],[23.533,-3.98],[-6.18,-3.41],[0,0],[-0.46,-4.47],[31.865,-5.727],[0,0]],"v":[[44.223,-53.59],[48.482,-78.83],[43.692,-102.86],[22.882,-83.44],[-19.777,-40.56],[-85.647,72.846],[-25.768,102.86],[-7.949,67.679],[48.812,37.57],[37.072,23.451],[56.602,11.431],[53.783,-2.709],[44.692,-50.199]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.944075879864,0.684361237171,0.688149007161,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[332.357,226.7],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":39,"s":[0]},{"t":42,"s":[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":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":35,"s":[{"i":[[10.669,-62.875],[0,0],[0,0],[-34.372,122.954],[0,0]],"o":[[-16.224,95.617],[0,0],[146.89,-20.607],[0,0],[0,0]],"v":[[-36.153,-12.388],[-153.308,113.885],[-201.6,103.297],[-35.88,-126.826],[-17.176,-122.694]],"c":true}]},{"t":52,"s":[{"i":[[-18.91,-48.13],[0,0],[0,0],[-34.372,122.954],[0,0]],"o":[[18.93,48.14],[0,0],[146.89,-20.607],[0,0],[0,0]],"v":[[134.435,-28.859],[149.045,120.944],[-153.365,120.944],[-4.115,-120.944],[55.765,-90.929]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922272506415,0.367762995701,0.278676081639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[250.825,420.489],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":35,"s":[0]},{"t":40,"s":[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":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":44,"s":[{"i":[[-0.248,-14.47],[0,0],[0,0],[0.606,0.154],[-0.41,5.91],[-0.008,0.176],[0.223,6.629],[0.757,11.978],[2.34,6.19],[0,0]],"o":[[0,0],[0,0],[-1.859,-4.095],[0.53,-0.13],[4.712,-7.768],[4.661,-6.155],[0.223,-8.812],[-0.58,-9.931],[2.398,6.348],[2.347,7.866]],"v":[[-59.658,43.075],[-65.835,54.849],[-59.973,66.908],[-72.453,70.625],[-76.971,55.196],[-72.802,42.995],[-75.571,14.329],[-68.102,-14.889],[-69.951,-45.39],[-68.135,13.68]],"c":true}]},{"t":58,"s":[{"i":[[68.242,-17.394],[0,0],[0,0],[0.606,0.154],[-0.41,5.91],[-0.008,0.176],[8.493,11.518],[0.757,11.978],[2.34,6.19],[0,0]],"o":[[0,0],[0,0],[-1.859,-4.095],[0.53,-0.13],[0.035,-4.216],[31.729,-5.344],[-1.827,-8.634],[-0.58,-9.931],[42.29,-31.51],[-0.367,42.968]],"v":[[-45.835,86.31],[-45.835,86.32],[-45.855,86.32],[-61.865,80.919],[-42.265,70.49],[-45.155,54.76],[-54.247,7.27],[-50.455,-21.36],[-55.245,-45.39],[61.865,-86.32]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.330813748229,0.282473575368,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[431.295,169.23],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":44,"s":[0]},{"t":50,"s":[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":10,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":201,"st":-235,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Business man Outlines","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":171,"s":[100]},{"t":184,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[157.378,-649.873,0],"ix":2,"l":2},"a":{"a":0,"k":[197.686,296.421,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"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":[[1.443,3.257],[-1.443,3.257],[-1.443,-3.257],[1.443,-3.257]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.907108262006,0.870139028512,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[207.812,488.069],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.539,-22.992],[0.345,-0.397],[0.399,0.445],[-0.444,0]],"o":[[0.885,1.746],[-1.75,0.698],[0,-0.444],[23.126,1.253]],"v":[[8.792,9.692],[-9.78,10.497],[-10.584,-6.179],[-9.78,-6.984]],"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.332,0],[0,0],[0,-1.332],[0,0],[-1.331,0],[0,0],[0,1.332],[0,0]],"o":[[0,0],[-1.331,0],[0,0],[0,1.332],[0,0],[1.332,0],[0,0],[0,-1.332]],"v":[[9.142,-9.786],[-10.935,-9.786],[-13.346,-7.375],[-13.346,10.887],[-10.935,13.299],[9.142,13.299],[11.554,10.887],[11.554,-7.375]],"c":true},"ix":2},"nm":"Path 2","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":[0.821801697974,0.784836294137,0.728911096909,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[208.501,493.28],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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":[[201.855,508.58],[201.855,506.58]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.69478412703,0.472034349629,0.30141583611,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"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":[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],[3.175,0],[0,3.175],[0,0]],"o":[[0,0],[0,3.175],[-3.176,0],[0,0],[0,0]],"v":[[5.751,-16.558],[5.751,11.79],[0.001,17.54],[-5.751,11.79],[-5.751,-17.541]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.69478412703,0.472034349629,0.30141583611,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":3.933,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":1.967,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[207.605,527.104],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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]],"o":[[0,0],[0,0]],"v":[[213.356,506.58],[213.356,508.58]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.69478412703,0.472034349629,0.30141583611,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"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":[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.031,-0.046]],"o":[[0.008,1.235],[0,0]],"v":[[-0.028,-0.998],[0.028,0.998]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.69478412703,0.472034349629,0.30141583611,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"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":[213.327,502.78],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.71,0.082],[0,0],[-0.03,-11.935]],"o":[[0.001,-13.183],[0,0],[0.73,0.082],[0,0]],"v":[[-5.697,26.657],[-5.469,-27.669],[5.449,-27.669],[5.679,27.669]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.69478412703,0.472034349629,0.30141583611,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":4.055,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":2.027,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[207.615,473.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 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.008,1.235]],"o":[[0.031,-0.047],[0,0]],"v":[[-0.028,0.997],[0.028,-0.997]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.69478412703,0.472034349629,0.30141583611,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"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":[201.883,502.78],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.025,-1.677],[-0.025,1.676]],"o":[[0.025,1.676],[-0.025,-1.676]],"v":[[1.292,0],[-1.291,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.148820256252,0.148820256252,0.156365308575,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[207.605,520.297],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.025,-1.676],[-0.025,1.676]],"o":[[0.025,1.676],[-0.025,-1.676]],"v":[[1.292,0],[-1.291,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.148820256252,0.148820256252,0.156365308575,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[207.605,500.849],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.025,-1.676],[-0.025,1.676]],"o":[[0.025,1.676],[-0.025,-1.676]],"v":[[1.292,0],[-1.291,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.148820256252,0.148820256252,0.156365308575,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[207.605,512.049],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[4.402,0],[0,4.403],[0,0],[0,0],[0,0]],"o":[[-4.402,0],[0,0],[0,0],[0,0],[0,4.403]],"v":[[0,20.722],[-7.97,12.752],[-7.97,-20.722],[7.97,-20.722],[7.97,12.752]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.330813748229,0.282473575368,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[207.605,527.303],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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,0],[0,0],[-0.588,0],[0,0],[0,-0.587]],"o":[[0,0],[0,0],[0,-0.587],[0,0],[0.587,0],[0,0]],"v":[[7.97,32.293],[-7.97,32.293],[-7.97,-31.229],[-6.906,-32.293],[6.906,-32.293],[7.97,-31.229]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.330813748229,0.282473575368,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[207.606,475.084],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.443,3.257],[-1.443,3.257],[-1.443,-3.257],[1.443,-3.257]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.907108262006,0.870139028512,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[347.377,488.069],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.539,-22.992],[0.345,-0.397],[0.399,0.445],[-0.444,0]],"o":[[0.885,1.746],[-1.75,0.698],[0,-0.444],[23.126,1.253]],"v":[[8.792,9.692],[-9.78,10.497],[-10.584,-6.179],[-9.78,-6.984]],"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.331,0],[0,0],[0,-1.332],[0,0],[-1.332,0],[0,0],[0,1.332],[0,0]],"o":[[0,0],[-1.332,0],[0,0],[0,1.332],[0,0],[1.331,0],[0,0],[0,-1.332]],"v":[[9.143,-9.786],[-10.934,-9.786],[-13.346,-7.375],[-13.346,10.887],[-10.934,13.299],[9.143,13.299],[11.554,10.887],[11.554,-7.375]],"c":true},"ix":2},"nm":"Path 2","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":[0.821801697974,0.784836294137,0.728911096909,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[348.067,493.28],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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]],"o":[[0,0],[0,0]],"v":[[341.42,508.58],[341.42,506.58]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.69478412703,0.472034349629,0.30141583611,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"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":[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":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],[3.175,0],[0,3.175],[0,0]],"o":[[0,0],[0,3.175],[-3.176,0],[0,0],[0,0]],"v":[[5.751,-16.558],[5.751,11.79],[0.001,17.54],[-5.751,11.79],[-5.751,-17.541]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.69478412703,0.472034349629,0.30141583611,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":3.933,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":1.967,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[347.171,527.104],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[352.921,506.58],[352.921,508.58]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.69478412703,0.472034349629,0.30141583611,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"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":[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":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],[-0.031,-0.046]],"o":[[0.008,1.235],[0,0]],"v":[[-0.028,-0.998],[0.028,0.998]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.69478412703,0.472034349629,0.30141583611,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"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":[352.893,502.78],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.71,0.082],[0,0],[-0.029,-11.935]],"o":[[0.001,-13.183],[0,0],[0.73,0.082],[0,0]],"v":[[-5.697,26.657],[-5.469,-27.669],[5.449,-27.669],[5.679,27.669]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.69478412703,0.472034349629,0.30141583611,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":4.055,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":2.027,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[347.18,473.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 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":[[0,0],[-0.008,1.235]],"o":[[0.031,-0.047],[0,0]],"v":[[-0.028,0.997],[0.028,-0.997]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.69478412703,0.472034349629,0.30141583611,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"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":[341.449,502.78],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.024,-1.677],[-0.025,1.676]],"o":[[0.024,1.676],[-0.025,-1.676]],"v":[[1.292,0],[-1.291,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.148820256252,0.148820256252,0.156365308575,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[347.171,520.297],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.024,-1.676],[-0.025,1.676]],"o":[[0.024,1.676],[-0.025,-1.676]],"v":[[1.292,0],[-1.291,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.148820256252,0.148820256252,0.156365308575,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[347.171,500.849],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.024,-1.676],[-0.025,1.676]],"o":[[0.024,1.676],[-0.025,-1.676]],"v":[[1.292,0],[-1.291,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.148820256252,0.148820256252,0.156365308575,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[347.171,512.049],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[4.402,0],[0,4.403],[0,0],[0,0],[0,0]],"o":[[-4.402,0],[0,0],[0,0],[0,0],[0,4.403]],"v":[[0,20.722],[-7.97,12.752],[-7.97,-20.722],[7.97,-20.722],[7.97,12.752]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.330813748229,0.282473575368,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[347.171,527.303],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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.588,0],[0,0],[0,-0.587]],"o":[[0,0],[0,0],[0,-0.587],[0,0],[0.588,0],[0,0]],"v":[[7.97,32.293],[-7.97,32.293],[-7.97,-31.229],[-6.906,-32.293],[6.906,-32.293],[7.97,-31.229]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.330813748229,0.282473575368,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[347.171,475.084],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":26,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":52,"s":[277.388,432.408],"to":[0,0],"ti":[0,0]},{"t":61,"s":[277.388,495.408]}],"ix":2},"a":{"a":0,"k":[277.388,495.408],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0.667],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":52,"s":[100,12]},{"t":61,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":52,"s":[0]},{"t":61,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 49","np":26,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":33,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0.002,-0.001],[-3.686,-0.233],[-2.824,-0.027],[-0.357,0.049],[-2.281,-1.014],[0,0]],"o":[[0,0],[0,0],[0,0],[0.002,0.003],[2.281,0.454],[4.403,0.796],[0.368,-0.053],[1.754,0.528],[0,0],[0,0]],"v":[[21.586,45.514],[21.145,45.78],[11.805,45.78],[11.805,45.77],[-21.145,42.65],[-4.737,43.779],[4.401,44.455],[9.235,44.929],[14.741,45.884],[18.514,44.665]],"c":true}]},{"t":43,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[0.002,-0.001],[-3.209,16.858],[-1.769,-19.288],[-0.357,0.049],[1.389,-6.465],[0,0]],"o":[[0,0],[0,0],[0,0],[0.002,0.003],[2.994,-18.562],[1.426,19.855],[0.368,-0.053],[0.649,6.686],[0,0],[0,0]],"v":[[21.145,42.72],[21.145,45.78],[11.805,45.78],[11.805,45.77],[-21.145,42.65],[-1.355,-45.78],[4.695,12.69],[14.235,11.4],[15.035,41.619],[17.485,42.9]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.197171798407,0.160196895225,0.323235066732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[21.395,482.146],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":33,"s":[0]},{"t":37,"s":[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":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":36,"s":[{"i":[[0,0],[0,0],[11.276,-0.891],[0,0],[0.646,6.607],[0,0]],"o":[[0,0],[-11.227,2.429],[0,0],[1.388,-6.393],[0,0],[0,0]],"v":[[27.21,29.76],[28.456,33.176],[-17.854,36.725],[-20.303,35.445],[-19.927,30.225],[20.403,29.01]],"c":true}]},{"t":48,"s":[{"i":[[0,0],[0,0],[11.276,-0.891],[0,0],[0.646,6.607],[0,0]],"o":[[0,0],[-11.227,2.429],[0,0],[1.388,-6.393],[0,0],[0,0]],"v":[[24.71,12.995],[24.78,13.176],[-21.53,16.725],[-23.98,15.445],[-24.78,-14.775],[23.05,-16.725]],"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":[60.41,508.32],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":36,"s":[0]},{"t":41,"s":[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":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":31,"s":[{"i":[[-6.612,2.624],[-1.279,7.607],[-0.55,-0.189],[7.497,17.707],[0.261,1.431],[0,0],[0,0],[-6.041,0.519]],"o":[[4.123,-2.817],[0,0],[7.767,23.291],[-1.216,-0.442],[0,0],[0,0],[3.962,0.825],[7.929,-1.54]],"v":[[14.569,25.141],[23.206,13.246],[22.505,8.681],[-29.055,17.841],[-27.318,20.48],[-23.358,24.156],[-16.299,27.234],[-0.414,28.717]],"c":true}]},{"t":46,"s":[{"i":[[-2,-7.289],[0.801,-2.478],[-0.55,-0.189],[7.497,17.707],[0.261,1.431],[0,0],[0,0],[-9.143,2.218]],"o":[[0.365,2.601],[0,0],[7.767,23.291],[-1.216,-0.442],[0,0],[0,0],[9.175,-0.771],[3.091,6.795]],"v":[[21.775,-9.859],[23.794,5.011],[22.505,8.681],[-29.055,17.841],[-29.966,-14.079],[-29.975,-14.079],[-29.975,-32.178],[12.674,-35.548]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.829386991613,0.498574320475,0.382935587565,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.515,557.044],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":31,"s":[0]},{"t":37,"s":[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":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":46,"s":[{"i":[[-5.145,-5.637],[0,0],[0,0],[19.03,14.02],[0.008,0.011],[0,0]],"o":[[8.09,9.804],[0,0],[-16.03,-22.34],[0,-0.01],[0,0],[10.977,5.707]],"v":[[11.096,20.674],[21.185,33.906],[21.175,33.906],[-31.785,-21.054],[-31.555,-21.524],[-29.291,-18.758]],"c":true}]},{"t":55,"s":[{"i":[[-11.654,-21.915],[0,0],[0,0],[19.03,14.02],[0.008,0.011],[0,0]],"o":[[6.13,14.15],[0,0],[-16.03,-22.34],[0,-0.01],[0,0],[15.98,1.25]],"v":[[25.655,11.115],[21.185,33.906],[21.175,33.906],[-31.785,-21.054],[-31.555,-21.524],[-24.585,-33.906]],"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":[117.315,178.89],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":46,"s":[0]},{"t":51,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 30","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":[[-1.181,-3.176],[0,0],[4.052,1.072],[0,0],[0,0],[0,0]],"o":[[0,0],[-4.178,-1.133],[0,0],[0,0],[0,0],[2.19,2.617]],"v":[[9.33,3.471],[9.33,8.5],[-9.33,3.471],[-6.91,-1.25],[-0.49,-8.5],[1.16,-8.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.891941145355,0.367762995701,0.267290092917,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[135.42,262.105],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":51,"s":[0]},{"t":55,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 31","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":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":46,"s":[{"i":[[0,0],[-9.531,-30.917],[21.01,29.27],[0,0],[-0.88,-1.079]],"o":[[20.23,33.39],[-12.86,-40.07],[0,0],[0,0],[0,0]],"v":[[-22.385,-25.393],[20.83,67.305],[-28.036,-34.156],[-30.82,-37.685],[-28.409,-34.298]],"c":true}]},{"t":54,"s":[{"i":[[0,0],[-9.05,-49.58],[21.01,29.27],[0,0],[6.13,14.15]],"o":[[20.23,33.39],[-12.86,-40.07],[0,0],[0,0],[0,0]],"v":[[-20.62,-64.805],[25.83,64.805],[-25.83,-40.185],[-25.82,-40.185],[-21.35,-62.975]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922272506415,0.688149007161,0.342166885675,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[164.32,252.981],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":46,"s":[0]},{"t":51,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 32","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":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":39,"s":[{"i":[[0,0],[-1.661,-0.966],[0,0],[0,0],[-1.243,-0.887],[-1.018,-1.082],[0,0],[0,0],[-0.928,-0.967],[-0.959,-1.275],[-0.339,-1.352],[0,0],[-1.001,-0.845],[-0.568,-1.219],[-2.573,-3.96],[0,0],[0.53,-0.794],[0.421,-1.057],[16.01,1.276],[-0.067,1.275],[-0.49,0.099]],"o":[[1.337,1.046],[1.911,1.111],[0,0],[0,0],[1.633,1.166],[1.335,1.418],[0,0],[0.39,1.007],[1.425,1.68],[0.953,1.225],[0,0],[1.468,1.487],[0.911,1.361],[0.755,1.428],[1.852,2.851],[0.176,0.159],[-0.425,1.073],[-11.686,-21.945],[0.072,-1.35],[0,0],[0.49,-0.091]],"v":[[-53.106,22.162],[-49.225,24.322],[-46.954,25.885],[-45.526,26.715],[-42.879,29.096],[-37.809,33.849],[-31.261,39.101],[-27.722,42.336],[-25.105,46.676],[-21.545,50.954],[-19.076,54.12],[-17.208,55.839],[-15.768,57.877],[-14.877,59.575],[-11.843,64.228],[-9.193,68.396],[-8.814,70.553],[-9.565,73.405],[-57.746,23.679],[-57.376,20.827],[-55.159,21.524]],"c":true}]},{"t":61,"s":[{"i":[[0,0],[-3.1,-5.75],[0,0],[0,0],[-0.62,13.33],[-5.5,-1.96],[0,0],[0,0],[1.34,-2.821],[-0.73,-3.39],[13.881,-1.963],[0,0],[2.881,-0.654],[2.796,-3.462],[6.07,-3.12],[0,0],[0.53,-0.794],[0.421,-1.057],[16.01,1.276],[-0.067,1.275],[-0.49,0.099]],"o":[[-0.51,-16.239],[3.3,6.12],[0,0],[0,0],[0.61,-13.33],[5.51,1.96],[0,0],[0.39,1.007],[-1.44,4.31],[2.392,6.851],[0,0],[2.676,3.174],[4.25,3.917],[-2.099,5.6],[-5.1,2.63],[0.176,0.159],[-0.425,1.073],[-11.686,-21.945],[0.072,-1.35],[0,0],[0.49,-0.091]],"v":[[-29.87,-23.72],[-13.931,-30.09],[-10.63,-12.35],[2.709,-13.579],[2.709,-40.61],[29.25,-54.68],[40.209,-43.84],[40.219,-43.84],[41.659,-28.03],[40.219,-19.34],[40.63,1.62],[40.44,7.31],[36.88,13.171],[35.858,21.34],[31.539,35.11],[8.159,37.22],[-2.491,52.171],[-4.271,56.64],[-54.51,11.62],[-54.141,4.65],[-40.601,-3.329]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.829386991613,0.498574320475,0.382935587565,1],"ix":4},"o":{"a":0,"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.241,133.365],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":39,"s":[0]},{"t":45,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 33","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":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":31,"s":[{"i":[[-3.112,0.458],[3.173,-0.479]],"o":[[3.196,-0.323],[-3.285,0.473]],"v":[[-6.348,196.955],[-7.288,189.466]],"c":true}]},{"t":45,"s":[{"i":[[-3.112,0.458],[3.173,-0.479]],"o":[[3.196,-0.323],[-3.285,0.473]],"v":[[-78.7,105.779],[-79.64,98.29]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":31,"s":[{"i":[[-3.166,0.493],[3.172,-0.492]],"o":[[3.205,-0.318],[-3.186,0.312]],"v":[[-5.268,207.195],[-6.218,199.716]],"c":true}]},{"t":50,"s":[{"i":[[-3.166,0.493],[3.172,-0.492]],"o":[[3.205,-0.318],[-3.186,0.312]],"v":[[-77.621,116.019],[-78.571,108.54]],"c":true}]}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":31,"s":[{"i":[[-3.168,0.494],[3.17,-0.495]],"o":[[3.19,-0.308],[-3.191,0.316]],"v":[[-4.118,216.235],[-5.068,208.756]],"c":true}]},{"t":50,"s":[{"i":[[-3.168,0.494],[3.17,-0.495]],"o":[[3.19,-0.308],[-3.191,0.316]],"v":[[-76.47,125.059],[-77.421,117.58]],"c":true}]}],"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":31,"s":[{"i":[[-3.166,0.502],[3.168,-0.484]],"o":[[3.2,-0.308],[-3.201,0.311]],"v":[[-2.488,225.275],[-3.428,217.796]],"c":true}]},{"t":50,"s":[{"i":[[-3.166,0.502],[3.168,-0.484]],"o":[[3.2,-0.308],[-3.201,0.311]],"v":[[-74.84,134.099],[-75.78,126.62]],"c":true}]}],"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ind":4,"ty":"sh","ix":5,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":31,"s":[{"i":[[2.609,-2.09],[9.552,-2.806],[0,0],[0,0],[0.068,0.167],[5.468,-1.609],[-5.883,-1.873],[-3.881,-1.115],[-5.855,0.407]],"o":[[-3.273,4.675],[0,0],[0,0],[-0.18,-0.121],[-6.784,0.394],[17.328,12.513],[3.529,0.774],[4.06,-1.115],[5.91,0.113]],"v":[[72.563,196.307],[65.792,195.256],[-17.694,191.504],[-27.169,190.756],[-53.016,187.914],[-72.449,179.939],[-9.533,191.384],[19.642,192.979],[49.263,194.693]],"c":true}]},{"t":50,"s":[{"i":[[8.51,-56.782],[9.552,-2.806],[0,0],[0,0],[0.068,0.167],[5.468,-1.609],[-5.452,81.119],[-13.142,28.488],[-21.314,-64.657]],"o":[[-2.082,11.357],[0,0],[0,0],[-0.18,-0.121],[-6.784,0.394],[-10.873,-81.458],[7.617,-67.13],[50.798,38.543],[10.722,56.311]],"v":[[83.74,145.13],[68.439,189.08],[-18.871,181.21],[-21.58,174.58],[-23.311,144.679],[-80.39,147.88],[-88.65,-101.851],[-21.241,-189.08],[83.381,-29.131]],"c":true}]}],"ix":2},"nm":"Path 5","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":[0.197171798407,0.160196895225,0.323235066732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[106.77,346.916],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":31,"s":[0]},{"t":35,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 34","np":7,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":46,"s":[{"i":[[-1.439,-0.241],[0,0],[0.7,7.109]],"o":[[0,0],[-0.4,-7.29],[1.451,0.36]],"v":[[-9.071,-10.131],[-5.897,15.51],[-9.606,-10.363]],"c":true}]},{"t":55,"s":[{"i":[[-1.439,-0.241],[0,0],[0.7,7.109]],"o":[[0,0],[-0.4,-7.29],[1.451,0.36]],"v":[[3.135,-9.396],[-1.485,10.805],[-3.135,-10.805]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.200948393579,0.160196895225,0.323235066732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[198.315,364.461],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":46,"s":[0]},{"t":51,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 35","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":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":51,"s":[{"i":[[0,-0.002],[-0.001,-0.015],[1.81,-0.43],[4.563,0.447],[0.37,6.75],[0,0],[0,0]],"o":[[0,0.019],[0,0],[-2.672,0.367],[-0.11,-6.9],[0,0],[0,0],[0.002,-0.001]],"v":[[-11.542,6.491],[-11.652,11.212],[-11.872,18.127],[-13.716,17.922],[-14.446,-2.559],[-9.826,-22.759],[-8.203,-22.568]],"c":true}]},{"t":61,"s":[{"i":[[0,-0.002],[-0.001,-0.015],[1.81,-0.43],[4.563,0.447],[0.37,6.75],[0,0],[0,0]],"o":[[0,0.019],[0,0],[-2.672,0.367],[-0.11,-6.9],[0,0],[0,0],[0.002,-0.001]],"v":[[12.134,17.962],[12.024,19.741],[7.834,22.392],[-13.716,17.922],[-14.446,-2.559],[-9.826,-22.759],[14.444,-18.009]],"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":[211.276,377.824],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":51,"s":[0]},{"t":57,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 36","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":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":43,"s":[{"i":[[3.238,0.641],[0.002,0.005],[0.507,-3.035],[0.127,-1.734],[0,0]],"o":[[0,-0.004],[3.87,1.759],[-0.081,2.7],[0,0],[-0.612,4.921]],"v":[[-45.263,15.222],[-42.953,-20.749],[-39.737,-8.161],[-40.092,2.744],[-41.559,8.589]],"c":true}]},{"t":62,"s":[{"i":[[8.315,7.527],[0.002,0.005],[-1.664,-9.688],[-0.245,-1.128],[0,0]],"o":[[0,-0.004],[24.339,-6.272],[-16.874,-0.812],[0,0],[6.452,12.109]],"v":[[-28.645,15.957],[-26.335,-20.014],[28.645,-0.514],[2.555,5.097],[11.235,14.177]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.829386991613,0.498574320475,0.382935587565,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[252.055,379.829],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":43,"s":[0]},{"t":50,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 37","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[2.134,0.323],[-0.015,0.993],[0,0],[0.021,-1.528]],"o":[[-0.785,0.09],[0,0],[-0.021,-1.529],[-0.39,0.952]],"v":[[-0.149,5.46],[-1.964,4.363],[-1.964,-4.255],[0.946,-4.255]],"c":true}]},{"t":14,"s":[{"i":[[2.134,0.323],[-0.015,0.993],[0,0],[0.021,-1.528]],"o":[[-0.785,0.09],[0,0],[-0.021,-1.529],[-0.39,0.952]],"v":[[-0.149,5.46],[-1.964,4.363],[-1.964,-4.255],[0.946,-4.255]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.736496450387,0.65023354923,0.583887975356,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":46,"s":[201.449,396.607],"to":[0,0],"ti":[0,0]},{"t":58,"s":[320.449,396.607]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":46,"s":[51,51]},{"t":58,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":46,"s":[0]},{"t":58,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 38","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[2.048,0.335],[-0.016,1.02],[0,0],[-0.769,-0.076],[0,-0.576]],"o":[[-0.769,0.069],[0,0],[-0.015,-1.014],[0.576,0],[-0.38,0.896]],"v":[[-0.082,5.276],[-1.949,4.233],[-1.949,-4.492],[-0.082,-5.535],[0.96,-4.492]],"c":true}]},{"t":14,"s":[{"i":[[2.048,0.335],[-0.016,1.02],[0,0],[-0.769,-0.076],[0,-0.576]],"o":[[-0.769,0.069],[0,0],[-0.015,-1.014],[0.576,0],[-0.38,0.896]],"v":[[-0.082,5.276],[-1.949,4.233],[-1.949,-4.492],[-0.082,-5.535],[0.96,-4.492]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.736496450387,0.65023354923,0.583887975356,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":46,"s":[122.228,396.791],"to":[0,0],"ti":[0,0]},{"t":58,"s":[241.228,396.791]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":46,"s":[51,51]},{"t":58,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":46,"s":[0]},{"t":58,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 39","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0,0],[7.662,0.774],[-0.082,-6.075]],"o":[[0.322,-6.043],[-7.661,0.821],[0,0]],"v":[[38.253,3.086],[-0.541,-1.841],[-38.493,2.989]],"c":false}]},{"t":14,"s":[{"i":[[0,0],[7.662,0.774],[-0.082,-6.075]],"o":[[0.322,-6.043],[-7.661,0.821],[0,0]],"v":[[38.253,3.086],[-0.541,-1.841],[-38.493,2.989]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.69478412703,0.472034349629,0.30141583611,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":4,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":2,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":46,"s":[161.233,382.012],"to":[0,0],"ti":[0,0]},{"t":58,"s":[280.233,382.012]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":46,"s":[51,51]},{"t":58,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":46,"s":[0]},{"t":58,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 40","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0.594,-2.483],[-1.714,0.191],[-20.687,-2.501],[0,1.761],[4.47,0.22],[21.085,-2.537]],"o":[[0,1.757],[20.783,-2.442],[1.719,0.198],[-0.711,-2.501],[-20.982,-2.599],[-4.415,0.19]],"v":[[-38.407,5.76],[-35.201,8.691],[35.119,8.784],[38.339,5.855],[35.776,-6.346],[-35.831,-6.445]],"c":true}]},{"t":14,"s":[{"i":[[0.594,-2.483],[-1.714,0.191],[-20.687,-2.501],[0,1.761],[4.47,0.22],[21.085,-2.537]],"o":[[0,1.757],[20.783,-2.442],[1.719,0.198],[-0.711,-2.501],[-20.982,-2.599],[-4.415,0.19]],"v":[[-38.407,5.76],[-35.201,8.691],[35.119,8.784],[38.339,5.855],[35.776,-6.346],[-35.831,-6.445]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.330813748229,0.282473575368,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":46,"s":[161.147,385.955],"to":[0,0],"ti":[0,0]},{"t":58,"s":[280.147,385.955]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":46,"s":[51,51]},{"t":58,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":46,"s":[0]},{"t":58,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 41","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0.363,-3.421],[-0.013,0.161],[-3.498,-0.007],[0,0]],"o":[[-0.056,-0.056],[-0.138,-3.487],[0,0],[3.456,-0.037]],"v":[[16.263,3.202],[-16.488,3.146],[-10.334,-3.27],[10.164,-3.27]],"c":true}]},{"t":14,"s":[{"i":[[0.363,-3.421],[-0.013,0.161],[-3.498,-0.007],[0,0]],"o":[[-0.056,-0.056],[-0.138,-3.487],[0,0],[3.456,-0.037]],"v":[[16.263,3.202],[-16.488,3.146],[-10.334,-3.27],[10.164,-3.27]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.386726977778,0.27486632104,0.212304268631,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":46,"s":[212.563,402.101],"to":[0,0],"ti":[0,0]},{"t":58,"s":[331.563,402.101]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":46,"s":[51,51]},{"t":58,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":46,"s":[0]},{"t":58,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 42","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0.138,-3.518],[0,0],[-3.528,-0.007],[0,0]],"o":[[0,0],[-0.137,-3.518],[0,0],[3.527,-0.007]],"v":[[16.403,3.239],[-16.404,3.239],[-10.194,-3.233],[10.194,-3.233]],"c":true}]},{"t":14,"s":[{"i":[[0.138,-3.518],[0,0],[-3.528,-0.007],[0,0]],"o":[[0,0],[-0.137,-3.518],[0,0],[3.527,-0.007]],"v":[[16.403,3.239],[-16.404,3.239],[-10.194,-3.233],[10.194,-3.233]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.386726977778,0.27486632104,0.212304268631,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":46,"s":[110.698,402.063],"to":[0,0],"ti":[0,0]},{"t":58,"s":[229.698,402.063]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":46,"s":[51,51]},{"t":58,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":46,"s":[0]},{"t":58,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 43","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0,15.511],[0,0],[0,0],[34.628,-1.22],[0,0]],"o":[[0,0],[0,0],[-0.398,23.676],[0,0],[-15.511,0]],"v":[[-109.189,3.116],[-109.189,-31.201],[102.647,-31.201],[74.561,31.201],[-81.104,31.201]],"c":true}]},{"t":14,"s":[{"i":[[0,15.511],[0,0],[0,0],[34.628,-1.22],[0,0]],"o":[[0,0],[0,0],[-0.398,23.676],[0,0],[-15.511,0]],"v":[[-109.189,3.116],[-109.189,-31.201],[102.647,-31.201],[74.561,31.201],[-81.104,31.201]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.512799012427,0.271087466969,0.163964978386,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":10,"bm":0,"d":[{"n":"d","nm":"dash","v":{"a":0,"k":4,"ix":1}},{"n":"g","nm":"gap","v":{"a":0,"k":2,"ix":2}},{"n":"o","nm":"offset","v":{"a":0,"k":0,"ix":7}}],"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":46,"s":[164.683,442.398],"to":[0,0],"ti":[0,0]},{"t":58,"s":[283.683,442.398]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":46,"s":[51,51]},{"t":58,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":46,"s":[0]},{"t":58,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 44","np":2,"cix":2,"bm":0,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[39.82,-2.104],[0,0],[0,21.033],[0,0],[-3.431,0],[0,0],[0,-3.431]],"o":[[0,0],[-21.033,0],[0,0],[0,-3.431],[0,0],[3.431,0],[1.405,30.634]],"v":[[72.86,37.095],[-74.595,37.095],[-112.68,-0.99],[-112.68,-30.883],[-106.467,-37.095],[104.733,-37.095],[110.945,-30.883]],"c":true}]},{"t":14,"s":[{"i":[[39.82,-2.104],[0,0],[0,21.033],[0,0],[-3.431,0],[0,0],[0,-3.431]],"o":[[0,0],[-21.033,0],[0,0],[0,-3.431],[0,0],[3.431,0],[1.405,30.634]],"v":[[72.86,37.095],[-74.595,37.095],[-112.68,-0.99],[-112.68,-30.883],[-106.467,-37.095],[104.733,-37.095],[110.945,-30.883]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.851184740254,0.405691139371,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":46,"s":[162.28,442.398],"to":[0,0],"ti":[0,0]},{"t":58,"s":[281.28,442.398]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":46,"s":[51,51]},{"t":58,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":46,"s":[0]},{"t":58,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 45","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[3.717,-0.021],[-2.956,-0.148]],"o":[[-2.404,0.465],[2.111,-0.161]],"v":[[-4.068,0.261],[-5.525,-4.467]],"c":true}]},{"t":14,"s":[{"i":[[3.717,-0.021],[-2.956,-0.148]],"o":[[-2.404,0.465],[2.111,-0.161]],"v":[[-4.068,0.261],[-5.525,-4.467]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[16.762,10.498],[0,-3.532]],"o":[[-3.363,-1.081],[2.837,14.183]],"v":[[-6.298,-10.553],[-10.464,-2.549]],"c":true}]},{"t":14,"s":[{"i":[[16.762,10.498],[0,-3.532]],"o":[[-3.363,-1.081],[2.837,14.183]],"v":[[-6.298,-10.553],[-10.464,-2.549]],"c":true}]}],"ix":2},"nm":"Path 2","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":[0.580090092678,0.264463357364,0.104290539611,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":46,"s":[205.011,392.539],"to":[0,0],"ti":[0,0]},{"t":58,"s":[324.011,392.539]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":46,"s":[51,51]},{"t":58,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":46,"s":[0]},{"t":58,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 46","np":4,"cix":2,"bm":0,"ix":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[3.645,0.054],[-3.645,-0.054]],"o":[[-3.645,0.053],[3.645,-0.054]],"v":[[0,2.809],[0,-2.809]],"c":true}]},{"t":14,"s":[{"i":[[3.645,0.054],[-3.645,-0.054]],"o":[[-3.645,0.053],[3.645,-0.054]],"v":[[0,2.809],[0,-2.809]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[8.298,-0.122],[-8.298,0.122]],"o":[[-8.298,-0.121],[8.298,0.121]],"v":[[0,-6.395],[0,6.396]],"c":true}]},{"t":14,"s":[{"i":[[8.298,-0.122],[-8.298,0.122]],"o":[[-8.298,-0.121],[8.298,0.121]],"v":[[0,-6.395],[0,6.396]],"c":true}]}],"ix":2},"nm":"Path 2","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":[0.580090092678,0.264463357364,0.104290539611,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":46,"s":[121.734,389.99],"to":[0,0],"ti":[0,0]},{"t":58,"s":[240.734,389.99]}],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":46,"s":[51,51]},{"t":58,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":46,"s":[0]},{"t":58,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 47","np":4,"cix":2,"bm":0,"ix":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":43,"s":[{"i":[[-5.246,-9.684],[10.942,1.25],[2.69,7.972]],"o":[[3.578,11.493],[-11.668,-1.333],[-2.016,-6.439]],"v":[[40.153,46],[11.613,65.654],[-20.43,53.932]],"c":true}]},{"t":59,"s":[{"i":[[-23.073,-71.155],[20.464,-16.547],[9.658,30.107]],"o":[[9.657,30.106],[-28.118,22.737],[-22.615,-71.309]],"v":[[69.271,-13.118],[23.965,61.536],[-56.312,27.167]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.197171798407,0.160196895225,0.323235066732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[127.33,84.523],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":43,"s":[0]},{"t":47,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 48","np":2,"cix":2,"bm":0,"ix":23,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":201,"st":-235,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Baseball player Outlines","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":171,"s":[100]},{"t":184,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-133.936,-672.057,0],"ix":2,"l":2},"a":{"a":0,"k":[247.627,250.308,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"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":[[-115.466,-111.295],[115.466,-111.295],[115.466,111.295],[-115.466,111.295]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.895734480316,0.891941145355,0.914689307119,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[379.538,389.071],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":14,"s":[0]},{"t":24,"s":[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.146,-1.146],[-0.146,1.145]],"o":[[0.01,1.155],[-0.01,-1.155]],"v":[[2.389,0.141],[-2.39,-0.14]],"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":[315.924,13.63],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":47,"s":[0]},{"t":74,"s":[30]}],"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],[-38.809,-3.135]],"o":[[0,0],[0,0]],"v":[[-12.915,-6.22],[19.404,6.22]],"c":false},"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":1,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[292.617,46.59],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":47,"s":[0]},{"t":74,"s":[30]}],"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":[[17.328,1.755],[0.337,0.026],[0.195,-0.442],[-0.267,-0.011],[0,0],[-0.224,0.404],[-0.966,-1.074]],"o":[[-4.884,-0.248],[-1.023,-0.142],[0.001,0.268],[0,0],[0.908,0.182],[17.117,0.554],[1.362,-0.27]],"v":[[1.743,-8.504],[-19.911,-9.397],[-20.432,-5.516],[-19.954,-5.017],[-0.295,-4.117],[0.564,-7.566],[20.167,9.404]],"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":[322.488,29.42],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":47,"s":[0]},{"t":74,"s":[30]}],"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":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":39,"s":[{"i":[[-2.982,2.739],[0,0],[3.477,-1.556],[1.624,-2.176],[-1.529,0.867],[0,0],[-2.488,1.485]],"o":[[3.861,-3.546],[-0.224,8.399],[-3.875,1.385],[-1.323,-0.018],[0,0],[5.225,-2.662],[0,0]],"v":[[33.768,15.675],[37.827,10.305],[19.298,26.333],[9.54,30.677],[9.452,28.027],[16.521,25.086],[26.485,20.149]],"c":true}]},{"t":63,"s":[{"i":[[-45.68,-9.47],[0,0],[2.915,0.995],[1.624,-2.176],[-1.974,8.121],[0,0],[-2.488,1.485]],"o":[[24.93,5.17],[-0.224,8.399],[1.05,-14.051],[-5.738,-0.329],[0,0],[1.204,-2.917],[0,0]],"v":[[18.327,-18.296],[37.827,10.305],[18.416,23.539],[7.187,24.795],[-41.283,19.645],[-41.273,19.645],[-25.133,12.354]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.197171798407,0.160196895225,0.323235066732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[304.834,28.015],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":39,"s":[0]},{"t":51,"s":[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":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":28,"s":[{"i":[[0,0],[-26.936,7.434],[1.133,4.429],[26.98,-3.413],[0,0]],"o":[[0,0],[28.92,-8.965],[0,0],[-30.357,3.841],[0,0]],"v":[[-35.412,7.432],[3.392,9.954],[31.485,-5.623],[-2.194,7.884],[-34.373,3.408]],"c":false}]},{"t":37,"s":[{"i":[[0,0],[-26.936,7.434],[1.133,4.429],[26.738,-4.965],[0,0]],"o":[[0,0],[28.92,-8.965],[0,0],[-23.782,4.416],[0,0]],"v":[[-35.559,0.814],[5.598,5.248],[34.426,-12.682],[0.894,1.855],[-34.373,-2.033]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.918480308383,0.363972832175,0.249287668864,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[309.72,174.596],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":30,"s":[0]},{"t":33,"s":[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":[[1.224,-4.885],[2.352,-1.233],[-0.705,1.562]],"o":[[-0.49,2.517],[-3.698,1.245],[1.342,-2.944]],"v":[[9.412,-8.08],[5.301,-1.69],[5.1,-8.33]],"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.288,-1.459],[-0.459,3.863],[-2.317,0.449]],"o":[[-1.195,3.981],[0.18,-2.809],[1.498,0.524]],"v":[[5.642,8.76],[-1.178,7.06],[4.621,2.57]],"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.68,0.51],[-7.823,-5.927],[-9.816,2.519],[-1.58,6.46],[1.058,-0.182],[-0.965,4.118]],"o":[[-8.391,-4.917],[-14.403,1.884],[2.26,-5.25],[-0.8,-0.582],[4.887,-2.751],[-0.43,-0.87]],"v":[[13.311,-18.15],[-0.569,0.899],[6.101,16.78],[11.921,-1.72],[9.181,-2.23],[14.972,-16.09]],"c":true},"ix":2},"nm":"Path 3","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":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[351.895,114.634],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":29,"s":[0]},{"t":33,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":5,"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":[[1.395,2.757],[3.002,-2.47],[-3.769,3.005],[7.223,-23.015],[-6.987,5.315],[3.434,-2.375],[-1.381,-8.729],[-9.15,1.899]],"o":[[-3.108,-2.138],[3.268,-6.354],[16.918,-17.058],[11.574,0.816],[7.341,-1.627],[-3.428,2.907],[9.57,-0.28],[-1.638,-3.14]],"v":[[3.22,8.244],[-7.82,9.294],[1.17,-1.116],[-17.23,-9.006],[-5.661,-13.127],[-5.65,-1.587],[-17.96,21.124],[5.91,16.744]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[338.257,116.46],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":29,"s":[0]},{"t":33,"s":[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]],"o":[[0,0],[0,0],[0,0]],"v":[[-10.839,-0.014],[10.839,-12.161],[-10.839,12.161]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.725116265989,0.691943239698,0.672988712086,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[287.99,151.623],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":29,"s":[0]},{"t":33,"s":[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":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":38,"s":[{"i":[[7.031,-2.17],[-2.019,3.225],[-2.444,1.713]],"o":[[-0.167,0.393],[1.363,-1.334],[-1.856,1.86]],"v":[[13.093,23.647],[17.886,17.875],[23.017,11.886]],"c":true}]},{"t":65,"s":[{"i":[[7.031,-2.17],[-19.814,20.159],[-5.917,-8.004]],"o":[[-8.73,-15.754],[12.332,-3.875],[10.97,7.573]],"v":[[7.946,21.147],[-8.144,-17.272],[16.988,5.269]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.200948393579,0.160196895225,0.323235066732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[196.449,93.899],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":38,"s":[0]},{"t":48,"s":[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":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":45,"s":[{"i":[[-0.819,-7.312],[2.651,3.497],[0.518,1.182]],"o":[[-0.01,1.391],[-1.614,-2.385],[9.782,1.623]],"v":[[21.126,-5.324],[17.436,-14.636],[8.834,-19.379]],"c":true}]},{"t":74,"s":[{"i":[[-0.819,-7.312],[16.103,23.23],[-8.968,4.318]],"o":[[-17.108,5.634],[-1.503,-12.839],[9.489,-9.362]],"v":[[21.126,-5.324],[-19.623,3.305],[7.216,-17.174]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.200948393579,0.160196895225,0.323235066732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[214.582,85.401],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":45,"s":[0]},{"t":55,"s":[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":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":37,"s":[{"i":[[-1.356,0.253],[2.71,2.25],[0.331,-1.237],[6.872,0.336],[-2.781,1.987],[0,0],[0,0],[0,0],[-0.882,3.365]],"o":[[0.31,8.63],[-0.373,-0.309],[-1.446,7.744],[-3.866,-0.876],[0,0],[0,0],[0,0],[1.252,-1.719],[0.361,-0.774]],"v":[[22.946,-3.946],[15.612,8.903],[12.918,10.361],[4.936,18.773],[7.899,16.085],[10.057,11.574],[13.169,6.558],[17.396,4.644],[20.853,-1.322]],"c":true}]},{"t":44,"s":[{"i":[[0.38,-11.046],[2.71,2.25],[0.331,-1.237],[6.872,0.336],[1.107,3.997],[0,0],[0,0],[0,0],[-10.254,0.23]],"o":[[0.31,8.63],[-0.373,-0.309],[-1.446,7.744],[-3.866,-0.876],[0,0],[0,0],[0,0],[13.254,0.346],[0.361,-0.774]],"v":[[18.975,-9.975],[12.965,4.344],[11.889,6.096],[-6.535,20.685],[-14.895,5.644],[-19.355,3.045],[-17.125,-1.236],[-18.045,-6.385],[7.765,-6.616]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.947865325329,0.654027362898,0.167803551169,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[304.256,59.426],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[0]},{"t":39,"s":[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":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":35,"s":[{"i":[[0,0],[9.956,0.256],[-1.223,-0.789],[-4.464,1.679],[-0.183,8.241]],"o":[[1.22,12.458],[0,0],[1.384,0.894],[2.007,-3.615],[0,0]],"v":[[16.475,-2.52],[-15.489,19.42],[-8.671,17.098],[5.005,12.823],[15.299,-2.029]],"c":true}]},{"t":40,"s":[{"i":[[0,0],[9.956,0.256],[-1.223,-0.789],[-1.214,7.605],[-0.183,8.241]],"o":[[1.22,12.458],[0,0],[1.384,0.894],[3.342,0.824],[0,0]],"v":[[14.711,-4.579],[-15.931,16.773],[-10.729,8.421],[-4.7,-3.794],[14.711,-17.029]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.330813748229,0.282473575368,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[327.951,55.348],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":35,"s":[0]},{"t":37,"s":[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":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"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":[353.698,57.153],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"cix":2,"bm":0,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":24,"s":[{"i":[[-42.373,4.332],[0,0],[11.767,14.734],[3.73,12.291],[-4.188,-2.354],[-5.017,-4.013],[1.53,-9.189],[0.629,-9.287]],"o":[[0,0],[-9.003,0.481],[-2.993,-11.509],[2.847,-8.003],[5.518,1.175],[3.512,-0.778],[-1.559,12.498],[43.667,0.354]],"v":[[73.206,61.739],[65.966,87.229],[-45.464,61.739],[-49.539,45.292],[-35.445,40.525],[-13.146,34.831],[-0.873,33.073],[-13.54,56.658]],"c":true}]},{"t":27,"s":[{"i":[[-42.373,4.332],[0,0],[11.767,14.734],[-21.902,40.82],[-2.055,7.493],[12.986,-23.474],[1.53,-9.189],[0.629,-9.287]],"o":[[0,0],[-9.003,0.481],[-15.832,-34.514],[17.967,13.671],[0.133,8.137],[-11.692,17.27],[-1.559,12.498],[43.667,0.354]],"v":[[73.206,61.739],[65.966,87.229],[-45.464,61.739],[-51.304,-77.061],[17.496,-87.71],[15.678,-41.051],[-3.814,-12.221],[-8.834,39.599]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.197171798407,0.160196895225,0.323235066732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[326.655,249.621],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":22,"s":[2]},{"t":24,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 40","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":1,"k":[{"i":{"x":0.1,"y":1},"o":{"x":0.333,"y":0},"t":25,"s":[{"i":[[1.314,1.725],[0,0],[5.154,3.855],[0,0],[0,0],[-5.555,-0.857],[-7.27,0.468],[-3.49,1.921],[0,0],[-3.576,0.253],[0,0]],"o":[[0,0],[0,0],[-13.21,-9.881],[0.85,-2.01],[-2.755,-1.675],[4.739,1.201],[2.12,0.511],[0,0],[2.258,-0.175],[0,0],[5.542,2.41]],"v":[[14.099,69.417],[-23.786,95.117],[-43.712,92.875],[-54.351,63.856],[-47.845,69.375],[-32.12,72.588],[-17.863,71.11],[-9.051,69.247],[-2.875,65.434],[4.136,62.948],[13.254,55.791]],"c":true}]},{"t":34,"s":[{"i":[[0.958,1.309],[0,0],[32.92,-2.979],[0,0],[0,0],[-1.502,7.408],[-7.27,0.468],[-3.49,1.921],[0,0],[20.827,21.395],[0,0]],"o":[[0,0],[0,0],[-16.43,1.481],[0.85,-2.01],[-2.755,-1.675],[1.573,-1.939],[2.12,0.511],[0,0],[5.943,7.672],[0,0],[55.663,1.931]],"v":[[18.07,50.005],[14.449,53.206],[-28.271,68.905],[-54.351,63.856],[-52.551,42.905],[-67.12,11.706],[-31.981,-28.595],[-22.581,-31.635],[-22.581,-31.624],[12.959,-57.934],[12.959,-70.385]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.910588283165,0.884881232767,0.872022082759,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[329.697,108.709],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":25,"s":[1]},{"t":28,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 39","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":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":29,"s":[{"i":[[-0.97,0.267],[0.614,2.752],[0.7,3.891],[-1.282,2.286],[0,0]],"o":[[-1.6,-1.465],[0.561,1.191],[0.259,-3.168],[1.795,-3.2],[-0.701,5.612]],"v":[[36.401,18.985],[31.834,11.386],[30.424,4.071],[31.671,-5.648],[34.871,-12.344]],"c":true}]},{"t":57,"s":[{"i":[[-0.97,0.267],[7.27,15.445],[0.583,0.797],[-4.118,-2.875],[0,0]],"o":[[-43.18,16.944],[0.561,1.191],[2.711,3.307],[6.853,4.784],[-0.701,5.612]],"v":[[34.195,13.838],[-34.195,-20.526],[-23.105,-30.782],[1.671,-9.324],[20.165,-12.932]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.30141583611,0.297618701411,0.30141583611,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[242.956,137.772],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":29,"s":[0]},{"t":34,"s":[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":17,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":31,"s":[{"i":[[-8.352,4.532],[0,0],[5.833,7.663],[0,0],[0,0]],"o":[[16.977,-9.212],[20.861,21.428],[0,0],[4.018,1.017],[0,0]],"v":[[1.929,12.042],[8.075,-11.251],[-27.465,17.559],[-26.142,17.548],[-15.802,18.334]],"c":true}]},{"t":38,"s":[{"i":[[-8.27,4.68],[0,0],[5.833,7.663],[0,0],[0,0]],"o":[[12.26,-6.95],[20.861,21.428],[0,0],[4.15,-2.269],[0,0]],"v":[[-4.1,-1.047],[7.339,-16.987],[-28.201,9.324],[-28.201,9.312],[-23.302,4.363]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.30141583611,0.297618701411,0.30141583611,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[335.322,67.757],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":31,"s":[0]},{"t":33,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 38","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":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":58,"s":[{"i":[[0,0],[4.73,-1.68],[3.349,6.411],[-3.061,2.22],[0,0]],"o":[[0,0],[-4.739,1.67],[-3.341,-6.399],[3.06,-2.23],[0,0]],"v":[[71.728,-26.463],[67.867,-27.872],[65.731,-28.932],[63.535,-36.566],[68.197,-39.092]],"c":true}]},{"t":98,"s":[{"i":[[0,0],[4.73,-1.68],[3.349,6.411],[-3.061,2.22],[0,0]],"o":[[0,0],[-4.739,1.67],[-3.341,-6.399],[3.06,-2.23],[0,0]],"v":[[71.728,-26.463],[-53.897,37.422],[-68.387,29.891],[-65.876,14.023],[68.197,-39.092]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.888151161343,0.371561027976,0.256856462067,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[121.708,125.888],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":58,"s":[0]},{"t":65,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 41","np":2,"cix":2,"bm":0,"ix":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":40,"s":[{"i":[[-1.621,0.504],[0,0],[2.041,0.141],[1.136,3.287],[0.479,1.935]],"o":[[0,0],[0,0],[-0.312,-2.506],[0.428,-1.908],[1.508,-2.771]],"v":[[37.028,-5.741],[37.572,8.954],[32.631,10.357],[30.741,2.359],[30.958,-3.202]],"c":true}]},{"t":56,"s":[{"i":[[-9.362,1.001],[0,0],[15.314,-0.876],[5.662,-2.347],[2.805,0.577]],"o":[[0,0],[0,0],[-19.896,2.087],[0.428,-1.908],[9.864,-9.568]],"v":[[24.527,-17.506],[31.983,6.895],[7.336,6.24],[-25.583,17.506],[-31.984,2.24]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.30141583611,0.297618701411,0.30141583611,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[263.674,61.265],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[0]},{"t":44,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 42","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":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":31,"s":[{"i":[[-8.567,-29.309],[0,0],[0,0],[0,0],[-3.022,13.852]],"o":[[0,0],[0,0],[0,0],[2.935,-9.075],[8.743,23.852]],"v":[[57.134,20.081],[61.241,33.022],[38.192,29.675],[27.515,22.188],[24.25,-58.204]],"c":true}]},{"t":38,"s":[{"i":[[-8.567,-29.309],[0,0],[0,0],[0,0],[-6.497,11.203]],"o":[[0,0],[0,0],[0,0],[2.935,-9.075],[-12.104,23.987]],"v":[[18.31,36.845],[18.3,36.845],[2.31,58.204],[-24.25,41.305],[24.25,-58.204]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[249.911,233.615],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":31,"s":[0]},{"t":34,"s":[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":21,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":34,"s":[{"i":[[41.093,8.833],[0,0],[118.562,-2.016],[0,0]],"o":[[0,0],[118.428,1.997],[0,0],[105.211,-49.125]],"v":[[172.871,-83.096],[138.306,-90.155],[138.302,90.156],[167.577,84.273]],"c":true}]},{"t":73,"s":[{"i":[[-118.558,2.015],[0,0],[118.562,-2.016],[0,0]],"o":[[0,0],[118.428,1.997],[0,0],[-118.428,-1.998]],"v":[[-138.305,-90.155],[138.306,-90.155],[138.302,90.156],[-138.305,90.156]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.926274557675,0.915377209233,0.889950022978,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[227.175,189.997],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":34,"s":[0]},{"t":47,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 43","np":2,"cix":2,"bm":0,"ix":22,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":201,"st":-235,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Airplane Outlines","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":171,"s":[100]},{"t":184,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[99.566,-685.054,0],"ix":2,"l":2},"a":{"a":0,"k":[170.848,40.989,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-0.03,-2.038],[0.03,2.039]],"o":[[-0.03,2.039],[0.03,-2.038]],"v":[[-1.571,-0.001],[1.571,-0.001]],"c":true}]},{"t":14,"s":[{"i":[[-0.03,-2.038],[0.03,2.039]],"o":[[-0.03,2.039],[0.03,-2.038]],"v":[[-1.571,-0.001],[1.571,-0.001]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.858770273246,0.895734480316,0.914689307119,1],"ix":4},"o":{"a":0,"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.919,59.07],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-0.053,-3.62],[0.053,3.619]],"o":[[-0.053,3.619],[0.053,-3.62]],"v":[[-2.79,0],[2.79,0]],"c":true}]},{"t":14,"s":[{"i":[[-0.053,-3.62],[0.053,3.619]],"o":[[-0.053,3.619],[0.053,-3.62]],"v":[[-2.79,0],[2.79,0]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.30141583611,0.308998347264,0.323235066732,1],"ix":4},"o":{"a":0,"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.873,59.13],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-0.024,-1.615],[0.023,1.616]],"o":[[-0.024,1.616],[0.023,-1.615]],"v":[[-1.245,-0.001],[1.246,-0.001]],"c":true}]},{"t":14,"s":[{"i":[[-0.024,-1.615],[0.023,1.616]],"o":[[-0.024,1.616],[0.023,-1.615]],"v":[[-1.245,-0.001],[1.246,-0.001]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.858770273246,0.895734480316,0.914689307119,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[280.053,59.656],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-0.042,-2.869],[0.042,2.868]],"o":[[-0.042,2.868],[0.042,-2.869]],"v":[[-2.211,0],[2.211,0]],"c":true}]},{"t":14,"s":[{"i":[[-0.042,-2.869],[0.042,2.868]],"o":[[-0.042,2.868],[0.042,-2.869]],"v":[[-2.211,0],[2.211,0]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.30141583611,0.308998347264,0.323235066732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[280.017,59.704],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.308,6.861],[0.308,6.861],[0.308,-6.861],[-0.308,-6.861]],"c":true}]},{"t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-0.308,6.861],[0.308,6.861],[0.308,-6.861],[-0.308,-6.861]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.197171798407,0.160196895225,0.323235066732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[237.221,52.856],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.428,6.849],[1.428,6.849],[1.428,-6.849],[-1.428,-6.849]],"c":true}]},{"t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.428,6.849],[1.428,6.849],[1.428,-6.849],[-1.428,-6.849]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.197171798407,0.160196895225,0.323235066732,1],"ix":4},"o":{"a":0,"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.996,52.841],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-0.05,-0.16],[0.031,-1.151],[0,0],[0,0]],"o":[[0.031,1.15],[-0.05,0.16],[0,0],[0,0]],"v":[[1.18,-4.215],[1.18,4.216],[-1.211,6.849],[-1.211,-6.849]],"c":true}]},{"t":14,"s":[{"i":[[-0.05,-0.16],[0.031,-1.151],[0,0],[0,0]],"o":[[0.031,1.15],[-0.05,0.16],[0,0],[0,0]],"v":[[1.18,-4.215],[1.18,4.216],[-1.211,6.849],[-1.211,-6.849]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922272506415,0.963032382142,0.977253693225,1],"ix":4},"o":{"a":0,"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.753,52.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 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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-2.935,0.957],[0,0],[0,0],[3.82,6.161],[0,0]],"o":[[2.935,-0.958],[0,0],[-4.258,-0.084],[0,0],[0,0]],"v":[[-4.262,-6.645],[9.887,-7.364],[9.887,6.307],[-9.887,1.442],[-9.887,-2.497]],"c":true}]},{"t":14,"s":[{"i":[[-2.935,0.957],[0,0],[0,0],[3.82,6.161],[0,0]],"o":[[2.935,-0.958],[0,0],[-4.258,-0.084],[0,0],[0,0]],"v":[[-4.262,-6.645],[9.887,-7.364],[9.887,6.307],[-9.887,1.442],[-9.887,-2.497]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.858770273246,0.895734480316,0.914689307119,1],"ix":4},"o":{"a":0,"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.656,53.383],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0,0],[3.11,0.756],[0,0],[0.539,-0.806],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[1.089,0.005],[-3.006,-1.043],[-0.281,-0.031],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[24.297,10.967],[23.545,6.666],[-13.997,-1.37],[-24.942,-10.581],[-19.871,-5.759],[-24.942,-10.581],[-26.655,-10.581],[-24.293,-0.475],[-7.674,11.387]],"c":true}]},{"t":14,"s":[{"i":[[0,0],[3.11,0.756],[0,0],[0.539,-0.806],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[1.089,0.005],[-3.006,-1.043],[-0.281,-0.031],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[24.297,10.967],[23.545,6.666],[-13.997,-1.37],[-24.942,-10.581],[-19.871,-5.759],[-24.942,-10.581],[-26.655,-10.581],[-24.293,-0.475],[-7.674,11.387]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922272506415,0.398106892904,0.636019478592,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[220.902,35.888],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"c":true}]},{"t":14,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"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":[180.185,35.147],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"c":true}]},{"t":14,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"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":[187.081,35.147],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.002,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"c":true}]},{"t":14,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.002,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"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":[193.977,35.147],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"c":true}]},{"t":14,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.505214377011,0.524163579006,0.561131196864,1],"ix":4},"o":{"a":0,"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.872,35.147],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"c":true}]},{"t":14,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"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":[207.768,35.147],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"c":true}]},{"t":14,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"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":[214.664,35.147],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.002,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"c":true}]},{"t":14,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.002,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"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":[221.56,35.147],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"c":true}]},{"t":14,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"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":[228.456,35.147],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"c":true}]},{"t":14,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"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":[235.352,35.147],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"c":true}]},{"t":14,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"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":[242.248,35.147],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":19,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.002,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"c":true}]},{"t":14,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.002,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"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":[249.144,35.147],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"c":true}]},{"t":14,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"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":[256.039,35.147],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"c":true}]},{"t":14,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"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":[262.935,35.147],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":22,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"c":true}]},{"t":14,"s":[{"i":[[-2.003,0.133],[0,0],[2.003,-0.133]],"o":[[0,0],[2.001,0.135],[-2.001,-0.134]],"v":[[0,2.192],[0,2.192],[0,-2.194]],"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":[269.831,35.147],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-0.624,-0.359],[0.148,-0.144]],"o":[[0.136,0.105],[-0.502,0.371]],"v":[[0.188,-0.226],[0.288,0.213]],"c":true}]},{"t":14,"s":[{"i":[[-0.624,-0.359],[0.148,-0.144]],"o":[[0.136,0.105],[-0.502,0.371]],"v":[[0.188,-0.226],[0.288,0.213]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.773459879557,0.806637154373,0.818008662205,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[211.851,39.258],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":24,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-0.079,0.019],[-6.139,1.011],[2.297,-0.758],[-0.105,1.233]],"o":[[6.085,1.04],[1.406,2.519],[-0.956,0.165],[0.079,-0.02]],"v":[[-10.557,-0.12],[9.492,-1.429],[-8.4,1.264],[-10.793,-0.063]],"c":true}]},{"t":14,"s":[{"i":[[-0.079,0.019],[-6.139,1.011],[2.297,-0.758],[-0.105,1.233]],"o":[[6.085,1.04],[1.406,2.519],[-0.956,0.165],[0.079,-0.02]],"v":[[-10.557,-0.12],[9.492,-1.429],[-8.4,1.264],[-10.793,-0.063]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.669192445044,0.691943239698,0.69478412703,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[154.11,35.478],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":25,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-2.621,-5.456],[-0.895,2.841]],"o":[[-1.558,0.729],[4.759,-0.65]],"v":[[10.626,0.965],[-9.731,1.65]],"c":true}]},{"t":14,"s":[{"i":[[-2.621,-5.456],[-0.895,2.841]],"o":[[-1.558,0.729],[4.759,-0.65]],"v":[[10.626,0.965],[-9.731,1.65]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922272506415,0.963032382142,0.977253693225,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.048,33.765],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":26,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0.048,0.113],[-0.758,2.194],[4.367,-2.124]],"o":[[-0.738,-2.156],[3.057,1.001],[-0.056,-0.109]],"v":[[-1.743,3.265],[-2.021,-3.6],[-1.588,3.6]],"c":true}]},{"t":14,"s":[{"i":[[0.048,0.113],[-0.758,2.194],[4.367,-2.124]],"o":[[-0.738,-2.156],[3.057,1.001],[-0.056,-0.109]],"v":[[-1.743,3.265],[-2.021,-3.6],[-1.588,3.6]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.197171798407,0.160196895225,0.323235066732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[304.309,41.589],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[35.608,2.757],[11.824,3.245],[4.395,-6.256],[0,0],[-2.67,-0.019],[-22.033,0.101],[-12.719,0.489],[-8.839,10.533]],"o":[[-12.182,-1.396],[-6.927,-1.406],[0,0],[0,0],[1.211,0.009],[13.385,0.085],[18.337,-0.821],[-35.676,0.401]],"v":[[-22.844,3.377],[-58.792,-4.25],[-84.289,-6.427],[-84.318,-2.327],[-39.028,12.337],[3.63,12.314],[44.307,11.864],[84.318,2.15]],"c":true}]},{"t":14,"s":[{"i":[[35.608,2.757],[11.824,3.245],[4.395,-6.256],[0,0],[-2.67,-0.019],[-22.033,0.101],[-12.719,0.489],[-8.839,10.533]],"o":[[-12.182,-1.396],[-6.927,-1.406],[0,0],[0,0],[1.211,0.009],[13.385,0.085],[18.337,-0.821],[-35.676,0.401]],"v":[[-22.844,3.377],[-58.792,-4.25],[-84.289,-6.427],[-84.318,-2.327],[-39.028,12.337],[3.63,12.314],[44.307,11.864],[84.318,2.15]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.330813748229,0.282473575368,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[221.125,40.018],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":28,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-1.896,-1.696],[-1.872,8.654],[-1.836,1.337]],"o":[[-4.522,1.305],[-0.387,-1.947],[2.895,1.133]],"v":[[8.649,-0.333],[-6.777,-3.152],[1.519,-5.502]],"c":true}]},{"t":14,"s":[{"i":[[-1.896,-1.696],[-1.872,8.654],[-1.836,1.337]],"o":[[-4.522,1.305],[-0.387,-1.947],[2.895,1.133]],"v":[[8.649,-0.333],[-6.777,-3.152],[1.519,-5.502]],"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":[289.033,35.539],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":29,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0.089,0.267],[0,0],[0,0],[0,0]],"v":[[-0.997,-4.386],[3.379,4.386],[1.939,4.386],[-3.379,-4.386]],"c":true}]},{"t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0.089,0.267],[0,0],[0,0],[0,0]],"v":[[-0.997,-4.386],[3.379,4.386],[1.939,4.386],[-3.379,-4.386]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.43507121965,0.450238485897,0.475831663842,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[277.087,54.739],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 30","np":2,"cix":2,"bm":0,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.203,4.668],[1.203,4.668],[1.203,-4.668],[-1.203,-4.668]],"c":true}]},{"t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-1.203,4.668],[1.203,4.668],[1.203,-4.668],[-1.203,-4.668]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.43507121965,0.450238485897,0.475831663842,1],"ix":4},"o":{"a":0,"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.808,55.027],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 31","np":2,"cix":2,"bm":0,"ix":31,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[12.989,4.521],[10.663,0.686],[11.5,-10.364],[0,0],[-2.67,-0.019],[-12.657,1.871]],"o":[[-6.03,-4.672],[-2.171,0.351],[0,0],[0,0],[2.669,0.019],[8.011,-1.257]],"v":[[75.423,-0.569],[54.143,-10.754],[-88.382,-4.366],[-88.412,-0.267],[-43.12,14.397],[63.302,12.86]],"c":true}]},{"t":14,"s":[{"i":[[12.989,4.521],[10.663,0.686],[11.5,-10.364],[0,0],[-2.67,-0.019],[-12.657,1.871]],"o":[[-6.03,-4.672],[-2.171,0.351],[0,0],[0,0],[2.669,0.019],[8.011,-1.257]],"v":[[75.423,-0.569],[54.143,-10.754],[-88.382,-4.366],[-88.412,-0.267],[-43.12,14.397],[63.302,12.86]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.891941145355,0.367762995701,0.267290092917,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[225.217,37.957],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 32","np":2,"cix":2,"bm":0,"ix":32,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":56,"s":[122.124,43.558],"to":[0,0],"ti":[0,0]},{"t":85,"s":[221.124,43.558]}],"ix":2},"a":{"a":0,"k":[221.124,43.558],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":56,"s":[70,70]},{"t":85,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":56,"s":[0]},{"t":85,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 34","np":32,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":48,"s":[{"i":[[-22.499,0],[0,0],[53.605,-0.915],[0,0],[0,22.499]],"o":[[0,0],[53.476,0.892],[0,0],[-22.499,0],[0,-22.499]],"v":[[-129.859,-40.739],[-119.476,-40.888],[-124.184,40.89],[-129.859,40.739],[-170.598,0]],"c":true}]},{"t":66,"s":[{"i":[[-22.499,0],[0,0],[53.605,-0.915],[0,0],[0,22.499]],"o":[[0,0],[53.476,0.892],[0,0],[-22.499,0],[0,-22.499]],"v":[[-129.859,-40.739],[116.995,-40.739],[116.993,40.739],[-129.859,40.739],[-170.598,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":[170.848,40.989],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":48,"s":[0]},{"t":58,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 33","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":201,"st":-235,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"center bg Outlines","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":18,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":29,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":171,"s":[100]},{"t":184,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[74.896,-213.615,0],"ix":2,"l":2},"a":{"a":0,"k":[337.439,321.415,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":18,"s":[{"i":[[0,0],[12.846,-6.264],[0,0],[-1.397,-8.878],[0,0],[-0.55,-0.19],[0,0],[7.28,16.34],[0.23,1.298],[0,0],[0,0],[0,0],[0,0],[0.002,-0.001],[-1.779,-15.764],[-6.469,-12.729],[-16.551,-11.83],[0,0],[-20.798,1.207],[-25.282,9.324]],"o":[[-1.973,14.764],[0,0],[3.654,8.223],[0,0],[0,0],[0.55,0.179],[-13.595,-8.634],[-1.174,-0.245],[0,0],[0,0],[0,0],[0,0],[0.002,0.003],[4.448,18.269],[2.927,19.531],[5.296,23.742],[0,0],[28.492,3.465],[28.801,-1.671],[0,0]],"v":[[-85.115,232.129],[-49.513,222.266],[-9.764,180.278],[-90.586,149.541],[-128.413,113.032],[-144.997,81.408],[-175.841,65.028],[-207.145,30.568],[-231.585,-14.293],[-283.359,-29.588],[-335.124,-4.628],[-351.523,29.49],[-356.229,57.715],[-362.12,87.537],[-355.893,119.216],[-337.086,166.77],[-287.004,231.753],[-249.694,247.047],[-185.297,249.83],[-111.214,237.658]],"c":false}]},{"t":40,"s":[{"i":[[0,0],[12.846,-6.264],[0,0],[-1.397,-8.878],[0,0],[-0.55,-0.19],[0,0],[7.28,16.34],[0.23,1.298],[0,0],[0,0],[0,0],[0,0],[0.002,-0.001],[53.87,-63.808],[11.262,-14.338],[-51.903,-61.957],[0,0],[-122.165,78.592],[18.842,107.491]],"o":[[-1.973,14.764],[0,0],[3.654,8.223],[0,0],[0,0],[0.55,0.179],[-4.59,15.87],[-1.174,-0.245],[0,0],[0,0],[0,0],[0,0],[0.002,0.003],[-27.519,67.16],[-10.956,14.085],[-38.927,74.817],[0,0],[-12.689,-265.374],[149.545,-96.208],[0,0]],"v":[[76.062,-256.106],[59.899,-197.734],[-27.411,-205.604],[-18.821,-175.165],[-19.001,-171.674],[-20.291,-168.004],[-19.371,-160.854],[-71.851,-158.844],[-72.761,-190.764],[-72.771,-190.764],[-72.771,-205.804],[-82.111,-205.804],[-82.111,-205.814],[-115.061,-208.934],[-262.952,33.334],[-298.262,75.005],[-204.651,321.165],[72.659,321.165],[187.644,34.536],[277.022,-321.165]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.197171798407,0.160196895225,0.323235066732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[337.439,321.415],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":201,"st":-235,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Leaf Outlines","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":26,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":69,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":171,"s":[100]},{"t":184,"s":[0]}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":26,"s":[-355]},{"t":69,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":26,"s":[-329.186,-297.762,0],"to":[0,0,0],"ti":[0,0,0]},{"t":69,"s":[-367.421,-415.997,0]}],"ix":2,"l":2},"a":{"a":0,"k":[33.781,37.37,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.335,2.176],[1.319,28.045],[-13.373,-15.207],[-1.242,26.422],[-41.279,-15.284],[-2.991,-2.551]],"o":[[0,0],[0,0],[22.759,-27.202],[0,0],[0,0],[0,0]],"v":[[17.689,34.689],[-6.342,-13.22],[10.771,24.068],[-7.084,-37.121],[7.749,26.483],[16.602,37.121]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.936495852003,0.67677935432,0.680564132391,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[33.78,37.371],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":201,"st":-235,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Scientist Outlines","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":171,"s":[100]},{"t":184,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[314.447,-120.825,0],"ix":2,"l":2},"a":{"a":0,"k":[221.959,228.419,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[2.12,1.806],[0.149,0.261],[-2.21,2.339],[-2.795,-1.793],[0.07,-2.993],[3.156,0.318]],"o":[[-0.212,-0.185],[-1.275,3.812],[-3.318,-0.503],[-0.085,-2.881],[3.167,-2.481],[1.506,1.595]],"v":[[0.728,3.222],[0.203,2.529],[-2.629,0.055],[-1.531,-3.327],[2.224,-3.348],[2.791,0.245]],"c":true}]},{"t":14,"s":[{"i":[[2.12,1.806],[0.149,0.261],[-2.21,2.339],[-2.795,-1.793],[0.07,-2.993],[3.156,0.318]],"o":[[-0.212,-0.185],[-1.275,3.812],[-3.318,-0.503],[-0.085,-2.881],[3.167,-2.481],[1.506,1.595]],"v":[[0.728,3.222],[0.203,2.529],[-2.629,0.055],[-1.531,-3.327],[2.224,-3.348],[2.791,0.245]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.974406463025,0.970616718367,0.423697886747,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[309.421,168.562],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-6.333,2.727],[7.305,-6.021]],"o":[[8.81,-3.468],[-5.431,4.292]],"v":[[1.453,6.948],[-4.831,-3.654]],"c":true}]},{"t":14,"s":[{"i":[[-6.333,2.727],[7.305,-6.021]],"o":[[8.81,-3.468],[-5.431,4.292]],"v":[[1.453,6.948],[-4.831,-3.654]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.802843998928,0.669192445044,0.512799012427,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[310.602,166.755],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[1.026,0.494],[0.358,0.567],[0.437,-1.697],[0,0],[-0.841,4.332]],"o":[[-0.567,-0.284],[-0.97,3.935],[-0.128,0.43],[0.97,-2.678],[-1.071,0.422]],"v":[[0.961,-6.588],[-0.541,-7.85],[-4.119,6.656],[0.276,7.85],[4.246,-6.476]],"c":true}]},{"t":14,"s":[{"i":[[1.026,0.494],[0.358,0.567],[0.437,-1.697],[0,0],[-0.841,4.332]],"o":[[-0.567,-0.284],[-0.97,3.935],[-0.128,0.43],[0.97,-2.678],[-1.071,0.422]],"v":[[0.961,-6.588],[-0.541,-7.85],[-4.119,6.656],[0.276,7.85],[4.246,-6.476]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922272506415,0.367762995701,0.278676081639,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[307.025,178.183],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":"tr","p":{"a":0,"k":[309.438,173.789],"ix":2},"a":{"a":0,"k":[309.438,173.789],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":58,"s":[0]},{"t":67,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 28","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":46,"s":[{"i":[[0.065,0.013],[-0.065,-0.011]],"o":[[0.065,0.013],[-0.065,-0.011]],"v":[[144.683,3.166],[144.878,3.201]],"c":true}]},{"t":67,"s":[{"i":[[0.065,0.013],[-0.065,-0.011]],"o":[[0.065,0.013],[-0.065,-0.011]],"v":[[144.683,3.166],[144.878,3.201]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-0.028,-0.014],[0.028,0.014]],"o":[[-0.028,-0.014],[0.028,0.014]],"v":[[141.581,2.06],[141.498,2.015]],"c":true}]},{"t":14,"s":[{"i":[[-0.028,-0.014],[0.028,0.014]],"o":[[-0.028,-0.014],[0.028,0.014]],"v":[[141.581,2.06],[141.498,2.015]],"c":true}]}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-0.115,-0.471],[0.123,0.468]],"o":[[-0.115,-0.471],[0.123,0.468]],"v":[[159.712,-24.559],[159.356,-25.969]],"c":true}]},{"t":14,"s":[{"i":[[-0.115,-0.471],[0.123,0.468]],"o":[[-0.115,-0.471],[0.123,0.468]],"v":[[159.712,-24.559],[159.356,-25.969]],"c":true}]}],"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":40,"s":[{"i":[[3.033,-1.03],[0.419,-1.239],[9.075,-7.82],[8.379,-5.759],[0.136,-0.227],[0.043,2.243],[-7.662,6.581],[-0.003,0.003],[-0.429,0.393],[0.694,3.759],[-6.212,4.562],[-10.769,0.611],[-0.069,1.254],[-3.618,0.569],[-3.665,5.321],[-0.437,3.593],[0.605,3.308],[2.397,2.328],[2.577,-0.928]],"o":[[-3.708,1.259],[-7.473,7.758],[-12.102,1.592],[-9.792,6.73],[-19.382,32.469],[0,0],[6.32,-5.428],[0.424,-0.402],[1.67,-2.704],[5.434,-6.592],[14.376,-0.732],[0.371,0.47],[-2.672,-3.193],[3.62,-1.11],[2.512,-4.532],[-0.437,-3.907],[-3.153,-4.092],[-3.044,-1.348],[-2.564,0.757]],"v":[[-72.831,-61.64],[-87.619,-54.104],[-101.813,-36.174],[-125.235,-27.058],[-151.004,-17.639],[-152.921,72.626],[-137.294,70.259],[-141.567,38.729],[-137.938,14.593],[-131.703,-0.342],[-107.115,-6.202],[-88.44,-6.957],[-68.612,-14.94],[-58.712,-23.472],[-47.309,-29.903],[-42.155,-42.586],[-43.344,-54.507],[-49.254,-62.498],[-62.674,-63.133]],"c":true}]},{"t":63,"s":[{"i":[[0.469,-1.769],[0.419,-1.239],[46.097,47.543],[35.244,-33.605],[0.068,-0.256],[0.043,2.243],[-49.745,-45.718],[-0.003,0.003],[-0.429,0.393],[0.694,3.759],[-5.546,-5.594],[-9.195,-11.029],[-0.069,1.254],[-3.618,0.569],[2.41,7.651],[-17.017,10.161],[-1.051,4.271],[-3.24,-4.042],[2.577,-0.928]],"o":[[-1.003,3.785],[21.077,30.322],[-30.851,-31.558],[-40.355,38.477],[-26.809,101.253],[0,0],[19.634,18.044],[0.424,-0.402],[-3.145,-3.238],[0.907,-7.175],[11.577,13.106],[0.371,0.47],[-2.672,-3.193],[10.674,1.614],[13.248,-8.729],[0.972,-3.899],[-3.153,-4.092],[1.79,2.068],[-0.401,1.937]],"v":[[131.875,-5.169],[129.44,2.955],[131.716,-52.056],[28.294,-35.293],[-151.004,-17.639],[-53.509,74.979],[33.294,36.141],[67.845,17.552],[69.121,16.358],[67.709,-0.342],[83.473,-8.555],[79.795,23.631],[82.565,23.884],[85.994,15.94],[93.279,1.862],[124.904,2.12],[128.421,-12.154],[134.864,-17.204],[133.208,-10.78]],"c":true}]}],"ix":2},"nm":"Path 4","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":[0.197171798407,0.160196895225,0.323235066732,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178.063,182.487],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":40,"s":[0]},{"t":46,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":6,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":50,"s":[{"i":[[8.113,1.325],[3.85,-1.696],[6.167,-7.6],[8.033,-16.349],[0,0],[-5.612,0.974],[-3.968,-0.506],[-3.519,1.221],[-3.181,0.651],[6.016,7.121]],"o":[[-6.993,0.129],[-5.856,4.481],[-5.588,6.058],[4.137,4.571],[0,0],[3.8,0.092],[4.267,1.847],[3.54,0.339],[4.363,-1.481],[-6.043,-6.702]],"v":[[-39.341,-50.265],[-64.784,-39.303],[-79.339,-22.77],[-91.541,-2.334],[-63.082,-32.662],[-45.911,-39.62],[-34.613,-38.434],[-25.944,-38.103],[-18.341,-38.414],[-10.479,-40.767]],"c":true}]},{"t":70,"s":[{"i":[[-7.54,12.207],[6.648,0.586],[6.167,-7.6],[8.033,-16.349],[0,0],[-11.845,-2.878],[-14.313,10.274],[3,4.658],[-2.743,6.976],[-1.699,10.917]],"o":[[-6.993,0.129],[-11.607,-2.072],[-5.588,6.058],[5.273,7.427],[0,0],[3.65,5.85],[6.951,0.046],[5.098,5.518],[4.363,-1.481],[0.343,-18.139]],"v":[[61.247,-13.795],[37.863,-30.773],[-15.221,-37.476],[-61.247,5.018],[-32.2,39.396],[-24.44,18.615],[3.034,34.801],[6.997,27.191],[19.306,26.291],[30.109,22.762]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019667682,0.654901960784,0.16862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[265.67,209.199],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":50,"s":[0]},{"t":57,"s":[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":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":70,"s":[{"i":[[-2.092,-4.967],[-6.436,-21.525],[4.279,-2.844],[5.377,6.32],[-15.788,-19.816]],"o":[[8.242,19.589],[-4.091,2.255],[-23.248,-66.363],[13.26,4.561],[2.405,4.329]],"v":[[11.223,17.284],[31.613,76.768],[12.559,93.252],[-40.436,-53.436],[-3.153,-13.765]],"c":true}]},{"t":85,"s":[{"i":[[-2.092,-4.967],[-4.429,-25.233],[4.279,-2.844],[5.377,6.32],[-10.969,-21.536]],"o":[[8.242,19.589],[-4.091,2.255],[-23.248,-66.363],[24.734,-6.874],[2.405,4.329]],"v":[[22.4,-12.128],[41.907,58.68],[29.765,69.575],[-41.025,-57.554],[15.671,-26.118]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922272506415,0.367762995701,0.253067944097,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[226.03,257.369],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":70,"s":[0]},{"t":76,"s":[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":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":56,"s":[{"i":[[0.9,1.541],[14.077,-9.136],[13.398,58.93],[-14.73,-112.781],[-8.314,8.773],[-7.407,5.657]],"o":[[-1.981,21.724],[-54.171,27.916],[-19.165,-159.999],[1.565,11.986],[14.89,-15.713],[4.365,65.29]],"v":[[-233.323,156.98],[-103.55,119.033],[-134.009,29.521],[-104.625,-18.026],[-77.667,36.499],[-71.878,60.072]],"c":true}]},{"t":71,"s":[{"i":[[0.027,-19.838],[14.077,-9.136],[13.398,58.93],[-14.73,-112.781],[-8.314,8.773],[-7.407,5.657]],"o":[[-1.981,21.724],[-54.171,27.916],[-19.165,-159.999],[1.565,11.986],[14.89,-15.713],[1.938,5.824]],"v":[[82.559,56.98],[21.156,113.15],[-63.421,18.933],[10.081,26.092],[34.686,34.147],[76.945,-4.633]],"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.018,309.402],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56,"s":[0]},{"t":62,"s":[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":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":51,"s":[{"i":[[-11.099,-70.613],[-1.035,-15.884],[0,0],[-69.84,9.143]],"o":[[7.053,36.337],[0,0],[-28.46,-83.717],[22.104,20.023]],"v":[[-60.382,60.39],[-50.299,121.297],[-71.829,128.356],[-80.933,-78.356]],"c":true}]},{"t":66,"s":[{"i":[[-11.099,-70.613],[-1.035,-15.884],[0,0],[-69.84,9.143]],"o":[[7.053,36.337],[0,0],[-28.46,-83.717],[22.104,20.023]],"v":[[90.207,56.861],[100.289,128.356],[-71.829,128.356],[3.773,-128.356]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.940282066196,0.922272506415,0.914689307119,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[181.232,328.171],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":51,"s":[0]},{"t":58,"s":[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":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":62,"s":[{"i":[[2.062,-0.482],[1.136,2.04],[0.503,1.746],[0,0],[2.507,9.073],[-2.457,3.973],[2.665,-2.992],[0,0],[3.739,-1.345],[0.66,-1.198],[1.407,-0.686],[1.18,-2.043]],"o":[[-2.056,-0.482],[-2.099,-1.489],[0,0],[-0.666,-11.908],[0,0],[5.199,-9.365],[0,0],[-3.219,4.993],[-0.702,1.276],[-1.227,1.919],[-2.122,2.403],[0,0]],"v":[[-74.792,51.232],[-78.719,47.68],[-81.322,43.71],[-81.78,41.229],[-56.975,18.471],[-54.116,17.126],[-57.601,27.418],[-58.393,31.111],[-62.615,37.176],[-65.474,42.066],[-68.549,45.407],[-71.792,49.094]],"c":true}]},{"t":80,"s":[{"i":[[-0.791,-1.929],[6.783,5.573],[4.916,-4.714],[0,0],[2.507,9.073],[-2.457,3.973],[-11.89,-1.589],[0,0],[3.739,-1.345],[0.66,-1.198],[-1.86,-7.693],[1.18,-2.043]],"o":[[2.355,2.203],[0.947,10.989],[0,0],[-0.666,-11.908],[0,0],[5.199,-9.365],[0,0],[-3.219,4.993],[-0.702,1.276],[8.674,-5.091],[2.96,0.499],[0,0]],"v":[[16.385,-4.944],[3.339,11.504],[-13.528,35.328],[-13.839,35.347],[-18.74,3.471],[-13.528,-16.403],[6.516,-33.758],[13.665,-28.301],[2.09,-25.471],[-1.651,-18.669],[10.715,-13.564],[13.208,-6.788]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.949019667682,0.654901960784,0.16862745098,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[300.26,303.479],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":62,"s":[0]},{"t":69,"s":[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":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":45,"s":[{"i":[[0,-12.113],[31.095,0],[51.644,0.06],[0,0],[0,0],[0,0],[0,0]],"o":[[0,31.095],[-55.411,-0.085],[0,0],[0,0],[0,0],[0,0],[12.113,0]],"v":[[-141.101,-17.803],[-152.697,40.264],[-184.194,39.088],[-184.194,-39.148],[-164.788,-39.148],[-152.054,-37.972],[-133.034,-39.148]],"c":true}]},{"t":71,"s":[{"i":[[0,-12.113],[31.095,0],[51.644,0.06],[0,0],[0,0],[0,0],[0,0]],"o":[[0,31.095],[-55.411,-0.085],[0,0],[0,0],[0,0],[0,0],[12.113,0]],"v":[[184.194,-17.215],[127.892,39.088],[-184.194,39.088],[-184.194,-39.148],[-164.788,-39.148],[50.887,-39.148],[162.26,-39.148]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204731974882,0.163964978386,0.327018318924,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[259.475,417.44],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":45,"s":[0]},{"t":53,"s":[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":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":60,"s":[{"i":[[0,-3.649],[0,0],[0,0],[-5.228,-0.066],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.62,-4.489],[0,0],[0,0],[3.649,0]],"v":[[49.767,29.476],[49.767,32.492],[-49.116,32.492],[-41.037,29.633],[8.063,28.751],[41.689,29.045]],"c":true}]},{"t":77,"s":[{"i":[[0,-3.649],[0,0],[0,0],[-5.228,-0.066],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.62,-4.489],[0,0],[0,0],[3.649,0]],"v":[[49.752,1.828],[49.752,4.845],[-49.132,4.845],[-42.523,-4.779],[8.002,-4.779],[43.144,-4.779]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.305220211253,0.305220211253,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[365.99,373.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":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":60,"s":[0]},{"t":67,"s":[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":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-1.555,-2.305],[0,0],[0,0],[-3.265,1.042]],"o":[[0,0],[0,0],[-0.021,-1.2],[1.344,-0.448]],"v":[[-3.735,-13.956],[15.039,9.691],[6.769,16.26],[-11.774,-9.46]],"c":true}]},{"t":14,"s":[{"i":[[-1.555,-2.305],[0,0],[0,0],[-3.265,1.042]],"o":[[0,0],[0,0],[-0.021,-1.2],[1.344,-0.448]],"v":[[-3.735,-13.956],[15.039,9.691],[6.769,16.26],[-11.774,-9.46]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.431284317316,0.423697886747,0.419909069585,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[316.032,231.619],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.014,-11.943],[10.144,8.411],[6.114,11.943],[-10.144,-9.083]],"c":true}]},{"t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.014,-11.943],[10.144,8.411],[6.114,11.943],[-10.144,-9.083]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.30141583611,0.297618701411,0.30141583611,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[324.491,270.753],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-23.768,-35.671],[-4.535,-3.265],[-5.499,4.651],[-9.038,10.873],[-1.972,1.613],[2.075,2.71],[4.319,-4.077],[1.17,-8.923],[1.114,-0.316]],"o":[[8.948,10.636],[4.567,-6.79],[-20.332,-5.129],[1.591,-2.312],[2.221,-1.072],[-3.017,-2.396],[-7.065,4.395],[-1.053,0.183],[0,0]],"v":[[-9.454,23.535],[17.602,48.729],[33.222,30.026],[5.93,-12.739],[11.565,-12.81],[14.802,-18.797],[-8.954,-44.651],[-19.548,-32.255],[-22.824,-31.518]],"c":true}]},{"t":14,"s":[{"i":[[-23.768,-35.671],[-4.535,-3.265],[-5.499,4.651],[-9.038,10.873],[-1.972,1.613],[2.075,2.71],[4.319,-4.077],[1.17,-8.923],[1.114,-0.316]],"o":[[8.948,10.636],[4.567,-6.79],[-20.332,-5.129],[1.591,-2.312],[2.221,-1.072],[-3.017,-2.396],[-7.065,4.395],[-1.053,0.183],[0,0]],"v":[[-9.454,23.535],[17.602,48.729],[33.222,30.026],[5.93,-12.739],[11.565,-12.81],[14.802,-18.797],[-8.954,-44.651],[-19.548,-32.255],[-22.824,-31.518]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.30141583611,0.297618701411,0.30141583611,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[316.352,302.518],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-5.517,-0.084],[5.515,0.082]],"o":[[5.515,-0.082],[-5.517,0.083]],"v":[[0.001,-4.251],[0.001,4.252]],"c":true}]},{"t":14,"s":[{"i":[[-5.517,-0.084],[5.515,0.082]],"o":[[5.515,-0.082],[-5.517,0.083]],"v":[[0.001,-4.251],[0.001,4.252]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.646445839078,0.636019478592,0.632228956036,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[358.509,336.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 13","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":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-0.871,-1.092],[1.101,-0.873],[0,0],[0.87,1.098],[-1.101,0.873],[0,0]],"o":[[0.866,1.09],[0,0],[-1.092,0.87],[-0.866,-1.09],[0,0],[1.097,-0.871]],"v":[[7.608,-6.044],[7.198,-2.48],[-4.049,6.45],[-7.608,6.039],[-7.198,2.476],[4.044,-6.448]],"c":true}]},{"t":14,"s":[{"i":[[-0.871,-1.092],[1.101,-0.873],[0,0],[0.87,1.098],[-1.101,0.873],[0,0]],"o":[[0.866,1.09],[0,0],[-1.092,0.87],[-0.866,-1.09],[0,0],[1.097,-0.871]],"v":[[7.608,-6.044],[7.198,-2.48],[-4.049,6.45],[-7.608,6.039],[-7.198,2.476],[4.044,-6.448]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.646445839078,0.636019478592,0.632228956036,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[355.735,289.3],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0,0],[2.466,-1.956],[0,0],[2.842,3.549],[0.103,0.126],[-3.55,2.288],[0,0],[-3.936,-5.15]],"o":[[1.957,2.467],[0,0],[-5.365,4.406],[-0.111,-0.138],[-3.51,-4.287],[-0.001,0],[3.38,-2.848],[0,-0.001]],"v":[[24.121,2.904],[23.201,10.908],[6.4,24.251],[-6.294,17.404],[-22.568,-3.087],[-18.133,-13.88],[-9.864,-20.449],[3.146,-23.508]],"c":true}]},{"t":14,"s":[{"i":[[0,0],[2.466,-1.956],[0,0],[2.842,3.549],[0.103,0.126],[-3.55,2.288],[0,0],[-3.936,-5.15]],"o":[[1.957,2.467],[0,0],[-5.365,4.406],[-0.111,-0.138],[-3.51,-4.287],[-0.001,0],[3.38,-2.848],[0,-0.001]],"v":[[24.121,2.904],[23.201,10.908],[6.4,24.251],[-6.294,17.404],[-22.568,-3.087],[-18.133,-13.88],[-9.864,-20.449],[3.146,-23.508]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.431284317316,0.423697886747,0.419909069585,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[340.935,261.759],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0,0],[2.32,-2.109],[1.954,2.352],[0,0]],"o":[[3.276,3.938],[-3.685,3.046],[0,0],[0,0]],"v":[[5.546,-4.059],[-0.12,5.276],[-8.822,0.409],[2.17,-8.321]],"c":true}]},{"t":14,"s":[{"i":[[0,0],[2.32,-2.109],[1.954,2.352],[0,0]],"o":[[3.276,3.938],[-3.685,3.046],[0,0],[0,0]],"v":[[5.546,-4.059],[-0.12,5.276],[-8.822,0.409],[2.17,-8.321]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.431284317316,0.423697886747,0.419909069585,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[360.752,295.38],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-3.727,2.958]],"o":[[0,0],[0,0],[0,0],[3.711,-2.948],[0,0]],"v":[[11.646,-9.178],[10.415,-4.278],[-8.492,10.74],[-11.646,6.771],[10.404,-10.74]],"c":true}]},{"t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0],[-3.727,2.958]],"o":[[0,0],[0,0],[0,0],[3.711,-2.948],[0,0]],"v":[[11.646,-9.178],[10.415,-4.278],[-8.492,10.74],[-11.646,6.771],[10.404,-10.74]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.30141583611,0.297618701411,0.30141583611,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[356.259,281.402],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.502,-3.969],[4.207,-0.565],[-1.502,3.969],[-4.207,0.56]],"c":true}]},{"t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[1.502,-3.969],[4.207,-0.565],[-1.502,3.969],[-4.207,0.56]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.30141583611,0.297618701411,0.30141583611,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[364.236,300.799],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-3.249,-1.301],[0.239,-0.925],[0,0],[-0.628,2.385],[-0.565,2.252]],"o":[[0.931,0.233],[0,0],[-0.571,2.408],[0.564,-2.237],[0.533,-2.736]],"v":[[2.839,-7.358],[4.097,-5.252],[1.209,6.25],[-3.708,5.016],[-1.424,-4.07]],"c":true}]},{"t":14,"s":[{"i":[[-3.249,-1.301],[0.239,-0.925],[0,0],[-0.628,2.385],[-0.565,2.252]],"o":[[0.931,0.233],[0,0],[-0.571,2.408],[0.564,-2.237],[0.533,-2.736]],"v":[[2.839,-7.358],[4.097,-5.252],[1.209,6.25],[-3.708,5.016],[-1.424,-4.07]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.646445839078,0.636019478592,0.632228956036,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[369.329,276.295],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0.079,5.518],[-0.083,-5.517]],"o":[[0.079,-5.517],[-0.082,5.516]],"v":[[13.925,-1.504],[5.422,-1.504]],"c":true}]},{"t":14,"s":[{"i":[[0.079,5.518],[-0.083,-5.517]],"o":[[0.079,-5.517],[-0.082,5.516]],"v":[[13.925,-1.504],[5.422,-1.504]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-13.283,-27.801],[0,0],[0,0]],"o":[[5.194,11.966],[0,0],[4.466,-7.353]],"v":[[20.177,-2.567],[25.155,30.368],[-25.37,30.368]],"c":true}]},{"t":14,"s":[{"i":[[-13.283,-27.801],[0,0],[0,0]],"o":[[5.194,11.966],[0,0],[4.466,-7.353]],"v":[[20.177,-2.567],[25.155,30.368],[-25.37,30.368]],"c":true}]}],"ix":2},"nm":"Path 2","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":[0.431284317316,0.423697886747,0.419909069585,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[348.837,338.3],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"cix":2,"bm":0,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0,0],[0.271,-2.348],[2.407,0.184],[0,0]],"o":[[3.973,0.885],[-0.908,4.182],[0,0],[0,0]],"v":[[2.761,-5.816],[3.304,3.314],[-6.734,3.624],[-3.941,-7.496]],"c":true}]},{"t":14,"s":[{"i":[[0,0],[0.271,-2.348],[2.407,0.184],[0,0]],"o":[[3.973,0.885],[-0.908,4.182],[0,0],[0,0]],"v":[[2.761,-5.816],[3.304,3.314],[-6.734,3.624],[-3.941,-7.496]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.431284317316,0.423697886747,0.419909069585,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[377.616,278.473],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.323,-3.168],[0.548,3.888],[-2.323,3.169],[-0.549,-3.888]],"c":true}]},{"t":14,"s":[{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[2.323,-3.168],[0.548,3.888],[-2.323,3.169],[-0.549,-3.888]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.30141583611,0.297618701411,0.30141583611,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[383.37,279.323],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[-1.108,-1.397],[0,0],[0,0],[-3.013,2.312],[0,0]],"o":[[0,0],[0,0],[-1.604,-1.977],[-0.001,0],[1.397,-1.109]],"v":[[15.86,-13.276],[18.282,-10.227],[-13.369,14.905],[-15.269,7.316],[11.32,-13.797]],"c":true}]},{"t":14,"s":[{"i":[[-1.108,-1.397],[0,0],[0,0],[-3.013,2.312],[0,0]],"o":[[0,0],[0,0],[-1.604,-1.977],[-0.001,0],[1.397,-1.109]],"v":[[15.86,-13.276],[18.282,-10.227],[-13.369,14.905],[-15.269,7.316],[11.32,-13.797]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.401894333783,0.401894333783,0.401894333783,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[367.493,312.263],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":-1,"s":[{"i":[[0,0],[-0.084,-0.847],[6.83,-5.261],[-0.872,0.79],[0,0],[0,0],[-0.488,-0.61]],"o":[[3.364,1.297],[-3.291,-8.56],[-1.217,-1.473],[0,0],[0,0],[0.61,-0.487],[0,0]],"v":[[21.828,-6.838],[-6.974,17.841],[-23.974,12.763],[-21.862,9.276],[9.788,-15.857],[11.673,-17.354],[13.663,-17.125]],"c":true}]},{"t":14,"s":[{"i":[[0,0],[-0.084,-0.847],[6.83,-5.261],[-0.872,0.79],[0,0],[0,0],[-0.488,-0.61]],"o":[[3.364,1.297],[-3.291,-8.56],[-1.217,-1.473],[0,0],[0,0],[0.61,-0.487],[0,0]],"v":[[21.828,-6.838],[-6.974,17.841],[-23.974,12.763],[-21.862,9.276],[9.788,-15.857],[11.673,-17.354],[13.663,-17.125]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.30141583611,0.297618701411,0.30141583611,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[375.988,317.892],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":15,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":63,"s":[344.662,437.915],"to":[0,0],"ti":[0,0]},{"t":84,"s":[344.662,292.915]}],"ix":2},"a":{"a":0,"k":[344.662,292.915],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0,0],"y":[1,1]},"o":{"x":[0.333,0.333],"y":[0,0]},"t":63,"s":[61,61]},{"t":84,"s":[100,100]}],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":63,"s":[0]},{"t":69,"s":[100]}],"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 29","np":15,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":56,"s":[{"i":[[-2.705,-159.355],[36.506,-1.142],[9.57,106.281]],"o":[[-9.604,106.47],[-18.788,2.388],[2.702,-159.263]],"v":[[-194.084,-103.966],[-205.881,228.539],[-229.443,-108.675]],"c":true}]},{"t":74,"s":[{"i":[[-2.705,-159.355],[170.33,-3.03],[9.57,106.281]],"o":[[-9.604,106.47],[-170.282,-2.944],[2.702,-159.263]],"v":[[121.21,-108.913],[0.001,228.396],[-121.208,-108.916]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.926274557675,0.914716713101,0.889950022978,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[267.053,228.396],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":56,"s":[0]},{"t":60,"s":[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":11,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":201,"st":-235,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Tractor Outlines","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":23,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":25,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":171,"s":[100]},{"t":184,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-312.711,-158.166,0],"ix":2,"l":2},"a":{"a":0,"k":[91.5,235.771,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.348,-1.25],[-1.347,1.247]],"o":[[-1.308,1.291],[1.309,-1.291]],"v":[[0.978,1.023],[-0.979,-1.023]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.156365308575,0.148820256252,0.15259216907,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[75.272,262.063],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[1.345,-1.25],[-1.348,1.249]],"o":[[-1.309,1.29],[1.311,-1.289]],"v":[[0.98,1.023],[-0.977,-1.024]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.156365308575,0.148820256252,0.15259216907,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.243,245.843],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.837,0.027],[-1.838,-0.026]],"o":[[-1.838,0.027],[1.837,-0.026]],"v":[[0.001,1.415],[0.001,-1.416]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.156365308575,0.148820256252,0.15259216907,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[72.02,253.953],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.836,0.027],[-1.838,-0.026]],"o":[[-1.837,0.027],[1.837,-0.026]],"v":[[0.001,1.415],[0.001,-1.416]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.156365308575,0.148820256252,0.15259216907,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[95.496,253.953],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.027,-1.837],[-0.027,1.837]],"o":[[0.027,1.837],[-0.026,-1.837]],"v":[[1.416,0],[-1.416,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.156365308575,0.148820256252,0.15259216907,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.757,265.691],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.027,-1.839],[-0.027,1.837]],"o":[[0.028,1.837],[-0.026,-1.839]],"v":[[1.416,0.001],[-1.416,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.156365308575,0.148820256252,0.15259216907,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.758,242.213],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.127,-8.572],[-0.125,8.57]],"o":[[0.125,8.57],[-0.124,-8.572]],"v":[[6.606,0.001],[-6.607,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.234129827163,0.241727133358,0.245484819599,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.758,253.953],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.082,-18.711],[0.082,18.713]],"o":[[-0.083,18.713],[0.085,-18.713]],"v":[[14.31,0.001],[-14.31,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.799053237017,0.777249145508,0.76966827991,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.758,253.952],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.099,-22.512],[0.099,22.516]],"o":[[-0.102,22.515],[0.102,-22.514]],"v":[[17.217,0],[-17.217,-0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.30141583611,0.297618701411,0.30141583611,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.758,254.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 11","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.741,-43.812],[0.742,43.812]],"o":[[-0.748,43.815],[0.748,-43.818]],"v":[[33.334,0.002],[-33.334,0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.802843998928,0.669192445044,0.512799012427,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.758,253.714],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.773,-45.685],[0.773,45.689]],"o":[[-0.78,45.694],[0.781,-45.691]],"v":[[34.761,-0.001],[-34.761,-0.002]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.30141583611,0.297618701411,0.30141583611,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.757,253.55],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-7.007,-0.441],[-3.187,-5.026],[7.007,-0.92],[4.612,5.026]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[105.239,201.322],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[7.007,0.443],[3.186,5.026],[-7.007,0.921],[-4.613,-5.026]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[62.278,306.656],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.69,-2.973],[-1.57,-6.033],[6.69,1.215],[2.465,6.033]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[121.682,211.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 16","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,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.692,2.971],[1.57,6.034],[-6.692,-1.214],[-2.464,-6.034]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[45.834,296.344],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-5.508,-5.031],[-1.32,-6.642],[5.508,3.643],[-0.157,6.642]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[134.585,227.776],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.509,5.319],[-0.366,6.356],[-5.509,-3.355],[0.158,-6.356]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[32.93,279.917],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":17,"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":[[-3.757,-6.394],[2.128,-5.423],[3.757,5.445],[-2.583,6.394]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.634,245.944],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":18,"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":[[3.757,6.394],[-2.128,5.424],[-3.757,-5.445],[2.583,-6.394]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[26.882,262.035],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":19,"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":[[-0.851,-6.868],[4.304,-3.867],[1.959,6.868],[-4.304,5.499]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[139.389,266.267],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":20,"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":[[0.852,6.869],[-4.304,3.866],[-1.959,-6.869],[4.304,-5.5]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28.126,241.713],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":21,"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":[[1.374,-6.985],[5.461,-2.637],[0.152,6.985],[-5.461,3.889]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[133.352,281.766],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":22,"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":[[-1.373,6.985],[-5.46,2.638],[-0.153,-6.985],[5.46,-3.889]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[34.163,226.213],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":23,"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":[[3.991,-6.31],[6.264,-0.793],[-2.119,6.31],[-6.264,1.419]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[119.999,297.869],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-3.991,6.31],[-6.264,0.793],[2.121,-6.31],[6.264,-1.418]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"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.517,210.111],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[5.967,-4.935],[6.275,1.025],[-3.995,4.935],[-6.275,-1.056]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[103.237,307.735],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-5.967,4.934],[-6.275,-1.023],[3.994,-4.934],[6.275,1.057]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"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.278,200.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 29","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,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[6.411,-2.472],[4.579,3.206],[-6.411,3.206],[-6.411,-3.206]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.757,311.133],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 30","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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-6.411,2.472],[-4.578,-3.204],[6.411,-3.204],[6.411,3.204]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[83.758,196.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 31","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.844,-49.828],[0.844,49.831]],"o":[[-0.851,49.836],[0.851,-49.836]],"v":[[37.913,0.001],[-37.913,-0.001]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.100487585629,0.092948442347,0.096665490842,1],"ix":4},"o":{"a":0,"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.034,253.898],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 32","np":2,"cix":2,"bm":0,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.289,-76.107],[1.289,76.107]],"o":[[-1.301,76.116],[1.3,-76.117]],"v":[[57.907,7.803],[-57.907,7.8]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.204731974882,0.163964978386,0.327018318924,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"fl","c":{"a":0,"k":[0.193366226495,0.189552352008,0.193366226495,1],"ix":4},"o":{"a":0,"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.721,246.022],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 33","np":3,"cix":2,"bm":0,"ix":31,"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.075,-10.221],[0,0],[0,0]],"o":[[0,0],[0,0],[-1.076,10.22],[0,0],[0,0]],"v":[[54.599,-43.034],[-43.84,-31.199],[-53.522,-22.055],[-53.522,43.034],[42.766,43.034]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922272506415,0.367762995701,0.253067944097,1],"ix":4},"o":{"a":0,"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.451,190.894],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 34","np":2,"cix":2,"bm":0,"ix":32,"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],[-1.251,-0.93],[0,0],[0,0]],"o":[[0,0],[0,0],[1.496,0.036],[0,0],[0,0],[0,0]],"v":[[10.377,-30.781],[-10.377,-30.781],[-10.377,29.726],[-3.85,30.781],[-3.85,30.057],[10.377,30.781]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.398106892904,0.363972832175,0.371561027976,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[65.166,129.159],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 35","np":2,"cix":2,"bm":0,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-23.648,1.646],[0,0],[0.969,-9.768]],"o":[[1.616,-12.58],[0,0],[-12.743,2.227],[0,0]],"v":[[-4.813,19.126],[11.824,-19.28],[9.336,-12.749],[0.785,19.28]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.156365308575,0.145006965188,0.148820256252,1],"ix":4},"o":{"a":0,"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.389,81.582],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 36","np":2,"cix":2,"bm":0,"ix":34,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":27,"s":[206.087,188.321],"to":[0,0],"ti":[0,0]},{"t":46,"s":[84.087,188.321]}],"ix":2},"a":{"a":0,"k":[84.087,188.321],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":70,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 38","np":34,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":23,"s":[{"i":[[-0.24,-14.359],[0,0],[2.04,119.991],[0,0],[-35.273,-6.096],[-2.92,-5.85],[-0.34,-0.741],[-0.33,-0.77]],"o":[[0,0],[-2.03,119.87],[0,0],[1.62,-95.49],[6.101,1.054],[0.36,0.72],[0.35,0.75],[4.69,10.91]],"v":[[91.25,-120.541],[91.25,115.539],[0.515,89.647],[7.574,-28.776],[71.09,-178.84],[81.47,-162.92],[82.52,-160.729],[83.54,-158.45]],"c":true}]},{"t":29,"s":[{"i":[[-0.24,-14.359],[0,0],[2.04,119.991],[0,0],[-47.16,-56.68],[-2.92,-5.85],[-0.34,-0.741],[-0.33,-0.77]],"o":[[0,0],[-2.03,119.87],[0,0],[1.62,-95.49],[3.96,4.76],[0.36,0.72],[0.35,0.75],[4.69,10.91]],"v":[[91.25,-120.541],[91.25,115.54],[-91.25,115.529],[-91.25,-120.541],[71.09,-178.84],[81.47,-162.92],[82.52,-160.729],[83.54,-158.45]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.922272506415,0.398106892904,0.636019478592,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[91.5,235.771],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 37","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":201,"st":-235,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Burg Arab Outlines","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":30,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":49,"s":[30]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":171,"s":[30]},{"t":184,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[277.818,-406.746,0],"to":[0,0,0],"ti":[0,0,0]},{"t":49,"s":[277.818,-656.746,0]}],"ix":2,"l":2},"a":{"a":0,"k":[92.533,245.114,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":30,"s":[100,-6,100]},{"t":37,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.073,0],[-0.09,5.79],[0,0],[-3.074,0],[0.09,-5.79],[0,0]],"o":[[-4.158,0.126],[-0.001,0.001],[0,-3.073],[4.158,-0.127],[0,0],[0,3.073]],"v":[[2.396,238.364],[-7.96,232.799],[-7.961,-232.989],[-2.396,-238.552],[7.96,-232.988],[7.96,232.8]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.379145573635,0.583887975356,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[17.131,238.589],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[2.715,0],[-5.596,11.011],[-5.895,-0.103],[0,0],[0.071,-3.883]],"o":[[-2.468,-2.644],[0.053,-3.889],[0,0],[5.791,-0.102],[0.001,2.714]],"v":[[69.453,4.962],[-69.647,0.051],[-64.73,-10.959],[69.453,-10.959],[74.368,0.047]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.379145573635,0.583887975356,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[87.095,433.713],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[2.715,0],[0,0],[0,2.715],[-5.903,-0.103],[0,0],[0.074,-3.883]],"o":[[0,0],[-2.715,0],[0.063,-3.884],[0,-0.001],[5.787,-0.101],[0.001,2.715]],"v":[[75.683,8.011],[-75.566,8.011],[-80.483,3.096],[-75.566,-7.909],[75.683,-7.909],[80.598,3.096]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.379145573635,0.583887975356,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.931,380.984],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[2.715,0],[0,0],[0,2.715],[-5.906,-0.102],[0,0],[0.075,-3.883]],"o":[[0,0],[-2.715,0],[0.066,-3.884],[0,0],[5.786,-0.101],[0.001,2.715]],"v":[[78.041,8.011],[-77.921,8.011],[-82.837,3.096],[-77.921,-7.909],[78.041,-7.909],[82.956,3.096]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.379145573635,0.583887975356,1],"ix":4},"o":{"a":0,"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.286,338.911],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[2.714,0],[0,0],[0,2.714],[-5.906,-0.103],[0,0],[0.075,-3.883]],"o":[[0,0],[-2.715,0],[0.068,-3.884],[0,0],[5.785,-0.102],[0.001,2.714]],"v":[[79.307,8.012],[-78.397,8.012],[-83.313,3.097],[-78.397,-7.909],[79.307,-7.909],[84.222,3.097]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.379145573635,0.583887975356,1],"ix":4},"o":{"a":0,"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.762,300.623],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[2.715,0],[0,0],[0,2.714],[-5.903,-0.103],[0,0],[0.074,-3.883]],"o":[[0,0],[-2.715,0],[0.063,-3.884],[0,0],[5.787,-0.102],[0.001,2.714]],"v":[[75.683,8.012],[-75.566,8.012],[-80.483,3.097],[-75.566,-7.909],[75.683,-7.909],[80.598,3.097]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.379145573635,0.583887975356,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.931,258.626],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[2.715,0],[-5.269,11.097],[-5.899,-0.103],[0,0],[0.072,-3.882]],"o":[[-2.428,-2.697],[0.056,-3.889],[-0.001,-0.001],[5.79,-0.101],[0.001,2.715]],"v":[[72.229,4.919],[-72.75,0.008],[-67.833,-11.002],[72.229,-11.003],[77.144,0.003]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.379145573635,0.583887975356,1],"ix":4},"o":{"a":0,"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.199,219.861],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[1.676,0],[0,0],[0,1.677],[-5.279,-0.221],[0,0],[-0.661,-2.68]],"o":[[0,0],[-1.677,0],[0.893,-2.698],[0,0],[5.126,-0.236],[0,1.676]],"v":[[71.791,8.078],[-73.754,8.078],[-76.79,5.043],[-73.754,-7.842],[71.791,-7.842],[74.827,5.044]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.810424206304,0.379145573635,0.583887975356,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[76.917,174.031],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.171],[-4.457,6.171],[-4.457,-6.17],[4.457,-6.17]],"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":[113.06,380.96],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.171],[-4.457,6.171],[-4.457,-6.17],[4.457,-6.17]],"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":[97.298,380.96],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.171],[-4.457,6.171],[-4.457,-6.17],[4.457,-6.17]],"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":[75.183,380.96],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.171],[-4.457,6.171],[-4.457,-6.17],[4.457,-6.17]],"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":[59.421,380.96],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[113.06,360.357],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[97.298,360.357],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[75.513,360.357],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[59.751,360.357],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.169],[-4.457,6.169],[-4.457,-6.169],[4.457,-6.169]],"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":[113.139,338.963],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.169],[-4.457,6.169],[-4.457,-6.169],[4.457,-6.169]],"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":[97.377,338.963],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[{"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":[[4.457,6.169],[-4.457,6.169],[-4.457,-6.169],[4.457,-6.169]],"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":[75.262,338.963],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":19,"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":[[4.457,6.169],[-4.457,6.169],[-4.457,-6.169],[4.457,-6.169]],"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":[59.5,338.963],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[113.139,318.36],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[{"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[97.377,318.36],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":22,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[75.592,318.36],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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},{"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[59.83,318.36],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.169],[-4.457,6.169],[-4.457,-6.169],[4.457,-6.169]],"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":[113.06,300.674],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.169],[-4.457,6.169],[-4.457,-6.169],[4.457,-6.169]],"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":[97.298,300.674],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.169],[-4.457,6.169],[-4.457,-6.169],[4.457,-6.169]],"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":[75.183,300.674],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.169],[-4.457,6.169],[-4.457,-6.169],[4.457,-6.169]],"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":[59.421,300.674],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[113.06,280.073],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[97.298,280.073],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 30","np":2,"cix":2,"bm":0,"ix":30,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[75.513,280.073],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 31","np":2,"cix":2,"bm":0,"ix":31,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[59.751,280.073],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 32","np":2,"cix":2,"bm":0,"ix":32,"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":[[4.457,6.169],[-4.457,6.169],[-4.457,-6.17],[4.457,-6.17]],"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":[113.139,258.678],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 33","np":2,"cix":2,"bm":0,"ix":33,"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":[[4.457,6.169],[-4.457,6.169],[-4.457,-6.17],[4.457,-6.17]],"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":[97.377,258.678],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 34","np":2,"cix":2,"bm":0,"ix":34,"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":[[4.457,6.169],[-4.457,6.169],[-4.457,-6.17],[4.457,-6.17]],"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":[75.262,258.678],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 35","np":2,"cix":2,"bm":0,"ix":35,"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":[[4.457,6.169],[-4.457,6.169],[-4.457,-6.17],[4.457,-6.17]],"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":[59.5,258.678],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 36","np":2,"cix":2,"bm":0,"ix":36,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[113.139,238.076],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 37","np":2,"cix":2,"bm":0,"ix":37,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[97.377,238.076],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 38","np":2,"cix":2,"bm":0,"ix":38,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[75.592,238.076],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 39","np":2,"cix":2,"bm":0,"ix":39,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[59.83,238.076],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 40","np":2,"cix":2,"bm":0,"ix":40,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[113.06,216.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 41","np":2,"cix":2,"bm":0,"ix":41,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[97.298,216.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 42","np":2,"cix":2,"bm":0,"ix":42,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[75.183,216.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 43","np":2,"cix":2,"bm":0,"ix":43,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[59.421,216.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 44","np":2,"cix":2,"bm":0,"ix":44,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[113.06,196.216],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 45","np":2,"cix":2,"bm":0,"ix":45,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[97.298,196.216],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 46","np":2,"cix":2,"bm":0,"ix":46,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[75.513,196.216],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 47","np":2,"cix":2,"bm":0,"ix":47,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[59.751,196.216],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 48","np":2,"cix":2,"bm":0,"ix":48,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[113.139,174.822],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 49","np":2,"cix":2,"bm":0,"ix":49,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[97.377,174.822],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 50","np":2,"cix":2,"bm":0,"ix":50,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[75.262,174.822],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":2,"cix":2,"bm":0,"ix":51,"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":[[4.457,6.17],[-4.457,6.17],[-4.457,-6.17],[4.457,-6.17]],"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":[59.5,174.822],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 52","np":2,"cix":2,"bm":0,"ix":52,"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":[[4.457,6.169],[-4.457,6.169],[-4.457,-6.17],[4.457,-6.17]],"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":[113.139,154.22],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 53","np":2,"cix":2,"bm":0,"ix":53,"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":[[4.457,6.169],[-4.457,6.169],[-4.457,-6.17],[4.457,-6.17]],"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":[97.377,154.22],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 54","np":2,"cix":2,"bm":0,"ix":54,"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":[[4.457,6.169],[-4.457,6.169],[-4.457,-6.17],[4.457,-6.17]],"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":[75.592,154.22],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 55","np":2,"cix":2,"bm":0,"ix":55,"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":[[4.457,6.169],[-4.457,6.169],[-4.457,-6.17],[4.457,-6.17]],"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":[59.83,154.22],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 56","np":2,"cix":2,"bm":0,"ix":56,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[270.566,-15.142]],"o":[[76.452,45.979],[0,0]],"v":[[-72.546,-235.795],[-72.546,235.795]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.891941145355,0.408528585995,0.624639593386,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[112.519,254.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 57","np":2,"cix":2,"bm":0,"ix":57,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":201,"st":-235,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/scripts/portfolio-item-2.json b/scripts/portfolio-item-2.json new file mode 100644 index 0000000..f4d58b2 --- /dev/null +++ b/scripts/portfolio-item-2.json @@ -0,0 +1 @@ +{"v":"5.7.6","fr":30,"ip":0,"op":600,"w":400,"h":500,"nm":"Features Screen 1","ddd":0,"assets":[{"id":"image_0","w":577,"h":923,"u":"","p":"data:image/jpeg;base64,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CgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoArXvVPxpoTIFoAfQAjUALb/69Px/lQCLtIYUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAVr3rH+NNCZCtAh1AxGoAW3/16fj/KgEXaQwoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoArXvWP8aaEyFaBDqBiNQAtv/r0/H+VAIu0hhQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQBWvesf400JkK0CHUDEagBbf/AF6fj/KgEXaQwoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoArXvWP8AGmhMhWgQ6gYjUALb/wCvT8f5UAi7SGFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFAFa96x/jTQmQrQIdQMRqAFt/wDXp+P8qARdpDCgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgCte9Y/xpoTIVoEOoGI1AC2/wDr0/H+VAIu0hhQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQBWvesf400JkK0CHUDEagBbf/Xp+P8AKgEXaQwoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoArXvWP8aaEyFaBDqBiNQAtv/r0/H+VAIu0hhQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQBWvesf400JkK0CHUDEagBbf/Xp+P8qARdpDCgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgCte9Y/xpoTIVoEOoGI1AC2/+vT8f5UAi7SGFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFAFa96x/jTQmQrQIdQMRqAFt/8AXp+P8qARdpDCgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAK9/eQWFpLc3ThIYxljSbsrs1o0Z1pqnBXbODb4n2wutq6bKbfP+sMoDY/3cf1rH2zvsfRrhmpyXdRX7W/W/6H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e9Y/xpoTIVoEOoGI1AC2/wDr0/H+VAIu0hhQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQBWvesf400JkK0CHUDEagBbf/Xp+P8AKgEXaQwoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoArXvWP8aaEyFaBDqBiNQAtv/r0/H+VAIu0hhQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQBWvesf400JkK0CHUDEagBbf/Xp+P8qARdpDCgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgCte9Y/xpoTIVoEOoGI1AC2/+vT8f5UAi7SGFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFAFa96x/jTQmQrQIdQMRqAFt/8AXp+P8qARdpDCgAoAKACgAoAKAGSypEu6Rgo6D3oAj+1x/wB2b/vy/wDhTsK4fa4/7s3/AH5f/CiwXD7XH/dm/wC/L/4UWC4fa4/7s3/fl/8ACiwXD7XH/dm/78v/AIUWC4fa4/7s3/fl/wDCiwXD7XH/AHZv+/L/AOFFguH2uP8Auzf9+X/wosFw+1x/3Zv+/L/4UWC4fa4/7s3/AH5f/CiwXD7X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uFg+yR/3pv8Av8/+NFwsH2SP+9N/3+f/ABouFg+yR/3pv+/z/wCNFwsH2SP+9N/3+f8AxouFg+yR/wB6b/v8/wDjRcLB9kj/AL03/f5/8aLhYPskf96b/v8AP/jRcLB9kj/vTf8Af5/8aLhYPskf96b/AL/P/jRcLB9kj/vTf9/n/wAaLhYPskf96b/v8/8AjRcLB9kj/vTf9/n/AMaLhYPskf8Aem/7/P8A40XCwfZI/wC9N/3+f/Gi4WD7JH/em/7/AD/40XCwfZI/703/AH+f/Gi4WHxQRxMWVSWPG5iWP5mlcdiSgAoAKACgAoAKACgCte9Y/wAaaEyFaBDqBiNQAtv/AK9Px/lQCLtIYUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAVr3rH+NNCZCtAh1AxGoAW3/ANen4/yoBF2kMKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAK171j/GmhMhWgQ6gYjUALb/AOvT8f5UAi7SGFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFAFa96x/jTQmQrQIdQMRqAFt/9en4/wAqARdpDCgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgCte9Y/xpoTIVoEOoGI1AC2/+vT8f5UAi7SGFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFAFa96x/jTQmQrQIdQMRqAFt/9en4/yoBF2kMKACgAoAKACgAoAa0iKcM6g+hNACedH/z0T/voUAHnR/8APRP++hQAedH/AM9E/wC+hQAedH/z0T/voUAHnR/89E/76FAB50f/AD0T/voUAHnR/wDPRP8AvoUAHnR/89E/76FAB50f/PRP++hQAedH/wA9E/76FAB50f8Az0T/AL6FAB50f/PRP++hQAedH/z0T/voUAHnR/8APRP++hQAedH/AM9E/wC+hQAedH/z0T/voUAHnR/89E/76FAB50f/AD0T/voUAHnR/wDPRP8AvoUAHnR/89E/76FAB50f/PRP++hQAedH/wA9E/76FAB50f8Az0T/AL6FACq6McKyk+xoAdQBVlv7aKRkeX5l64UnH1xTSuJuxJLdQRIjvIAr/dI5zRZ3sF9Lkkbh0DKGAP8AeUg/kaQ7is6pjcwXPqcUAN86P/non/fQoAPOj/56J/30KADzo/8Anon/AH0KADzo/wDnon/fQoAPOj/56J/30KADzo/+eif99CgA86P/AJ6J/wB9CgA86P8A56J/30KADzo/+eif99CgA86P/non/fQoAPOj/wCeif8AfQoAPOj/AOeif99CgA86P/non/fQoAPOj/56J/30KADzo/8Anon/AH0KADzo/wDnon/fQoAPOj/56J/30KADzo/+eif99CgA86P/AJ6J/wB9CgA86P8A56J/30KADzo/+eif99CgA86P/non/fQoAPOj/wCeif8AfQoAPOj/AOeif99CgB9ABQAUAFABQAUAFAFa96x/jTQmQrQIdQMRqAFt/wDXp+P8qARdpDCgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAybK5hs4pIbo7JQ7FgQTvyeo9apq6Vidm7kcUTJFpyyKR++LBT2HJFNfF8hfZb80bVQWFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQBWvesf400JkK0CHUDEagBbf/Xp+P8AKgEXaQwoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoArXvWP8aaEyFaBDqBiNQAtv/r0/H+VAIu0hhQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQBWvesf400JkK0CHUDEagBbf/Xp+P8qARdpDCgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgCte9Y/xpoTIVoEOoGI1AC2/+vT8f5UAi7SGFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFAFa96x/jTQmQrQIdQMRqAFt/8AXp+P8qARdpDCgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgCte9Y/wAaaEyFaBDqBiNQAtv/AK9Px/lQCLtIYUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAVr3rH+NNCZCtAh1AxGoAW3/ANen4/yoBF2kMKACgAoAKACgAoAw7i61OfXrmxsJ7OCKCCKUma2aVmLlx2kXAGz9aI6pt9Hb8E/1CWjSXW5LdeIt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Wxqm1ONvL8jy6vpzMKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgD6mr8uNwoAKACgAoAKACgCte9Y/wAaaEyFaBDqBiNQAtv/AK9Px/lQCLtIYUAFABQAUAFABQB4F8UP+R61P/tl/wCikr73Jf8AcofP82ZS3OWr1CQoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAvWmsanZwiGz1G9ghByEinZVH4A1hUwtCo+acE35pAtNhYdZ1SCWWSHUr2OSY7pHSdgXPqTnmiWFoSSUoJpbaLQd9bkuj3kMNxPcXN9qVrdMMx3FphmyT827LKTke/51GIpSlFQhGMo9U/wto/yFvK7/p/1cteItbXULK0soJLuaOBmke4umzJM7AAkjJwABgDJ4rLCYR0ZyqSSTellskvu+eiKulFpdXd/l+RjJczpbyQJNIsEhBeMMQrEdCR0OK7XCLkptarqSP8At959sN39quPtZ/5beYd/TH3s56cVPsafJ7PlXL2tp9w7letBBQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAfU1flxuFABQAUAFABQAUAVr3rH+NNCZCtAh1AxGoAW3/16fj/KgEXaQwoAKACgAoAKACgDyL4seGrv+1n1e0hea3mRfOKDJjZQByPTAHNfXZFj6fsvq83ZrbzuZyXU82r6MgKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA3/CPhq81/UYUjhcWYYedNjCqvfn19q4Mfj6eEptt+90Q0rn0PX56bBQAUAFABQAUAFAFa96x/jTQmQrQIdQMRqAFt/9en4/yoBF2kMKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAK171j/GmhMhWgQ6gYjUALb/69Px/lQCLtIYUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAVr3rH+NNCZCtAh1AxGoAW3/wBen4/yoBF2kMKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAK171j/ABpoTIVoEOoGI1AC2/8Ar0/H+VAIu0hhQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQBWvesf400JkK0CHUDEagBbf8A16fj/KgEXaQwoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoArXvWP8aaEyFaBDqBiNQAtv8A69Px/lQCLtIYUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAVr3rH+NNCZCtAh1AxGoAW3/16fj/ACoBF2kMKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgCOSaKOSOOSVFklJCKzAFyBk4HfjmgPMkoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoArXvWP8AGmhMhWgQ6gYjUALb/wCvT8f5UAi7SGFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQBzXj2NJtLsYpkWSN9QtlZGGQwMg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SAuzwLcTajFfSopOxApXKqccnC9cDJPautYuCdleyi4rvrf/ADOSeEnOMm7KUpRdui5XHy10W9ld9hJIrzS4dVNrNYGwd3mMsshDWzEfOCoBDY6gEr1xSUqdZw50+ZWVkt+3XTtsy7VqFScoOPK3e7duV210tqvtbx3te1mL4c02ddO8OSuAn2a1IkRshssq44x7c08XWj7StFfaf5Mxy+jJYehfSy/NGpY2Mtvq+p3TshjufK2AE5G1cHNctSqpUoQW6v8AizthScasqj2aX4X/AMytLZX9trlze6eLWSO6iRJFmdkKMmcMMKdwwx446da0jVpToqnUunFu1td/mrbefoZTpVY1/a0kmmkmm7bNtNaO+7009TDOnX+mReHLUSW8l6l5O+7kI+VkbHTIyDjODj3xz2+2pVnWnZqPKvXeK/rv5HFOhWo06UW05e0b8ndTfyvt1t5216DT7K7bVptR1EW6SmIQRRQsXCpnJJYgZJPbAxjvXDUqwVNUqd2r3bemu213+Z3UqdSVT2tZJNKyS131bu0t7LS3TzNauU6woAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAK171j/GmhMhWgQ6gYjUALb/69Px/lQCLtIYUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAUpNJ02W7+1SafZvc7g3nNCpfI6HdjORgVssRVjHkU3btd2MJ4WhOftJQTl3sr/AHl2sTcKACgBjwxyPG8kaM8ZJRmUEqSMZHpwSKak0mk9yXFStdbD6RQUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQBWvesf400JkK0CHUDEagBbf/AF6fj/KgEXaQwoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoArXvWP8AGmhMhWgQ6gYjUALb/wCvT8f5UAi7SGFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFAFa96x/jTQmQrQIdQMRqAFt/wDXp+P8qARdpDCgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgCte9Y/xpoTIVoEOoGI1AC2/wDr0/H+VAIu0hhQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQBWvesf400JkK0CHUDEagBbf/Xp+P8AKgEXaQwoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoArXvWP8aaEyFaBDqBiNQAtv/r0/H+VAIu0hhQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQBWvesf400JkK0CHUDEagBbf/Xp+P8qARdpDCgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgCte9Y/xpoTIVoEOoGI1AC2/+vT8f5UAi7SGFABQAUAFABQAUAFABQBma5q50mEzPYXdxAAC0kBjwuTgAhnU9+wNC1dv61B6K/wDWgsWrA3VnbXFndW0915mxJNhwEAJJKsRznj+lNK7aXRX/ABsK+l33t+Df6F6WR0kiVYJJ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cobremxFMhyWBIbcOcAAg8cjnBBXhSv0Sf3O/wDwAk7Snbrp98UiaA3jz+KbOz09rj7TdGISiRFRCYYwS4JBwM5+UMTzwO8qPPSUXpq//Sn+P/A17O/JVutbKP5FibQnVdbS4IS1ayt0iuGYABogx3dcjB2mnUqW5qi35uZfcv8AKwqcNYwe3LZ/ey34be8/sqLUWtBLdanOs8y+YF8qJuFOT12oF49c1coqDUO17+u/56ExbknL0/DT/OR0dQWFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFAFa96x/jTQmQrQIdQMRqAFt/8AXp+P8qARdpDCgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAhtrS2tTKbW3hhMrmSTy0C72PVjjqfejpboHW5NQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAyGGKAMIYkjDMXYIoGWJyScdz60dLB5hFDFE0jRRojSNvcqoBdsAZPqcAD8KOlg63GXdpbXsQivLeG4jBDbJUDjI6HB70LR3DdWJqACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoArXvWP8aaEyFaBDqBiNQAtv/r0/H+VAIu0hhQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQBWvesf400JkK0CHUDEagAt/9en4/wAqARepDCgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgCte9Y/xpoTIFoAfQAjUALb/AOvX8f5UAi7SGFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFAFa86p+NNCZCtAh1AwagBIm2SqT0oBF6kMKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAKt2wLgDtTEyNaAHYoADQBGwoEOSZ0GAcj0NAxTdSei/lQAn2uX+6n5GgA+1y/3U/KgBPtkv91PyoAPtkv91PyNAB9sl/up+RoAPtkv91PyNAB9sl/up+RoAPtkv91PyNAB9sl/up+RoAPtkv8AdT8jQAfbJf7qfkaAD7ZL/dT8jQAfbJf7qfkaAD7ZL/dT8jQAfbJf7qfkaAD7ZL/dT8jQAfbJf7qfkaAD7ZL/AHU/I0AH2yX+6n5GgA+2S/3U/I0AH2yX+6n5GgA+2S/3U/I0AH2yX+6n5GgA+2S/3U/I0AH2yX+6n5GgA+2S/wB1PyNAB9sl/up+RoAPtkv91PyNAB9sl/up+RoAPtkv91PyNAB9sl/up+RoAPtkv91PyNAB9sl/up+RoAPtkv8AdT8jQAfbJf7qfkaAD7ZL/dT8jQAfbJf7qfkaAD7ZL/dT8jQAfbJf7qfkaAD7ZL/dT8jQAfbJf7qfkaAD7ZL/AHU/I0AH2yX+6n5GgA+2S/3U/I0AH2yX+6n5GgA+2S/3U/I0AH2yX+6n5GgA+2S/3U/I0AH2yX+6n5GgA+2S/wB1PyNAB9sl/up+RoAPtkv91PyNAB9sl/up+RoAPtkv91PyNAB9sl/up+RoAPtkv91PyNAB9sl/up+RoAPtkv8AdT8jQAfbJf7qfkaAD7ZL/dT8jQAfbJf7qfkaAD7ZL/dT8jQAv2uT+6n5UAH2uX+6n5GgBRdyeiflQAG4kYY4H0oAYOTQIeBQMdQAGgBpFADCKBCEUAJigA20DDbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaADbQAbaBC4oAUCgBwFAx4FAC0ABoAQ0ANNACGgBKADFABigAxQAYoAMUAGKADFABigAxQAYoAMUAGKADFABigAxQAYoAMUAGKADFABigAxQAYoAMUAGKADFABigAxQAYoAMUAGKADFABigAxQAYoAMUAGKADFABigAxQAYoAMUAGKADFABigAxQAYoAMUAGKADFABigAxQAYoAMUAGKADFABigAxQAYoAMUAGKADFABigAoAUUALQAtADqAFxQB//Z","e":1},{"id":"image_1","w":1000,"h":562,"u":"","p":"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSgBBwcHCggKEwoKEygaFhooKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKP/AABEIAjID6AMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/APqSgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAQmgBuHblQMUAG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgA2yen60AG2T0/WgAIdRkjigBwOaAFoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAa/SgCWH/Vr9KAHUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQA2b/AFTfSgCKP7tADqACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAGv92gCSD/Ur9KAH0AFABQAUAFABQAUAFABQAUAFABQAUrAJRfuAtMAPSl6AJTEFOwC1IxKPQAoewXQCmDFoAKACgAoAKACgAoA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AKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgBk3+qb6UARx/doAdQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQA1/u0ASQf6lfpQA+gAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAGTf6pvpQBHH92gB1ABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFADX+7QBJB/qV+lAD6ACgAoAKACgAoAKACgAoAKACgAoAKACgDC8T69/Yq2UVvayX2oX03kWtqjbfMbaWYliMKqqpJNABZ6xeW8M8nii1sNIjQqEmS/EsMme250jIOexWgCaTxLoUUFlNLremJDfEC1drqMLcH/YOcN+FAE8mt6XFqyaXLqdimpMu9bRrhBMV9Qmc496AMrQ/HPhzWrPULuy1ixNvYSOly5uY8RhWIEhIYgIcEhj1FAG1ZajY31it7ZXltc2TKWWeGVXjI9QwOKAGaRrGma1bG40fUbO/gB2mS1nWVQfTKkjNAHFaX8T7LUvA+va7b2bLeaNHK9xp8ku1vlBKkNt+64GQ2KAOym1vS4NQtrC41Kyhv7ld0NrJcKssg/wBlSctQA9NV052tdl/aN9qZkt8TKfOZclgnPzEbTnHTFAC/2nYnTp9QW6hezgEjSTI4ZV2ZD5I44KkH0IoAxPAniseJtDmvruzbS7mCQpcWs0gZoRtDqWPHVGVvxoAvx+KPD8mlyalHrulvp0bbHulu4zEp9C+cA0ALL4n0GCOyebXNLjW9ANqz3cYE+f7nPzfhQBck1OwiF20t7axi0x9oLSqPJyMjfz8uRzzQBXbxBoyanHpr6tp66hIxRbU3KeazAZICZyTjmgCt4b8V6L4kmvYtH1G2upbSVopUimRyMHG7Ck/KexoA3aACgAoAKACgAoAKACgAoAKACgAoAKACgBk3+qb6UARx/doAdQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQA1/u0ASQf6lfpQA+gAoAKACgAoAKACgAoAKACgAoAKACgAoA5fxhpuoS6housaPClzdaXM7NaswTz4pEKsqseAw4IyQOKAMrxNDrPibTbWJtAms4YdUsLny7q4haR40uEeXcqMy4Cr/AHiTQBn+NvC+q3niu/vbc6tPp+oafHYvFp7WYIAaTeH+0g4Qhx9znjpQBDqeieJrrXLSIQXIsbLVLSaNka1EUsKBNzyMf3zSj5um1SKAIb3wxr0+iahYLZXMMlt4gl1eGWGW3P2qN55JFEYfcodQynEigbloA3dJ0jVdP8H+IGsob6bWL55LhIdZa2YvIY1UBhBiIKdvSgB3gHS9YtNd12+1dL5UvI7XyjeG28zKBwylYPlAGVxyeO9AHGeK/hxrN38PreTQ0S28UR2U1hcQM6hbu3dmzEzfdyM7lbtQBr3vhDVn8Uap5razLp+pXtvdBrN7IQoI0jAEhlUyjayEjy6AK2o+DPEEGp6veabaxSf2VcG+8Pp5yjzXmkWW4Rs8Jkh0BPaSgDodX8MX5+Hul+FrQyN9oMVvqN2uzKx/enfDcEuQwwAfv0AZXiLwZrvn6xb2V3c6vb6tYKJ5L94IwJYZFKRFY40+WRC6EgHFAGrrEOrahc6HrEXhm4i/s28aWSwkmtxPIDC0YdCJDHuUtxubp6UAZ+q6Xq7XmvTx+FzdJrmmx2iRGeDFqw80FZst9z94G/dh+9AFLU/DPiG00zxHpdtp8upnU7K1iju1njRfMihWJ9+9g2TtyCARzQBe1Dwvqctr4k8uyBuLvxLZ6hAQ6ZaCM2u58npgRy8UAdL4Ot7+wvtetr2wmhhlv5bqC5LxskyyEHAAYsCP9pRQB1FABQAUAFABQAUAFABQAUAFABQAUAFABQAyb/VN9KAI4/u0AOoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAa/wB2gCSD/Ur9KAH0AFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAyb/VN9KAI4/u0AOoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAa/3aAJIP9Sv0oAfQAUAFABQAUAFAB05NAEP2q3/57xf99igA+12//PeL/vsUAH2u3/57xf8AfYoAPtdv/wA94v8AvsUAH2u3/wCe8X/fYoAPtdv/AM94v++xQAfa7f8A57xf99igA+12/wDz3i/77FAB9rt/+e8X/fYoAPtdv/z3i/77FAB9rt/+e8X/AH2KAD7Xb/8APeL/AL7FAB9rt/8AnvF/32KAD7Xb/wDPeL/vsUAH2u3/AOe8X/fYoAPtdv8A894v++xQAfa7f/nvF/32KAD7Xb/894v++xQAfa7f/nvF/wB9igA+12//AD3i/wC+xQAfa7f/AJ7xf99igA+12/8Az3i/77FAB9rt/wDnvF/32KAD7Xb/APPeL/vsUAH2u3/57xf99igA+12//PeL/vsUAH2u3/57xf8AfYoAPtdv/wA94v8AvsUAH2u3/wCe8X/fYoAPtdv/AM94v++xQAfarf8A57xf99igCb6UAFABQAUAFABQAUAMm/1TfSgCOP7tADqACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAGv92gCSD/AFK/SgB9ABQAUAFABQAUAVr0BhCh5V5ACPUYJ/pQBY2r/dH5UAG1fQflQAbV9B+VABtX0H5UAG1fQflQAbV9B+VABtX0H5UAG1fQflQAbV9B+VABtX0H5UAG1fQflQAbV9B+VABtX0H5UAG1fQflQAbV9B+VABtX0H5UAG1fQflQAbV9B+VABtX0H5UAG1fQflQAbV9B+VABtX0H5UAG1fQflQAbV9B+VABtX0H5UAG1fQflQAbV9B+VABtX0H5UAG1fQflQAbV9B+VABtX+6PyoAgswF85FwFSQhQO3AP8AWgCxQAUAFABQAUAFADJv9U30oAjj+7QA6gAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgBr/AHaAJIP9Sv0oAfQAUAFABQAUAFAFe7+/bf8AXUfyNAFigDJv76eHUfs8TBF8kSZ+zPMc7iMfKaALSXybRuDk+d5BIXGW9cZ6UAU9FvZ7mSITPuDWyyHgD5ixGentQA2HVpW095JI0WccqP4XXdjIoAuT6isEpSWCZRhir4XD7QSQOc9B3AoAh/tmIbi1vcKFVXJOzAVujfe6frQA611e0urz7PGxLksAdynOOvAOR+IFAGlQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAV7T/AFlz/wBdf/ZRQBYoAKACgAoAKACgBk3+qb6UARx/doAdQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQA1/u0ASQf6lfpQA+gAoAKACgAoAKAK939+2/66j+RoAsUAQfZk+2m5yfMMYjx2xnNAFdtNTz/M86YJ5vneWNu3d69M/rQA+z0+K0ZGjZztiEQ3EdASfz5oAY+lwPZJbMX2I25Wz8wOSev40AQyaJbvctO8krOS5525G4EEZxnGDwCaAJpNMhdJELSYeJIjz2Ukj8eaAJLayFs/7uebygSREcFRn8M/rQBboAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAK9p/rLn/rr/7KKALFABQAUAFABQAUAMm/1TfSgCOP7tADqACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAGv92gCSD/Ur9KAH0AFABQAUAFABQBBdIxWNkG4o4bA6nr/jQAfak/55z/8Afpv8KAD7Un/POb/v03+FAB9qT/nnN/36b/CgA+1J/wA85v8Av03+FAB9qT/nnN/36b/CgA+1J/zzm/79N/hQAfak/wCec3/fpv8ACgA+1J/zzm/79N/hQAfak/55zf8Afpv8KAD7Un/POb/v03+FAB9qT/nnN/36b/CgA+1J/wA85v8Av03+FAB9qT/nnN/36b/CgA+1J/zzm/79N/hQAfak/wCec3/fpv8ACgA+1J/zzm/79N/hQAfak/55zf8Afpv8KAD7Un/POb/v03+FAB9qT/nnN/36b/CgA+1J/wA85v8Av03+FAB9qT/nnN/36b/CgA+1J/zzm/79N/hQAfak/wCec3/fpv8ACgA+1J/zzm/79N/hQAfak/55zf8Afpv8KAD7Un/POb/v03+FAB9qT/nnN/36b/CgA+1J/wA85v8Av03+FAB9qT/nnN/36b/CgA+1J/zzm/79N/hQAfak/wCec3/fpv8ACgAtFYLI7qVMjlsHqOAP6UAT0AFABQAUAFABQAyb/VN9KAI4/u0AOoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAa/3aAJIP8AUr9KAH0AFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFA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AMm/1TfSgCOP7tADqACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAGv92gCSD/Ur9KAH0AFABQAUAFABQBDcuY0XYBvZgq57UAJ5dz/z3T/v3/8AXoAPLuf+e6f9+/8A69AB5dz/AM90/wC/f/16ADy7n/nun/fv/wCvQAeXc/8APdP+/f8A9egA8u5/57p/37/+vQAeXc/890/79/8A16ADy7n/AJ7p/wB+/wD69AB5dz/z3T/v3/8AXoAPLuf+e6f9+/8A69AB5dz/AM90/wC/f/16ADy7n/nun/fv/wCvQAeXc/8APdP+/f8A9egA8u5/57p/37/+vQAeXc/890/79/8A16ADy7n/AJ7p/wB+/wD69AB5dz/z3T/v3/8AXoAPLuf+e6f9+/8A69AB5dz/AM90/wC/f/16ADy7n/nun/fv/wCvQAeXc/8APdP+/f8A9egA8u5/57p/37/+vQAeXc/890/79/8A16ADy7n/AJ7p/wB+/wD69AB5dz/z3T/v3/8AXoAPLuf+e6f9+/8A69AB5dz/AM90/wC/f/16ADy7n/nun/fv/wCvQAeXc/8APdP+/f8A9egA8u5/57p/37/+vQAeXcf890/79/8A16AHW0jOrBwA6sVOOhoAloAKACgAoAKACgBk3+qb6UARx/doAdQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQA1/u0ASQf6lfpQA+gAoAKACgAoAKAK939+2/66j+RoAsUAVZ76CCfyX80ybd+2OJ3OM4z8oPpQBZVtygjOD6jFADIJknj3xnK5Iz9CQf1FAElAFKbUrWKWWKR3BjIDny2KrkAjLYwOvrQBdoAKACgAoAKAIbedbgSFARsdozkdwcGgCagAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgCvaf6y5/wCuv/sooAsUAFABQAUAFABQAyb/AFTfSgCOP7tADqACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAGv92gCSD/Ur9KAH0AFABQAUAFABQBXu/v23/XUfyNAFigDHv7aR9W8/wCz3MsXkBMwTeWQ24nn5loAhl06R5Z7j7OBM13HIjNt3CPC7hn/AL6GO9AEH9lSfZIohaFFSZzIsYjzKCTtOG4IGejAGgC5pmneTeNLNCxVYkWIylWZSC2enA4I6UAOOmtPfX7XLyrbTOhEalcSAKAc8ZHI9RQBTuLK6mvXc2XlowkV2h2B5AenzFufoQKAFexn+zxbbBDLGW8tCkfl4JB+Zc8HjqtABNp9/HJI9sBmBibYbwAQ+d2fTGePpQAf2XJExjjtt0gkjMN1lR5aAKCOu7seAMHNAD10xo7KDNosj+eXnjG3MiZbAJJweoOCaANDR4HtrWRXi8ndK7rGMfKCeBxxQBfoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAr2n+suf8Arr/7KKALFABQAUAFABQAUAMm/wBU30oAjj+7QA6gAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgBr/doAkg/1K/SgB9ABQAUAFABQAUAV7v71v8A9dR/I0AWKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAK9p9+5/66n+QoAsUAFABQAUAFABQAyb/AFTfSgCOP7tADqACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKA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fQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFAHmfg/X9K8L6XqOl+I7uK01RNQvJWhnIEl4JJndGjU8yZVlGFz0oAqeCdIvFvPD2k6pPqNlFBpD3P2CG5eEIxuMorbCMlEIUjODQB6vQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAyb/VN9KAI4/u0AOoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAa/3aAJIP8AUr9KAH0AFABQAUAFABQAUAJvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FABvX1FACg5oAKACgAoAKACgAoAZN/qm+lAEcf3aAHUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUANf7tAEkH+pX6UAPoAKACgAoAKACgClflmlt4FYr5r7SV4IAUn+mKAHf2db/8ATb/v+/8AjQAn9m23pN/3/f8AxoAP7Otv+m3/AH+f/GgA/s62/wCm3/f5/wDGgA/s229Jv+/7/wCNAB/Ztt6Tf9/3/wAaAD+zbb0m/wC/7/40AH9m23pN/wB/3/xoAP7NtvSb/v8Av/jQAf2bbek3/f8Af/GgA/s229Jv+/7/AONAB/Ztt6Tf9/3/AMaAD+zbb0m/7/v/AI0AH9m23pN/3/f/ABoAP7NtvSb/AL/v/jQAf2bbek3/AH/f/GgA/s229Jv+/wC/+NAB/Ztt6Tf9/wB/8aAD+zbb0m/7/v8A40AH9m23pN/3/f8AxoAP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O6lMuvABCnOO3ccUrhYm1GyubtCCbUhZCyblYEDHXcCCGznkUJhYhi069gO+G7ieZoFhleZC24ruIYc/7XQ9aLhYltdJWD5BITF9kS156/Lu5/Wi4WIH0Np47FbqVGEC+XIEXAlTjA68cgGi4BbaPcWkdrJBcI91EHDvKpIk3kE8A9flFFwJdP0qS2uIJpZ1dozOWwuM+Ywb8MYouBFHojR3xk3o8JnM4DlywJO7gbtvX2o5gNykMKACgAoAKACgAoAKACgBk3+qb6UARx/doAdQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQA1/u0ASQf6lfpQA+gAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAqanp1rqVv5N7CsqdRnqD7HtQBhR+CNKWQMxuXX+40nH6Cq5mTY6O2t4rWFIbeNY4lGFVRgCpKJaACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAGTf6pvpQBHH92gB1ABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFADX+7QBJB/qV+lAD6ACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAZN/qm+lAEcf3aAHUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUANf7tAEkH+pX6UAPoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgBk3+qb6UARx/doAdQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAUAFABQAjDIoAFk2LtIzjuKADzx/dagA88f3WoAPPH91qADzx/dagA88f3WoAPPH91qADzx/dagA88f3WoAPPH91qADzx/dagA88f3WoAPPH91qADzx/dagA88f3WoAPPH91qADzx/dagA88f3WoAPPH91qADzx/dagA88f3WoAPPH91qADzx/dagA88f3WoAPPH91qADzx/dagA88f3WoAPPH91qADzx/dagA88f3WoAPPH91qADzx/dagA88f3WoAPPH91qADzx/dagA88f3WoAPPH91qADzx/dagA88f3WoAPPH91qADzx/dagA88f3WoAPPH91qADzx/dagA88f3WoAPPH91qABpC6kBSM+tAAowKAFoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAExQAuBQAYFABgUAGBQAYFABgUAGBQAYFABgUAGBQAYFABgUAGBQAYFABgUAGBQAYFABgUAGBQAYFABgUAGBQAYFABgUAGBQAYFABgUAGBQAYFABgUAGBQAYFABgUAGBQAYFABgUAGBQAYFABgUAGBQAYFABgUAGBQAYFABgUAJigBaACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoA//2Q==","e":1},{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Git Icon","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[261,60.025,0],"ix":2,"l":2},"a":{"a":0,"k":[162,190.5,0],"ix":1,"l":2},"s":{"a":0,"k":[11.067,11.067,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,8.206],[0,0],[14.162,0],[5.37,12.676],[9.63,6.197],[-6.843,1.284],[-21.095,-6.625],[-9.631,6.196],[-7.659,5.779],[16.496,29.791],[0,0],[0,0],[0,0],[0,19.346],[-14.445,18.309],[0,0],[-43.902,-31.266],[-30.023,-8.732],[-13.596,-4.811],[6.798,-37.745],[-0.091,-49.857],[3.569,-13.126],[0,0],[1.235,-3.02],[0,0],[52.761,-5.397],[0,-36.338],[-0.114,-8.36],[-5.314,-4.022]],"o":[[5.471,-3.948],[0,-12.575],[0,0],[-35.687,0],[-6.99,-16.507],[-5.914,-3.809],[31.586,-5.915],[15.057,4.72],[1.269,-12.687],[-53.657,-5.127],[0,0],[0,0],[0,0],[-5.166,-15.121],[0,-34.343],[-11.046,-39.155],[0,0],[23.791,-10.14],[18.41,-12.112],[3.682,5.893],[4.611,8.282],[-0.386,18.388],[0,0],[0,0],[0,0],[-15.917,34.77],[17.096,10.704],[0,36.337],[0.097,7.387],[0,0]],"v":[[-66.242,190.05],[-54.471,173.026],[-54.742,128.103],[-78.829,129.792],[-131.171,94.47],[-156.855,64.014],[-157.285,54.437],[-96.526,96.69],[-52.476,93.174],[-34.349,63.733],[-136.315,10.28],[-138.082,6.945],[-142.228,-2.519],[-143.452,-5.911],[-150.907,-57.696],[-125.699,-123.305],[-121.734,-189.22],[-54.606,-162.742],[62.654,-164.995],[128.365,-189.479],[133.18,-128.658],[161.878,-52.885],[155.997,-5.844],[154.015,0.872],[151.647,7.058],[150.196,10.393],[48.866,63.541],[70.868,124.013],[70.494,173.589],[81.815,190.309]],"c":false},"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":[161.878,190.309],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":846,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Guaranteed Icon 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[88.062,361.312,0],"ix":2,"l":2},"a":{"a":0,"k":[10.5,10.5,0],"ix":1,"l":2},"s":{"a":0,"k":[70.39,70.39,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.357,-0.021],[0.285,0.26],[0,0],[-0.513,0.576],[-0.576,-0.514],[0,0],[0,0],[-0.576,-0.513],[0.513,-0.575],[0,0]],"o":[[-0.358,0.021],[0,0],[-0.575,-0.514],[0.514,-0.575],[0,0],[0,0],[0.514,-0.575],[0.575,0.513],[0,0],[-0.254,0.285]],"v":[[-1.421,4.893],[-2.426,4.54],[-5.781,1.555],[-5.895,-0.415],[-3.924,-0.529],[-1.613,1.529],[3.809,-4.288],[5.781,-4.402],[5.895,-2.432],[-0.462,4.426]],"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":[12.424,8.975],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.954,-0.694],[1.384,0.083],[1.213,0.575],[0.907,0.99],[0.472,1.317],[-0.082,1.383],[-0.576,1.213],[-0.99,0.907],[-1.317,0.471],[-1.125,0.021],[-1.047,-0.327],[0.233,-0.762],[0.414,-0.15],[0.311,0.093],[1.535,-0.545],[-1.384,-3.883],[-3.878,1.385],[-0.171,3.006],[-0.798,-0.047],[0.047,-0.799],[1.198,-1.628]],"o":[[-1.317,0.472],[-1.338,-0.078],[-1.219,-0.576],[-0.939,-1.021],[-0.471,-1.317],[0.079,-1.338],[0.575,-1.218],[1.022,-0.938],[1.073,-0.379],[1.089,-0.015],[0.763,0.238],[-0.14,0.456],[-0.285,0.104],[-1.545,-0.477],[-3.883,1.384],[1.384,3.882],[2.836,-1.011],[0.046,-0.799],[0.799,0.047],[-0.114,2.006],[-1.223,1.669]],"v":[[3.489,9.763],[-0.586,10.349],[-4.432,9.364],[-7.631,7.005],[-9.757,3.48],[-10.343,-0.594],[-9.357,-4.441],[-6.999,-7.64],[-3.473,-9.765],[-0.161,-10.367],[3.058,-9.905],[4.018,-8.096],[3.121,-7.158],[2.208,-7.137],[-2.499,-7.033],[-7.03,2.511],[2.514,7.036],[7.465,0.427],[8.994,-0.937],[10.358,0.593],[8.351,6.15]],"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":[10.361,10.368],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":846,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Guaranteed Icon","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[141.25,60.75,0],"ix":2,"l":2},"a":{"a":0,"k":[10.5,10.5,0],"ix":1,"l":2},"s":{"a":0,"k":[204.912,204.912,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.357,-0.021],[0.285,0.26],[0,0],[-0.513,0.576],[-0.576,-0.514],[0,0],[0,0],[-0.576,-0.513],[0.513,-0.575],[0,0]],"o":[[-0.358,0.021],[0,0],[-0.575,-0.514],[0.514,-0.575],[0,0],[0,0],[0.514,-0.575],[0.575,0.513],[0,0],[-0.254,0.285]],"v":[[-1.421,4.893],[-2.426,4.54],[-5.781,1.555],[-5.895,-0.415],[-3.924,-0.529],[-1.613,1.529],[3.809,-4.288],[5.781,-4.402],[5.895,-2.432],[-0.462,4.426]],"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":[12.424,8.975],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.954,-0.694],[1.384,0.083],[1.213,0.575],[0.907,0.99],[0.472,1.317],[-0.082,1.383],[-0.576,1.213],[-0.99,0.907],[-1.317,0.471],[-1.125,0.021],[-1.047,-0.327],[0.233,-0.762],[0.414,-0.15],[0.311,0.093],[1.535,-0.545],[-1.384,-3.883],[-3.878,1.385],[-0.171,3.006],[-0.798,-0.047],[0.047,-0.799],[1.198,-1.628]],"o":[[-1.317,0.472],[-1.338,-0.078],[-1.219,-0.576],[-0.939,-1.021],[-0.471,-1.317],[0.079,-1.338],[0.575,-1.218],[1.022,-0.938],[1.073,-0.379],[1.089,-0.015],[0.763,0.238],[-0.14,0.456],[-0.285,0.104],[-1.545,-0.477],[-3.883,1.384],[1.384,3.882],[2.836,-1.011],[0.046,-0.799],[0.799,0.047],[-0.114,2.006],[-1.223,1.669]],"v":[[3.489,9.763],[-0.586,10.349],[-4.432,9.364],[-7.631,7.005],[-9.757,3.48],[-10.343,-0.594],[-9.357,-4.441],[-6.999,-7.64],[-3.473,-9.765],[-0.161,-10.367],[3.058,-9.905],[4.018,-8.096],[3.121,-7.158],[2.208,-7.137],[-2.499,-7.033],[-7.03,2.511],[2.514,7.036],[7.465,0.427],[8.994,-0.937],[10.358,0.593],[8.351,6.15]],"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":[10.361,10.368],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":846,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 29","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[320.68,274.022,0],"ix":2,"l":2},"a":{"a":0,"k":[105.18,-21.228,0],"ix":1,"l":2},"s":{"a":0,"k":[48.931,48.931,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[87.5,-28.5],[103,-13],[118.125,-28.125]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.712110631606,0.75009095435,0.807058775659,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[102.303,102.303],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Shape Layer 32","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[227.555,193.647,0],"ix":2,"l":2},"a":{"a":0,"k":[105.18,-21.228,0],"ix":1,"l":2},"s":{"a":0,"k":[48.931,48.931,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[94.932,-21.074],[103,-13],[118.125,-28.125]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.156862745098,0.654901960784,0.270588235294,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"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":[0,340],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[102.303,102.303],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 31","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[198.68,60.397,0],"ix":2,"l":2},"a":{"a":0,"k":[105.18,-21.228,0],"ix":1,"l":2},"s":{"a":0,"k":[48.931,48.931,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[94.932,-21.074],[103,-13],[118.125,-28.125]],"c":false},"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":4,"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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[102.303,102.303],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 27","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[320.68,228.772,0],"ix":2,"l":2},"a":{"a":0,"k":[105.18,-21.228,0],"ix":1,"l":2},"s":{"a":0,"k":[48.931,48.931,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[87.5,-28.5],[103,-13],[118.125,-28.125]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.712110631606,0.75009095435,0.807058775659,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[102.303,102.303],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":5,"nm":"Email addresses (read only)","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[118.5,283.75,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":10,"f":"Lato-Regular","t":"Email addresses (read only)","ca":0,"j":0,"tr":0,"lh":12,"ls":0,"fc":[0.255,0.255,0.255]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":5,"nm":"Public and private","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[118.5,238.5,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":10,"f":"Lato-Regular","t":"Public and private","ca":0,"j":0,"tr":0,"lh":12,"ls":0,"fc":[0.255,0.255,0.255]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":5,"nm":"Wants to access your LobsterTailInc account","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[118.5,191,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":10,"f":"Lato-Regular","t":"Wants to access your LobsterTailInc account","ca":0,"j":0,"tr":0,"lh":12,"ls":0,"fc":[0.255,0.255,0.255]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":5,"nm":"Personal user data","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[118.5,271.5,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":12,"f":"Lato-Bold","t":"Personal user data","ca":0,"j":0,"tr":0,"lh":14.4,"ls":0,"fc":[0.255,0.255,0.255]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":5,"nm":"Guaranteed Network","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[105.5,365,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":12,"f":"Lato-Regular","t":"Guaranteed Network","ca":0,"j":0,"tr":0,"lh":14.4,"ls":0,"fc":[0.255,0.255,0.255]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":5,"nm":"Organization access","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[75,342.25,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":12,"f":"Lato-Bold","t":"Organization access","ca":0,"j":0,"tr":0,"lh":14.4,"ls":0,"fc":[0.255,0.255,0.255]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":5,"nm":"Repositories","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[118.5,226.25,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":12,"f":"Lato-Bold","t":"Repositories","ca":0,"j":0,"tr":0,"lh":14.4,"ls":0,"fc":[0.255,0.255,0.255]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":5,"nm":"Guaranteed Newtork","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[211.5,426.5,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":12,"f":"Lato-Regular","t":"Guaranteed Newtork","ca":0,"j":0,"tr":0,"lh":14.4,"ls":0,"fc":[1,1,1]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":5,"nm":"Cancel","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[117,419,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":12,"f":"Lato-Regular","t":"Cancel","ca":0,"j":0,"tr":0,"lh":14.4,"ls":0,"fc":[0.506,0.506,0.506]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":5,"nm":"Authorize","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[242.5,413.5,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":12,"f":"Lato-Regular","t":"Authorize","ca":0,"j":0,"tr":0,"lh":14.4,"ls":0,"fc":[1,1,1]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":5,"nm":"L","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[74.875,187.75,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":48,"f":"Limelight-Regular","t":"L","ca":0,"j":0,"tr":0,"lh":57.6,"ls":0,"fc":[1,1,1]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":5,"nm":"Github-to-Asana by GtdSoftware","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[118.5,175.5,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":12,"f":"Lato-Bold","t":"Github-to-Asana by GtdSoftware","ca":0,"j":0,"tr":0,"lh":14.4,"ls":0,"fc":[0.255,0.255,0.255]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":20,"ty":5,"nm":"Auuthorize Github-to-Asana","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[114,116,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":14,"f":"Lato-Regular","t":"Auuthorize Github-to-Asana","ca":0,"j":0,"tr":0,"lh":16.8,"ls":0,"fc":[0.255,0.255,0.255]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Shape Layer 33","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[87.68,361.65,0],"ix":2,"l":2},"a":{"a":0,"k":[-10.01,-2.692,0],"ix":1,"l":2},"s":{"a":0,"k":[96.636,96.636,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[22,22],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":146,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.026961337819,0.382099525601,0.838431324678,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-10.01,-2.692],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"Shape Layer 28","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[87.68,273.15,0],"ix":2,"l":2},"a":{"a":0,"k":[-10.01,-2.692,0],"ix":1,"l":2},"s":{"a":0,"k":[133,133,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[22,22],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":146,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.835294117647,0.835294117647,0.835294117647,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-10.01,-2.692],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":24,"ty":4,"nm":"Shape Layer 26","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[87.68,227.9,0],"ix":2,"l":2},"a":{"a":0,"k":[-10.01,-2.692,0],"ix":1,"l":2},"s":{"a":0,"k":[133,133,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[22,22],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":146,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.835294117647,0.835294117647,0.835294117647,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-10.01,-2.692],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":25,"ty":4,"nm":"Shape Layer 25","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[87.68,179.4,0],"ix":2,"l":2},"a":{"a":0,"k":[-10.01,-2.692,0],"ix":1,"l":2},"s":{"a":0,"k":[178.455,178.455,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[22,22],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":146,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.094381511913,0.180587678797,0.468235150506,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-10.01,-2.692],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"Shape Layer 21","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[261.18,58.4,0],"ix":2,"l":2},"a":{"a":0,"k":[-4,-1.25,0],"ix":1,"l":2},"s":{"a":0,"k":[208,208,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[30,30],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":146,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.141176470588,0.160784313725,0.180392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4,-1.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":27,"ty":4,"nm":"Shape Layer 23","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.18,60.4,0],"ix":2,"l":2},"a":{"a":0,"k":[-4,-1.25,0],"ix":1,"l":2},"s":{"a":0,"k":[208,208,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[10,10],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":146,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.156862745098,0.654901960784,0.270588235294,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4,-1.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":28,"ty":4,"nm":"Shape Layer 20","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[140.68,60.4,0],"ix":2,"l":2},"a":{"a":0,"k":[-4,-1.25,0],"ix":1,"l":2},"s":{"a":0,"k":[208,208,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[30,30],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":146,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.439215716194,0.176470588235,0.807843197093,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4,-1.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":29,"ty":4,"nm":"Shape Layer 24","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.68,61.4,0],"ix":2,"l":2},"a":{"a":0,"k":[-4,31.923,0],"ix":1,"l":2},"s":{"a":0,"k":[208,208,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[28,1],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.926274557675,0.926274557675,0.926274557675,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4,31.923],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"Shape Layer 30","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.68,399.4,0],"ix":2,"l":2},"a":{"a":0,"k":[-4,-1.25,0],"ix":1,"l":2},"s":{"a":0,"k":[208,208,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[125,1],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.935686178768,0.935686178768,0.935686178768,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4,-41.154],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":31,"ty":4,"nm":"Shape Layer 35","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[329.68,450.4,0],"ix":2,"l":2},"a":{"a":0,"k":[-4,-1.25,0],"ix":1,"l":2},"s":{"a":0,"k":[208,208,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[60,20],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":444,"s":[0.156862745098,0.654901960784,0.270588235294,1]},{"t":467,"s":[0.024298885837,0.543529331684,0.142863318324,1]}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-34,-18.077],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":32,"ty":4,"nm":"Shape Layer 34","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[196.68,450.4,0],"ix":2,"l":2},"a":{"a":0,"k":[-4,-1.25,0],"ix":1,"l":2},"s":{"a":0,"k":[208,208,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[60,20],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":[-34,-18.077],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"Shape Layer 22","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.68,227.4,0],"ix":2,"l":2},"a":{"a":0,"k":[-4,-1.25,0],"ix":1,"l":2},"s":{"a":0,"k":[208,208,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[152,153.791],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":[-4,31.923],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"Shape Layer 19","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.68,247.4,0],"ix":2,"l":2},"a":{"a":0,"k":[-4,-1.25,0],"ix":1,"l":2},"s":{"a":0,"k":[208,208,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[189,230.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.970195934819,0.970195934819,0.970195934819,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4,-1.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":5,"nm":"Password 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[99.022,271.458,0],"ix":2,"l":2},"a":{"a":0,"k":[33.586,-8.292,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":14,"f":"Lato-Regular","t":"************","ca":0,"j":0,"tr":0,"lh":16.8,"ls":0,"fc":[0.255,0.255,0.255]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[{"nm":"Animator 1","s":{"t":0,"xe":{"a":0,"k":0,"ix":7},"ne":{"a":0,"k":0,"ix":8},"a":{"a":0,"k":100,"ix":4},"b":1,"rn":0,"sh":1,"s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":301,"s":[0]},{"t":325,"s":[100]}],"ix":1},"r":1},"a":{"o":{"a":0,"k":0,"ix":9}}}]},"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":2,"nm":"chrome_x3xoSrUpQD.png","cl":"png","refId":"image_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[202,397,0],"ix":2,"l":2},"a":{"a":0,"k":[288.5,461.5,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[387.5,120.5],[202.5,120.5],[202.5,184.5],[387.5,184.5]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":5,"nm":"Forgot your password?","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[46.176,307,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":12,"f":"Lato-Regular","t":"Forgot your password?","ca":0,"j":0,"tr":0,"lh":14.4,"ls":0,"fc":[0.597,0.597,0.597]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":5,"nm":"Password","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[46.176,237,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":12,"f":"Lato-Regular","t":"Password","ca":0,"j":0,"tr":0,"lh":14.4,"ls":0,"fc":[0.597,0.597,0.597]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":5,"nm":"Log in","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[176.497,360.162,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":18,"f":"Lato-Regular","t":"Log in","ca":0,"j":0,"tr":0,"lh":21.6,"ls":0,"fc":[1,1,1]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":5,"nm":"Email Address","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[46.176,154,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":12,"f":"Lato-Regular","t":"Email Address","ca":0,"j":0,"tr":0,"lh":14.4,"ls":0,"fc":[0.597,0.597,0.597]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":5,"nm":"Email Address 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[66.5,191,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":14,"f":"Lato-Regular","t":"johndoe@gmail.com","ca":0,"j":0,"tr":0,"lh":16.8,"ls":0,"fc":[0.255,0.255,0.255]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[{"nm":"Animator 1","s":{"t":0,"xe":{"a":0,"k":0,"ix":7},"ne":{"a":0,"k":0,"ix":8},"a":{"a":0,"k":100,"ix":4},"b":1,"rn":0,"sh":1,"s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":281,"s":[0]},{"t":301,"s":[100]}],"ix":1},"r":1},"a":{"o":{"a":0,"k":0,"ix":9}}}]},"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 16","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":255,"s":[0]},{"t":263,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.68,330.4,0],"ix":2,"l":2},"a":{"a":0,"k":[-4,-1.25,0],"ix":1,"l":2},"s":{"a":0,"k":[208,208,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[59,1],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.844705738741,0.844705738741,0.844705738741,1],"ix":4},"o":{"a":0,"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.471,-10.385],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 17","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":255,"s":[0]},{"t":263,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.68,355.238,0],"ix":2,"l":2},"a":{"a":0,"k":[-4,-1.25,0],"ix":1,"l":2},"s":{"a":0,"k":[208,208,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[149,20],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":337,"s":[0.474509833841,0.431372578939,1,1]},{"t":346,"s":[0.327902585268,0.284705847502,0.854117572308,1]}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-4,-1.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 15","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":255,"s":[0]},{"t":263,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.68,270.4,0],"ix":2,"l":2},"a":{"a":0,"k":[-4,-1.25,0],"ix":1,"l":2},"s":{"a":0,"k":[208,208,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[149,20],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":335,"s":[0.840627513212,0.869866644167,0.913725490196,1]},{"t":354,"s":[0.635294139385,0.666666686535,0.713725507259,1]}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":[-4,-1.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Shape Layer 14","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":255,"s":[0]},{"t":263,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.68,187.4,0],"ix":2,"l":2},"a":{"a":0,"k":[-4,-1.25,0],"ix":1,"l":2},"s":{"a":0,"k":[208,208,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[149,20],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":296,"s":[0.840627513212,0.869866644167,0.913725490196,1]},{"t":311,"s":[0.63577568531,0.666641831398,0.712941110134,1]}],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":[-4,-1.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Shape Layer 13","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":255,"s":[0]},{"t":263,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.68,247.4,0],"ix":2,"l":2},"a":{"a":0,"k":[-4,-1.25,0],"ix":1,"l":2},"s":{"a":0,"k":[208,208,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[189,230.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":[-4,-1.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0}]},{"id":"comp_2","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[204.25,127.25,0],"ix":2,"l":2},"a":{"a":0,"k":[4.25,-108.75,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[327.5,1],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.859807811064,0.879790840897,0.894902008655,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[4.25,-108.75],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 1 Outlines 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[139.65,37.5,0],"ix":2,"l":2},"a":{"a":0,"k":[126.429,18.232,0],"ix":1,"l":2},"s":{"a":0,"k":[84.942,84.942,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.234,0],[0.26,-0.261],[0.073,-0.478],[0,0],[0.055,0.182],[0.115,0.137],[0.175,0.079]],"o":[[-0.461,0],[-0.261,0.259],[0,0],[0,-0.205],[-0.056,-0.181],[-0.115,-0.136],[-0.175,-0.079]],"v":[[0.189,-2.249],[-0.893,-1.859],[-1.393,-0.751],[1.578,-0.751],[1.495,-1.331],[1.239,-1.809],[0.803,-2.132]],"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.491,0],[-0.347,-0.132],[-0.252,-0.254],[-0.141,-0.369],[0,-0.475],[0.011,-0.078],[0.028,-0.045],[0.047,-0.02],[0.073,0],[0,0],[-0.317,-0.316],[-0.522,0],[-0.186,0.061],[-0.139,0.073],[-0.104,0.059],[-0.098,0],[-0.047,-0.026],[-0.034,-0.046],[0,0],[0.218,-0.138],[0.238,-0.084],[0.246,-0.034],[0.23,0],[0.392,0.152],[0.29,0.297],[0.166,0.437],[0,0.576],[-0.145,0.394],[-0.271,0.292],[-0.391,0.17]],"o":[[0.414,0],[0.348,0.132],[0.252,0.253],[0.14,0.369],[0,0.119],[-0.011,0.079],[-0.028,0.044],[-0.047,0.018],[0,0],[0.047,0.675],[0.315,0.316],[0.255,0],[0.185,-0.059],[0.139,-0.072],[0.105,-0.06],[0.064,0],[0.047,0.025],[0,0],[-0.175,0.205],[-0.218,0.139],[-0.236,0.083],[-0.245,0.034],[-0.456,0],[-0.393,-0.151],[-0.29,-0.296],[-0.167,-0.438],[0,-0.448],[0.145,-0.395],[0.271,-0.292],[0.39,-0.171]],"v":[[0.157,-3.383],[1.299,-3.184],[2.199,-2.605],[2.788,-1.671],[2.999,-0.406],[2.983,-0.109],[2.925,0.077],[2.813,0.174],[2.634,0.202],[-1.424,0.202],[-0.88,1.688],[0.375,2.161],[1.037,2.07],[1.523,1.872],[1.888,1.674],[2.192,1.585],[2.359,1.624],[2.48,1.732],[2.941,2.309],[2.352,2.824],[1.67,3.157],[0.947,3.333],[0.233,3.383],[-1.04,3.157],[-2.065,2.484],[-2.749,1.383],[-2.999,-0.137],[-2.782,-1.402],[-2.158,-2.432],[-1.165,-3.126]],"c":true},"ix":2},"nm":"Path 2","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":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.507,30.615],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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,0],[-0.064,-0.059],[-0.022,-0.145],[0,0],[-0.315,0.235],[-0.394,0],[-0.213,-0.149],[0,0],[0.043,-0.032],[0.072,0],[0.11,0.03],[0.184,0],[0.234,-0.181],[0.163,-0.349],[0,0]],"o":[[0,0],[0,0],[0.162,0],[0.064,0.06],[0,0],[0.235,-0.406],[0.317,-0.234],[0.324,0],[0,0],[-0.012,0.077],[-0.042,0.032],[-0.065,0],[-0.111,-0.03],[-0.328,0],[-0.235,0.182],[0,0],[0,0]],"v":[[-2.093,3.344],[-2.093,-3.223],[-1.165,-3.223],[-0.826,-3.135],[-0.697,-2.827],[-0.602,-2.033],[0.223,-2.993],[1.287,-3.344],[2.093,-3.122],[1.889,-1.937],[1.804,-1.773],[1.633,-1.725],[1.37,-1.771],[0.928,-1.816],[0.083,-1.544],[-0.512,-0.747],[-0.512,3.344]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[242.684,30.558],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.265,0],[-0.136,0.029],[-0.122,0.059],[-0.113,0.086],[-0.115,0.118],[0,0],[0.31,-0.059],[0.187,-0.09],[0.079,-0.12],[0,-0.143],[-0.164,-0.121]],"o":[[0.162,0],[0.137,-0.029],[0.121,-0.058],[0.114,-0.085],[0,0],[-0.461,0],[-0.31,0.058],[-0.188,0.091],[-0.08,0.12],[0,0.279],[0.165,0.12]],"v":[[-0.336,2.307],[0.112,2.263],[0.5,2.131],[0.85,1.913],[1.194,1.608],[1.194,0.508],[0.039,0.596],[-0.707,0.818],[-1.108,1.134],[-1.227,1.528],[-0.98,2.127]],"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],[0.085,0.045],[0.043,0.136],[0,0],[0.161,-0.113],[0.171,-0.077],[0.193,-0.038],[0.235,0],[0.235,0.074],[0.169,0.149],[0.094,0.223],[0,0.296],[-0.13,0.243],[-0.302,0.194],[-0.503,0.128],[-0.747,0],[0,0],[0.185,0.213],[0.354,0],[0.171,-0.06],[0.126,-0.074],[0.106,-0.059],[0.128,0],[0.076,0.056],[0.047,0.081],[0,0],[-1.068,0],[-0.301,-0.126],[-0.209,-0.225],[-0.109,-0.311],[0,-0.371]],"o":[[0,0],[-0.149,0],[-0.086,-0.045],[0,0],[-0.167,0.149],[-0.16,0.114],[-0.17,0.078],[-0.192,0.038],[-0.278,0],[-0.235,-0.076],[-0.168,-0.151],[-0.094,-0.223],[0,-0.248],[0.13,-0.241],[0.304,-0.195],[0.504,-0.129],[0,0],[0,-0.443],[-0.186,-0.213],[-0.256,0],[-0.171,0.059],[-0.126,0.075],[-0.107,0.06],[-0.107,0],[-0.077,-0.055],[0,0],[0.755,-0.691],[0.383,0],[0.301,0.126],[0.209,0.223],[0.109,0.312],[0,0]],"v":[[2.737,3.293],[2.026,3.293],[1.674,3.226],[1.482,2.954],[1.341,2.487],[0.85,2.88],[0.354,3.165],[-0.19,3.338],[-0.829,3.396],[-1.598,3.284],[-2.203,2.947],[-2.596,2.387],[-2.737,1.61],[-2.542,0.874],[-1.893,0.22],[-0.682,-0.265],[1.194,-0.458],[1.194,-0.845],[0.915,-1.829],[0.105,-2.148],[-0.535,-2.058],[-0.98,-1.857],[-1.328,-1.655],[-1.681,-1.565],[-1.956,-1.649],[-2.142,-1.853],[-2.43,-2.359],[0.305,-3.396],[1.332,-3.208],[2.096,-2.682],[2.573,-1.88],[2.737,-0.855]],"c":true},"ix":2},"nm":"Path 2","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":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[236.17,30.61],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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.081,-0.055],[-0.022,-0.086],[0,0],[-0.032,-0.183],[-0.03,-0.184],[-0.054,0.184],[-0.06,0.192],[0,0],[-0.076,0.056],[-0.101,0],[0,0],[-0.078,-0.054],[-0.026,-0.086],[0,0],[-0.044,-0.172],[-0.043,-0.175],[-0.036,0.183],[-0.056,0.196],[0,0],[-0.081,0.056],[-0.107,0],[0,0],[0,0],[0,0],[0.059,0.188],[0,0],[0.032,0.126],[0.021,0.124],[0.03,-0.126],[0.038,-0.128],[0,0],[0.171,0],[0,0]],"o":[[0,0],[0.119,0],[0.081,0.056],[0,0],[0.051,0.192],[0.032,0.184],[0.047,-0.184],[0.052,-0.183],[0,0],[0.026,-0.086],[0.077,-0.054],[0,0],[0.116,0],[0.077,0.056],[0,0],[0.055,0.184],[0.045,0.173],[0.031,-0.184],[0.036,-0.184],[0,0],[0.022,-0.086],[0.081,-0.055],[0,0],[0,0],[0,0],[-0.137,0],[0,0],[-0.038,-0.123],[-0.033,-0.126],[-0.026,0.128],[-0.031,0.126],[0,0],[-0.06,0.188],[0,0],[0,0]],"v":[[-5.019,-3.277],[-3.764,-3.277],[-3.463,-3.195],[-3.31,-2.982],[-2.369,0.525],[-2.244,1.089],[-2.151,1.639],[-2,1.089],[-1.831,0.525],[-0.743,-2.995],[-0.589,-3.208],[-0.321,-3.29],[0.377,-3.29],[0.666,-3.208],[0.819,-2.995],[1.895,0.59],[2.045,1.124],[2.176,1.646],[2.276,1.096],[2.414,0.525],[3.386,-2.982],[3.54,-3.195],[3.822,-3.277],[5.019,-3.277],[2.938,3.29],[1.665,3.29],[1.37,3.01],[0.185,-0.788],[0.08,-1.161],[0,-1.536],[-0.083,-1.156],[-0.186,-0.775],[-1.383,3.01],[-1.729,3.29],[-2.939,3.29]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[227.724,30.612],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.32,0],[0.307,0.322],[0,0.567],[0,0],[0,0],[0.061,0.055],[0,0.111],[0,0],[0,0],[0,0],[-0.062,0.047],[-0.093,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.103,-0.115],[-0.171,0],[-0.066,0.024],[-0.049,0.026],[-0.038,0.023],[-0.038,0],[-0.029,-0.023],[-0.034,-0.046],[0,0],[0.299,-0.098]],"o":[[-0.567,0],[-0.307,-0.323],[0,0],[0,0],[-0.086,0],[-0.063,-0.056],[0,0],[0,0],[0,0],[0.017,-0.085],[0.062,-0.047],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.205],[0.102,0.115],[0.098,0],[0.067,-0.023],[0.049,-0.025],[0.039,-0.023],[0.047,0],[0.031,0.023],[0,0],[-0.231,0.192],[-0.299,0.098]],"v":[[0.515,4.34],[-0.798,3.857],[-1.257,2.523],[-1.257,-1.145],[-1.923,-1.145],[-2.145,-1.229],[-2.238,-1.479],[-2.238,-2.105],[-1.182,-2.279],[-0.848,-4.072],[-0.73,-4.27],[-0.496,-4.34],[0.324,-4.34],[0.324,-2.273],[2.051,-2.273],[2.051,-1.145],[0.324,-1.145],[0.324,2.413],[0.477,2.894],[0.887,3.066],[1.133,3.031],[1.305,2.958],[1.437,2.885],[1.551,2.849],[1.667,2.885],[1.764,2.99],[2.238,3.758],[1.443,4.193]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[220.064,29.665],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.075,0.064],[0,0.115],[0,0],[0,0],[0,0],[-0.112,0.299],[-0.212,0.209],[-0.304,0.11],[-0.38,0],[-0.261,-0.081],[0,0],[0.106,-0.03],[0.14,0],[0.147,-0.041],[0.102,-0.101],[0.054,-0.164],[0,-0.243],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[-0.123,-0.021],[-0.074,-0.064],[0,0],[0,0],[0,0],[0,-0.375],[0.113,-0.299],[0.211,-0.208],[0.302,-0.111],[0.304,0],[0,0],[-0.009,0.123],[-0.107,0.03],[-0.189,0],[-0.148,0.04],[-0.103,0.1],[-0.052,0.165],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-1.159,4.708],[-1.159,-0.669],[-1.729,-0.758],[-2.027,-0.887],[-2.138,-1.156],[-2.138,-1.803],[-1.159,-1.803],[-1.159,-2.288],[-0.99,-3.3],[-0.503,-4.062],[0.269,-4.542],[1.292,-4.708],[2.138,-4.587],[2.106,-3.792],[1.933,-3.562],[1.562,-3.518],[1.059,-3.456],[0.685,-3.245],[0.45,-2.85],[0.37,-2.238],[0.37,-1.803],[2.08,-1.803],[2.08,-0.675],[0.422,-0.675],[0.422,4.708]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[215.248,29.194],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.556,0],[-0.263,0.367],[0,0.709],[0.263,0.371],[0.546,0],[0.264,-0.373],[0,-0.704],[-0.265,-0.369]],"o":[[0.546,0],[0.263,-0.367],[0,-0.708],[-0.263,-0.372],[-0.556,0],[-0.265,0.373],[0,0.704],[0.264,0.369]],"v":[[0.01,2.167],[1.223,1.617],[1.616,0.003],[1.223,-1.615],[0.01,-2.174],[-1.219,-1.613],[-1.617,0.003],[-1.219,1.613]],"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.491,0],[-0.398,-0.159],[-0.282,-0.29],[-0.155,-0.418],[0,-0.516],[0.153,-0.418],[0.282,-0.295],[0.399,-0.158],[0.49,0],[0.402,0.158],[0.284,0.294],[0.156,0.419],[0,0.521],[-0.156,0.419],[-0.283,0.29],[-0.4,0.158]],"o":[[0.49,0],[0.399,0.158],[0.282,0.29],[0.153,0.419],[0,0.521],[-0.155,0.419],[-0.282,0.294],[-0.398,0.158],[-0.491,0],[-0.4,-0.158],[-0.283,-0.295],[-0.156,-0.418],[0,-0.516],[0.156,-0.418],[0.284,-0.29],[0.402,-0.159]],"v":[[0.01,-3.383],[1.344,-3.146],[2.365,-2.475],[3.019,-1.411],[3.249,-0.01],[3.019,1.398],[2.365,2.469],[1.344,3.146],[0.01,3.383],[-1.329,3.146],[-2.356,2.469],[-3.015,1.398],[-3.249,-0.01],[-3.015,-1.411],[-2.356,-2.475],[-1.329,-3.146]],"c":true},"ix":2},"nm":"Path 2","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":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[209.194,30.615],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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.047,-0.029],[0.073,0],[0.087,0.043],[0.115,0.053],[0.148,0.043],[0.2,0],[0.18,-0.133],[0,-0.214],[-0.092,-0.096],[-0.153,-0.073],[-0.191,-0.058],[-0.2,-0.068],[-0.191,-0.088],[-0.152,-0.135],[-0.092,-0.188],[0,-0.265],[0.115,-0.267],[0.222,-0.194],[0.327,-0.11],[0.423,0],[0.214,0.04],[0.199,0.072],[0.169,0.098],[0.128,0.115],[0,0],[-0.064,0.039],[-0.099,0],[-0.088,-0.055],[-0.115,-0.065],[-0.155,-0.055],[-0.239,0],[-0.135,0.045],[-0.087,0.072],[-0.04,0.096],[0,0.103],[0.091,0.099],[0.152,0.073],[0.194,0.058],[0.203,0.068],[0.194,0.092],[0.151,0.14],[0.092,0.204],[0,0.29],[-0.107,0.243],[-0.207,0.181],[-0.31,0.109],[-0.405,0],[-0.371,-0.15],[-0.248,-0.243]],"o":[[-0.042,0.068],[-0.047,0.027],[-0.077,0],[-0.087,-0.043],[-0.116,-0.053],[-0.146,-0.043],[-0.312,0],[-0.178,0.132],[0,0.141],[0.091,0.096],[0.151,0.073],[0.193,0.058],[0.201,0.069],[0.193,0.087],[0.151,0.134],[0.092,0.188],[0,0.315],[-0.115,0.267],[-0.222,0.195],[-0.326,0.108],[-0.227,0],[-0.216,-0.041],[-0.199,-0.072],[-0.169,-0.098],[0,0],[0.047,-0.073],[0.064,-0.038],[0.097,0],[0.087,0.055],[0.115,0.064],[0.156,0.055],[0.187,0],[0.134,-0.045],[0.088,-0.073],[0.041,-0.097],[0,-0.153],[-0.092,-0.097],[-0.151,-0.072],[-0.195,-0.057],[-0.202,-0.069],[-0.194,-0.091],[-0.153,-0.142],[-0.091,-0.205],[0,-0.268],[0.106,-0.245],[0.207,-0.181],[0.31,-0.109],[0.452,0],[0.371,0.149],[0,0]],"v":[[2.023,-2.004],[1.889,-1.859],[1.71,-1.818],[1.462,-1.882],[1.16,-2.026],[0.764,-2.17],[0.243,-2.234],[-0.493,-2.035],[-0.762,-1.517],[-0.624,-1.162],[-0.258,-0.909],[0.255,-0.714],[0.844,-0.525],[1.434,-0.291],[1.949,0.042],[2.314,0.525],[2.452,1.204],[2.279,2.077],[1.773,2.768],[0.951,3.224],[-0.173,3.387],[-0.835,3.326],[-1.456,3.156],[-2.007,2.9],[-2.452,2.58],[-2.087,1.978],[-1.921,1.811],[-1.676,1.754],[-1.398,1.837],[-1.094,2.017],[-0.689,2.196],[-0.096,2.279],[0.387,2.212],[0.719,2.036],[0.913,1.783],[0.973,1.485],[0.835,1.107],[0.471,0.851],[-0.048,0.656],[-0.643,0.468],[-1.238,0.227],[-1.757,-0.121],[-2.122,-0.64],[-2.26,-1.383],[-2.1,-2.15],[-1.628,-2.788],[-0.855,-3.223],[0.217,-3.387],[1.454,-3.162],[2.382,-2.573]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"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.552,30.619],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.137],[-0.049,0.119],[-0.088,0.086],[-0.12,0.052],[-0.137,0],[-0.121,-0.05],[-0.085,-0.085],[-0.05,-0.12],[0,-0.132],[0.052,-0.118],[0.086,-0.085],[0.119,-0.049],[0.131,0],[0.119,0.05],[0.087,0.085],[0.049,0.117]],"o":[[0,-0.132],[0.049,-0.12],[0.087,-0.085],[0.119,-0.05],[0.131,0],[0.119,0.052],[0.086,0.086],[0.052,0.119],[0,0.137],[-0.05,0.117],[-0.085,0.085],[-0.121,0.05],[-0.137,0],[-0.12,-0.049],[-0.088,-0.085],[-0.049,-0.118]],"v":[[-0.969,0.003],[-0.896,-0.375],[-0.691,-0.683],[-0.381,-0.887],[0.003,-0.964],[0.382,-0.887],[0.688,-0.683],[0.893,-0.375],[0.969,0.003],[0.893,0.385],[0.688,0.689],[0.382,0.889],[0.003,0.964],[-0.381,0.889],[-0.691,0.689],[-0.896,0.385]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[198.26,33.029],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.205,0],[-0.231,0.137],[-0.205,0.252],[0,0],[0.211,0.089],[0.243,0],[0.194,-0.09],[0.135,-0.182],[0.072,-0.279],[0,-0.38],[-0.063,-0.266],[-0.116,-0.168],[-0.166,-0.076]],"o":[[0.328,0],[0.23,-0.137],[0,0],[-0.179,-0.218],[-0.211,-0.09],[-0.24,0],[-0.194,0.089],[-0.135,0.182],[-0.073,0.28],[0,0.383],[0.061,0.268],[0.115,0.169],[0.167,0.074]],"v":[[-0.05,3.549],[0.788,3.346],[1.441,2.762],[1.441,-0.182],[0.855,-0.643],[0.174,-0.777],[-0.477,-0.643],[-0.969,-0.236],[-1.279,0.454],[-1.389,1.445],[-1.296,2.419],[-1.029,3.072],[-0.609,3.439]],"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.065,0.192],[0,0],[0.149,-0.124],[0.173,-0.09],[0.199,-0.049],[0.23,0],[0.298,0.15],[0.216,0.283],[0.117,0.419],[0,0.537],[-0.132,0.418],[-0.248,0.307],[-0.346,0.172],[-0.432,0],[-0.26,-0.118],[-0.205,-0.196],[0,0],[0,0],[0,0]],"o":[[-0.205,0],[0,0],[-0.137,0.154],[-0.15,0.124],[-0.173,0.089],[-0.199,0.048],[-0.358,0],[-0.299,-0.149],[-0.215,-0.284],[-0.117,-0.418],[0,-0.487],[0.131,-0.418],[0.247,-0.307],[0.345,-0.173],[0.367,0],[0.261,0.117],[0,0],[0,0],[0,0],[0,0]],"v":[[2.055,4.708],[1.652,4.421],[1.523,3.786],[1.096,4.202],[0.611,4.523],[0.055,4.732],[-0.589,4.805],[-1.574,4.581],[-2.346,3.932],[-2.846,2.878],[-3.021,1.445],[-2.822,0.087],[-2.253,-1.001],[-1.363,-1.721],[-0.197,-1.98],[0.743,-1.805],[1.441,-1.335],[1.441,-4.805],[3.021,-4.805],[3.021,4.708]],"c":true},"ix":2},"nm":"Path 2","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":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[192.809,29.194],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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.234,0],[0.26,-0.261],[0.073,-0.478],[0,0],[0.055,0.182],[0.115,0.137],[0.175,0.079]],"o":[[-0.461,0],[-0.261,0.259],[0,0],[0,-0.205],[-0.056,-0.181],[-0.115,-0.136],[-0.175,-0.079]],"v":[[0.189,-2.249],[-0.893,-1.859],[-1.393,-0.751],[1.578,-0.751],[1.495,-1.331],[1.239,-1.809],[0.803,-2.132]],"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.491,0],[-0.347,-0.132],[-0.252,-0.254],[-0.141,-0.369],[0,-0.475],[0.011,-0.078],[0.028,-0.045],[0.047,-0.02],[0.073,0],[0,0],[-0.317,-0.316],[-0.522,0],[-0.186,0.061],[-0.139,0.073],[-0.104,0.059],[-0.098,0],[-0.047,-0.026],[-0.034,-0.046],[0,0],[0.218,-0.138],[0.238,-0.084],[0.246,-0.034],[0.23,0],[0.392,0.152],[0.29,0.297],[0.166,0.437],[0,0.576],[-0.145,0.394],[-0.271,0.292],[-0.391,0.17]],"o":[[0.414,0],[0.348,0.132],[0.252,0.253],[0.14,0.369],[0,0.119],[-0.011,0.079],[-0.028,0.044],[-0.047,0.018],[0,0],[0.047,0.675],[0.315,0.316],[0.255,0],[0.185,-0.059],[0.139,-0.072],[0.105,-0.06],[0.064,0],[0.047,0.025],[0,0],[-0.175,0.205],[-0.218,0.139],[-0.236,0.083],[-0.245,0.034],[-0.456,0],[-0.393,-0.151],[-0.29,-0.296],[-0.167,-0.438],[0,-0.448],[0.145,-0.395],[0.271,-0.292],[0.39,-0.171]],"v":[[0.157,-3.383],[1.299,-3.184],[2.199,-2.605],[2.788,-1.671],[2.999,-0.406],[2.983,-0.109],[2.925,0.077],[2.813,0.174],[2.634,0.202],[-1.424,0.202],[-0.88,1.688],[0.375,2.161],[1.037,2.07],[1.523,1.872],[1.888,1.674],[2.192,1.585],[2.359,1.624],[2.48,1.732],[2.941,2.309],[2.352,2.824],[1.67,3.157],[0.947,3.333],[0.233,3.383],[-1.04,3.157],[-2.065,2.484],[-2.749,1.383],[-2.999,-0.137],[-2.782,-1.402],[-2.158,-2.432],[-1.165,-3.126]],"c":true},"ix":2},"nm":"Path 2","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":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[185.828,30.615],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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.234,0],[0.26,-0.261],[0.073,-0.478],[0,0],[0.055,0.182],[0.115,0.137],[0.175,0.079]],"o":[[-0.461,0],[-0.261,0.259],[0,0],[0,-0.205],[-0.056,-0.181],[-0.115,-0.136],[-0.175,-0.079]],"v":[[0.189,-2.249],[-0.893,-1.859],[-1.393,-0.751],[1.578,-0.751],[1.495,-1.331],[1.239,-1.809],[0.803,-2.132]],"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.491,0],[-0.347,-0.132],[-0.252,-0.254],[-0.141,-0.369],[0,-0.475],[0.011,-0.078],[0.028,-0.045],[0.047,-0.02],[0.073,0],[0,0],[-0.317,-0.316],[-0.522,0],[-0.186,0.061],[-0.139,0.073],[-0.104,0.059],[-0.098,0],[-0.047,-0.026],[-0.034,-0.046],[0,0],[0.218,-0.138],[0.238,-0.084],[0.246,-0.034],[0.23,0],[0.392,0.152],[0.29,0.297],[0.166,0.437],[0,0.576],[-0.145,0.394],[-0.271,0.292],[-0.391,0.17]],"o":[[0.414,0],[0.348,0.132],[0.252,0.253],[0.14,0.369],[0,0.119],[-0.011,0.079],[-0.028,0.044],[-0.047,0.018],[0,0],[0.047,0.675],[0.315,0.316],[0.255,0],[0.185,-0.059],[0.139,-0.072],[0.105,-0.06],[0.064,0],[0.047,0.025],[0,0],[-0.175,0.205],[-0.218,0.139],[-0.236,0.083],[-0.245,0.034],[-0.456,0],[-0.393,-0.151],[-0.29,-0.296],[-0.167,-0.438],[0,-0.448],[0.145,-0.395],[0.271,-0.292],[0.39,-0.171]],"v":[[0.157,-3.383],[1.299,-3.184],[2.199,-2.605],[2.788,-1.671],[2.999,-0.406],[2.983,-0.109],[2.925,0.077],[2.813,0.174],[2.634,0.202],[-1.424,0.202],[-0.88,1.688],[0.375,2.161],[1.037,2.07],[1.523,1.872],[1.888,1.674],[2.192,1.585],[2.359,1.624],[2.48,1.732],[2.941,2.309],[2.352,2.824],[1.67,3.157],[0.947,3.333],[0.233,3.383],[-1.04,3.157],[-2.065,2.484],[-2.749,1.383],[-2.999,-0.137],[-2.782,-1.402],[-2.158,-2.432],[-1.165,-3.126]],"c":true},"ix":2},"nm":"Path 2","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":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[178.858,30.615],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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.32,0],[0.307,0.322],[0,0.567],[0,0],[0,0],[0.061,0.055],[0,0.111],[0,0],[0,0],[0,0],[-0.062,0.047],[-0.093,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.103,-0.115],[-0.171,0],[-0.066,0.024],[-0.049,0.026],[-0.038,0.023],[-0.038,0],[-0.029,-0.023],[-0.034,-0.046],[0,0],[0.299,-0.098]],"o":[[-0.567,0],[-0.307,-0.323],[0,0],[0,0],[-0.086,0],[-0.063,-0.056],[0,0],[0,0],[0,0],[0.017,-0.085],[0.062,-0.047],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.205],[0.102,0.115],[0.098,0],[0.067,-0.023],[0.049,-0.025],[0.039,-0.023],[0.047,0],[0.031,0.023],[0,0],[-0.231,0.192],[-0.299,0.098]],"v":[[0.515,4.34],[-0.798,3.857],[-1.257,2.523],[-1.257,-1.145],[-1.923,-1.145],[-2.145,-1.229],[-2.238,-1.479],[-2.238,-2.105],[-1.182,-2.279],[-0.848,-4.072],[-0.73,-4.27],[-0.496,-4.34],[0.324,-4.34],[0.324,-2.273],[2.051,-2.273],[2.051,-1.145],[0.324,-1.145],[0.324,2.413],[0.477,2.894],[0.887,3.066],[1.133,3.031],[1.305,2.958],[1.437,2.885],[1.551,2.849],[1.667,2.885],[1.764,2.99],[2.238,3.758],[1.443,4.193]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[172.859,29.665],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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],[0,0],[0,0],[-0.063,-0.192],[0,0],[-0.147,0.112],[-0.164,0.081],[-0.188,0.043],[-0.223,0],[-0.277,-0.121],[-0.185,-0.219],[-0.096,-0.305],[0,-0.366],[0,0],[0,0],[0,0],[0.187,0.219],[0.371,0],[0.239,-0.124],[0.214,-0.214],[0,0]],"o":[[0,0],[0,0],[0.205,0],[0,0],[0.132,-0.136],[0.148,-0.111],[0.165,-0.081],[0.188,-0.043],[0.358,0],[0.277,0.122],[0.186,0.22],[0.097,0.304],[0,0],[0,0],[0,0],[0,-0.4],[-0.185,-0.22],[-0.273,0],[-0.239,0.124],[0,0],[0,0]],"v":[[-2.862,3.335],[-2.862,-3.232],[-1.895,-3.232],[-1.492,-2.945],[-1.383,-2.426],[-0.964,-2.798],[-0.497,-3.085],[0.032,-3.27],[0.647,-3.335],[1.6,-3.152],[2.295,-2.641],[2.717,-1.852],[2.862,-0.846],[2.862,3.335],[1.281,3.335],[1.281,-0.846],[1.001,-1.775],[0.166,-2.105],[-0.602,-1.921],[-1.281,-1.415],[-1.281,3.335]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[166.672,30.567],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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.265,0],[-0.136,0.029],[-0.122,0.059],[-0.113,0.086],[-0.115,0.118],[0,0],[0.31,-0.059],[0.187,-0.09],[0.079,-0.12],[0,-0.143],[-0.164,-0.121]],"o":[[0.162,0],[0.137,-0.029],[0.121,-0.058],[0.114,-0.085],[0,0],[-0.461,0],[-0.31,0.058],[-0.188,0.091],[-0.08,0.12],[0,0.279],[0.165,0.12]],"v":[[-0.337,2.307],[0.111,2.263],[0.499,2.131],[0.85,1.913],[1.193,1.608],[1.193,0.508],[0.038,0.596],[-0.708,0.818],[-1.108,1.134],[-1.227,1.528],[-0.981,2.127]],"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],[0.085,0.045],[0.043,0.136],[0,0],[0.161,-0.113],[0.171,-0.077],[0.193,-0.038],[0.235,0],[0.235,0.074],[0.169,0.149],[0.094,0.223],[0,0.296],[-0.13,0.243],[-0.302,0.194],[-0.503,0.128],[-0.747,0],[0,0],[0.185,0.213],[0.354,0],[0.171,-0.06],[0.126,-0.074],[0.106,-0.059],[0.128,0],[0.076,0.056],[0.047,0.081],[0,0],[-1.068,0],[-0.301,-0.126],[-0.209,-0.225],[-0.109,-0.311],[0,-0.371]],"o":[[0,0],[-0.149,0],[-0.086,-0.045],[0,0],[-0.167,0.149],[-0.16,0.114],[-0.17,0.078],[-0.192,0.038],[-0.278,0],[-0.235,-0.076],[-0.168,-0.151],[-0.094,-0.223],[0,-0.248],[0.13,-0.241],[0.304,-0.195],[0.504,-0.129],[0,0],[0,-0.443],[-0.186,-0.213],[-0.256,0],[-0.171,0.059],[-0.126,0.075],[-0.107,0.06],[-0.107,0],[-0.077,-0.055],[0,0],[0.755,-0.691],[0.383,0],[0.301,0.126],[0.209,0.223],[0.109,0.312],[0,0]],"v":[[2.736,3.293],[2.025,3.293],[1.674,3.226],[1.481,2.954],[1.341,2.487],[0.85,2.88],[0.354,3.165],[-0.19,3.338],[-0.83,3.396],[-1.598,3.284],[-2.203,2.947],[-2.597,2.387],[-2.737,1.61],[-2.542,0.874],[-1.893,0.22],[-0.683,-0.265],[1.193,-0.458],[1.193,-0.845],[0.915,-1.829],[0.105,-2.148],[-0.535,-2.058],[-0.981,-1.857],[-1.329,-1.655],[-1.681,-1.565],[-1.956,-1.649],[-2.142,-1.853],[-2.43,-2.359],[0.304,-3.396],[1.331,-3.208],[2.096,-2.682],[2.573,-1.88],[2.736,-0.855]],"c":true},"ix":2},"nm":"Path 2","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":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"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.39,30.61],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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],[0,0],[-0.064,-0.059],[-0.022,-0.145],[0,0],[-0.315,0.235],[-0.394,0],[-0.213,-0.149],[0,0],[0.043,-0.032],[0.072,0],[0.11,0.03],[0.184,0],[0.234,-0.181],[0.163,-0.349],[0,0]],"o":[[0,0],[0,0],[0.162,0],[0.064,0.06],[0,0],[0.235,-0.406],[0.317,-0.234],[0.324,0],[0,0],[-0.012,0.077],[-0.042,0.032],[-0.065,0],[-0.111,-0.03],[-0.328,0],[-0.235,0.182],[0,0],[0,0]],"v":[[-2.093,3.344],[-2.093,-3.223],[-1.165,-3.223],[-0.826,-3.135],[-0.697,-2.827],[-0.602,-2.033],[0.223,-2.993],[1.288,-3.344],[2.094,-3.122],[1.889,-1.937],[1.805,-1.773],[1.633,-1.725],[1.37,-1.771],[0.928,-1.816],[0.083,-1.544],[-0.512,-0.747],[-0.512,3.344]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[153.9,30.558],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[-0.265,0],[-0.136,0.029],[-0.121,0.059],[-0.113,0.086],[-0.115,0.118],[0,0],[0.31,-0.059],[0.187,-0.09],[0.079,-0.12],[0,-0.143],[-0.164,-0.121]],"o":[[0.162,0],[0.137,-0.029],[0.122,-0.058],[0.114,-0.085],[0,0],[-0.461,0],[-0.309,0.058],[-0.189,0.091],[-0.08,0.12],[0,0.279],[0.165,0.12]],"v":[[-0.337,2.307],[0.111,2.263],[0.498,2.131],[0.85,1.913],[1.193,1.608],[1.193,0.508],[0.037,0.596],[-0.708,0.818],[-1.108,1.134],[-1.227,1.528],[-0.981,2.127]],"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],[0.086,0.045],[0.043,0.136],[0,0],[0.161,-0.113],[0.171,-0.077],[0.192,-0.038],[0.235,0],[0.235,0.074],[0.169,0.149],[0.094,0.223],[0,0.296],[-0.131,0.243],[-0.302,0.194],[-0.504,0.128],[-0.747,0],[0,0],[0.185,0.213],[0.355,0],[0.171,-0.06],[0.126,-0.074],[0.106,-0.059],[0.128,0],[0.077,0.056],[0.047,0.081],[0,0],[-1.068,0],[-0.301,-0.126],[-0.209,-0.225],[-0.109,-0.311],[0,-0.371]],"o":[[0,0],[-0.149,0],[-0.085,-0.045],[0,0],[-0.166,0.149],[-0.16,0.114],[-0.17,0.078],[-0.192,0.038],[-0.278,0],[-0.235,-0.076],[-0.169,-0.151],[-0.094,-0.223],[0,-0.248],[0.13,-0.241],[0.303,-0.195],[0.504,-0.129],[0,0],[0,-0.443],[-0.187,-0.213],[-0.255,0],[-0.171,0.059],[-0.126,0.075],[-0.107,0.06],[-0.106,0],[-0.076,-0.055],[0,0],[0.756,-0.691],[0.383,0],[0.301,0.126],[0.209,0.223],[0.109,0.312],[0,0]],"v":[[2.736,3.293],[2.025,3.293],[1.673,3.226],[1.481,2.954],[1.341,2.487],[0.85,2.88],[0.354,3.165],[-0.19,3.338],[-0.83,3.396],[-1.598,3.284],[-2.203,2.947],[-2.597,2.387],[-2.737,1.61],[-2.542,0.874],[-1.893,0.22],[-0.683,-0.265],[1.193,-0.458],[1.193,-0.845],[0.915,-1.829],[0.104,-2.148],[-0.535,-2.058],[-0.981,-1.857],[-1.329,-1.655],[-1.682,-1.565],[-1.957,-1.649],[-2.143,-1.853],[-2.431,-2.359],[0.304,-3.396],[1.331,-3.208],[2.096,-2.682],[2.573,-1.88],[2.736,-0.855]],"c":true},"ix":2},"nm":"Path 2","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":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"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.387,30.61],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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],[0,0],[-0.185,-0.219],[-0.372,0],[-0.238,0.121],[-0.213,0.214],[0,0],[0,0],[0,0],[0,0],[0.064,0.193],[0,0],[0.146,-0.113],[0.164,-0.079],[0.19,-0.045],[0.218,0],[0.274,0.122],[0.189,0.222],[0.096,0.304],[0,0.367],[0,0]],"o":[[0,0],[0,0.401],[0.186,0.22],[0.273,0],[0.239,-0.122],[0,0],[0,0],[0,0],[0,0],[-0.205,0],[0,0],[-0.137,0.137],[-0.144,0.113],[-0.164,0.079],[-0.189,0.044],[-0.359,0],[-0.276,-0.121],[-0.187,-0.222],[-0.096,-0.306],[0,0],[0,0]],"v":[[-1.28,-3.335],[-1.28,0.839],[-1.002,1.77],[-0.166,2.1],[0.602,1.917],[1.281,1.415],[1.281,-3.335],[2.862,-3.335],[2.862,3.232],[1.896,3.232],[1.492,2.945],[1.383,2.419],[0.96,2.794],[0.495,3.083],[-0.035,3.268],[-0.646,3.335],[-1.596,3.152],[-2.292,2.637],[-2.717,1.848],[-2.861,0.839],[-2.861,-3.335]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[140.297,30.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 18","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.192,0],[-0.145,0.054],[-0.096,0.094],[-0.049,0.132],[0,0.158],[0.194,0.191],[0.388,0],[0.194,-0.189],[0,-0.324],[-0.049,-0.132],[-0.096,-0.095],[-0.147,-0.053]],"o":[[0.196,0],[0.145,-0.053],[0.097,-0.094],[0.05,-0.132],[0,-0.324],[-0.193,-0.189],[-0.389,0],[-0.194,0.191],[0,0.153],[0.049,0.132],[0.096,0.096],[0.147,0.054]],"v":[[-0.223,-1.258],[0.289,-1.338],[0.65,-1.559],[0.868,-1.898],[0.942,-2.333],[0.65,-3.105],[-0.223,-3.39],[-1.097,-3.105],[-1.388,-2.333],[-1.315,-1.904],[-1.097,-1.562],[-0.732,-1.338]],"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.131],[0.077,0.082],[0.131,0.046],[0.177,0.023],[0.199,0],[0,0],[0.195,0.047],[0.109,-0.135],[0,-0.174],[-0.058,-0.1],[-0.126,-0.073],[-0.202,-0.04],[-0.291,0],[-0.214,0.045],[-0.139,0.081],[-0.065,0.111]],"o":[[0,-0.13],[-0.076,-0.083],[-0.133,-0.046],[-0.178,-0.021],[0,0],[-0.212,0],[-0.18,0.098],[-0.108,0.134],[0,0.116],[0.058,0.1],[0.126,0.073],[0.2,0.041],[0.294,0],[0.213,-0.045],[0.139,-0.08],[0.063,-0.111]],"v":[[1.511,2.462],[1.396,2.142],[1.083,1.949],[0.619,1.847],[0.055,1.815],[-0.559,1.815],[-1.17,1.745],[-1.603,2.094],[-1.766,2.557],[-1.68,2.881],[-1.405,3.14],[-0.914,3.309],[-0.178,3.371],[0.584,3.302],[1.111,3.112],[1.416,2.825]],"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.376,0],[-0.248,-0.058],[-0.204,-0.112],[0,0],[0,0],[0.051,-0.056],[0.125,-0.021],[0,0],[-0.023,-0.124],[0,-0.137],[0.131,-0.263],[0.229,-0.184],[0.313,-0.1],[0.367,0],[0.235,0.047],[0,-0.154],[-0.121,-0.062],[-0.198,-0.026],[-0.252,0],[-0.265,-0.021],[-0.252,-0.054],[-0.198,-0.116],[-0.122,-0.199],[0,-0.313],[0.144,-0.275],[0.272,-0.214],[0.393,-0.131],[0.503,0],[0.366,0.096],[0.241,0.16],[0.119,0.209],[0,0.226],[-0.187,0.209],[-0.333,0.124],[0.098,0.149],[0,0.239],[-0.034,0.105],[-0.071,0.102],[-0.107,0.092],[-0.145,0.073],[0.19,0.298],[0,0.4],[-0.131,0.263],[-0.233,0.186],[-0.317,0.099]],"o":[[0.281,0],[0.247,0.057],[0,0],[0,0],[0,0.098],[-0.052,0.056],[0,0],[0.042,0.111],[0.024,0.124],[0,0.324],[-0.13,0.262],[-0.229,0.183],[-0.314,0.101],[-0.248,0],[-0.205,0.125],[0,0.134],[0.122,0.062],[0.198,0.026],[0.252,0],[0.264,0.022],[0.252,0.052],[0.199,0.116],[0.122,0.2],[0,0.291],[-0.142,0.273],[-0.27,0.215],[-0.392,0.13],[-0.499,0],[-0.367,-0.095],[-0.241,-0.161],[-0.121,-0.21],[0,-0.308],[0.189,-0.209],[-0.162,-0.089],[-0.098,-0.15],[0,-0.099],[0.034,-0.105],[0.071,-0.102],[0.106,-0.091],[-0.332,-0.179],[-0.19,-0.299],[0,-0.324],[0.13,-0.263],[0.232,-0.186],[0.318,-0.097]],"v":[[-0.223,-4.497],[0.571,-4.41],[1.249,-4.157],[3.137,-4.157],[3.137,-3.569],[3.061,-3.338],[2.798,-3.223],[2.21,-3.114],[2.308,-2.762],[2.343,-2.371],[2.148,-1.491],[1.611,-0.822],[0.798,-0.397],[-0.223,-0.246],[-0.947,-0.317],[-1.254,0.102],[-1.072,0.396],[-0.591,0.528],[0.084,0.567],[0.859,0.598],[1.633,0.712],[2.308,0.965],[2.789,1.437],[2.971,2.205],[2.756,3.053],[2.135,3.784],[1.14,4.302],[-0.204,4.497],[-1.503,4.353],[-2.416,3.97],[-2.956,3.416],[-3.136,2.763],[-2.855,1.988],[-2.074,1.488],[-2.464,1.13],[-2.611,0.548],[-2.56,0.243],[-2.403,-0.067],[-2.137,-0.359],[-1.76,-0.605],[-2.544,-1.321],[-2.828,-2.371],[-2.633,-3.252],[-2.089,-3.924],[-1.264,-4.35]],"c":true},"ix":2},"nm":"Path 3","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":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[133.312,31.717],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":5,"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.075,-0.058],[0.153,0],[0,0],[0,0],[0,0],[0,0],[-0.068,-0.06],[-0.034,-0.077],[0,0],[-0.034,-0.119],[-0.025,-0.119],[-0.041,0.115],[-0.047,0.119],[0,0],[-0.079,0.056],[-0.098,0],[0,0]],"o":[[-0.047,0.11],[-0.074,0.058],[0,0],[0,0],[0,0],[0,0],[0.128,0],[0.068,0.059],[0,0],[0.046,0.112],[0.034,0.12],[0.035,-0.123],[0.04,-0.115],[0,0],[0.035,-0.086],[0.079,-0.055],[0,0],[0,0]],"v":[[-0.225,4.018],[-0.408,4.27],[-0.75,4.357],[-1.928,4.357],[-0.699,1.725],[-3.355,-4.357],[-1.973,-4.357],[-1.678,-4.266],[-1.525,-4.062],[-0.122,-0.656],[-0.001,-0.311],[0.089,0.048],[0.202,-0.311],[0.332,-0.663],[1.651,-4.062],[1.821,-4.273],[2.087,-4.357],[3.355,-4.357]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[123.813,31.691],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":[[0.209,0],[0.233,-0.139],[0.201,-0.252],[0,0],[-0.211,-0.088],[-0.247,0],[-0.192,0.09],[-0.134,0.184],[-0.072,0.28],[0,0.38],[0.062,0.266],[0.116,0.166],[0.165,0.077]],"o":[[-0.329,0],[-0.232,0.139],[0,0],[0.18,0.223],[0.212,0.087],[0.239,0],[0.192,-0.09],[0.135,-0.184],[0.073,-0.28],[0,-0.384],[-0.062,-0.267],[-0.115,-0.167],[-0.164,-0.077]],"v":[[0.052,-0.733],[-0.79,-0.525],[-1.44,0.061],[-1.44,3.005],[-0.854,3.47],[-0.166,3.601],[0.48,3.466],[0.97,3.057],[1.281,2.362],[1.39,1.373],[1.297,0.397],[1.031,-0.253],[0.612,-0.618]],"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],[0,0],[0,0],[-0.329,0.164],[-0.44,0],[-0.297,-0.147],[-0.215,-0.281],[-0.117,-0.414],[0,-0.538],[0.132,-0.418],[0.245,-0.307],[0.349,-0.173],[0.431,0],[0.166,0.041],[0.137,0.073],[0.117,0.105],[0.107,0.128],[0,0],[0.061,-0.047],[0.106,0]],"o":[[0,0],[0,0],[0,0],[0.261,-0.278],[0.328,-0.164],[0.359,0],[0.296,0.147],[0.215,0.282],[0.118,0.414],[0,0.491],[-0.132,0.418],[-0.246,0.307],[-0.347,0.173],[-0.2,0],[-0.167,-0.04],[-0.137,-0.073],[-0.117,-0.104],[0,0],[-0.026,0.111],[-0.062,0.047],[0,0]],"v":[[-3.021,4.708],[-3.021,-4.804],[-1.44,-4.804],[-1.44,-1.053],[-0.556,-1.715],[0.596,-1.962],[1.579,-1.741],[2.347,-1.098],[2.846,-0.054],[3.021,1.373],[2.824,2.737],[2.258,3.825],[1.367,4.545],[0.199,4.804],[-0.352,4.744],[-0.806,4.574],[-1.188,4.308],[-1.523,3.959],[-1.593,4.401],[-1.724,4.638],[-1.977,4.708]],"c":true},"ix":2},"nm":"Path 2","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":[0.674509803922,0.674509803922,0.674509803922,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[117.084,29.194],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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.361,0],[-0.289,0.135],[-0.296,0.302],[0,0],[0.386,-0.078],[0.225,-0.116],[0.087,-0.15],[0,-0.175],[-0.187,-0.14]],"o":[[0.386,0],[0.29,-0.135],[0,0],[-0.599,0],[-0.387,0.078],[-0.226,0.117],[-0.087,0.149],[0,0.344],[0.186,0.139]],"v":[[-0.424,3.199],[0.588,2.997],[1.468,2.34],[1.468,0.969],[-0.01,1.087],[-0.926,1.379],[-1.395,1.779],[-1.525,2.264],[-1.245,2.99]],"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.144,0.078],[0.096,0.244],[0,0],[0.232,-0.16],[0.248,-0.113],[0.28,-0.054],[0.341,0],[0.373,0.12],[0.261,0.232],[0.141,0.345],[0,0.452],[-0.18,0.374],[-0.444,0.307],[-0.753,0.207],[-1.146,0],[0,0],[0.242,0.263],[0.443,0],[0.225,-0.077],[0.177,-0.097],[0.168,-0.077],[0.231,0],[0.144,0.099],[0.084,0.148],[0,0],[-0.737,0.26],[-0.843,0],[-0.485,-0.196],[-0.338,-0.35],[-0.18,-0.482],[0,-0.572],[0,0]],"o":[[-0.284,0],[-0.145,-0.077],[0,0],[-0.251,0.212],[-0.232,0.161],[-0.247,0.112],[-0.28,0.055],[-0.457,0],[-0.373,-0.119],[-0.26,-0.232],[-0.142,-0.345],[0,-0.355],[0.18,-0.374],[0.443,-0.306],[0.753,-0.206],[0,0],[0,-0.591],[-0.241,-0.263],[-0.355,0],[-0.226,0.078],[-0.176,0.096],[-0.167,0.078],[-0.206,0],[-0.145,-0.1],[0,0],[0.604,-0.535],[0.737,-0.261],[0.604,0],[0.487,0.196],[0.338,0.351],[0.18,0.483],[0,0],[0,0]],"v":[[3.011,5.023],[2.369,4.908],[2.007,4.426],[1.795,3.876],[1.071,4.434],[0.351,4.846],[-0.439,5.096],[-1.37,5.178],[-2.615,4.999],[-3.567,4.471],[-4.17,3.605],[-4.382,2.409],[-4.113,1.314],[-3.175,0.292],[-1.381,-0.477],[1.468,-0.786],[1.468,-1.215],[1.105,-2.496],[0.077,-2.891],[-0.791,-2.775],[-1.395,-2.514],[-1.912,-2.255],[-2.51,-2.139],[-3.036,-2.287],[-3.378,-2.66],[-3.919,-3.596],[-1.907,-4.787],[0.463,-5.178],[2.098,-4.884],[3.334,-4.064],[4.111,-2.814],[4.382,-1.231],[4.382,5.023]],"c":true},"ix":2},"nm":"Path 2","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":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[248.226,13.297],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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,0],[0,0],[-0.125,-0.084],[-0.052,-0.167],[0,0],[-0.206,0.154],[-0.236,0.106],[-0.273,0.061],[-0.322,0],[-0.422,-0.19],[-0.29,-0.338],[-0.149,-0.467],[0,-0.547],[0,0],[0,0],[0,0],[0.226,0.274],[0.438,0],[0.29,-0.141],[0.264,-0.238],[0,0]],"o":[[0,0],[0,0],[0.186,0],[0.126,0.084],[0,0],[0.193,-0.18],[0.206,-0.155],[0.234,-0.106],[0.274,-0.061],[0.547,0],[0.421,0.19],[0.289,0.338],[0.147,0.466],[0,0],[0,0],[0,0],[0,-0.489],[-0.224,-0.273],[-0.328,0],[-0.289,0.142],[0,0],[0,0]],"v":[[-4.536,5.082],[-4.536,-4.927],[-2.683,-4.927],[-2.216,-4.802],[-1.95,-4.426],[-1.776,-3.846],[-1.178,-4.348],[-0.516,-4.739],[0.246,-4.99],[1.139,-5.082],[2.592,-4.797],[3.658,-4.006],[4.315,-2.799],[4.536,-1.279],[4.536,5.082],[1.544,5.082],[1.544,-1.279],[1.206,-2.423],[0.212,-2.833],[-0.715,-2.621],[-1.545,-2.051],[-1.545,5.082]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[238.148,13.238],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.36,0],[-0.29,0.135],[-0.296,0.302],[0,0],[0.386,-0.078],[0.226,-0.116],[0.087,-0.15],[0,-0.175],[-0.187,-0.14]],"o":[[0.386,0],[0.289,-0.135],[0,0],[-0.598,0],[-0.386,0.078],[-0.226,0.117],[-0.087,0.149],[0,0.344],[0.186,0.139]],"v":[[-0.425,3.199],[0.589,2.997],[1.467,2.34],[1.467,0.969],[-0.01,1.087],[-0.927,1.379],[-1.395,1.779],[-1.526,2.264],[-1.245,2.99]],"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.144,0.078],[0.096,0.244],[0,0],[0.232,-0.16],[0.247,-0.113],[0.281,-0.054],[0.342,0],[0.373,0.12],[0.261,0.232],[0.141,0.345],[0,0.452],[-0.179,0.374],[-0.444,0.307],[-0.753,0.207],[-1.146,0],[0,0],[0.241,0.263],[0.444,0],[0.225,-0.077],[0.177,-0.097],[0.167,-0.077],[0.231,0],[0.145,0.099],[0.083,0.148],[0,0],[-0.738,0.26],[-0.843,0],[-0.486,-0.196],[-0.338,-0.35],[-0.181,-0.482],[0,-0.572],[0,0]],"o":[[-0.284,0],[-0.146,-0.077],[0,0],[-0.251,0.212],[-0.231,0.161],[-0.248,0.112],[-0.279,0.055],[-0.456,0],[-0.373,-0.119],[-0.26,-0.232],[-0.142,-0.345],[0,-0.355],[0.181,-0.374],[0.444,-0.306],[0.753,-0.206],[0,0],[0,-0.591],[-0.241,-0.263],[-0.354,0],[-0.225,0.078],[-0.177,0.096],[-0.167,0.078],[-0.206,0],[-0.145,-0.1],[0,0],[0.604,-0.535],[0.736,-0.261],[0.605,0],[0.486,0.196],[0.338,0.351],[0.18,0.483],[0,0],[0,0]],"v":[[3.012,5.023],[2.37,4.908],[2.008,4.426],[1.795,3.876],[1.071,4.434],[0.352,4.846],[-0.44,5.096],[-1.371,5.178],[-2.616,4.999],[-3.567,4.471],[-4.17,3.605],[-4.382,2.409],[-4.113,1.314],[-3.176,0.292],[-1.38,-0.477],[1.467,-0.786],[1.467,-1.215],[1.105,-2.496],[0.077,-2.891],[-0.792,-2.775],[-1.395,-2.514],[-1.911,-2.255],[-2.51,-2.139],[-3.036,-2.287],[-3.378,-2.66],[-3.919,-3.596],[-1.906,-4.787],[0.463,-5.178],[2.099,-4.884],[3.335,-4.064],[4.112,-2.814],[4.382,-1.231],[4.382,5.023]],"c":true},"ix":2},"nm":"Path 2","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":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[227.59,13.297],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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.087,-0.052],[0.135,0],[0.142,0.061],[0.164,0.071],[0.206,0.062],[0.264,0],[0.203,-0.145],[0,-0.257],[-0.132,-0.122],[-0.219,-0.094],[-0.276,-0.083],[-0.29,-0.103],[-0.278,-0.138],[-0.219,-0.203],[-0.132,-0.29],[0,-0.405],[0.181,-0.418],[0.358,-0.302],[0.524,-0.167],[0.682,0],[0.341,0.064],[0.318,0.109],[0.27,0.151],[0.192,0.174],[0,0],[-0.116,0.074],[-0.187,0],[-0.139,-0.078],[-0.16,-0.09],[-0.216,-0.078],[-0.328,0],[-0.162,0.048],[-0.096,0.084],[-0.045,0.103],[0,0.109],[0.135,0.129],[0.219,0.094],[0.28,0.081],[0.289,0.103],[0.28,0.145],[0.219,0.222],[0.136,0.322],[0,0.457],[-0.164,0.383],[-0.328,0.29],[-0.495,0.171],[-0.663,0],[-0.338,-0.064],[-0.296,-0.116],[-0.244,-0.158],[-0.188,-0.187]],"o":[[-0.077,0.122],[-0.087,0.051],[-0.142,0],[-0.142,-0.061],[-0.164,-0.07],[-0.206,-0.061],[-0.38,0],[-0.203,0.145],[0,0.187],[0.132,0.123],[0.219,0.093],[0.277,0.084],[0.289,0.103],[0.276,0.139],[0.219,0.202],[0.132,0.29],[0,0.496],[-0.18,0.418],[-0.357,0.303],[-0.524,0.167],[-0.341,0],[-0.341,-0.064],[-0.319,-0.11],[-0.27,-0.151],[0,0],[0.084,-0.129],[0.115,-0.074],[0.174,0],[0.137,0.077],[0.161,0.09],[0.215,0.077],[0.231,0],[0.16,-0.048],[0.097,-0.083],[0.045,-0.103],[0,-0.2],[-0.134,-0.128],[-0.219,-0.093],[-0.279,-0.081],[-0.29,-0.103],[-0.28,-0.145],[-0.219,-0.222],[-0.135,-0.321],[0,-0.424],[0.164,-0.383],[0.328,-0.289],[0.496,-0.17],[0.36,0],[0.337,0.064],[0.296,0.116],[0.245,0.157],[0,0]],"v":[[3.166,-2.814],[2.92,-2.553],[2.587,-2.475],[2.162,-2.568],[1.703,-2.766],[1.148,-2.964],[0.444,-3.055],[-0.43,-2.837],[-0.733,-2.234],[-0.536,-1.771],[-0.01,-1.447],[0.733,-1.182],[1.583,-0.902],[2.433,-0.54],[3.176,-0.029],[3.701,0.71],[3.899,1.751],[3.629,3.122],[2.823,4.203],[1.501,4.908],[-0.309,5.16],[-1.332,5.062],[-2.321,4.803],[-3.205,4.411],[-3.899,3.923],[-3.205,2.824],[-2.905,2.52],[-2.452,2.408],[-1.983,2.525],[-1.535,2.775],[-0.97,3.027],[-0.154,3.143],[0.435,3.07],[0.82,2.872],[1.032,2.591],[1.101,2.273],[0.897,1.781],[0.366,1.447],[-0.382,1.188],[-1.235,0.913],[-2.09,0.54],[-2.838,-0.01],[-3.369,-0.826],[-3.571,-1.993],[-3.325,-3.204],[-2.587,-4.214],[-1.352,-4.904],[0.386,-5.16],[1.434,-5.062],[2.384,-4.792],[3.194,-4.382],[3.842,-3.865]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[218.632,13.315],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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.112,0.331],[0.109,0.387],[0.109,-0.334],[0.096,-0.244]],"o":[[0,0],[0,0],[-0.084,-0.245],[-0.112,-0.331],[-0.103,0.393],[-0.11,0.335],[0,0]],"v":[[-1.921,1.656],[1.921,1.656],[0.628,-2.195],[0.333,-3.059],[-0.001,-4.137],[-0.318,-3.046],[-0.628,-2.176]],"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],[0.183,0.132],[0.07,0.206],[0,0],[0,0],[0,0],[0.187,-0.144],[0.271,0],[0,0],[0,0],[0,0]],"o":[[0,0],[-0.283,0],[-0.183,-0.132],[0,0],[0,0],[0,0],[-0.064,0.18],[-0.187,0.145],[0,0],[0,0],[0,0],[0,0]],"v":[[7.113,7.031],[4.585,7.031],[3.885,6.835],[3.503,6.327],[2.673,3.876],[-2.674,3.876],[-3.505,6.327],[-3.881,6.814],[-4.566,7.031],[-7.113,7.031],[-1.671,-7.031],[1.669,-7.031]],"c":true},"ix":2},"nm":"Path 2","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":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[207.909,11.288],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.606,-1.206],[2.606,-1.206],[2.606,1.206],[-2.606,1.206]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[198.459,12.451],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":27,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.708,0],[-0.325,0.486],[0,0.991],[0.325,0.483],[0.688,0],[0.328,-0.482],[0,-0.991],[-0.328,-0.486]],"o":[[0.688,0],[0.325,-0.486],[0,-0.991],[-0.325,-0.482],[-0.708,0],[-0.328,0.483],[0,0.991],[0.328,0.486]],"v":[[0.02,2.939],[1.539,2.21],[2.027,-0.005],[1.539,-2.215],[0.02,-2.939],[-1.536,-2.215],[-2.028,-0.005],[-1.536,2.21]],"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.766,0],[-0.624,-0.238],[-0.449,-0.444],[-0.248,-0.633],[0,-0.792],[0.248,-0.64],[0.446,-0.447],[0.624,-0.241],[0.759,0],[0.627,0.241],[0.454,0.447],[0.248,0.64],[0,0.797],[-0.248,0.634],[-0.453,0.444],[-0.628,0.238]],"o":[[0.759,0],[0.624,0.238],[0.446,0.444],[0.248,0.634],[0,0.797],[-0.248,0.64],[-0.449,0.447],[-0.624,0.241],[-0.766,0],[-0.628,-0.241],[-0.453,-0.447],[-0.248,-0.64],[0,-0.792],[0.248,-0.633],[0.454,-0.444],[0.627,-0.238]],"v":[[0.02,-5.16],[2.094,-4.801],[3.702,-3.779],[4.744,-2.162],[5.117,-0.023],[4.744,2.133],[3.702,3.764],[2.094,4.798],[0.02,5.16],[-2.071,4.798],[-3.693,3.764],[-4.745,2.133],[-5.117,-0.023],[-4.745,-2.162],[-3.693,-3.779],[-2.071,-4.801]],"c":true},"ix":2},"nm":"Path 2","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":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[189.772,13.315],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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.515,0],[0.364,0.139],[0.248,0.254],[0.129,0.361],[0,0.444],[0,0],[0,0],[0.11,0.1],[0,0.193],[0,0],[0,0],[0,0],[-0.36,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.113,-0.151],[-0.213,0],[-0.074,0.023],[-0.055,0.029],[-0.048,0.022],[-0.065,0],[-0.055,-0.042],[-0.058,-0.089],[0,0],[0.483,-0.145]],"o":[[-0.477,0],[-0.363,-0.138],[-0.247,-0.254],[-0.129,-0.36],[0,0],[0,0],[-0.155,0],[-0.109,-0.1],[0,0],[0,0],[0,0],[0.077,-0.309],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.231],[0.113,0.151],[0.109,0],[0.074,-0.022],[0.054,-0.029],[0.048,-0.023],[0.09,0],[0.054,0.042],[0,0],[-0.386,0.29],[-0.482,0.145]],"v":[[0.773,6.535],[-0.488,6.327],[-1.404,5.738],[-1.969,4.816],[-2.163,3.611],[-2.163,-1.563],[-3.01,-1.563],[-3.408,-1.714],[-3.572,-2.152],[-3.572,-3.32],[-1.979,-3.63],[-1.389,-6.072],[-0.734,-6.535],[0.831,-6.535],[0.831,-3.611],[3.262,-3.611],[3.262,-1.563],[0.831,-1.563],[0.831,3.408],[0.999,3.982],[1.488,4.208],[1.762,4.174],[1.956,4.098],[2.109,4.02],[2.279,3.986],[2.495,4.049],[2.665,4.247],[3.572,5.665],[2.268,6.318]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[180.834,11.94],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":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],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-2.607,-1.206],[2.606,-1.206],[2.606,1.206],[-2.607,1.206]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[173.846,12.451],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 30","np":2,"cix":2,"bm":0,"ix":30,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.238,0],[0.177,-0.042],[0.151,-0.077],[0.129,-0.119],[0.129,-0.154],[0,0],[-0.264,-0.099],[-0.289,0],[-0.232,0.109],[-0.171,0.241],[-0.096,0.387],[0,0.554],[0.077,0.36],[0.138,0.222],[0.194,0.096]],"o":[[-0.219,0],[-0.177,0.042],[-0.151,0.078],[-0.129,0.119],[0,0],[0.225,0.251],[0.263,0.1],[0.276,0],[0.231,-0.11],[0.17,-0.242],[0.097,-0.385],[0,-0.527],[-0.078,-0.36],[-0.138,-0.222],[-0.192,-0.097]],"v":[[0.106,-0.767],[-0.488,-0.704],[-0.98,-0.526],[-1.4,-0.231],[-1.786,0.179],[-1.786,4.426],[-1.052,4.952],[-0.222,5.102],[0.541,4.938],[1.144,4.412],[1.544,3.47],[1.689,2.061],[1.574,0.729],[1.25,-0.144],[0.752,-0.622]],"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],[0,0],[0,0],[-0.474,0.222],[-0.638,0],[-0.443,-0.225],[-0.322,-0.434],[-0.182,-0.631],[0,-0.804],[0.209,-0.637],[0.377,-0.469],[0.524,-0.264],[0.636,0],[0.235,0.059],[0.197,0.107],[0.164,0.148],[0.154,0.173],[0,0],[0.119,-0.077],[0.194,0]],"o":[[0,0],[0,0],[0,0],[0.373,-0.366],[0.473,-0.222],[0.52,0],[0.445,0.225],[0.322,0.435],[0.184,0.631],[0,0.753],[-0.209,0.637],[-0.375,0.47],[-0.525,0.263],[-0.297,0],[-0.236,-0.057],[-0.196,-0.106],[-0.164,-0.148],[0,0],[-0.045,0.206],[-0.119,0.077],[0,0]],"v":[[-4.778,7.148],[-4.778,-7.302],[-1.786,-7.302],[-1.786,-1.8],[-0.516,-2.683],[1.149,-3.016],[2.596,-2.678],[3.745,-1.689],[4.502,-0.091],[4.778,2.061],[4.464,4.146],[3.585,5.806],[2.235,6.907],[0.493,7.302],[-0.304,7.215],[-0.951,6.969],[-1.492,6.588],[-1.969,6.106],[-2.076,6.608],[-2.322,7.032],[-2.79,7.148]],"c":true},"ix":2},"nm":"Path 2","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":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[165.497,11.172],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 31","np":4,"cix":2,"bm":0,"ix":31,"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.226,-0.271],[-0.437,0],[-0.286,0.135],[-0.271,0.244],[0,0],[0,0],[0,0],[0,0],[0.116,0.335],[0,0],[0.205,-0.151],[0.234,-0.106],[0.269,-0.061],[0.323,0],[0.421,0.19],[0.289,0.341],[0.149,0.463],[0,0.553],[0,0]],"o":[[0,0],[0,0.496],[0.225,0.27],[0.328,0],[0.286,-0.135],[0,0],[0,0],[0,0],[0,0],[-0.374,0],[0,0],[-0.193,0.187],[-0.206,0.151],[-0.236,0.106],[-0.271,0.061],[-0.547,0],[-0.422,-0.19],[-0.29,-0.341],[-0.147,-0.463],[0,0],[0,0]],"v":[[-1.544,-5.082],[-1.544,1.269],[-1.206,2.418],[-0.213,2.823],[0.71,2.62],[1.544,2.051],[1.544,-5.082],[4.536,-5.082],[4.536,4.927],[2.684,4.927],[1.949,4.425],[1.766,3.846],[1.169,4.353],[0.507,4.739],[-0.251,4.99],[-1.139,5.082],[-2.592,4.797],[-3.658,4.001],[-4.316,2.794],[-4.536,1.269],[-4.536,-5.082]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[154.349,13.393],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 32","np":2,"cix":2,"bm":0,"ix":32,"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.422,0.19],[-0.586,0],[-0.421,-0.19],[-0.289,-0.338],[-0.148,-0.467],[0,-0.547],[0,0],[0,0],[0,0],[0.225,0.274],[0.438,0],[0.289,-0.141],[0.264,-0.238],[0,0]],"o":[[0,0],[0,0],[0,0],[0.361,-0.309],[0.421,-0.19],[0.547,0],[0.422,0.19],[0.29,0.338],[0.148,0.466],[0,0],[0,0],[0,0],[0,-0.489],[-0.225,-0.273],[-0.328,0],[-0.29,0.142],[0,0],[0,0]],"v":[[-4.536,7.225],[-4.536,-7.225],[-1.545,-7.225],[-1.545,-1.906],[-0.372,-2.654],[1.139,-2.939],[2.591,-2.654],[3.658,-1.863],[4.314,-0.656],[4.536,0.864],[4.536,7.225],[1.544,7.225],[1.544,0.864],[1.206,-0.28],[0.212,-0.69],[-0.715,-0.478],[-1.545,0.092],[-1.545,7.225]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[143.828,11.095],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 33","np":2,"cix":2,"bm":0,"ix":33,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.515,0],[0.364,0.139],[0.247,0.254],[0.128,0.361],[0,0.444],[0,0],[0,0],[0.11,0.1],[0,0.193],[0,0],[0,0],[0,0],[-0.36,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.113,-0.151],[-0.212,0],[-0.074,0.023],[-0.055,0.029],[-0.049,0.022],[-0.065,0],[-0.055,-0.042],[-0.058,-0.089],[0,0],[0.483,-0.145]],"o":[[-0.477,0],[-0.364,-0.138],[-0.248,-0.254],[-0.129,-0.36],[0,0],[0,0],[-0.154,0],[-0.109,-0.1],[0,0],[0,0],[0,0],[0.077,-0.309],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.231],[0.112,0.151],[0.109,0],[0.073,-0.022],[0.054,-0.029],[0.048,-0.023],[0.09,0],[0.054,0.042],[0,0],[-0.386,0.29],[-0.483,0.145]],"v":[[0.773,6.535],[-0.488,6.327],[-1.404,5.738],[-1.969,4.816],[-2.163,3.611],[-2.163,-1.563],[-3.012,-1.563],[-3.408,-1.714],[-3.572,-2.152],[-3.572,-3.32],[-1.979,-3.63],[-1.389,-6.072],[-0.734,-6.535],[0.831,-6.535],[0.831,-3.611],[3.262,-3.611],[3.262,-1.563],[0.831,-1.563],[0.831,3.408],[0.999,3.982],[1.486,4.208],[1.762,4.174],[1.954,4.098],[2.109,4.02],[2.279,3.986],[2.495,4.049],[2.665,4.247],[3.572,5.665],[2.268,6.318]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[134.794,11.94],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 34","np":2,"cix":2,"bm":0,"ix":34,"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":[[1.458,7.253],[-1.534,7.253],[-1.534,-2.756],[1.458,-2.756]],"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]],"o":[[0,0]],"v":[[1.458,-2.756]],"c":false},"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.244],[0.097,-0.209],[0.167,-0.158],[0.222,-0.093],[0.251,0],[0.213,0.093],[0.165,0.157],[0.093,0.21],[0,0.239],[-0.093,0.213],[-0.164,0.161],[-0.213,0.09],[-0.244,0],[-0.222,-0.09],[-0.168,-0.16],[-0.097,-0.212]],"o":[[0,0.239],[-0.097,0.21],[-0.168,0.157],[-0.222,0.093],[-0.244,0],[-0.213,-0.093],[-0.164,-0.158],[-0.093,-0.209],[0,-0.244],[0.093,-0.212],[0.165,-0.16],[0.213,-0.09],[0.251,0],[0.222,0.09],[0.167,0.161],[0.097,0.213]],"v":[[1.805,-5.497],[1.661,-4.827],[1.265,-4.275],[0.681,-3.9],[-0.029,-3.76],[-0.714,-3.9],[-1.279,-4.275],[-1.665,-4.827],[-1.805,-5.497],[-1.665,-6.182],[-1.279,-6.743],[-0.714,-7.118],[-0.029,-7.253],[0.681,-7.118],[1.265,-6.743],[1.661,-6.182]],"c":true},"ix":2},"nm":"Path 3","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":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[128.664,11.066],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 35","np":5,"cix":2,"bm":0,"ix":35,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.592,0],[-0.347,0.077],[-0.309,0.129],[0,0],[0,0],[0.116,0.109],[0,0.167],[0,0],[0,0],[0,0],[0.389,-0.189],[0.44,-0.122],[0.499,-0.057],[0.573,0],[0.875,0.364],[0.64,0.641],[0.364,0.879],[0,1.03],[-0.348,0.878],[-0.646,0.638],[-0.917,0.354],[-1.133,0],[-0.514,-0.097],[-0.434,-0.168],[-0.361,-0.232],[-0.283,-0.27],[0,0],[0.126,-0.078],[0.148,0],[0.206,0.129],[0.228,0.112],[0.238,0.071],[0.264,0.033],[0.328,0],[0.489,-0.215],[0.344,-0.392],[0.187,-0.55],[0,-0.675],[-0.206,-0.579],[-0.363,-0.399],[-0.499,-0.209]],"o":[[0.45,0],[0.347,-0.077],[0,0],[0,0],[-0.207,0],[-0.116,-0.11],[0,0],[0,0],[0,0],[-0.361,0.265],[-0.39,0.19],[-0.441,0.122],[-0.499,0.058],[-1.03,0],[-0.875,-0.363],[-0.64,-0.64],[-0.363,-0.878],[0,-1.048],[0.348,-0.879],[0.647,-0.637],[0.917,-0.354],[0.585,0],[0.516,0.096],[0.435,0.167],[0.359,0.232],[0,0],[-0.091,0.135],[-0.125,0.077],[-0.193,0],[-0.258,-0.154],[-0.228,-0.113],[-0.238,-0.071],[-0.264,-0.032],[-0.611,0],[-0.489,0.216],[-0.345,0.393],[-0.187,0.551],[0,0.747],[0.206,0.579],[0.364,0.399],[0.499,0.21]],"v":[[1.101,4.677],[2.298,4.561],[3.283,4.252],[3.283,2.119],[1.893,2.119],[1.41,1.955],[1.236,1.54],[1.236,-0.256],[6.236,-0.256],[6.236,5.68],[5.111,6.361],[3.867,6.829],[2.456,7.099],[0.85,7.186],[-2.007,6.641],[-4.281,5.135],[-5.786,2.857],[-6.331,-0.005],[-5.811,-2.895],[-4.32,-5.169],[-1.973,-6.655],[1.101,-7.186],[2.751,-7.041],[4.174,-6.645],[5.368,-6.047],[6.331,-5.294],[5.387,-3.856],[5.062,-3.537],[4.652,-3.422],[4.055,-3.615],[3.326,-4.015],[2.626,-4.29],[1.872,-4.445],[0.984,-4.493],[-0.665,-4.17],[-1.915,-3.258],[-2.712,-1.844],[-2.992,-0.005],[-2.684,1.984],[-1.829,3.451],[-0.535,4.363]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[119.292,11.288],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 36","np":2,"cix":2,"bm":0,"ix":36,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.4,0],[0.3,0.299],[0,0],[-0.5,0.6],[-0.6,-0.5],[0,0],[0,0],[-0.6,-0.5],[0.5,-0.6],[0,0]],"o":[[-0.4,0],[0,0],[-0.6,-0.5],[0.5,-0.6],[0,0],[0,0],[0.5,-0.599],[0.6,0.5],[0,0],[-0.2,0.2]],"v":[[-1.4,4.9],[-2.4,4.5],[-5.8,1.5],[-5.9,-0.5],[-3.9,-0.6],[-1.6,1.5],[3.8,-4.301],[5.8,-4.4],[5.9,-2.4],[-0.5,4.5]],"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":[20.25,16.351],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 37","np":2,"cix":2,"bm":0,"ix":37,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.9,-0.7],[1.4,0.1],[1.2,0.599],[0.9,1],[0.4,1.301],[-0.1,1.4],[-0.6,1.2],[-1,0.9],[-1.3,0.4],[-1.1,0],[-1,-0.4],[0.2,-0.8],[0.4,-0.1],[0.3,0.1],[1.5,-0.5],[-1.4,-3.799],[-3.8,1.401],[-0.2,3],[-0.8,0],[0,-0.8],[1.2,-1.7]],"o":[[-1.3,0.5],[-1.3,-0.1],[-1.2,-0.6],[-0.9,-1],[-0.5,-1.3],[0.1,-1.3],[0.6,-1.2],[1,-0.9],[1.1,-0.4],[1.1,0],[0.8,0.2],[-0.1,0.5],[-0.3,0.1],[-1.5,-0.5],[-3.9,1.4],[1.4,3.801],[2.8,-1],[0,-0.8],[0.8,0],[-0.1,1.999],[-1.4,1.7]],"v":[[3.45,9.7],[-0.65,10.3],[-4.45,9.3],[-7.65,6.899],[-9.75,3.399],[-10.35,-0.7],[-9.35,-4.5],[-6.95,-7.7],[-3.45,-9.8],[-0.15,-10.4],[3.05,-9.9],[4.05,-8.1],[3.15,-7.2],[2.25,-7.2],[-2.45,-7.1],[-6.95,2.399],[2.55,6.899],[7.55,0.3],[9.05,-1.1],[10.45,0.4],[8.45,6]],"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":[18.3,17.85],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 38","np":2,"cix":2,"bm":0,"ix":38,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.2,0],[0,-2.101],[-2.1,0],[0,2.099]],"o":[[-2.1,0],[0,2.099],[2.1,0],[0.1,-2.101]],"v":[[0,-3.9],[-3.8,-0.099],[0,3.701],[3.8,-0.099]],"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,0],[0,2.901],[-2.9,0],[0,-2.9]],"o":[[-2.9,0],[0,-2.9],[2.9,0],[0,2.901]],"v":[[0,5.3],[-5.3,0],[0,-5.3],[5.3,0]],"c":true},"ix":2},"nm":"Path 2","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":[87.45,22.85],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 39","np":4,"cix":2,"bm":0,"ix":39,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.1,0],[0,-2.101],[-2.1,0],[0,2.099]],"o":[[-2.1,0],[0,2.099],[2.1,0],[0,-2.101]],"v":[[0,-3.9],[-3.8,-0.099],[0,3.701],[3.8,-0.099]],"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":[[2.9,0],[0,2.901],[-2.9,0],[0,-2.9]],"o":[[-2.9,0],[0,-2.9],[2.9,0],[0,2.901]],"v":[[0,5.3],[-5.3,0],[0,-5.3],[5.3,0]],"c":true},"ix":2},"nm":"Path 2","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":[76.05,22.85],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 40","np":4,"cix":2,"bm":0,"ix":40,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.1,0],[0,-2.1],[-2.1,0],[0,2.1]],"o":[[-2.1,0],[0,2.1],[2.1,0],[0,-2.1]],"v":[[0,-3.9],[-3.8,-0.1],[0,3.7],[3.8,-0.1]],"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":[[2.9,0],[0,2.9],[-2.9,0],[0,-2.9]],"o":[[-2.9,0],[0,-2.9],[2.9,0],[0,2.9]],"v":[[0,5.3],[-5.3,0],[0,-5.3],[5.3,0]],"c":true},"ix":2},"nm":"Path 2","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":[81.75,12.55],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 41","np":4,"cix":2,"bm":0,"ix":41,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.8,0.5],[-0.2,-0.3],[-0.2,-0.1],[-0.4,0.1],[0,0.1]],"o":[[0.3,0.3],[0.2,0.3],[0.4,0.1],[0,-0.1],[-1.1,-0.3]],"v":[[-6.25,2.5],[-5.55,3.3],[-4.85,4],[-3.55,4],[-3.45,3.7]],"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.2,0],[0.2,0.2],[0,0.801],[0,0],[0,0],[0.4,0.3],[-0.1,0.301],[-0.4,0.099],[-0.6,1.199],[0,0],[0,0.1],[0,0],[-0.1,0.9],[0.4,0.5],[0.1,0.1],[0,0.2],[0.1,0.4],[0.9,-0.6],[0.2,0.1],[1,-0.4],[0.2,0.2],[0.4,0.1],[-0.3,-1],[0.1,-0.2],[0,-1.4],[-0.2,-0.7],[0,0],[-2.3,-0.2],[-0.1,-0.3],[0.3,-0.2],[0,-0.3],[0.2,-0.2],[0.3,-0.1],[0,0],[-0.2,-0.2],[0,-0.3],[0,0],[0.3,-0.2],[0.2,0.4],[-0.4,0.2],[-0.1,0],[0,0],[0,0],[0.2,0.6],[0.4,0.2],[0,0.2],[-0.6,0.1],[-0.4,-0.3],[0.3,0.6],[0,0],[0,1.1],[-0.7,0.9],[-0.1,0.1],[-0.2,0.1],[-2.1,-1.4],[-1.4,-0.3],[-1.1,-0.4],[-0.1,-0.1],[0.2,-1.7],[-0.1,-2.3],[0.2,-0.7],[0,0],[0,-0.2],[0,0],[1.7,-0.3],[0,-1],[0,0],[0,0],[-0.3,-0.1],[0.3,-0.4]],"o":[[-0.2,0],[-0.2,-0.2],[0,0],[0,0],[0,-1.8],[-0.3,-0.2],[0.1,-0.299],[2.5,-0.3],[0,0],[0,-0.1],[0,0],[0.2,-0.6],[0,-1.7],[-0.1,-0.2],[-0.1,-0.2],[0.2,-1.1],[-0.5,0.1],[-0.2,0.1],[-1.3,-0.4],[-0.2,0.1],[-1.1,-0.8],[-0.1,0.4],[0.1,0.2],[-0.7,0.9],[0,0.9],[0,0],[0.7,1.3],[0.3,0],[0.1,0.3],[-0.3,0.2],[0,0.2],[-0.3,0.2],[0,0],[0.2,0],[0.2,0.1],[0,0],[0,0.8],[-0.3,0.2],[-0.2,-0.3],[0.1,0],[0,0],[0,0],[-2.3,0],[-0.3,-0.6],[-0.6,-0.4],[0,-0.1],[0.7,-0.1],[-0.4,-0.4],[0,0],[-0.3,-0.8],[0,-1.7],[-0.4,-2],[0.1,-0.2],[0.2,0],[1.4,-0.4],[0.8,-0.5],[0.2,0.1],[0.3,0.5],[0.4,0.5],[0,1],[0,0],[0,0],[0,0],[-0.8,1.8],[0.3,0.6],[0,0],[0,0],[0,0],[0.3,0.2],[-0.6,0]],"v":[[3.55,10],[3.05,9.8],[2.25,8.399],[2.25,7.899],[2.25,6],[1.55,3.7],[1.25,2.899],[1.95,2.3],[6.25,0.2],[6.35,0.1],[6.45,-0.2],[6.55,-0.5],[6.85,-2.6],[5.85,-5.5],[5.55,-5.9],[5.45,-6.4],[5.45,-8.5],[3.15,-7.4],[2.55,-7.3],[-2.65,-7.2],[-3.35,-7.3],[-5.65,-8.4],[-5.65,-6.2],[-5.75,-5.5],[-6.85,-2.8],[-6.55,-0.5],[-6.25,0.2],[-1.85,2.4],[-1.15,2.9],[-1.45,3.7],[-2.05,4.6],[-2.35,5.2],[-3.35,5.6],[-2.95,5.6],[-2.35,5.8],[-2.05,6.4],[-2.05,8.6],[-2.95,10],[-3.95,9.8],[-3.75,8.8],[-3.45,8.6],[-3.45,7.3],[-3.85,7.3],[-7.05,5.1],[-8.05,4],[-8.65,2.9],[-7.85,2.2],[-6.25,2.5],[-7.35,1.1],[-7.75,0.2],[-8.15,-2.6],[-6.95,-6],[-6.55,-9.4],[-6.05,-9.8],[-2.55,-8.6],[2.85,-8.7],[6.45,-9.8],[6.85,-9.5],[7.25,-6.3],[8.65,-2.4],[8.35,0.1],[8.25,0.4],[8.15,0.8],[8.05,1],[3.95,3.8],[4.25,6.2],[4.25,8.1],[4.25,8.6],[4.55,8.8],[4.65,9.9]],"c":true},"ix":2},"nm":"Path 2","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":[56.8,17.35],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 42","np":4,"cix":2,"bm":0,"ix":42,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.5,0],[0,0],[0,0],[0,0],[0,-2.5],[0,0]],"o":[[0,0],[0,0],[0,0],[-2.5,0],[0,0],[0,2.5]],"v":[[-13.5,17.5],[18,17.5],[18,-17.5],[-13.5,-17.5],[-18,-13],[-18,13]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.094117654539,0.16862745098,0.360784313725,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[18.25,17.751],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 43","np":2,"cix":2,"bm":0,"ix":43,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-2.5],[0,0],[-2.5,0],[0,0],[0,2.5],[0,0],[2.5,0]],"o":[[-2.5,0],[0,0],[0,2.5],[0,0],[2.5,0],[0,0],[0,-2.5],[0,0]],"v":[[-47,-17.501],[-51.5,-13.001],[-51.5,13.001],[-47,17.501],[47,17.501],[51.5,13.001],[51.5,-13.001],[47,-17.501]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":3,"k":{"a":0,"k":[0,0.137,0.282,0.663,0.616,0.367,0.198,0.737,1,0.596,0.114,0.812],"ix":9}},"s":{"a":0,"k":[-31.492,0.589],"ix":5},"e":{"a":0,"k":[64.093,1.177],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[51.75,17.75],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 44","np":2,"cix":2,"bm":0,"ix":44,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 1","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.68,247.4,0],"ix":2,"l":2},"a":{"a":0,"k":[-4,-1.25,0],"ix":1,"l":2},"s":{"a":0,"k":[208,208,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[184,224.402],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":[-4,-1.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 2","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[202.5,32.5,0],"ix":2,"l":2},"a":{"a":0,"k":[2.5,-217.5,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[409,67],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":[2.5,-217.5],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":5,"nm":"Authenticate","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[42,112,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":24,"f":"Lato-Bold","t":"Authenticate","ca":0,"j":0,"tr":0,"lh":28.8,"ls":0,"fc":[0,0,0]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":5,"nm":"Github Account Connected","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":498,"s":[5]},{"t":517,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.112,368.259,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":16,"f":"Lato-Regular","t":"Github Account Connected","ca":0,"j":2,"tr":0,"lh":19.2,"ls":0,"fc":[1,1,1]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":5,"nm":"Authenticate with Github","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":498,"s":[100]},{"t":517,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.112,368.259,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":16,"f":"Lato-Regular","t":"Authenticate with Github","ca":0,"j":2,"tr":0,"lh":19.2,"ls":0,"fc":[1,1,1]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":5,"nm":"Asana Account Connected","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":377,"s":[0]},{"t":392,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.112,228.259,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":16,"f":"Lato-Regular","t":"Asana Account Connected","ca":0,"j":2,"tr":0,"lh":19.2,"ls":0,"fc":[1,1,1]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":5,"nm":"Authenticate with Asana","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":377,"s":[100]},{"t":392,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.112,228.259,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":16,"f":"Lato-Regular","t":"Authenticate with Asana","ca":0,"j":2,"tr":0,"lh":19.2,"ls":0,"fc":[1,1,1]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":5,"nm":"Verify your Github Account","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[96.825,331,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":18,"f":"Lato-Regular","t":"Verify your Github Account","ca":0,"j":0,"tr":0,"lh":21.6,"ls":0,"fc":[0.155,0.155,0.155]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":5,"nm":"Verify your Asana account","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[96.825,191,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":18,"f":"Lato-Regular","t":"Verify your Asana account","ca":0,"j":0,"tr":0,"lh":21.6,"ls":0,"fc":[0.155,0.155,0.155]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[202.5,403.741,0],"ix":2,"l":2},"a":{"a":0,"k":[2.5,-217.5,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[267,42],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":498,"s":[0.12313711129,0.107877761242,0.107877761242,1]},{"t":524,"s":[0.203921586275,0.701960802078,0.360784322023,1]}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.5,-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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[202.5,263.741,0],"ix":2,"l":2},"a":{"a":0,"k":[2.5,-217.5,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[267,42],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"gf","o":{"a":0,"k":100,"ix":10},"r":1,"bm":0,"g":{"p":3,"k":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":377,"s":[0,0.514,0.471,0.996,0.616,0.637,0.398,0.678,1,0.761,0.325,0.361]},{"t":392,"s":[0,0.204,0.702,0.361,0.616,0.203,0.701,0.361,1,0.203,0.7,0.361]}],"ix":9}},"s":{"a":0,"k":[-131,0],"ix":5},"e":{"a":0,"k":[100,0],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[2.5,-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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[202.5,351,0],"ix":2,"l":2},"a":{"a":0,"k":[2.5,-217.5,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[341,113],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":[2.5,-217.5],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[202.5,211,0],"ix":2,"l":2},"a":{"a":0,"k":[2.5,-217.5,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[341,113],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":[2.5,-217.5],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":842,"st":0,"bm":0}]},{"id":"comp_3","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 14","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[500,293,0],"ix":2,"l":2},"a":{"a":0,"k":[12,14,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[74,74],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.578],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":158,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.423],"y":[0]},"t":186,"s":[50]},{"t":215,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.578],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":158,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.423],"y":[0]},"t":186,"s":[100]},{"t":215,"s":[100]}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.578],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":158,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.423],"y":[0]},"t":186,"s":[180]},{"t":215,"s":[360]}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.133333333333,0.282352941176,0.670588235294,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"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":[12,14],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":623,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 13","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":153,"s":[0]},{"t":163,"s":[80]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[500,293,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[339,431],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.319621665805,0.459132594688,0.788235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":[-1.5,0.5],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":623,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":5,"nm":"CTA","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[489.336,292.208,0],"ix":2,"l":2},"a":{"a":0,"k":[33.586,-8.292,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":12,"f":"Lato-Bold","t":"Create Account","ca":0,"j":0,"tr":0,"lh":14.4,"ls":0,"fc":[1,1,1]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[]},"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Input Field 4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[499.488,292.625,0],"ix":2,"l":2},"a":{"a":0,"k":[1.375,-116.75,0],"ix":1,"l":2},"s":{"a":0,"k":[103.977,144.444,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[242.25,21.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.319621665805,0.459132594688,0.788235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":131,"s":[0.133333333333,0.282352941176,0.670588235294,1]},{"t":135,"s":[0.064810074866,0.179319560528,0.477646887302,1]}],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[1.875,-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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":5,"nm":"Password","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[417.086,255.958,0],"ix":2,"l":2},"a":{"a":0,"k":[33.586,-8.292,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":14,"f":"Lato-Regular","t":"************","ca":0,"j":0,"tr":0,"lh":16.8,"ls":0,"fc":[0.255,0.255,0.255]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[{"nm":"Animator 1","s":{"t":0,"xe":{"a":0,"k":0,"ix":7},"ne":{"a":0,"k":0,"ix":8},"a":{"a":0,"k":100,"ix":4},"b":1,"rn":0,"sh":1,"s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":85,"s":[0]},{"t":109,"s":[100]}],"ix":1},"r":1},"a":{"o":{"a":0,"k":0,"ix":9}}}]},"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Input Field 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":74,"s":[0]},{"t":85,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[499.488,251.625,0],"ix":2,"l":2},"a":{"a":0,"k":[1.375,-116.75,0],"ix":1,"l":2},"s":{"a":0,"k":[103.977,144.444,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[242.25,21.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.319621665805,0.459132594688,0.788235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":[1.875,-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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":5,"nm":"Email Address","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[383.5,218,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":14,"f":"Lato-Regular","t":"johndoe@gmail.com","ca":0,"j":0,"tr":0,"lh":16.8,"ls":0,"fc":[0.255,0.255,0.255]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[{"nm":"Animator 1","s":{"t":0,"xe":{"a":0,"k":0,"ix":7},"ne":{"a":0,"k":0,"ix":8},"a":{"a":0,"k":100,"ix":4},"b":1,"rn":0,"sh":1,"s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":54,"s":[0]},{"t":74,"s":[100]}],"ix":1},"r":1},"a":{"o":{"a":0,"k":0,"ix":9}}}]},"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Input Field 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":39,"s":[0]},{"t":54,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[499.488,210.375,0],"ix":2,"l":2},"a":{"a":0,"k":[1.375,-116.75,0],"ix":1,"l":2},"s":{"a":0,"k":[103.977,144.444,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[242.25,21.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.319621665805,0.459132594688,0.788235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":[1.875,-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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":5,"nm":"Name","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[383.5,176.5,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"t":{"d":{"k":[{"s":{"s":14,"f":"Lato-Regular","t":"John Doe","ca":0,"j":0,"tr":0,"lh":16.8,"ls":0,"fc":[0.255,0.255,0.255]},"t":0}]},"p":{},"m":{"g":1,"a":{"a":0,"k":[0,0],"ix":2}},"a":[{"nm":"Animator 1","s":{"t":0,"xe":{"a":0,"k":0,"ix":7},"ne":{"a":0,"k":0,"ix":8},"a":{"a":0,"k":100,"ix":4},"b":1,"rn":0,"sh":1,"s":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":25,"s":[0]},{"t":39,"s":[100]}],"ix":1},"r":1},"a":{"o":{"a":0,"k":0,"ix":9}}}]},"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Input Field","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":14,"s":[0]},{"t":25,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[499.488,168.75,0],"ix":2,"l":2},"a":{"a":0,"k":[1.375,-116.75,0],"ix":1,"l":2},"s":{"a":0,"k":[103.977,144.444,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[242.25,21.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":3,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.319621665805,0.459132594688,0.788235294118,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":[1.875,-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":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":2,"nm":"Project_GitToAsana_Signup_001-min.jpg","cl":"jpg","refId":"image_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[500,293,0],"ix":2,"l":2},"a":{"a":0,"k":[500,281,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ip":0,"op":600,"st":0,"bm":0}]}],"fonts":{"list":[{"fName":"Lato-Regular","fFamily":"Lato","fStyle":"Regular","ascent":73.699951171875},{"fName":"Lato-Bold","fFamily":"Lato","fStyle":"Bold","ascent":74.2996215820312},{"fName":"Limelight-Regular","fFamily":"Limelight","fStyle":"Regular","ascent":69.091796875}]},"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Cusor Outlines","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":127,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":128,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":152,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":153,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":238,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":239,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":256,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":257,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":337,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":338,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":424,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":425,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":468,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":469,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":488,"s":[0]},{"t":489,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":121,"s":[63.375,322.625,0],"to":[39.531,-8.615,0],"ti":[-39.531,8.615,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":133,"s":[300.562,270.938,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":180,"s":[300.562,270.938,0],"to":[10.302,25.115,0],"ti":[-10.302,-25.115,0]},{"i":{"x":0,"y":0},"o":{"x":0.167,"y":0.167},"t":194,"s":[362.375,421.625,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":231,"s":[362.375,421.625,0],"to":[-18.667,-30.167,0],"ti":[18.667,30.167,0]},{"i":{"x":0,"y":0},"o":{"x":0.167,"y":0.167},"t":241,"s":[250.375,240.625,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":269,"s":[250.375,240.625,0],"to":[3.5,30.667,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.256,"y":0},"t":278,"s":[271.375,424.625,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.66,"y":0.991},"o":{"x":0.256,"y":0},"t":331,"s":[271.375,424.875,0],"to":[0,0,0],"ti":[0.424,0.363,0]},{"i":{"x":0.512,"y":0.987},"o":{"x":0.048,"y":1},"t":339,"s":[158.563,378.171,0],"to":[-0.841,-0.72,0],"ti":[-0.137,-0.117,0]},{"i":{"x":0.668,"y":1},"o":{"x":0.331,"y":0},"t":401,"s":[157.733,377.461,0],"to":[0.002,0.002,0],"ti":[-0.003,-0.002,0]},{"i":{"x":0.668,"y":0.904},"o":{"x":0.488,"y":0.141},"t":410,"s":[306.741,377.468,0],"to":[0.229,0.196,0],"ti":[-0.003,-0.002,0]},{"i":{"x":0,"y":1},"o":{"x":0.488,"y":0},"t":460,"s":[306.741,377.468,0],"to":[0.229,0.196,0],"ti":[-0.606,-8.026,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":470,"s":[331.375,425.625,0],"to":[0.606,8.026,0],"ti":[3.5,0,0]},{"t":476,"s":[310.375,425.625,0]}],"ix":2,"l":2},"a":{"a":0,"k":[160,256,0],"ix":1,"l":2},"s":{"a":0,"k":[7,7,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[2.97,-4.46],[-2.09,-4.93],[0,0],[0,0],[0,0],[5.01,1.151],[1.19,0],[2.94,-2.6],[0,0]],"o":[[0,0],[0,0],[-5.36,0],[-2.96,4.46],[0,0],[0,0],[0,0],[-1.98,-4.76],[-1.2,-0.28],[-3.87,0],[0,0],[0,0]],"v":[[-120.65,-213.685],[120.65,30.985],[27.32,30.985],[13.98,38.135],[12.58,53.195],[73.48,197.645],[36.6,213.685],[-25.63,66.235],[-36.81,56.845],[-40.37,56.435],[-50.97,60.445],[-120.65,122.075]],"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":[152.65,261.195],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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,-4.901],[11.65,0],[0,0],[0,0],[8.04,-3.5],[0,0],[2.17,0],[1.919,0.771],[1.66,3.951],[0,0],[0,0],[5.55,0],[0,11.71],[0,0],[-11.65,0],[-4.05,-3.28]],"o":[[4.36,5.35],[0,11.689],[0,0],[0,0],[3.41,8.09],[0,0],[-2.03,0.87],[-2.03,0],[-3.971,-1.58],[0,0],[0,0],[-2.99,3.071],[-11.65,0],[0,0],[0,-11.71],[4.93,0],[0,0]],"v":[[153.96,31.981],[160,46.951],[138.86,68.18],[44.07,68.18],[101.76,204.991],[93.4,225.88],[27.16,254.68],[20.78,256],[14.831,254.85],[6.04,246.21],[-53.82,104.361],[-124.97,167.25],[-138.86,172.52],[-160,151.3],[-160,-234.77],[-138.86,-256],[-125.1,-250.99]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[160,256],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":600,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Hand pointer Outlines","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":127,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":128,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":152,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":153,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":238,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":239,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":256,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":257,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":337,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":338,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":424,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":425,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":468,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":469,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":488,"s":[100]},{"t":489,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[112,249.333,0],"ix":2,"l":2},"a":{"a":0,"k":[181.5,245,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":147,"s":[108.476,108.476,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":149,"s":[77,77,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":151,"s":[108.476,108.476,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":252,"s":[108.476,108.476,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":254,"s":[77,77,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":256,"s":[108.476,108.476,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":354,"s":[108.476,108.476,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":356,"s":[77,77,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":358,"s":[108.476,108.476,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":420,"s":[108.476,108.476,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":422,"s":[77,77,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":424,"s":[108.476,108.476,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":484,"s":[108.476,108.476,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"t":486,"s":[77,77,100]},{"t":488,"s":[108.476,108.476,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,-8.82],[8.82,0],[0,0],[0,0],[0,0],[0,0]],"o":[[8.82,0],[0,8.82],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0,-15.975],[15.98,0.005],[0,15.975],[-15.85,15.975],[-15.98,15.975],[-15.98,-15.975],[-15.87,-15.975]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"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.551,223.695],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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,8.82],[0,0],[8.82,0],[0,8.819],[0,0],[0,0],[0,0]],"o":[[0,0],[0,8.819],[-8.82,0],[0,0],[0,0],[0,0],[8.82,0]],"v":[[15.98,-37.28],[15.98,21.3],[0,37.28],[-15.98,21.3],[-15.98,-21.31],[-15.85,-21.31],[0,-21.31]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"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.551,260.98],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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,-26.41],[0,0],[0,-20.82],[0,0],[8.82,0],[0,-8.8],[0,0],[8.82,0],[0,0],[0,0],[0,0],[-26.44,0]],"o":[[0,0],[-18.6,6.59],[0,0],[0,-8.8],[-8.82,0],[0,0],[0,-8.82],[0,0],[0,0],[0,0],[0,-26.41],[26.44,0]],"v":[[47.935,-63.92],[47.935,18.72],[15.975,63.91],[15.975,-63.92],[0.005,-79.89],[-15.975,-63.92],[-15.975,111.85],[-31.955,95.87],[-47.825,95.87],[-47.935,95.87],[-47.935,-63.92],[0.005,-111.85]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.506,111.85],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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":[[-18.6,6.59],[0,0],[8.82,0],[0,8.82]],"o":[[0,0],[0,8.82],[-8.82,0],[0,-20.82]],"v":[[15.98,-30.585],[15.98,14.605],[0,30.585],[-15.98,14.605]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[154.461,161.155],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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,8.82],[0,0],[8.82,0],[0,8.819],[0,0],[-8.82,0]],"o":[[0,0],[0,8.819],[-8.82,0],[0,0],[0,8.82],[8.82,0]],"v":[[15.98,-50.6],[15.98,34.621],[0,50.6],[-15.98,34.621],[-15.98,-50.6],[0,-34.62]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[154.461,226.36],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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":[[-5.6,0],[-7.93,-15.56],[0,-18.82],[0,0],[8.82,0],[0,-8.8],[0,0]],"o":[[18.63,0],[-15.84,7.83],[0,0],[0,-8.8],[-8.82,0],[0,0],[5,-1.77]],"v":[[-13.38,-34.615],[29.36,-8.375],[2.6,34.615],[2.6,13.315],[-13.38,-2.665],[-29.36,13.315],[-29.36,-31.875]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[199.801,162.445],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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,-7.8],[0,0],[8.821,0],[0,8.82],[-15.84,7.83]],"o":[[0,0],[0,8.82],[-8.82,0],[0,-18.82],[3.319,6.52]],"v":[[15.975,-7.795],[15.975,13.505],[0.005,29.485],[-15.975,13.505],[10.785,-29.485]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[218.376,183.555],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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,8.82],[0,0],[8.821,0],[0,8.82],[0,0],[-8.82,0]],"o":[[0,0],[0,8.82],[-8.82,0],[0,0],[0,8.82],[8.821,0]],"v":[[15.975,-39.95],[15.975,23.97],[0.005,39.95],[-15.975,23.97],[-15.975,-39.95],[0.005,-23.97]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[218.376,237.01],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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":[[-7.59,0],[-7.93,-15.56],[0,-18.83],[0,0],[8.82,0],[0,-8.79],[0,0],[3.319,6.52]],"o":[[18.63,0],[-15.841,7.83],[0,0],[0,-8.79],[-8.82,0],[0,0],[0,-7.8],[6.39,-3.16]],"v":[[-10.785,-34.62],[31.955,-8.37],[5.194,34.62],[5.194,13.31],[-10.785,-2.66],[-26.765,13.31],[-26.765,-7.99],[-31.955,-29.68]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[261.116,183.75],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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,-7.79],[0,0],[8.82,0],[0,8.82],[-15.841,7.83]],"o":[[0,0],[0,8.82],[-8.821,0],[0,-18.83],[3.33,6.51]],"v":[[15.98,-7.805],[15.98,13.505],[0.001,29.485],[-15.98,13.505],[10.781,-29.485]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.291,204.865],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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,8.82],[0,0],[8.82,0],[0,8.82],[0,0],[-8.821,0]],"o":[[0,0],[0,8.82],[-8.821,0],[0,0],[0,8.82],[8.82,0]],"v":[[15.98,-29.295],[15.98,13.315],[0.001,29.295],[-15.98,13.315],[-15.98,-29.295],[0.001,-13.315]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.291,247.665],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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,-26.42],[0,0],[55.79,0],[0,0],[25.33,25.841],[-1.28,64.701],[-40.3,0.06],[0,0],[0.47,-23.79],[-16.62,-16.961],[-16.91,0],[0,0],[0,38.18],[0,0],[8.821,0],[0,-8.8],[0,0],[3.33,6.51],[-7.599,0]],"o":[[0,0],[0,55.799],[0,0],[-25.71,0],[-41.1,-41.949],[0.81,-40.679],[0,0],[-23.42,0.07],[-1.6,79.79],[19.06,19.45],[0,0],[38.169,0],[0,0],[0,-8.8],[-8.82,0],[0,0],[0,-7.79],[6.389,-3.16],[26.44,0]],"v":[[181.09,-111.85],[181.09,58.58],[79.901,159.78],[-38.07,159.78],[-118.38,119.129],[-181.04,-48.661],[-106.52,-122.5],[-106.52,-90.55],[-149.06,-48.05],[-95.54,96.76],[-38.07,127.82],[79.901,127.82],[149.13,58.58],[149.13,-111.85],[133.16,-127.83],[117.18,-111.85],[117.18,-133.16],[111.981,-154.84],[133.16,-159.78]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[181.09,330.22],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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":4,"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,-8.8],[0,0],[38.169,0],[0,0],[19.06,19.45],[-1.6,79.79],[-23.42,0.07],[0,0],[-8.82,0],[0,8.819],[0,0],[0,0],[-8.82,0],[0,-8.8],[0,0],[0,0],[-8.82,0],[0,8.82],[0,0],[-8.82,0],[0,-8.8],[0,0],[0,0],[-8.82,0],[0,8.82],[0,0],[-8.82,0],[0,-8.79],[0,0],[0,0],[-8.82,0],[0,8.82],[0,0],[-8.82,0]],"o":[[0,0],[0,38.18],[0,0],[-16.91,0],[-16.62,-16.961],[0.47,-23.79],[0,0],[0,8.819],[8.82,0],[0,0],[0,0],[0,-8.8],[8.82,0],[0,0],[0,0],[0,8.82],[8.82,0],[0,0],[0,-8.8],[8.821,0],[0,0],[0,0],[0,8.82],[8.82,0],[0,0],[0,-8.79],[8.821,0],[0,0],[0,0],[0,8.82],[8.821,0],[0,0],[0,-8.8],[8.821,0]],"v":[[149.895,-26.63],[149.895,143.8],[80.666,213.04],[-37.305,213.04],[-94.775,181.98],[-148.295,37.17],[-105.755,-5.33],[-105.755,37.28],[-89.775,53.26],[-73.795,37.28],[-73.795,-21.3],[-73.795,-197.07],[-57.815,-213.04],[-41.845,-197.07],[-41.845,-69.24],[-41.845,15.98],[-25.865,31.96],[-9.885,15.98],[-9.885,-69.24],[6.095,-85.22],[22.076,-69.24],[22.076,-47.94],[22.076,15.98],[38.055,31.96],[54.025,15.98],[54.025,-47.94],[70.005,-63.91],[85.985,-47.94],[85.985,-26.63],[85.985,15.98],[101.965,31.96],[117.945,15.98],[117.945,-26.63],[133.925,-42.61]],"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":[180.326,245],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"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}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 12","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":149,"s":[60]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":161,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":212,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":252,"s":[60]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":264,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":274,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":356,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":358,"s":[50]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":368,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":420,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":422,"s":[50]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":432,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":484,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":486,"s":[50]},{"t":496,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[125.333,297.333,0],"ix":2,"l":2},"a":{"a":0,"k":[15.375,160.625,0],"ix":1,"l":2},"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":149,"s":[600,600,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":161,"s":[4266.667,4266.667,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":212,"s":[600,600,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":252,"s":[600,600,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":264,"s":[4266.667,4266.667,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":274,"s":[600,600,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":356,"s":[600,600,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":368,"s":[4266.667,4266.667,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":420,"s":[600,600,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":432,"s":[4266.667,4266.667,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":484,"s":[600,600,100]},{"t":496,"s":[4266.667,4266.667,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[32.75,32.75],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.832156790939,0.832156790939,0.832156790939,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.183157184077,0.433469824697,0.709803801892,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[15.375,160.625],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"GithubAuthorization","refId":"comp_0","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":420,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":438,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":486,"s":[100]},{"t":499,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200,250,0],"ix":2,"l":2},"a":{"a":0,"k":[200,250,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":400,"h":500,"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"Asana login","refId":"comp_1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":255,"s":[0]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":267,"s":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":358,"s":[100]},{"t":375,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200,250,0],"ix":2,"l":2},"a":{"a":0,"k":[200,250,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":400,"h":500,"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":0,"nm":"Dashboard","refId":"comp_2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":207,"s":[0]},{"i":{"x":[0],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":223,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":255,"s":[100]},{"i":{"x":[0.7],"y":[1]},"o":{"x":[0.157],"y":[0]},"t":267,"s":[0]},{"i":{"x":[0.776],"y":[1]},"o":{"x":[0.427],"y":[0]},"t":358,"s":[0]},{"t":375,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200,250,0],"ix":2,"l":2},"a":{"a":0,"k":[200,250,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":400,"h":500,"ip":0,"op":600,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":0,"nm":"Sign up Screen","refId":"comp_3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":199,"s":[100]},{"t":211,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[202.76,246.88,0],"ix":2,"l":2},"a":{"a":0,"k":[500,293,0],"ix":1,"l":2},"s":{"a":0,"k":[104,104,100],"ix":6,"l":2}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[666,74],[331,74],[331,500],[666,500]],"c":true},"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"}],"w":1000,"h":586,"ip":0,"op":240,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[200.68,247.4,0],"ix":2,"l":2},"a":{"a":0,"k":[-4,-1.25,0],"ix":1,"l":2},"s":{"a":0,"k":[208,208,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[189,230.5],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":5,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0.840627513212,0.869866644167,0.913725490196,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":1,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","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":[-4,-1.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":600,"st":0,"bm":0}],"markers":[],"chars":[{"ch":"J","size":14,"style":"Regular","w":44.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0.616,-2.183],[1.183,-1.4],[1.716,-0.666],[2.2,0],[1,0.3],[0.6,0],[0.35,-0.35],[0.066,-0.566],[0.1,-0.95],[0.066,-0.966],[-3.234,0],[-2.8,1.166],[-1.917,2.184],[-0.984,3.167],[0,4]],"o":[[0,0],[0,0],[0,3],[-0.617,2.184],[-1.184,1.4],[-1.717,0.667],[-1.667,0],[-1,-0.3],[-0.7,0],[-0.35,0.35],[-0.1,0.934],[-0.1,0.95],[3.5,0.933],[3.633,0],[2.8,-1.166],[1.916,-2.183],[0.983,-3.166],[0,0]],"v":[[35.65,-71.65],[26,-71.65],[26,-24.55],[25.075,-16.775],[22.375,-11.4],[18.025,-8.3],[12.15,-7.3],[8.15,-7.75],[5.75,-8.2],[4.175,-7.675],[3.55,-6.3],[3.25,-3.475],[3,-0.6],[13.1,0.8],[22.75,-0.95],[29.825,-5.975],[34.175,-14],[35.65,-24.75]],"c":true},"ix":2},"nm":"J","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"J","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"o","size":14,"style":"Regular","w":55.6,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.983,-1.233],[2.1,-2.266],[1.133,-3.216],[0,-3.966],[-1.134,-3.2],[-2.1,-2.266],[-2.984,-1.216],[-3.7,0],[-2.984,1.216],[-2.084,2.267],[-1.117,3.2],[0,4],[1.116,3.217],[2.083,2.267],[2.983,1.234],[3.7,0]],"o":[[-2.984,1.234],[-2.1,2.267],[-1.134,3.217],[0,4],[1.133,3.2],[2.1,2.267],[2.983,1.216],[3.7,0],[2.983,-1.216],[2.083,-2.266],[1.116,-3.2],[0,-3.966],[-1.117,-3.216],[-2.084,-2.266],[-2.984,-1.233],[-3.7,0]],"v":[[17.775,-49.6],[10.15,-44.35],[5.3,-36.125],[3.6,-25.35],[5.3,-14.55],[10.15,-6.35],[17.775,-1.125],[27.8,0.7],[37.825,-1.125],[45.425,-6.35],[50.225,-14.55],[51.9,-25.35],[50.225,-36.125],[45.425,-44.35],[37.825,-49.6],[27.8,-51.45]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.866,0.867],[1.25,1.617],[0.616,2.367],[0,3],[-0.617,2.384],[-1.25,1.634],[-1.867,0.867],[-2.534,0],[-2.467,-3.366],[0,-6.033],[2.466,-3.35],[5,0]],"o":[[-1.867,-0.866],[-1.25,-1.616],[-0.617,-2.366],[0,-3],[0.616,-2.383],[1.25,-1.633],[1.866,-0.866],[5,0],[2.466,3.367],[0,6],[-2.467,3.35],[-2.534,0]],"v":[[21.2,-7.55],[16.525,-11.275],[13.725,-17.25],[12.8,-25.3],[13.725,-33.375],[16.525,-39.4],[21.2,-43.15],[27.8,-44.45],[39,-39.4],[42.7,-25.3],[39,-11.275],[27.8,-6.25]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"o","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"h","size":14,"style":"Regular","w":55.6,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-2.284,1.267],[-2.634,0],[-1.75,-2.116],[0,-3.833],[0,0],[0,0],[0,0],[0.733,2.367],[1.416,1.684],[2.116,0.917],[2.766,0],[2.633,-1.383],[2.166,-2.3],[0,0],[0,0],[0,0]],"o":[[0,0],[1.933,-2.166],[2.283,-1.266],[3.6,0],[1.75,2.117],[0,0],[0,0],[0,0],[0,-2.866],[-0.734,-2.366],[-1.417,-1.683],[-2.117,-0.916],[-3.434,0],[-2.634,1.384],[0,0],[0,0],[0,0],[0,0]],"v":[[16.2,0],[16.2,-37.3],[22.525,-42.45],[29.9,-44.35],[37.925,-41.175],[40.55,-32.25],[40.55,0],[49.45,0],[49.45,-32.25],[48.35,-40.1],[45.125,-46.175],[39.825,-50.075],[32.5,-51.45],[23.4,-49.375],[16.2,-43.85],[16.2,-73.65],[7.3,-73.65],[7.3,0]],"c":true},"ix":2},"nm":"h","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"h","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"n","size":14,"style":"Regular","w":55.6,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-2.284,1.267],[-2.634,0],[-1.75,-2.116],[0,-3.833],[0,0],[0,0],[0,0],[0.733,2.367],[1.416,1.684],[2.116,0.917],[2.766,0],[2.716,-1.5],[2.2,-2.433],[0,0],[1.266,0],[0,0],[0,0]],"o":[[0,0],[1.933,-2.166],[2.283,-1.266],[3.6,0],[1.75,2.117],[0,0],[0,0],[0,0],[0,-2.866],[-0.734,-2.366],[-1.417,-1.683],[-2.117,-0.916],[-3.567,0],[-2.717,1.5],[0,0],[-0.334,-1.233],[0,0],[0,0],[0,0]],"v":[[16.2,0],[16.2,-37.3],[22.525,-42.45],[29.9,-44.35],[37.925,-41.175],[40.55,-32.25],[40.55,0],[49.45,0],[49.45,-32.25],[48.35,-40.1],[45.125,-46.175],[39.825,-50.075],[32.5,-51.45],[23.075,-49.2],[15.7,-43.3],[15,-48.8],[12.6,-50.65],[7.3,-50.65],[7.3,0]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"n","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":" ","size":14,"style":"Regular","w":19.3,"data":{},"fFamily":"Lato"},{"ch":"D","size":14,"style":"Regular","w":75.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.7,4.4],[3.1,3.15],[4.333,1.717],[5.266,0],[0,0],[0,0],[0,0],[-4.334,1.717],[-3.1,3.134],[-1.7,4.4],[0,5.367]],"o":[[-1.7,-4.4],[-3.1,-3.15],[-4.334,-1.716],[0,0],[0,0],[0,0],[5.266,0],[4.333,-1.716],[3.1,-3.133],[1.7,-4.4],[0,-5.366]],"v":[[68.25,-50.45],[61.05,-61.775],[49.9,-69.075],[35.5,-71.65],[8.7,-71.65],[8.7,0],[35.5,0],[49.9,-2.575],[61.05,-9.85],[68.25,-21.15],[70.8,-35.8]],"c":true},"ix":2},"nm":"D","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.2,-3.466],[2.2,-2.383],[3.133,-1.266],[3.833,0],[0,0],[0,0],[0,0],[-3.134,-1.266],[-2.2,-2.4],[-1.2,-3.466],[0,-4.4]],"o":[[-1.2,3.467],[-2.2,2.384],[-3.134,1.267],[0,0],[0,0],[0,0],[3.833,0],[3.133,1.267],[2.2,2.4],[1.2,3.467],[0,4.4]],"v":[[59.05,-24],[53.95,-15.225],[45.95,-9.75],[35.5,-7.85],[18.45,-7.85],[18.45,-63.8],[35.5,-63.8],[45.95,-61.9],[53.95,-56.4],[59.05,-47.6],[60.85,-35.8]],"c":true},"ix":2},"nm":"D","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"D","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"e","size":14,"style":"Regular","w":52.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.933,-1.283],[2.033,-2.25],[1.083,-3.066],[0,-3.533],[-1.2,-3.366],[-2.15,-2.283],[-2.95,-1.183],[-3.5,0],[-1.867,0.316],[-1.75,0.634],[-1.534,0.984],[-1.1,1.334],[0,0],[0.733,0],[0.783,-0.516],[1.166,-0.6],[1.616,-0.516],[2.233,0],[1.933,0.784],[1.4,1.584],[0.8,2.367],[0.066,3.2],[0,0],[-0.3,0.467],[0,1.4],[1.05,2.817],[1.866,1.917],[2.566,1.017],[3.033,0]],"o":[[-2.934,1.284],[-2.034,2.25],[-1.084,3.067],[0,4.367],[1.2,3.367],[2.15,2.284],[2.95,1.183],[1.833,0],[1.866,-0.316],[1.75,-0.633],[1.533,-0.983],[0,0],[-0.4,-0.566],[-0.567,0],[-0.784,0.517],[-1.167,0.6],[-1.617,0.517],[-2.4,0],[-1.934,-0.783],[-1.4,-1.583],[-0.8,-2.366],[0,0],[0.833,0],[0.3,-0.466],[0,-3.6],[-1.05,-2.816],[-1.867,-1.916],[-2.567,-1.016],[-3.667,0]],"v":[[17.45,-49.525],[10,-44.225],[5.325,-36.25],[3.7,-26.35],[5.5,-14.75],[10.525,-6.275],[18.175,-1.075],[27.85,0.7],[33.4,0.225],[38.825,-1.2],[43.75,-3.625],[47.7,-7.1],[45.2,-10.35],[43.5,-11.2],[41.475,-10.425],[38.55,-8.75],[34.375,-7.075],[28.6,-6.3],[22.1,-7.475],[17.1,-11.025],[13.8,-16.95],[12.5,-25.3],[46.2,-25.3],[47.9,-26],[48.35,-28.8],[46.775,-38.425],[42.4,-45.525],[35.75,-49.925],[27.35,-51.45]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.584,-0.683],[-1.1,-1.25],[-0.567,-1.716],[0,-2.066],[0,0],[-2.467,2.484],[-4.3,0]],"o":[[1.583,0.684],[1.1,1.25],[0.566,1.717],[0,0],[0.6,-4.4],[2.466,-2.483],[2.033,0]],"v":[[32.975,-43.875],[37,-40.975],[39.5,-36.525],[40.35,-30.85],[12.8,-30.85],[17.4,-41.175],[27.55,-44.9]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"e","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"j","size":14,"style":"Regular","w":25.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[1.1,-1.216],[2.6,0],[0.3,0],[0.267,0],[0.234,-0.117],[0.067,-0.434],[0,0],[-0.9,-0.167],[-1.1,0],[-1.817,0.75],[-1.15,1.299],[-0.534,1.75],[0,2.033],[0,0]],"o":[[0,0],[0,2.698],[-1.1,1.215],[-0.434,0],[-0.3,0],[-0.5,0],[-0.233,0.116],[0,0],[0.9,0.333],[0.9,0.166],[2.533,0],[1.816,-0.75],[1.15,-1.301],[0.533,-1.75],[0,0],[0,0]],"v":[[8.3,-50.655],[8.3,3.705],[6.65,9.577],[1.1,11.4],[0,11.4],[-0.85,11.4],[-1.95,11.575],[-2.4,12.4],[-2.8,17.2],[-0.1,17.95],[2.9,18.2],[9.425,17.075],[13.875,14],[16.4,9.424],[17.2,3.749],[17.2,-50.655]],"c":true},"ix":2},"nm":"j","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.35,0.784],[0.583,0.584],[0.766,0.334],[0.866,0],[0.75,-0.333],[0.583,-0.583],[0.333,-0.783],[0,-0.866],[-0.334,-0.75],[-0.584,-0.583],[-0.75,-0.333],[-0.867,0],[-0.767,0.334],[-0.584,0.584],[-0.35,0.75],[0,0.867]],"o":[[-0.35,-0.783],[-0.584,-0.583],[-0.767,-0.333],[-0.867,0],[-0.75,0.334],[-0.584,0.584],[-0.334,0.784],[0,0.867],[0.333,0.75],[0.583,0.584],[0.75,0.334],[0.866,0],[0.766,-0.333],[0.583,-0.583],[0.35,-0.75],[0,-0.866]],"v":[[18.675,-69.025],[17.275,-71.075],[15.25,-72.45],[12.8,-72.95],[10.375,-72.45],[8.375,-71.075],[7,-69.025],[6.5,-66.55],[7,-64.125],[8.375,-62.125],[10.375,-60.75],[12.8,-60.25],[15.25,-60.75],[17.275,-62.125],[18.675,-64.125],[19.2,-66.55]],"c":true},"ix":2},"nm":"j","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"j","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"d","size":14,"style":"Regular","w":55.9,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[2.2,1.05],[3.1,0],[2.7,-1.35],[1.883,-2.366],[1,-3.216],[0,-3.733],[-0.9,-3.233],[-1.667,-2.166],[-2.367,-1.116],[-2.9,0],[-2.784,1.584],[-2.167,2.634],[0,0],[-1.267,0]],"o":[[0,0],[0,0],[0,0],[-1.734,-1.9],[-2.2,-1.05],[-3.434,0],[-2.7,1.35],[-1.884,2.367],[-1,3.217],[0,4.2],[0.9,3.234],[1.666,2.167],[2.366,1.116],[3.6,0],[2.783,-1.583],[0,0],[0.333,1.234],[0,0]],"v":[[48.25,0],[48.25,-73.65],[39.35,-73.65],[39.35,-45.55],[33.45,-49.975],[25.5,-51.55],[16.3,-49.525],[9.425,-43.95],[5.1,-35.575],[3.6,-25.15],[4.95,-14],[8.8,-5.9],[14.85,-0.975],[22.75,0.7],[32.325,-1.675],[39.75,-8],[40.55,-1.85],[42.95,0]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.6,0.7],[1.1,1.517],[0.566,2.35],[0,3.3],[-2.534,3.367],[-4.734,0],[-1.95,-0.883],[-1.634,-2.2],[0,0],[2.183,-1.333],[2.9,0]],"o":[[-1.6,-0.7],[-1.1,-1.516],[-0.567,-2.35],[0,-6.233],[2.533,-3.366],[2.366,0],[1.95,0.884],[0,0],[-1.834,2.434],[-2.184,1.334],[-2.067,0]],"v":[[20.2,-7.55],[16.15,-10.875],[13.65,-16.675],[12.8,-25.15],[16.6,-39.55],[27.5,-44.6],[33.975,-43.275],[39.35,-38.65],[39.35,-14.15],[33.325,-8.5],[25.7,-6.5]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"d","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"@","size":14,"style":"Regular","w":82.2,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.417,1.267],[-1.784,2.234],[-1.017,3.05],[0,3.6],[0.883,3.05],[1.583,2.484],[2.2,1.917],[2.616,1.3],[2.933,0.667],[3.066,0],[3.3,-0.95],[2.866,-1.716],[2.333,-2.416],[1.666,-2.916],[0.916,-3.366],[0,-3.633],[-2.084,-5],[-3.65,-3.45],[-4.967,-1.834],[-5.767,0],[-4.55,1.366],[-3.567,2.4],[0,0],[0.7,0],[0.5,-0.3],[3.883,-1.1],[5.066,0],[4.15,1.466],[3.083,2.9],[1.783,4.284],[0,5.667],[-1.667,4.1],[-2.9,3],[-3.9,1.7],[-4.467,0],[-3.517,-1.15],[-2.584,-2.316],[-1.484,-3.466],[0,-4.6],[0.65,-2.383],[1.116,-1.7],[1.466,-0.933],[1.633,0],[0.683,0.167],[0.516,0.45],[0.3,0.784],[0,1.2],[-0.634,2.5],[0,0],[1.683,0.35],[2.233,0],[3.183,-1.466],[2.133,-2.316],[1.083,-2.883],[0,-2.833],[-0.484,-1.666],[-0.984,-1.216],[-1.467,-0.683],[-2,0],[-2.267,1.167],[-1.934,2.7],[-1.634,-1.25],[-2.6,0]],"o":[[2.416,-1.266],[1.783,-2.233],[1.016,-3.05],[0,-3.566],[-0.884,-3.05],[-1.584,-2.483],[-2.2,-1.916],[-2.617,-1.3],[-2.934,-0.666],[-3.6,0],[-3.3,0.95],[-2.867,1.717],[-2.334,2.417],[-1.667,2.917],[-0.917,3.367],[0,6.334],[2.083,5],[3.65,3.45],[4.966,1.833],[5.766,0],[4.55,-1.367],[0,0],[-0.334,-0.8],[-0.4,0],[-2.834,1.7],[-3.884,1.1],[-4.767,0],[-4.15,-1.467],[-3.084,-2.9],[-1.784,-4.283],[0,-4.833],[1.666,-4.1],[2.9,-3],[3.9,-1.7],[4.066,0],[3.516,1.15],[2.583,2.317],[1.483,3.467],[0,2.9],[-0.65,2.384],[-1.117,1.7],[-1.467,0.934],[-0.767,0],[-0.684,-0.166],[-0.517,-0.45],[-0.3,-0.783],[0,-1.633],[0,0],[-1.5,-0.666],[-1.684,-0.35],[-4.167,0],[-3.184,1.467],[-2.134,2.317],[-1.084,2.884],[0,1.934],[0.483,1.667],[0.983,1.217],[1.466,0.684],[2.6,0],[2.266,-1.166],[0.433,2.6],[1.633,1.25],[2.8,0]],"v":[[66.175,-11.2],[72.475,-16.45],[76.675,-24.375],[78.2,-34.35],[76.875,-44.275],[73.175,-52.575],[67.5,-59.175],[60.275,-64],[51.95,-66.95],[42.95,-67.95],[32.6,-66.525],[23.35,-62.525],[15.55,-56.325],[9.55,-48.325],[5.675,-38.9],[4.3,-28.4],[7.425,-11.4],[16.025,1.275],[28.95,9.2],[45.05,11.95],[60.525,9.9],[72.7,4.25],[71.45,0.95],[69.9,-0.25],[68.55,0.2],[58.475,4.4],[45.05,6.05],[31.675,3.85],[20.825,-2.7],[13.525,-13.475],[10.85,-28.4],[13.35,-41.8],[20.2,-52.45],[30.4,-59.5],[42.95,-62.05],[54.325,-60.325],[63.475,-55.125],[69.575,-46.45],[71.8,-34.35],[70.825,-26.425],[68.175,-20.3],[64.3,-16.35],[59.65,-14.95],[57.475,-15.2],[55.675,-16.125],[54.45,-17.975],[54,-20.95],[54.95,-27.15],[59.6,-45.2],[54.825,-46.725],[48.95,-47.25],[37.925,-45.05],[29.95,-39.375],[25.125,-31.575],[23.5,-23],[24.225,-17.6],[26.425,-13.275],[30.1,-10.425],[35.3,-9.4],[42.6,-11.15],[48.9,-16.95],[52,-11.175],[58.35,-9.3]],"c":true},"ix":2},"nm":"@","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.1,1.45],[0,2.4],[-0.85,2.2],[-1.5,1.7],[-2.084,1.05],[-2.5,0],[-1.3,-0.3],[0,0],[0.816,-1.433],[0.983,-0.833],[1.05,-0.333],[1.033,0]],"o":[[-1.1,-1.45],[0,-2.3],[0.85,-2.2],[1.5,-1.7],[2.083,-1.05],[1.533,0],[0,0],[-0.567,2.167],[-0.817,1.434],[-0.984,0.834],[-1.05,0.334],[-2.167,0]],"v":[[32.15,-17.475],[30.5,-23.25],[31.775,-30],[35.3,-35.85],[40.675,-39.975],[47.55,-41.55],[51.8,-41.1],[48,-26.35],[45.925,-20.95],[43.225,-17.55],[40.175,-15.8],[37.05,-15.3]],"c":true},"ix":2},"nm":"@","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"@","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"g","size":14,"style":"Regular","w":51.1,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.35,-0.766],[1.7,-1.416],[0.95,-2.016],[0,-2.466],[-1.417,-2.316],[-2.5,-1.4],[0.8,-0.698],[0.55,-0.766],[0.266,-0.782],[0,-0.731],[-0.85,-1.115],[-1.434,-0.666],[1.583,-1.752],[0,-2.503],[-0.917,-1.619],[-1.834,-1.235],[-2.784,-0.735],[-3.7,0],[-2.934,0.961],[-2.034,1.602],[-1.084,2.058],[0,2.193],[0.966,1.484],[1.6,0.844],[2.033,0.371],[2.116,0],[2.033,0],[1.6,0.276],[0.966,0.637],[0,1.241],[-0.55,0.793],[-1.067,0.689],[-2.367,0],[-2.317,0.767],[-1.684,1.434],[-0.95,2.017],[0,2.467],[1.133,2.167],[0,0],[0,1.1],[0,0],[0,0],[1.916,0.484],[2.2,0]],"o":[[-2.35,0.767],[-1.7,1.417],[-0.95,2.017],[0,3.1],[1.416,2.317],[-1.067,0.533],[-0.8,0.699],[-0.55,0.766],[-0.267,0.783],[0,1.864],[0.85,1.115],[-2.767,1.034],[-1.584,1.751],[0,1.769],[0.916,1.618],[1.833,1.234],[2.783,0.734],[3.7,0],[2.933,-0.962],[2.033,-1.604],[1.083,-2.059],[0,-2.362],[-0.967,-1.484],[-1.6,-0.844],[-2.034,-0.371],[-2.117,0],[-2.034,0],[-1.6,-0.276],[-0.967,-0.638],[0,-0.758],[0.55,-0.792],[2.1,0.567],[2.766,0],[2.316,-0.766],[1.683,-1.433],[0.95,-2.016],[0,-2.666],[0,0],[1.4,-0.3],[0,0],[0,0],[-1.567,-0.933],[-1.917,-0.483],[-2.8,0]],"v":[[16.625,-50.35],[10.55,-47.075],[6.575,-41.925],[5.15,-35.2],[7.275,-27.075],[13.15,-21.5],[10.35,-19.653],[8.325,-17.456],[7.1,-15.135],[6.7,-12.864],[7.975,-8.395],[11.4,-5.725],[4.875,-1.545],[2.5,4.836],[3.875,9.916],[8,14.196],[14.925,17.149],[24.65,18.25],[34.6,16.808],[42.05,12.961],[46.725,7.469],[48.35,1.091],[46.9,-4.678],[43.05,-8.171],[37.6,-9.993],[31.375,-10.55],[25.15,-10.55],[19.7,-10.963],[15.85,-12.334],[14.4,-15.151],[15.225,-17.477],[17.65,-19.7],[24.35,-18.85],[31.975,-20],[37.975,-23.3],[41.925,-28.475],[43.35,-35.2],[41.65,-42.45],[47.4,-43.25],[49.5,-45.35],[49.5,-48.65],[35.75,-48.65],[30.525,-50.775],[24.35,-51.5]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.7,-1.123],[1.316,-0.816],[1.9,-0.443],[2.4,0],[1.816,0.416],[1.2,0.717],[0.583,0.984],[0,1.134],[-1.184,1.301],[-1.9,0.902],[-1.8,0],[-1.734,0],[-1.567,-0.204],[-1.2,-0.425],[-0.7,-0.782],[0,-1.292]],"o":[[-0.7,1.121],[-1.317,0.815],[-1.9,0.441],[-2.467,0],[-1.817,-0.418],[-1.2,-0.718],[-0.584,-0.985],[0,-1.803],[1.183,-1.302],[1.633,0.45],[1.8,0],[1.733,0],[1.566,0.204],[1.2,0.425],[0.7,0.781],[0,1.359]],"v":[[39.1,6.294],[36.075,9.201],[31.25,11.087],[24.8,11.75],[18.375,11.124],[13.85,9.421],[11.175,6.867],[10.3,3.688],[12.075,-0.97],[16.7,-4.275],[21.85,-3.6],[27.15,-3.6],[32.1,-3.294],[36.25,-2.351],[39.1,-0.54],[40.15,2.57]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.366,0.5],[0.933,0.9],[0.483,1.25],[0,1.5],[-1.884,1.834],[-3.567,0],[-1.884,-1.833],[0,-3.1],[0.466,-1.25],[0.933,-0.9],[1.383,-0.5],[1.8,0]],"o":[[-1.367,-0.5],[-0.934,-0.9],[-0.484,-1.25],[0,-3.1],[1.883,-1.833],[3.6,0],[1.883,1.834],[0,1.5],[-0.467,1.25],[-0.934,0.9],[-1.384,0.5],[-1.767,0]],"v":[[19.65,-25.5],[16.2,-27.6],[14.075,-30.825],[13.35,-34.95],[16.175,-42.35],[24.35,-45.1],[32.575,-42.35],[35.4,-34.95],[34.7,-30.825],[32.6,-27.6],[29.125,-25.5],[24.35,-24.75]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"g","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"m","size":14,"style":"Regular","w":82.1,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.884,1.184],[-2.2,0],[-1.634,-2],[0,-4.066],[0,0],[0,0],[0,0],[-0.584,1.517],[-1,1],[-1.317,0.517],[-1.467,0],[-1.734,-2.05],[0,-3.966],[0,0],[0,0],[0,0],[0.766,2.384],[1.45,1.634],[2.083,0.85],[2.666,0],[1.616,-0.4],[1.433,-0.866],[1.15,-1.333],[0.7,-1.833],[2.116,1.9],[3.433,0],[2.316,-1.466],[1.866,-2.3],[0,0],[1.266,0],[0,0],[0,0]],"o":[[0,0],[1.566,-2.033],[1.883,-1.183],[3.133,0],[1.633,2],[0,0],[0,0],[0,0],[0,-2],[0.583,-1.516],[1,-1],[1.316,-0.516],[3.3,0],[1.733,2.05],[0,0],[0,0],[0,0],[0,-3.066],[-0.767,-2.383],[-1.45,-1.633],[-2.084,-0.85],[-1.667,0],[-1.617,0.4],[-1.434,0.867],[-1.15,1.334],[-0.934,-3.233],[-2.117,-1.9],[-3.067,0],[-2.317,1.467],[0,0],[-0.334,-1.233],[0,0],[0,0],[0,0]],"v":[[16.2,0],[16.2,-37.75],[21.375,-42.575],[27.5,-44.35],[34.65,-41.35],[37.1,-32.25],[37.1,0],[46,0],[46,-32.25],[46.875,-37.525],[49.25,-41.3],[52.725,-43.575],[56.9,-44.35],[64.45,-41.275],[67.05,-32.25],[67.05,0],[75.95,0],[75.95,-32.25],[74.8,-40.425],[71.475,-46.45],[66.175,-50.175],[59.05,-51.45],[54.125,-50.85],[49.55,-48.95],[45.675,-45.65],[42.9,-40.9],[38.325,-48.6],[30,-51.45],[21.925,-49.25],[15.65,-43.6],[15,-48.8],[12.6,-50.65],[7.3,-50.65],[7.3,0]],"c":true},"ix":2},"nm":"m","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"m","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"a","size":14,"style":"Regular","w":50.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.766,2.367],[1.5,1.667],[2.2,0.934],[2.833,0],[3.233,-1.333],[2.8,-2.7],[0,0],[-0.45,-0.316],[-0.6,0],[-0.784,0.55],[-1.084,0.684],[-1.484,0.55],[-2.167,0],[-1.684,-2.03],[0,-3.958],[0,0],[3.966,-0.92],[2.45,-1.438],[1.1,-1.856],[0,-2.006],[-0.75,-1.689],[-1.267,-1.104],[-1.717,-0.552],[-1.967,0],[-1.584,0.333],[-1.4,0.65],[-1.267,0.95],[-1.334,1.2],[0,0],[-0.534,-0.266],[-0.867,0],[0,0]],"o":[[0,-2.833],[-0.767,-2.366],[-1.5,-1.666],[-2.2,-0.933],[-3.934,0],[-3.234,1.334],[0,0],[0.266,0.467],[0.45,0.317],[0.766,0],[0.783,-0.55],[1.083,-0.683],[1.483,-0.55],[3.3,0],[1.683,2.03],[0,0],[-5.734,0],[-3.967,0.92],[-2.45,1.438],[-1.1,1.856],[0,2.308],[0.75,1.689],[1.266,1.104],[1.716,0.551],[1.933,0],[1.583,-0.333],[1.4,-0.65],[1.266,-0.95],[0,0],[0.166,0.867],[0.533,0.267],[0,0],[0,0]],"v":[[44.5,-32.4],[43.35,-40.2],[39.95,-46.25],[34.4,-50.15],[26.85,-51.55],[16.1,-49.55],[7.05,-43.5],[8.65,-40.65],[9.725,-39.475],[11.3,-39],[13.625,-39.825],[16.425,-41.675],[20.275,-43.525],[25.75,-44.35],[33.225,-41.305],[35.75,-32.325],[35.75,-28.35],[21.2,-26.97],[11.575,-23.433],[6.25,-18.491],[4.6,-12.696],[5.725,-6.701],[8.75,-2.511],[13.225,-0.027],[18.75,0.8],[24.025,0.3],[28.5,-1.175],[32.5,-3.575],[36.4,-6.8],[37.4,-2.1],[38.45,-0.4],[40.55,0],[44.5,0]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1,0.285],[0.733,0.62],[0.433,0.973],[0,1.341],[-0.817,1.141],[-1.8,0.838],[-2.867,0.52],[-4.1,0],[0,0],[1.05,-0.833],[1.15,-0.583],[1.3,-0.316],[1.566,0]],"o":[[-1,-0.284],[-0.734,-0.62],[-0.434,-0.972],[0,-1.408],[0.816,-1.14],[1.8,-0.838],[2.866,-0.52],[0,0],[-1,1.067],[-1.05,0.834],[-1.15,0.584],[-1.3,0.317],[-1.167,0]],"v":[[18.15,-5.877],[15.55,-7.235],[13.8,-9.624],[13.15,-13.095],[14.375,-16.916],[18.3,-19.884],[25.3,-21.92],[35.75,-22.7],[35.75,-12.25],[32.675,-9.4],[29.375,-7.275],[25.7,-5.925],[21.4,-5.45]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"a","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"i","size":14,"style":"Regular","w":25.6,"data":{"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":[[8.3,-50.65],[8.3,0],[17.2,0],[17.2,-50.65]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.35,0.784],[0.583,0.584],[0.766,0.334],[0.866,0],[0.75,-0.333],[0.583,-0.583],[0.333,-0.783],[0,-0.866],[-0.334,-0.75],[-0.584,-0.583],[-0.75,-0.333],[-0.867,0],[-0.767,0.334],[-0.584,0.584],[-0.35,0.75],[0,0.867]],"o":[[-0.35,-0.783],[-0.584,-0.583],[-0.767,-0.333],[-0.867,0],[-0.75,0.334],[-0.584,0.584],[-0.334,0.784],[0,0.867],[0.333,0.75],[0.583,0.584],[0.75,0.334],[0.866,0],[0.766,-0.333],[0.583,-0.583],[0.35,-0.75],[0,-0.866]],"v":[[18.675,-69.025],[17.275,-71.075],[15.25,-72.45],[12.8,-72.95],[10.375,-72.45],[8.375,-71.075],[7,-69.025],[6.5,-66.55],[7,-64.125],[8.375,-62.125],[10.375,-60.75],[12.8,-60.25],[15.25,-60.75],[17.275,-62.125],[18.675,-64.125],[19.2,-66.55]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"i","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"l","size":14,"style":"Regular","w":25.6,"data":{"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":[[8.3,-73.65],[8.3,0],[17.2,0],[17.2,-73.65]],"c":true},"ix":2},"nm":"l","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"l","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":".","size":14,"style":"Regular","w":21.2,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.317,-0.75],[-0.55,-0.566],[-0.767,-0.316],[-0.867,0],[-0.767,0.316],[-0.567,0.567],[-0.317,0.75],[0,0.9],[0.316,0.767],[0.566,0.567],[0.766,0.334],[0.866,0],[0.766,-0.333],[0.55,-0.566],[0.316,-0.766],[0,-0.866]],"o":[[0.316,0.75],[0.55,0.567],[0.766,0.316],[0.866,0],[0.766,-0.316],[0.566,-0.566],[0.316,-0.75],[0,-0.866],[-0.317,-0.766],[-0.567,-0.566],[-0.767,-0.333],[-0.867,0],[-0.767,0.334],[-0.55,0.567],[-0.317,0.767],[0,0.9]],"v":[[4.875,-3.025],[6.175,-1.05],[8.15,0.275],[10.6,0.75],[13.05,0.275],[15.05,-1.05],[16.375,-3.025],[16.85,-5.5],[16.375,-7.95],[15.05,-9.95],[13.05,-11.3],[10.6,-11.8],[8.15,-11.3],[6.175,-9.95],[4.875,-7.95],[4.4,-5.5]],"c":true},"ix":2},"nm":".","mn":"ADBE Vector Shape - Group","hd":false}],"nm":".","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"c","size":14,"style":"Regular","w":46.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.733,1.15],[3.533,0],[2.966,-1.3],[2.016,-2.316],[1.05,-3.2],[0,-3.766],[-1.15,-3.233],[-2,-2.216],[-2.717,-1.166],[-3.167,0],[-3.3,1.25],[-2.2,2.7],[0,0],[0.766,0],[0.6,-0.516],[0.933,-0.633],[1.4,-0.516],[2.166,0],[1.816,0.85],[1.266,1.617],[0.7,2.384],[0,3.067],[-0.65,2.367],[-1.284,1.667],[-1.9,0.884],[-2.467,0],[-1.284,-0.416],[-0.9,-0.5],[-0.584,-0.416],[-0.5,0],[-0.267,0.2],[-0.267,0.367]],"o":[[-2.1,-2.1],[-2.734,-1.15],[-3.834,0],[-2.967,1.3],[-2.017,2.317],[-1.05,3.2],[0,4.134],[1.15,3.234],[2,2.217],[2.716,1.166],[3.666,0],[3.3,-1.25],[0,0],[-0.367,-0.566],[-0.6,0],[-0.6,0.517],[-0.934,0.634],[-1.4,0.517],[-2.267,0],[-1.817,-0.85],[-1.267,-1.616],[-0.7,-2.383],[0,-2.933],[0.65,-2.366],[1.283,-1.666],[1.9,-0.883],[1.866,0],[1.283,0.417],[0.9,0.5],[0.583,0.417],[0.5,0],[0.266,-0.2],[0,0]],"v":[[44.2,-44.85],[36.95,-49.725],[27.55,-51.45],[17.35,-49.5],[9.875,-44.075],[5.275,-35.8],[3.7,-25.35],[5.425,-14.3],[10.15,-6.125],[17.225,-1.05],[26.05,0.7],[36.5,-1.175],[44.75,-7.1],[42.25,-10.35],[40.55,-11.2],[38.75,-10.425],[36.45,-8.7],[32.95,-6.975],[27.6,-6.2],[21.475,-7.475],[16.85,-11.175],[13.9,-17.175],[12.85,-25.35],[13.825,-33.3],[16.725,-39.35],[21.5,-43.175],[28.05,-44.5],[32.775,-43.875],[36.05,-42.5],[38.275,-41.125],[39.9,-40.5],[41.05,-40.8],[41.85,-41.65]],"c":true},"ix":2},"nm":"c","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"c","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"*","size":14,"style":"Regular","w":40,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.533,1.1],[-0.467,-0.366],[-0.6,-0.366],[0,0],[0,0],[0,0],[0.55,0.184],[0.6,0.067],[-0.55,0.2],[-0.567,0.367],[0,0],[0,0],[0,0],[0.45,-0.366],[0.366,-0.5],[0,1.367],[0,0],[0,0],[0,0],[-0.117,-0.616],[-0.3,-0.6],[1.166,0.667],[0,0],[0,0],[0,0],[-0.584,-0.183],[-0.667,-0.066],[1.2,-0.7],[0,0],[0,0],[0,0],[-0.667,0.834],[0.083,-0.566],[0,-0.633],[0,0]],"o":[[0,0],[0,-1.3],[0.366,0.534],[0.466,0.367],[0,0],[0,0],[0,0],[-0.567,-0.366],[-0.55,-0.183],[0.6,-0.066],[0.55,-0.2],[0,0],[0,0],[0,0],[-0.567,0.367],[-0.45,0.367],[0.466,-1.033],[0,0],[0,0],[0,0],[0,0.667],[0.116,0.617],[-0.734,-1.066],[0,0],[0,0],[0,0],[0.6,0.4],[0.583,0.184],[-1.234,0.1],[0,0],[0,0],[0,0],[1.1,-0.666],[-0.234,0.534],[-0.084,0.567],[0,0],[0,0]],"v":[[22.1,-43.15],[22.1,-53.05],[21.3,-56.65],[22.55,-55.3],[24.15,-54.2],[32.8,-49.2],[35,-52.95],[26.35,-58],[24.675,-58.825],[22.95,-59.2],[24.675,-59.6],[26.35,-60.45],[34.95,-65.45],[32.75,-69.2],[24.15,-64.25],[22.625,-63.15],[21.4,-61.85],[22.1,-65.45],[22.1,-75.3],[17.7,-75.3],[17.7,-65.4],[17.875,-63.475],[18.5,-61.65],[15.65,-64.25],[7,-69.25],[4.8,-65.5],[13.45,-60.45],[15.225,-59.575],[17.1,-59.2],[13.45,-58],[4.85,-53],[7.05,-49.25],[15.65,-54.2],[18.3,-56.45],[17.825,-54.8],[17.7,-53],[17.7,-43.15]],"c":true},"ix":2},"nm":"*","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"*","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"C","size":12,"style":"Bold","w":67.05,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.366,-0.183],[0.333,-0.3],[1.116,-0.683],[1.25,-0.433],[1.483,-0.2],[1.833,0],[2.666,1.15],[1.966,2.167],[1.15,3.167],[0,4.067],[-1.15,3.15],[-2.05,2.2],[-2.85,1.184],[-3.4,0],[-1.884,-0.6],[-1.234,-0.7],[-0.8,-0.6],[-0.767,0],[-0.417,0.3],[-0.267,0.4],[0,0],[4.016,1.717],[5.366,0],[4.55,-1.816],[3.266,-3.266],[1.8,-4.516],[0,-5.433],[-1.617,-4.533],[-3.034,-3.266],[-4.284,-1.833],[-5.367,0],[-4.284,1.934],[-2.934,3.634],[0,0],[0.733,0]],"o":[[-0.367,0.184],[-1.1,1],[-1.117,0.684],[-1.25,0.434],[-1.484,0.2],[-3.067,0],[-2.667,-1.15],[-1.967,-2.166],[-1.15,-3.166],[0,-3.933],[1.15,-3.15],[2.05,-2.2],[2.85,-1.183],[2.9,0],[1.883,0.6],[1.233,0.7],[0.8,0.6],[0.733,0],[0.416,-0.3],[0,0],[-2.867,-2.833],[-4.017,-1.716],[-5.5,0],[-4.55,1.817],[-3.267,3.267],[-1.8,4.517],[0,5.367],[1.616,4.534],[3.033,3.267],[4.283,1.834],[6,0],[4.283,-1.933],[0,0],[-0.534,-0.566],[-0.434,0]],"v":[[55.8,-16.775],[54.75,-16.05],[51.425,-13.525],[47.875,-11.85],[43.775,-10.9],[38.8,-10.6],[30.2,-12.325],[23.25,-17.3],[18.575,-25.3],[16.85,-36.15],[18.575,-46.775],[23.375,-54.8],[30.725,-59.875],[40.1,-61.65],[47.275,-60.75],[51.95,-58.8],[55,-56.85],[57.35,-55.95],[59.075,-56.4],[60.1,-57.45],[64.6,-63.7],[54.275,-70.525],[40.2,-73.1],[25.125,-70.375],[13.4,-62.75],[5.8,-51.075],[3.1,-36.15],[5.525,-21.3],[12.5,-9.6],[23.475,-1.95],[37.95,0.8],[53.375,-2.1],[64.2,-10.45],[58.9,-16.2],[57,-17.05]],"c":true},"ix":2},"nm":"C","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"C","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"r","size":12,"style":"Bold","w":40.85,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.834,1.417],[-2.567,0],[-0.867,-0.233],[-0.5,0],[-0.334,0.25],[-0.1,0.6],[0,0],[2.533,0],[2.466,-1.833],[1.833,-3.166],[0,0],[0.5,0.467],[1.266,0],[0,0],[0,0]],"o":[[0,0],[1.266,-2.733],[1.833,-1.416],[1.433,0],[0.866,0.234],[0.566,0],[0.333,-0.25],[0,0],[-1.667,-1.166],[-3.067,0],[-2.467,1.834],[0,0],[-0.167,-1.133],[-0.5,-0.466],[0,0],[0,0],[0,0]],"v":[[18.95,0],[18.95,-31.95],[23.6,-38.175],[30.2,-40.3],[33.65,-39.95],[35.7,-39.6],[37.05,-39.975],[37.7,-41.25],[39.3,-50.5],[33,-52.25],[24.7,-49.5],[18.25,-42],[17.5,-48.2],[16.5,-50.6],[13.85,-51.3],[6.6,-51.3],[6.6,0]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"r","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"e","size":12,"style":"Bold","w":53.45,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.05,-1.333],[2.116,-2.283],[1.133,-3.083],[0,-3.5],[-1.3,-3.416],[-2.267,-2.316],[-3.067,-1.183],[-3.567,0],[-1.917,0.266],[-1.85,0.65],[-1.7,1.084],[-1.367,1.6],[0,0],[0.366,0.2],[0.5,0],[0.816,-0.466],[1.083,-0.566],[1.45,-0.466],[2,0],[2.466,2.467],[0.366,5.267],[0,0],[-0.367,0.15],[-0.217,0.35],[-0.084,0.617],[0,0.934],[1.1,2.884],[1.966,1.984],[2.716,1.034],[3.233,0]],"o":[[-3.05,1.334],[-2.117,2.284],[-1.134,3.084],[0,4.5],[1.3,3.417],[2.266,2.317],[3.066,1.183],[1.8,0],[1.916,-0.267],[1.85,-0.65],[1.7,-1.083],[0,0],[-0.267,-0.366],[-0.367,-0.2],[-0.767,0],[-0.817,0.467],[-1.084,0.567],[-1.45,0.467],[-4.067,0],[-2.467,-2.466],[0,0],[0.566,0],[0.366,-0.15],[0.216,-0.35],[0.083,-0.616],[0,-3.7],[-1.1,-2.883],[-1.967,-1.983],[-2.717,-1.033],[-3.834,0]],"v":[[17.475,-50.1],[9.725,-44.675],[4.85,-36.625],[3.15,-26.75],[5.1,-14.875],[10.45,-6.275],[18.45,-1.025],[28.4,0.75],[33.975,0.35],[39.625,-1.025],[44.95,-3.625],[49.55,-7.65],[45.95,-12.15],[45,-13],[43.7,-13.3],[41.325,-12.6],[38.475,-11.05],[34.675,-9.5],[29.5,-8.8],[19.7,-12.5],[15.45,-24.1],[47.15,-24.1],[48.55,-24.325],[49.425,-25.075],[49.875,-26.525],[50,-28.85],[48.35,-38.725],[43.75,-46.025],[36.725,-50.55],[27.8,-52.1]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.367,-0.616],[-0.9,-1.066],[-0.434,-1.416],[0,-1.6],[0,0],[-2.034,2.034],[-3.6,0]],"o":[[1.366,0.617],[0.9,1.067],[0.433,1.417],[0,0],[0.566,-3.733],[2.033,-2.033],[1.833,0]],"v":[[32.85,-42.325],[36.25,-39.8],[38.25,-36.075],[38.9,-31.55],[15.7,-31.55],[19.6,-40.2],[28.05,-43.25]],"c":true},"ix":2},"nm":"e","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"e","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"a","size":12,"style":"Bold","w":52.35,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.85,2.434],[1.633,1.75],[2.35,0.984],[3,0],[5.9,-5.4],[0,0],[-0.6,-0.433],[-0.834,0],[-0.834,0.467],[-0.984,0.584],[-1.334,0.467],[-2,0],[-1.45,-1.662],[0,-3.459],[0,0],[3.933,-1.003],[2.366,-1.522],[1.016,-1.889],[0,-1.94],[-0.734,-1.739],[-1.317,-1.17],[-1.834,-0.585],[-2.167,0],[-1.5,0.3],[-1.334,0.6],[-1.25,0.884],[-1.3,1.167],[0,0],[-0.667,-0.35],[-1.167,0],[0,0]],"o":[[0,-2.9],[-0.85,-2.433],[-1.634,-1.75],[-2.35,-0.983],[-8.334,0],[0,0],[0.366,0.634],[0.6,0.434],[1,0],[0.833,-0.466],[0.983,-0.583],[1.333,-0.466],[2.766,0],[1.45,1.663],[0,0],[-5.834,0],[-3.934,1.003],[-2.367,1.522],[-1.017,1.89],[0,2.308],[0.733,1.739],[1.316,1.17],[1.833,0.584],[1.833,0],[1.5,-0.3],[1.333,-0.6],[1.25,-0.883],[0,0],[0.333,1.067],[0.666,0.35],[0,0],[0,0]],"v":[[46.8,-32.4],[45.525,-40.4],[41.8,-46.675],[35.825,-50.775],[27.8,-52.25],[6.45,-44.15],[8.7,-40.2],[10.15,-38.6],[12.3,-37.95],[15.05,-38.65],[17.775,-40.225],[21.25,-41.8],[26.25,-42.5],[32.575,-40.006],[34.75,-32.323],[34.75,-29.3],[20.1,-27.795],[10.65,-24.007],[5.575,-18.891],[4.05,-13.146],[5.15,-7.076],[8.225,-2.711],[12.95,-0.077],[18.95,0.8],[23.95,0.35],[28.2,-1],[32.075,-3.225],[35.9,-6.3],[37,-2.65],[38.5,-0.525],[41.25,0],[46.8,0]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.283,0.941],[0,2.183],[-0.617,0.94],[-1.467,0.705],[-2.417,0.453],[-3.6,0],[0,0],[0.883,-0.673],[0.95,-0.459],[1.066,-0.23],[1.266,0]],"o":[[-1.284,-0.94],[0,-1.108],[0.616,-0.94],[1.466,-0.705],[2.416,-0.453],[0,0],[-0.9,0.919],[-0.884,0.673],[-0.95,0.459],[-1.067,0.23],[-2.067,0]],"v":[[17.775,-9.11],[15.85,-13.794],[16.775,-16.865],[19.9,-19.333],[25.725,-21.07],[34.75,-21.75],[34.75,-13.163],[32.075,-10.776],[29.325,-9.078],[26.3,-8.045],[22.8,-7.7]],"c":true},"ix":2},"nm":"a","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"a","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"t","size":12,"style":"Bold","w":38.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.334,0.766],[-1.8,1.5],[0,0],[0.233,0.184],[0.366,0],[0.3,-0.183],[0.383,-0.2],[0.516,-0.183],[0.766,0],[0.8,0.9],[0,1.6],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.483,-0.366],[0.133,-0.666],[0,0],[0,0],[0,0],[-0.484,-0.433],[-0.667,0],[0,0],[0,0],[-2.4,-2.516],[-4.434,0]],"o":[[2.333,-0.766],[0,0],[-0.267,-0.366],[-0.234,-0.183],[-0.3,0],[-0.3,0.184],[-0.384,0.2],[-0.517,0.184],[-1.334,0],[-0.8,-0.9],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.734,0],[-0.484,0.367],[0,0],[0,0],[0,0],[0,0.867],[0.483,0.434],[0,0],[0,0],[0,4.434],[2.4,2.517],[2.5,0]],"v":[[30.7,-0.35],[36.9,-3.75],[33.2,-9.75],[32.45,-10.575],[31.55,-10.85],[30.65,-10.575],[29.625,-10],[28.275,-9.425],[26.35,-9.15],[23.15,-10.5],[21.95,-14.25],[21.95,-42.05],[35.45,-42.05],[35.45,-50.85],[21.95,-50.85],[21.95,-67],[15.55,-67],[13.725,-66.45],[12.8,-64.9],[10.2,-50.9],[1.95,-49.55],[1.95,-44.65],[2.675,-42.7],[4.4,-42.05],[9.6,-42.05],[9.6,-13.4],[13.2,-2.975],[23.45,0.8]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"t","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":" ","size":12,"style":"Bold","w":19.3,"data":{},"fFamily":"Lato"},{"ch":"A","size":12,"style":"Bold","w":71,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-0.784,0.634],[-0.267,0.767],[0,0],[0,0],[0,0],[-0.75,-0.583],[-1.167,0],[0,0]],"o":[[0,0],[0,0],[0,0],[1.133,0],[0.783,-0.633],[0,0],[0,0],[0,0],[0.333,0.867],[0.75,0.584],[0,0],[0,0]],"v":[[42.45,-72.3],[28.7,-72.3],[0.3,0],[10.75,0],[13.625,-0.95],[15.2,-3.05],[20.6,-17.8],[50.55,-17.8],[55.95,-3.05],[57.575,-0.875],[60.45,0],[70.85,0]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-0.45,1.467],[-0.467,1.7],[-0.484,-1.45],[-0.4,-1.066],[0,0],[0,0]],"o":[[0.433,-1.1],[0.45,-1.466],[0.466,1.7],[0.483,1.45],[0,0],[0,0],[0,0]],"v":[[32.85,-51.25],[34.175,-55.1],[35.55,-59.85],[36.975,-55.125],[38.3,-51.35],[47.1,-27.3],[24.05,-27.3]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"A","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"c","size":12,"style":"Bold","w":47.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.883,1.234],[3.833,0],[3.1,-1.333],[2.1,-2.35],[1.083,-3.216],[0,-3.766],[-1.217,-3.283],[-2.084,-2.266],[-2.8,-1.183],[-3.167,0],[-1.834,0.266],[-1.717,0.65],[-1.6,1.084],[-1.367,1.6],[0,0],[1,0],[0.616,-0.483],[0.833,-0.583],[1.216,-0.483],[1.966,0],[1.566,0.75],[1.1,1.45],[0.583,2.134],[0,2.734],[-0.534,2.084],[-1.084,1.467],[-1.634,0.784],[-2.167,0],[-1.15,-0.383],[-0.834,-0.483],[-0.6,-0.383],[-0.634,0],[-0.35,0.267],[-0.367,0.467]],"o":[[-2.3,-2.3],[-2.884,-1.233],[-4.034,0],[-3.1,1.334],[-2.1,2.35],[-1.084,3.217],[0,4.2],[1.216,3.284],[2.083,2.267],[2.8,1.183],[1.8,0],[1.833,-0.267],[1.716,-0.65],[1.6,-1.083],[0,0],[-0.5,-0.766],[-0.767,0],[-0.617,0.484],[-0.834,0.584],[-1.217,0.484],[-1.967,0],[-1.567,-0.75],[-1.1,-1.45],[-0.584,-2.133],[0,-2.633],[0.533,-2.083],[1.083,-1.466],[1.633,-0.783],[1.7,0],[1.15,0.384],[0.833,0.484],[0.6,0.384],[0.666,0],[0.35,-0.266],[0,0]],"v":[[45.9,-44.95],[38.125,-50.25],[28.05,-52.1],[17.35,-50.1],[9.55,-44.575],[4.775,-36.225],[3.15,-25.75],[4.975,-14.525],[9.925,-6.2],[17.25,-1.025],[26.2,0.75],[31.65,0.35],[36.975,-1.025],[41.95,-3.625],[46.4,-7.65],[42.85,-12.15],[40.6,-13.3],[38.525,-12.575],[36.35,-10.975],[33.275,-9.375],[28.5,-8.65],[23.2,-9.775],[19.2,-13.075],[16.675,-18.45],[15.8,-25.75],[16.6,-32.825],[19.025,-38.15],[23.1,-41.525],[28.8,-42.7],[33.075,-42.125],[36.05,-40.825],[38.2,-39.525],[40.05,-38.95],[41.575,-39.35],[42.65,-40.45]],"c":true},"ix":2},"nm":"c","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"c","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"o","size":12,"style":"Bold","w":56.85,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.133,-1.233],[2.216,-2.266],[1.216,-3.266],[0,-4.033],[-1.217,-3.266],[-2.217,-2.3],[-3.134,-1.233],[-3.834,0],[-3.117,1.233],[-2.2,2.3],[-1.2,3.267],[0,4.067],[1.2,3.267],[2.2,2.267],[3.116,1.234],[3.833,0]],"o":[[-3.134,1.234],[-2.217,2.267],[-1.217,3.267],[0,4.067],[1.216,3.267],[2.216,2.3],[3.133,1.233],[3.833,0],[3.116,-1.233],[2.2,-2.3],[1.2,-3.266],[0,-4.033],[-1.2,-3.266],[-2.2,-2.266],[-3.117,-1.233],[-3.834,0]],"v":[[18.05,-50.25],[10.025,-45],[4.875,-36.7],[3.05,-25.75],[4.875,-14.75],[10.025,-6.4],[18.05,-1.1],[28.5,0.75],[38.925,-1.1],[46.9,-6.4],[52,-14.75],[53.8,-25.75],[52,-36.7],[46.9,-45],[38.925,-50.25],[28.5,-52.1]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[2.066,2.884],[0,5.5],[-2.067,2.917],[-4.334,0],[-2.05,-2.9],[0,-5.533],[2.05,-2.866],[4.266,0]],"o":[[-2.067,-2.883],[0,-5.5],[2.066,-2.916],[4.266,0],[2.05,2.9],[0,5.534],[-2.05,2.867],[-4.334,0]],"v":[[18.9,-13.075],[15.8,-25.65],[18.9,-38.275],[28.5,-42.65],[37.975,-38.3],[41.05,-25.65],[37.975,-13.05],[28.5,-8.75]],"c":true},"ix":2},"nm":"o","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"o","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"u","size":12,"style":"Bold","w":56.85,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.75,-2.383],[-1.467,-1.733],[-2.15,-0.95],[-2.8,0],[-1.484,0.35],[-1.284,0.617],[-1.134,0.884],[-1.067,1.067],[0,0],[-1.6,0],[0,0],[0,0],[0,0],[0,0],[1.866,-0.95],[2.133,0],[1.45,1.717],[0,3.134],[0,0]],"o":[[0,0],[0,2.867],[0.75,2.384],[1.466,1.734],[2.15,0.95],[1.7,0],[1.483,-0.35],[1.283,-0.616],[1.133,-0.883],[0,0],[0.5,1.5],[0,0],[0,0],[0,0],[0,0],[-1.667,1.667],[-1.867,0.95],[-2.9,0],[-1.45,-1.716],[0,0],[0,0]],"v":[[5.55,-51.3],[5.55,-18.7],[6.675,-10.825],[10,-4.65],[15.425,-0.625],[22.85,0.8],[27.625,0.275],[31.775,-1.175],[35.4,-3.425],[38.7,-6.35],[39.55,-2.25],[42.7,0],[50.25,0],[50.25,-51.3],[37.9,-51.3],[37.9,-14.2],[32.6,-10.275],[26.6,-8.85],[20.075,-11.425],[17.9,-18.7],[17.9,-51.3]],"c":true},"ix":2},"nm":"u","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"u","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"n","size":12,"style":"Bold","w":56.85,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.867,0.967],[-2.134,0],[-1.45,-1.716],[0,-3.133],[0,0],[0,0],[0,0],[0.75,2.384],[1.45,1.717],[2.166,0.95],[2.8,0],[1.466,-0.333],[1.283,-0.633],[1.15,-0.866],[1.033,-1.066],[0,0],[1.6,0],[0,0],[0,0]],"o":[[0,0],[1.666,-1.666],[1.866,-0.966],[2.9,0],[1.45,1.717],[0,0],[0,0],[0,0],[0,-2.866],[-0.75,-2.383],[-1.45,-1.716],[-2.167,-0.95],[-1.734,0],[-1.467,0.334],[-1.284,0.634],[-1.15,0.867],[0,0],[-0.5,-1.5],[0,0],[0,0],[0,0]],"v":[[18.95,0],[18.95,-37.1],[24.25,-41.05],[30.25,-42.5],[36.775,-39.925],[38.95,-32.65],[38.95,0],[51.3,0],[51.3,-32.65],[50.175,-40.525],[46.875,-46.675],[41.45,-50.675],[34,-52.1],[29.2,-51.6],[25.075,-50.15],[21.425,-47.9],[18.15,-45],[17.3,-49.05],[14.15,-51.3],[6.6,-51.3],[6.6,0]],"c":true},"ix":2},"nm":"n","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"n","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"V","size":18,"style":"Regular","w":68,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0.566,-0.483],[0.233,-0.566],[0,0],[0.35,-1.333],[0.3,-1.433],[0.383,1.334],[0.466,1.134],[0,0],[0.533,0.434],[0.866,0],[0,0]],"o":[[0,0],[0,0],[0,0],[-0.834,0],[-0.567,0.484],[0,0],[-0.467,1.134],[-0.35,1.334],[-0.367,-1.433],[-0.384,-1.333],[0,0],[-0.267,-0.666],[-0.534,-0.433],[0,0],[0,0]],"v":[[29.6,0],[38.35,0],[67.55,-71.65],[59.75,-71.65],[57.65,-70.925],[56.45,-69.35],[36.3,-18.8],[35.075,-15.1],[34.1,-10.95],[32.975,-15.1],[31.7,-18.8],[11.45,-69.35],[10.25,-71],[8.15,-71.65],[0.4,-71.65]],"c":true},"ix":2},"nm":"V","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"V","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"r","size":18,"style":"Regular","w":40.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-2.084,1.8],[-3.1,0],[-0.967,-0.316],[-0.467,0],[-0.234,0.834],[0,0],[1.133,0.317],[1.4,0],[2.55,-1.983],[1.733,-3.533],[0,0],[0.366,0.367],[0.966,0],[0,0],[0,0]],"o":[[0,0],[1.4,-3.433],[2.083,-1.8],[1.733,0],[0.966,0.317],[0.8,0],[0,0],[-0.967,-0.566],[-1.134,-0.316],[-3.434,0],[-2.55,1.984],[0,0],[-0.134,-0.9],[-0.367,-0.366],[0,0],[0,0],[0,0]],"v":[[16.2,0],[16.2,-32.25],[21.425,-40.1],[29.2,-42.8],[33.25,-42.325],[35.4,-41.85],[36.95,-43.1],[38.1,-49.75],[34.95,-51.075],[31.15,-51.55],[22.175,-48.575],[15.75,-40.3],[15.15,-48.2],[14.4,-50.1],[12.4,-50.65],[7.3,-50.65],[7.3,0]],"c":true},"ix":2},"nm":"r","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"r","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"f","size":18,"style":"Regular","w":33.7,"data":{"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.484,1.467],[-0.9,0.9],[-1.25,0.4],[-1.534,0],[0,0],[-0.534,0.134],[-0.034,0.667],[0,0],[2.266,0],[2.133,-0.8],[1.516,-1.55],[0.816,-2.25],[0,-2.9],[0,0],[0,0],[0,0],[-0.45,-0.35],[-0.7,-0.166],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,-2.166],[0.483,-1.466],[0.9,-0.9],[1.25,-0.4],[0,0],[0.966,0],[0.533,-0.133],[0,0],[-1.934,-0.666],[-2.667,0],[-2.134,0.8],[-1.517,1.55],[-0.817,2.25],[0,0],[0,0],[0,0],[0,0.667],[0.45,0.35],[0,0],[0,0],[0,0]],"v":[[18.25,0],[18.25,-43.2],[32.6,-43.2],[32.6,-49.65],[17.95,-49.65],[17.95,-54.3],[18.675,-59.75],[20.75,-63.3],[23.975,-65.25],[28.15,-65.85],[29.7,-65.85],[31.95,-66.05],[32.8,-67.25],[33,-71.7],[26.7,-72.7],[19.5,-71.5],[14.025,-67.975],[10.525,-62.275],[9.3,-54.55],[9.3,-49.65],[1.3,-49.65],[1.3,-46],[1.975,-44.475],[3.7,-43.7],[9.3,-43.05],[9.3,0]],"c":true},"ix":2},"nm":"f","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"f","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"y","size":18,"style":"Regular","w":51.2,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.483,-0.35],[0.2,-0.533],[0,0],[0.233,-0.733],[0.233,-0.766],[0.216,0.734],[0.3,0.734],[0,0],[0.433,0.384],[0.766,0],[0,0],[0,0],[0,0],[0,0],[-0.45,0.4],[-0.3,0.666]],"o":[[0,0],[-0.567,0],[-0.484,0.35],[0,0],[-0.3,0.767],[-0.234,0.734],[-0.167,-0.766],[-0.217,-0.733],[0,0],[-0.2,-0.466],[-0.434,-0.383],[0,0],[0,0],[0,0],[0,0],[0.933,0],[0.45,-0.4],[0,0]],"v":[[50.4,-50.65],[43.3,-50.65],[41.725,-50.125],[40.7,-48.8],[27.55,-16.95],[26.75,-14.7],[26.05,-12.45],[25.475,-14.7],[24.7,-16.9],[11.15,-48.8],[10.2,-50.075],[8.4,-50.65],[0.7,-50.65],[21.6,-2.95],[12.35,17.15],[18.95,17.15],[21.025,16.55],[22.15,14.95]],"c":true},"ix":2},"nm":"y","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"y","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"u","size":18,"style":"Regular","w":55.6,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.717,-2.366],[-1.434,-1.666],[-2.117,-0.916],[-2.767,0],[-2.734,1.483],[-2.2,2.434],[0,0],[-1.267,0],[0,0],[0,0],[0,0],[0,0],[2.3,-1.233],[2.6,0],[1.766,2.1],[0,3.834],[0,0]],"o":[[0,0],[0,2.867],[0.716,2.367],[1.433,1.667],[2.116,0.916],[3.533,0],[2.733,-1.483],[0,0],[0.333,1.234],[0,0],[0,0],[0,0],[0,0],[-1.934,2.2],[-2.3,1.234],[-3.567,0],[-1.767,-2.1],[0,0],[0,0]],"v":[[6.1,-50.65],[6.1,-18.35],[7.175,-10.5],[10.4,-4.45],[15.725,-0.575],[23.05,0.8],[32.45,-1.425],[39.85,-7.3],[40.55,-1.85],[42.95,0],[48.25,0],[48.25,-50.65],[39.35,-50.65],[39.35,-13.3],[33,-8.15],[25.65,-6.3],[17.65,-9.45],[15,-18.35],[15,-50.65]],"c":true},"ix":2},"nm":"u","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"u","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"A","size":18,"style":"Regular","w":68,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[-0.567,0.467],[-0.234,0.6],[0,0],[0,0],[0,0],[-0.534,-0.433],[-0.867,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0.833,0],[0.566,-0.466],[0,0],[0,0],[0,0],[0.266,0.667],[0.533,0.434],[0,0],[0,0]],"v":[[39,-71.65],[29.15,-71.65],[0.5,0],[8,0],[10.1,-0.7],[11.3,-2.3],[18,-19.6],[50.15,-19.6],[56.85,-2.3],[58.05,-0.65],[60.15,0],[67.65,0]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[-0.35,1.15],[-0.367,1.367],[-0.734,-1.8],[0,0],[0,0]],"o":[[0.333,-0.866],[0.35,-1.15],[0.7,2.7],[0,0],[0,0],[0,0]],"v":[[31.95,-55.7],[32.975,-58.725],[34.05,-62.5],[36.2,-55.75],[47.45,-26.6],[20.7,-26.6]],"c":true},"ix":2},"nm":"A","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"A","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"s","size":18,"style":"Regular","w":43.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.65,1.05],[3.333,0],[2.233,-0.8],[1.533,-1.35],[0.8,-1.783],[0,-1.933],[-0.75,-1.516],[-1.234,-1.033],[-1.584,-0.683],[-1.65,-0.533],[-1.584,-0.483],[-1.234,-0.65],[-0.75,-0.916],[0,-1.4],[0.416,-1],[0.866,-0.766],[1.3,-0.45],[1.733,0],[1.35,0.467],[0.95,0.567],[0.666,0.467],[0.6,0],[0.366,-0.233],[0.266,-0.433],[0,0],[-2.867,-1.15],[-3.534,0],[-2.367,0.833],[-1.634,1.45],[-0.834,1.984],[0,2.334],[0.75,1.45],[1.233,1],[1.566,0.667],[1.65,0.55],[1.566,0.484],[1.233,0.634],[0.75,0.867],[0,1.3],[-0.45,0.884],[-0.85,0.667],[-1.2,0.384],[-1.5,0],[-1.267,-0.383],[-0.917,-0.45],[-0.634,-0.366],[-0.5,0],[-0.4,0.734]],"o":[[-1.934,-1.833],[-2.65,-1.05],[-2.867,0],[-2.234,0.8],[-1.534,1.35],[-0.8,1.784],[0,2.167],[0.75,1.517],[1.233,1.034],[1.583,0.684],[1.65,0.534],[1.583,0.484],[1.233,0.65],[0.75,0.917],[0,1.134],[-0.417,1],[-0.867,0.767],[-1.3,0.45],[-2.034,0],[-1.35,-0.466],[-0.95,-0.566],[-0.667,-0.466],[-0.6,0],[-0.367,0.234],[0,0],[2,1.8],[2.866,1.15],[3.1,0],[2.366,-0.833],[1.633,-1.45],[0.833,-1.983],[0,-2.033],[-0.75,-1.45],[-1.234,-1],[-1.567,-0.666],[-1.65,-0.55],[-1.567,-0.483],[-1.234,-0.633],[-0.75,-0.866],[0,-1.033],[0.45,-0.883],[0.85,-0.666],[1.2,-0.383],[1.733,0],[1.266,0.384],[0.916,0.45],[0.633,0.367],[0.833,0],[0,0]],"v":[[38.3,-45.55],[31.425,-49.875],[22.45,-51.45],[14.8,-50.25],[9.15,-47.025],[5.65,-42.325],[4.45,-36.75],[5.575,-31.225],[8.55,-27.4],[12.775,-24.825],[17.625,-23],[22.475,-21.475],[26.7,-19.775],[29.675,-17.425],[30.8,-13.95],[30.175,-10.75],[28.25,-8.1],[25,-6.275],[20.45,-5.6],[15.375,-6.3],[11.925,-7.85],[9.5,-9.4],[7.6,-10.1],[6.15,-9.75],[5.2,-8.75],[3.1,-5.35],[10.4,-0.925],[20,0.8],[28.2,-0.45],[34.2,-3.875],[37.9,-9.025],[39.15,-15.5],[38.025,-20.725],[35.05,-24.4],[30.85,-26.9],[26.025,-28.725],[21.2,-30.275],[17,-31.95],[14.025,-34.2],[12.9,-37.45],[13.575,-40.325],[15.525,-42.65],[18.6,-44.225],[22.65,-44.8],[27.15,-44.225],[30.425,-42.975],[32.75,-41.75],[34.45,-41.2],[36.3,-42.3]],"c":true},"ix":2},"nm":"s","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"s","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"t","size":18,"style":"Regular","w":37.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.167,0.816],[-1.534,1.434],[0,0],[0.466,0],[0.35,-0.25],[0.5,-0.3],[0.683,-0.25],[0.933,0],[1.033,1.034],[0,2.134],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.366,-0.316],[0.066,-0.5],[0,0],[0,0],[0,0],[-0.367,-0.316],[-0.534,0],[0,0],[0,0],[-2.15,-2.233],[-4,0]],"o":[[2.166,-0.816],[0,0],[-0.367,-0.566],[-0.267,0],[-0.35,0.25],[-0.5,0.3],[-0.684,0.25],[-1.634,0],[-1.034,-1.033],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.567,0],[-0.367,0.317],[0,0],[0,0],[0,0],[0,0.667],[0.366,0.317],[0,0],[0,0],[0,4.2],[2.15,2.234],[2.3,0]],"v":[[29.35,-0.425],[34.9,-3.8],[32.3,-8.05],[31.05,-8.9],[30.125,-8.525],[28.85,-7.7],[27.075,-6.875],[24.65,-6.5],[20.65,-8.05],[19.1,-12.8],[19.1,-43.2],[33.6,-43.2],[33.6,-49.65],[19.1,-49.65],[19.1,-67.1],[14.6,-67.1],[13.2,-66.625],[12.55,-65.4],[10.5,-49.75],[2.2,-48.7],[2.2,-45.15],[2.75,-43.675],[4.1,-43.2],[10.2,-43.2],[10.2,-12.2],[13.425,-2.55],[22.65,0.8]],"c":true},"ix":2},"nm":"t","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"t","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"G","size":18,"style":"Regular","w":73.4,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[3.2,1.3],[2.333,2.467],[1.283,3.55],[0,4.534],[-1.234,3.484],[-2.3,2.45],[-3.267,1.317],[-4.034,0],[-2.017,-0.433],[-1.484,-0.616],[-1.034,-0.666],[-0.834,-0.466],[-0.534,0],[-0.567,0.9],[0,0],[1.766,1.117],[2.083,0.784],[2.433,0.417],[2.833,0],[4.516,-1.766],[3.183,-3.216],[1.716,-4.5],[0,-5.466],[-1.75,-4.5],[-3.134,-3.216],[-4.334,-1.783],[-5.2,0],[-2.534,0.316],[-2.217,0.65],[-1.95,0.967],[-1.8,1.3],[0,0],[0,0],[0,0],[-0.384,-0.366],[-0.634,0],[0,0],[0,0],[1.266,-0.516],[1.433,-0.366],[1.616,-0.183],[1.933,0]],"o":[[-3.2,-1.3],[-2.334,-2.466],[-1.284,-3.55],[0,-4.333],[1.233,-3.483],[2.3,-2.45],[3.266,-1.316],[2.766,0],[2.016,0.434],[1.483,0.617],[1.033,0.667],[0.633,0.367],[0.9,0],[0,0],[-1.534,-1.4],[-1.767,-1.116],[-2.084,-0.783],[-2.434,-0.416],[-5.6,0],[-4.517,1.767],[-3.184,3.217],[-1.717,4.5],[0,5.4],[1.75,4.5],[3.133,3.217],[4.333,1.784],[2.966,0],[2.533,-0.317],[2.216,-0.65],[1.95,-0.966],[0,0],[0,0],[0,0],[0,0.534],[0.383,0.367],[0,0],[0,0],[-1.267,0.667],[-1.267,0.517],[-1.434,0.367],[-1.617,0.184],[-3.867,0]],"v":[[30.05,-9],[21.75,-14.65],[16.325,-23.675],[14.4,-35.8],[16.25,-47.525],[21.55,-56.425],[29.9,-62.075],[40.85,-64.05],[48.025,-63.4],[53.275,-61.825],[57.05,-59.9],[59.85,-58.2],[61.6,-57.65],[63.8,-59],[66.55,-63.4],[61.6,-67.175],[55.825,-70.025],[49.05,-71.825],[41.15,-72.45],[25.975,-69.8],[14.425,-62.325],[7.075,-50.75],[4.5,-35.8],[7.125,-20.95],[14.45,-9.375],[25.65,-1.875],[39.95,0.8],[48.2,0.325],[55.325,-1.125],[61.575,-3.55],[67.2,-6.95],[67.2,-34.45],[45.2,-34.45],[45.2,-28.95],[45.775,-27.6],[47.3,-27.05],[58.4,-27.05],[58.4,-11.25],[54.6,-9.475],[50.55,-8.15],[45.975,-7.325],[40.65,-7.05]],"c":true},"ix":2},"nm":"G","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"G","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"b","size":18,"style":"Regular","w":55.9,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.267,1.267],[0,0],[-2.284,-1.266],[-3.267,0],[-2.717,1.35],[-1.884,2.35],[-1,3.217],[0,3.734],[0.9,3.217],[1.666,2.184],[2.366,1.1],[2.933,0],[2.716,-1.483],[2.1,-2.433],[0,0],[0,0],[0,0]],"o":[[1.266,0],[0,0],[1.7,2.267],[2.283,1.266],[3.4,0],[2.716,-1.35],[1.883,-2.35],[1,-3.216],[0,-4.2],[-0.9,-3.216],[-1.667,-2.183],[-2.367,-1.1],[-3.5,0],[-2.717,1.484],[0,0],[0,0],[0,0],[0,0]],"v":[[13.35,0],[15.65,-1.9],[16.1,-6.5],[22.075,-1.2],[30.4,0.7],[39.575,-1.325],[46.475,-6.875],[50.8,-15.225],[52.3,-25.65],[50.95,-36.775],[47.1,-44.875],[41.05,-49.8],[33.1,-51.45],[23.775,-49.225],[16.55,-43.35],[16.55,-73.65],[7.6,-73.65],[7.6,0]],"c":true},"ix":2},"nm":"b","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.6,-0.7],[-1.1,-1.516],[-0.584,-2.366],[0,-3.3],[2.533,-3.366],[4.733,0],[1.95,0.9],[1.6,2.2],[0,0],[-2.184,1.334],[-2.9,0]],"o":[[1.6,0.7],[1.1,1.517],[0.583,2.367],[0,6.234],[-2.534,3.367],[-2.4,0],[-1.95,-0.9],[0,0],[1.833,-2.433],[2.183,-1.333],[2.033,0]],"v":[[35.65,-43.3],[39.7,-39.975],[42.225,-34.15],[43.1,-25.65],[39.3,-11.25],[28.4,-6.2],[21.875,-7.55],[16.55,-12.2],[16.55,-36.7],[22.575,-42.35],[30.2,-44.35]],"c":true},"ix":2},"nm":"b","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"b","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"w","size":16,"style":"Regular","w":76.6,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.367,1.134],[0,0],[-0.167,0.8],[-0.167,0.767],[-0.167,-0.783],[-0.267,-0.766],[0,0],[-0.867,0],[0,0],[0,0],[0,0],[0.466,-0.35],[0.166,-0.533],[0,0],[0.266,-1.2],[0.166,-1.1],[0.283,1.134],[0.366,1.167],[0,0],[0.433,0.334],[0.666,0],[0,0],[0.416,-0.333],[0.166,-0.5],[0,0],[0.333,-1.116],[0.266,-1.133],[0.233,1.117],[0.266,1.2],[0,0],[0.466,0.367],[0.733,0],[0,0]],"o":[[0,0],[1,0],[0,0],[0.266,-0.766],[0.166,-0.8],[0.166,0.767],[0.166,0.784],[0,0],[0.333,1.134],[0,0],[0,0],[0,0],[-0.634,0],[-0.467,0.35],[0,0],[-0.3,1.034],[-0.267,1.2],[-0.267,-1.1],[-0.284,-1.133],[0,0],[-0.167,-0.5],[-0.434,-0.333],[0,0],[-0.634,0],[-0.417,0.334],[0,0],[-0.367,1.2],[-0.334,1.117],[-0.167,-1.133],[-0.234,-1.116],[0,0],[-0.167,-0.5],[-0.467,-0.366],[0,0],[0,0]],"v":[[17.1,0],[23.8,0],[25.85,-1.7],[37.2,-36],[37.85,-38.35],[38.35,-40.7],[38.85,-38.375],[39.5,-36.05],[50.7,-1.7],[52.5,0],[59.55,0],[75.95,-50.65],[69.25,-50.65],[67.6,-50.125],[66.65,-48.8],[56.75,-16.2],[55.9,-12.85],[55.25,-9.4],[54.425,-12.75],[53.45,-16.2],[43,-49],[42.1,-50.25],[40.45,-50.75],[36.6,-50.75],[35.025,-50.25],[34.15,-49],[23.45,-16.2],[22.4,-12.725],[21.5,-9.35],[20.9,-12.725],[20.15,-16.2],[10.45,-48.8],[9.5,-50.1],[7.7,-50.65],[0.7,-50.65]],"c":true},"ix":2},"nm":"w","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"w","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"C","size":16,"style":"Regular","w":68.5,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.566,-0.5],[1.25,-0.816],[1.45,-0.533],[1.7,-0.25],[2.133,0],[3.033,1.267],[2.216,2.417],[1.283,3.5],[0,4.467],[-1.284,3.5],[-2.3,2.434],[-3.184,1.317],[-3.834,0],[-1.634,-0.316],[-1.234,-0.466],[-0.9,-0.533],[-0.667,-0.466],[-0.484,-0.316],[-0.434,0],[-0.3,0.217],[-0.234,0.334],[0,0],[3.816,1.634],[5.266,0],[4.416,-1.783],[3.166,-3.233],[1.75,-4.5],[0,-5.4],[-1.634,-4.5],[-2.967,-3.216],[-4.2,-1.783],[-5.167,0],[-4.184,1.9],[-2.934,3.4],[0,0],[0.533,0]],"o":[[-1.267,1.134],[-1.25,0.817],[-1.45,0.534],[-1.7,0.25],[-3.5,0],[-3.034,-1.266],[-2.217,-2.416],[-1.284,-3.5],[0,-4.333],[1.283,-3.5],[2.3,-2.433],[3.183,-1.316],[2.133,0],[1.633,0.317],[1.233,0.467],[0.9,0.534],[0.666,0.467],[0.483,0.317],[0.566,0],[0.3,-0.216],[0,0],[-2.967,-2.8],[-3.817,-1.633],[-5.334,0],[-4.417,1.784],[-3.167,3.234],[-1.75,4.5],[0,5.4],[1.633,4.5],[2.966,3.217],[4.2,1.784],[5.9,0],[4.183,-1.9],[0,0],[-0.434,-0.433],[-0.534,0]],"v":[[57.55,-14.05],[53.775,-11.125],[49.725,-9.1],[45,-7.925],[39.25,-7.55],[29.45,-9.45],[21.575,-14.975],[16.325,-23.85],[14.4,-35.8],[16.325,-47.55],[21.7,-56.45],[29.925,-62.075],[40.45,-64.05],[46.1,-63.575],[50.4,-62.4],[53.6,-60.9],[55.95,-59.4],[57.675,-58.225],[59.05,-57.75],[60.35,-58.075],[61.15,-58.9],[64.3,-63.35],[54.125,-70],[40.5,-72.45],[25.875,-69.775],[14.5,-62.25],[7.125,-50.65],[4.5,-35.8],[6.95,-20.95],[13.85,-9.375],[24.6,-1.875],[38.65,0.8],[53.775,-2.05],[64.45,-10],[60.65,-14.15],[59.2,-14.8]],"c":true},"ix":2},"nm":"C","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"C","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"h","size":24,"style":"Bold","w":56.85,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.867,0.967],[-2.134,0],[-1.45,-1.716],[0,-3.133],[0,0],[0,0],[0,0],[0.75,2.384],[1.45,1.717],[2.166,0.95],[2.8,0],[2.4,-1.166],[2,-1.9],[0,0],[0,0],[0,0]],"o":[[0,0],[1.666,-1.666],[1.866,-0.966],[2.9,0],[1.45,1.717],[0,0],[0,0],[0,0],[0,-2.866],[-0.75,-2.383],[-1.45,-1.716],[-2.167,-0.95],[-3.234,0],[-2.4,1.167],[0,0],[0,0],[0,0],[0,0]],"v":[[18.95,0],[18.95,-37.1],[24.25,-41.05],[30.25,-42.5],[36.775,-39.925],[38.95,-32.65],[38.95,0],[51.3,0],[51.3,-32.65],[50.175,-40.525],[46.875,-46.675],[41.45,-50.675],[34,-52.1],[25.55,-50.35],[18.95,-45.75],[18.95,-74.3],[6.6,-74.3],[6.6,0]],"c":true},"ix":2},"nm":"h","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"h","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"i","size":24,"style":"Bold","w":27.1,"data":{"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":[[7.4,-51.3],[7.4,0],[19.75,0],[19.75,-51.3]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.433,0.967],[0.716,0.7],[0.966,0.417],[1.1,0],[0.95,-0.416],[0.7,-0.7],[0.416,-0.966],[0,-1.1],[-0.417,-0.933],[-0.7,-0.7],[-0.95,-0.416],[-1.067,0],[-0.967,0.417],[-0.717,0.7],[-0.434,0.934],[0,1.067]],"o":[[-0.434,-0.966],[-0.717,-0.7],[-0.967,-0.416],[-1.067,0],[-0.95,0.417],[-0.7,0.7],[-0.417,0.967],[0,1.067],[0.416,0.934],[0.7,0.7],[0.95,0.417],[1.1,0],[0.966,-0.416],[0.716,-0.7],[0.433,-0.933],[0,-1.1]],"v":[[20.95,-69.35],[19.225,-71.85],[16.7,-73.525],[13.6,-74.15],[10.575,-73.525],[8.1,-71.85],[6.425,-69.35],[5.8,-66.25],[6.425,-63.25],[8.1,-60.8],[10.575,-59.125],[13.6,-58.5],[16.7,-59.125],[19.225,-60.8],[20.95,-63.25],[21.6,-66.25]],"c":true},"ix":2},"nm":"i","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"i","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"E","size":12,"style":"Regular","w":58.1,"data":{"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],[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.7,-71.65],[8.7,0],[52.85,0],[52.85,-7.9],[18.45,-7.9],[18.45,-32.35],[46.3,-32.35],[46.3,-39.95],[18.45,-39.95],[18.45,-63.75],[52.85,-63.75],[52.85,-71.65]],"c":true},"ix":2},"nm":"E","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"E","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"L","size":18,"style":"Regular","w":51.4,"data":{"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]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[18.4,-71.65],[8.7,-71.65],[8.7,0],[49.4,0],[49.4,-8.15],[18.4,-8.15]],"c":true},"ix":2},"nm":"L","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"L","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"P","size":12,"style":"Regular","w":61.1,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.334,1.117],[-2.25,2],[-1.167,2.767],[0,3.334],[1.083,2.734],[2.2,1.934],[3.35,1.05],[4.533,0],[0,0],[0,0],[0,0],[0,0]],"o":[[4.3,0],[3.333,-1.116],[2.25,-2],[1.166,-2.766],[0,-3.366],[-1.084,-2.733],[-2.2,-1.933],[-3.35,-1.05],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[30.85,-26.8],[42.3,-28.475],[50.675,-33.15],[55.8,-40.3],[57.55,-49.45],[55.925,-58.6],[51,-65.6],[42.675,-70.075],[30.85,-71.65],[9.7,-71.65],[9.7,0],[19.35,0],[19.35,-26.8]],"c":true},"ix":2},"nm":"P","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-2.817,-2.566],[0,-4.566],[0.733,-1.833],[1.433,-1.316],[2.116,-0.733],[2.766,0],[0,0]],"o":[[0,0],[5.7,0],[2.816,2.567],[0,2.2],[-0.734,1.834],[-1.434,1.317],[-2.117,0.734],[0,0],[0,0]],"v":[[19.35,-64],[30.85,-64],[43.625,-60.15],[47.85,-49.45],[46.75,-43.4],[43.5,-38.675],[38.175,-35.6],[30.85,-34.5],[19.35,-34.5]],"c":true},"ix":2},"nm":"P","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"P","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"F","size":12,"style":"Regular","w":56.6,"data":{"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],[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]],"v":[[8.7,-71.65],[8.7,0],[18.45,0],[18.45,-30.8],[47.85,-30.8],[47.85,-38.7],[18.45,-38.7],[18.45,-63.75],[52.85,-63.75],[52.85,-71.65]],"c":true},"ix":2},"nm":"F","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"F","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"p","size":12,"style":"Regular","w":55.2,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-2.217,-1.033],[-3.134,0],[-2.717,1.35],[-1.867,2.35],[-1,3.217],[0,3.734],[0.9,3.234],[1.666,2.184],[2.366,1.117],[2.9,0],[2.783,-1.6],[2.166,-2.633],[0,0],[1.266,0],[0,0],[0,0]],"o":[[0,0],[1.7,1.9],[2.216,1.033],[3.4,0],[2.716,-1.35],[1.866,-2.35],[1,-3.216],[0,-4.2],[-0.9,-3.233],[-1.667,-2.183],[-2.367,-1.116],[-3.634,0],[-2.784,1.6],[0,0],[-0.334,-1.233],[0,0],[0,0],[0,0]],"v":[[16.2,17.15],[16.2,-5.25],[22.075,-0.85],[30.1,0.7],[39.275,-1.325],[46.15,-6.875],[50.45,-15.225],[51.95,-25.65],[50.6,-36.8],[46.75,-44.925],[40.7,-49.875],[32.8,-51.55],[23.175,-49.15],[15.75,-42.8],[15,-48.8],[12.6,-50.65],[7.3,-50.65],[7.3,17.15]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.6,-0.7],[-1.1,-1.516],[-0.584,-2.366],[0,-3.3],[2.533,-3.366],[4.7,0],[1.95,0.9],[1.633,2.2],[0,0],[-2.184,1.334],[-2.9,0]],"o":[[1.6,0.7],[1.1,1.517],[0.583,2.367],[0,6.234],[-2.534,3.367],[-2.4,0],[-1.95,-0.9],[0,0],[1.833,-2.433],[2.183,-1.333],[2.033,0]],"v":[[35.3,-43.3],[39.35,-39.975],[41.875,-34.15],[42.75,-25.65],[38.95,-11.25],[28.1,-6.2],[21.575,-7.55],[16.2,-12.2],[16.2,-36.7],[22.225,-42.35],[29.85,-44.35]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"p","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"?","size":12,"style":"Regular","w":39.8,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.834,0],[-0.617,0.5],[-1,0.6],[-1.45,0.5],[-2.034,0],[-1.317,-0.433],[-0.967,-0.816],[-0.567,-1.166],[0,-1.433],[0.75,-1.466],[1.15,-1.15],[1.316,-0.95],[1.15,-0.95],[0.75,-1.083],[0,-1.4],[0,0],[0,0],[0,0],[0,0],[-0.85,0.9],[-1.184,0.9],[-1.367,1.017],[-1.15,1.384],[-0.75,1.834],[0,2.534],[0.933,2],[1.633,1.4],[2.25,0.767],[2.633,0],[1.716,-0.383],[1.483,-0.666],[1.25,-0.866],[1.033,-0.966]],"o":[[0.466,0.767],[0.4,0],[0.616,-0.5],[1,-0.6],[1.45,-0.5],[1.5,0],[1.316,0.434],[0.966,0.817],[0.566,1.167],[0,2],[-0.75,1.467],[-1.15,1.15],[-1.317,0.95],[-1.15,0.95],[-0.75,1.084],[0,0],[0,0],[0,0],[0,0],[0.133,-1.1],[0.85,-0.9],[1.183,-0.9],[1.366,-1.016],[1.15,-1.383],[0.75,-1.833],[0,-2.5],[-0.934,-2],[-1.634,-1.4],[-2.25,-0.766],[-2,0],[-1.717,0.384],[-1.484,0.667],[-1.25,0.867],[0,0]],"v":[[4.05,-61.5],[6,-60.35],[7.525,-61.1],[9.95,-62.75],[13.625,-64.4],[18.85,-65.15],[23.075,-64.5],[26.5,-62.625],[28.8,-59.65],[29.65,-55.75],[28.525,-50.55],[25.675,-46.625],[21.975,-43.475],[18.275,-40.625],[15.425,-37.575],[14.3,-33.85],[14.3,-33.3],[14.9,-25],[21,-25],[21.9,-32.65],[23.375,-35.65],[26.425,-38.35],[30.25,-41.225],[34.025,-44.825],[36.875,-49.65],[38,-56.2],[36.6,-62.95],[32.75,-68.05],[26.925,-71.3],[19.6,-72.45],[14.025,-71.875],[9.225,-70.3],[5.125,-68],[1.7,-65.25]],"c":true},"ix":2},"nm":"?","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-0.317,-0.75],[-0.55,-0.566],[-0.767,-0.316],[-0.867,0],[-0.767,0.316],[-0.567,0.567],[-0.317,0.75],[0,0.9],[0.316,0.767],[0.566,0.567],[0.766,0.334],[0.866,0],[0.766,-0.333],[0.55,-0.566],[0.316,-0.766],[0,-0.866]],"o":[[0.316,0.75],[0.55,0.567],[0.766,0.316],[0.866,0],[0.766,-0.316],[0.566,-0.566],[0.316,-0.75],[0,-0.866],[-0.317,-0.766],[-0.567,-0.566],[-0.767,-0.333],[-0.867,0],[-0.767,0.334],[-0.55,0.567],[-0.317,0.767],[0,0.9]],"v":[[11.975,-3.025],[13.275,-1.05],[15.25,0.275],[17.7,0.75],[20.15,0.275],[22.15,-1.05],[23.475,-3.025],[23.95,-5.5],[23.475,-7.95],[22.15,-9.95],[20.15,-11.3],[17.7,-11.8],[15.25,-11.3],[13.275,-9.95],[11.975,-7.95],[11.5,-5.5]],"c":true},"ix":2},"nm":"?","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"?","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"z","size":14,"style":"Regular","w":46.2,"data":{"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.216,-0.583],[0,-0.433],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.234,0.584],[0,0.634]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.4,0.534],[-0.217,0.584],[0,0],[0,0],[0,0],[0,0],[0,0],[0.366,-0.466],[0.233,-0.583],[0,0]],"v":[[42.65,-50.65],[5.05,-50.65],[5.05,-43.65],[32.3,-43.65],[4.75,-6.9],[3.825,-5.225],[3.5,-3.7],[3.5,0],[41.65,0],[41.65,-6.95],[14,-6.95],[41.4,-43.45],[42.3,-45.025],[42.65,-46.85]],"c":true},"ix":2},"nm":"z","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"z","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"-","size":14,"style":"Regular","w":34.7,"data":{"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":[[5,-26.2],[29.7,-26.2],[29.7,-33.75],[5,-33.75]],"c":true},"ix":2},"nm":"-","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"-","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"G","size":12,"style":"Bold","w":72.3,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.9,1.184],[2.1,2.234],[1.166,3.25],[0,4.167],[-1.1,3.134],[-2.034,2.234],[-2.884,1.2],[-3.567,0],[-1.684,-0.3],[-1.35,-0.466],[-1.117,-0.633],[-1.067,-0.633],[-0.8,0],[-0.767,1.234],[0,0],[4.316,1.75],[5.9,0],[4.633,-1.8],[3.25,-3.266],[1.766,-4.533],[0,-5.433],[-1.817,-4.533],[-3.234,-3.266],[-4.434,-1.833],[-5.267,0],[-2.567,0.316],[-2.25,0.634],[-1.984,0.984],[-1.834,1.334],[0,0],[0,0],[0,0],[-0.5,-0.483],[-0.867,0],[0,0],[0,0],[2.25,-0.55],[3.033,0]],"o":[[-2.9,-1.183],[-2.1,-2.233],[-1.167,-3.25],[0,-3.866],[1.1,-3.133],[2.033,-2.233],[2.883,-1.2],[2.2,0],[1.683,0.3],[1.35,0.467],[1.116,0.634],[0.833,0.534],[1.266,0],[0,0],[-3,-2.8],[-4.317,-1.75],[-5.767,0],[-4.634,1.8],[-3.25,3.267],[-1.767,4.534],[0,5.367],[1.816,4.534],[3.233,3.267],[4.433,1.834],[2.966,0],[2.566,-0.317],[2.25,-0.633],[1.983,-0.983],[0,0],[0,0],[0,0],[0,0.7],[0.5,0.484],[0,0],[0,0],[-2.034,0.967],[-2.25,0.55],[-3.434,0]],"v":[[31,-11.675],[23.5,-16.8],[18.6,-25.025],[16.85,-36.15],[18.5,-46.65],[23.2,-54.7],[30.575,-59.85],[40.25,-61.65],[46.075,-61.2],[50.625,-60.05],[54.325,-58.4],[57.6,-56.5],[60.05,-55.7],[63.1,-57.55],[67,-63.65],[56.025,-70.475],[40.7,-73.1],[25.1,-70.4],[13.275,-62.8],[5.75,-51.1],[3.1,-36.15],[5.825,-21.3],[13.4,-9.6],[24.9,-1.95],[39.45,0.8],[47.75,0.325],[54.975,-1.1],[61.325,-3.525],[67.05,-7],[67.05,-36.25],[43,-36.25],[43,-28.65],[43.75,-26.875],[45.8,-26.15],[54.85,-26.15],[54.85,-13],[48.425,-10.725],[40.5,-9.9]],"c":true},"ix":2},"nm":"G","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"G","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"b","size":12,"style":"Bold","w":57,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.484,0.367],[-0.2,0.867],[0,0],[-0.917,-0.816],[-1.067,-0.566],[-1.3,-0.316],[-1.567,0],[-2.717,1.35],[-1.917,2.4],[-1.034,3.267],[0,3.834],[0.916,3.234],[1.683,2.2],[2.316,1.15],[2.8,0],[2.566,-1.283],[2.033,-2.166],[0,0],[0,0],[0,0]],"o":[[0.833,0],[0.483,-0.366],[0,0],[0.833,1],[0.916,0.817],[1.066,0.567],[1.3,0.316],[3.366,0],[2.716,-1.35],[1.916,-2.4],[1.033,-3.266],[0,-4.2],[-0.917,-3.233],[-1.684,-2.2],[-2.317,-1.15],[-3.434,0],[-2.567,1.284],[0,0],[0,0],[0,0],[0,0]],"v":[[14.9,0],[16.875,-0.55],[17.9,-2.4],[18.45,-5.85],[21.075,-3.125],[24.05,-1.05],[27.6,0.275],[31.9,0.75],[41.025,-1.275],[47.975,-6.9],[52.4,-15.4],[53.95,-26.05],[52.575,-37.2],[48.675,-45.35],[42.675,-50.375],[35,-52.1],[26,-50.175],[19.1,-45],[19.1,-74.3],[6.75,-74.3],[6.75,0]],"c":true},"ix":2},"nm":"b","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.284,-0.6],[-0.9,-1.3],[-0.484,-2.083],[0,-3],[0.566,-2.183],[1.05,-1.433],[1.5,-0.7],[1.866,0],[1.65,0.684],[1.4,1.734],[0,0],[-1.817,1.084],[-2.567,0]],"o":[[1.283,0.6],[0.9,1.3],[0.483,2.084],[0,2.967],[-0.567,2.184],[-1.05,1.434],[-1.5,0.7],[-1.934,0],[-1.65,-0.683],[0,0],[1.566,-1.966],[1.816,-1.083],[1.633,0]],"v":[[35.125,-41.6],[38.4,-38.75],[40.475,-33.675],[41.2,-26.05],[40.35,-18.325],[37.925,-12.9],[34.1,-9.7],[29.05,-8.65],[23.675,-9.675],[19.1,-13.3],[19.1,-36.3],[24.175,-40.875],[30.75,-42.5]],"c":true},"ix":2},"nm":"b","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"b","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"-","size":12,"style":"Bold","w":35.9,"data":{"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":[[5,-25.05],[30.9,-25.05],[30.9,-35.35],[5,-35.35]],"c":true},"ix":2},"nm":"-","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"-","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"s","size":12,"style":"Bold","w":43.7,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[2.9,1.167],[3.533,0],[2.416,-0.85],[1.616,-1.416],[0.833,-1.9],[0,-2.1],[-0.717,-1.6],[-1.184,-1.1],[-1.517,-0.716],[-1.584,-0.533],[-1.517,-0.45],[-1.184,-0.566],[-0.717,-0.766],[0,-1.2],[0.316,-0.75],[0.683,-0.566],[1.05,-0.35],[1.466,0],[1.216,0.434],[0.9,0.5],[0.683,0.434],[0.766,0],[0.5,-0.3],[0.366,-0.566],[0,0],[-1.317,-0.766],[-1.55,-0.566],[-1.684,-0.317],[-1.767,0],[-2.55,0.85],[-1.734,1.517],[-0.9,2.084],[0,2.467],[0.716,1.467],[1.183,1.05],[1.5,0.684],[1.566,0.534],[1.5,0.45],[1.183,0.567],[0.716,0.75],[0,1.1],[-1.4,1.034],[-2.434,0],[-1.15,-0.333],[-0.9,-0.416],[-0.684,-0.333],[-0.6,0],[-0.367,0.217],[-0.334,0.534]],"o":[[-1.934,-1.9],[-2.9,-1.166],[-3.167,0],[-2.417,0.85],[-1.617,1.417],[-0.834,1.9],[0,2.267],[0.716,1.6],[1.183,1.1],[1.516,0.717],[1.583,0.534],[1.516,0.45],[1.183,0.567],[0.716,0.767],[0,0.8],[-0.317,0.75],[-0.684,0.567],[-1.05,0.35],[-1.867,0],[-1.217,-0.433],[-0.9,-0.5],[-0.684,-0.433],[-0.767,0],[-0.5,0.3],[0,0],[1,0.9],[1.316,0.767],[1.55,0.567],[1.683,0.316],[3.3,0],[2.55,-0.85],[1.733,-1.516],[0.9,-2.083],[0,-2.066],[-0.717,-1.466],[-1.184,-1.05],[-1.5,-0.683],[-1.567,-0.533],[-1.5,-0.45],[-1.184,-0.566],[-0.717,-0.75],[0,-1.666],[1.4,-1.033],[1.566,0],[1.15,0.334],[0.9,0.417],[0.683,0.334],[0.566,0],[0.366,-0.216],[0,0]],"v":[[39.85,-45.75],[32.6,-50.35],[22.95,-52.1],[14.575,-50.825],[8.525,-47.425],[4.85,-42.45],[3.6,-36.45],[4.675,-30.65],[7.525,-26.6],[11.575,-23.875],[16.225,-22],[20.875,-20.525],[24.925,-19],[27.775,-17],[28.85,-14.05],[28.375,-11.725],[26.875,-9.75],[24.275,-8.375],[20.5,-7.85],[15.875,-8.5],[12.7,-9.9],[10.325,-11.3],[8.15,-11.95],[6.25,-11.5],[4.95,-10.2],[2.1,-5.5],[5.575,-3],[9.875,-1],[14.725,0.325],[19.9,0.8],[28.675,-0.475],[35.1,-4.025],[39.05,-9.425],[40.4,-16.25],[39.325,-21.55],[36.475,-25.325],[32.45,-27.925],[27.85,-29.75],[23.25,-31.225],[19.225,-32.75],[16.375,-34.725],[15.3,-37.5],[17.4,-41.55],[23.15,-43.1],[27.225,-42.6],[30.3,-41.475],[32.675,-40.35],[34.6,-39.85],[36,-40.175],[37.05,-41.3]],"c":true},"ix":2},"nm":"s","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"s","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"y","size":12,"style":"Bold","w":53.35,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0.616,-0.433],[0.266,-0.666],[0,0],[0.316,-0.9],[0.266,-0.966],[0.266,0.934],[0.366,0.867],[0,0],[0.533,0.467],[1,0],[0,0],[0,0],[0,0],[0,0],[-0.584,0.45],[-0.367,0.866]],"o":[[0,0],[-0.767,0],[-0.617,0.434],[0,0],[-0.367,0.934],[-0.317,0.9],[-0.2,-0.933],[-0.267,-0.933],[0,0],[-0.267,-0.6],[-0.534,-0.466],[0,0],[0,0],[0,0],[0,0],[1.2,0],[0.583,-0.45],[0,0]],"v":[[52.75,-51.3],[42.85,-51.3],[40.775,-50.65],[39.45,-49],[29.15,-22.45],[28.125,-19.7],[27.25,-16.9],[26.55,-19.7],[25.6,-22.4],[14.65,-49],[13.45,-50.6],[11.15,-51.3],[0.35,-51.3],[21.1,-3.8],[11.5,16.75],[20.7,16.75],[23.375,16.075],[24.8,14.1]],"c":true},"ix":2},"nm":"y","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"y","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"d","size":12,"style":"Bold","w":57,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[2.033,0.917],[2.866,0],[2.7,-1.35],[1.933,-2.4],[1.033,-3.266],[0,-3.8],[-0.917,-3.266],[-1.684,-2.216],[-2.334,-1.166],[-2.8,0],[-1.55,0.383],[-1.35,0.7],[-1.167,0.967],[-1.067,1.2],[0,0],[-1.6,0]],"o":[[0,0],[0,0],[0,0],[-1.6,-1.533],[-2.034,-0.916],[-3.367,0],[-2.7,1.35],[-1.934,2.4],[-1.034,3.267],[0,4.2],[0.916,3.267],[1.683,2.217],[2.333,1.166],[1.8,0],[1.55,-0.383],[1.35,-0.7],[1.166,-0.966],[0,0],[0.5,1.5],[0,0]],"v":[[50.25,0],[50.25,-74.3],[37.9,-74.3],[37.9,-47.2],[32.45,-50.875],[25.1,-52.25],[16,-50.225],[9.05,-44.6],[4.6,-36.1],[3.05,-25.5],[4.425,-14.3],[8.325,-6.075],[14.35,-1],[22.05,0.75],[27.075,0.175],[31.425,-1.45],[35.2,-3.95],[38.55,-7.2],[39.55,-2.25],[42.7,0]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.3,0.584],[0.9,1.317],[0.483,2.084],[0,3],[-0.567,2.184],[-1.05,1.417],[-1.517,0.7],[-1.867,0],[-1.65,-0.7],[-1.4,-1.7],[0,0],[1.8,-1.066],[2.566,0]],"o":[[-1.3,-0.583],[-0.9,-1.316],[-0.484,-2.083],[0,-2.966],[0.566,-2.183],[1.05,-1.416],[1.516,-0.7],[1.9,0],[1.65,0.7],[0,0],[-1.6,1.967],[-1.8,1.067],[-1.6,0]],"v":[[21.9,-9.925],[18.6,-12.775],[16.525,-17.875],[15.8,-25.5],[16.65,-33.225],[19.075,-38.625],[22.925,-41.8],[28,-42.85],[33.325,-41.8],[37.9,-38.2],[37.9,-15.2],[32.8,-10.65],[26.25,-9.05]],"c":true},"ix":2},"nm":"d","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"d","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"S","size":12,"style":"Bold","w":53.65,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[3.6,1.334],[4.266,0],[2.933,-1.166],[2.016,-1.933],[1.05,-2.5],[0,-2.633],[-0.95,-2.25],[-1.567,-1.5],[-2,-0.933],[-2.067,-0.666],[-2,-0.566],[-1.567,-0.816],[-0.95,-1.2],[0,-1.9],[2.1,-1.816],[3.833,0],[1.783,0.684],[1.316,0.834],[0.966,0.684],[0.833,0],[0.516,-0.316],[0.366,-0.466],[0,0],[-1.784,-1.166],[-2.05,-0.833],[-2.234,-0.45],[-2.3,0],[-3.1,1.216],[-2.15,2.117],[-1.117,2.85],[0,3.267],[0.95,2.1],[1.566,1.45],[2,0.95],[2.083,0.717],[2,0.634],[1.566,0.8],[0.95,1.134],[0,1.7],[-0.467,1.117],[-0.95,0.8],[-1.384,0.45],[-1.867,0],[-1.517,-0.516],[-1.134,-0.633],[-0.834,-0.516],[-0.667,0],[-0.484,0.3],[-0.367,0.734]],"o":[[-2.534,-2.4],[-3.6,-1.333],[-3.767,0],[-2.934,1.167],[-2.017,1.934],[-1.05,2.5],[0,3.3],[0.95,2.25],[1.566,1.5],[2,0.934],[2.066,0.667],[2,0.567],[1.566,0.817],[0.95,1.2],[0,3.4],[-2.1,1.817],[-2.5,0],[-1.784,-0.683],[-1.317,-0.833],[-0.967,-0.683],[-0.634,0],[-0.517,0.317],[0,0],[1.4,1.434],[1.783,1.167],[2.05,0.834],[2.233,0.45],[4,0],[3.1,-1.216],[2.15,-2.116],[1.116,-2.85],[0,-3],[-0.95,-2.1],[-1.567,-1.45],[-2,-0.95],[-2.084,-0.716],[-2,-0.633],[-1.567,-0.8],[-0.95,-1.133],[0,-1.333],[0.466,-1.116],[0.95,-0.8],[1.383,-0.45],[2.066,0],[1.516,0.517],[1.133,0.634],[0.833,0.517],[0.666,0],[0.483,-0.3],[0,0]],"v":[[49.35,-65.5],[40.15,-71.1],[28.35,-73.1],[18.3,-71.35],[10.875,-66.7],[6.275,-60.05],[4.7,-52.35],[6.125,-44.025],[9.9,-38.4],[15.25,-34.75],[21.35,-32.35],[27.45,-30.5],[32.8,-28.425],[36.575,-25.4],[38,-20.75],[34.85,-12.925],[25.95,-10.2],[19.525,-11.225],[14.875,-13.5],[11.45,-15.775],[8.75,-16.8],[7.025,-16.325],[5.7,-15.15],[1.8,-8.7],[6.575,-4.8],[12.325,-1.8],[18.75,0.125],[25.55,0.8],[36.2,-1.025],[44.075,-6.025],[48.975,-13.475],[50.65,-22.65],[49.225,-30.3],[45.45,-35.625],[40.1,-39.225],[33.975,-41.725],[27.85,-43.75],[22.5,-45.9],[18.725,-48.8],[17.3,-53.05],[18,-56.725],[20.125,-59.6],[23.625,-61.475],[28.5,-62.15],[33.875,-61.375],[37.85,-59.65],[40.8,-57.925],[43.05,-57.15],[44.775,-57.6],[46.05,-59.15]],"c":true},"ix":2},"nm":"S","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"S","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"f","size":12,"style":"Bold","w":35.05,"data":{"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.417,1.284],[-0.8,0.784],[-1.15,0.317],[-1.467,0],[-0.834,0.234],[-0.067,0.967],[0,0],[2.366,0],[2.366,-0.866],[1.65,-1.633],[0.883,-2.333],[0,-2.933],[0,0],[0,0],[0,0],[-0.584,-0.5],[-0.967,-0.166],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,-1.9],[0.416,-1.283],[0.8,-0.783],[1.15,-0.316],[1.1,0],[0.833,-0.233],[0,0],[-2.034,-0.633],[-2.967,0],[-2.367,0.867],[-1.65,1.634],[-0.884,2.334],[0,0],[0,0],[0,0],[0,0.9],[0.583,0.5],[0,0],[0,0],[0,0]],"v":[[21.15,0],[21.15,-42.05],[34.1,-42.05],[34.1,-50.85],[20.75,-50.85],[20.75,-54.25],[21.375,-59.025],[23.2,-62.125],[26.125,-63.775],[30.05,-64.25],[32.95,-64.6],[34.3,-66.4],[34.55,-72.6],[27.95,-73.55],[19.95,-72.25],[13.925,-68.5],[10.125,-62.55],[8.8,-54.65],[8.8,-50.85],[1.15,-50.85],[1.15,-45.8],[2.025,-43.7],[4.35,-42.7],[8.8,-42],[8.8,0]],"c":true},"ix":2},"nm":"f","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"f","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"w","size":12,"style":"Bold","w":79.1,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-0.467,1.467],[0,0],[-0.234,0.984],[-0.2,1],[-0.25,-0.983],[-0.3,-0.966],[0,0],[-1.067,0],[0,0],[0,0],[0,0],[0.633,-0.433],[0.166,-0.666],[0,0],[0.283,-1.433],[0.233,-1.433],[0.35,1.35],[0.433,1.434],[0,0],[0.6,0.434],[0.9,0],[0,0],[0.6,-0.433],[0.2,-0.666],[0,0],[0.416,-1.433],[0.366,-1.433],[0.25,1.434],[0.4,1.5],[0,0],[0.633,0.434],[0.933,0],[0,0]],"o":[[0,0],[1.333,0],[0,0],[0.3,-1],[0.233,-0.983],[0.166,0.967],[0.25,0.984],[0,0],[0.466,1.467],[0,0],[0,0],[0,0],[-0.834,0],[-0.634,0.434],[0,0],[-0.434,1.534],[-0.284,1.434],[-0.334,-1.366],[-0.35,-1.35],[0,0],[-0.2,-0.666],[-0.6,-0.433],[0,0],[-0.8,0],[-0.6,0.434],[0,0],[-0.467,1.5],[-0.417,1.434],[-0.234,-1.433],[-0.25,-1.433],[0,0],[-0.167,-0.666],[-0.634,-0.433],[0,0],[0,0]],"v":[[16.6,0],[26.05,0],[28.75,-2.2],[38.1,-31.75],[38.9,-34.725],[39.55,-37.7],[40.175,-34.775],[41,-31.85],[50.25,-2.2],[52.55,0],[62.5,0],[78.75,-51.3],[69.4,-51.3],[67.2,-50.65],[66,-49],[58.4,-21.6],[57.325,-17.15],[56.55,-12.85],[55.525,-16.925],[54.35,-21.1],[45.95,-49.1],[44.75,-50.75],[42.5,-51.4],[37.05,-51.4],[34.95,-50.75],[33.75,-49.1],[25.25,-21.6],[23.925,-17.2],[22.75,-12.9],[22.025,-17.2],[21.05,-21.6],[13.7,-49],[12.5,-50.65],[10.15,-51.3],[0.35,-51.3]],"c":true},"ix":2},"nm":"w","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"w","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"L","size":48,"style":"Regular","w":53.76,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.481,-0.407],[2.051,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.7,0.456],[0,0.586],[1.725,0]],"o":[[-1.482,0.407],[0,0],[0,0],[0,0],[0,0],[0,0],[1.79,0],[0.7,-0.455],[0,-1.465],[-0.195,0]],"v":[[47.974,-3.833],[42.676,-3.223],[33.545,-3.223],[33.545,-69.092],[8.643,-69.092],[8.643,0],[48.291,0],[52.026,-0.684],[53.076,-2.246],[50.488,-4.443]],"c":true},"ix":2},"nm":"L","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"L","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Limelight"},{"ch":"N","size":12,"style":"Regular","w":75.6,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.866,0],[0,0],[0,0],[0,0],[0,0],[0.033,0.8],[0.066,0.834],[0,0],[-0.517,-0.266],[-0.767,0],[0,0],[0,0],[0,0],[0,0],[-0.034,-0.816],[-0.1,-0.866],[0,0],[0.416,0.217]],"o":[[0,0],[0,0],[0,0],[0,0],[0,-0.666],[-0.034,-0.8],[0,0],[0.5,0.634],[0.516,0.267],[0,0],[0,0],[0,0],[0,0],[0,0.767],[0.033,0.817],[0,0],[-0.534,-0.666],[-0.417,-0.216]],"v":[[13.7,-71.65],[8.7,-71.65],[8.7,0],[17.2,0],[17.2,-51.05],[17.15,-53.25],[17,-55.7],[58.45,-1.75],[59.975,-0.4],[61.9,0],[66.8,0],[66.8,-71.65],[58.3,-71.65],[58.3,-20.9],[58.35,-18.525],[58.55,-16],[17.05,-70],[15.625,-71.325]],"c":true},"ix":2},"nm":"N","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"N","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"k","size":12,"style":"Regular","w":52.4,"data":{"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.5,-0.216],[-0.5,-0.7],[0,0],[-0.517,-0.283],[-0.734,0],[0,0],[0,0],[0.483,0.517],[0.6,0.4],[-0.45,0.434],[-0.467,0.567],[0,0],[0,0],[0.5,-0.333],[0.5,-0.533],[0,0],[0.433,-0.183],[0.666,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[1,0],[0.5,0.217],[0,0],[0.466,0.6],[0.516,0.284],[0,0],[0,0],[-0.434,-0.666],[-0.484,-0.516],[0.566,-0.333],[0.45,-0.433],[0,0],[0,0],[-0.834,0],[-0.5,0.334],[0,0],[-0.534,0.567],[-0.434,0.184],[0,0],[0,0],[0,0]],"v":[[7.6,-73.65],[7.6,0],[16.55,0],[16.55,-24.2],[19.05,-24.2],[21.3,-23.875],[22.8,-22.5],[39.45,-1.75],[40.925,-0.425],[42.8,0],[50.8,0],[31,-25],[29.625,-26.775],[28,-28.15],[29.525,-29.3],[30.9,-30.8],[49.55,-50.65],[41.45,-50.65],[39.45,-50.15],[37.95,-48.85],[21.95,-31.7],[20.5,-30.575],[18.85,-30.3],[16.55,-30.3],[16.55,-73.65]],"c":true},"ix":2},"nm":"k","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"k","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"R","size":12,"style":"Bold","w":65.5,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.684,-0.366],[-0.567,-0.866],[0,0],[-0.817,-0.466],[-1.167,0],[0,0],[0,0],[1.7,0.967],[-1.984,1.334],[-1.35,1.767],[-0.717,2.167],[0,2.434],[1.05,2.55],[2.25,1.834],[3.516,1.017],[4.933,0],[0,0],[0,0],[0,0],[0,0]],"o":[[1.333,0],[0.683,0.367],[0,0],[0.566,0.867],[0.816,0.467],[0,0],[0,0],[-1.234,-1.8],[2.533,-0.8],[1.983,-1.333],[1.35,-1.766],[0.716,-2.166],[0,-3.066],[-1.05,-2.55],[-2.25,-1.833],[-3.517,-1.016],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[26.95,-28.25],[29.975,-27.7],[31.85,-25.85],[47.05,-2.7],[49.125,-0.7],[52.1,0],[64.2,0],[46.1,-26.7],[41.7,-30.85],[48.475,-34.05],[53.475,-38.7],[56.575,-44.6],[57.65,-51.5],[56.075,-59.925],[51.125,-66.5],[42.475,-70.775],[29.8,-72.3],[7.75,-72.3],[7.75,0],[21.2,0],[21.2,-28.25]],"c":true},"ix":2},"nm":"R","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-2.417,-1.966],[0,-3.666],[0.6,-1.533],[1.216,-1.116],[1.883,-0.633],[2.533,0],[0,0]],"o":[[0,0],[4.966,0],[2.416,1.967],[0,1.834],[-0.6,1.534],[-1.217,1.117],[-1.884,0.634],[0,0],[0,0]],"v":[[21.2,-61.9],[29.8,-61.9],[40.875,-58.95],[44.5,-50.5],[43.6,-45.45],[40.875,-41.475],[36.225,-38.85],[29.6,-37.9],[21.2,-37.9]],"c":true},"ix":2},"nm":"R","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"R","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"p","size":12,"style":"Bold","w":56.55,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-2.017,-0.883],[-2.9,0],[-2.717,1.35],[-1.917,2.4],[-1.034,3.267],[0,3.834],[0.916,3.25],[1.683,2.217],[2.316,1.167],[2.8,0],[2.683,-1.466],[2.066,-2.366],[0,0],[0.566,0.367],[0.8,0],[0,0],[0,0]],"o":[[0,0],[1.6,1.567],[2.016,0.883],[3.366,0],[2.716,-1.35],[1.916,-2.4],[1.033,-3.266],[0,-4.2],[-0.917,-3.25],[-1.684,-2.216],[-2.317,-1.166],[-3.6,0],[-2.684,1.467],[0,0],[-0.167,-0.766],[-0.567,-0.366],[0,0],[0,0],[0,0]],"v":[[18.95,16.75],[18.95,-4.25],[24.375,-0.575],[31.75,0.75],[40.875,-1.275],[47.825,-6.9],[52.25,-15.4],[53.8,-26.05],[52.425,-37.225],[48.525,-45.425],[42.525,-50.5],[34.85,-52.25],[25.425,-50.05],[18.3,-44.3],[17.3,-49.05],[16.2,-50.75],[14.15,-51.3],[6.6,-51.3],[6.6,16.75]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-1.284,-0.6],[-0.9,-1.3],[-0.484,-2.083],[0,-3],[0.566,-2.183],[1.05,-1.433],[1.516,-0.7],[1.866,0],[1.65,0.684],[1.4,1.734],[0,0],[-1.817,1.084],[-2.567,0]],"o":[[1.283,0.6],[0.9,1.3],[0.483,2.084],[0,2.967],[-0.567,2.184],[-1.05,1.434],[-1.517,0.7],[-1.9,0],[-1.65,-0.683],[0,0],[1.566,-1.966],[1.816,-1.083],[1.633,0]],"v":[[34.975,-41.6],[38.25,-38.75],[40.325,-33.675],[41.05,-26.05],[40.2,-18.325],[37.775,-12.9],[33.925,-9.7],[28.85,-8.65],[23.525,-9.675],[18.95,-13.3],[18.95,-36.3],[24.025,-40.875],[30.6,-42.5]],"c":true},"ix":2},"nm":"p","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"p","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"O","size":12,"style":"Bold","w":79.95,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.766,4.517],[3.2,3.284],[4.5,1.867],[5.466,0],[4.516,-1.85],[3.216,-3.3],[1.766,-4.516],[0,-5.3],[-1.767,-4.516],[-3.217,-3.3],[-4.517,-1.85],[-5.467,0],[-4.5,1.85],[-3.2,3.3],[-1.767,4.517],[0,5.3]],"o":[[-1.767,-4.516],[-3.2,-3.283],[-4.5,-1.866],[-5.467,0],[-4.517,1.85],[-3.217,3.3],[-1.767,4.517],[0,5.3],[1.766,4.517],[3.216,3.3],[4.516,1.85],[5.466,0],[4.5,-1.85],[3.2,-3.3],[1.766,-4.516],[0,-5.3]],"v":[[74,-50.875],[66.55,-62.575],[55,-70.3],[40.05,-73.1],[25.075,-70.325],[13.475,-62.6],[6,-50.875],[3.35,-36.15],[6,-21.425],[13.475,-9.7],[25.075,-1.975],[40.05,0.8],[55,-1.975],[66.55,-9.7],[74,-21.425],[76.65,-36.15]],"c":true},"ix":2},"nm":"O","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[1.05,-3.15],[1.966,-2.183],[2.816,-1.166],[3.533,0],[2.833,1.167],[1.983,2.184],[1.066,3.15],[0,3.967],[-1.067,3.15],[-1.984,2.2],[-2.834,1.167],[-3.534,0],[-2.817,-1.166],[-1.967,-2.2],[-1.05,-3.15],[0,-3.966]],"o":[[-1.05,3.15],[-1.967,2.184],[-2.817,1.167],[-3.534,0],[-2.834,-1.166],[-1.984,-2.183],[-1.067,-3.15],[0,-3.966],[1.066,-3.15],[1.983,-2.2],[2.833,-1.166],[3.533,0],[2.816,1.167],[1.966,2.2],[1.05,3.15],[0,3.967]],"v":[[61.275,-25.475],[56.75,-17.475],[49.575,-12.45],[40.05,-10.7],[30.5,-12.45],[23.275,-17.475],[18.7,-25.475],[17.1,-36.15],[18.7,-46.825],[23.275,-54.85],[30.5,-59.9],[40.05,-61.65],[49.575,-59.9],[56.75,-54.85],[61.275,-46.825],[62.85,-36.15]],"c":true},"ix":2},"nm":"O","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"O","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"g","size":12,"style":"Bold","w":51.75,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[2.483,-0.766],[1.816,-1.45],[1.016,-2.05],[0,-2.533],[-1.484,-2.333],[-2.6,-1.4],[0.833,-0.716],[0.55,-0.8],[0.266,-0.816],[0,-0.766],[-0.767,-1.166],[-1.267,-0.7],[1.466,-1.633],[0,-2.4],[-0.934,-1.634],[-1.884,-1.25],[-2.867,-0.75],[-3.9,0],[-3.067,1.02],[-2.117,1.671],[-1.117,2.14],[0,2.274],[0.95,1.555],[1.55,0.903],[1.966,0.418],[2.066,0.167],[1.966,0],[1.55,0.202],[0.95,0.487],[0,1.041],[-1.6,0.974],[-1.934,0],[-2.45,0.784],[-1.784,1.434],[-1.017,2.05],[0,2.534],[0.183,0.967],[0.333,0.867],[0,0],[-0.4,0.434],[0,0.767],[0,0],[0,0],[1.933,0.45],[2.2,0]],"o":[[-2.484,0.767],[-1.817,1.45],[-1.017,2.05],[0,3.134],[1.483,2.334],[-1.134,0.567],[-0.834,0.717],[-0.55,0.8],[-0.267,0.817],[0,1.867],[0.766,1.167],[-2.6,0.967],[-1.467,1.633],[0,1.766],[0.933,1.633],[1.883,1.25],[2.866,0.75],[3.933,0],[3.066,-1.021],[2.116,-1.673],[1.116,-2.141],[0,-2.441],[-0.95,-1.555],[-1.55,-0.903],[-1.967,-0.418],[-2.067,-0.167],[-1.967,0],[-1.55,-0.202],[-0.95,-0.487],[0,-1.208],[1.833,0.367],[2.866,0],[2.45,-0.783],[1.783,-1.433],[1.016,-2.05],[0,-1.066],[-0.184,-0.966],[0,0],[0.966,-0.166],[0.4,-0.433],[0,0],[0,0],[-1.6,-0.866],[-1.934,-0.45],[-2.934,0]],"v":[[16.225,-51.05],[9.775,-47.725],[5.525,-42.475],[4,-35.6],[6.225,-27.4],[12.35,-21.8],[9.4,-19.875],[7.325,-17.6],[6.1,-15.175],[5.7,-12.8],[6.85,-8.25],[9.9,-5.45],[3.8,-1.55],[1.6,4.5],[3,9.6],[7.225,13.925],[14.35,16.925],[24.5,18.05],[35,16.52],[42.775,12.482],[47.625,6.763],[49.3,0.141],[47.875,-5.852],[44.125,-9.54],[38.85,-11.521],[32.8,-12.399],[26.75,-12.65],[21.475,-12.952],[17.725,-13.984],[16.3,-16.277],[18.7,-19.55],[24.35,-19],[32.325,-20.175],[38.675,-23.5],[42.875,-28.725],[44.4,-35.6],[44.125,-38.65],[43.35,-41.4],[47.95,-42.25],[50,-43.15],[50.6,-44.95],[50.6,-49.55],[35.85,-49.55],[30.55,-51.525],[24.35,-52.2]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.5,-0.869],[1.083,-0.63],[1.666,-0.358],[2.3,0],[1.566,0.316],[0.983,0.566],[0.45,0.783],[0,0.9],[-0.85,1.05],[-1.4,0.767],[-1.65,0],[-1.55,0],[-1.384,-0.17],[-1.034,-0.358],[-0.6,-0.647],[0,-1.021]],"o":[[-0.5,0.867],[-1.084,0.63],[-1.667,0.357],[-2.267,0],[-1.567,-0.317],[-0.984,-0.567],[-0.45,-0.784],[0,-1.367],[0.85,-1.05],[1.533,0.367],[1.65,0],[1.55,0],[1.383,0.17],[1.033,0.358],[0.6,0.646],[0,1.02]],"v":[[37.15,4.988],[34.775,7.234],[30.65,8.714],[24.7,9.25],[18.95,8.775],[15.125,7.45],[12.975,5.425],[12.3,2.9],[13.575,-0.725],[16.95,-3.45],[21.725,-2.9],[26.525,-2.9],[30.925,-2.645],[34.55,-1.853],[37,-0.347],[37.9,2.154]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[1.15,0.417],[0.75,0.75],[0.383,1.034],[0,1.2],[-1.517,1.484],[-3.034,0],[-1.517,-1.483],[0,-2.533],[0.383,-1.033],[0.75,-0.733],[1.133,-0.416],[1.533,0]],"o":[[-1.15,-0.416],[-0.75,-0.75],[-0.384,-1.033],[0,-2.533],[1.516,-1.483],[3.033,0],[1.516,1.484],[0,1.234],[-0.384,1.034],[-0.75,0.734],[-1.134,0.417],[-1.5,0]],"v":[[20.375,-27.525],[17.525,-29.275],[15.825,-31.95],[15.25,-35.3],[17.525,-41.325],[24.35,-43.55],[31.175,-41.325],[33.45,-35.3],[32.875,-31.9],[31.175,-29.25],[28.35,-27.525],[24.35,-26.9]],"c":true},"ix":2},"nm":"g","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"g","np":6,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"z","size":12,"style":"Bold","w":46.95,"data":{"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.266,-0.783],[0,-0.566],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.317,0.817],[0,0.867]],"o":[[0,0],[0,0],[0,0],[0,0],[-0.567,0.7],[-0.267,0.784],[0,0],[0,0],[0,0],[0,0],[0,0],[0.433,-0.566],[0.316,-0.816],[0,0]],"v":[[43.7,-51.3],[4.8,-51.3],[4.8,-41.85],[29.6,-41.85],[5,-9.4],[3.75,-7.175],[3.35,-5.15],[3.35,0],[43,0],[43,-9.5],[17.7,-9.5],[42.1,-41.6],[43.225,-43.675],[43.7,-46.2]],"c":true},"ix":2},"nm":"z","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"z","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"P","size":12,"style":"Bold","w":62.5,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-3.5,1.167],[-2.334,2.1],[-1.167,2.917],[0,3.5],[1.1,2.834],[2.3,2.034],[3.533,1.134],[4.833,0],[0,0],[0,0],[0,0],[0,0]],"o":[[4.7,0],[3.5,-1.166],[2.333,-2.1],[1.166,-2.916],[0,-3.366],[-1.1,-2.833],[-2.3,-2.033],[-3.534,-1.133],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[31.3,-25.45],[43.6,-27.2],[52.35,-32.1],[57.6,-39.625],[59.35,-49.25],[57.7,-58.55],[52.6,-65.85],[43.85,-70.6],[31.3,-72.3],[7.75,-72.3],[7.75,0],[21.2,0],[21.2,-25.45]],"c":true},"ix":2},"nm":"P","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[-1.834,-0.583],[-1.2,-1.1],[-0.6,-1.566],[0,-1.933],[0.6,-1.65],[1.2,-1.15],[1.833,-0.616],[2.466,0],[0,0]],"o":[[0,0],[2.466,0],[1.833,0.584],[1.2,1.1],[0.6,1.567],[0,2.034],[-0.6,1.65],[-1.2,1.15],[-1.834,0.617],[0,0],[0,0]],"v":[[21.2,-61.9],[31.3,-61.9],[37.75,-61.025],[42.3,-58.5],[45,-54.5],[45.9,-49.25],[45,-43.725],[42.3,-39.525],[37.75,-36.875],[31.3,-35.95],[21.2,-35.95]],"c":true},"ix":2},"nm":"P","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"P","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"l","size":12,"style":"Bold","w":27.1,"data":{"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":[[7.4,-74.3],[7.4,0],[19.75,0],[19.75,-74.3]],"c":true},"ix":2},"nm":"l","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"l","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"W","size":10,"style":"Regular","w":101.9,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[-0.15,0.617],[-0.167,0.667],[-0.367,-1.033],[0,0],[0,0],[0,0],[0,0],[0.583,-0.466],[0.166,-0.6],[0,0],[0.166,-1],[0.2,-1.1],[0.6,1.734],[0,0],[0.55,0.434],[0.866,0],[0,0],[0.583,-0.483],[0.2,-0.566],[0,0],[0.233,-1.05],[0.233,-1.133],[0.216,1.034],[0.266,0.9],[0,0],[0.566,0.434],[0.866,0],[0,0]],"o":[[0,0],[0,0],[0.166,-0.5],[0.15,-0.616],[0.3,1.367],[0,0],[0,0],[0,0],[0,0],[-0.834,0],[-0.584,0.467],[0,0],[-0.267,0.867],[-0.167,1],[-0.467,-2.233],[0,0],[-0.234,-0.666],[-0.55,-0.433],[0,0],[-0.834,0],[-0.584,0.484],[0,0],[-0.3,0.867],[-0.234,1.05],[-0.2,-1.133],[-0.217,-1.033],[0,0],[-0.2,-0.666],[-0.567,-0.433],[0,0],[0,0]],"v":[[23.05,0],[31.75,0],[50,-54.65],[50.475,-56.325],[50.95,-58.25],[51.95,-54.65],[70.1,0],[78.8,0],[101.15,-71.65],[93.6,-71.65],[91.475,-70.95],[90.35,-69.35],[75.5,-19.55],[74.85,-16.75],[74.3,-13.6],[72.7,-19.55],[55.95,-69.35],[54.775,-71],[52.65,-71.65],[49.85,-71.65],[47.725,-70.925],[46.55,-69.35],[29.7,-19.55],[28.9,-16.675],[28.2,-13.4],[27.575,-16.65],[26.85,-19.55],[12.05,-69.35],[10.9,-71],[8.75,-71.65],[0.7,-71.65]],"c":true},"ix":2},"nm":"W","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"W","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"T","size":10,"style":"Regular","w":59,"data":{"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":[[1.4,-71.65],[1.4,-63.5],[24.65,-63.5],[24.65,0],[34.35,0],[34.35,-63.5],[57.5,-63.5],[57.5,-71.65]],"c":true},"ix":2},"nm":"T","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"T","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"I","size":10,"style":"Regular","w":30.7,"data":{"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":[[20.2,-71.65],[10.5,-71.65],[10.5,0],[20.2,0]],"c":true},"ix":2},"nm":"I","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"I","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"v","size":10,"style":"Regular","w":51.2,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0.45,-0.35],[0.2,-0.533],[0,0],[0.3,-1.2],[0.266,-1.166],[0.266,1.2],[0.466,1.2],[0,0],[0.466,0.367],[0.7,0],[0,0]],"o":[[0,0],[0,0],[0,0],[-0.667,0],[-0.45,0.35],[0,0],[-0.467,1.2],[-0.3,1.2],[-0.234,-1.166],[-0.267,-1.2],[0,0],[-0.2,-0.5],[-0.467,-0.366],[0,0],[0,0]],"v":[[21.55,0],[29.6,0],[50.25,-50.65],[43.3,-50.65],[41.625,-50.125],[40.65,-48.8],[27.65,-16.2],[26.5,-12.6],[25.65,-9.05],[24.9,-12.6],[23.8,-16.2],[10.95,-48.8],[9.95,-50.1],[8.2,-50.65],[0.9,-50.65]],"c":true},"ix":2},"nm":"v","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"v","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":"(","size":10,"style":"Regular","w":30,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.817,6.734],[-3.5,6.067],[0,0.5],[0.233,0.3],[0.366,0.234],[0,0],[1.75,-3.766],[1.083,-3.783],[0.5,-3.866],[0,-4.033],[-0.5,-3.85],[-1.084,-3.8],[-1.75,-3.766],[-2.5,-3.834],[0,0],[-0.234,0.3],[0,0.466],[0.066,0.266],[0.2,0.366],[1.833,6.717],[0,7.134]],"o":[[1.816,-6.733],[0.333,-0.633],[0,-0.466],[-0.234,-0.3],[0,0],[-2.5,3.867],[-1.75,3.767],[-1.084,3.784],[-0.5,3.867],[0,4.067],[0.5,3.85],[1.083,3.8],[1.75,3.766],[0,0],[0.366,-0.234],[0.233,-0.3],[0,-0.267],[-0.067,-0.267],[-3.467,-6.1],[-1.834,-6.716],[0,-7.133]],"v":[[17.175,-52.25],[25.15,-71.45],[25.65,-73.15],[25.3,-74.3],[24.4,-75.1],[20.45,-77.55],[14.075,-66.1],[9.825,-54.775],[7.45,-43.3],[6.7,-31.45],[7.45,-19.575],[9.825,-8.1],[14.075,3.25],[20.45,14.65],[24.4,12.25],[25.3,11.45],[25.65,10.3],[25.55,9.5],[25.15,8.55],[17.2,-10.675],[14.45,-31.45]],"c":true},"ix":2},"nm":"(","mn":"ADBE Vector Shape - Group","hd":false}],"nm":"(","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"},{"ch":")","size":10,"style":"Regular","w":30,"data":{"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[1.833,-6.716],[3.466,-6.1],[0.066,-0.267],[0,-0.267],[-0.234,-0.3],[-0.367,-0.234],[0,0],[-1.75,3.766],[-1.084,3.8],[-0.5,3.85],[0,4.067],[0.5,3.867],[1.083,3.784],[1.75,3.767],[2.5,3.867],[0,0],[0.233,-0.3],[0,-0.466],[-0.334,-0.633],[-1.817,-6.733],[0,-7.133]],"o":[[-1.834,6.717],[-0.2,0.366],[-0.067,0.266],[0,0.466],[0.233,0.3],[0,0],[2.5,-3.834],[1.75,-3.766],[1.083,-3.8],[0.5,-3.85],[0,-4.033],[-0.5,-3.866],[-1.084,-3.783],[-1.75,-3.766],[0,0],[-0.367,0.234],[-0.234,0.3],[0,0.5],[3.5,6.067],[1.816,6.734],[0,7.134]],"v":[[12.15,-10.675],[4.2,8.55],[3.8,9.5],[3.7,10.3],[4.05,11.45],[4.95,12.25],[8.9,14.65],[15.275,3.25],[19.525,-8.1],[21.9,-19.575],[22.65,-31.45],[21.9,-43.3],[19.525,-54.775],[15.275,-66.1],[8.9,-77.55],[4.95,-75.1],[4.05,-74.3],[3.7,-73.15],[4.2,-71.45],[12.175,-52.25],[14.9,-31.45]],"c":true},"ix":2},"nm":")","mn":"ADBE Vector Shape - Group","hd":false}],"nm":")","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}]},"fFamily":"Lato"}]} \ No newline at end of file