Commit 2e432d2c authored by zxhy's avatar zxhy

landing

parent 33c8d786
......@@ -64,7 +64,6 @@
B29A159C241A6A66EFE07177 /* Pods-PhoneManager.debug.xcconfig */,
CC121720387E40164142F3E2 /* Pods-PhoneManager.release.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
......@@ -224,6 +223,7 @@
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
......@@ -253,6 +253,7 @@
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
......@@ -303,7 +304,7 @@
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
......@@ -366,7 +367,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
......
......@@ -10,27 +10,42 @@ import UIKit
@main
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
return true
}
// MARK: UISceneSession Lifecycle
setupDefault()
window = UIWindow(frame: UIScreen.main.bounds)
window?.backgroundColor = UIColor.colorWithHex(hexStr: launchColor)
let Ssoryboard = UIStoryboard(name: "LauchVC", bundle: nil)
if let current = Ssoryboard.instantiateViewController(identifier: "LauchVCID") as? LauchVC {
window?.rootViewController = current
func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration {
// Called when a new scene session is being created.
// Use this method to select a configuration to create the new scene with.
return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role)
window?.makeKeyAndVisible()
}
func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set<UISceneSession>) {
// Called when the user discards a scene session.
// If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions.
// Use this method to release any resources that were specific to the discarded scenes, as they will not return.
return true
}
private func setupDefault() {
if #available(iOS 13.0, *) {
let window = UIApplication.shared.windows.first
let topPadding = window?.safeAreaInsets.top ?? 0
statusBarHeight = topPadding > 0 ? topPadding:20
}else {
statusBarHeight = UIApplication.shared.statusBarFrame.size.height
}
}
}
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
{
"images" : [
{
"filename" : "img_guide_02.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "img_guide_02@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "img_guide_02@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
{
"images" : [
{
"filename" : "img_icloud_start.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "img_icloud_start@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "img_icloud_start@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
{
"images" : [
{
"filename" : "img_photos_start.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "img_photos_start@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "img_photos_start@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
{
"images" : [
{
"filename" : "home_pay_close.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "home_pay_close@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "home_pay_close@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
......@@ -11,15 +12,31 @@
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_star_start_2.png" translatesAutoresizingMaskIntoConstraints="NO" id="Whq-17-MfS">
<rect key="frame" x="86.333333333333329" y="305.66666666666669" width="188.33333333333337" height="188.66666666666669"/>
<constraints>
<constraint firstAttribute="width" secondItem="Whq-17-MfS" secondAttribute="height" multiplier="1:1" id="KvZ-kq-6Du"/>
</constraints>
</imageView>
</subviews>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
<color key="backgroundColor" red="0.0" green="0.50980392156862742" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="Whq-17-MfS" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" constant="-26" id="eUc-AI-tgC"/>
<constraint firstItem="Whq-17-MfS" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" multiplier="0.48" id="yGe-jC-RdK"/>
<constraint firstItem="Whq-17-MfS" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" constant="-16" id="zVN-dN-0aT"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
<point key="canvasLocation" x="52.671755725190835" y="374.64788732394368"/>
</scene>
</scenes>
<resources>
<image name="img_star_start_2.png" width="360" height="360"/>
</resources>
</document>
//
// BaseNavViewController.swift
// PhoneManager
//
// Created by zxhy on 2025/3/19.
//
import UIKit
class BaseNavViewController:UINavigationController ,UIGestureRecognizerDelegate {
var barStatyl:UIStatusBarStyle = .darkContent {
didSet {
self.setNeedsStatusBarAppearanceUpdate()
}
}
var barHidden:Bool = false {
didSet {
self.setNeedsStatusBarAppearanceUpdate()
}
}
enum AnimationType {
case def
case recectToFull
case overRightToLeft
case overBottomToTop
case dissRight
}
enum PushAnimationType {
case normal
case diy
case bottomToTop
case book
}
var isAnimation:AnimationType
var cIsPopGestureRecognizer:Bool
var cPushAnimation:PushAnimationType
init(isAnimation:AnimationType = .def,rootViewController:UIViewController,isPopGestureRecognizer:Bool = true,pushAnimation:PushAnimationType = .normal) {
self.isAnimation = isAnimation
self.cIsPopGestureRecognizer = isPopGestureRecognizer
self.cPushAnimation = pushAnimation
super.init(rootViewController: rootViewController)
}
required init?(coder aDecoder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
override func viewDidLoad() {
super.viewDidLoad()
setupUI()
}
func setupUI() {
navigationBar.isHidden = true
self.delegate = self
interactivePopGestureRecognizer?.delegate = self
if isAnimation != .def {
self.transitioningDelegate = self
}else {
self.transitioningDelegate = nil
}
}
func gestureRecognizerShouldBegin(_ gestureRecognizer: UIGestureRecognizer) -> Bool {
if !cIsPopGestureRecognizer {
return false
}
if children.count == 1 {
return false
}else {
return true
}
}
func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldBeRequiredToFailBy otherGestureRecognizer: UIGestureRecognizer) -> Bool {
return true
}
func UMPCheck() {
}
override var preferredStatusBarStyle: UIStatusBarStyle {
return barStatyl
}
override var prefersStatusBarHidden:Bool {
return barHidden
}
func pushViewController(_ viewController: UIViewController, animated: Bool,pushAnimationType:PushAnimationType) {
cPushAnimation = pushAnimationType
super.pushViewController(viewController, animated: animated)
}
deinit {
NotificationCenter.default.removeObserver(self)
}
}
extension BaseNavViewController:UIViewControllerTransitioningDelegate {
func animationController(forPresented presented: UIViewController, presenting: UIViewController, source: UIViewController) -> UIViewControllerAnimatedTransitioning? {
return nil
}
func animationController(forDismissed dismissed: UIViewController) -> UIViewControllerAnimatedTransitioning? {
return nil
}
}
extension BaseNavViewController:UINavigationControllerDelegate {
func navigationController(_ navigationController: UINavigationController,
animationControllerFor operation: UINavigationController.Operation,
from fromVC: UIViewController,
to toVC: UIViewController) -> UIViewControllerAnimatedTransitioning? {
return nil
}
}
{"v":"5.5.10","fr":60,"ip":0,"op":76,"w":750,"h":1624,"nm":"loading","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":8,"ty":3,"nm":"▽ app_icon","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[376,812,0],"ix":2},"a":{"a":0,"k":[140,140,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Path 4","parent":8,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[70]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":60,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":90,"s":[100]},{"t":110,"s":[0]}],"ix":11},"r":{"a":0,"k":-360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[171,403,0],"to":[-10.292,-42.542,0],"ti":[0,46.667,0]},{"t":60,"s":[109.25,147.75,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[0,0,100]},{"t":60,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-8.5,4.98],[0,-8.5],[-4.98,-8.5],[8.5,0],[8.5,-4.98],[0,8.5],[4.98,8.5],[-8.5,0]],"o":[[-4.98,8.5],[0,8.5],[-8.5,-4.98],[-8.5,0],[4.98,-8.5],[0,-8.5],[8.5,4.98],[8.5,0]],"v":[[25.5,-25.5],[18.03,0],[25.5,25.5],[0,18.03],[-25.5,25.5],[-18.03,0],[-25.5,-25.5],[0,-18.03]],"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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[200,200],"ix":3},"r":{"a":0,"k":-315,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Path","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Path 3","parent":8,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[50]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":60,"s":[100]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":90,"s":[100]},{"t":110,"s":[0]}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[-350]},{"t":60,"s":[-360]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":0.483},"o":{"x":0.333,"y":0},"t":0,"s":[98.627,420.059,0],"to":[2.888,-9.818,0],"ti":[-23.622,80.315,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0.455},"t":30,"s":[108.627,250.06,0],"to":[22.259,-75.681,0],"ti":[6.667,33.333,0]},{"t":60,"s":[188.127,74.309,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[0,0,100]},{"t":60,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4,2.34],[0,-4],[-2.34,-4],[4,0],[4,-2.34],[0,4],[2.34,4],[-4,0]],"o":[[-2.34,4],[0,4],[-4,-2.34],[-4,0],[2.34,-4],[0,-4],[4,2.34],[4,0]],"v":[[12,-12],[8.49,0],[12,12],[0,8.49],[-12,12],[-8.49,0],[-12,-12],[0,-8.49]],"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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[200,200],"ix":3},"r":{"a":0,"k":-315,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Path","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":11,"ty":4,"nm":"Path 5","parent":8,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":-360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[152.627,459.373,0],"to":[7.242,-19.229,0],"ti":[-2.424,6.437,0]},{"t":61,"s":[210.627,305.373,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":29,"s":[50,50,100]},{"t":61,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.67,1.56],[0,-2.67],[-1.56,-2.67],[2.67,0],[2.67,-1.56],[0,2.67],[1.56,2.67],[-2.67,0]],"o":[[-1.56,2.67],[0,2.67],[-2.67,-1.56],[-2.67,0],[1.56,-2.67],[0,-2.67],[2.67,1.56],[2.67,0]],"v":[[8,-8],[5.66,0],[8,8],[0,5.66],[-8,8],[-5.66,0],[-8,-8],[0,-5.66]],"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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[200,200],"ix":3},"r":{"a":0,"k":-315,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Path","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Path 2","parent":8,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":90,"s":[100]},{"t":110,"s":[0]}],"ix":11},"r":{"a":0,"k":-360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[122.627,369.373,0],"to":[13.75,-28.042,0],"ti":[0,56.667,0]},{"t":60,"s":[205.127,201.123,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[0,0,100]},{"t":60,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.67,1.56],[0,-2.67],[-1.56,-2.67],[2.67,0],[2.67,-1.56],[0,2.67],[1.56,2.67],[-2.67,0]],"o":[[-1.56,2.67],[0,2.67],[-2.67,-1.56],[-2.67,0],[1.56,-2.67],[0,-2.67],[2.67,1.56],[2.67,0]],"v":[[8,-8],[5.66,0],[8,8],[0,5.66],[-8,8],[-5.66,0],[-8,-8],[0,-5.66]],"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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[200,200],"ix":3},"r":{"a":0,"k":-315,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Path","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"Path 9","parent":8,"sr":1,"ks":{"o":{"a":0,"k":60,"ix":11},"r":{"a":0,"k":-360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.657,"y":0.731},"o":{"x":0.297,"y":0},"t":0,"s":[71,363,0],"to":[1.564,0,0],"ti":[-0.542,53.167,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.423,"y":0.427},"t":28.5,"s":[14.322,188.463,0],"to":[0.542,-53.167,0],"ti":[0,46.667,0]},{"t":60,"s":[74.25,44,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"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":0,"s":[0,0,100]},{"t":60,"s":[30,30,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-8.5,4.98],[0,-8.5],[-4.98,-8.5],[8.5,0],[8.5,-4.98],[0,8.5],[4.98,8.5],[-8.5,0]],"o":[[-4.98,8.5],[0,8.5],[-8.5,-4.98],[-8.5,0],[4.98,-8.5],[0,-8.5],[8.5,4.98],[8.5,0]],"v":[[25.5,-25.5],[18.03,0],[25.5,25.5],[0,18.03],[-25.5,25.5],[-18.03,0],[-25.5,-25.5],[0,-18.03]],"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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[200,200],"ix":3},"r":{"a":0,"k":-315,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Path","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"Path 6","parent":8,"sr":1,"ks":{"o":{"a":0,"k":60,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[-360]},{"t":60,"s":[-372]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":0,"s":[74.25,44,0],"to":[0,-20.839,0],"ti":[0,51.74,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":26,"s":[91,-78.334,0],"to":[0,-64.127,0],"ti":[0,25.828,0]},{"t":60,"s":[19,-206,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[30,30,100]},{"t":60,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-8.5,4.98],[0,-8.5],[-4.98,-8.5],[8.5,0],[8.5,-4.98],[0,8.5],[4.98,8.5],[-8.5,0]],"o":[[-4.98,8.5],[0,8.5],[-8.5,-4.98],[-8.5,0],[4.98,-8.5],[0,-8.5],[8.5,4.98],[8.5,0]],"v":[[25.5,-25.5],[18.03,0],[25.5,25.5],[0,18.03],[-25.5,25.5],[-18.03,0],[-25.5,-25.5],[0,-18.03]],"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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[200,200],"ix":3},"r":{"a":0,"k":-315,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Path","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Path","parent":8,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[-360]},{"t":60,"s":[-372]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":0,"s":[109.25,147.75,0],"to":[0,-20.839,0],"ti":[0,51.74,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":26,"s":[71,21.666,0],"to":[0,-64.127,0],"ti":[0,25.828,0]},{"t":60,"s":[111,-212,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[100,100,100]},{"t":60,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-8.5,4.98],[0,-8.5],[-4.98,-8.5],[8.5,0],[8.5,-4.98],[0,8.5],[4.98,8.5],[-8.5,0]],"o":[[-4.98,8.5],[0,8.5],[-8.5,-4.98],[-8.5,0],[4.98,-8.5],[0,-8.5],[8.5,4.98],[8.5,0]],"v":[[25.5,-25.5],[18.03,0],[25.5,25.5],[0,18.03],[-25.5,25.5],[-18.03,0],[-25.5,-25.5],[0,-18.03]],"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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[200,200],"ix":3},"r":{"a":0,"k":-315,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Path","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Path 8","parent":8,"sr":1,"ks":{"o":{"a":0,"k":40,"ix":11},"r":{"a":0,"k":-360,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.662,"y":0.534},"o":{"x":0.296,"y":0},"t":0,"s":[218.627,260.059,0],"to":[0,-1.729,0],"ti":[19.69,60.046,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.426,"y":0.486},"t":31.5,"s":[215.735,125.791,0],"to":[-18.259,-55.685,0],"ti":[6.667,33.333,0]},{"t":60,"s":[146.877,-5.191,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"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":0,"s":[0,0,100]},{"t":60,"s":[30,30,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4,2.34],[0,-4],[-2.34,-4],[4,0],[4,-2.34],[0,4],[2.34,4],[-4,0]],"o":[[-2.34,4],[0,4],[-4,-2.34],[-4,0],[2.34,-4],[0,-4],[4,2.34],[4,0]],"v":[[12,-12],[8.49,0],[12,12],[0,8.49],[-12,12],[-8.49,0],[-12,-12],[0,-8.49]],"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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[200,200],"ix":3},"r":{"a":0,"k":-315,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Path","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"Path 7","parent":8,"sr":1,"ks":{"o":{"a":0,"k":40,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[-360]},{"t":60,"s":[-350]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":0,"s":[146.877,-5.191,0],"to":[-4.616,-23.079,0],"ti":[-12.325,52.178,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":31,"s":[179.294,-88.608,0],"to":[17.328,-73.36,0],"ti":[2.051,10.255,0]},{"t":60,"s":[212.627,-213.941,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[30,30,100]},{"t":60,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4,2.34],[0,-4],[-2.34,-4],[4,0],[4,-2.34],[0,4],[2.34,4],[-4,0]],"o":[[-2.34,4],[0,4],[-4,-2.34],[-4,0],[2.34,-4],[0,-4],[4,2.34],[4,0]],"v":[[12,-12],[8.49,0],[12,12],[0,8.49],[-12,12],[-8.49,0],[-12,-12],[0,-8.49]],"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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[200,200],"ix":3},"r":{"a":0,"k":-315,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Path","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Path","parent":8,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[-360]},{"t":60,"s":[-350]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":0,"s":[188.127,74.309,0],"to":[-4.616,-23.079,0],"ti":[10.515,52.573,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":31,"s":[149.294,-46.608,0],"to":[-4.672,-23.36,0],"ti":[2.051,10.255,0]},{"t":60,"s":[158.627,-119.941,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[100,100,100]},{"t":60,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-4,2.34],[0,-4],[-2.34,-4],[4,0],[4,-2.34],[0,4],[2.34,4],[-4,0]],"o":[[-2.34,4],[0,4],[-4,-2.34],[-4,0],[2.34,-4],[0,-4],[4,2.34],[4,0]],"v":[[12,-12],[8.49,0],[12,12],[0,8.49],[-12,12],[-8.49,0],[-12,-12],[0,-8.49]],"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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[200,200],"ix":3},"r":{"a":0,"k":-315,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Path","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Path","parent":8,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[-360]},{"t":60,"s":[-340]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":0,"s":[205.127,201.123,0],"to":[0,-23.776,0],"ti":[0,58.519,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":24,"s":[222.627,73.373,0],"to":[0,-80.949,0],"ti":[0,32.89,0]},{"t":60,"s":[182.627,-130.627,0]}],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[100,100,100]},{"t":60,"s":[0,0,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-2.67,1.56],[0,-2.67],[-1.56,-2.67],[2.67,0],[2.67,-1.56],[0,2.67],[1.56,2.67],[-2.67,0]],"o":[[-1.56,2.67],[0,2.67],[-2.67,-1.56],[-2.67,0],[1.56,-2.67],[0,-2.67],[2.67,1.56],[2.67,0]],"v":[[8,-8],[5.66,0],[8,8],[0,5.66],[-8,8],[-5.66,0],[-8,-8],[0,-5.66]],"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":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[200,200],"ix":3},"r":{"a":0,"k":-315,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Path","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0}],"markers":[]}
\ No newline at end of file
{"v":"5.7.5","fr":100,"ip":0,"op":120,"w":375,"h":412,"nm":"Comp 1","ddd":0,"metadata":{"backgroundColor":{"r":255,"g":255,"b":255}},"assets":[{"id":"0","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Frame 1116607012","sr":1,"ks":{"p":{"a":0,"k":[187.5,218.5],"ix":2},"a":{"a":0,"k":[187.5,418.5],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":1,"k":[{"t":70,"s":[236.9999694824219,280],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":90,"s":[236.9999694824219,260],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"a":{"a":0,"k":[236.9999694824219,261],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0,"parent":1},{"ddd":0,"refId":"1","w":114,"h":61,"ind":3,"ty":0,"nm":"badgeke","sr":1,"ks":{"p":{"a":0,"k":[180,230],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":70,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":90,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0,"parent":2},{"ddd":0,"ind":4,"ty":4,"nm":"content","sr":1,"ks":{"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"parent":1,"shapes":[{"ty":"gr","it":[{"ty":"gr","nm":"Vector 622","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":false,"v":[[0,0],[0,252]],"i":[[0,0],[0,0]],"o":[[0,0],[0,0]]}}},{"ty":"st","c":{"a":0,"k":[0.3176470588235294,0.3333333333333333,0.4745098039215686],"ix":2},"o":{"a":0,"k":34.99999940395355,"ix":2},"w":{"a":0,"k":1,"ix":2},"lc":1,"lj":1,"ml":4},{"ty":"tr","p":{"a":0,"k":[49.5,422],"ix":2},"a":{"a":0,"k":[0,126],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Vector 621","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":false,"v":[[0,0],[277,0]],"i":[[0,0],[0,0]],"o":[[0,0],[0,0]]}}},{"ty":"st","c":{"a":0,"k":[0.3176470588235294,0.3333333333333333,0.4745098039215686],"ix":2},"o":{"a":0,"k":34.99999940395355,"ix":2},"w":{"a":0,"k":1,"ix":2},"lc":1,"lj":1,"ml":4},{"ty":"tr","p":{"a":0,"k":[187.5,548.5],"ix":2},"a":{"a":0,"k":[138.5,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"gr","nm":"Rectangle 5582","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":26,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0.7411764705882353,0.7764705882352941,0.8509803921568627],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[138,542],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":0,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":10,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Rectangle 5583","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":26,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0.7411764705882353,0.7764705882352941,0.8509803921568627],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[138,518],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":10,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":20,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Rectangle 5584","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":26,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0.7411764705882353,0.7764705882352941,0.8509803921568627],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[138,494],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":30,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":40,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"tr","p":{"a":0,"k":[138,518],"ix":2},"a":{"a":0,"k":[138,518],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"gr","nm":"Rectangle 5582","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":26,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0.42745098039215684,0.7098039215686275,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[237,542],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":0,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":10,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Rectangle 5583","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":26,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0.42745098039215684,0.7098039215686275,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[237,518],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":10,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":20,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Rectangle 5584","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":26,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0.42745098039215684,0.7098039215686275,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[237,494],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":20,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":30,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Rectangle 5585","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":26,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0.42745098039215684,0.7098039215686275,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[237,470],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":30,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":40,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Rectangle 5586","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":26,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0.42745098039215684,0.7098039215686275,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[237,446],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":40,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":45,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Rectangle 5587","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":26,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0.42745098039215684,0.7098039215686275,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[237,422],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":45,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":50,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Rectangle 5588","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":26,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0.42745098039215684,0.7098039215686275,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[237,398],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":50,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":55,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Rectangle 5589","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":26,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0.42745098039215684,0.7098039215686275,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[237,374],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":55,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":60,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Rectangle 5590","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":26,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0.42745098039215684,0.7098039215686275,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[237,350],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":60,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":66,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Rectangle 5592","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[54,12],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":26,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0.42745098039215684,0.7098039215686275,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[237,326],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":66,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":70,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"tr","p":{"a":0,"k":[237,434],"ix":2},"a":{"a":0,"k":[237,434],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"tr","p":{"a":0,"k":[187.5,422.25],"ix":2},"a":{"a":0,"k":[187.5,422.25],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Frame region - box","sr":1,"ks":{"p":{"a":0,"k":[0,-200],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[375,413],"ix":2},"p":{"a":0,"k":[187.5,406.5],"ix":2},"r":{"a":0,"k":0,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0,0,0],"ix":2},"o":{"a":0,"k":0,"ix":2},"r":1,"bm":0}],"ip":0,"op":121,"st":0,"bm":0}]},{"id":"2","layers":[{"ddd":0,"ind":6,"ty":4,"nm":"Frame region","sr":1,"ks":{"p":{"a":0,"k":[0,-200],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"td":1,"ao":0,"shapes":[{"ty":"gr","nm":"Frame region","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[375,412.0000049977146],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":0,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0,0,0],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[187.5,406.6669311523438],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"refId":"0","w":375,"h":413,"ind":7,"ty":0,"nm":"Onboarding_cleanup-dark","sr":1,"ks":{"p":{"a":0,"k":[187.5,406.5],"ix":2},"a":{"a":0,"k":[187.5,406.5],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0,"tt":1}]},{"id":"1","layers":[{"ddd":0,"ind":8,"ty":4,"nm":"Polygon 3","sr":1,"ks":{"p":{"a":0,"k":[-180,-230],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"shapes":[{"ty":"gr","nm":"Polygon 3","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[7.252589684010142,8.159164517628605],[-0.4434579908847809,-0.43255615234375],[16.35567474365234,-0.4325431883335114],[8.747408280390943,8.159164665910545],[7.252589684010142,8.159164517628605]],"i":[[0,0],[0,0],[0,0],[1.987514913409395,-2.235953692003585],[0.3977909588258988,0.4475148902800108]],"o":[[-1.987514396077297,-2.235954003368276],[0,0],[0,0],[-0.3977910476104094,0.4475148113604409],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[1,1,1],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[236.927734375,282.5],"ix":2},"a":{"a":0,"k":[8,4.5],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":3,"nm":"badge","sr":1,"ks":{"p":{"a":0,"k":[56.9999694824219,31],"ix":2},"a":{"a":0,"k":[236.9999694824219,261],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":10,"ty":3,"nm":"Frame 1116607000","sr":1,"ks":{"p":{"a":0,"k":[236.9999694824219,257],"ix":2},"a":{"a":0,"k":[236.9999694824219,257],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0,"parent":9},{"ddd":0,"ind":11,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[236.9999694824219,257],"ix":2},"a":{"a":0,"k":[236.9999694824219,257],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0,"parent":10},{"ddd":0,"refId":"3","w":114,"h":52,"ind":12,"ty":0,"nm":"Frame stroke","sr":1,"ks":{"p":{"a":0,"k":[180,231],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0,"parent":11},{"ddd":0,"ind":13,"ty":4,"nm":"+80%","sr":1,"ks":{"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"parent":10,"shapes":[],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"+80%","sr":1,"ks":{"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"parent":13,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[790,-121],[790,-1505],[1104,-1505],[1104,-121],[790,-121]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[255,-656],[255,-970],[1639,-970],[1639,-656],[255,-656]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-25.465909090909093,6.545454545454545],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.6392045454545454,0.6392045454545454],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[910,28],[514.5,-47],[244.5,-252.5],[148,-549],[204,-786],[358.5,-966.5],[576,-1059],[576,-1073],[320.5,-1234.5],[224,-1527],[312,-1809],[556,-2004.5],[910,-2076],[1261.5,-2004.5],[1505.5,-1809],[1595,-1527],[1496.5,-1234.5],[1243,-1073],[1243,-1059],[1459.5,-966.5],[1613.5,-786],[1671,-549],[1573,-252.5],[1303.5,-47],[910,28]],"i":[[0,0],[115,50],[65,87],[-0.6666666666666572,110.66666666666669],[-38,72],[-65,48.33333333333337],[-80,13.333333333333258],[0,0],[65,84.33333333333326],[-0.6666666666666572,110.66666666666674],[-59.33333333333334,82.66666666666674],[-103.33333333333331,47.66666666666674],[-132.66666666666663,0],[-103,-47.666666666666515],[-59.66666666666674,-82.66666666666674],[0,-105.33333333333326],[65.66666666666674,-84.33333333333326],[103.33333333333326,-23.333333333333258],[0,0],[-64.33333333333326,-48.33333333333337],[-38.33333333333326,-72],[0,-86],[65.33333333333326,-87],[114.33333333333326,-50],[148,0]],"o":[[-148.66666666666663,0],[-115,-50],[-65,-87],[-0.6666666666666572,-86],[38,-72],[65,-48.33333333333337],[0,0],[-105.33333333333331,-23.333333333333258],[-65,-84.33333333333326],[-0.6666666666666572,-105.33333333333326],[59.333333333333314,-82.66666666666674],[103.33333333333337,-47.666666666666515],[131.33333333333326,0],[103,47.66666666666674],[59.66666666666674,82.66666666666674],[0,110.66666666666674],[-65.66666666666674,84.33333333333326],[0,0],[80,13.333333333333258],[64.33333333333326,48.33333333333337],[38.33333333333326,72],[0,110.66666666666669],[-65.33333333333326,87],[-114.33333333333326,50],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[910,-258],[1110,-297.5],[1242,-409],[1290,-575],[1239.5,-748.5],[1104.5,-867],[910,-910],[714,-867],[578.5,-748.5],[530,-575],[576,-409.5],[708.5,-298],[910,-258]],"i":[[0,0],[-56.66666666666674,26.333333333333314],[-31.333333333333258,48],[-0.6666666666667425,62.66666666666663],[33,50.33333333333337],[57,28.66666666666663],[72.66666666666663,0],[57.33333333333337,-28.66666666666663],[33,-50.33333333333337],[-0.6666666666666288,-65.33333333333337],[-31.33333333333337,-47.666666666666686],[-57,-26.666666666666686],[-77.33333333333337,0]],"o":[[76.66666666666663,0],[56.66666666666674,-26.333333333333314],[31.333333333333258,-48],[-0.6666666666667425,-65.33333333333337],[-33,-50.33333333333337],[-57,-28.66666666666663],[-73.33333333333337,0],[-57.33333333333337,28.66666666666663],[-33,50.33333333333337],[-0.6666666666666288,62.66666666666663],[31.33333333333337,47.666666666666686],[57,26.666666666666686],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[910,-1191],[1076.5,-1229],[1191,-1335],[1234,-1492],[1192,-1646.5],[1078,-1749.5],[910,-1786],[739.5,-1749.5],[625.5,-1646.5],[586,-1492],[626.5,-1335.5],[741.5,-1229.5],[910,-1191]],"i":[[0,0],[-48.33333333333326,25.333333333333258],[-28,45.33333333333326],[-0.6666666666667425,59.33333333333326],[27.333333333333258,44.33333333333326],[48.66666666666674,24.333333333333258],[63.33333333333337,0],[49,-24.333333333333258],[27,-44.33333333333326],[-0.6666666666666288,-58.66666666666674],[-27.66666666666663,-45],[-49,-25.666666666666742],[-63.33333333333337,0]],"o":[[62.66666666666663,0],[48.33333333333326,-25.333333333333258],[28,-45.33333333333326],[-0.6666666666667425,-58.66666666666674],[-27.333333333333258,-44.33333333333326],[-48.66666666666674,-24.333333333333258],[-64.66666666666663,0],[-49,24.333333333333258],[-27,44.33333333333326],[-0.6666666666666288,59.33333333333326],[27.66666666666663,45],[49,25.666666666666742],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-13.356818181818182,6.545454545454545],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.6392045454545454,0.6392045454545454],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[939,39],[515.5,-86.5],[244.5,-449.5],[150,-1022],[245.5,-1592.5],[516.5,-1952],[939,-2076],[1362,-1952],[1633.5,-1592],[1728,-1022],[1633.5,-448.5],[1362.5,-86],[939,39]],"i":[[0,0],[117.66666666666663,83.66666666666667],[63,158.33333333333331],[0,223.33333333333337],[-63,157],[-117.66666666666669,82.66666666666674],[-164,0],[-118,-82.66666666666674],[-63,-157.33333333333326],[0,-222.66666666666674],[63,-158.33333333333337],[117.66666666666674,-83.33333333333334],[164.66666666666674,0]],"o":[[-164.66666666666663,0],[-117.66666666666669,-83.66666666666666],[-63,-158.33333333333337],[0.6666666666666572,-223.33333333333326],[63,-157],[117.66666666666663,-82.66666666666674],[164,0],[118,82.66666666666674],[63,157.33333333333326],[0,224],[-63,158.33333333333331],[-117.66666666666674,83.33333333333333],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[939,-274],[1242.5,-463.5],[1354,-1022],[1303,-1432],[1159,-1682.5],[939,-1767],[637,-1577.5],[525,-1022],[574.5,-610],[718,-358.5],[939,-274]],"i":[[0,0],[-74.33333333333326,126.33333333333331],[0,246],[34,110.66666666666674],[62,56.33333333333326],[84.66666666666663,0],[74,-126.33333333333326],[0.6666666666666288,-244],[-33.66666666666663,-111.33333333333337],[-62,-56.333333333333314],[-85.33333333333337,0]],"o":[[128,0],[74.33333333333326,-126.33333333333337],[0,-162.66666666666674],[-34,-110.66666666666674],[-62,-56.33333333333326],[-127.33333333333337,0],[-74,126.33333333333326],[-0.6666666666666288,163.33333333333337],[33.66666666666663,111.33333333333331],[62,56.333333333333314],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-1.7284090909090892,6.545454545454545],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.6392045454545454,0.6392045454545454],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[1277,-384],[1277,-492],[1327.5,-711],[1475,-872],[1710,-933],[1948,-872.5],[2093.5,-712],[2143,-492],[2143,-384],[2093,-165],[1946.5,-4],[1710,57],[1473,-4],[1326.5,-165],[1277,-384]],"i":[[0,0],[0,0],[-33.66666666666674,66.66666666666663],[-64.66666666666674,40.66666666666663],[-92,0],[-64,-40.33333333333337],[-33,-66.66666666666663],[0,-80],[0,0],[33.333333333333485,-66.66666666666666],[64.33333333333326,-40.666666666666664],[93.33333333333326,0],[64.66666666666674,40.666666666666664],[33,66.66666666666667],[0,79.33333333333331]],"o":[[0,0],[0,-79.33333333333337],[33.66666666666674,-66.66666666666663],[64.66666666666674,-40.66666666666663],[94.66666666666674,0],[64,40.33333333333337],[33,66.66666666666663],[0,0],[0,79.33333333333331],[-33.333333333333485,66.66666666666667],[-64.33333333333326,40.666666666666664],[-93.33333333333326,0],[-64.66666666666674,-40.666666666666664],[-33,-66.66666666666666],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[1538,-492],[1538,-384],[1576,-239],[1710,-173],[1843.5,-238.5],[1880,-384],[1880,-492],[1845,-638.5],[1710,-705],[1577,-638.5],[1538,-492]],"i":[[0,0],[0,0],[-25.333333333333258,-44],[-64,0],[-24.333333333333258,43.66666666666666],[0,53.333333333333314],[0,0],[23.333333333333258,44.33333333333337],[66.66666666666674,0],[26,-44.33333333333337],[0,-53.33333333333337]],"o":[[0,0],[0,52.666666666666686],[25.333333333333258,44],[64.66666666666674,0],[24.333333333333258,-43.666666666666686],[0,0],[0,-53.33333333333337],[-23.333333333333258,-44.33333333333337],[-62.66666666666674,0],[-26,44.33333333333337],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[236,-1556],[236,-1664],[287,-1884],[435,-2044.5],[670,-2105],[907.5,-2044.5],[1053,-1884],[1102,-1664],[1102,-1556],[1052.5,-1336.5],[906,-1177],[670,-1117],[432.5,-1177],[286,-1337],[236,-1556]],"i":[[0,0],[0,0],[-34,66.66666666666674],[-64.66666666666669,40.33333333333326],[-92,0],[-64.33333333333337,-40.333333333333485],[-32.66666666666663,-66.66666666666674],[0,-80],[0,0],[33,-66.33333333333326],[64.66666666666663,-40],[92.66666666666663,0],[64.33333333333331,40],[33.333333333333314,66.66666666666674],[0,79.33333333333326]],"o":[[0,0],[0,-80],[34,-66.66666666666674],[64.66666666666669,-40.333333333333485],[94,0],[64.33333333333337,40.33333333333326],[32.66666666666674,66.66666666666674],[0,0],[0,80],[-33,66.33333333333326],[-64.66666666666663,40],[-94,0],[-64.33333333333331,-40],[-33.33333333333334,-66.66666666666674],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[499,-1664],[499,-1556],[536.5,-1410.5],[670,-1345],[802.5,-1410.5],[839,-1556],[839,-1664],[804,-1810.5],[670,-1877],[537,-1810],[499,-1664]],"i":[[0,0],[0,0],[-25,-43.66666666666674],[-64,0],[-24.33333333333337,43.66666666666674],[0,53.33333333333326],[0,0],[23.33333333333337,44.33333333333326],[66,0],[25.33333333333337,-44.66666666666674],[0,-52.66666666666674]],"o":[[0,0],[0,53.33333333333326],[25,43.66666666666674],[64,0],[24.33333333333337,-43.66666666666674],[0,0],[0,-53.33333333333326],[-23.33333333333337,-44.33333333333326],[-63.33333333333337,0],[-25.333333333333314,44.66666666666674],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[350,0],[1758,-2048],[2008,-2048],[600,0],[350,0]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[10.278409090909093,6.545454545454545],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.6392045454545454,0.6392045454545454],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"fl","c":{"a":0,"k":[0.33725490196078434,0.7019607843137254,0.9725490196078431],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[253.1776123046875,257],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Group 427323820","sr":1,"ks":{"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"parent":10,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","nm":"Combined-Shape","it":[{"ty":"gr","nm":"Path","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[11.23633239548608,0.0001351703782905049],[13.94631862640381,1.2499354030745],[12.95623578001321,1.343412054834118],[11.23687680042077,0.8633593635446672],[9.647376772488023,1.342321215249067],[8.633038421463844,1.269830325797449],[11.23633239548608,0.0001351703782905049]],"i":[[0,0],[0,-0.7844624222158996],[0.7291400319681615,0.4224133408186929],[0.6025285476176062,0.02492048924933331],[0,0],[0,0.3477415467133763],[-0.9344874153722046,-0.0006790472410822449]],"o":[[1.0086141938007,0.0006835436405587497],[0.0002718437162152833,0.3477416001283006],[-0.5282912537054097,-0.2908092495962238],[-0.7662034211824089,-0.0004087959962299289],[-0.6364815856400061,0.3737676748202379],[-0.0009525770805942439,-0.8158028278536839],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[11.2896785736084,0.796856164932251],"ix":2},"a":{"a":0,"k":[11.28967842619926,0.7968561353178386],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Path","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[2.710122332151406,2.744311855979803e-7],[5.31341609251393,1.269148644532909],[4.2989422812352,1.341640495453166],[2.709577286237588,0.862814424486461],[0.9902189476242744,1.342593738193094],[5.315965475798735e-8,1.249254683278599],[2.710122332151406,2.744311855979803e-7]],"i":[[0,0],[0.000544624175845406,-0.8151215204936152],[0.6366178471184606,0.3734951785836725],[0.7662034211824089,-0.0004087959962299289],[0.5283352676051536,-0.2906634535602138],[-0.0001361092146150617,0.347469050476811],[-1.0086141938007,0.0005458887901668695]],"o":[[0.9340785775219144,-0.0004079529115475195],[0,0.3474691038917353],[0,0],[-0.6024979942794345,0.02489079388982815],[-0.7291400319681615,0.4224133942336172],[0,-0.7841899526867964],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[2.656708002090454,0.7963641881942749],"ix":2},"a":{"a":0,"k":[2.65670811285531,0.7963642066197328],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"fl","c":{"a":0,"k":[0.2823529411764706,0.8862745098039215,0.996078431372549],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"tr","p":{"a":0,"k":[207.5059967041016,256.5804748535156],"ix":2},"a":{"a":0,"k":[6.973159313201904,0.7967889308929443],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Rectangle","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[5.689898635534635,0],[12.57664952120365,0],[17.41281938734345,4.288948092253718],[18.26654815673828,11.38146471858063],[17.21074168185497,12.8618236458637],[17.08287640220862,12.93001846440244],[16.33394659847657,13.23951981216425],[16.1622410286509,13.29512374602885],[15.983229637146,13.3486318791665],[15.79691063726055,13.40004063817444],[15.60328581569588,13.44935002305267],[15.19411513412622,13.54167603052413],[14.97856927412123,13.58469086641597],[14.86805643765136,13.60541302910232],[14.64155095177688,13.64527969715028],[14.52555830237226,13.66442777591468],[14.28809319062827,13.70114806282016],[14.04332225720506,13.7357707622973],[13.91819599067541,13.75229417672421],[13.6624654313827,13.78376870835747],[13.39942726370944,13.8131456525624],[13.12908148765564,13.84042322263762],[12.85142988992261,13.86560320528451],[12.56647247051035,13.88868381380168],[12.27420744271755,13.90966683489052],[11.9746348065442,13.92855226855104],[11.66775724204229,13.94533832808183],[11.35357296251049,13.9600268001843],[11.0320819679488,13.97261768485844],[10.70328425835723,13.98310919540286],[10.36717983373577,13.99150133181756],[10.02376869408442,13.99779588080394],[9.67305083940319,14.00199284236198],[9.315026269692074,14.0040922164917],[8.951521887046207,14.0040922164917],[8.59349731733509,14.00199284236198],[8.24277946265386,13.99779588080394],[7.899368323002514,13.99150133181756],[7.563263898381056,13.98310919540286],[7.234466188789482,13.97261768485844],[6.912975194227795,13.9600268001843],[6.598790914695994,13.94533832808183],[6.29191245684342,13.92855226855104],[5.845295195752092,13.89943796944999],[5.556683972149562,13.87740615464698],[5.275379463576917,13.85327496571426],[5.001380776683502,13.82704618935321],[4.734689698170628,13.79871982556383],[4.475304441336984,13.76829408764473],[4.348351719387536,13.75229417672421],[4.099926535098721,13.71872205766262],[3.978454072759352,13.70114806282016],[3.740988961015365,13.66442777591468],[3.624996311610746,13.64527969715028],[3.398491272411588,13.60541302910232],[3.287978882617049,13.58469086641597],[3.07243346928739,13.54167603052413],[2.76281555164277,13.4732185668815],[2.565536479212498,13.42495797571744],[2.469637519477729,13.40004063817444],[2.283318519592285,13.3486318791665],[2.104306234736727,13.29512374602885],[1.932600664911054,13.23951981216425],[1.183672201204993,12.93001846440244],[1.055806474883306,12.8618236458637],[0,11.38146471858063],[0.8537287693948318,4.288948092253718],[5.689898635534635,0]],"i":[[0,0],[0,0],[-0.2945945513017647,-2.447401226135225],[0,0],[0.7038709832555375,-0.392384191727662],[0,0],[0.2800870670465627,-0.09442400667862404],[0,0],[0.06088849162241763,-0.0174859108130463],[0,0],[0,0],[0.1412613100558596,-0.02937635794354091],[0,0],[0.03714198184387932,-0.006819511603149656],[0,0],[0.03896863617379372,-0.006294933720414083],[0,0],[0,0],[0.0420130600569844,-0.005420621691160101],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.0420130600569844,0.005420621691160101],[0,0],[0.04018640572707,0.005945199573895673],[0,0],[0.03835975139715558,0.006469777456631246],[0,0],[0.03653309706724118,0.006994355339366818],[0,0],[0.1004660125728495,0.02360600166965601],[0,0],[0.03166201536448508,0.008393245251356372],[0,0],[0.05845295251586508,0.01818537997849591],[0,0],[0.2191985754241451,0.1119099157468448],[0,0],[0,0.5945214806222928],[0,0],[-2.465067584187916,0]],"o":[[0,0],[2.465067584187916,0],[0,0],[0,0.5945214806222928],[0,0],[-0.2191985754241451,0.1119099157468448],[0,0],[-0.05845295251586508,0.01818537997849591],[0,0],[0,0],[-0.1315191536296494,0.03217409152964233],[0,0],[-0.03653309706724118,0.006994355339366818],[0,0],[-0.03835975139715558,0.006469777456631246],[0,0],[0,0],[-0.04140417528034627,0.005595512101461348],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.04262194483362254,-0.005245777954942938],[0,0],[-0.04079529050370813,-0.00577035583767851],[0,0],[-0.03896863617379372,-0.006294933720414083],[0,0],[-0.03714198184387932,-0.006819511603149656],[0,0],[-0.1059459790522437,-0.02203226845765568],[0,0],[-0.03227090014112322,-0.00821840151513921],[0,0],[-0.06088849162241763,-0.0174859108130463],[0,0],[-0.2800870670465627,-0.09442400667862404],[0,0],[-0.7038709832555375,-0.392384191727662],[0,0],[0.2945945792189727,-2.447401226135225],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[0.1450980392156863,0.27058823529411763,0.5019607843137255],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[207.5002136230469,256.5440368652344],"ix":2},"a":{"a":0,"k":[9.13327407836914,7.00204610824585],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"gr","nm":"Vector","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[8.324062324362995,0],[16.03133394638896,0],[23.2879066116987,6.452904726227849],[24.35539627075195,15.52656714675312],[16.9464840991291,19.5824703850977],[16.56166974998352,19.61827409391005],[16.16711251907299,19.65066520310009],[15.96618009961821,19.66558415956414],[15.55700943941086,19.69286172942482],[15.13809589743855,19.71673027306593],[14.9249871091541,19.72738616005414],[14.49146103123558,19.74613937766452],[14.04819296490272,19.76148356905534],[13.82290512773677,19.76787638656772],[13.36502363210709,19.7781052519278],[12.89740014806305,19.78492509106831],[12.65993504871683,19.78705662580623],[12.17769813537598,19.78876113891602],[11.69546122203512,19.78705662580623],[11.22296629710861,19.7819412997755],[10.76021425394706,19.77341694752521],[10.30720330584924,19.76148356905534],[9.86393523951637,19.74613937766452],[9.430409161597849,19.72738616005414],[9.217299479962794,19.71673027306593],[8.798386831341094,19.69286172942482],[8.38921617113374,19.66558415956414],[8.188284645029574,19.65066520310009],[7.79372652076843,19.61827409391005],[7.408911724947547,19.5824703850977],[0,15.52656714675312],[1.067489547384429,6.452904726227849],[8.324062324362995,0]],"i":[[0,0],[0,0],[-0.4329068184417705,-3.679707904167876],[0,0],[4.939274334406596,-0.4875950480911784],[0,0],[0,0],[0.06738327999313097,-0.004830471916771703],[0,0],[0,0],[0.0714424767289494,-0.003409755774757232],[0,0],[0,0],[0.07550172929918102,-0.001989039850845955],[0,0],[0,0],[0.07956097489011099,-0.0005682770347477671],[0,0],[0,0],[0.1558745365571541,0.002273154813074785],[0,0],[0.1493797519868281,0.004546356736439678],[0,0],[0,0],[0.07063065134038901,0.003693917847276169],[0,0],[0,0],[0.0665713987701574,0.005114633771187445],[0,0],[0,0],[0,2.216341188597449],[0,0],[-3.705085227979313,0]],"o":[[0,0],[3.705085227979313,0],[0,0],[0,2.216341188597449],[0,0],[0,0],[-0.0665713987701574,0.005114633771187445],[0,0],[0,0],[-0.07063065134038901,0.003693917847276169],[0,0],[0,0],[-0.07468989693131899,0.002273154813074785],[0,0],[0,0],[-0.07874910064643906,0.000852438943689308],[0,0],[0,0],[-0.1591219079044121,-0.001136600852630849],[0,0],[-0.152627165209896,-0.003409755774757232],[0,0],[0,0],[-0.0714424767289494,-0.003409755774757232],[0,0],[0,0],[-0.06738327999313097,-0.004830471916771703],[0,0],[0,0],[-4.939274334406596,-0.4875950480911784],[0,0],[0.4329067905245639,-3.679707904167876],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[0.4980392156862745,0.7450980392156863,0.9921568627450981],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[207.4999694824219,257.0000915527344],"ix":2},"a":{"a":0,"k":[12.17769813537598,9.894380569458008],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"tr","p":{"a":0,"k":[207.4999694824219,257.0000915527344],"ix":2},"a":{"a":0,"k":[207.4999618530273,257.0000915527344],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"tr","p":{"a":0,"k":[207.4999694824219,257.0000915527344],"ix":2},"a":{"a":0,"k":[207.4999618530273,257.0000915527344],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"tr","p":{"a":0,"k":[207.4999694824219,257.0000915527344],"ix":2},"a":{"a":0,"k":[207.4999618530273,257.0000915527344],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"tr","p":{"a":0,"k":[207.4999694824219,257.0000915527344],"ix":2},"a":{"a":0,"k":[207.4999618530273,257.0000915527344],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"Frame background","sr":1,"ks":{"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"parent":10,"shapes":[{"ty":"gr","nm":"Frame background","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[103.3553924560547,42],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":14,"ix":2}},{"ty":"fl","c":{"a":0,"k":[1,1,1],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[236.9999694824219,257],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":17,"ty":3,"nm":"Frame 1116607003","sr":1,"ks":{"p":{"a":0,"k":[236.927734375,282.5],"ix":2},"a":{"a":0,"k":[236.927734375,282.5],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0,"parent":9},{"ddd":0,"ind":18,"ty":3,"nm":"Polygon 2","sr":1,"ks":{"p":{"a":0,"k":[236.927734375,282.5],"ix":2},"a":{"a":0,"k":[8,4.5],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0,"parent":17},{"ddd":0,"ind":19,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[8,4.5],"ix":2},"a":{"a":0,"k":[8,4.5],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0,"parent":18},{"ddd":0,"refId":"4","w":25,"h":18,"ind":20,"ty":0,"nm":"Stroke group","sr":1,"ks":{"p":{"a":0,"k":[-5,-5],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0,"parent":19},{"ddd":0,"ind":21,"ty":4,"nm":"Filled region","sr":1,"ks":{"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"parent":18,"shapes":[{"ty":"gr","nm":"Filled region","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[7.252589684010142,8.159164517628605],[0,0],[16,0.00000111818315837389],[8.747408280390943,8.159164665910545],[7.252589684010142,8.159164517628605]],"i":[[0,0],[0,0],[0,0],[1.987514913409395,-2.235953692003585],[0.3977909588258988,0.4475148902800108]],"o":[[-1.987514396077297,-2.235954003368276],[0,0],[0,0],[-0.3977910476104094,0.4475148113604409],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[1,1,1],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[8,4.247400283813477],"ix":2},"a":{"a":0,"k":[7.999999999999999,4.247400364942375],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":121,"st":0,"bm":0}]},{"id":"5","layers":[{"ddd":0,"ind":22,"ty":4,"nm":"Solid","sr":1,"ks":{"p":{"a":0,"k":[-180,-231],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"shapes":[{"ty":"gr","nm":"Solid","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[123.3553924560547,62],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":0,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0.42745098039215684,0.7098039215686275,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[237,257],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"Stroke mask - box","sr":1,"ks":{"p":{"a":0,"k":[-180,-231],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[114,52],"ix":2},"p":{"a":0,"k":[237,257],"ix":2},"r":{"a":0,"k":0,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0,0,0],"ix":2},"o":{"a":0,"k":0,"ix":2},"r":1,"bm":0}],"ip":0,"op":121,"st":0,"bm":0}]},{"id":"3","layers":[{"ddd":0,"ind":24,"ty":4,"nm":"Stroke mask","sr":1,"ks":{"p":{"a":0,"k":[-180,-231],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"td":1,"ao":0,"shapes":[{"ty":"gr","nm":"Stroke mask","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[105.3553924560547,44],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":15,"ix":2}},{"ty":"st","c":{"a":0,"k":[0,0,0],"ix":2},"o":{"a":0,"k":100,"ix":2},"w":{"a":0,"k":2,"ix":2},"lc":1,"lj":1,"ml":4},{"ty":"tr","p":{"a":0,"k":[236.9999694824219,257],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"refId":"5","w":114,"h":52,"ind":12,"ty":0,"nm":"Frame stroke","sr":1,"ks":{"p":{"a":0,"k":[237,257],"ix":2},"a":{"a":0,"k":[237,257],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0,"tt":1}]},{"id":"6","layers":[{"ddd":0,"ind":25,"ty":4,"nm":"Solid","sr":1,"ks":{"p":{"a":0,"k":[5,5],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"shapes":[{"ty":"gr","nm":"Solid","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[36,29],"ix":2},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":0,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0.42745098039215684,0.7098039215686275,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[8,4.5],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":26,"ty":4,"nm":"Stroke mask - box","sr":1,"ks":{"p":{"a":0,"k":[5,5],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[25,18],"ix":2},"p":{"a":0,"k":[7.5,4],"ix":2},"r":{"a":0,"k":0,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0,0,0],"ix":2},"o":{"a":0,"k":0,"ix":2},"r":1,"bm":0}],"ip":0,"op":121,"st":0,"bm":0}]},{"id":"4","layers":[{"ddd":0,"refId":"7","w":25,"h":18,"ind":20,"ty":0,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[7.5,4],"ix":2},"a":{"a":0,"k":[7.5,4],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0,"td":1},{"ddd":0,"refId":"6","w":25,"h":18,"ind":20,"ty":0,"nm":"Stroke group","sr":1,"ks":{"p":{"a":0,"k":[7.5,4],"ix":2},"a":{"a":0,"k":[7.5,4],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0,"tt":1}]},{"id":"7","layers":[{"ddd":0,"ind":27,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[13,9.5],"ix":2},"a":{"a":0,"k":[8,4.5],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"refId":"8","w":25,"h":18,"ind":28,"ty":0,"nm":"Stroke mask","sr":1,"ks":{"p":{"a":0,"k":[-5,-5],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0,"parent":27}]},{"id":"9","layers":[{"ddd":0,"ind":29,"ty":4,"nm":"Outlines","sr":1,"ks":{"p":{"a":0,"k":[5,5],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"shapes":[{"ty":"gr","nm":"Outlines","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[7.252589684010142,8.159164517628605],[0,0],[16,0.00000111818315837389],[8.747408280390943,8.159164665910545],[7.252589684010142,8.159164517628605]],"i":[[0,0],[0,0],[0,0],[1.987514913409395,-2.235953692003585],[0.3977909588258988,0.4475148902800108]],"o":[[-1.987514396077297,-2.235954003368276],[0,0],[0,0],[-0.3977910476104094,0.4475148113604409],[0,0]]}}},{"ty":"st","c":{"a":0,"k":[0,0,0],"ix":2},"o":{"a":0,"k":100,"ix":2},"w":{"a":0,"k":4,"ix":2},"lc":1,"lj":1,"ml":4},{"ty":"tr","p":{"a":0,"k":[8,4.247400283813477],"ix":2},"a":{"a":0,"k":[7.999999999999999,4.247400364942375],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":30,"ty":4,"nm":"Stroke adjustment mask - box","sr":1,"ks":{"p":{"a":0,"k":[5,5],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[25,18],"ix":2},"p":{"a":0,"k":[7.5,4],"ix":2},"r":{"a":0,"k":0,"ix":2}},{"ty":"fl","c":{"a":0,"k":[0,0,0],"ix":2},"o":{"a":0,"k":0,"ix":2},"r":1,"bm":0}],"ip":0,"op":121,"st":0,"bm":0}]},{"id":"8","layers":[{"ddd":0,"ind":31,"ty":4,"nm":"Stroke adjustment mask","sr":1,"ks":{"p":{"a":0,"k":[5,5],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"td":1,"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","nm":"Stroke adjustment mask","it":[{"ty":"gr","nm":"Path","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[-4,-4],[-4,13],[20,13],[20,-4],[-4,-4]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[8,4.5],"ix":2},"a":{"a":0,"k":[8,4.5],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Path","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[0,0],[16,0.00000111818315837389],[8.747408280390943,8.159164665910545],[7.252589684010142,8.159164517628605],[0,0]],"i":[[0,0],[0,0],[1.987514913409395,-2.235953692003585],[0.3977909588258988,0.4475148902800108],[0,0]],"o":[[0,0],[0,0],[-0.3977910476104094,0.4475148113604409],[-1.987514396077297,-2.235954003368276],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[8,4.247400283813477],"ix":2},"a":{"a":0,"k":[7.999999999999999,4.247400364942375],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"fl","c":{"a":0,"k":[0,0,0],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"tr","p":{"a":0,"k":[8,4.5],"ix":2},"a":{"a":0,"k":[8,4.5],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"refId":"9","w":25,"h":18,"ind":28,"ty":0,"nm":"Stroke mask","sr":1,"ks":{"p":{"a":0,"k":[7.5,4],"ix":2},"a":{"a":0,"k":[7.5,4],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0,"tt":1}]}],"layers":[{"ddd":0,"ind":32,"ty":4,"nm":"Before Cleanup","sr":1,"ks":{"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"shapes":[],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":33,"ty":4,"nm":"Before Cleanup","sr":1,"ks":{"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"parent":32,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[1955,-1357],[1581,-1357],[1522,-1520.5],[1415,-1642],[1269.5,-1717.5],[1094,-1743],[798,-1659.5],[596,-1415.5],[523,-1024],[596.5,-628.5],[798.5,-386.5],[1093,-305],[1265.5,-329.5],[1410.5,-402],[1519.5,-520],[1581,-680],[1955,-678],[1864.5,-404],[1683,-178.5],[1421,-26.5],[1088,28],[606,-97],[272,-458],[150,-1024],[273,-1590.5],[608,-1951],[1088,-2076],[1406,-2028],[1668,-1887.5],[1857.5,-1661.5],[1955,-1357]],"i":[[0,0],[0,0],[28.666666666666742,47.66666666666674],[42.66666666666674,33.33333333333326],[54.33333333333326,17],[62.66666666666674,0],[86,-55.66666666666674],[48.66666666666663,-107],[0,-154],[-49,-107],[-85.66666666666663,-54.333333333333314],[-110.66666666666663,0],[-53.66666666666674,16.333333333333314],[-43,32],[-29.666666666666742,46.666666666666686],[-11.333333333333258,60],[0,0],[46.33333333333326,-85.33333333333331],[74.66666666666674,-65],[100,-36.333333333333336],[122,0],[141.33333333333337,83.33333333333333],[81.33333333333331,157.33333333333331],[0,220],[-82,157],[-141.33333333333331,83.33333333333326],[-178.66666666666663,0],[-98,-32],[-76.66666666666674,-61.66666666666674],[-49.66666666666674,-89],[-15.333333333333258,-114]],"o":[[0,0],[-10.666666666666742,-61.33333333333326],[-28.666666666666742,-47.66666666666674],[-42.66666666666674,-33.33333333333326],[-54.33333333333326,-17],[-111.33333333333337,0],[-86,55.66666666666674],[-48.66666666666663,107],[0,156.66666666666663],[49,107],[85.66666666666663,54.333333333333314],[61.33333333333326,0],[53.66666666666674,-16.333333333333314],[43,-32],[29.666666666666742,-46.66666666666663],[0,0],[-14,97.33333333333337],[-46.33333333333326,85.33333333333331],[-74.66666666666674,65],[-100,36.333333333333336],[-180,0],[-141.33333333333331,-83.33333333333334],[-81.33333333333334,-157.33333333333337],[0,-220.66666666666674],[82,-157],[141.33333333333337,-83.33333333333326],[114,0],[98,32],[76.66666666666674,61.66666666666674],[49.66666666666674,89],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-30.106534090909093,14.531249999999998],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[548,-2048],[548,0],[186,0],[186,-2048],[548,-2048]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-18.950284090909093,14.531249999999998],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[866,30],[467.5,-66.5],[210,-340.5],[120,-759],[210.5,-1175.5],[464,-1455.5],[847,-1556],[1115.5,-1510.5],[1339.5,-1370],[1493,-1128.5],[1549,-780],[1549,-669],[290,-669],[290,-913],[1202,-913],[1157,-1098.5],[1034.5,-1227],[852,-1274],[657,-1220.5],[526.5,-1080.5],[479,-891],[479,-678],[528,-448.5],[665,-302.5],[871,-252],[1014,-274.5],[1125,-341],[1196,-450],[1534,-412],[1412.5,-178.5],[1184,-24.5],[866,30]],"i":[[0,0],[111.66666666666663,64.33333333333333],[60,118.33333333333334],[0,160.66666666666663],[-60.33333333333334,119.66666666666674],[-108.66666666666669,67],[-146.66666666666663,0],[-84.33333333333326,-30.333333333333258],[-65,-63.33333333333326],[-37.33333333333326,-97.66666666666674],[0,-134.66666666666663],[0,0],[0,0],[0,0],[0,0],[29.333333333333258,54.33333333333326],[52.33333333333326,31.333333333333258],[69.33333333333337,0],[56,-35.66666666666674],[31,-57.66666666666674],[0.6666666666666856,-68.66666666666663],[0,0],[-32.666666666666686,-63.66666666666663],[-58.66666666666663,-33.666666666666686],[-78.66666666666663,0],[-42.66666666666663,15],[-31.333333333333258,29.333333333333314],[-16,43.333333333333314],[0,0],[59.66666666666674,-66.33333333333334],[92.66666666666674,-36.333333333333336],[119.33333333333337,0]],"o":[[-154,0],[-111.66666666666669,-64.33333333333334],[-60,-118.33333333333331],[0,-158],[60.333333333333314,-119.66666666666674],[108.66666666666663,-67],[94.66666666666663,0],[84.33333333333326,30.333333333333258],[65,63.33333333333326],[37.33333333333326,97.66666666666674],[0,0],[0,0],[0,0],[0,0],[-0.6666666666667425,-69.33333333333337],[-29.333333333333258,-54.33333333333326],[-52.33333333333337,-31.333333333333258],[-74,0],[-56,35.66666666666674],[-31,57.66666666666663],[0,0],[0,89.33333333333337],[32.66666666666663,63.666666666666686],[58.66666666666663,33.666666666666686],[52.66666666666663,0],[42.66666666666674,-15],[31.333333333333258,-29.333333333333314],[0,0],[-21.333333333333258,89.33333333333331],[-59.66666666666674,66.33333333333333],[-92.66666666666674,36.333333333333336],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-15.042613636363638,14.531249999999998],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[628,31],[365.5,-21.5],[181.5,-177],[114,-431],[162,-646],[293,-782],[480.5,-859.5],[697,-898],[916,-923.5],[1038.5,-959.5],[1077,-1036],[1077,-1042],[1010,-1217],[817,-1279],[606.5,-1221],[502,-1084],[164,-1132],[296,-1366.5],[521,-1508.5],[815,-1556],[1036,-1530],[1237,-1444.5],[1383.5,-1283],[1439,-1028],[1439,0],[1091,0],[1091,-211],[1079,-211],[986.5,-91.5],[837.5,-2.5],[628,31]],"i":[[0,0],[77.66666666666669,35],[45,68.66666666666667],[0,100.66666666666669],[-32,56.66666666666663],[-55.33333333333334,34],[-69.66666666666669,17.66666666666663],[-74.66666666666663,8],[-56,7.666666666666629],[-25.66666666666663,16.33333333333337],[0,34.66666666666663],[0,0],[44.66666666666674,41.33333333333326],[84,0],[51.66666666666663,-38.66666666666674],[18,-52.66666666666674],[0,0],[-61.33333333333334,63],[-88.66666666666669,31.666666666666742],[-107.33333333333337,0],[-73.33333333333337,-17.333333333333258],[-60.66666666666674,-39.66666666666674],[-37,-68],[0,-102],[0,0],[0,0],[0,0],[0,0],[39.66666666666674,-37],[59.66666666666663,-22.333333333333332],[80,0]],"o":[[-97.33333333333337,0],[-77.66666666666669,-35],[-45,-68.66666666666666],[0,-86.66666666666663],[32,-56.66666666666663],[55.333333333333314,-34],[69.66666666666663,-17.66666666666663],[90,-9.333333333333371],[56,-7.666666666666629],[25.666666666666742,-16.33333333333337],[0,0],[0,-75.33333333333326],[-44.66666666666663,-41.33333333333326],[-88.66666666666663,0],[-51.66666666666663,38.66666666666674],[0,0],[26.666666666666657,-93.33333333333326],[61.333333333333314,-63],[88.66666666666663,-31.666666666666742],[74,0],[73.33333333333326,17.333333333333258],[60.66666666666674,39.66666666666674],[37,68],[0,0],[0,0],[0,0],[0,0],[-22,42.66666666666666],[-39.66666666666663,37],[-59.66666666666663,22.333333333333332],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[722,-235],[911,-278.5],[1034.5,-394],[1078,-551],[1078,-732],[1020.5,-706],[930,-685],[831,-669],[746,-657],[601,-621],[500,-551.5],[463,-437],[536,-286],[722,-235]],"i":[[0,0],[-53.33333333333337,29],[-29,48],[0,56.666666666666686],[0,0],[27,-8],[33.33333333333337,-6],[32.66666666666663,-4.666666666666629],[24,-3.3333333333333712],[42.66666666666663,-16.66666666666663],[24.66666666666663,-29.66666666666663],[0,-46.666666666666686],[-48.666666666666686,-34],[-75.33333333333337,0]],"o":[[72.66666666666663,0],[53.33333333333337,-29],[29,-48],[0,0],[-11.333333333333258,9.333333333333371],[-27,8],[-33.33333333333337,6],[-32.66666666666663,4.666666666666629],[-54,7.333333333333371],[-42.66666666666663,16.66666666666663],[-24.666666666666686,29.66666666666663],[0,66.66666666666669],[48.66666666666663,34],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-6.1534090909090935,14.531249999999998],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[548,-900],[548,0],[186,0],[186,-1536],[532,-1536],[532,-1275],[550,-1275],[719.5,-1480],[1008,-1556],[1285.5,-1488],[1469.5,-1291],[1534,-978],[1534,0],[1172,0],[1172,-922],[1092.5,-1163],[873,-1250],[704.5,-1208.5],[589.5,-1089],[548,-900]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-77.66666666666663,50.66666666666674],[-114.66666666666663,0],[-79,-45.33333333333326],[-43.66666666666674,-86],[0.6666666666667425,-122.66666666666674],[0,0],[0,0],[0,0],[53,58],[93.33333333333337,0],[49,-27.666666666666742],[27.66666666666663,-52],[0,-74]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[35.33333333333337,-86],[77.66666666666663,-50.66666666666674],[106,0],[79,45.33333333333326],[43.66666666666674,86],[0,0],[0,0],[0,0],[0,-102.66666666666674],[-53,-58],[-63.33333333333337,0],[-49,27.666666666666742],[-27.66666666666663,52],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[2.4673295454545467,14.531249999999998],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[1165,-646],[1165,-1536],[1527,-1536],[1527,0],[1176,0],[1176,-273],[1160,-273],[989.5,-62],[698,20],[431.5,-47.5],[251,-244.5],[186,-558],[186,-1536],[548,-1536],[548,-614],[628,-382],[838,-296],[993,-335],[1116.5,-451.5],[1165,-646]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[79,-54.66666666666667],[115.33333333333337,0],[77,45],[43.333333333333314,86.33333333333334],[0,122.66666666666669],[0,0],[0,0],[0,0],[-53.33333333333337,-57.333333333333314],[-86.66666666666663,0],[-50,26],[-32.33333333333326,51.666666666666686],[0,78]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-34.66666666666674,86],[-79,54.666666666666664],[-100.66666666666663,0],[-77,-45],[-43.33333333333334,-86.33333333333331],[0,0],[0,0],[0,0],[0,97.33333333333337],[53.33333333333337,57.333333333333314],[53.33333333333337,0],[50,-26],[32.33333333333326,-51.666666666666686],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[11.612215909090907,14.531249999999998],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[186,576],[186,-1536],[542,-1536],[542,-1282],[563,-1282],[642,-1401.5],[780,-1510.5],[1002,-1556],[1323.5,-1465.5],[1551.5,-1198.5],[1636,-766],[1553,-336],[1327,-66],[1003,27],[784,-17],[644.5,-123.5],[563,-242],[548,-242],[548,576],[186,576]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-34,42.33333333333326],[-58,30.333333333333258],[-90,0],[-95.66666666666674,-60.33333333333326],[-56.33333333333326,-117.66666666666674],[0,-170.66666666666663],[55.33333333333326,-118],[95.33333333333326,-62],[120.66666666666674,0],[58,29.333333333333336],[35,41.66666666666667],[19.33333333333337,37.33333333333334],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[18.66666666666663,-37.33333333333326],[34,-42.33333333333326],[58,-30.333333333333258],[118.66666666666674,0],[95.66666666666674,60.33333333333326],[56.33333333333326,117.66666666666674],[0,168.66666666666663],[-55.33333333333326,118],[-95.33333333333326,62],[-88,0],[-58,-29.333333333333336],[-35,-41.66666666666666],[0,0],[0,0],[0,0],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[541,-768],[583.5,-507],[706.5,-332.5],[902,-270],[1103,-334.5],[1225.5,-511.5],[1267,-768],[1226,-1022],[1104,-1196],[902,-1259],[705,-1198],[582.5,-1027],[541,-768]],"i":[[0,0],[-28.33333333333337,-74.66666666666663],[-53.66666666666663,-41.666666666666686],[-76.66666666666663,0],[-54,43],[-27.666666666666742,75],[0,96],[27.333333333333258,74],[54,42],[80.66666666666663,0],[54,-40.66666666666674],[27.66666666666663,-73.33333333333326],[0,-99.33333333333337]],"o":[[0,99.33333333333337],[28.33333333333337,74.66666666666669],[53.66666666666663,41.666666666666686],[80,0],[54,-43],[27.666666666666742,-75],[0,-95.33333333333337],[-27.333333333333258,-74],[-54,-42],[-77.33333333333337,0],[-54,40.66666666666674],[-27.66666666666663,73.33333333333337],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[20.735795454545453,14.531249999999998],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"fl","c":{"a":0,"k":[0.592156862745098,0.6078431372549019,0.7058823529411765],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[139.31689453125,380.58441162109375],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":34,"ty":4,"nm":"Before Cleanup","sr":1,"ks":{"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"parent":32,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[202,0],[202,-2048],[986,-2048],[1355.5,-1978.5],[1576.5,-1789],[1650,-1517],[1602,-1303.5],[1473,-1160],[1292,-1081],[1292,-1061],[1501.5,-994.5],[1666,-824],[1730,-558],[1653,-272.5],[1421,-73],[1031,0],[202,0]],"i":[[0,0],[0,0],[0,0],[-98.33333333333326,-46.33333333333326],[-49,-80],[0,-101.33333333333326],[32,-59],[54,-36.66666666666674],[66.66666666666674,-16],[0,0],[-67,-40.33333333333326],[-42.66666666666674,-73.33333333333337],[0,-104],[51.33333333333326,-84.33333333333331],[103.33333333333326,-48.66666666666667],[156.66666666666674,0],[0,0]],"o":[[0,0],[0,0],[148,0],[98.33333333333326,46.33333333333326],[49,80],[0,83.33333333333326],[-32,59],[-54,36.66666666666674],[0,0],[72.66666666666674,4],[67,40.33333333333337],[42.66666666666674,73.33333333333337],[0,106],[-51.33333333333326,84.33333333333334],[-103.33333333333326,48.66666666666667],[0,0],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[573,-310],[972,-310],[1263.5,-387.5],[1353,-587],[1308,-751.5],[1180,-867.5],[982,-910],[573,-910],[573,-310]],"i":[[0,0],[0,0],[-59.66666666666674,51.666666666666686],[0,81.33333333333331],[30,49],[55.33333333333326,28.33333333333337],[76.66666666666674,0],[0,0],[0,0]],"o":[[0,0],[134.66666666666674,0],[59.66666666666674,-51.666666666666686],[0,-60.66666666666663],[-30,-49],[-55.33333333333326,-28.33333333333337],[0,0],[0,0],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[573,-1177],[940,-1177],[1113,-1212.5],[1234.5,-1313.5],[1279,-1469],[1195.5,-1665],[948,-1742],[573,-1742],[573,-1177]],"i":[[0,0],[0,0],[-51.33333333333326,23.666666666666742],[-29.666666666666742,43.66666666666674],[0,60],[55.66666666666674,51.33333333333326],[109.33333333333326,0],[0,0],[0,0]],"o":[[0,0],[64,0],[51.33333333333326,-23.666666666666742],[29.666666666666742,-43.66666666666674],[0,-79.33333333333326],[-55.66666666666674,-51.33333333333326],[0,0],[0,0],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-23.859375,-3.6221590909090917],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[866,30],[467.5,-66.5],[210,-340.5],[120,-759],[210.5,-1175.5],[464,-1455.5],[847,-1556],[1115.5,-1510.5],[1339.5,-1370],[1493,-1128.5],[1549,-780],[1549,-669],[290,-669],[290,-913],[1202,-913],[1157,-1098.5],[1034.5,-1227],[852,-1274],[657,-1220.5],[526.5,-1080.5],[479,-891],[479,-678],[528,-448.5],[665,-302.5],[871,-252],[1014,-274.5],[1125,-341],[1196,-450],[1534,-412],[1412.5,-178.5],[1184,-24.5],[866,30]],"i":[[0,0],[111.66666666666663,64.33333333333333],[60,118.33333333333334],[0,160.66666666666663],[-60.33333333333334,119.66666666666674],[-108.66666666666669,67],[-146.66666666666663,0],[-84.33333333333326,-30.333333333333258],[-65,-63.33333333333326],[-37.33333333333326,-97.66666666666674],[0,-134.66666666666663],[0,0],[0,0],[0,0],[0,0],[29.333333333333258,54.33333333333326],[52.33333333333326,31.333333333333258],[69.33333333333337,0],[56,-35.66666666666674],[31,-57.66666666666674],[0.6666666666666856,-68.66666666666663],[0,0],[-32.666666666666686,-63.66666666666663],[-58.66666666666663,-33.666666666666686],[-78.66666666666663,0],[-42.66666666666663,15],[-31.333333333333258,29.333333333333314],[-16,43.333333333333314],[0,0],[59.66666666666674,-66.33333333333334],[92.66666666666674,-36.333333333333336],[119.33333333333337,0]],"o":[[-154,0],[-111.66666666666669,-64.33333333333334],[-60,-118.33333333333331],[0,-158],[60.333333333333314,-119.66666666666674],[108.66666666666663,-67],[94.66666666666663,0],[84.33333333333326,30.333333333333258],[65,63.33333333333326],[37.33333333333326,97.66666666666674],[0,0],[0,0],[0,0],[0,0],[-0.6666666666667425,-69.33333333333337],[-29.333333333333258,-54.33333333333326],[-52.33333333333337,-31.333333333333258],[-74,0],[-56,35.66666666666674],[-31,57.66666666666663],[0,0],[0,89.33333333333337],[32.66666666666663,63.666666666666686],[58.66666666666663,33.666666666666686],[52.66666666666663,0],[42.66666666666674,-15],[31.333333333333258,-29.333333333333314],[0,0],[-21.333333333333258,89.33333333333331],[-59.66666666666674,66.33333333333333],[-92.66666666666674,36.333333333333336],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-13.998579545454547,-3.6221590909090917],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[964,-1536],[964,-1256],[56,-1256],[56,-1536],[964,-1536]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[283,0],[283,-1681],[347.5,-1939],[521,-2093],[763,-2144],[930,-2129],[1038,-2102],[966,-1822],[908,-1836.5],[830,-1844],[687.5,-1795.5],[646,-1657],[646,0],[283,0]],"i":[[0,0],[0,0],[-43,68.66666666666674],[-72.66666666666669,34],[-88.66666666666663,0],[-48.66666666666663,-10],[-23.33333333333337,-8],[0,0],[23.33333333333337,5],[28.66666666666663,0],[27.66666666666663,-32.33333333333326],[0,-60],[0,0],[0,0]],"o":[[0,0],[0,-103.33333333333326],[43,-68.66666666666674],[72.66666666666663,-34],[62.66666666666663,0],[48.66666666666663,10],[0,0],[-15.333333333333371,-4.6666666666667425],[-23.33333333333337,-5],[-67.33333333333337,0],[-27.66666666666663,32.33333333333326],[0,0],[0,0],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-5.109375,-3.6221590909090917],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[856,30],[466,-69],[210.5,-346],[120,-762],[210.5,-1179],[466,-1457],[856,-1556],[1246,-1457],[1501.5,-1179],[1592,-762],[1501.5,-346],[1246,-69],[856,30]],"i":[[0,0],[110,66],[60.333333333333314,118.66666666666666],[0,158.66666666666663],[-60.33333333333334,119.33333333333326],[-110,66],[-150,0],[-110,-66],[-60.33333333333326,-119.33333333333326],[0,-158.66666666666663],[60.33333333333326,-118.66666666666669],[110,-66],[150,0]],"o":[[-150,0],[-110,-66],[-60.33333333333334,-118.66666666666669],[0,-158.66666666666663],[60.333333333333314,-119.33333333333326],[110,-66],[150,0],[110,66],[60.33333333333326,119.33333333333326],[0,158.66666666666663],[-60.33333333333326,118.66666666666666],[-110,66],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[858,-260],[1062,-327.5],[1184.5,-509],[1225,-763],[1184.5,-1018.5],[1062,-1201],[858,-1269],[650.5,-1201],[527.5,-1018.5],[487,-763],[527.5,-509],[650.5,-327.5],[858,-260]],"i":[[0,0],[-54.66666666666663,45],[-27,76],[0,93.33333333333337],[27,76.33333333333337],[54.66666666666674,45.33333333333326],[81.33333333333337,0],[55,-45.33333333333326],[27,-76.33333333333326],[0,-94],[-27,-76],[-55,-45],[-83.33333333333337,0]],"o":[[81.33333333333337,0],[54.66666666666674,-45],[27,-76],[0,-94],[-27,-76.33333333333326],[-54.66666666666663,-45.33333333333326],[-83.33333333333337,0],[-55,45.33333333333326],[-27,76.33333333333337],[0,93.33333333333337],[27,76],[55,45],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[0.24289772727273018,-3.6221590909090917],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[186,0],[186,-1536],[537,-1536],[537,-1280],[553,-1280],[697.5,-1485.5],[932,-1558],[999.5,-1555.5],[1062,-1548],[1062,-1215],[989.5,-1229.5],[894,-1236],[716.5,-1193.5],[593,-1076],[548,-903],[548,0],[186,0]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-68.33333333333337,48.33333333333326],[-88,0],[-25,-1.6666666666667425],[-16.666666666666742,-3.3333333333332575],[0,0],[33,4.3333333333332575],[30.66666666666663,0],[52.33333333333337,-28.333333333333258],[30,-50],[0,-65.33333333333337],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[28,-88.66666666666674],[68.33333333333337,-48.33333333333326],[20,0],[25,1.6666666666667425],[0,0],[-15.333333333333258,-5.3333333333332575],[-33,-4.3333333333332575],[-66,0],[-52.33333333333337,28.333333333333258],[-30,50],[0,0],[0,0],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[9.362215909090914,-3.6221590909090917],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[866,30],[467.5,-66.5],[210,-340.5],[120,-759],[210.5,-1175.5],[464,-1455.5],[847,-1556],[1115.5,-1510.5],[1339.5,-1370],[1493,-1128.5],[1549,-780],[1549,-669],[290,-669],[290,-913],[1202,-913],[1157,-1098.5],[1034.5,-1227],[852,-1274],[657,-1220.5],[526.5,-1080.5],[479,-891],[479,-678],[528,-448.5],[665,-302.5],[871,-252],[1014,-274.5],[1125,-341],[1196,-450],[1534,-412],[1412.5,-178.5],[1184,-24.5],[866,30]],"i":[[0,0],[111.66666666666663,64.33333333333333],[60,118.33333333333334],[0,160.66666666666663],[-60.33333333333334,119.66666666666674],[-108.66666666666669,67],[-146.66666666666663,0],[-84.33333333333326,-30.333333333333258],[-65,-63.33333333333326],[-37.33333333333326,-97.66666666666674],[0,-134.66666666666663],[0,0],[0,0],[0,0],[0,0],[29.333333333333258,54.33333333333326],[52.33333333333326,31.333333333333258],[69.33333333333337,0],[56,-35.66666666666674],[31,-57.66666666666674],[0.6666666666666856,-68.66666666666663],[0,0],[-32.666666666666686,-63.66666666666663],[-58.66666666666663,-33.666666666666686],[-78.66666666666663,0],[-42.66666666666663,15],[-31.333333333333258,29.333333333333314],[-16,43.333333333333314],[0,0],[59.66666666666674,-66.33333333333334],[92.66666666666674,-36.333333333333336],[119.33333333333337,0]],"o":[[-154,0],[-111.66666666666669,-64.33333333333334],[-60,-118.33333333333331],[0,-158],[60.333333333333314,-119.66666666666674],[108.66666666666663,-67],[94.66666666666663,0],[84.33333333333326,30.333333333333258],[65,63.33333333333326],[37.33333333333326,97.66666666666674],[0,0],[0,0],[0,0],[0,0],[-0.6666666666667425,-69.33333333333337],[-29.333333333333258,-54.33333333333326],[-52.33333333333337,-31.333333333333258],[-74,0],[-56,35.66666666666674],[-31,57.66666666666663],[0,0],[0,89.33333333333337],[32.66666666666663,63.666666666666686],[58.66666666666663,33.666666666666686],[52.66666666666663,0],[42.66666666666674,-15],[31.333333333333258,-29.333333333333314],[0,0],[-21.333333333333258,89.33333333333331],[-59.66666666666674,66.33333333333333],[-92.66666666666674,36.333333333333336],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[14.970170454545453,-3.6221590909090917],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[23.859375,-3.6221590909090917],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"fl","c":{"a":0,"k":[0.592156862745098,0.6078431372549019,0.7058823529411765],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[139.31689453125,380.58441162109375],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":35,"ty":4,"nm":"After Cleanup","sr":1,"ks":{"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"shapes":[],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":36,"ty":4,"nm":"After Cleanup","sr":1,"ks":{"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"parent":35,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[1955,-1357],[1581,-1357],[1522,-1520.5],[1415,-1642],[1269.5,-1717.5],[1094,-1743],[798,-1659.5],[596,-1415.5],[523,-1024],[596.5,-628.5],[798.5,-386.5],[1093,-305],[1265.5,-329.5],[1410.5,-402],[1519.5,-520],[1581,-680],[1955,-678],[1864.5,-404],[1683,-178.5],[1421,-26.5],[1088,28],[606,-97],[272,-458],[150,-1024],[273,-1590.5],[608,-1951],[1088,-2076],[1406,-2028],[1668,-1887.5],[1857.5,-1661.5],[1955,-1357]],"i":[[0,0],[0,0],[28.666666666666742,47.66666666666674],[42.66666666666674,33.33333333333326],[54.33333333333326,17],[62.66666666666674,0],[86,-55.66666666666674],[48.66666666666663,-107],[0,-154],[-49,-107],[-85.66666666666663,-54.333333333333314],[-110.66666666666663,0],[-53.66666666666674,16.333333333333314],[-43,32],[-29.666666666666742,46.666666666666686],[-11.333333333333258,60],[0,0],[46.33333333333326,-85.33333333333331],[74.66666666666674,-65],[100,-36.333333333333336],[122,0],[141.33333333333337,83.33333333333333],[81.33333333333331,157.33333333333331],[0,220],[-82,157],[-141.33333333333331,83.33333333333326],[-178.66666666666663,0],[-98,-32],[-76.66666666666674,-61.66666666666674],[-49.66666666666674,-89],[-15.333333333333258,-114]],"o":[[0,0],[-10.666666666666742,-61.33333333333326],[-28.666666666666742,-47.66666666666674],[-42.66666666666674,-33.33333333333326],[-54.33333333333326,-17],[-111.33333333333337,0],[-86,55.66666666666674],[-48.66666666666663,107],[0,156.66666666666663],[49,107],[85.66666666666663,54.333333333333314],[61.33333333333326,0],[53.66666666666674,-16.333333333333314],[43,-32],[29.666666666666742,-46.66666666666663],[0,0],[-14,97.33333333333337],[-46.33333333333326,85.33333333333331],[-74.66666666666674,65],[-100,36.333333333333336],[-180,0],[-141.33333333333331,-83.33333333333334],[-81.33333333333334,-157.33333333333337],[0,-220.66666666666674],[82,-157],[141.33333333333337,-83.33333333333326],[114,0],[98,32],[76.66666666666674,61.66666666666674],[49.66666666666674,89],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-30.106534090909093,14.531249999999998],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[548,-2048],[548,0],[186,0],[186,-2048],[548,-2048]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-18.950284090909093,14.531249999999998],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[866,30],[467.5,-66.5],[210,-340.5],[120,-759],[210.5,-1175.5],[464,-1455.5],[847,-1556],[1115.5,-1510.5],[1339.5,-1370],[1493,-1128.5],[1549,-780],[1549,-669],[290,-669],[290,-913],[1202,-913],[1157,-1098.5],[1034.5,-1227],[852,-1274],[657,-1220.5],[526.5,-1080.5],[479,-891],[479,-678],[528,-448.5],[665,-302.5],[871,-252],[1014,-274.5],[1125,-341],[1196,-450],[1534,-412],[1412.5,-178.5],[1184,-24.5],[866,30]],"i":[[0,0],[111.66666666666663,64.33333333333333],[60,118.33333333333334],[0,160.66666666666663],[-60.33333333333334,119.66666666666674],[-108.66666666666669,67],[-146.66666666666663,0],[-84.33333333333326,-30.333333333333258],[-65,-63.33333333333326],[-37.33333333333326,-97.66666666666674],[0,-134.66666666666663],[0,0],[0,0],[0,0],[0,0],[29.333333333333258,54.33333333333326],[52.33333333333326,31.333333333333258],[69.33333333333337,0],[56,-35.66666666666674],[31,-57.66666666666674],[0.6666666666666856,-68.66666666666663],[0,0],[-32.666666666666686,-63.66666666666663],[-58.66666666666663,-33.666666666666686],[-78.66666666666663,0],[-42.66666666666663,15],[-31.333333333333258,29.333333333333314],[-16,43.333333333333314],[0,0],[59.66666666666674,-66.33333333333334],[92.66666666666674,-36.333333333333336],[119.33333333333337,0]],"o":[[-154,0],[-111.66666666666669,-64.33333333333334],[-60,-118.33333333333331],[0,-158],[60.333333333333314,-119.66666666666674],[108.66666666666663,-67],[94.66666666666663,0],[84.33333333333326,30.333333333333258],[65,63.33333333333326],[37.33333333333326,97.66666666666674],[0,0],[0,0],[0,0],[0,0],[-0.6666666666667425,-69.33333333333337],[-29.333333333333258,-54.33333333333326],[-52.33333333333337,-31.333333333333258],[-74,0],[-56,35.66666666666674],[-31,57.66666666666663],[0,0],[0,89.33333333333337],[32.66666666666663,63.666666666666686],[58.66666666666663,33.666666666666686],[52.66666666666663,0],[42.66666666666674,-15],[31.333333333333258,-29.333333333333314],[0,0],[-21.333333333333258,89.33333333333331],[-59.66666666666674,66.33333333333333],[-92.66666666666674,36.333333333333336],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-15.042613636363638,14.531249999999998],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[628,31],[365.5,-21.5],[181.5,-177],[114,-431],[162,-646],[293,-782],[480.5,-859.5],[697,-898],[916,-923.5],[1038.5,-959.5],[1077,-1036],[1077,-1042],[1010,-1217],[817,-1279],[606.5,-1221],[502,-1084],[164,-1132],[296,-1366.5],[521,-1508.5],[815,-1556],[1036,-1530],[1237,-1444.5],[1383.5,-1283],[1439,-1028],[1439,0],[1091,0],[1091,-211],[1079,-211],[986.5,-91.5],[837.5,-2.5],[628,31]],"i":[[0,0],[77.66666666666669,35],[45,68.66666666666667],[0,100.66666666666669],[-32,56.66666666666663],[-55.33333333333334,34],[-69.66666666666669,17.66666666666663],[-74.66666666666663,8],[-56,7.666666666666629],[-25.66666666666663,16.33333333333337],[0,34.66666666666663],[0,0],[44.66666666666674,41.33333333333326],[84,0],[51.66666666666663,-38.66666666666674],[18,-52.66666666666674],[0,0],[-61.33333333333334,63],[-88.66666666666669,31.666666666666742],[-107.33333333333337,0],[-73.33333333333337,-17.333333333333258],[-60.66666666666674,-39.66666666666674],[-37,-68],[0,-102],[0,0],[0,0],[0,0],[0,0],[39.66666666666674,-37],[59.66666666666663,-22.333333333333332],[80,0]],"o":[[-97.33333333333337,0],[-77.66666666666669,-35],[-45,-68.66666666666666],[0,-86.66666666666663],[32,-56.66666666666663],[55.333333333333314,-34],[69.66666666666663,-17.66666666666663],[90,-9.333333333333371],[56,-7.666666666666629],[25.666666666666742,-16.33333333333337],[0,0],[0,-75.33333333333326],[-44.66666666666663,-41.33333333333326],[-88.66666666666663,0],[-51.66666666666663,38.66666666666674],[0,0],[26.666666666666657,-93.33333333333326],[61.333333333333314,-63],[88.66666666666663,-31.666666666666742],[74,0],[73.33333333333326,17.333333333333258],[60.66666666666674,39.66666666666674],[37,68],[0,0],[0,0],[0,0],[0,0],[-22,42.66666666666666],[-39.66666666666663,37],[-59.66666666666663,22.333333333333332],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[722,-235],[911,-278.5],[1034.5,-394],[1078,-551],[1078,-732],[1020.5,-706],[930,-685],[831,-669],[746,-657],[601,-621],[500,-551.5],[463,-437],[536,-286],[722,-235]],"i":[[0,0],[-53.33333333333337,29],[-29,48],[0,56.666666666666686],[0,0],[27,-8],[33.33333333333337,-6],[32.66666666666663,-4.666666666666629],[24,-3.3333333333333712],[42.66666666666663,-16.66666666666663],[24.66666666666663,-29.66666666666663],[0,-46.666666666666686],[-48.666666666666686,-34],[-75.33333333333337,0]],"o":[[72.66666666666663,0],[53.33333333333337,-29],[29,-48],[0,0],[-11.333333333333258,9.333333333333371],[-27,8],[-33.33333333333337,6],[-32.66666666666663,4.666666666666629],[-54,7.333333333333371],[-42.66666666666663,16.66666666666663],[-24.666666666666686,29.66666666666663],[0,66.66666666666669],[48.66666666666663,34],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-6.1534090909090935,14.531249999999998],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[548,-900],[548,0],[186,0],[186,-1536],[532,-1536],[532,-1275],[550,-1275],[719.5,-1480],[1008,-1556],[1285.5,-1488],[1469.5,-1291],[1534,-978],[1534,0],[1172,0],[1172,-922],[1092.5,-1163],[873,-1250],[704.5,-1208.5],[589.5,-1089],[548,-900]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-77.66666666666663,50.66666666666674],[-114.66666666666663,0],[-79,-45.33333333333326],[-43.66666666666674,-86],[0.6666666666667425,-122.66666666666674],[0,0],[0,0],[0,0],[53,58],[93.33333333333337,0],[49,-27.666666666666742],[27.66666666666663,-52],[0,-74]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[35.33333333333337,-86],[77.66666666666663,-50.66666666666674],[106,0],[79,45.33333333333326],[43.66666666666674,86],[0,0],[0,0],[0,0],[0,-102.66666666666674],[-53,-58],[-63.33333333333337,0],[-49,27.666666666666742],[-27.66666666666663,52],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[2.4673295454545467,14.531249999999998],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[1165,-646],[1165,-1536],[1527,-1536],[1527,0],[1176,0],[1176,-273],[1160,-273],[989.5,-62],[698,20],[431.5,-47.5],[251,-244.5],[186,-558],[186,-1536],[548,-1536],[548,-614],[628,-382],[838,-296],[993,-335],[1116.5,-451.5],[1165,-646]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[79,-54.66666666666667],[115.33333333333337,0],[77,45],[43.333333333333314,86.33333333333334],[0,122.66666666666669],[0,0],[0,0],[0,0],[-53.33333333333337,-57.333333333333314],[-86.66666666666663,0],[-50,26],[-32.33333333333326,51.666666666666686],[0,78]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-34.66666666666674,86],[-79,54.666666666666664],[-100.66666666666663,0],[-77,-45],[-43.33333333333334,-86.33333333333331],[0,0],[0,0],[0,0],[0,97.33333333333337],[53.33333333333337,57.333333333333314],[53.33333333333337,0],[50,-26],[32.33333333333326,-51.666666666666686],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[11.612215909090907,14.531249999999998],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[186,576],[186,-1536],[542,-1536],[542,-1282],[563,-1282],[642,-1401.5],[780,-1510.5],[1002,-1556],[1323.5,-1465.5],[1551.5,-1198.5],[1636,-766],[1553,-336],[1327,-66],[1003,27],[784,-17],[644.5,-123.5],[563,-242],[548,-242],[548,576],[186,576]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-34,42.33333333333326],[-58,30.333333333333258],[-90,0],[-95.66666666666674,-60.33333333333326],[-56.33333333333326,-117.66666666666674],[0,-170.66666666666663],[55.33333333333326,-118],[95.33333333333326,-62],[120.66666666666674,0],[58,29.333333333333336],[35,41.66666666666667],[19.33333333333337,37.33333333333334],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[18.66666666666663,-37.33333333333326],[34,-42.33333333333326],[58,-30.333333333333258],[118.66666666666674,0],[95.66666666666674,60.33333333333326],[56.33333333333326,117.66666666666674],[0,168.66666666666663],[-55.33333333333326,118],[-95.33333333333326,62],[-88,0],[-58,-29.333333333333336],[-35,-41.66666666666666],[0,0],[0,0],[0,0],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[541,-768],[583.5,-507],[706.5,-332.5],[902,-270],[1103,-334.5],[1225.5,-511.5],[1267,-768],[1226,-1022],[1104,-1196],[902,-1259],[705,-1198],[582.5,-1027],[541,-768]],"i":[[0,0],[-28.33333333333337,-74.66666666666663],[-53.66666666666663,-41.666666666666686],[-76.66666666666663,0],[-54,43],[-27.666666666666742,75],[0,96],[27.333333333333258,74],[54,42],[80.66666666666663,0],[54,-40.66666666666674],[27.66666666666663,-73.33333333333326],[0,-99.33333333333337]],"o":[[0,99.33333333333337],[28.33333333333337,74.66666666666669],[53.66666666666663,41.666666666666686],[80,0],[54,-43],[27.666666666666742,-75],[0,-95.33333333333337],[-27.333333333333258,-74],[-54,-42],[-77.33333333333337,0],[-54,40.66666666666674],[-27.66666666666663,73.33333333333337],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[20.735795454545453,14.531249999999998],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"fl","c":{"a":0,"k":[0.00784313725490196,0.4980392156862745,0.984313725490196],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[237.88414001464844,380.58441162109375],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":37,"ty":4,"nm":"After Cleanup","sr":1,"ks":{"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"parent":35,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[465,0],[69,0],[790,-2048],[1248,-2048],[1970,0],[1574,0],[1027,-1628],[1011,-1628],[465,0]],"i":[[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]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[478,-803],[1558,-803],[1558,-505],[478,-505],[478,-803]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-18.43465909090909,-3.6221590909090917],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[964,-1536],[964,-1256],[56,-1256],[56,-1536],[964,-1536]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[283,0],[283,-1681],[347.5,-1939],[521,-2093],[763,-2144],[930,-2129],[1038,-2102],[966,-1822],[908,-1836.5],[830,-1844],[687.5,-1795.5],[646,-1657],[646,0],[283,0]],"i":[[0,0],[0,0],[-43,68.66666666666674],[-72.66666666666669,34],[-88.66666666666663,0],[-48.66666666666663,-10],[-23.33333333333337,-8],[0,0],[23.33333333333337,5],[28.66666666666663,0],[27.66666666666663,-32.33333333333326],[0,-60],[0,0],[0,0]],"o":[[0,0],[0,-103.33333333333326],[43,-68.66666666666674],[72.66666666666663,-34],[62.66666666666663,0],[48.66666666666663,10],[0,0],[-15.333333333333371,-4.6666666666667425],[-23.33333333333337,-5],[-67.33333333333337,0],[-27.66666666666663,32.33333333333326],[0,0],[0,0],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-7.678977272727272,-3.6221590909090917],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[953,-1536],[953,-1256],[70,-1256],[70,-1536],[953,-1536]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[288,-1904],[650,-1904],[650,-462],[672.5,-350.5],[732,-298],[814,-284],[876.5,-289],[920,-298],[981,-15],[898.5,7],[768,21],[523,-20.5],[350.5,-162],[288,-402],[288,-1904]],"i":[[0,0],[0,0],[0,0],[-15,-25.666666666666686],[-24.66666666666663,-9.333333333333314],[-30,0],[-19,3.3333333333333144],[-10,2.6666666666666856],[0,0],[35.66666666666663,-8],[51.33333333333337,-1.3333333333333321],[72.66666666666663,30.333333333333336],[42.333333333333314,64],[-0.6666666666666856,96],[0,0]],"o":[[0,0],[0,0],[0,48.666666666666686],[15,25.666666666666686],[24.66666666666663,9.333333333333314],[22.66666666666663,0],[19,-3.3333333333333144],[0,0],[-19.33333333333337,6.666666666666666],[-35.66666666666663,8],[-90.66666666666663,2.666666666666668],[-72.66666666666669,-30.333333333333336],[-42.333333333333314,-64],[0,0],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-2.0198863636363633,-3.6221590909090917],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[866,30],[467.5,-66.5],[210,-340.5],[120,-759],[210.5,-1175.5],[464,-1455.5],[847,-1556],[1115.5,-1510.5],[1339.5,-1370],[1493,-1128.5],[1549,-780],[1549,-669],[290,-669],[290,-913],[1202,-913],[1157,-1098.5],[1034.5,-1227],[852,-1274],[657,-1220.5],[526.5,-1080.5],[479,-891],[479,-678],[528,-448.5],[665,-302.5],[871,-252],[1014,-274.5],[1125,-341],[1196,-450],[1534,-412],[1412.5,-178.5],[1184,-24.5],[866,30]],"i":[[0,0],[111.66666666666663,64.33333333333333],[60,118.33333333333334],[0,160.66666666666663],[-60.33333333333334,119.66666666666674],[-108.66666666666669,67],[-146.66666666666663,0],[-84.33333333333326,-30.333333333333258],[-65,-63.33333333333326],[-37.33333333333326,-97.66666666666674],[0,-134.66666666666663],[0,0],[0,0],[0,0],[0,0],[29.333333333333258,54.33333333333326],[52.33333333333326,31.333333333333258],[69.33333333333337,0],[56,-35.66666666666674],[31,-57.66666666666674],[0.6666666666666856,-68.66666666666663],[0,0],[-32.666666666666686,-63.66666666666663],[-58.66666666666663,-33.666666666666686],[-78.66666666666663,0],[-42.66666666666663,15],[-31.333333333333258,29.333333333333314],[-16,43.333333333333314],[0,0],[59.66666666666674,-66.33333333333334],[92.66666666666674,-36.333333333333336],[119.33333333333337,0]],"o":[[-154,0],[-111.66666666666669,-64.33333333333334],[-60,-118.33333333333331],[0,-158],[60.333333333333314,-119.66666666666674],[108.66666666666663,-67],[94.66666666666663,0],[84.33333333333326,30.333333333333258],[65,63.33333333333326],[37.33333333333326,97.66666666666674],[0,0],[0,0],[0,0],[0,0],[-0.6666666666667425,-69.33333333333337],[-29.333333333333258,-54.33333333333326],[-52.33333333333337,-31.333333333333258],[-74,0],[-56,35.66666666666674],[-31,57.66666666666663],[0,0],[0,89.33333333333337],[32.66666666666663,63.666666666666686],[58.66666666666663,33.666666666666686],[52.66666666666663,0],[42.66666666666674,-15],[31.333333333333258,-29.333333333333314],[0,0],[-21.333333333333258,89.33333333333331],[-59.66666666666674,66.33333333333333],[-92.66666666666674,36.333333333333336],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[3.59659090909091,-3.6221590909090917],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[186,0],[186,-1536],[537,-1536],[537,-1280],[553,-1280],[697.5,-1485.5],[932,-1558],[999.5,-1555.5],[1062,-1548],[1062,-1215],[989.5,-1229.5],[894,-1236],[716.5,-1193.5],[593,-1076],[548,-903],[548,0],[186,0]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[-68.33333333333337,48.33333333333326],[-88,0],[-25,-1.6666666666667425],[-16.666666666666742,-3.3333333333332575],[0,0],[33,4.3333333333332575],[30.66666666666663,0],[52.33333333333337,-28.333333333333258],[30,-50],[0,-65.33333333333337],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[28,-88.66666666666674],[68.33333333333337,-48.33333333333326],[20,0],[25,1.6666666666667425],[0,0],[-15.333333333333258,-5.3333333333332575],[-33,-4.3333333333332575],[-66,0],[-52.33333333333337,28.333333333333258],[-30,50],[0,0],[0,0],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[12.485795454545457,-3.6221590909090917],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[18.43465909090909,-3.6221590909090917],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[0.5326704545454546,0.5326704545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"fl","c":{"a":0,"k":[0.00784313725490196,0.4980392156862745,0.984313725490196],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[237.88414001464844,380.58441162109375],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"ind":38,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[187.5,205.3330535888672],"ix":2},"a":{"a":0,"k":[187.5,406],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0},{"ddd":0,"refId":"2","w":375,"h":413,"ind":7,"ty":0,"nm":"Onboarding_cleanup-dark","sr":1,"ks":{"p":{"a":0,"k":[0,200],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"ip":0,"op":121,"st":0,"bm":0,"parent":38}],"markers":[]}
\ No newline at end of file
{"v":"5.7.5","fr":100,"ip":0,"op":250,"w":375,"h":412,"nm":"Comp 1","ddd":0,"metadata":{},"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"-9h","sr":1,"ks":{"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"shapes":[],"ip":0,"op":251,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"-9h","sr":1,"ks":{"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"parent":1,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[1117,-1002],[1117,-704],[195,-704],[195,-1002],[1117,-1002]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-41.44772727272727,17.454545454545453],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[1.7045454545454546,1.7045454545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[893,-2076],[1179.5,-2024.5],[1431,-1860.5],[1609,-1557],[1675,-1087],[1619.5,-615.5],[1458,-265],[1205,-47],[872,28],[528.5,-48],[287,-256],[174,-558],[539,-558],[653.5,-364.5],[872,-293],[1200,-478],[1315,-992],[1301,-992],[1174,-840.5],[997.5,-743],[789,-709],[465.5,-795],[238.5,-1031],[154,-1374],[246.5,-1733.5],[505,-1985.5],[893,-2076]],"i":[[0,0],[-93,-33.666666666666515],[-74.66666666666674,-75.66666666666674],[-44,-126.66666666666674],[0,-186.66666666666674],[37.66666666666674,-138.33333333333337],[70,-95.33333333333331],[98.66666666666674,-50],[123.33333333333337,0],[99.66666666666663,50.666666666666664],[61.333333333333314,88],[14,113.33333333333331],[0,0],[-57.66666666666663,-47.666666666666686],[-88,0],[-76.66666666666674,123.33333333333331],[0,219.33333333333337],[0,0],[52,-42.33333333333337],[65.66666666666674,-22.66666666666663],[73.33333333333337,0],[95.66666666666663,57.33333333333337],[55.666666666666686,100],[0.6666666666666572,128.66666666666674],[-61.66666666666666,106.33333333333326],[-110.66666666666669,61.66666666666674],[-148,-1.333333333333485]],"o":[[98,0.6666666666665151],[93,33.66666666666674],[74.66666666666674,75.66666666666674],[44,126.66666666666674],[0.6666666666667425,176],[-37.66666666666674,138.33333333333331],[-70,95.33333333333334],[-98.66666666666674,50],[-129.33333333333337,0],[-99.66666666666669,-50.66666666666667],[-61.33333333333334,-88],[0,0],[18.66666666666663,81.33333333333331],[57.66666666666663,47.666666666666686],[142,0],[76.66666666666674,-123.33333333333337],[0,0],[-32.66666666666674,58.66666666666663],[-52,42.33333333333337],[-65.66666666666663,22.66666666666663],[-120,0],[-95.66666666666669,-57.33333333333337],[-55.66666666666666,-100],[0,-133.33333333333326],[61.666666666666686,-106.33333333333326],[110.66666666666663,-61.66666666666674],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[894,-1776],[699.5,-1723.5],[563.5,-1581.5],[514,-1382],[563.5,-1184],[696.5,-1043],[890,-991],[1041,-1022],[1163.5,-1108.5],[1245.5,-1235],[1274,-1385],[1224.5,-1579],[1089.5,-1722],[894,-1776]],"i":[[0,0],[57.66666666666663,-35],[33,-59.66666666666674],[0,-73.33333333333326],[-32.33333333333337,-59.33333333333326],[-56.33333333333337,-34.66666666666674],[-72.66666666666663,0],[-46.66666666666663,20.66666666666663],[-35,37],[-19.666666666666742,47.33333333333326],[0.6666666666667425,52.66666666666674],[33,59.33333333333326],[57,36],[73.33333333333337,0]],"o":[[-72,0],[-57.66666666666663,35],[-33,59.66666666666674],[0.6666666666666288,72.66666666666674],[32.33333333333337,59.33333333333326],[56.33333333333337,34.66666666666663],[54,0],[46.66666666666674,-20.666666666666742],[35,-37],[19.666666666666742,-47.33333333333326],[0,-70],[-33,-59.33333333333326],[-57,-36],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-19.084090909090907,17.454545454545453],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[1.7045454545454546,1.7045454545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[548,-900],[548,0],[186,0],[186,-2048],[540,-2048],[540,-1275],[558,-1275],[725.5,-1480.5],[1015,-1556],[1294,-1489],[1478.5,-1293],[1544,-978],[1544,0],[1182,0],[1182,-922],[1102.5,-1163.5],[880,-1250],[708.5,-1208.5],[590.5,-1089],[548,-900]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-75.66666666666663,50.33333333333326],[-117.33333333333337,0],[-79.33333333333326,-44.66666666666674],[-43.66666666666674,-86],[0,-124],[0,0],[0,0],[0,0],[53,57.66666666666674],[95.33333333333337,0],[50.33333333333337,-27.666666666666742],[28.33333333333337,-52],[0,-74]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[36,-86.66666666666674],[75.66666666666663,-50.33333333333326],[106.66666666666674,0],[79.33333333333326,44.66666666666674],[43.66666666666674,86],[0,0],[0,0],[0,0],[0,-103.33333333333326],[-53,-57.66666666666674],[-64,0],[-50.33333333333337,27.666666666666742],[-28.33333333333337,52],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[12.020454545454548,17.454545454545453],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[1.7045454545454546,1.7045454545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"fl","c":{"a":0,"k":[1,1,1],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[187.5,205.7507934570312],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":1,"k":[{"t":0,"s":[0,0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":180,"s":[0,0],"i":{"x":[0.29],"y":[1.08]},"o":{"x":[0.22],"y":[1.02]}},{"t":220,"s":[100,100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":0,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":180,"s":[0],"i":{"x":[0.29],"y":[1.08]},"o":{"x":[0.22],"y":[1.02]}},{"t":220,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":251,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"shapes":[],"ip":0,"op":251,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"\n","sr":1,"ks":{"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"parent":3,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[0,17.454545454545453],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[1.7045454545454546,1.7045454545454546],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"fl","c":{"a":0,"k":[0,0,0],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[305.9000244140625,174.88037109375],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":251,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Group Layer 2","sr":1,"ks":{"p":{"a":1,"k":[{"t":180,"s":[186.7777709960938,146.3317260742188],"i":{"x":[0.29],"y":[1.08]},"o":{"x":[0.22],"y":[1.02]}},{"t":220,"s":[186.7777709960938,86.33493041992193],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[62.402474880218506,62.402474880218506],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":0,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":180,"s":[0],"i":{"x":[0.29],"y":[1.08]},"o":{"x":[0.22],"y":[1.02]}},{"t":220,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"shapes":[{"ty":"gr","nm":"Combined-Shape","it":[{"ty":"gr","nm":"Path","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[25.07679557800293,0.000301667838357389],[31.12483406066895,2.789555788040161],[28.91520690917969,2.998173236846924],[25.07801055908203,1.92681086063385],[21.5306282043457,2.995738744735718],[19.26686859130859,2.833956480026245],[25.07679557800293,0.000301667838357389]],"i":[[0,0],[0,-1.750731825828552],[1.627265453338623,0.9427251815795898],[1.344699025154114,0.05561655014753342],[0,0],[0,0.7760756611824036],[-2.085551500320435,-0.001515470445156097]],"o":[[2.250984668731689,0.001525505329482257],[0.0006066898931749165,0.7760757803916931],[-1.179019212722778,-0.6490164399147034],[-1.70998203754425,-0.0009123345371335745],[-1.420474052429199,0.8341597318649292],[-0.002125923288986087,-1.82067608833313],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[25.19585037231445,1.778391599655151],"ix":2},"a":{"a":0,"k":[25.19585110786869,1.778391618513665],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Path","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[6.048342227935791,6.124645324234734e-7],[11.85826873779297,2.832435131072998],[9.594206809997559,2.994219541549683],[6.047125816345215,1.925594687461853],[2.209930896759033,2.996346950531006],[1.186395834906762e-7,2.788036584854126],[6.048342227935791,6.124645324234734e-7]],"i":[[0,0],[0.001215470372699201,-1.81915557384491],[1.420778155326843,0.8335515856742859],[1.70998203754425,-0.0009123345371335745],[1.179117441177368,-0.6486910581588745],[-0.0003037630813196301,0.7754675149917603],[-2.250984668731689,0.001218292745761573]],"o":[[2.084639072418213,-0.0009104529744945467],[0,0.7754676342010498],[0,0],[-1.344630837440491,0.05555027723312378],[-1.627265453338623,0.9427253007888794],[0,-1.750123739242554],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[5.929134368896484,1.777293801307678],"ix":2},"a":{"a":0,"k":[5.929134517527998,1.777293751740928],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"fl","c":{"a":0,"k":[0.2823529411764706,0.8862745098039215,0.996078431372549],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[-34.28340148925781,-5.985595703125],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[220.4889297485352,220.4889297485352],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Rectangle","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[12.69848713298994,0],[28.06806102374834,0],[38.86123059527614,9.571902176685773],[40.76654815673828,25.4006960612126],[38.41024169241875,28.70450168756868],[38.1248770994179,28.85669614596947],[36.45344565830041,29.54742882927683],[36.07024006734719,29.67152345671056],[35.670729637146,29.79094076021577],[35.25491038020864,29.90567276481558],[34.82278628402333,30.01571947051001],[33.90961559893241,30.22176894764797],[33.42856901002681,30.31776773160309],[33.18193090241999,30.36401462241561],[32.67642506089835,30.45298745175685],[32.41755732698351,30.49572136526244],[31.88759223284582,30.57767222747825],[31.34132229946016,30.65494177827709],[31.06207052586922,30.69181807127883],[30.49134133986752,30.76206166746381],[29.90430332712966,30.82762395223182],[29.30095648765564,30.88850093809445],[28.68130480893365,30.94469661254012],[28.0453482909637,30.9962069880804],[27.39308294625759,31.04303605220371],[26.72450877481531,31.08518380491007],[26.03963175786917,31.12264625871104],[25.33844790793097,31.15542740109505],[24.6209572250007,31.1835272320621],[23.88715970907838,31.20694176412375],[23.13705536016399,31.22567099728002],[22.37064417825754,31.23971891901933],[21.58792616335902,31.24908552934168],[20.78890131546844,31.25377082824707],[19.97764684126984,31.25377082824707],[19.17862199337926,31.24908552934168],[18.39590397848075,31.23971891901933],[17.62949279657429,31.22567099728002],[16.8793884476599,31.20694176412375],[16.14559093173757,31.1835272320621],[15.42810024880731,31.15542740109505],[14.72691639886911,31.12264625871104],[14.04203738817887,31.08518380491007],[13.04529493165767,31.02020768094128],[12.40118400031963,30.97103796110948],[11.77337990197367,30.9171829423723],[11.16188064287566,30.85864661221815],[10.56669021051382,30.79542897064704],[9.987804617399934,30.72752603017055],[9.704476633997006,30.69181807127883],[9.15005129037122,30.6168931636769],[8.878953930148363,30.57767222747825],[8.34898883601067,30.49572136526244],[8.090121102095836,30.45298745175685],[7.584616257446237,30.36401462241561],[7.337979146711475,30.31776773160309],[6.856933554677921,30.22176894764797],[6.165940727705721,30.06898832844796],[5.725661221280275,29.96128227846202],[5.511637776529637,29.90567276481558],[5.095818519592285,29.79094076021577],[4.696306095646996,29.67152345671056],[4.313100504693769,29.54742882927683],[2.641672054192429,28.85669614596947],[2.35630646431953,28.70450168756868],[0,25.4006960612126],[1.905317561462139,9.571902176685773],[12.69848713298994,0]],"i":[[0,0],[0,0],[-0.65746428166429,-5.462011807971627],[0,0],[1.57087097621302,-0.8757072872200461],[0,0],[0.6250870612694971,-0.2107317075464029],[0,0],[0.135888488871434,-0.03902435379785194],[0,0],[0,0],[0.315261315365258,-0.06556097637337543],[0,0],[0.08289198257288997,-0.01521951223331817],[0,0],[0.08696863630446544,-0.01404878037329247],[0,0],[0,0],[0.09376305919042457,-0.0120975258848006],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.09376305919042457,0.0120975258848006],[0,0],[0.0896864054588491,0.01326825774482629],[0,0],[0.08560975172727361,0.01443898960485198],[0,0],[0.08153309799569815,0.01560972146487767],[0,0],[0.2242160097530913,0.05268292688660074],[0,0],[0.07066201359010066,0.01873170781339524],[0,0],[0.1304529505626667,0.04058540100180014],[0,0],[0.4891985723980631,0.2497560574502232],[0,0],[0,1.326829173972277],[0,0],[-5.501438778587237,0]],"o":[[0,0],[5.501438778587237,0],[0,0],[0,1.326829173972277],[0,0],[-0.4891985723980631,0.2497560574502232],[0,0],[-0.1304529505626667,0.04058540100180014],[0,0],[0,0],[-0.2935191621301888,0.07180484587857132],[0,0],[-0.08153309799569815,0.01560972146487767],[0,0],[-0.08560975172727361,0.01443898960485198],[0,0],[0,0],[-0.09240417461323275,0.01248783928170727],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.09512194376761639,-0.01170731665324109],[0,0],[-0.09104529003604092,-0.01287804851326678],[0,0],[-0.08696863630446544,-0.01404878037329247],[0,0],[-0.08289198257288997,-0.01521951223331817],[0,0],[-0.2364459787358806,-0.04917073228003158],[0,0],[-0.07202089816729249,-0.01834149858183574],[0,0],[-0.135888488871434,-0.03902435379785194],[0,0],[-0.6250870612694971,-0.2107317075464029],[0,0],[-1.57087097621302,-0.8757072872200461],[0,0],[0.6574643439687932,-5.462011807971627],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[0.1450980392156863,0.27058823529411763,0.5019607843137255],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[-44.9417724609375,-36.69906616210938],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[220.4889297485352,220.4889297485352],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Vector","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[18.57730833829779,0],[35.77808793245416,0],[51.9730156768279,14.40133445426982],[54.35539627075195,34.65157102013817],[37.82048332797337,43.70337350718669],[36.96167010210942,43.78327879126972],[36.08111310360199,43.85556797212411],[35.63268019117095,43.88886350194563],[34.71950952744233,43.94974049042288],[33.78459509107023,44.0030093506487],[33.30898744719497,44.02679073266732],[32.34146133934574,44.0686434130274],[31.35219345259709,44.10288796513603],[30.84940509604544,44.11715519935176],[29.82752354407561,44.13998357159466],[28.78390021320634,44.15520381558612],[28.25393513146642,44.15996088948756],[27.17769813537597,44.16376495361328],[26.10146113928553,44.15996088948756],[25.04696592209453,44.14854470962182],[24.014214477547,44.12952040150464],[23.00320281815486,44.10288796513603],[22.0139349314062,44.0686434130274],[21.04640882355698,44.02679073266732],[20.57079918593766,44.0030093506487],[19.63588674330962,43.94974049042288],[18.722716079581,43.88886350194563],[18.27428516089402,43.85556797212411],[17.39372616864253,43.78327879126972],[16.53491194590655,43.70337350718669],[0,34.65157102013817],[2.382380344706042,14.40133445426982],[18.57730833829779,0]],"i":[[0,0],[0,0],[-0.9661440693933907,-8.212224799562412],[0,0],[11.02327429831369,-1.0881951096017],[0,0],[0,0],[0.1503833009051913,-0.01078045385710392],[0,0],[0,0],[0.1594424533272489,-0.007609756443492692],[0,0],[0,0],[0.1685017303583097,-0.004439059516635444],[0,0],[0,0],[0.1775609918132451,-0.00126825793767257],[0,0],[0,0],[0.3478745370798409,0.005073135916041926],[0,0],[0.3333797374432947,0.01014637697094346],[0,0],[0,0],[0.1576306539950882,0.00824393798175878],[0,0],[0,0],[0.1485713769640273,0.01141463490861603],[0,0],[0,0],[0,4.946341543217564],[0,0],[-8.268860565638708,0]],"o":[[0,0],[8.268860565638708,0],[0,0],[0,4.946341543217564],[0,0],[0,0],[-0.1485713769640273,0.01141463490861603],[0,0],[0,0],[-0.1576306539950882,0.00824393798175878],[0,0],[0,0],[-0.1666899154500236,0.005073135916041926],[0,0],[0,0],[-0.1757490834482065,0.001902439110873173],[0,0],[0,0],[-0.3551218901697377,-0.002536620284073777],[0,0],[-0.3406271839899441,-0.007609756443492692],[0,0],[0,0],[-0.1594424533272489,-0.007609756443492692],[0,0],[0,0],[-0.1503833009051913,-0.01078045385710392],[0,0],[0,0],[-11.02327429831369,-1.0881951096017],[0,0],[0.966144007088889,-8.212224799562412],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[0.49019607843137253,0.7411764705882353,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[-59.92381286621094,-48.6881103515625],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[220.4889297485352,220.4889297485352],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":251,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Group Layer 1","sr":1,"ks":{"p":{"a":0,"k":[187.5,205.7507934570312],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":1,"k":[{"t":0,"s":[31.962668895721443,31.962668895721443],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":33,"s":[39.23761546611786,39.23761546611786],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"shapes":[{"ty":"gr","nm":"email 8","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":false,"v":[[-20.764,-20.695],[-20.556,-20.624],[20.764,20.695]],"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]]}}},{"ty":"st","c":{"a":0,"k":[0.7764705882352941,0.8823529411764706,1],"ix":2},"o":{"a":0,"k":100,"ix":2},"w":{"a":0,"k":20,"ix":2},"lc":2,"lj":3,"ml":4},{"ty":"tr","p":{"a":0,"k":[-1.168670654296875,0.3438720703125],"ix":2},"a":{"a":0,"k":[-20.25,-20.25],"ix":2},"s":{"a":1,"k":[{"t":180,"s":[100,100],"i":{"x":[0.29],"y":[1.08]},"o":{"x":[0.22],"y":[1.02]}},{"t":220,"s":[0,0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"r":{"a":1,"k":[{"t":0,"s":[-360],"i":{"x":[0.337],"y":[1]},"o":{"x":[0.333],"y":[0]}},{"t":180,"s":[-0.006847620219730288],"i":{"x":[0.29],"y":[1.08]},"o":{"x":[0.22],"y":[1.02]}}],"ix":2},"o":{"a":1,"k":[{"t":180,"s":[100],"i":{"x":[0.29],"y":[1.08]},"o":{"x":[0.22],"y":[1.02]}},{"t":220,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"email 3","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":false,"v":[[-0.104,-44.104],[-0.104,-44.103],[-0.104,44.033],[0.104,44.104]],"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]]}}},{"ty":"st","c":{"a":0,"k":[0.7764705882352941,0.8823529411764706,1],"ix":2},"o":{"a":0,"k":100,"ix":2},"w":{"a":0,"k":20,"ix":2},"lc":2,"lj":2,"ml":4},{"ty":"tr","p":{"a":0,"k":[-1.57867431640625,-0.1341552734375],"ix":2},"a":{"a":0,"k":[0,44],"ix":2},"s":{"a":1,"k":[{"t":180,"s":[100,100],"i":{"x":[0.29],"y":[1.08]},"o":{"x":[0.22],"y":[1.02]}},{"t":220,"s":[0,0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"r":{"a":1,"k":[{"t":0,"s":[-5400],"i":{"x":[0.337],"y":[1]},"o":{"x":[0.333],"y":[0]}},{"t":180,"s":[-0.1027143032961249],"i":{"x":[0.29],"y":[1.08]},"o":{"x":[0.22],"y":[1.02]}}],"ix":2},"o":{"a":1,"k":[{"t":180,"s":[100],"i":{"x":[0.29],"y":[1.08]},"o":{"x":[0.22],"y":[1.02]}},{"t":220,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"email 2","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":false,"v":[[113.513,59.613],[128.233,-0.001],[0,-128.233],[-128.233,-0.001],[0,128.233],[55.481,115.581]],"i":[[0,0],[0,21.53],[70.822,0],[0,-70.821],[-70.82,0],[-16.776,8.103]],"o":[[9.393,-17.8],[0,-70.821],[-70.821,0],[0,70.821],[19.884,0],[0,0]]}}},{"ty":"st","c":{"a":0,"k":[0.7764705882352941,0.8823529411764706,1],"ix":2},"o":{"a":0,"k":100,"ix":2},"w":{"a":0,"k":20,"ix":2},"lc":2,"lj":2,"ml":4},{"ty":"tm","s":{"a":0,"k":0,"ix":2},"e":{"a":1,"k":[{"t":0,"s":[0],"i":{"x":[0.268],"y":[1]},"o":{"x":[0.333],"y":[0]}},{"t":100,"s":[100],"i":{"x":[0.303],"y":[1]},"o":{"x":[0.333],"y":[0]}}],"ix":2},"o":{"a":0,"k":0,"ix":2},"m":1},{"ty":"tr","p":{"a":0,"k":[0.2163238525390625,3.89385986328125],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":1,"k":[{"t":180,"s":[100,100],"i":{"x":[0.29],"y":[1.08]},"o":{"x":[0.22],"y":[1.02]}},{"t":220,"s":[0,0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":180,"s":[100],"i":{"x":[0.29],"y":[1.08]},"o":{"x":[0.22],"y":[1.02]}},{"t":220,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"email 7 (In/Out)","it":[{"ty":"gr","nm":"b","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[-214.25,-90.298],[-79.8,-216.284],[81.35,-216.029],[215.535,-85.669],[215.361,86.758],[79.8,216.285],[-81.35,216.03],[-215.734,83.521],[-214.25,-90.299],[-214.25,-90.298]],"i":[[0,0],[-72.697,12.287],[-53.65,-9.451],[-14.335,-74.13],[11.423,-57.236],[72.429,-12.242],[53.65,9.45],[14.334,74.129],[-12.004,57.885],[0,0]],"o":[[15.147,-73.026],[53.74,-9.081],[74.852,13.185],[11.075,57.29],[-15.324,72.52],[-53.74,9.08],[-74.852,-13.186],[-11.64,-57.668],[0,0],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[0.42745098039215684,0.7098039215686275,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[249.885,246.106],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[80,80],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"tr","p":{"a":0,"k":[-249.8846740722656,-246.1061401367188],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"email 5 (In/Out)","it":[{"ty":"gr","nm":"b","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[-214.25,-90.298],[-79.8,-216.284],[81.35,-216.029],[215.535,-85.669],[215.361,86.758],[79.8,216.285],[-81.35,216.03],[-215.734,83.521],[-214.25,-90.299],[-214.25,-90.298]],"i":[[0,0],[-72.697,12.287],[-53.65,-9.451],[-14.335,-74.13],[11.423,-57.236],[72.429,-12.242],[53.65,9.45],[14.334,74.129],[-12.004,57.885],[0,0]],"o":[[15.147,-73.026],[53.74,-9.081],[74.852,13.185],[11.075,57.29],[-15.324,72.52],[-53.74,9.08],[-74.852,-13.186],[-11.64,-57.668],[0,0],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[0.42745098039215684,0.7098039215686275,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[249.885,246.106],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":1,"k":[{"t":33,"s":[80,80],"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]}},{"t":100,"s":[108,108],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":33,"s":[100],"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]}},{"t":100,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"tr","p":{"a":0,"k":[-249.8846740722656,-246.1061401367188],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":0,"s":[100],"h":1},{"t":100,"s":[0],"h":1}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"email 6 (In/Out)","it":[{"ty":"gr","nm":"b","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[-214.25,-90.298],[-79.8,-216.284],[81.35,-216.029],[215.535,-85.669],[215.361,86.758],[79.8,216.285],[-81.35,216.03],[-215.734,83.521],[-214.25,-90.299],[-214.25,-90.298]],"i":[[0,0],[-72.697,12.287],[-53.65,-9.451],[-14.335,-74.13],[11.423,-57.236],[72.429,-12.242],[53.65,9.45],[14.334,74.129],[-12.004,57.885],[0,0]],"o":[[15.147,-73.026],[53.74,-9.081],[74.852,13.185],[11.075,57.29],[-15.324,72.52],[-53.74,9.08],[-74.852,-13.186],[-11.64,-57.668],[0,0],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[0.42745098039215684,0.7098039215686275,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[249.885,246.106],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[80,80],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"tr","p":{"a":0,"k":[-249.8846740722656,-246.1061401367188],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":0,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"email 4 (In/Out)","it":[{"ty":"gr","nm":"b","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[-214.25,-90.298],[-79.8,-216.284],[81.35,-216.029],[215.535,-85.669],[215.361,86.758],[79.8,216.285],[-81.35,216.03],[-215.734,83.521],[-214.25,-90.299],[-214.25,-90.298]],"i":[[0,0],[-72.697,12.287],[-53.65,-9.451],[-14.335,-74.13],[11.423,-57.236],[72.429,-12.242],[53.65,9.45],[14.334,74.129],[-12.004,57.885],[0,0]],"o":[[15.147,-73.026],[53.74,-9.081],[74.852,13.185],[11.075,57.29],[-15.324,72.52],[-53.74,9.08],[-74.852,-13.186],[-11.64,-57.668],[0,0],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[0.42745098039215684,0.7098039215686275,0.9882352941176471],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[249.885,246.106],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":1,"k":[{"t":0,"s":[80,80],"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]}},{"t":67,"s":[108,108],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":0,"s":[100],"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]}},{"t":67,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"tr","p":{"a":0,"k":[-249.8846740722656,-246.1061401367188],"ix":2},"a":{"a":0,"k":[0,0],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":0,"s":[100],"h":1},{"t":67,"s":[0],"h":1}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"b","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[-214.25,-90.298],[-79.8,-216.284],[81.35,-216.029],[215.535,-85.669],[215.361,86.758],[79.8,216.285],[-81.35,216.03],[-215.734,83.521],[-214.25,-90.299],[-214.25,-90.298]],"i":[[0,0],[-72.697,12.287],[-53.65,-9.451],[-14.335,-74.13],[11.423,-57.236],[72.429,-12.242],[53.65,9.45],[14.334,74.129],[-12.004,57.885],[0,0]],"o":[[15.147,-73.026],[53.74,-9.081],[74.852,13.185],[11.075,57.29],[-15.324,72.52],[-53.74,9.08],[-74.852,-13.186],[-11.64,-57.668],[0,0],[0,0]]}}},{"ty":"gf","o":{"a":0,"k":100,"ix":2},"r":1,"bm":0,"g":{"p":4,"k":{"a":0,"k":[0,0.09803921568627451,0.1568627450980392,0.32941176470588235,0.3991578129067966,0.1607843137254902,0.3333333333333333,0.5607843137254902,0.6085965540887877,0.1607843137254902,0.3333333333333333,0.5607843137254902,1,0.16862745098039217,0.34509803921568627,0.5686274509803921,0,1,0.3991578129067966,1,0.6085965540887877,1,1,1],"ix":2}},"s":{"a":0,"k":[-162.1506958007812,-305.2666320800781],"ix":2},"e":{"a":0,"k":[278.2066040039062,539.863525390625],"ix":2},"t":1},{"ty":"gs","o":{"a":1,"k":[{"t":0,"s":[0],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":220,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"bm":0,"g":{"p":3,"k":{"a":0,"k":[0,0.3215686274509804,0.6549019607843137,0.9921568627450981,0.1988980792966362,0.6039215686274509,0.792156862745098,0.9882352941176471,1,0.6039215686274509,0.792156862745098,0.9882352941176471,0,1,0.1988980792966362,1,1,1],"ix":2}},"s":{"a":0,"k":[-107.9983825683594,-223.1061553955078],"ix":2},"e":{"a":0,"k":[196.8783721923828,179.7891387939453],"ix":2},"t":1,"w":{"a":0,"k":56,"ix":2},"lc":1,"lj":1,"ml":4},{"ty":"tr","p":{"a":0,"k":[0.0000814955637906678,-0.00002206603312515654],"ix":2},"a":{"a":0,"k":[-0.0002986737657693084,0.0001250053516059779],"ix":2},"s":{"a":0,"k":[80.0000011920929,80.0000011920929],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":251,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Frame 1116607007","sr":1,"ks":{"p":{"a":1,"k":[{"t":180,"s":[187.5,225.0479125976562],"i":{"x":[0.29],"y":[1.08]},"o":{"x":[0.22],"y":[1.02]}},{"t":220,"s":[187.5,328.0479125976563],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"a":{"a":0,"k":[34.66513442993164,32.54629516601562],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":1,"k":[{"t":180,"s":[0],"i":{"x":[0.29],"y":[1.08]},"o":{"x":[0.22],"y":[1.02]}},{"t":220,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}],"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}},"ao":0,"shapes":[{"ty":"gr","nm":"Фигура_24_копия_9","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[2.969582342518919,0],[5.939471721649169,2.935828219048521],[2.969582342518919,5.941596984863281],[0,2.935828219048521],[2.969582342518919,0]],"i":[[0,0],[-1.469930923254445,-0.3301509255082659],[0.3758736526211803,-2.435880410863081],[1.494832290243922,0.3307531297154077],[-0.318435999724654,1.481810880471045]],"o":[[0.3470832694464329,1.466025161497555],[0,0],[-0.312623300728269,-1.498728672326825],[1.485354404004272,-0.3014755256303311],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[0.09411764705882353,0.1568627450980392,0.32941176470588235],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[43.41895294189453,44.31064224243164],"ix":2},"a":{"a":0,"k":[2.969735860824585,2.970798492431641],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Фигура_24_копия_3","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[4.319809436798096,0],[8.639618873596191,4.232531266903968],[4.319809436798096,8.566025733947754],[0,4.232531266903968],[4.319809436798096,0]],"i":[[0,0],[-2.131734111250773,-0.4670392232474784],[0.546476408384794,-3.512411341593932],[2.168250531168267,0.4667185419733376],[-0.8092230950334325,3.675107587293172]],"o":[[0.5104467423960173,2.12175864760651],[0,0],[-0.4598583832202528,-2.169715669236904],[0,0],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[0.09411764705882353,0.1568627450980392,0.32941176470588235],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[41.29637145996094,28.64238739013672],"ix":2},"a":{"a":0,"k":[4.319809436798096,4.283012866973877],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Фигура_24_копия_2","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[9.024920420364223,0],[18.04984283447266,8.980222856287773],[9.024920420364223,18.17422294616699],[1.512573810872342e-7,8.980222856287773],[9.024920420364223,0]],"i":[[0,0],[-7.654320465031228,-1.742521136134723],[1.141609710228279,-7.450874475409335],[7.860199476476163,1.843179800581487],[-1.690215095831493,7.797249657915824]],"o":[[0,0],[0,0],[0,0],[-0.001216411160272215,0],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[0.09411764705882353,0.1568627450980392,0.32941176470588235],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[31.57765579223633,37.73945617675781],"ix":2},"a":{"a":0,"k":[9.024921417236328,9.087111473083496],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Эллипс_11","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[34.34956300201573,0.002396399319862064],[55.32975843584593,0.6197294241173192],[68.6431655883789,8.484795416667737],[34.32158279418945,16.77469635009766],[0,8.484795416667737],[15.22075455885548,0.311063886930172],[34.34956300201573,0.002396399319862064]],"i":[[0,0],[-4.752247597648129,-0.547388905604536],[-0.9925984458385559,-3.778199464451408],[18.95516328136537,0],[0,4.578299256351013],[-10.78842566742536,0.8408500555621304],[-8.569372286186562,0]],"o":[[9.448539764004517,0],[8.656042345643307,0.9451580827230097],[0,4.578299256351013],[-18.95516328136537,0],[2.192292348065925,-4.295177601852573],[4.60536496433437,-0.3588438125044536],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[0.12156862745098039,0.22745098039215686,0.4196078431372549],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[34.54814529418945,8.387348175048828],"ix":2},"a":{"a":0,"k":[34.32158279418945,8.387348175048828],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]},{"ty":"gr","nm":"Эллипс_10","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[34.78720739883821,0.08901026672628823],[64.61138740009523,31.35312314793937],[34.78720739883821,64.98712158203125],[4.016354045797195,29.93325826511747],[34.78720739883821,0.08901026672628823]],"i":[[0,0],[13.89364061212535,-34.02356010448104],[9.945142901981315,0],[8.701353567681943,23.09098928687506],[-24.88216666737669,0]],"o":[[24.88216666737669,0],[-9.30986722073977,22.79935235753382],[-9.471346543445868,0],[-12.47864048975709,-33.11519827595521],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[0.1450980392156863,0.27058823529411763,0.5019607843137255],"ix":2},"o":{"a":0,"k":100,"ix":2},"r":1,"bm":0},{"ty":"tr","p":{"a":0,"k":[34.66513442993164,32.59902954101562],"ix":2},"a":{"a":0,"k":[34.66513442993164,32.49356079101562],"ix":2},"s":{"a":0,"k":[100,100],"ix":2},"r":{"a":0,"k":0,"ix":2},"o":{"a":0,"k":100,"ix":2},"sk":{"a":0,"k":0,"ix":2},"sa":{"a":0,"k":0,"ix":2}}]}],"ip":0,"op":251,"st":0,"bm":0}],"markers":[]}
\ No newline at end of file
{"v":"5.7.4","fr":30,"ip":20,"op":71,"w":245,"h":30,"nm":"CL_Onboarding_Full_LIGHT","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 3","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[375,743,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":[491,60],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":1224,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.098039223166,0.117647066303,0.227450995352,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-0.5,95],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"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":102,"st":0,"bm":0},{"ddd":0,"ind":3,"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":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":20,"s":[-116,743,0],"to":[81.833,0,0],"ti":[-81.833,0,0]},{"t":70,"s":[375,743,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":[491,60],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":1224,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","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":20,"s":[0,0.539,0.804,0.571,0.5,0.458,0.865,0.481,1,0.377,0.925,0.391]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":58,"s":[0,0.929,0.69,0.722,0.5,0.922,0.402,0.418,1,0.914,0.114,0.114]},{"t":70,"s":[0,0.929,0.69,0.722,0.5,0.922,0.402,0.418,1,0.914,0.114,0.114]}],"ix":9}},"s":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":20,"s":[211,0],"to":[-76.333,0],"ti":[76.333,0]},{"t":70,"s":[-247,0]}],"ix":5},"e":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":20,"s":[247,2],"to":[-1.167,0],"ti":[1.167,0]},{"t":70,"s":[240,2]}],"ix":6},"t":1,"nm":"Gradient Fill 1","mn":"ADBE Vector Graphic - G-Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-0.5,95],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"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":102,"st":0,"bm":0},{"ddd":0,"ind":4,"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":[375,743,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":[491,60],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":1224,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"fl","c":{"a":0,"k":[0.937254901961,0.956862745098,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":[-0.5,95],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"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":102,"st":0,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"CL_Onboarding_Page_01","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[122.5,2,0],"ix":2,"l":2},"a":{"a":0,"k":[375,812,0],"ix":1,"l":2},"s":{"a":0,"k":[50,50,100],"ix":6,"l":2}},"ao":0,"w":750,"h":1624,"ip":0,"op":90,"st":0,"bm":0}],"markers":[]}
\ No newline at end of file
{"v":"5.7.5","fr":100,"ip":0,"op":120,"w":375,"h":251,"nm":"Comp 1","assets":[{"id":"0","layers":[{"ind":1,"ty":3,"nm":"Ellipse 1279","sr":1,"ks":{"p":{"a":0,"k":[67.773,13.639]},"a":{"a":0,"k":[67.773,283.639]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0},{"ind":2,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[67.773,283.639]},"a":{"a":0,"k":[67.773,283.639]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":1},{"refId":"1","w":41,"h":34,"ind":3,"ty":0,"nm":"Stroke group","sr":1,"ks":{"p":{"a":0,"k":[47,270]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":2},{"ind":4,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[67.773,283.639]},"a":{"a":0,"k":[67.773,283.639]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":1},{"refId":"2","w":27,"h":27,"ind":5,"ty":0,"nm":"Fill group","sr":1,"ks":{"p":{"a":0,"k":[54,270]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":4},{"ind":6,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":1,"k":[{"t":100,"s":[306,207],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}},{"t":120,"s":[306,187],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}]},"a":{"a":0,"k":[306,457]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0},{"refId":"3","w":82,"h":55,"ind":7,"ty":0,"nm":"badgeke","sr":1,"ks":{"p":{"a":0,"k":[265,429]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":1,"k":[{"t":100,"s":[0],"o":{"x":[0],"y":[0]},"i":{"x":[0.58],"y":[1]}},{"t":120,"s":[100],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}]},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":6},{"ind":8,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[187.5,126.5]},"a":{"a":0,"k":[187.5,396.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0},{"refId":"4","w":348,"h":251,"ind":9,"ty":0,"nm":"content","sr":1,"ks":{"p":{"a":0,"k":[-1,271]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":8},{"ind":10,"ty":4,"nm":"down","sr":1,"ks":{"p":{"a":0,"k":[0,-270]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"tr","p":{"a":0,"k":[-228.5,3513]},"a":{"a":0,"k":[-228.5,3513]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"ind":11,"ty":4,"nm":"Frame region - box","sr":1,"ks":{"p":{"a":0,"k":[0,-270]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[375,252]},"p":{"a":0,"k":[187.5,396]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":0},"r":1}],"ip":0,"op":121,"st":0}]},{"id":"5","layers":[{"ind":12,"ty":4,"nm":"Frame region","sr":1,"ks":{"p":{"a":0,"k":[0,-270]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"td":1,"ao":0,"shapes":[{"ty":"gr","nm":"Frame region","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[375,541.051]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[187.5,541.475]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"refId":"0","w":375,"h":252,"ind":13,"ty":0,"nm":"4)Avg Silinen foto/email/duplicates","sr":1,"ks":{"p":{"a":0,"k":[187.5,396]},"a":{"a":0,"k":[187.5,396]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"tt":1}]},{"id":"6","layers":[{"ind":14,"ty":4,"nm":"Solid","sr":1,"ks":{"p":{"a":0,"k":[-47,-270]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"gr","nm":"Solid","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[35.279,35.279]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0.008,0.502,0.984]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[67.773,283.639]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"ind":15,"ty":4,"nm":"Stroke mask - box","sr":1,"ks":{"p":{"a":0,"k":[-47,-270]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[41,34]},"p":{"a":0,"k":[67.5,287]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":0},"r":1}],"ip":0,"op":121,"st":0}]},{"id":"1","layers":[{"ind":16,"ty":4,"nm":"Stroke mask","sr":1,"ks":{"p":{"a":0,"k":[-47,-270]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"td":1,"ao":0,"shapes":[{"ty":"gr","nm":"Stroke mask","it":[{"ty":"el","d":1,"s":{"a":0,"k":[20.681,20.681]},"p":{"a":0,"k":[0,0]}},{"ty":"st","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"w":{"a":0,"k":4.866},"lc":1,"lj":1,"ml":4},{"ty":"tr","p":{"a":0,"k":[67.773,283.639]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"refId":"6","w":41,"h":34,"ind":3,"ty":0,"nm":"Stroke group","sr":1,"ks":{"p":{"a":0,"k":[67.5,287]},"a":{"a":0,"k":[67.5,287]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"tt":1}]},{"id":"7","layers":[{"ind":17,"ty":4,"nm":"Solid","sr":1,"ks":{"p":{"a":0,"k":[-54,-270]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"gr","nm":"Solid","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[25.547,25.547]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0.961,0.976,0.996]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[67.773,283.639]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"ind":18,"ty":4,"nm":"Fill mask - box","sr":1,"ks":{"p":{"a":0,"k":[-54,-270]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[27,27]},"p":{"a":0,"k":[67.5,283.5]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":0},"r":1}],"ip":0,"op":121,"st":0}]},{"id":"2","layers":[{"ind":19,"ty":4,"nm":"Fill mask","sr":1,"ks":{"p":{"a":0,"k":[-54,-270]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"td":1,"ao":0,"shapes":[{"ty":"gr","nm":"Fill mask","it":[{"ty":"el","d":1,"s":{"a":0,"k":[25.547,25.547]},"p":{"a":0,"k":[0,0]}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[67.773,283.639]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"refId":"7","w":27,"h":27,"ind":5,"ty":0,"nm":"Fill group","sr":1,"ks":{"p":{"a":0,"k":[67.5,283.5]},"a":{"a":0,"k":[67.5,283.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"tt":1}]},{"id":"3","layers":[{"ind":20,"ty":4,"nm":"Polygon 3","sr":1,"ks":{"p":{"a":0,"k":[-265,-429]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"gr","nm":"Polygon 3","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[7.253,8.159],[0,0],[16,0],[8.747,8.159],[7.253,8.159]],"i":[[0,0],[0,0],[0,0],[1.988,-2.236],[0.398,0.448]],"o":[[-1.988,-2.236],[0,0],[0,0],[-0.398,0.448],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[1,1,1]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[305.928,475.5]},"a":{"a":0,"k":[8,4.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"ind":21,"ty":3,"nm":"badge","sr":1,"ks":{"p":{"a":0,"k":[41,28]},"a":{"a":0,"k":[306,457]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0},{"ind":22,"ty":3,"nm":"Frame 1116607000","sr":1,"ks":{"p":{"a":0,"k":[306,453.5]},"a":{"a":0,"k":[306,453.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":21},{"ind":23,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[306,453.5]},"a":{"a":0,"k":[306,453.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":22},{"refId":"8","w":82,"h":47,"ind":24,"ty":0,"nm":"Frame stroke","sr":1,"ks":{"p":{"a":0,"k":[265,430]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":23},{"ind":25,"ty":4,"nm":"0","sr":1,"ks":{"p":{"a":0,"k":[0,0]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"parent":22,"shapes":[],"ip":0,"op":121,"st":0},{"ind":26,"ty":4,"nm":"0","sr":1,"ks":{"p":{"a":0,"k":[0,0]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"parent":25,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[939,39],[515.5,-86.5],[244.5,-449.5],[150,-1022],[245.5,-1592.5],[516.5,-1952],[939,-2076],[1362,-1952],[1633.5,-1592],[1728,-1022],[1633.5,-448.5],[1362.5,-86],[939,39]],"i":[[0,0],[117.667,83.667],[63,158.333],[0,223.333],[-63,157],[-117.667,82.667],[-164,0],[-118,-82.667],[-63,-157.333],[0,-222.667],[63,-158.333],[117.667,-83.333],[164.667,0]],"o":[[-164.667,0],[-117.667,-83.667],[-63,-158.333],[0.667,-223.333],[63,-157],[117.667,-82.667],[164,0],[118,82.667],[63,157.333],[0,224],[-63,158.333],[-117.667,83.333],[0,0]]}}},{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[939,-274],[1242.5,-463.5],[1354,-1022],[1303,-1432],[1159,-1682.5],[939,-1767],[637,-1577.5],[525,-1022],[574.5,-610],[718,-358.5],[939,-274]],"i":[[0,0],[-74.333,126.333],[0,246],[34,110.667],[62,56.333],[84.667,0],[74,-126.333],[0.667,-244],[-33.667,-111.333],[-62,-56.333],[-85.333,0]],"o":[[128,0],[74.333,-126.333],[0,-162.667],[-34,-110.667],[-62,-56.333],[-127.333,0],[-74,126.333],[-0.667,163.333],[33.667,111.333],[62,56.333],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[-7.337,8]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[0.781,0.781]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]},{"ty":"fl","c":{"a":0,"k":[0,0.498,0.984]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[322.178,453.5]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"ind":27,"ty":4,"nm":"Group 427323820","sr":1,"ks":{"p":{"a":0,"k":[0,0]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"parent":22,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","nm":"Combined-Shape","it":[{"ty":"gr","nm":"Path","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[11.236,0],[13.946,1.25],[12.956,1.343],[11.237,0.863],[9.647,1.342],[8.633,1.27],[11.236,0]],"i":[[0,0],[0,-0.784],[0.729,0.422],[0.603,0.025],[0,0],[0,0.348],[-0.934,-0.001]],"o":[[1.009,0.001],[0,0.348],[-0.528,-0.291],[-0.766,0],[-0.636,0.374],[-0.001,-0.816],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[11.29,0.797]},"a":{"a":0,"k":[11.29,0.797]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]},{"ty":"gr","nm":"Path","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[2.71,0],[5.313,1.269],[4.299,1.342],[2.71,0.863],[0.99,1.343],[0,1.249],[2.71,0]],"i":[[0,0],[0.001,-0.815],[0.637,0.373],[0.766,0],[0.528,-0.291],[0,0.347],[-1.009,0.001]],"o":[[0.934,0],[0,0.347],[0,0],[-0.602,0.025],[-0.729,0.422],[0,-0.784],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[2.657,0.796]},"a":{"a":0,"k":[2.657,0.796]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]},{"ty":"fl","c":{"a":0,"k":[0.282,0.886,0.996]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[0,0]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]},{"ty":"tr","p":{"a":0,"k":[294.506,453.08]},"a":{"a":0,"k":[6.973,0.797]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]},{"ty":"gr","nm":"Rectangle","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[5.69,0],[12.577,0],[17.413,4.289],[18.267,11.381],[17.211,12.862],[17.083,12.93],[16.334,13.24],[16.162,13.295],[15.983,13.349],[15.797,13.4],[15.603,13.449],[15.194,13.542],[14.979,13.585],[14.868,13.605],[14.642,13.645],[14.526,13.664],[14.288,13.701],[14.043,13.736],[13.918,13.752],[13.662,13.784],[13.399,13.813],[13.129,13.84],[12.851,13.866],[12.566,13.889],[12.274,13.91],[11.975,13.929],[11.668,13.945],[11.354,13.96],[11.032,13.973],[10.703,13.983],[10.367,13.992],[10.024,13.998],[9.673,14.002],[9.315,14.004],[8.952,14.004],[8.593,14.002],[8.243,13.998],[7.899,13.992],[7.563,13.983],[7.234,13.973],[6.913,13.96],[6.599,13.945],[6.292,13.929],[5.845,13.899],[5.557,13.877],[5.275,13.853],[5.001,13.827],[4.735,13.799],[4.475,13.768],[4.348,13.752],[4.1,13.719],[3.978,13.701],[3.741,13.664],[3.625,13.645],[3.398,13.605],[3.288,13.585],[3.072,13.542],[2.763,13.473],[2.566,13.425],[2.47,13.4],[2.283,13.349],[2.104,13.295],[1.933,13.24],[1.184,12.93],[1.056,12.862],[0,11.381],[0.854,4.289],[5.69,0]],"i":[[0,0],[0,0],[-0.295,-2.447],[0,0],[0.704,-0.392],[0,0],[0.28,-0.094],[0,0],[0.061,-0.017],[0,0],[0,0],[0.141,-0.029],[0,0],[0.037,-0.007],[0,0],[0.039,-0.006],[0,0],[0,0],[0.042,-0.005],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.042,0.005],[0,0],[0.04,0.006],[0,0],[0.038,0.006],[0,0],[0.037,0.007],[0,0],[0.1,0.024],[0,0],[0.032,0.008],[0,0],[0.058,0.018],[0,0],[0.219,0.112],[0,0],[0,0.595],[0,0],[-2.465,0]],"o":[[0,0],[2.465,0],[0,0],[0,0.595],[0,0],[-0.219,0.112],[0,0],[-0.058,0.018],[0,0],[0,0],[-0.132,0.032],[0,0],[-0.037,0.007],[0,0],[-0.038,0.006],[0,0],[0,0],[-0.041,0.006],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.043,-0.005],[0,0],[-0.041,-0.006],[0,0],[-0.039,-0.006],[0,0],[-0.037,-0.007],[0,0],[-0.106,-0.022],[0,0],[-0.032,-0.008],[0,0],[-0.061,-0.017],[0,0],[-0.28,-0.094],[0,0],[-0.704,-0.392],[0,0],[0.295,-2.447],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[0.145,0.271,0.502]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[294.5,453.044]},"a":{"a":0,"k":[9.133,7.002]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]},{"ty":"gr","it":[{"ty":"gr","nm":"Vector","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[8.324,0],[16.031,0],[23.288,6.453],[24.355,15.527],[16.946,19.582],[16.562,19.618],[16.167,19.651],[15.966,19.666],[15.557,19.693],[15.138,19.717],[14.925,19.727],[14.491,19.746],[14.048,19.761],[13.823,19.768],[13.365,19.778],[12.897,19.785],[12.66,19.787],[12.178,19.789],[11.695,19.787],[11.223,19.782],[10.76,19.773],[10.307,19.761],[9.864,19.746],[9.43,19.727],[9.217,19.717],[8.798,19.693],[8.389,19.666],[8.188,19.651],[7.794,19.618],[7.409,19.582],[0,15.527],[1.067,6.453],[8.324,0]],"i":[[0,0],[0,0],[-0.433,-3.68],[0,0],[4.939,-0.488],[0,0],[0,0],[0.067,-0.005],[0,0],[0,0],[0.071,-0.003],[0,0],[0,0],[0.076,-0.002],[0,0],[0,0],[0.08,-0.001],[0,0],[0,0],[0.156,0.002],[0,0],[0.149,0.005],[0,0],[0,0],[0.071,0.004],[0,0],[0,0],[0.067,0.005],[0,0],[0,0],[0,2.216],[0,0],[-3.705,0]],"o":[[0,0],[3.705,0],[0,0],[0,2.216],[0,0],[0,0],[-0.067,0.005],[0,0],[0,0],[-0.071,0.004],[0,0],[0,0],[-0.075,0.002],[0,0],[0,0],[-0.079,0.001],[0,0],[0,0],[-0.159,-0.001],[0,0],[-0.153,-0.003],[0,0],[0,0],[-0.071,-0.003],[0,0],[0,0],[-0.067,-0.005],[0,0],[0,0],[-4.939,-0.488],[0,0],[0.433,-3.68],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[0.514,0.753,0.992]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[294.5,453.5]},"a":{"a":0,"k":[12.178,9.894]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]},{"ty":"tr","p":{"a":0,"k":[294.5,453.5]},"a":{"a":0,"k":[294.5,453.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]},{"ty":"tr","p":{"a":0,"k":[294.5,453.5]},"a":{"a":0,"k":[294.5,453.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]},{"ty":"tr","p":{"a":0,"k":[294.5,453.5]},"a":{"a":0,"k":[294.5,453.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]},{"ty":"tr","p":{"a":0,"k":[294.5,453.5]},"a":{"a":0,"k":[294.5,453.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"ind":28,"ty":4,"nm":"Frame background","sr":1,"ks":{"p":{"a":0,"k":[0,0]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"parent":22,"shapes":[{"ty":"gr","nm":"Frame background","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[71.355,37]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":8}},{"ty":"fl","c":{"a":0,"k":[1,1,1]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[306,453.5]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"ind":29,"ty":3,"nm":"Frame 1116607003","sr":1,"ks":{"p":{"a":0,"k":[305.928,475.5]},"a":{"a":0,"k":[305.928,475.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":21},{"ind":30,"ty":3,"nm":"Polygon 2","sr":1,"ks":{"p":{"a":0,"k":[305.928,475.5]},"a":{"a":0,"k":[8,4.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":29},{"ind":31,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[8,4.5]},"a":{"a":0,"k":[8,4.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":30},{"refId":"9","w":25,"h":18,"ind":32,"ty":0,"nm":"Stroke group","sr":1,"ks":{"p":{"a":0,"k":[-5,-5]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":31},{"ind":33,"ty":4,"nm":"Filled region","sr":1,"ks":{"p":{"a":0,"k":[0,0]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"parent":30,"shapes":[{"ty":"gr","nm":"Filled region","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[7.253,8.159],[0,0],[16,0],[8.747,8.159],[7.253,8.159]],"i":[[0,0],[0,0],[0,0],[1.988,-2.236],[0.398,0.448]],"o":[[-1.988,-2.236],[0,0],[0,0],[-0.398,0.448],[0,0]]}}},{"ty":"fl","c":{"a":0,"k":[1,1,1]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[8,4.247]},"a":{"a":0,"k":[8,4.247]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0}]},{"id":"10","layers":[{"ind":34,"ty":4,"nm":"Solid","sr":1,"ks":{"p":{"a":0,"k":[-265,-430]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"gr","nm":"Solid","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[91.355,57]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0.498,0.984]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[306,453.5]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"ind":35,"ty":4,"nm":"Stroke mask - box","sr":1,"ks":{"p":{"a":0,"k":[-265,-430]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[82,47]},"p":{"a":0,"k":[306,453.5]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":0},"r":1}],"ip":0,"op":121,"st":0}]},{"id":"8","layers":[{"ind":36,"ty":4,"nm":"Stroke mask","sr":1,"ks":{"p":{"a":0,"k":[-265,-430]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"td":1,"ao":0,"shapes":[{"ty":"gr","nm":"Stroke mask","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[73.355,39]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":9}},{"ty":"st","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"w":{"a":0,"k":2},"lc":1,"lj":1,"ml":4},{"ty":"tr","p":{"a":0,"k":[306,453.5]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"refId":"10","w":82,"h":47,"ind":24,"ty":0,"nm":"Frame stroke","sr":1,"ks":{"p":{"a":0,"k":[306,453.5]},"a":{"a":0,"k":[306,453.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"tt":1}]},{"id":"11","layers":[{"ind":37,"ty":4,"nm":"Solid","sr":1,"ks":{"p":{"a":0,"k":[5,5]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"gr","nm":"Solid","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[36,29]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0.498,0.984]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[8,4.5]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"ind":38,"ty":4,"nm":"Stroke mask - box","sr":1,"ks":{"p":{"a":0,"k":[5,5]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[25,18]},"p":{"a":0,"k":[7.5,4]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":0},"r":1}],"ip":0,"op":121,"st":0}]},{"id":"9","layers":[{"refId":"12","w":25,"h":18,"ind":32,"ty":0,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[7.5,4]},"a":{"a":0,"k":[7.5,4]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"td":1},{"refId":"11","w":25,"h":18,"ind":32,"ty":0,"nm":"Stroke group","sr":1,"ks":{"p":{"a":0,"k":[7.5,4]},"a":{"a":0,"k":[7.5,4]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"tt":1}]},{"id":"12","layers":[{"ind":39,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[13,9.5]},"a":{"a":0,"k":[8,4.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0},{"refId":"13","w":25,"h":18,"ind":40,"ty":0,"nm":"Stroke mask","sr":1,"ks":{"p":{"a":0,"k":[-5,-5]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":39}]},{"id":"14","layers":[{"ind":41,"ty":4,"nm":"Outlines","sr":1,"ks":{"p":{"a":0,"k":[5,5]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"gr","nm":"Outlines","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[7.253,8.159],[0,0],[16,0],[8.747,8.159],[7.253,8.159]],"i":[[0,0],[0,0],[0,0],[1.988,-2.236],[0.398,0.448]],"o":[[-1.988,-2.236],[0,0],[0,0],[-0.398,0.448],[0,0]]}}},{"ty":"st","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"w":{"a":0,"k":4},"lc":1,"lj":1,"ml":4},{"ty":"tr","p":{"a":0,"k":[8,4.247]},"a":{"a":0,"k":[8,4.247]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"ind":42,"ty":4,"nm":"Stroke adjustment mask - box","sr":1,"ks":{"p":{"a":0,"k":[5,5]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[25,18]},"p":{"a":0,"k":[7.5,4]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":0},"r":1}],"ip":0,"op":121,"st":0}]},{"id":"13","layers":[{"ind":43,"ty":4,"nm":"Stroke adjustment mask","sr":1,"ks":{"p":{"a":0,"k":[5,5]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"td":1,"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","nm":"Stroke adjustment mask","it":[{"ty":"gr","nm":"Path","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[-4,-4],[-4,13],[20,13],[20,-4],[-4,-4]],"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[8,4.5]},"a":{"a":0,"k":[8,4.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]},{"ty":"gr","nm":"Path","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":true,"v":[[0,0],[16,0],[8.747,8.159],[7.253,8.159],[0,0]],"i":[[0,0],[0,0],[1.988,-2.236],[0.398,0.448],[0,0]],"o":[[0,0],[0,0],[-0.398,0.448],[-1.988,-2.236],[0,0]]}}},{"ty":"tr","p":{"a":0,"k":[8,4.247]},"a":{"a":0,"k":[8,4.247]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[0,0]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]},{"ty":"tr","p":{"a":0,"k":[8,4.5]},"a":{"a":0,"k":[8,4.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"refId":"14","w":25,"h":18,"ind":40,"ty":0,"nm":"Stroke mask","sr":1,"ks":{"p":{"a":0,"k":[7.5,4]},"a":{"a":0,"k":[7.5,4]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"tt":1}]},{"id":"15","layers":[{"ind":44,"ty":3,"nm":"Frame 1116607016","sr":1,"ks":{"p":{"a":0,"k":[190.5,136.5]},"a":{"a":0,"k":[189.5,407.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0},{"ind":45,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[189.5,394.5]},"a":{"a":0,"k":[189.5,394.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":44},{"refId":"16","w":314,"h":247,"ind":46,"ty":0,"nm":"Line","sr":1,"ks":{"p":{"a":0,"k":[32,271]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":45},{"ind":47,"ty":4,"nm":"Frame region - box","sr":1,"ks":{"p":{"a":0,"k":[1,-271]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[348,251]},"p":{"a":0,"k":[173,396.5]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":0},"r":1}],"ip":0,"op":121,"st":0}]},{"id":"4","layers":[{"ind":48,"ty":4,"nm":"Frame region","sr":1,"ks":{"p":{"a":0,"k":[1,-271]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"td":1,"ao":0,"shapes":[{"ty":"gr","nm":"Frame region","it":[{"ty":"rc","d":1,"s":{"a":1,"k":[{"t":0,"s":[39.197,251],"o":{"x":[0],"y":[0]},"i":{"x":[0.58],"y":[1]}},{"t":100,"s":[318.38,251],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":1,"k":[{"t":0,"s":[47.599,396.5],"o":{"x":[0],"y":[0]},"i":{"x":[0.58],"y":[1]}},{"t":100,"s":[187.19,396.5],"i":{"x":[0.75],"y":[0.75]},"o":{"x":[0.25],"y":[0.25]}}]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"refId":"15","w":348,"h":251,"ind":9,"ty":0,"nm":"content","sr":1,"ks":{"p":{"a":0,"k":[173,396.5]},"a":{"a":0,"k":[173,396.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"tt":1}]},{"id":"17","layers":[{"ind":49,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[153,127.5]},"a":{"a":0,"k":[185,398.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0},{"refId":"18","w":305,"h":242,"ind":50,"ty":0,"nm":"crop","sr":1,"ks":{"p":{"a":0,"k":[32,277]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":49},{"ind":51,"ty":4,"nm":"Frame region - box","sr":1,"ks":{"p":{"a":0,"k":[-32,-271]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[314,247]},"p":{"a":0,"k":[189,394.5]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":0},"r":1}],"ip":0,"op":121,"st":0}]},{"id":"16","layers":[{"ind":52,"ty":4,"nm":"Frame region","sr":1,"ks":{"p":{"a":0,"k":[-32,-271]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"td":1,"ao":0,"shapes":[{"ty":"gr","nm":"Frame region","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[313,247]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[189.5,394.5]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"refId":"17","w":314,"h":247,"ind":46,"ty":0,"nm":"Line","sr":1,"ks":{"p":{"a":0,"k":[189,394.5]},"a":{"a":0,"k":[189,394.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"tt":1}]},{"id":"19","layers":[{"ind":53,"ty":3,"nm":"Ellipse 1281","sr":1,"ks":{"p":{"a":0,"k":[274.773,227.773]},"a":{"a":0,"k":[306.773,504.773]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0},{"ind":54,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[306.773,504.773]},"a":{"a":0,"k":[306.773,504.773]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":53},{"refId":"20","w":41,"h":35,"ind":55,"ty":0,"nm":"Stroke group","sr":1,"ks":{"p":{"a":0,"k":[286,484]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":54},{"ind":56,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[306.773,504.773]},"a":{"a":0,"k":[306.773,504.773]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":53},{"refId":"21","w":27,"h":27,"ind":57,"ty":0,"nm":"Fill group","sr":1,"ks":{"p":{"a":0,"k":[293,491]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":56},{"ind":58,"ty":4,"nm":"Vector 620","sr":1,"ks":{"p":{"a":0,"k":[-32,-277]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"gr","nm":"Vector 620","it":[{"ty":"sh","d":1,"ks":{"a":0,"k":{"c":false,"v":[[0,0],[295.088,225]],"i":[[0,0],[-169.887,0]],"o":[[176.273,0],[0,0]]}}},{"ty":"st","c":{"a":0,"k":[0,0.498,0.984]},"o":{"a":0,"k":100},"w":{"a":0,"k":8},"lc":2,"lj":1,"ml":4},{"ty":"tr","p":{"a":0,"k":[184.956,395.5]},"a":{"a":0,"k":[147.544,112.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"ind":59,"ty":4,"nm":"Frame region - box","sr":1,"ks":{"p":{"a":0,"k":[-32,-277]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[305,242]},"p":{"a":0,"k":[184.5,398]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":0},"r":1}],"ip":0,"op":121,"st":0}]},{"id":"18","layers":[{"ind":60,"ty":4,"nm":"Frame region","sr":1,"ks":{"p":{"a":0,"k":[-32,-277]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"td":1,"ao":0,"shapes":[{"ty":"gr","nm":"Frame region","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[304,241]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[185,398.5]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"refId":"19","w":305,"h":242,"ind":50,"ty":0,"nm":"crop","sr":1,"ks":{"p":{"a":0,"k":[184.5,398]},"a":{"a":0,"k":[184.5,398]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"tt":1}]},{"id":"22","layers":[{"ind":61,"ty":4,"nm":"Solid","sr":1,"ks":{"p":{"a":0,"k":[-286,-484]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"gr","nm":"Solid","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[35.279,35.279]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0.498,0.984]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[306.773,504.773]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"ind":62,"ty":4,"nm":"Stroke mask - box","sr":1,"ks":{"p":{"a":0,"k":[-286,-484]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[41,35]},"p":{"a":0,"k":[306.5,501.5]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":0},"r":1}],"ip":0,"op":121,"st":0}]},{"id":"20","layers":[{"ind":63,"ty":4,"nm":"Stroke mask","sr":1,"ks":{"p":{"a":0,"k":[-286,-484]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"td":1,"ao":0,"shapes":[{"ty":"gr","nm":"Stroke mask","it":[{"ty":"el","d":1,"s":{"a":0,"k":[20.681,20.681]},"p":{"a":0,"k":[0,0]}},{"ty":"st","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"w":{"a":0,"k":4.866},"lc":1,"lj":1,"ml":4},{"ty":"tr","p":{"a":0,"k":[306.773,504.773]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"refId":"22","w":41,"h":35,"ind":55,"ty":0,"nm":"Stroke group","sr":1,"ks":{"p":{"a":0,"k":[306.5,501.5]},"a":{"a":0,"k":[306.5,501.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"tt":1}]},{"id":"23","layers":[{"ind":64,"ty":4,"nm":"Solid","sr":1,"ks":{"p":{"a":0,"k":[-293,-491]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"gr","nm":"Solid","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[25.547,25.547]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0.961,0.976,0.996]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[306.773,504.773]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"ind":65,"ty":4,"nm":"Fill mask - box","sr":1,"ks":{"p":{"a":0,"k":[-293,-491]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"shapes":[{"ty":"rc","d":1,"s":{"a":0,"k":[27,27]},"p":{"a":0,"k":[306.5,504.5]},"r":{"a":0,"k":0}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":0},"r":1}],"ip":0,"op":121,"st":0}]},{"id":"21","layers":[{"ind":66,"ty":4,"nm":"Fill mask","sr":1,"ks":{"p":{"a":0,"k":[-293,-491]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"td":1,"ao":0,"shapes":[{"ty":"gr","nm":"Fill mask","it":[{"ty":"el","d":1,"s":{"a":0,"k":[25.547,25.547]},"p":{"a":0,"k":[0,0]}},{"ty":"fl","c":{"a":0,"k":[0,0,0]},"o":{"a":0,"k":100},"r":1},{"ty":"tr","p":{"a":0,"k":[306.773,504.773]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}}]}],"ip":0,"op":121,"st":0},{"refId":"23","w":27,"h":27,"ind":57,"ty":0,"nm":"Fill group","sr":1,"ks":{"p":{"a":0,"k":[306.5,504.5]},"a":{"a":0,"k":[306.5,504.5]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"tt":1}]}],"layers":[{"ind":67,"ty":3,"nm":"","sr":1,"ks":{"p":{"a":0,"k":[187.5,135.051]},"a":{"a":0,"k":[187.5,406]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0},{"refId":"5","w":375,"h":252,"ind":13,"ty":0,"nm":"4)Avg Silinen foto/email/duplicates","sr":1,"ks":{"p":{"a":0,"k":[0,270]},"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"r":{"a":0,"k":0},"o":{"a":0,"k":100},"sk":{"a":0,"k":0},"sa":{"a":0,"k":0}},"ao":0,"ip":0,"op":121,"st":0,"parent":67}],"markers":[]}
\ No newline at end of file
//
// HomeViewController.swift
// PhoneManager
//
// Created by zxhy on 2025/3/19.
//
import UIKit
class HomeViewController:UIViewController {
private var isShowPay:Bool = false
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .green
}
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
if !isShowPay {
isShowPay = true
let vc:HomePayViewController = HomePayViewController()
let nav:BaseNavViewController = BaseNavViewController(rootViewController: vc)
nav.modalPresentationStyle = .fullScreen
self.navigationController?.present(nav, animated: true)
}
}
}
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_0" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--LandingVC-->
<scene sceneID="s0d-6b-0kx">
<objects>
<viewController storyboardIdentifier="LandingVCID" id="Y6W-OH-hqX" customClass="LandingVC" customModule="PhoneManager" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="5EZ-qb-Rvc">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="S4O-i8-f63">
<rect key="frame" x="15" y="60" width="290" height="4"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstAttribute="height" constant="4" id="MB0-ah-w8U"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OOl-Ae-eQl">
<rect key="frame" x="15" y="422" width="290" height="146"/>
<subviews>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="Gc5-7d-2EO">
<rect key="frame" x="0.0" y="98" width="290" height="20"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstAttribute="height" constant="20" id="Iqb-wD-6WO"/>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="b1h-vd-7TS"/>
</constraints>
<string key="text">Lorem ipsum dolor sit er elit lamet, consectetaur cillium adipisicing pecu, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Nam liber te conscient to factor tum poen legum odioque civiuda.</string>
<color key="textColor" systemColor="labelColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xhn-jA-V26">
<rect key="frame" x="9" y="32" width="272" height="46"/>
<color key="backgroundColor" red="0.0" green="0.50980392156862742" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="46" id="a0x-2m-ts9"/>
</constraints>
<state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="plain" title="Next">
<color key="baseForegroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
</buttonConfiguration>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="8"/>
<userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
</userDefinedRuntimeAttributes>
<connections>
<action selector="nextClick:" destination="Y6W-OH-hqX" eventType="touchUpInside" id="gud-ct-jyc"/>
</connections>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="*Based on Cleanup intemal data" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="off-hy-MUG">
<rect key="frame" x="0.0" y="3" width="290" height="17"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<color key="textColor" red="0.70196078431372544" green="0.70196078431372544" blue="0.70196078431372544" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstAttribute="height" constant="146" id="4De-fI-gyM"/>
<constraint firstItem="Gc5-7d-2EO" firstAttribute="top" secondItem="xhn-jA-V26" secondAttribute="bottom" constant="20" id="7jL-1n-aRp"/>
<constraint firstItem="xhn-jA-V26" firstAttribute="leading" secondItem="OOl-Ae-eQl" secondAttribute="leading" constant="9" id="8Kf-6i-na9"/>
<constraint firstAttribute="trailing" secondItem="off-hy-MUG" secondAttribute="trailing" id="9Es-mc-bhV"/>
<constraint firstAttribute="trailing" secondItem="xhn-jA-V26" secondAttribute="trailing" constant="9" id="B2d-ju-3Mf"/>
<constraint firstAttribute="bottom" secondItem="Gc5-7d-2EO" secondAttribute="bottom" constant="28" id="DRw-LV-ab3"/>
<constraint firstItem="Gc5-7d-2EO" firstAttribute="leading" secondItem="OOl-Ae-eQl" secondAttribute="leading" id="Ipy-7c-z1c"/>
<constraint firstAttribute="trailing" secondItem="Gc5-7d-2EO" secondAttribute="trailing" id="TRu-7a-80o"/>
<constraint firstItem="off-hy-MUG" firstAttribute="leading" secondItem="OOl-Ae-eQl" secondAttribute="leading" id="XTe-aX-7TR"/>
<constraint firstItem="xhn-jA-V26" firstAttribute="top" secondItem="off-hy-MUG" secondAttribute="bottom" constant="12" id="jBp-xB-aRl"/>
</constraints>
</view>
</subviews>
<viewLayoutGuide key="safeArea" id="vDu-zF-Fre"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="vDu-zF-Fre" firstAttribute="trailing" secondItem="OOl-Ae-eQl" secondAttribute="trailing" constant="15" id="Qsh-H1-XxX"/>
<constraint firstItem="S4O-i8-f63" firstAttribute="top" secondItem="vDu-zF-Fre" secondAttribute="top" constant="40" id="Wyv-LO-QAk"/>
<constraint firstItem="OOl-Ae-eQl" firstAttribute="leading" secondItem="vDu-zF-Fre" secondAttribute="leading" constant="15" id="Xvn-bD-EdO"/>
<constraint firstItem="vDu-zF-Fre" firstAttribute="trailing" secondItem="S4O-i8-f63" secondAttribute="trailing" constant="15" id="bsn-fd-60G"/>
<constraint firstItem="S4O-i8-f63" firstAttribute="leading" secondItem="vDu-zF-Fre" secondAttribute="leading" constant="15" id="eFR-ep-ktA"/>
<constraint firstItem="OOl-Ae-eQl" firstAttribute="bottom" secondItem="vDu-zF-Fre" secondAttribute="bottom" id="zfL-01-6SB"/>
</constraints>
</view>
<connections>
<outlet property="bottomTextView" destination="Gc5-7d-2EO" id="nyj-RE-WtA"/>
<outlet property="bottomView" destination="OOl-Ae-eQl" id="mFD-U5-0tp"/>
<outlet property="nextButton" destination="xhn-jA-V26" id="hlj-Vi-Imr"/>
<outlet property="titleBackView" destination="S4O-i8-f63" id="19V-hX-ndz"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Ief-a0-LHa" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="32.824427480916029" y="-28.169014084507044"/>
</scene>
</scenes>
<resources>
<systemColor name="labelColor">
<color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>
//
// LandingVC.swift
// PhoneManager
//
// Created by zxhy on 2025/3/19.
//
import UIKit
class LandingVC:UIViewController {
@IBOutlet weak var titleBackView: UIView!
@IBOutlet weak var bottomTextView: UITextView!
@IBOutlet weak var nextButton: UIButton!
@IBOutlet weak var bottomView: UIView!
private var currentIndex:Int = 0
private var collectionView: UICollectionView?
private var titleAnimationView:LandingTitleAnimationView?
private var models:[LandingCollectionModel] = []
override func viewDidLoad() {
super.viewDidLoad()
setDefault()
configureGradientView()
setupUI()
}
private func setDefault() {
models = loadLandingSONFromBundle() ?? []
}
private func setupUI() {
titleAnimationView = LandingTitleAnimationView(frame: titleBackView.bounds, count: models.count, spacing: 12)
titleBackView.addSubview(titleAnimationView ?? UIView())
titleAnimationView?.startWithIndex(index: currentIndex)
titleAnimationView?.callBack = {[weak self] index in
guard let self else {return}
let nextIndex = (index as? Int ?? 0) + 1
changeCurrentIndex(index: nextIndex)
}
bottomTextView.isEditable = false
bottomTextView.isScrollEnabled = false
bottomTextView.backgroundColor = .clear
bottomTextView.delegate = self
let fullText = "Privacy Policy and Terms of Use"
let termsText = "Terms of Use"
let privacyText = "Privacy Policy"
let attributedString2 = NSMutableAttributedString(string: fullText, attributes: [
.font: UIFont.systemFont(ofSize: 14),
.foregroundColor: UIColor.colorWithHex(hexStr: "#666666")
])
let termsRange = (fullText as NSString).range(of: termsText)
let privacyRange = (fullText as NSString).range(of: privacyText)
attributedString2.addAttributes([
.underlineStyle: NSUnderlineStyle.single.rawValue,
.link:"terms://termsOfUse"
], range: termsRange)
attributedString2.addAttributes([
.underlineStyle: NSUnderlineStyle.single.rawValue,
.link: "privacy://privacyPolicy"
], range: privacyRange)
bottomTextView.gestureRecognizers?.forEach { gestureRecognizer in
if gestureRecognizer is UILongPressGestureRecognizer {
// 移除长按手势
bottomTextView.removeGestureRecognizer(gestureRecognizer)
}
}
bottomTextView.gestureRecognizers?.forEach { gestureRecognizer in
if gestureRecognizer is UILongPressGestureRecognizer {
// 禁用长按和双击手势
gestureRecognizer.isEnabled = false
}
if let tapGesture = gestureRecognizer as? UITapGestureRecognizer {
// 判断是否是双击手势
if tapGesture.numberOfTapsRequired == 2 {
tapGesture.isEnabled = false // 禁用双击手势
}
}
}
bottomTextView.attributedText = attributedString2
bottomTextView.textAlignment = .center
bottomTextView.linkTextAttributes = [:] // 取消默认 link 颜
nextButton.titleLabel?.font = UIFont.systemFont(ofSize: 16, weight: .bold)
let cW:CGFloat = view.width
let cY:CGFloat = titleBackView.y + titleBackView.height
let cH:CGFloat = bottomView.y - cY
let flowlayout:UICollectionViewFlowLayout = UICollectionViewFlowLayout()
flowlayout.scrollDirection = .horizontal
flowlayout.itemSize = CGSizeMake(cW, cH)
flowlayout.minimumLineSpacing = 0
collectionView = UICollectionView.init(frame: CGRectMake(0, cY , cW , cH), collectionViewLayout: flowlayout)
collectionView?.backgroundColor = .clear
collectionView?.decelerationRate = UIScrollView.DecelerationRate.fast;
collectionView?.showsHorizontalScrollIndicator = false
collectionView?.showsVerticalScrollIndicator = false
collectionView?.isPagingEnabled = true
collectionView?.isUserInteractionEnabled = false
let nib = UINib(nibName: "LandingCollectionCell", bundle: nil)
collectionView?.register(nib, forCellWithReuseIdentifier: LandingCollectionCell.identifiers)
// 设置 UICollectionView 的数据源和代理
collectionView?.dataSource = self
collectionView?.delegate = self
view.addSubview(collectionView!)
}
func findCell(at indexPath: IndexPath) -> LandingCollectionCell? {
return collectionView?.cellForItem(at: indexPath) as? LandingCollectionCell ?? nil
}
private func configureGradientView() {
// 创建 CAGradientLayer
let gradientLayer = CAGradientLayer()
// 设置渐变的颜色
gradientLayer.colors = [
UIColor.colorWithHex(hexStr: "#FFFFFF").cgColor, // 白色
UIColor.colorWithHex(hexStr: "#E4EDFD").cgColor // 浅蓝色
]
// 设置渐变方向(从上到下)
gradientLayer.startPoint = CGPoint(x: 0.5, y: 0.0) // 顶部
gradientLayer.endPoint = CGPoint(x: 0.5, y: 1.0) // 底部
// 设置渐变图层的大小
gradientLayer.frame = view.bounds
// 将渐变图层添加到视图中
view.layer.insertSublayer(gradientLayer, at: 0)
}
@IBAction func nextClick(_ sender: UIButton) {
changeCurrentIndex(index: currentIndex + 1)
sender.titleLabel?.font = UIFont.systemFont(ofSize: 16, weight: .bold)
}
private func changeCurrentIndex(index:Int) {
if (index < models.count) {
currentIndex = index
let indexPath = IndexPath(item: index, section: 0)
DispatchQueue.main.async {[weak self] in
guard let self else {return}
titleAnimationView?.startWithIndex(index: index)
collectionView?.scrollToItem(at: indexPath , at: UICollectionView.ScrollPosition.left, animated: true)
findCell(at: indexPath)?.playAnimation()
if (index == models.count - 1) {
nextButton.setTitle("Get started", for: .normal)
}else {
nextButton.setTitle("Next", for: .normal)
}
}
}else {
let vc:HomeViewController = HomeViewController()
let nav = BaseNavViewController(rootViewController: vc)
cWindow?.rootViewController = nav
let transition = CATransition()
transition.duration = 0.5
transition.timingFunction = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeInEaseOut)
// 添加动画到 window 的 layer
cWindow?.layer.add(transition, forKey: kCATransition)
// 显示 window
cWindow?.makeKeyAndVisible()
}
}
}
extension LandingVC:UITextViewDelegate {
func textView(_ textView: UITextView, shouldInteractWith URL: URL, in characterRange: NSRange, interaction: UITextItemInteraction) -> Bool {
if URL.scheme == "terms" {
print("Terms of Use 点击事件")
// 处理 Terms of Use 点击事件
return false // 阻止默认行为(打开链接)
} else if URL.scheme == "privacy" {
print("Privacy Policy 点击事件")
// 处理 Privacy Policy 点击事件
return false // 阻止默认行为(打开链接)
}
return true
}
override func canPerformAction(_ action: Selector, withSender sender: Any?) -> Bool {
// 禁用所有菜单选项
return false
}
}
extension LandingVC:UICollectionViewDataSource,UICollectionViewDelegate {
func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
return models.count
}
func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
let cell = collectionView.dequeueReusableCell(withReuseIdentifier: LandingCollectionCell.identifiers, for: indexPath) as! LandingCollectionCell
if (indexPath.row < models.count) {
cell.model = models[indexPath.row]
}
return cell
}
}
//
// LandingCollectionModel.swift
// PhoneManager
//
// Created by zxhy on 2025/3/20.
//
import Foundation
func loadLandingSONFromBundle() -> [LandingCollectionModel]? {
// 获取 JSON 文件路径
guard let path = Bundle.main.path(forResource: "LandingData", ofType: "json") else {
print("未找到 JSON 文件")
return nil
}
do {
// 读取文件内容
let data = try Data(contentsOf: URL(fileURLWithPath: path))
// 解析 JSON 数据
let decoder = JSONDecoder()
let items = try decoder.decode([LandingCollectionModel].self, from: data)
return items
} catch {
print("解析 JSON 失败:\(error)")
return nil
}
}
struct LandingCollectionModel:Codable {
var title:String
var tip:String
var tipKey:String
var animation:String
enum Category: String, Codable {
case title,tip,tipKey,animation
}
}
[
{
"title": "More Storage Space",
"tip": "+80% extra space for all your mediawith Cleanup",
"tipKey":"+80%",
"animation": "increaseSpaceLight"
},
{
"title": "Eliminate Duplicates",
"tip": "180 duplicate contacts removed on average",
"tipKey":"180",
"animation": "removeDuplicatesLight"
},
{
"title": "Save Hours",
"tip": "9 hours gained per month with automated clean-ups",
"tipKey":"9 hours",
"animation": "maximizeYourTimeLight"
}
]
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Y6W-OH-hqX">
<device id="retina5_5" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--PermissionVC-->
<scene sceneID="s0d-6b-0kx">
<objects>
<viewController storyboardIdentifier="PermissionVCID" id="Y6W-OH-hqX" customClass="PermissionVC" customModule="PhoneManager" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="5EZ-qb-Rvc">
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Welcome to Cleanup" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LbP-SO-EI3">
<rect key="frame" x="115.66666666666669" y="119.99999999999999" width="183" height="57.333333333333329"/>
<constraints>
<constraint firstAttribute="width" constant="183" id="fgO-SP-P9d"/>
</constraints>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="24"/>
<color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_photos_start" translatesAutoresizingMaskIntoConstraints="NO" id="G8O-qu-jhc">
<rect key="frame" x="123" y="224.33333333333337" width="64" height="64"/>
<constraints>
<constraint firstAttribute="height" constant="64" id="DhQ-05-kgj"/>
<constraint firstAttribute="width" constant="64" id="qom-26-J7X"/>
</constraints>
</imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_icloud_start" translatesAutoresizingMaskIntoConstraints="NO" id="ZCq-vZ-pse">
<rect key="frame" x="228" y="224.33333333333337" width="64" height="64"/>
<constraints>
<constraint firstAttribute="width" constant="64" id="Zbz-E3-eZP"/>
<constraint firstAttribute="height" constant="64" id="q35-9O-txj"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Photos" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qZ4-ae-cCP">
<rect key="frame" x="132.66666666666666" y="294.33333333333331" width="45" height="17"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Icloud" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NwX-bj-Kkf">
<rect key="frame" x="240.66666666666663" y="294.33333333333331" width="39" height="17"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="YYR-p6-uly">
<rect key="frame" x="108.66666666666667" y="339.33333333333331" width="196.66666666666663" height="24"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="height" constant="24" id="eWM-DL-da4"/>
<constraint firstAttribute="width" secondItem="YYR-p6-uly" secondAttribute="height" multiplier="131:16" id="s49-a7-7Ke"/>
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="? of 64 GB used" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="WKC-OH-KTS">
<rect key="frame" x="146" y="383.33333333333331" width="122" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="12i-IP-yeC">
<rect key="frame" x="15" y="662" width="384" height="46"/>
<color key="backgroundColor" red="0.0" green="0.50980392156862742" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="46" id="z9C-1f-92k"/>
</constraints>
<state key="normal" title="Button"/>
<buttonConfiguration key="configuration" style="plain" title="Get started">
<color key="baseForegroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
</buttonConfiguration>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="layer.cornerRadius" value="8"/>
<userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
</userDefinedRuntimeAttributes>
<connections>
<action selector="gerstartedClick:" destination="Y6W-OH-hqX" eventType="touchUpInside" id="YsC-KH-9to"/>
</connections>
</button>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="Q5a-IR-AVE">
<rect key="frame" x="15" y="561" width="384" height="85"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstAttribute="height" constant="85" id="0ul-HN-Y8t"/>
</constraints>
<string key="text">Cleanup needs access to your Photos to free up storage. We intend to provide transparency and protect your privacy. By starting you accept our Terms of Usea nd Privacy Policy.</string>
<color key="textColor" systemColor="labelColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
</subviews>
<viewLayoutGuide key="safeArea" id="vDu-zF-Fre"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="12i-IP-yeC" firstAttribute="leading" secondItem="vDu-zF-Fre" secondAttribute="leading" constant="15" id="4q8-i6-JVv"/>
<constraint firstItem="vDu-zF-Fre" firstAttribute="trailing" secondItem="12i-IP-yeC" secondAttribute="trailing" constant="15" id="4x4-Cr-mVg"/>
<constraint firstItem="YYR-p6-uly" firstAttribute="top" secondItem="qZ4-ae-cCP" secondAttribute="bottom" constant="28" id="6ga-ee-maJ"/>
<constraint firstItem="ZCq-vZ-pse" firstAttribute="leading" secondItem="G8O-qu-jhc" secondAttribute="trailing" constant="41" id="7Vk-vD-Rnd"/>
<constraint firstItem="ZCq-vZ-pse" firstAttribute="top" secondItem="LbP-SO-EI3" secondAttribute="bottom" constant="47" id="88D-Xb-c2l"/>
<constraint firstItem="NwX-bj-Kkf" firstAttribute="centerX" secondItem="ZCq-vZ-pse" secondAttribute="centerX" id="93X-id-Xri"/>
<constraint firstItem="WKC-OH-KTS" firstAttribute="centerX" secondItem="5EZ-qb-Rvc" secondAttribute="centerX" id="CFr-S7-GTU"/>
<constraint firstItem="qZ4-ae-cCP" firstAttribute="top" secondItem="G8O-qu-jhc" secondAttribute="bottom" constant="6" id="F6Z-Bs-tds"/>
<constraint firstItem="G8O-qu-jhc" firstAttribute="top" secondItem="LbP-SO-EI3" secondAttribute="bottom" constant="47" id="FSY-as-lJ4"/>
<constraint firstItem="Q5a-IR-AVE" firstAttribute="leading" secondItem="vDu-zF-Fre" secondAttribute="leading" constant="15" id="J9X-ks-Jkm"/>
<constraint firstItem="YYR-p6-uly" firstAttribute="centerX" secondItem="5EZ-qb-Rvc" secondAttribute="centerX" id="Jul-4g-7Wn"/>
<constraint firstItem="vDu-zF-Fre" firstAttribute="trailing" secondItem="Q5a-IR-AVE" secondAttribute="trailing" constant="15" id="PyC-bQ-K1h"/>
<constraint firstItem="qZ4-ae-cCP" firstAttribute="centerX" secondItem="G8O-qu-jhc" secondAttribute="centerX" id="XpJ-gy-aRe"/>
<constraint firstItem="LbP-SO-EI3" firstAttribute="top" secondItem="vDu-zF-Fre" secondAttribute="top" constant="100" id="ZOc-Un-XuN"/>
<constraint firstItem="G8O-qu-jhc" firstAttribute="centerX" secondItem="5EZ-qb-Rvc" secondAttribute="centerX" constant="-52" id="ef2-rL-D2b"/>
<constraint firstItem="LbP-SO-EI3" firstAttribute="centerX" secondItem="5EZ-qb-Rvc" secondAttribute="centerX" id="g7f-wh-duT"/>
<constraint firstItem="NwX-bj-Kkf" firstAttribute="top" secondItem="ZCq-vZ-pse" secondAttribute="bottom" constant="6" id="lcj-MX-FaD"/>
<constraint firstItem="WKC-OH-KTS" firstAttribute="top" secondItem="YYR-p6-uly" secondAttribute="bottom" constant="20" id="pJb-3T-yTA"/>
<constraint firstItem="12i-IP-yeC" firstAttribute="top" secondItem="Q5a-IR-AVE" secondAttribute="bottom" constant="16" id="qrP-m0-SpM"/>
<constraint firstItem="vDu-zF-Fre" firstAttribute="bottom" secondItem="12i-IP-yeC" secondAttribute="bottom" constant="28" id="r3u-vM-OIt"/>
</constraints>
</view>
<connections>
<outlet property="animationBackView" destination="YYR-p6-uly" id="7Ib-RF-quN"/>
<outlet property="bottomTextView" destination="Q5a-IR-AVE" id="sf4-Lc-yVC"/>
<outlet property="nextButton" destination="12i-IP-yeC" id="xlv-ui-U2h"/>
<outlet property="tipLabel" destination="WKC-OH-KTS" id="FgZ-Xc-Ck3"/>
<outlet property="titleLabel" destination="LbP-SO-EI3" id="Wrg-X1-fwQ"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Ief-a0-LHa" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="32.824427480916029" y="-28.169014084507044"/>
</scene>
</scenes>
<resources>
<image name="img_icloud_start" width="64.333335876464844" height="64"/>
<image name="img_photos_start" width="64.333335876464844" height="64"/>
<systemColor name="labelColor">
<color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>
//
// PermissionViewController.swift
// PhoneManager
//
// Created by zxhy on 2025/3/19.
//
import UIKit
import Lottie
import Foundation
class PermissionVC:UIViewController {
@IBOutlet weak var titleLabel: UILabel!
@IBOutlet weak var animationBackView: UIView!
@IBOutlet weak var tipLabel: UILabel!
@IBOutlet weak var bottomTextView: UITextView!
@IBOutlet weak var nextButton: UIButton!
lazy var animationView:LottieAnimationView = {
let animationView = LottieAnimationView(name: "onboardingStorageLight")
animationView.play(fromProgress: 0.0, toProgress: 0.7, loopMode: .playOnce) { finished in
print("Animation finished at 80%")
}
return animationView
}()
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .white
setupUI()
}
func setupUI() {
titleLabel.font = UIFont.systemFont(ofSize: 24, weight: .bold)
titleLabel.textColor = UIColor.colorWithHex(hexStr: black3Color)
titleLabel.width = 183
titleLabel.numberOfLines = 2
titleLabel.text = "Welcome to Cleanup"
// 创建 NSMutableAttributedString
titleLabel.setlineSpacing(font: titleLabel.font, lineSpacing: 8,width: titleLabel.width,numberOfLines: 2, content: titleLabel.text ?? "")
titleLabel.textAlignment = .center
titleLabel.centerX = view.width / 2
animationView.frame = animationBackView.bounds
animationBackView.addSubview(animationView)
tipLabel.font = UIFont.systemFont(ofSize: 20, weight: .medium) // 设置字体大小和粗体
tipLabel.textAlignment = .center // 设置对齐方式(可选)
// 创建 NSAttributedString
let text = "? of 64 GB used"
let attributedString = NSMutableAttributedString(string: text)
// 设置整体颜色为 #333333
attributedString.addAttribute(.foregroundColor, value: UIColor(red: 51/255, green: 51/255, blue: 51/255, alpha: 1.0), range: NSRange(location: 0, length: text.count))
// 设置 "used" 的颜色为 #E73A3A
if let range = text.range(of: "used") {
let nsRange = NSRange(range, in: text)
attributedString.addAttribute(.foregroundColor, value: UIColor(red: 231/255, green: 58/255, blue: 58/255, alpha: 1.0), range: nsRange)
}
// 将 NSAttributedString 赋值给 UILabel
tipLabel.attributedText = attributedString
bottomTextView.isEditable = false
bottomTextView.isScrollEnabled = false
bottomTextView.backgroundColor = .clear
bottomTextView.delegate = self
let fullText = "Cleanup needs access to your Photos to free up storage. We intend to provide transparency and protect your privacy. By starting you accept our Terms of Use and Privacy Policy."
let termsText = "Terms of Use"
let privacyText = "Privacy Policy"
let attributedString2 = NSMutableAttributedString(string: fullText, attributes: [
.font: UIFont.systemFont(ofSize: 14),
.foregroundColor: UIColor.colorWithHex(hexStr: "#666666")
])
let termsRange = (fullText as NSString).range(of: termsText)
let privacyRange = (fullText as NSString).range(of: privacyText)
attributedString2.addAttributes([
.foregroundColor: UIColor.colorWithHex(hexStr: "#0082FF"),
.underlineStyle: NSUnderlineStyle.single.rawValue,
.link:"terms://termsOfUse"
], range: termsRange)
attributedString2.addAttributes([
.foregroundColor: UIColor.colorWithHex(hexStr: "#0082FF"),
.underlineStyle: NSUnderlineStyle.single.rawValue,
.link: "privacy://privacyPolicy"
], range: privacyRange)
bottomTextView.gestureRecognizers?.forEach { gestureRecognizer in
if gestureRecognizer is UILongPressGestureRecognizer {
// 移除长按手势
bottomTextView.removeGestureRecognizer(gestureRecognizer)
}
}
bottomTextView.gestureRecognizers?.forEach { gestureRecognizer in
if gestureRecognizer is UILongPressGestureRecognizer {
// 禁用长按和双击手势
gestureRecognizer.isEnabled = false
}
if let tapGesture = gestureRecognizer as? UITapGestureRecognizer {
// 判断是否是双击手势
if tapGesture.numberOfTapsRequired == 2 {
tapGesture.isEnabled = false // 禁用双击手势
}
}
}
bottomTextView.attributedText = attributedString2
bottomTextView.textAlignment = .center
bottomTextView.linkTextAttributes = [:] // 取消默认 link 颜色
nextButton.titleLabel?.font = UIFont.systemFont(ofSize: 16, weight: .bold)
}
@IBAction func gerstartedClick(_ sender: Any) {
print("click");
let Ssoryboard = UIStoryboard(name: "LandingVC", bundle: nil)
if let current = Ssoryboard.instantiateViewController(identifier: "LandingVCID") as? LandingVC {
self.navigationController?.pushViewController(current, animated: true)
}
}
}
extension PermissionVC: UITextViewDelegate {
func textView(_ textView: UITextView, shouldInteractWith URL: URL, in characterRange: NSRange, interaction: UITextItemInteraction) -> Bool {
if URL.scheme == "terms" {
print("Terms of Use 点击事件")
// 处理 Terms of Use 点击事件
return false // 阻止默认行为(打开链接)
} else if URL.scheme == "privacy" {
print("Privacy Policy 点击事件")
// 处理 Privacy Policy 点击事件
return false // 阻止默认行为(打开链接)
}
return true
}
override func canPerformAction(_ action: Selector, withSender sender: Any?) -> Bool {
// 禁用所有菜单选项
return false
}
}
//
// LandingCollectionCell.swift
// PhoneManager
//
// Created by zxhy on 2025/3/20.
//
import UIKit
import Lottie
class LandingCollectionCell:UICollectionViewCell {
@IBOutlet weak var titleLabel: UILabel!
@IBOutlet weak var tipLabel: UILabel!
private var animationView:LottieAnimationView?
private var backView:UIImageView?
static let identifiers = "LandingCollectionCellID"
var model:LandingCollectionModel? {
didSet {
guard let model else {return}
titleLabel.text = model.title
let fullText = model.tip
// 创建 NSMutableAttributedString
let attributedString = NSMutableAttributedString(string: fullText)
// 设置 "+80%" 的样式
let blueColor = UIColor.colorWithHex(hexStr: mColor)
let largeFont = UIFont.systemFont(ofSize: 28, weight: .bold)
let range1 = (fullText as NSString).range(of: model.tipKey)
attributedString.addAttribute(.foregroundColor, value: blueColor, range: range1)
attributedString.addAttribute(.font, value: largeFont, range: range1)
// 设置其他文本的样式
let darkGrayColor = UIColor.colorWithHex(hexStr: black3Color)
let smallFont = UIFont.systemFont(ofSize: 16, weight: .regular)
let range2 = NSRange(location: range1.length, length: fullText.count - range1.length)
attributedString.addAttribute(.foregroundColor, value: darkGrayColor, range: range2)
attributedString.addAttribute(.font, value: smallFont, range: range2)
backView?.removeFromSuperview()
if (model.animation == "removeDuplicatesLight") {
backView = UIImageView(image: UIImage(named: "img_guide_02"))
contentView.addSubview(backView ?? UIView())
}
// 将 NSAttributedString 赋值给 UILabel
tipLabel.attributedText = attributedString
tipLabel.numberOfLines = 2 // 支持多行
animationView?.removeFromSuperview()
animationView = LottieAnimationView(name: model.animation)
animationView?.loopMode = .playOnce
contentView.addSubview(animationView ?? UIView())
playAnimation()
}
}
override func awakeFromNib() {
super.awakeFromNib()
}
func playAnimation() {
animationView?.play()
}
override func layoutSubviews() {
super.layoutSubviews()
if (model?.animation == "increaseSpaceLight" || model?.animation == "maximizeYourTimeLight") {
animationView?.size = CGSizeMake(258, 258 / 0.9109)
}else if (model?.animation == "removeDuplicatesLight") {
animationView?.size = CGSizeMake(258, 258 / 1.494)
}
animationView?.centerY = (tipLabel.y + tipLabel.height) + (contentView.height - (tipLabel.y + tipLabel.height)) / 2
animationView?.centerX = (contentView.width) / 2
backView?.size = CGSizeMake(286, 288)
backView?.center = animationView?.center ?? CGPointZero
}
}
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
<capability name="collection view cell content view" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="LandingCollectionCellID" id="xoc-GA-iW6" customClass="LandingCollectionCell" customModule="PhoneManager" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="296" height="493"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<collectionViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="ZtA-1K-FpE">
<rect key="frame" x="0.0" y="0.0" width="296" height="493"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="J0b-sd-1BF">
<rect key="frame" x="15" y="24" width="266" height="29"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="24"/>
<color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cjp-Qf-KBq">
<rect key="frame" x="36" y="79" width="224" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="J0b-sd-1BF" secondAttribute="trailing" constant="15" id="20A-PJ-Wll"/>
<constraint firstAttribute="trailing" secondItem="cjp-Qf-KBq" secondAttribute="trailing" constant="36" id="JFf-5Y-xlm"/>
<constraint firstItem="cjp-Qf-KBq" firstAttribute="top" secondItem="J0b-sd-1BF" secondAttribute="bottom" constant="26" id="Jl2-rs-70n"/>
<constraint firstItem="cjp-Qf-KBq" firstAttribute="leading" secondItem="ZtA-1K-FpE" secondAttribute="leading" constant="36" id="Jqs-Yi-IHD"/>
<constraint firstItem="J0b-sd-1BF" firstAttribute="top" secondItem="ZtA-1K-FpE" secondAttribute="top" constant="24" id="XJz-e1-J6Z"/>
<constraint firstItem="J0b-sd-1BF" firstAttribute="leading" secondItem="ZtA-1K-FpE" secondAttribute="leading" constant="15" id="n7s-NT-Nyg"/>
</constraints>
</collectionViewCellContentView>
<size key="customSize" width="296" height="493"/>
<connections>
<outlet property="tipLabel" destination="cjp-Qf-KBq" id="mPC-Rx-B5w"/>
<outlet property="titleLabel" destination="J0b-sd-1BF" id="sKC-cx-qzp"/>
</connections>
<point key="canvasLocation" x="218.32061068702288" y="143.3098591549296"/>
</collectionViewCell>
</objects>
</document>
//
// LandingTitleAnimationView.swift
// PhoneManager
//
// Created by zxhy on 2025/3/20.
//
import UIKit
class LandingTitleAnimationView:UIView {
private var count :Int = 0
private var spacing :CGFloat = 0
private var listAnimationView:[LandingTitleAnimationListView] = []
private var currentCount:Int = 0
var callBack: callBack<Any> = {index in}
init(frame: CGRect,count:Int,spacing:CGFloat) {
self.count = count
self.spacing = spacing
super.init(frame: frame)
addViews()
}
required init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
private func setupUI () {
}
private func addViews () {
let cW:CGFloat = (self.width - CGFloat(count - 1) * spacing) / CGFloat(count)
let cH:CGFloat = self.height
for i in 0..<count {
let subView:LandingTitleAnimationListView = LandingTitleAnimationListView(frame: CGRect(x: CGFloat(i) * (cW + spacing), y: 0, width: cW, height: cH))
self.addSubview(subView)
listAnimationView.append(subView)
}
}
func startWithIndex(index:Int) {
if index < listAnimationView.count {
let subView:LandingTitleAnimationListView = listAnimationView[index]
subView.startAnimation(endAnimation: {[weak self] status in
guard let self else {return}
if (status as? AnimationStatus == AnimationStatus.end) {
self.callBack(index)
}
})
}
for (i,view) in listAnimationView.enumerated() {
if (i < index) {
view.changeIsEnd()
}
}
}
}
class LandingTitleAnimationListView:UIView {
private var colorView:UIView?
private var allColorView:UIView?
private var isEnd:Bool = false
override init(frame: CGRect) {
super.init(frame: frame)
setupUI()
addViews()
}
required init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
private func setupUI () {
self.backgroundColor = UIColor.colorWithHex(hexStr: "#F0F2F5")
self.layer.cornerRadius = self.height / 2 // 圆角半径
self.layer.masksToBounds = true
self.colorView = UIView(frame: self.bounds)
colorView?.backgroundColor = UIColor.colorWithHex(hexStr: mColor)
colorView?.layer.cornerRadius = self.height / 2 // 圆角半径
colorView?.layer.masksToBounds = true
colorView?.width = 0
self.allColorView = UIView(frame: self.bounds)
allColorView?.backgroundColor = UIColor.colorWithHex(hexStr: mColor)
allColorView?.layer.cornerRadius = self.height / 2 // 圆角半径
allColorView?.layer.masksToBounds = true
}
private func addViews () {
addSubview(colorView ?? UIView())
}
func startAnimation(endAnimation:@escaping callBack<Any> = {text in}) {
UIView.animate(withDuration: 4) {[weak self] in
guard let self else {return}
if (!isEnd) {
self.colorView?.width = self.width
}
} completion: {[weak self] Bool in
guard let self else {return}
if (!isEnd) {
isEnd = true
endAnimation(AnimationStatus.end)
}
}
}
func changeIsEnd() {
isEnd = true
self.addSubview(self.allColorView!)
self.colorView?.width = self.width
}
}
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Y6W-OH-hqX">
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--LauchVC-->
<scene sceneID="s0d-6b-0kx">
<objects>
<viewController storyboardIdentifier="LauchVCID" id="Y6W-OH-hqX" customClass="LauchVC" customModule="PhoneManager" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="5EZ-qb-Rvc">
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="In6-Ib-vMq">
<rect key="frame" x="0.0" y="0.33333333333331439" width="393" height="851.33333333333348"/>
<constraints>
<constraint firstAttribute="width" secondItem="In6-Ib-vMq" secondAttribute="height" multiplier="0.4618" id="pro-at-5R5"/>
</constraints>
</view>
</subviews>
<viewLayoutGuide key="safeArea" id="vDu-zF-Fre"/>
<color key="backgroundColor" red="0.0" green="0.50980392156862742" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="In6-Ib-vMq" firstAttribute="centerX" secondItem="5EZ-qb-Rvc" secondAttribute="centerX" id="Chj-38-1sF"/>
<constraint firstItem="In6-Ib-vMq" firstAttribute="width" secondItem="5EZ-qb-Rvc" secondAttribute="width" id="YGg-mA-X9M"/>
<constraint firstItem="In6-Ib-vMq" firstAttribute="centerY" secondItem="5EZ-qb-Rvc" secondAttribute="centerY" id="ZB8-n3-NkT"/>
</constraints>
</view>
<connections>
<outlet property="backView" destination="In6-Ib-vMq" id="trJ-ol-mah"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Ief-a0-LHa" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="54.198473282442748" y="-34.507042253521128"/>
</scene>
</scenes>
</document>
//
// LauchVC.swift
// PhoneManager
//
// Created by zxhy on 2025/3/19.
//
import UIKit
import Lottie
class LauchVC:UIViewController {
@IBOutlet weak var backView: UIView!
lazy var LaunchingView:LottieAnimationView = {
let animationView = LottieAnimationView(name: "applicationLauncher")
animationView.loopMode = .loop
animationView.play()
return animationView
}()
override func viewDidLoad() {
super.viewDidLoad()
LaunchingView.frame = backView.bounds
backView.addSubview(LaunchingView)
DispatchQueue.main.asyncAfter(deadline: .now() + 2, execute: {
var vc:UIViewController?
if (UserDef.shard.isShowLanding) {
vc = HomeViewController()
}else {
let Ssoryboard = UIStoryboard(name: "PermissionVC", bundle: nil)
if let current = Ssoryboard.instantiateViewController(identifier: "PermissionVCID") as? PermissionVC {
vc = current
}
UserDef.shard.isShowLanding = true
UserDef.shard.saveUserDefToSandBox()
}
guard let vc else {return}
let nav = BaseNavViewController(rootViewController: vc)
cWindow?.rootViewController = nav
let transition = CATransition()
transition.duration = 0.5
// transition.type = CATransitionType.push // 推入动画
transition.subtype = CATransitionSubtype.fromRight // 从左侧推入
transition.timingFunction = CAMediaTimingFunction(name: CAMediaTimingFunctionName.easeInEaseOut)
// 添加动画到 window 的 layer
cWindow?.layer.add(transition, forKey: kCATransition)
// 显示 window
cWindow?.makeKeyAndVisible()
})
}
}
//
// HomePayView.swift
// PhoneManager
//
// Created by zxhy on 2025/3/20.
//
import UIKit
import SnapKit
import Lottie
class HomePayView:UIView {
private var restoreBtn:UIButton?
private var closeBtn:UIButton?
private var titleLabel1:UILabel?
private var titleLabel2:UILabel?
private var photoImage:UIImageView?
private var icloudImage:UIImageView?
private var photoLabel:UILabel?
private var icloudLabel:UILabel?
private var contentView1:UIView?
lazy var animationView:LottieAnimationView = {
let animationView = LottieAnimationView(name: "onboardingStorageLight")
animationView.animationSpeed = -1.0
return animationView
}()
var callBack:callBack<Any> = {text in}
override init(frame: CGRect) {
super.init(frame: frame)
setupUI()
}
required init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
private func setupUI() {
backgroundColor = .white
restoreBtn = UIButton()
restoreBtn?.setTitle("Restore Purchase", for: .normal)
restoreBtn?.setTitleColor(UIColor.colorWithHex(hexStr: "#B3B3B3"), for: .normal)
restoreBtn?.titleLabel?.font = UIFont.systemFont(ofSize: 14, weight: .regular)
self.addSubview(restoreBtn!)
restoreBtn?.snp.makeConstraints { make in
make.top.equalToSuperview().offset(statusBarHeight + 20)
make.left.equalToSuperview().offset(15)
}
// 确保按钮大小自适应
restoreBtn?.sizeToFit()
closeBtn = UIButton()
closeBtn?.setImage(UIImage(named: "home_pay_close"), for: .normal)
closeBtn?.addTarget(self, action: #selector(closeBtnClick), for: .touchUpInside)
self.addSubview(closeBtn!)
closeBtn?.snp.makeConstraints { make in
make.centerY.equalTo(restoreBtn!)
make.right.equalToSuperview().offset(-15)
make.width.height.equalTo(28)
}
titleLabel1 = UILabel()
titleLabel1?.text = "Clean your Storage"
titleLabel1?.font = UIFont.systemFont(ofSize: 24, weight: .bold)
titleLabel1?.textColor = UIColor.colorWithHex(hexStr: black3Color)
self.addSubview(titleLabel1!)
titleLabel1?.snp.makeConstraints { make in
make.top.equalToSuperview().offset(statusBarHeight + 68)
make.centerX.equalToSuperview()
}
titleLabel1?.sizeToFit()
titleLabel2 = UILabel()
titleLabel2?.text = "Get rid of what you don't need"
titleLabel2?.font = UIFont.systemFont(ofSize: 14, weight: .bold)
titleLabel2?.textColor = UIColor.colorWithHex(hexStr: black3Color)
self.addSubview(titleLabel2!)
titleLabel2?.snp.makeConstraints { make in
make.top.equalTo(titleLabel1!.snp.bottom).offset(12)
make.centerX.equalToSuperview()
}
titleLabel2?.sizeToFit()
photoImage = UIImageView(image: UIImage(named: "img_photos_start"))
self.addSubview(photoImage!)
photoImage?.snp.makeConstraints { make in
make.top.equalTo(titleLabel2!.snp.bottom).offset(24)
make.centerX.equalToSuperview().offset(-52)
make.width.height.equalTo(64)
}
icloudImage = UIImageView(image: UIImage(named: "img_icloud_start"))
self.addSubview(icloudImage!)
icloudImage?.snp.makeConstraints { make in
make.top.equalTo(titleLabel2!.snp.bottom).offset(24)
make.centerX.equalToSuperview().offset(52)
make.width.height.equalTo(64)
}
photoLabel = UILabel()
photoLabel?.text = "Photos"
photoLabel?.font = UIFont.systemFont(ofSize: 14, weight: .bold)
photoLabel?.textColor = UIColor.colorWithHex(hexStr: black3Color)
self.addSubview(photoLabel!)
photoLabel?.snp.makeConstraints { make in
make.top.equalTo(photoImage!.snp.bottom).offset(16)
make.centerX.equalTo(photoImage!.snp.centerX)
}
photoLabel?.sizeToFit()
icloudLabel = UILabel()
icloudLabel?.text = "iCloud"
icloudLabel?.font = UIFont.systemFont(ofSize: 14, weight: .bold)
icloudLabel?.textColor = UIColor.colorWithHex(hexStr: black3Color)
self.addSubview(icloudLabel!)
icloudLabel?.snp.makeConstraints { make in
make.top.equalTo(icloudImage!.snp.bottom).offset(16)
make.centerX.equalTo(icloudImage!.snp.centerX)
}
icloudLabel?.sizeToFit()
self.addSubview(animationView)
playAnimationWithDelay()
animationView.snp.makeConstraints { make in
make.top.equalTo(photoLabel!.snp.bottom).offset(20)
make.centerX.equalToSuperview()
make.width.equalTo(196.67)
make.height.equalTo(24)
}
contentView1 = UIView()
contentView1?.backgroundColor = UIColor.colorWithHex(hexStr: "#F2F6FC")
self.addSubview(contentView1!)
contentView1?.snp.makeConstraints({ make in
make.top.equalTo(animationView.snp.bottom).offset(76)
make.centerX.equalToSuperview()
make.width.equalToSuperview().offset(-30)
make.height.equalTo(125)
})
contentView1?.layer.cornerRadius = 12
contentView1?.layer.masksToBounds = true
}
func playAnimationWithDelay() {
// 播放动画
animationView.play(fromProgress: 0.4, toProgress: 1, loopMode: .playOnce) {[weak self] finished in
if finished {
// 动画播放完成后,延迟 2 秒再重新播放
DispatchQueue.main.asyncAfter(deadline: .now() + 2) {
self?.playAnimationWithDelay()
}
}
}
}
@objc func closeBtnClick() {
callBack(OperStatus.close)
}
}
//
// HomePayView.swift
// PhoneManager
//
// Created by zxhy on 2025/3/20.
//
import UIKit
class HomePayViewController:UIViewController {
private var homePayView:HomePayView?
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .white
addViews()
}
private func addViews() {
homePayView = HomePayView(frame: view.bounds)
view.addSubview(homePayView!)
homePayView?.callBack = {[weak self] status in
guard let self else {return}
if let operstatus = status as? OperStatus {
switch operstatus {
case .close:
self.navigationController?.dismiss(animated: true)
}
}
}
}
}
//
// Common.swift
// PhoneManager
//
// Created by zxhy on 2025/3/19.
//
import Foundation
//间距
var statusBarHeight:CGFloat = 0
//颜色
let launchColor:String = "#7F33FF"
let mColor:String = "#0082FF"
let blackColor:String = "#000000"
let black3Color:String = "#333333"
//
// CommonFunc.swift
// PhoneManager
//
// Created by zxhy on 2025/3/19.
//
import UIKit
typealias callBack<T> = (T) -> ()
typealias callOperBack = (String) -> ()
let cWindow:UIWindow? = {
if #available(iOS 13, *) {
return UIApplication.shared.connectedScenes
.compactMap { $0 as? UIWindowScene }
.flatMap { $0.windows }
.first(where: { $0.isKeyWindow })
} else {
return UIApplication.shared.keyWindow ?? UIWindow()
}
}()
//
// Status.swift
// PhoneManager
//
// Created by zxhy on 2025/3/20.
//
import Foundation
enum AnimationStatus {
case end
}
enum OperStatus {
case close
}
//
// UserDef.swift
// PhoneManager
//
// Created by zxhy on 2025/3/19.
//
import Foundation
class UserDef:NSObject {
static let shard:UserDef = UserDef()
var isShowLanding:Bool = false
override init() {
let defaults:UserDefaults = UserDefaults.standard
self.isShowLanding = defaults.value(forKey: "isShowLanding") as? Bool ?? false
}
func saveUserDefToSandBox() {
let defaults:UserDefaults = UserDefaults.standard
defaults.setValue(UserDef.shard.isShowLanding, forKey: "isShowLanding")
defaults.synchronize()
}
class func saveKeyWithValue(key:String,value:Any) {
UserDefaults.standard.set(value, forKey: key)
}
}
//
// UIView+Extension.swift
// PhoneManager
//
// Created by zxhy on 2025/3/19.
//
import UIKit
extension UIView {
func responderViewController() -> UIViewController? {
for view in sequence(first: self.superview, next: { $0?.superview }) {
if let responder = view?.next {
if responder.isKind(of: UIViewController.self){
return responder as? UIViewController
}
}
}
return nil
}
func cornerCut(radius:CGFloat,corner:UIRectCorner){
let maskPath = UIBezierPath.init(roundedRect: bounds, byRoundingCorners: corner, cornerRadii: CGSize.init(width: radius, height: radius))
let maskLayer = CAShapeLayer()
maskLayer.frame = bounds
maskLayer.path = maskPath.cgPath
layer.mask = maskLayer
}
func setShadow(
cornerRadius:CGFloat = 4,
sColor:UIColor = UIColor.colorWithHex(hexStr: blackColor, alpha: 0.08),
offset:CGSize = CGSize(width: 0, height: 0),
opacity:Float = 1,
radius:CGFloat = 8
) {
//设置阴影颜色
self.layer.shadowColor = sColor.cgColor
//设置透明度
self.layer.shadowOpacity = opacity
//设置阴影半径
self.layer.shadowRadius = radius
//设置阴影偏移量
self.layer.shadowOffset = offset
//
self.layer.cornerRadius = cornerRadius
}
var x :CGFloat {
get {
return frame.origin.x
}
set {
var frame1:CGRect = frame
frame1.origin.x = newValue
frame = frame1
}
}
var y :CGFloat {
get {
return frame.origin.y
}
set {
var frame1:CGRect = frame
frame1.origin.y = newValue
frame = frame1
}
}
var width :CGFloat {
get {
return frame.size.width
}
set {
var frame1:CGRect = frame
frame1.size.width = newValue
frame = frame1
}
}
var height :CGFloat {
get {
return frame.size.height
}
set {
var frame1:CGRect = frame
frame1.size.height = newValue
frame = frame1
}
}
var size :CGSize {
get {
return frame.size
}
set {
var frame1:CGRect = frame
frame1.size = newValue
frame = frame1
}
}
var centerX :CGFloat {
get {
return center.x
}
set {
var center1:CGPoint = center
center1.x = newValue
center = center1
}
}
var centerY :CGFloat {
get {
return center.y
}
set {
var center1:CGPoint = center
center1.y = newValue
center = center1
}
}
}
//
// UIColor+Extension.swift
// PhoneManager
//
// Created by zxhy on 2025/3/19.
//
import UIKit
extension UIColor {
class func colorWithHex(hexStr:String,alpha:Float = 1) -> UIColor {
var cStr = hexStr.trimmingCharacters(in: CharacterSet.whitespacesAndNewlines).uppercased() as NSString
if(cStr.length < 6) {
return UIColor.clear
}
if(cStr.hasPrefix("0x")) {
cStr = cStr.substring(from: 2) as NSString
}
if(cStr.hasPrefix("#")) {
cStr = cStr.substring(from: 1) as NSString
}
if(cStr.length != 6) {
return UIColor.clear
}
let rStr = (cStr as NSString).substring(to: 2)
let gStr = ((cStr as NSString).substring(from: 2) as NSString).substring(to: 2)
let bStr = ((cStr as NSString).substring(from: 4) as NSString).substring(to: 2)
var r:UInt64 = 0
var g:UInt64 = 0
var b:UInt64 = 0
Scanner.init(string: rStr).scanHexInt64(&r)
Scanner.init(string: gStr).scanHexInt64(&g)
Scanner.init(string: bStr).scanHexInt64(&b)
return UIColor.init(red: CGFloat(r)/255.0, green: CGFloat(g)/255.0, blue: CGFloat(b)/255.0, alpha: CGFloat(alpha))
}
}
//
// UILabel+Extension.swift
// PhoneManager
//
// Created by zxhy on 2025/3/19.
//
import UIKit
extension UILabel {
static func getSizeWith(
font:UIFont = UIFont.systemFont(ofSize: 14, weight: .regular),
lineSpacing:CGFloat = 5 ,
paragraphSpacing:CGFloat = 0,
width:CGFloat = CGFloat(MAXFLOAT),
numberOfLines:Int = 0,
content:String) -> CGSize {
let sview:UILabel = UILabel()
sview.width = width
sview.font = font
sview.numberOfLines = 0
let style = NSMutableParagraphStyle()
style.lineSpacing = lineSpacing
style.paragraphSpacing = paragraphSpacing
sview.attributedText = NSAttributedString(string: content, attributes: [NSAttributedString.Key.paragraphStyle: style])
sview.numberOfLines = numberOfLines
sview.sizeToFit()
return sview.size
}
func setlineSpacing(font:UIFont = UIFont.systemFont(ofSize: 14, weight: .regular),
lineSpacing:CGFloat = 5,
paragraphSpacing:CGFloat = 0,
width:CGFloat = CGFloat(MAXFLOAT),
numberOfLines:Int = 0,
content:String) {
self.width = width
self.font = font
self.numberOfLines = 0
let style = NSMutableParagraphStyle()
style.lineSpacing = lineSpacing
style.paragraphSpacing = paragraphSpacing
self.attributedText = NSAttributedString(string: content, attributes: [NSAttributedString.Key.paragraphStyle: style])
self.numberOfLines = numberOfLines
self.sizeToFit()
self.width = width
}
}
......@@ -6,20 +6,6 @@
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<false/>
<key>UISceneConfigurations</key>
<dict>
<key>UIWindowSceneSessionRoleApplication</key>
<array>
<dict>
<key>UISceneConfigurationName</key>
<string>Default Configuration</string>
<key>UISceneDelegateClassName</key>
<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
<key>UISceneStoryboardFile</key>
<string>Main</string>
</dict>
</array>
</dict>
</dict>
</dict>
</plist>
//
// SceneDelegate.swift
// PhoneManager
//
// Created by zxhy on 2025/3/19.
//
import UIKit
class SceneDelegate: UIResponder, UIWindowSceneDelegate {
var window: UIWindow?
func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
// Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`.
// If using a storyboard, the `window` property will automatically be initialized and attached to the scene.
// This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead).
guard let _ = (scene as? UIWindowScene) else { return }
}
func sceneDidDisconnect(_ scene: UIScene) {
// Called as the scene is being released by the system.
// This occurs shortly after the scene enters the background, or when its session is discarded.
// Release any resources associated with this scene that can be re-created the next time the scene connects.
// The scene may re-connect later, as its session was not necessarily discarded (see `application:didDiscardSceneSessions` instead).
}
func sceneDidBecomeActive(_ scene: UIScene) {
// Called when the scene has moved from an inactive state to an active state.
// Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive.
}
func sceneWillResignActive(_ scene: UIScene) {
// Called when the scene will move from an active state to an inactive state.
// This may occur due to temporary interruptions (ex. an incoming phone call).
}
func sceneWillEnterForeground(_ scene: UIScene) {
// Called as the scene transitions from the background to the foreground.
// Use this method to undo the changes made on entering the background.
}
func sceneDidEnterBackground(_ scene: UIScene) {
// Called as the scene transitions from the foreground to the background.
// Use this method to save data, release shared resources, and store enough scene-specific state information
// to restore the scene back to its current state.
}
}
......@@ -12,6 +12,8 @@ class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
view.backgroundColor = .green
}
......
......@@ -7,5 +7,7 @@ target 'PhoneManager' do
# Pods for PhoneManager
pod 'Alamofire'
pod 'lottie-ios'
pod 'SnapKit'
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment