Skip to content

Instantly share code, notes, and snippets.

@jesusdesantos
Forked from s-fernandez-v/Main.xaml
Last active December 23, 2021 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesusdesantos/1a1ff6d1ece69419b10b84c7550bacb7 to your computer and use it in GitHub Desktop.
Save jesusdesantos/1a1ff6d1ece69419b10b84c7550bacb7 to your computer and use it in GitHub Desktop.
Christmas '21
<Grid
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:noesis="clr-namespace:NoesisGUIExtensions;assembly=Noesis.GUI.Extensions"
Background="White">
<Viewbox>
<Canvas Width="1480" Height="1480" Background="Transparent" Margin="0,0,0,-200">
<Canvas.Resources>
<Storyboard x:Key="AnimLogo">
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="Word">
<EasingDoubleKeyFrame KeyTime="0" Value="0"/>
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0"/>
<EasingDoubleKeyFrame KeyTime="0:0:1" Value="276.8">
<EasingDoubleKeyFrame.EasingFunction>
<CubicEase EasingMode="EaseInOut"/>
</EasingDoubleKeyFrame.EasingFunction>
</EasingDoubleKeyFrame>
</DoubleAnimationUsingKeyFrames>
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="GUI">
<EasingColorKeyFrame KeyTime="0" Value="#002AA6E2"/>
<EasingColorKeyFrame KeyTime="0:0:0.5" Value="#002AA6E2"/>
<EasingColorKeyFrame KeyTime="0:0:0.8" Value="#002AA6E2"/>
<EasingColorKeyFrame KeyTime="0:0:1.2" Value="#FF2AA6E2"/>
</ColorAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="Logo">
<EasingDoubleKeyFrame KeyTime="0" Value="-4"/>
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)" Storyboard.TargetName="Logo">
<EasingDoubleKeyFrame KeyTime="0" Value="-180"/>
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="0">
<EasingDoubleKeyFrame.EasingFunction>
<ExponentialEase EasingMode="EaseInOut"/>
</EasingDoubleKeyFrame.EasingFunction>
</EasingDoubleKeyFrame>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" Storyboard.TargetName="Logo">
<EasingDoubleKeyFrame KeyTime="0" Value="0.5"/>
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="1">
<EasingDoubleKeyFrame.EasingFunction>
<BackEase EasingMode="EaseOut"/>
</EasingDoubleKeyFrame.EasingFunction>
</EasingDoubleKeyFrame>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="Logo">
<EasingDoubleKeyFrame KeyTime="0" Value="0.5"/>
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="1">
<EasingDoubleKeyFrame.EasingFunction>
<BackEase EasingMode="EaseOut"/>
</EasingDoubleKeyFrame.EasingFunction>
</EasingDoubleKeyFrame>
</DoubleAnimationUsingKeyFrames>
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="Line1">
<EasingColorKeyFrame KeyTime="0" Value="#002AA6E2"/>
<EasingColorKeyFrame KeyTime="0:0:0.3" Value="#FF2AA6E2"/>
</ColorAnimationUsingKeyFrames>
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="Line2">
<EasingColorKeyFrame KeyTime="0" Value="#002AA6E2"/>
<EasingColorKeyFrame KeyTime="0:0:0.1" Value="#002AA6E2"/>
<EasingColorKeyFrame KeyTime="0:0:0.4" Value="#FF2AA6E2"/>
</ColorAnimationUsingKeyFrames>
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="Line3">
<EasingColorKeyFrame KeyTime="0" Value="#002AA6E2"/>
<EasingColorKeyFrame KeyTime="0:0:0.2" Value="#002AA6E2"/>
<EasingColorKeyFrame KeyTime="0:0:0.5" Value="#FF2AA6E2"/>
</ColorAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" Storyboard.TargetName="GUI">
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="1"/>
<EasingDoubleKeyFrame KeyTime="0:0:0.8" Value="1.1"/>
<EasingDoubleKeyFrame KeyTime="0:0:1.2" Value="1">
<EasingDoubleKeyFrame.EasingFunction>
<ExponentialEase EasingMode="EaseInOut"/>
</EasingDoubleKeyFrame.EasingFunction>
</EasingDoubleKeyFrame>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)" Storyboard.TargetName="GUI">
<EasingDoubleKeyFrame KeyTime="0:0:0.5" Value="1"/>
<EasingDoubleKeyFrame KeyTime="0:0:0.8" Value="1.1"/>
<EasingDoubleKeyFrame KeyTime="0:0:1.2" Value="1">
<EasingDoubleKeyFrame.EasingFunction>
<ExponentialEase EasingMode="EaseInOut"/>
</EasingDoubleKeyFrame.EasingFunction>
</EasingDoubleKeyFrame>
</DoubleAnimationUsingKeyFrames>
<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(TextElement.Foreground).(SolidColorBrush.Color)" Storyboard.TargetName="Hello">
<EasingColorKeyFrame KeyTime="0" Value="#00000000"/>
<EasingColorKeyFrame KeyTime="0:0:1" Value="#00000000"/>
<EasingColorKeyFrame KeyTime="0:0:1.3" Value="Black">
<EasingColorKeyFrame.EasingFunction>
<SineEase EasingMode="EaseInOut"/>
</EasingColorKeyFrame.EasingFunction>
</EasingColorKeyFrame>
</ColorAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)" Storyboard.TargetName="Hello">
<EasingDoubleKeyFrame KeyTime="0" Value="-6"/>
<EasingDoubleKeyFrame KeyTime="0:0:1" Value="-6"/>
<EasingDoubleKeyFrame KeyTime="0:0:1.2" Value="4">
<EasingDoubleKeyFrame.EasingFunction>
<SineEase EasingMode="EaseOut"/>
</EasingDoubleKeyFrame.EasingFunction>
</EasingDoubleKeyFrame>
<EasingDoubleKeyFrame KeyTime="0:0:1.3" Value="5"/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
<Storyboard x:Key="AnimChristmas" BeginTime="0:0:1.1">
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer39">
<DiscreteObjectKeyFrame KeyTime="0:0:1.38" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer39">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.38" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:2.38" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer39">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.38" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:2.38" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer38">
<DiscreteObjectKeyFrame KeyTime="0:0:1.5" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer38">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.5" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:2.5" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer38">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.5" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:2.5" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer37">
<DiscreteObjectKeyFrame KeyTime="0:0:1.62" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer37">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.62" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:2.62" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer37">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.62" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:2.62" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer36">
<DiscreteObjectKeyFrame KeyTime="0:0:1.73" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer36">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.73" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:2.73" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer36">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.73" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:2.73" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer35">
<DiscreteObjectKeyFrame KeyTime="0:0:1.85" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer35">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.85" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:2.85" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer35">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.85" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:2.85" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer34">
<DiscreteObjectKeyFrame KeyTime="0:0:1.97" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer34">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.97" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:2.97" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer34">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.97" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:2.97" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer33">
<DiscreteObjectKeyFrame KeyTime="0:0:2.08" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer33">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.08" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:3.08" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer33">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.08" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:3.08" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer32">
<DiscreteObjectKeyFrame KeyTime="0:0:2.2" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer32">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.2" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:3.2" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer32">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.2" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:3.2" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer31">
<DiscreteObjectKeyFrame KeyTime="0:0:2.32" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer31">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.32" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:3.32" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer31">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.32" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.85,0 0.15,1" KeyTime="0:0:3.32" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer30">
<DiscreteObjectKeyFrame KeyTime="0:0:0.33" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="Opacity" Storyboard.TargetName="Layer30">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.33" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.63" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer30">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.38" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.333,0 0.667,1" KeyTime="0:0:1" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer30">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.38" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.333,0 0.667,1" KeyTime="0:0:1" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[1].Angle" Storyboard.TargetName="Layer30">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.33" Value="19"/>
<SplineDoubleKeyFrame KeySpline="0.333,0 0.667,1.1" KeyTime="0:0:0.6" Value="55.74"/>
<SplineDoubleKeyFrame KeySpline="0.333,0.09 0.442,0.781" KeyTime="0:0:1" Value="0"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer29">
<DiscreteObjectKeyFrame KeyTime="0:0:0.38" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="Opacity" Storyboard.TargetName="Layer29">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.38" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.68" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer29">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.48" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.333,0 0.667,1" KeyTime="0:0:1.1" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer29">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.48" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.333,0 0.667,1" KeyTime="0:0:1.1" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[1].Angle" Storyboard.TargetName="Layer29">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.43" Value="-23"/>
<SplineDoubleKeyFrame KeySpline="0.333,0 0.667,1.1" KeyTime="0:0:0.7" Value="-59.06"/>
<SplineDoubleKeyFrame KeySpline="0.333,0.09 0.442,0.781" KeyTime="0:0:1.1" Value="0"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer28">
<DiscreteObjectKeyFrame KeyTime="0:0:0.18" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="Opacity" Storyboard.TargetName="Layer28">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.18" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.48" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer28">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.18" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.2" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.22" Value="0.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.23" Value="0.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.25" Value="0.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.27" Value="0.89"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.28" Value="1.05"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.3" Value="1.18"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.32" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.33" Value="1.32"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.35" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.37" Value="1.32"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.38" Value="1.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.4" Value="1.23"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.42" Value="1.17"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.43" Value="1.11"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.45" Value="1.05"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.47" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.48" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.5" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.52" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.53" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.55" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.57" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.58" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.6" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.62" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.63" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.65" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.67" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.68" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.7" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.72" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.73" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.75" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.77" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.78" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.8" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.82" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.83" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.85" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.87" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.88" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.9" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.93" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.95" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.97" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.98" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.02" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.03" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.05" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.07" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.15" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.17" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.2" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer28">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.18" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.2" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.22" Value="0.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.23" Value="0.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.25" Value="0.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.27" Value="0.89"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.28" Value="1.05"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.3" Value="1.18"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.32" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.33" Value="1.32"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.35" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.37" Value="1.32"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.38" Value="1.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.4" Value="1.23"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.42" Value="1.17"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.43" Value="1.11"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.45" Value="1.05"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.47" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.48" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.5" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.52" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.53" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.55" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.57" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.58" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.6" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.62" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.63" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.65" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.67" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.68" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.7" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.72" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.73" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.75" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.77" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.78" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.8" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.82" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.83" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.85" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.87" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.88" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.9" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.93" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.95" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.97" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.98" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.02" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.03" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.05" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.07" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.15" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.17" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.2" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[1].Angle" Storyboard.TargetName="Layer28" RepeatBehavior="Forever">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.00" Value="7.6"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.02" Value="8.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.04" Value="8.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.06" Value="8.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.08" Value="9.23"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.10" Value="9.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.12" Value="9.72"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.14" Value="9.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.16" Value="9.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.18" Value="10"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.2" Value="9.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.22" Value="9.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.23" Value="9.72"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.25" Value="9.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.27" Value="9.23"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.28" Value="8.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.3" Value="8.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.32" Value="8.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.33" Value="7.6"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.35" Value="7.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.37" Value="6.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.38" Value="5.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.4" Value="5.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.42" Value="4.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.43" Value="3.77"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.45" Value="3"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.47" Value="2.19"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.48" Value="1.34"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.5" Value="0.47"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.52" Value="-0.43"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.53" Value="-1.36"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.55" Value="-2.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.57" Value="-3.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.58" Value="-4.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.6" Value="-5.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.62" Value="-6.34"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.63" Value="-7.39"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.65" Value="-8.45"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.67" Value="-9.53"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.68" Value="-10.61"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.7" Value="-11.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.72" Value="-12.8"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.73" Value="-13.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.77" Value="-16.1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.78" Value="-17.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.8" Value="-18.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.82" Value="-19.39"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.83" Value="-20.48"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.85" Value="-21.55"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.87" Value="-22.61"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.88" Value="-23.66"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.9" Value="-24.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.92" Value="-25.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.93" Value="-26.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.95" Value="-27.69"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.97" Value="-28.64"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.98" Value="-29.57"/>
<LinearDoubleKeyFrame KeyTime="0:0:1" Value="-30.47"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.02" Value="-31.34"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.03" Value="-32.19"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.05" Value="-33"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.07" Value="-33.77"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.08" Value="-34.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.1" Value="-35.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.12" Value="-35.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.13" Value="-36.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.15" Value="-37.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.17" Value="-37.6"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.18" Value="-38.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.2" Value="-38.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.22" Value="-38.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.23" Value="-39.23"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.25" Value="-39.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.27" Value="-39.72"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.28" Value="-39.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.3" Value="-39.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.33" Value="-39.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.35" Value="-39.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.37" Value="-39.72"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.38" Value="-39.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.4" Value="-39.23"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.42" Value="-38.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.43" Value="-38.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.45" Value="-38.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.47" Value="-37.6"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.48" Value="-37.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.5" Value="-36.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.52" Value="-35.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.53" Value="-35.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.55" Value="-34.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.57" Value="-33.77"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.58" Value="-33"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.6" Value="-32.19"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.62" Value="-31.34"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.63" Value="-30.47"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.65" Value="-29.57"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.67" Value="-28.64"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.68" Value="-27.69"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.7" Value="-26.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.72" Value="-25.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.73" Value="-24.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.75" Value="-23.66"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.77" Value="-22.61"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.78" Value="-21.55"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.8" Value="-20.48"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.82" Value="-19.39"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.83" Value="-18.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.85" Value="-17.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.87" Value="-16.1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.9" Value="-13.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.92" Value="-12.8"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.93" Value="-11.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.95" Value="-10.61"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.97" Value="-9.53"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.98" Value="-8.45"/>
<LinearDoubleKeyFrame KeyTime="0:0:2" Value="-7.39"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.02" Value="-6.34"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.03" Value="-5.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.05" Value="-4.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.07" Value="-3.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.08" Value="-2.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.1" Value="-1.36"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.12" Value="-0.43"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.13" Value="0.47"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.15" Value="1.34"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.17" Value="2.19"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.18" Value="3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.2" Value="3.77"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.22" Value="4.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.23" Value="5.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.25" Value="5.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.27" Value="6.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.28" Value="7.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.3" Value="7.6"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.32" Value="8.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.33" Value="8.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.35" Value="8.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.37" Value="9.23"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.38" Value="9.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.4" Value="9.72"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.42" Value="9.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.43" Value="9.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.45" Value="10"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.47" Value="9.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.48" Value="9.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.5" Value="9.72"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.52" Value="9.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.53" Value="9.23"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.55" Value="8.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.57" Value="8.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.58" Value="8.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.6" Value="7.6"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.62" Value="7.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.63" Value="6.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.65" Value="5.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.67" Value="5.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.68" Value="4.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.7" Value="3.77"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.72" Value="3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.73" Value="2.19"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="1.34"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="0.47"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="-0.43"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="-1.36"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="-2.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="-3.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="-4.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="-5.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="-6.34"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="-7.39"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="-8.45"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="-9.53"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="-10.61"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="-11.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="-12.8"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="-13.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="-16.1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="-17.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="-18.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="-19.39"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="-20.48"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="-21.55"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="-22.61"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="-23.66"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="-24.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="-25.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="-26.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="-27.69"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="-28.64"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="-29.57"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="-30.47"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="-31.34"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="-32.19"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="-33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="-33.77"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="-34.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="-35.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="-35.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="-36.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="-37.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="-37.6"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="-38.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="-38.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="-38.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="-39.23"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="-39.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="-39.72"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="-39.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="-39.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="-39.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="-39.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="-39.72"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.65" Value="-39.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="-39.23"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.68" Value="-38.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.7" Value="-38.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="-38.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.73" Value="-37.6"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.75" Value="-37.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.77" Value="-36.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.78" Value="-35.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.8" Value="-35.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.82" Value="-34.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.83" Value="-33.77"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.85" Value="-33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.87" Value="-32.19"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.88" Value="-31.34"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.9" Value="-30.47"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.92" Value="-29.57"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.93" Value="-28.64"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.95" Value="-27.69"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.97" Value="-26.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.98" Value="-25.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:4" Value="-24.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.02" Value="-23.66"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.03" Value="-22.61"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.05" Value="-21.55"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.07" Value="-20.48"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.08" Value="-19.39"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.1" Value="-18.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.12" Value="-17.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.13" Value="-16.1"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.17" Value="-13.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.18" Value="-12.8"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.2" Value="-11.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.22" Value="-10.61"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.23" Value="-9.53"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.25" Value="-8.45"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.27" Value="-7.39"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.28" Value="-6.34"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.3" Value="-5.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.32" Value="-4.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.33" Value="-3.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.35" Value="-2.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.37" Value="-1.36"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.38" Value="-0.43"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.4" Value="0.47"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.42" Value="1.34"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.43" Value="2.19"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.45" Value="3"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.47" Value="3.77"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.48" Value="4.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.5" Value="5.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.52" Value="5.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.53" Value="6.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.55" Value="7.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.57" Value="7.6"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer27">
<DiscreteObjectKeyFrame KeyTime="0:0:0.3" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="Opacity" Storyboard.TargetName="Layer27">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.3" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.6" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer27">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.3" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.32" Value="0.12"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.33" Value="0.28"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.35" Value="0.46"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.37" Value="0.65"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.38" Value="0.83"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.4" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.42" Value="1.12"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.43" Value="1.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.45" Value="1.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.47" Value="1.32"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.48" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.5" Value="1.32"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.52" Value="1.28"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.53" Value="1.23"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.55" Value="1.18"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.57" Value="1.12"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.58" Value="1.06"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.6" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.62" Value="0.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.63" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.65" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.67" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.68" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.7" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.72" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.73" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.75" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.77" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.78" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.8" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.82" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.83" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.85" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.87" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.9" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.92" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.93" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.95" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.97" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.98" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:1" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.02" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.03" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.05" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.07" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.12" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.13" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.15" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.18" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.2" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.22" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.23" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.25" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.35" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.38" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer27">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.3" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.32" Value="0.12"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.33" Value="0.28"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.35" Value="0.46"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.37" Value="0.65"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.38" Value="0.83"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.4" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.42" Value="1.12"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.43" Value="1.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.45" Value="1.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.47" Value="1.32"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.48" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.5" Value="1.32"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.52" Value="1.28"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.53" Value="1.23"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.55" Value="1.18"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.57" Value="1.12"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.58" Value="1.06"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.6" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.62" Value="0.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.63" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.65" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.67" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.68" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.7" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.72" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.73" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.75" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.77" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.78" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.8" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.82" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.83" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.85" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.87" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.9" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.92" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.93" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.95" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.97" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.98" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:1" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.02" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.03" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.05" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.07" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.12" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.13" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.15" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.18" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.2" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.22" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.23" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.25" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.35" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.38" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[1].Angle" Storyboard.TargetName="Layer27" RepeatBehavior="Forever" SpeedRatio="0.92">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.00" Value="23.46"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.02" Value="24.05"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.03" Value="24.63"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.05" Value="25.18"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.07" Value="25.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.08" Value="26.21"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.10" Value="26.70"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.12" Value="27.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.13" Value="27.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.15" Value="27.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.17" Value="28.34"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.18" Value="28.67"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.20" Value="28.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.22" Value="29.24"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.23" Value="29.46"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.25" Value="29.65"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.27" Value="29.8"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.28" Value="29.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.30" Value="29.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.32" Value="29.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.33" Value="29.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.35" Value="29.8"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.37" Value="29.65"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.38" Value="29.46"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.4" Value="29.24"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.42" Value="28.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.43" Value="28.67"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.45" Value="28.34"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.47" Value="27.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.48" Value="27.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.5" Value="27.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.52" Value="26.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.53" Value="26.21"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.55" Value="25.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.57" Value="25.18"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.58" Value="24.63"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.6" Value="24.05"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.62" Value="23.46"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.63" Value="22.85"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.65" Value="22.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.67" Value="21.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.68" Value="20.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.7" Value="20.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.72" Value="19.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.73" Value="18.89"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.75" Value="18.19"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.77" Value="17.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.78" Value="16.78"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.8" Value="16.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.82" Value="15.36"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.83" Value="14.64"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.85" Value="13.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.87" Value="13.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.88" Value="12.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.9" Value="11.81"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.92" Value="11.11"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.93" Value="10.42"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.95" Value="9.74"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.97" Value="9.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.98" Value="8.42"/>
<LinearDoubleKeyFrame KeyTime="0:0:1" Value="7.78"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.02" Value="7.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.03" Value="6.54"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.05" Value="5.95"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.07" Value="5.37"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.08" Value="4.82"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.1" Value="4.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.12" Value="3.79"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.13" Value="3.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.15" Value="2.85"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.17" Value="2.42"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.18" Value="2.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.2" Value="1.66"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.22" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.23" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.25" Value="0.76"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.27" Value="0.54"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.28" Value="0.35"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.3" Value="0.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.32" Value="0.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.33" Value="0.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.35" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.37" Value="0.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.38" Value="0.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.4" Value="0.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.42" Value="0.35"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.43" Value="0.54"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.45" Value="0.76"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.47" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.48" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.5" Value="1.66"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.52" Value="2.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.53" Value="2.42"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.55" Value="2.85"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.57" Value="3.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.58" Value="3.79"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.6" Value="4.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.62" Value="4.82"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.63" Value="5.37"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.65" Value="5.95"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.67" Value="6.54"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.68" Value="7.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.7" Value="7.78"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.72" Value="8.42"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.73" Value="9.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.75" Value="9.74"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.77" Value="10.42"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.78" Value="11.11"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.8" Value="11.81"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.82" Value="12.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.83" Value="13.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.85" Value="13.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.87" Value="14.64"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.88" Value="15.36"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.9" Value="16.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.92" Value="16.78"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.93" Value="17.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.95" Value="18.19"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.97" Value="18.89"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.98" Value="19.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:2" Value="20.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.02" Value="20.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.03" Value="21.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.05" Value="22.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.07" Value="22.85"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.08" Value="23.46"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.1" Value="24.05"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.12" Value="24.63"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.13" Value="25.18"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.15" Value="25.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.17" Value="26.21"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.18" Value="26.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.2" Value="27.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.22" Value="27.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.23" Value="27.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.25" Value="28.34"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.27" Value="28.67"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.28" Value="28.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.3" Value="29.24"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.32" Value="29.46"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.33" Value="29.65"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.35" Value="29.8"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.37" Value="29.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.38" Value="29.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.42" Value="29.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.43" Value="29.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.45" Value="29.8"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.47" Value="29.65"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.48" Value="29.46"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.5" Value="29.24"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.52" Value="28.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.53" Value="28.67"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.55" Value="28.34"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.57" Value="27.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.58" Value="27.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.6" Value="27.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.62" Value="26.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.63" Value="26.21"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.65" Value="25.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.67" Value="25.18"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.68" Value="24.63"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.7" Value="24.05"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.72" Value="23.46"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.73" Value="22.85"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="22.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="21.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="20.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="20.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="19.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="18.89"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="18.19"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="17.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="16.78"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="16.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="15.36"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="14.64"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="13.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="13.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="12.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="11.81"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="11.11"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="10.42"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="9.74"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="9.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="8.42"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="7.78"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="7.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="6.54"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="5.95"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="5.37"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="4.82"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="4.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="3.79"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="3.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="2.85"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="2.42"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="2.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="1.66"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="0.76"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="0.54"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="0.35"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="0.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="0.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="0.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="0.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="0.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="0.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="0.35"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="0.54"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="0.76"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="1.66"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="2.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="2.42"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.65" Value="2.85"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="3.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.68" Value="3.79"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.7" Value="4.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="4.82"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.73" Value="5.37"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.75" Value="5.95"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.77" Value="6.54"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.78" Value="7.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.8" Value="7.78"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.82" Value="8.42"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.83" Value="9.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.85" Value="9.74"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.87" Value="10.42"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.88" Value="11.11"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.9" Value="11.81"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.92" Value="12.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.93" Value="13.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.95" Value="13.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.97" Value="14.64"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.98" Value="15.36"/>
<LinearDoubleKeyFrame KeyTime="0:0:4" Value="16.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.02" Value="16.78"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.03" Value="17.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.05" Value="18.19"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.07" Value="18.89"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.08" Value="19.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.1" Value="20.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.12" Value="20.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.13" Value="21.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.15" Value="22.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.17" Value="22.85"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.18" Value="23.46"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.X" Storyboard.TargetName="Group14" RepeatBehavior="Forever" SpeedRatio="0.92">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.00" Value="1006.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.02" Value="1005.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.04" Value="1003.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.06" Value="1002.48"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.08" Value="1001.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.10" Value="999.72"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.12" Value="998.38"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.14" Value="997.06"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.16" Value="995.76"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.18" Value="994.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.20" Value="993.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.22" Value="992.04"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.23" Value="990.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.25" Value="989.74"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.27" Value="988.65"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.28" Value="987.61"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.30" Value="986.62"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.32" Value="985.67"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.33" Value="984.78"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.35" Value="983.95"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.37" Value="983.17"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.38" Value="982.46"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.40" Value="981.8"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.42" Value="981.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.43" Value="980.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.45" Value="979.38"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.47" Value="980.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.48" Value="981.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.5" Value="981.8"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.52" Value="982.46"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.53" Value="983.17"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.55" Value="983.95"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.57" Value="984.78"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.58" Value="985.67"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.6" Value="986.62"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.62" Value="987.61"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.63" Value="988.65"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.65" Value="989.74"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.67" Value="990.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.68" Value="992.04"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.7" Value="993.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.72" Value="994.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.73" Value="995.76"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.75" Value="997.06"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.77" Value="998.38"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.78" Value="999.72"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.8" Value="1001.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.82" Value="1002.48"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.83" Value="1003.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.85" Value="1005.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.87" Value="1006.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.88" Value="1008.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.93" Value="1012.44"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.95" Value="1013.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.97" Value="1015.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.98" Value="1016.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:1" Value="1018.1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.02" Value="1019.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.03" Value="1020.85"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.05" Value="1022.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.07" Value="1023.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.08" Value="1024.82"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.1" Value="1026.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.12" Value="1027.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.13" Value="1028.54"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.15" Value="1029.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.17" Value="1030.84"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.18" Value="1031.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.2" Value="1032.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.22" Value="1033.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.23" Value="1034.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.25" Value="1035.79"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.27" Value="1036.63"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.28" Value="1037.4"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.3" Value="1038.12"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.32" Value="1038.77"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.33" Value="1039.36"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.35" Value="1039.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.38" Value="1040.69"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.55" Value="1039.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.57" Value="1039.36"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.58" Value="1038.77"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.6" Value="1038.12"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.62" Value="1037.4"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.63" Value="1036.63"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.65" Value="1035.79"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.67" Value="1034.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.68" Value="1033.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.7" Value="1032.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.72" Value="1031.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.73" Value="1030.84"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.75" Value="1029.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.77" Value="1028.54"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.78" Value="1027.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.8" Value="1026.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.82" Value="1024.82"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.83" Value="1023.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.85" Value="1022.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.87" Value="1020.85"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.88" Value="1019.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.9" Value="1018.1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.92" Value="1016.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.93" Value="1015.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.95" Value="1013.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.97" Value="1012.44"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.02" Value="1008.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.03" Value="1006.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.05" Value="1005.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.07" Value="1003.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.08" Value="1002.48"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.1" Value="1001.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.12" Value="999.72"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.13" Value="998.38"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.15" Value="997.06"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.17" Value="995.76"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.18" Value="994.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.2" Value="993.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.22" Value="992.04"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.23" Value="990.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.25" Value="989.74"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.27" Value="988.65"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.28" Value="987.61"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.3" Value="986.62"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.32" Value="985.67"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.33" Value="984.78"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.35" Value="983.95"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.37" Value="983.17"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.38" Value="982.46"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.4" Value="981.8"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.42" Value="981.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.45" Value="980.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.5" Value="979.38"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.62" Value="980.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.65" Value="981.22"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.67" Value="981.8"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.68" Value="982.46"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.7" Value="983.17"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.72" Value="983.95"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.73" Value="984.78"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="985.67"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="986.62"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="987.61"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="988.65"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="989.74"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="990.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="992.04"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="993.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="994.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="995.76"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="997.06"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="998.38"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="999.72"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="1001.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="1002.48"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="1003.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="1005.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="1006.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="1008.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1012.44"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1013.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1015.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1016.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1018.1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1019.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1020.85"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1022.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1023.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="1024.82"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1026.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1027.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="1028.54"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1029.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1030.84"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="1031.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1032.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="1033.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="1034.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="1035.79"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1036.63"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="1037.4"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1038.12"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1038.77"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="1039.36"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1039.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="1040.69"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="1039.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.73" Value="1039.36"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.75" Value="1038.77"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.77" Value="1038.12"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.78" Value="1037.4"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.8" Value="1036.63"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.82" Value="1035.79"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.83" Value="1034.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.85" Value="1033.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.87" Value="1032.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.88" Value="1031.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.9" Value="1030.84"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.92" Value="1029.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.93" Value="1028.54"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.95" Value="1027.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.97" Value="1026.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.98" Value="1024.82"/>
<LinearDoubleKeyFrame KeyTime="0:0:4" Value="1023.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.02" Value="1022.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.03" Value="1020.85"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.05" Value="1019.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.07" Value="1018.1"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.08" Value="1016.7"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.1" Value="1015.29"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.12" Value="1013.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.13" Value="1012.44"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.18" Value="1008.14"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Y" Storyboard.TargetName="Group14" RepeatBehavior="Forever" SpeedRatio="0.92">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.00" Value="481.35"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.02" Value="482.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.04" Value="482.79"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.06" Value="483.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.08" Value="484.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.10" Value="484.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.12" Value="485.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.14" Value="486.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.16" Value="486.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.18" Value="487.56"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.20" Value="488.19"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.22" Value="488.8"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.23" Value="489.39"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.25" Value="489.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.27" Value="490.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.28" Value="491.05"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.30" Value="491.55"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.32" Value="492.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.33" Value="492.48"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.35" Value="492.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.37" Value="493.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.38" Value="493.67"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.40" Value="494"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.42" Value="494.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.43" Value="494.78"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.45" Value="495.23"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.47" Value="494.78"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.48" Value="494.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.5" Value="494"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.52" Value="493.67"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.53" Value="493.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.55" Value="492.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.57" Value="492.48"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.58" Value="492.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.6" Value="491.55"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.62" Value="491.05"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.63" Value="490.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.65" Value="489.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.67" Value="489.39"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.68" Value="488.8"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.7" Value="488.19"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.72" Value="487.56"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.73" Value="486.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.75" Value="486.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.77" Value="485.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.78" Value="484.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.8" Value="484.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.82" Value="483.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.83" Value="482.79"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.85" Value="482.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.87" Value="481.35"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.88" Value="480.62"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.93" Value="478.44"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.95" Value="477.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.97" Value="476.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.98" Value="476.27"/>
<LinearDoubleKeyFrame KeyTime="0:0:1" Value="475.56"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.02" Value="474.86"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.03" Value="474.17"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.05" Value="473.48"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.07" Value="472.81"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.08" Value="472.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.1" Value="471.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.12" Value="470.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.13" Value="470.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.15" Value="469.67"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.17" Value="469.1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.18" Value="468.55"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.2" Value="468.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.22" Value="467.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.23" Value="467.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.25" Value="466.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.27" Value="466.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.28" Value="465.76"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.3" Value="465.4"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.32" Value="465.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.33" Value="464.77"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.35" Value="464.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.38" Value="464.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.55" Value="464.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.57" Value="464.77"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.58" Value="465.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.6" Value="465.4"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.62" Value="465.76"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.63" Value="466.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.65" Value="466.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.67" Value="467.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.68" Value="467.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.7" Value="468.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.72" Value="468.55"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.73" Value="469.1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.75" Value="469.67"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.77" Value="470.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.78" Value="470.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.8" Value="471.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.82" Value="472.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.83" Value="472.81"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.85" Value="473.48"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.87" Value="474.17"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.88" Value="474.86"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.9" Value="475.56"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.92" Value="476.27"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.93" Value="476.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.95" Value="477.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.97" Value="478.44"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.02" Value="480.62"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.03" Value="481.35"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.05" Value="482.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.07" Value="482.79"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.08" Value="483.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.1" Value="484.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.12" Value="484.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.13" Value="485.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.15" Value="486.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.17" Value="486.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.18" Value="487.56"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.2" Value="488.19"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.22" Value="488.8"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.23" Value="489.39"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.25" Value="489.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.27" Value="490.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.28" Value="491.05"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.3" Value="491.55"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.32" Value="492.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.33" Value="492.48"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.35" Value="492.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.37" Value="493.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.38" Value="493.67"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.4" Value="494"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.42" Value="494.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.45" Value="494.78"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.5" Value="495.23"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.62" Value="494.78"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.65" Value="494.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.67" Value="494"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.68" Value="493.67"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.7" Value="493.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.72" Value="492.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.73" Value="492.48"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="492.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="491.55"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="491.05"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="490.52"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="489.97"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="489.39"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="488.8"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="488.19"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="487.56"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="486.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="486.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="485.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="484.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="484.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="483.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="482.79"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="482.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="481.35"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="480.62"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="478.44"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="477.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="476.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="476.27"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="475.56"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="474.86"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="474.17"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="473.48"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="472.81"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="472.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="471.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="470.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="470.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="469.67"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="469.1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="468.55"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="468.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="467.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="467.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="466.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="466.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="465.76"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="465.4"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="465.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="464.77"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="464.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="464.09"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="464.5"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.73" Value="464.77"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.75" Value="465.07"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.77" Value="465.4"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.78" Value="465.76"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.8" Value="466.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.82" Value="466.58"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.83" Value="467.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.85" Value="467.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.87" Value="468.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.88" Value="468.55"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.9" Value="469.1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.92" Value="469.67"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.93" Value="470.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.95" Value="470.88"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.97" Value="471.51"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.98" Value="472.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:4" Value="472.81"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.02" Value="473.48"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.03" Value="474.17"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.05" Value="474.86"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.07" Value="475.56"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.08" Value="476.27"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.1" Value="476.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.12" Value="477.71"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.13" Value="478.44"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.18" Value="480.62"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer26">
<DiscreteObjectKeyFrame KeyTime="0:0:0.28" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="Opacity" Storyboard.TargetName="Layer26">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.28" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.58" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer26">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.28" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.3" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.32" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.33" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.35" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.37" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.38" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.4" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.42" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.43" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.45" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.47" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.48" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.5" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.52" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.53" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.55" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.57" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.58" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.6" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.62" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.63" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.65" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.67" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.68" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.7" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.72" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.73" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.75" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.77" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.78" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.8" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.82" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.83" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.85" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.87" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.88" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.9" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.92" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.93" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.95" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.97" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.98" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.02" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.07" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.08" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.1" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.12" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.13" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.15" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.17" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.18" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.2" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.28" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.32" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer26">
<DiscreteDoubleKeyFrame KeyTime="0:0:0.28" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.3" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.32" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.33" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.35" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.37" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.38" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.4" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.42" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.43" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.45" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.47" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.48" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.5" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.52" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.53" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.55" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.57" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.58" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.6" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.62" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.63" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.65" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.67" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.68" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.7" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.72" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.73" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.75" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.77" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.78" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.8" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.82" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.83" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.85" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.87" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.88" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.9" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.92" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.93" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.95" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.97" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.98" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.02" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.07" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.08" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.1" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.12" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.13" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.15" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.17" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.18" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.2" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.28" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.32" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer25">
<DiscreteDoubleKeyFrame KeyTime="0:0:0" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.02" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.03" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.05" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.07" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.08" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.1" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.12" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.13" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.15" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.17" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.18" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.2" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.22" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.23" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.25" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.27" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.28" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.3" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.32" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.33" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.35" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.37" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.38" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.4" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.42" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.43" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.45" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.47" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.48" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.5" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.52" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.53" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.55" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.57" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.58" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.6" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.62" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.63" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.65" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.67" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.68" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.7" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.72" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.73" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.78" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.8" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.82" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.83" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.85" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.87" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.88" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.9" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.92" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.03" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer25">
<DiscreteDoubleKeyFrame KeyTime="0:0:0" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.02" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.03" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.05" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.07" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.08" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.1" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.12" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.13" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.15" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.17" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.18" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.2" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.22" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.23" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.25" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.27" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.28" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.3" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.32" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.33" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.35" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.37" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.38" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.4" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.42" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.43" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.45" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.47" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.48" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.5" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.52" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.53" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.55" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.57" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.58" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.6" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.62" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.63" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.65" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.67" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.68" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.7" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.72" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.73" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.78" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.8" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.82" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.83" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.85" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.87" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.88" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.9" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:0.92" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:1.03" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer21">
<DiscreteObjectKeyFrame KeyTime="0:0:2.43" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer21">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.43" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.45" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.47" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.48" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.5" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.52" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.53" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.55" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.57" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.58" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.6" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.62" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.63" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.65" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.67" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.68" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.7" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.72" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.73" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer21">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.43" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.45" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.47" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.48" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.5" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.52" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.53" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.55" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.57" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.58" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.6" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.62" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.63" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.65" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.67" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.68" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.7" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.72" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.73" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer20">
<DiscreteObjectKeyFrame KeyTime="0:0:2.48" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer20">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.48" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.5" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.52" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.53" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.55" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.57" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.58" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.6" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.62" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.63" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.65" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.67" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.68" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.7" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.72" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.73" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer20">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.48" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.5" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.52" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.53" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.55" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.57" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.58" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.6" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.62" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.63" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.65" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.67" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.68" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.7" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.72" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.73" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer19">
<DiscreteObjectKeyFrame KeyTime="0:0:2.53" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer19">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.53" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.55" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.57" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.58" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.6" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.62" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.63" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.65" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.67" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.68" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.7" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.72" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.73" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer19">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.53" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.55" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.57" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.58" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.6" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.62" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.63" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.65" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.67" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.68" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.7" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.72" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.73" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer18">
<DiscreteObjectKeyFrame KeyTime="0:0:2.58" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer18">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.58" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.6" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.62" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.63" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.65" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.67" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.68" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.7" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.72" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.73" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer18">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.58" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.6" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.62" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.63" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.65" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.67" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.68" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.7" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.72" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.73" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer17">
<DiscreteObjectKeyFrame KeyTime="0:0:2.63" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer17">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.63" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.65" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.67" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.68" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.7" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.72" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.73" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer17">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.63" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.65" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.67" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.68" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.7" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.72" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.73" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer16">
<DiscreteObjectKeyFrame KeyTime="0:0:2.68" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer16">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.68" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.7" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.72" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.73" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.68" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer16">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.68" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.7" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.72" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.73" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.68" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer15">
<DiscreteObjectKeyFrame KeyTime="0:0:2.73" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer15">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.73" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.65" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.73" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.77" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer15">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.73" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.75" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.77" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.78" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.65" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.73" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.77" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer14">
<DiscreteObjectKeyFrame KeyTime="0:0:2.78" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer14">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.78" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.65" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.68" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.7" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.78" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.82" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer14">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.78" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.8" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.82" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.83" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.65" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.68" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.7" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.78" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.82" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer13">
<DiscreteObjectKeyFrame KeyTime="0:0:2.83" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer13">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.83" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.65" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.68" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.7" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.73" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.75" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.83" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.87" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer13">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.83" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.85" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.87" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.88" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.65" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.68" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.7" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.73" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.75" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.83" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.87" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer12">
<DiscreteObjectKeyFrame KeyTime="0:0:2.88" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer12">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.88" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.68" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.7" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.73" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.75" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.77" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.78" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.8" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.88" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.92" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer12">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.88" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.9" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.92" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.93" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.68" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.7" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.73" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.75" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.77" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.78" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.8" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.88" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.92" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer11">
<DiscreteObjectKeyFrame KeyTime="0:0:2.93" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer11">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.93" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.65" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.73" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.75" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.77" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.78" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.8" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.82" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.83" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.85" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.93" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.97" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer11">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.93" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.95" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.97" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:2.98" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.65" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.73" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.75" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.77" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.78" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.8" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.82" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.83" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.85" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.93" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.97" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer10">
<DiscreteObjectKeyFrame KeyTime="0:0:2.98" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer10">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.98" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.65" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.68" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.7" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.77" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.78" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.8" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.82" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.83" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.85" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.87" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.88" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.9" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.98" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.02" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer10">
<DiscreteDoubleKeyFrame KeyTime="0:0:2.98" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:3" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.02" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.03" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.65" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.68" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.7" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.77" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.78" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.8" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.82" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.83" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.85" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.87" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.88" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.9" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.98" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.02" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer9">
<DiscreteObjectKeyFrame KeyTime="0:0:3.03" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer9">
<DiscreteDoubleKeyFrame KeyTime="0:0:3.03" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.65" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.68" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.7" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.73" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.75" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.77" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.82" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.83" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.85" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.87" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.88" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.9" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.92" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.93" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.95" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.03" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.07" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer9">
<DiscreteDoubleKeyFrame KeyTime="0:0:3.03" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.05" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.07" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.08" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.65" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.68" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.7" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.73" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.75" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.77" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.82" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.83" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.85" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.87" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.88" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.9" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.92" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.93" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.95" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.03" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.07" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer8">
<DiscreteObjectKeyFrame KeyTime="0:0:3.08" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleX" Storyboard.TargetName="Layer8">
<DiscreteDoubleKeyFrame KeyTime="0:0:3.08" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.65" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.68" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.7" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.73" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.75" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.77" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.78" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.8" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.82" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.87" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.88" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.9" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.92" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.93" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.95" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.97" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.98" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:4" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.08" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.12" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="RenderTransform.Children[0].ScaleY" Storyboard.TargetName="Layer8">
<DiscreteDoubleKeyFrame KeyTime="0:0:3.08" Value="0"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.1" Value="0.13"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.12" Value="0.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.13" Value="0.49"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.15" Value="0.68"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.17" Value="0.87"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.18" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.2" Value="1.15"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.22" Value="1.25"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.23" Value="1.31"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.25" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.27" Value="1.33"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.28" Value="1.3"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.3" Value="1.26"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.32" Value="1.2"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.33" Value="1.14"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.35" Value="1.08"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.37" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.38" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.4" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.42" Value="0.92"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.43" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.45" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.47" Value="0.9"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.48" Value="0.91"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.5" Value="0.93"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.52" Value="0.94"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.53" Value="0.96"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.55" Value="0.98"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.57" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.58" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.6" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.62" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.63" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.65" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.67" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.68" Value="1.03"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.7" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.72" Value="1.02"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.73" Value="1.01"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.75" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.77" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.78" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.8" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.82" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.87" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.88" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.9" Value="0.99"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.92" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.93" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.95" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.97" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:3.98" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:4" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.08" Value="1"/>
<LinearDoubleKeyFrame KeyTime="0:0:4.12" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer7">
<DiscreteObjectKeyFrame KeyTime="0:0:1.45" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(noesis:Path.TrimEnd)" Storyboard.TargetName="Path40">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.48" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.5,0 0.5,1" KeyTime="0:0:1.95" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer6">
<DiscreteObjectKeyFrame KeyTime="0:0:1.45" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(noesis:Path.TrimEnd)" Storyboard.TargetName="Path41">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.58" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.5,0 0.5,1" KeyTime="0:0:2.05" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer5">
<DiscreteObjectKeyFrame KeyTime="0:0:1.45" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(noesis:Path.TrimEnd)" Storyboard.TargetName="Path42">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.98" Value="1"/>
<SplineDoubleKeyFrame KeySpline="0.5,0 0.5,1" KeyTime="0:0:2.52" Value="0.001"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer4">
<DiscreteObjectKeyFrame KeyTime="0:0:1.45" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(noesis:Path.TrimEnd)" Storyboard.TargetName="Path43">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.68" Value="1"/>
<SplineDoubleKeyFrame KeySpline="0.5,0 0.5,1" KeyTime="0:0:2.22" Value="0.001"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer3">
<DiscreteObjectKeyFrame KeyTime="0:0:1.45" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(noesis:Path.TrimEnd)" Storyboard.TargetName="Path44">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.78" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.5,0 0.5,1" KeyTime="0:0:2.52" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Layer2">
<DiscreteObjectKeyFrame KeyTime="0:0:1.45" Value="{x:Static Visibility.Visible}"/>
</ObjectAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(noesis:Path.TrimEnd)" Storyboard.TargetName="Path45">
<DiscreteDoubleKeyFrame KeyTime="0:0:1.97" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.5,0 0.5,1" KeyTime="0:0:2.7" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(noesis:Path.TrimStart)" Storyboard.TargetName="Path46">
<DiscreteDoubleKeyFrame KeyTime="0:0:0" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.333,0 0.667,1" KeyTime="0:0:4.1" Value="1"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(noesis:Path.TrimEnd)" Storyboard.TargetName="Path46">
<DiscreteDoubleKeyFrame KeyTime="0:0:0" Value="0"/>
<SplineDoubleKeyFrame KeySpline="0.333,0 0.667,1" KeyTime="0:0:4.63" Value="0.9995"/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</Canvas.Resources>
<Canvas.Triggers>
<EventTrigger RoutedEvent="FrameworkElement.Loaded">
<BeginStoryboard Storyboard="{StaticResource AnimLogo}"/>
<BeginStoryboard Storyboard="{StaticResource AnimChristmas}"/>
</EventTrigger>
</Canvas.Triggers>
<Canvas x:Name="Layer40" Width="1661" Height="1661">
<Canvas.RenderTransform>
<TranslateTransform X="-90.5" Y="-90.5"/>
</Canvas.RenderTransform>
</Canvas>
<Canvas x:Name="Layer39" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="517.77" CenterY="739.5"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="517.77" Y="679.92"/>
</Canvas.RenderTransform>
<Path Fill="#216D5E" Data="F1M9.52,-27.19C9.15,-26.62 8.98,-25.93,9.01,-25.14 9.03,-24.35 9.27,-23.57,9.72,-22.8 10.16,-22.03 10.83,-21.43,11.69,-21.02 12.57,-20.59 13.64,-20.54,14.93,-20.86 17.49,-21.49 19.16,-23.37,19.93,-26.51 20.7,-29.66 20.49,-32.84,19.28,-36.06 18.08,-39.28 15.67,-41.93,12.06,-44.01 8.46,-46.08 3.54,-46.35,-2.64,-44.79 -9.48,-43.05 -14.62,-39.43,-18.02,-33.96 -21.43,-28.48 -23.46,-22.19,-24.11,-15.1 -24.78,-8.01 -24.23,-0.67,-22.5,6.9 -20.78,14.48 -18.08,21.23,-14.46,27.16 -10.84,33.09 -6.52,37.67,-1.51,40.92 3.49,44.17 8.91,45.03,14.79,43.53 20.81,41.98 25.1,39.43,27.67,35.84 30.24,32.25 31.69,28.7,31.99,25.19 32.29,21.68 31.65,18.64,30.03,16.08 28.41,13.52 26.41,12.53,24.05,13.11 22.79,13.42 21.81,13.14,21.09,12.28 20.38,11.42 20.12,10.36,20.31,9.12 20.5,7.87 21.31,6.55,22.72,5.16 24.14,3.77 26.44,2.7,29.6,1.93 33.88,0.9 37.74,1.3,41.17,3.13 44.6,4.95 47.29,7.56,49.23,10.93 51.16,14.3 52.2,18.3,52.35,22.88 52.51,27.46 51.48,31.92,49.31,36.26 47.14,40.59 43.57,44.66,38.64,48.5 33.7,52.33 27.1,55.28,18.82,57.39 9.63,59.75 1.24,60.21,-6.39,58.74 -14.03,57.28 -20.8,54.5,-26.71,50.36 -32.63,46.22 -37.62,41.08,-41.69,34.9 -45.75,28.72 -48.68,22.02,-50.45,14.77 -52.21,7.52 -52.77,0.13,-52.09,-7.42 -51.41,-14.96 -49.37,-22.13,-45.96,-28.89 -42.54,-35.65 -37.69,-41.67,-31.39,-46.9 -25.1,-52.13 -17.18,-55.99,-7.66,-58.41 -4.38,-59.24 -1.55,-59.63,0.81,-59.58 8.74,-59.4 16.99,-57.15,23.95,-53.32 29.48,-50.28 34.37,-45.77,36.98,-40.02 40.66,-31.91 38.85,-20.41,32.9,-13.82 29.69,-10.27 25,-7.75,18.79,-6.22 11.78,-4.49 6.4,-4.6,2.58,-6.59 -1.23,-8.58 -3.71,-11.22,-4.83,-14.54 -5.95,-17.86 -5.79,-21.23,-4.35,-24.64 -2.92,-28.06 -0.33,-30.24,3.38,-31.18 6.13,-31.87 8.07,-31.63,9.22,-30.48 10.36,-29.32 10.46,-28.22,9.52,-27.19"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer38" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="627.3" CenterY="724.15"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="627.3" Y="656.36"/>
</Canvas.RenderTransform>
<Path Fill="#216D5E" Data="F1M-36.01,64.82C-35.12,64.12 -34.09,62.89,-33.18,61.1 -32.27,59.31 -32.28,56.29,-33.2,52.05 -41.06,15.82 -45,-2.29,-52.86,-38.52 -53.42,-41.09 -54.51,-42.73,-56.12,-43.41 -57.73,-44.09 -59.12,-44.7,-60.27,-45.24 -61.43,-45.77 -61.95,-46.37,-61.84,-47.04 -61.72,-47.7 -61.42,-48.08,-60.93,-48.19 -58.65,-48.7 -57.51,-48.95,-55.23,-49.44 -43.84,-51.91 -38.14,-53.1,-26.72,-55.39 -24.44,-55.85 -23.3,-56.07,-21.01,-56.52 -20.35,-56.65 -19.87,-56.43,-19.59,-55.85 -19.3,-55.28 -19.66,-54.5,-20.43,-53.55 -21.11,-52.7 -22.08,-51.52,-23.37,-50.24 -24.66,-48.95 -25.04,-47.02,-24.52,-44.43 -21.16,-27.63 -19.47,-19.23,-16.11,-2.42 -2.01,-1.07 5.01,-0.32,18.99,1.33 15.22,-19.57 13.34,-30.02,9.57,-50.92 9.1,-53.52 8.03,-55.17,6.36,-55.9 4.69,-56.62 3.35,-57.36,2.41,-57.9 1.35,-58.5 0.73,-59.09,0.78,-59.73 0.84,-60.37 1.19,-60.76,1.86,-60.88 4.15,-61.3 5.29,-61.51,7.58,-61.92 19.03,-63.99 24.76,-64.97,36.24,-66.85 38.53,-67.23 39.68,-67.42,41.98,-67.78 42.47,-67.86 42.9,-67.61,43.25,-67.04 43.59,-66.47 43.33,-65.72,42.46,-64.8 41.58,-63.87 40.52,-62.79,39.27,-61.57 38.03,-60.34 37.62,-58.43,38.04,-55.82 44.04,-19.24 47.04,-0.95,53.04,35.63 53.74,39.92 54.84,42.73,56.34,44.06 57.84,45.38 59.25,46.15,60.33,46.48 61.47,46.82 62.01,47.51,61.81,48.25 61.61,48.99 61.28,49.39,60.81,49.47 58.67,49.81 57.59,49.99,55.45,50.34 44.73,52.1 39.37,53.02,28.67,54.95 26.53,55.33 25.46,55.53,23.32,55.92 22.7,56.04 22.21,55.77,21.85,55.13 21.49,54.48 21.81,53.66,22.77,52.94 23.68,52.27 24.76,51.08,25.73,49.33 26.69,47.58 26.79,44.56,26.02,40.28 24.35,31.02 23.52,26.4,21.84,17.14 7.97,15.38 1,14.57,-13,13.1 -10.32,26.44 -8.99,33.1,-6.32,46.44 -5.46,50.7 -4.27,53.47,-2.72,54.74 -1.17,56.02 0.27,56.73,1.36,57.02 2.51,57.33 3.12,57.98,3.02,58.71 2.92,59.44 2.56,59.87,1.95,59.99 -0.19,60.41 -1.26,60.62,-3.39,61.05 -14.06,63.19 -19.39,64.3,-30.04,66.61 -32.17,67.08 -33.23,67.31,-35.36,67.78 -35.82,67.88 -36.28,67.62,-36.74,67.01 -37.2,66.4 -36.95,65.57,-36.01,64.82"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer37" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="740.07" CenterY="702.92"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="740.07" Y="640.4"/>
</Canvas.RenderTransform>
<Path Fill="#216D5E" Data="F1M46.26,30.1C49.83,31.88 52.58,34.69,53.26,40.4 53.39,41.57 53.39,42.78,52.97,43.87 52.59,44.85 51.91,45.67,51.25,46.47 47.56,50.91 43.72,53.23,37.59,53.23 32.58,53.77 28.54,53.28,25.44,51.76 22.33,50.24 19.79,48.15,17.8,45.49 15.81,42.83 14.17,39.79,12.88,36.34 11.59,32.91 10.29,29.5,9,26.14 7.7,22.78 6.15,19.69,4.34,16.86 2.53,14.03 0.15,11.87,-2.81,10.37 -5.03,10.65 -6.13,10.79,-8.34,11.08 -6.67,23.91 -5.83,30.33,-4.16,43.17 -3.6,47.48 -2.59,50.32,-1.14,51.7 0.31,53.08 1.67,54.09,2.8,54.48 3.86,54.85 4.41,55.34,4.19,56.07 3.96,56.8 3.62,57.2,3.15,57.26 -12.02,59.18 -19.6,60.23,-34.73,62.51 -35.2,62.58 -35.64,62.29,-36.05,61.65 -36.47,61 -36.07,60.38,-35.14,59.74 -34.16,59.06 -33.13,57.71,-32.11,56 -31.09,54.28 -30.89,51.26,-31.52,46.96 -36.91,10.29 -39.6,-8.05,-44.98,-44.73 -45.34,-47.18 -46.31,-48.81,-47.86,-49.6 -49.42,-50.39 -50.76,-51.09,-51.87,-51.71 -52.98,-52.33 -53.46,-52.96,-53.31,-53.61 -53.15,-54.26 -52.82,-54.63,-52.32,-54.7 -50.02,-55.05 -48.88,-55.22,-46.58,-55.56 -26.98,-58.43 -17.17,-59.74,2.48,-62.08 11,-63.09 18.29,-62.34,24.29,-59.86 30.29,-57.38 34.98,-53.91,38.34,-49.49 41.72,-45.07 43.75,-40.04,44.46,-34.42 45.17,-28.79 44.67,-23.28,42.99,-17.89 41.3,-12.5 38.39,-7.57,34.29,-3.08 30.19,1.41 24.93,4.71,18.51,6.85 19.11,7.87 19.76,8.93,20.45,10.03 21.15,11.12 21.81,12.33,22.45,13.67 24.93,18.39 27.52,21.73,30.22,23.7 34.95,27.13 41.37,27.66,46.26,30.1M-0.85,-3.26C4,-3.87 7.99,-5.48,11.12,-8.12 14.26,-10.75 16.55,-13.79,17.98,-17.23 19.4,-20.67 20.02,-24.38,19.83,-28.34 19.63,-32.29 18.62,-35.82,16.77,-38.89 14.92,-41.96 12.13,-44.42,8.39,-46.24 4.65,-48.07 0.12,-48.67,-5.18,-48.01 -9.46,-47.48 -11.6,-47.21,-15.87,-46.65 -13.55,-28.82 -12.39,-19.91,-10.06,-2.08 -6.38,-2.56 -4.54,-2.8,-0.85,-3.26"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer36" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="828.36" CenterY="690.38"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="828.36" Y="629.72"/>
</Canvas.RenderTransform>
<Path Fill="#216D5E" Data="F1M23.81,54.85C24.85,55.28 25.37,55.84,25.11,56.64 24.84,57.43 24.47,57.84,24,57.87 21.84,58 20.76,58.07,18.59,58.21 7.69,58.92 2.23,59.32,-8.67,60.21 -10.83,60.38 -11.91,60.48,-14.07,60.66 -14.54,60.7 -14.96,60.34,-15.34,59.6 -15.72,58.85 -15.29,58.22,-14.32,57.64 -13.3,57.03 -12.19,55.74,-11.06,54.1 -9.93,52.45 -9.54,49.45,-9.89,45.12 -12.9,8.18 -14.4,-10.3,-17.41,-47.25 -17.61,-49.72 -18.46,-51.4,-19.96,-52.29 -21.46,-53.18 -22.75,-53.97,-23.82,-54.66 -24.89,-55.34 -25.33,-56.01,-25.13,-56.65 -24.93,-57.29 -24.58,-57.63,-24.08,-57.67 -21.77,-57.87 -20.61,-57.97,-18.3,-58.15 -6.63,-59.1 -0.8,-59.53,10.87,-60.29 13.18,-60.44 14.34,-60.52,16.66,-60.66 17.16,-60.69 17.52,-60.4,17.72,-59.79 17.92,-59.18 17.63,-58.39,16.84,-57.64 15.96,-56.8 14.73,-55.83,13.37,-54.73 12.02,-53.63 11.42,-51.84,11.58,-49.37 13.99,-12.38 15.2,6.12,17.61,43.11 17.89,47.44 18.71,50.35,20.07,51.82 21.43,53.28 22.71,54.39,23.81,54.85"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer35" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="911.34" CenterY="686.86"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="911.34" Y="625.46"/>
</Canvas.RenderTransform>
<Path Fill="#216D5E" Data="F1M-18.45,-36.13C-18.29,-31.79 -16.46,-28.21,-12.99,-25.37 -9.52,-22.54 -5.23,-19.95,-0.17,-17.6 4.9,-15.25 10.32,-12.84,16.08,-10.38 21.84,-7.91 27.05,-4.98,31.72,-1.6 36.38,1.77 40.04,5.88,42.72,10.68 45.39,15.49 46.36,21.46,45.5,28.37 44.47,36.69 41.81,43.12,37.8,47.49 33.8,51.85 29.38,55.07,24.53,57.15 19.68,59.23 14.96,60.44,10.34,60.77 5.72,61.1 2.24,61.3,-0.11,61.37 -9.52,61.62 -17.32,60.59,-23.55,58.21 -29.78,55.82 -34.62,52.78,-38.05,49.07 -41.48,45.35 -43.65,41.23,-44.52,36.69 -45.39,32.16 -45.19,27.91,-43.87,23.95 -42.54,20 -40.22,16.61,-36.88,13.81 -33.54,11.01 -29.35,9.5,-24.34,9.3 -18.69,9.07 -14.48,9.9,-11.76,11.75 -9.03,13.6 -7.4,15.73,-6.84,18.12 -6.29,20.51 -6.62,22.77,-7.84,24.9 -9.05,27.04 -10.77,28.3,-12.77,28.44 -13.54,28.5 -14.06,28.25,-14.23,27.79 -15.89,25.99 -17.53,25.23,-19.12,25.52 -20.71,25.82 -22,26.72,-22.98,28.24 -23.96,29.75 -24.48,31.6,-24.55,33.78 -24.62,35.95 -23.94,38.06,-22.5,40.1 -21.07,42.14 -18.78,43.84,-15.64,45.2 -12.5,46.56 -8.18,47.15,-2.64,46.99 0.52,46.9 3.23,46.33,5.5,45.27 7.78,44.2 9.61,42.85,11,41.19 12.4,39.53 13.44,37.73,14.12,35.77 14.79,33.82 15.12,31.91,15.09,30.05 14.99,24.46 13.46,19.79,10.49,16.05 7.52,12.3 3.85,9.08,-0.52,6.4 -4.88,3.73 -9.66,1.31,-14.86,-0.84 -20.06,-2.99 -24.89,-5.29,-29.32,-7.74 -33.75,-10.19 -37.53,-13.08,-40.66,-16.43 -43.78,-19.78 -45.48,-24,-45.75,-29.11 -46.15,-36.87 -44.46,-42.9,-40.66,-47.2 -36.85,-51.5 -32.33,-54.7,-27.12,-56.77 -21.92,-58.84 -16.79,-60.12,-11.76,-60.59 -6.73,-61.06 -3.2,-61.31,-1.18,-61.36 6.89,-61.57 13.71,-61.03,19.28,-59.8 24.84,-58.56 29.26,-56.89,32.54,-54.82 35.82,-52.75 38.18,-50.39,39.6,-47.76 41.03,-45.12 41.74,-42.41,41.75,-39.61 41.75,-36.82 41.22,-34.14,40.16,-31.58 39.09,-29.01 37.57,-26.87,35.6,-25.15 33.64,-23.43 31.38,-22.29,28.84,-21.72 26.3,-21.15 23.62,-21.39,20.81,-22.44 19.98,-22.74 19.29,-23.33,19.06,-24.05 18.81,-24.85 19.12,-25.75,19.77,-26.39 22.2,-29.06 23.57,-31.71,23.87,-34.36 24.17,-37 23.48,-39.37,21.79,-41.44 20.1,-43.51 17.45,-45.18,13.85,-46.44 10.24,-47.69 5.84,-48.26,0.67,-48.13 -3.34,-48.03 -6.59,-47.51,-9.06,-46.58 -11.53,-45.65 -13.46,-44.58,-14.83,-43.37 -16.21,-42.15 -17.16,-40.88,-17.7,-39.54 -18.23,-38.2 -18.48,-37.06,-18.45,-36.13"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer34" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="1027.13" CenterY="686.25"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="1027.13" Y="626.01"/>
</Canvas.RenderTransform>
<Path Fill="#216D5E" Data="F1M51.1,-49.63C51.52,-48.35 51.97,-46.8,52.43,-44.99 52.89,-43.17 53.42,-41.22,54.03,-39.16 54.64,-37.09 55.2,-35,55.72,-32.85 56.23,-30.72 56.69,-28.85,57.07,-27.28 57.46,-25.7 57.29,-24.61,56.59,-24.04 55.89,-23.47 55.04,-23.18,54.05,-23.17 53.05,-23.16 52.03,-23.35,50.99,-23.73 49.94,-24.11 49.18,-24.55,48.71,-25.05 47.79,-26.04 46.85,-27.59,45.91,-29.67 44.97,-31.75 43.48,-33.91,41.46,-36.13 39.44,-38.36 36.68,-40.35,33.19,-42.11 29.7,-43.86 24.95,-44.9,18.96,-45.2 17.36,-45.28 16.56,-45.32,14.96,-45.39 13.26,-9.2 12.4,8.9,10.7,45.09 10.5,49.42 10.99,52.4,12.18,54.02 13.36,55.62 14.51,56.87,15.55,57.45 16.54,57.99 17.03,58.57,16.76,59.26 16.49,59.94 16.04,60.27,15.41,60.24 13.25,60.13 12.16,60.07,10,59.97 -0.82,59.46 -6.24,59.25,-17.07,58.91 -19.23,58.85 -20.32,58.82,-22.48,58.76 -22.95,58.74 -23.34,58.38,-23.63,57.67 -23.93,56.97 -23.43,56.43,-22.4,55.96 -21.32,55.47 -20.07,54.32,-18.77,52.81 -17.46,51.3 -16.74,48.36,-16.6,44.02 -15.48,7.8 -14.91,-10.3,-13.79,-46.52 -15.29,-46.56 -16.04,-46.59,-17.54,-46.63 -23.54,-46.8 -28.4,-46.14,-32.09,-44.66 -35.79,-43.19 -38.73,-41.41,-40.92,-39.35 -43.12,-37.29 -44.76,-35.25,-45.86,-33.25 -46.96,-31.25 -48.01,-29.79,-49.02,-28.87 -49.52,-28.41 -50.3,-28.03,-51.38,-27.73 -52.46,-27.43 -53.49,-27.32,-54.48,-27.41 -55.46,-27.5 -56.24,-27.85,-56.82,-28.48 -57.39,-29.1 -57.42,-30.19,-56.91,-31.74 -56.41,-33.28 -55.82,-35.11,-55.14,-37.2 -54.46,-39.29 -53.77,-41.34,-53.09,-43.35 -52.41,-45.36 -51.72,-47.26,-51.03,-49.03 -50.35,-50.81 -49.83,-52.32,-49.48,-53.56 -48.62,-55.88 -47.84,-57.58,-47.16,-58.65 -46.48,-59.73 -45.29,-60.26,-43.61,-60.24 -31.52,-60.06 -25.47,-59.93,-13.38,-59.55 -13.08,-59.54 -12.93,-59.54,-12.63,-59.53 -1.55,-59.18 3.99,-58.96,15.07,-58.44 15.27,-58.43 15.37,-58.43,15.57,-58.42 27.76,-57.84 33.85,-57.51,46.02,-56.73 47.53,-56.63 48.59,-56.01,49.19,-54.89 49.78,-53.76 50.42,-52.01,51.1,-49.63"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer33" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="1158.95" CenterY="703.01"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="1158.95" Y="637.16"/>
</Canvas.RenderTransform>
<Path Fill="#216D5E" Data="F1M49.83,62.84C50.76,63.49 51.15,64.14,50.72,64.86 50.3,65.58 49.85,65.91,49.38,65.84 47.23,65.52 46.16,65.36,44.01,65.04 33.27,63.47 27.89,62.73,17.12,61.33 14.97,61.05 13.9,60.91,11.74,60.64 11.12,60.56 10.74,60.12,10.6,59.32 10.46,58.52 11.06,58,12.12,57.64 13.25,57.25 14.61,56.23,16.06,54.85 17.51,53.48 18.52,50.63,19.08,46.32 22.23,22.03 23.81,9.88,26.97,-14.41 18.91,-5.97 14.93,-1.73,7.04,6.8 7.42,10.44 7.48,13.34,7.22,15.5 6.77,19.2 5.72,22.16,4.08,24.39 2.44,26.62 0.55,28.3,-1.6,29.46 -3.75,30.62 -5.92,31.34,-8.12,31.64 -10.33,31.94 -12.25,32,-13.59,32.09 -14.21,32.12 -14.96,31.91,-15.21,31.44 -15.52,30.85 -15.46,30.09,-15.27,29.8 -13.83,26.83 -13.26,23.53,-13.59,19.91 -13.92,16.28 -15.07,12.33,-17.06,8.05 -19.04,3.79 -21.66,-0.82,-24.93,-5.75 -28.2,-10.68 -31.86,-16,-35.95,-21.68 -38.24,2.8 -39.39,15.04,-41.69,39.52 -42.09,43.85 -41.74,46.85,-40.63,48.51 -39.53,50.17 -38.43,51.47,-37.41,52.09 -36.46,52.69 -36.03,53.32,-36.42,54.06 -36.81,54.8 -37.24,55.15,-37.71,55.11 -39.87,54.9 -40.95,54.8,-43.1,54.59 -50.43,53.91 -54.09,53.58,-61.42,52.98 -63.58,52.8 -64.66,52.71,-66.82,52.54 -67.29,52.5 -67.65,52.08,-67.9,51.28 -68.15,50.48 -67.63,49.93,-66.58,49.52 -65.47,49.08 -64.16,47.99,-62.78,46.55 -61.4,45.12 -60.52,42.22,-60.16,37.89 -57.1,0.95 -55.57,-17.52,-52.51,-54.47 -52.3,-56.94 -52.87,-58.74,-54.2,-59.86 -55.54,-60.98 -56.68,-61.97,-57.63,-62.83 -58.56,-63.68 -58.89,-64.41,-58.59,-65 -58.29,-65.6 -57.89,-65.88,-57.38,-65.84 -55.07,-65.66 -53.92,-65.57,-51.6,-65.37 -45.97,-64.91 -43.16,-64.66,-37.53,-64.15 -35.32,-63.95 -34.22,-63.85,-32.01,-63.64 -26.69,-63.14 -24.02,-62.88,-18.7,-62.34 -19.55,-60.71 -19.93,-58.77,-19.79,-56.6 -19.67,-54.74 -19.23,-52.48,-18.57,-49.93 -17.91,-47.37 -16.36,-44.54,-14.29,-41.52 -11.53,-37.49 -8.97,-33.08,-6.54,-28.75 -4.11,-24.42 -1.99,-20.04,-0.18,-15.61 15.24,-31.75 23.12,-39.74,39.19,-55.54 43.5,-54.97 45.65,-54.67,49.95,-54.07 51.75,-53.82 52.65,-53.69,54.45,-53.44 57.15,-53.05 58.5,-52.86,61.2,-52.46 63.5,-52.12 64.65,-51.95,66.95,-51.61 67.45,-51.53 67.78,-51.17,67.93,-50.52 68.09,-49.87 67.61,-49.23,66.5,-48.62 65.39,-48 64.05,-47.29,62.49,-46.5 60.93,-45.71 59.98,-44.09,59.62,-41.63 54.25,-4.95 51.57,13.39,46.2,50.07 45.57,54.36 45.77,57.38,46.8,59.1 47.82,60.82 48.85,62.16,49.83,62.84"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer32" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="1279.02" CenterY="726.31"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="1279.02" Y="661"/>
</Canvas.RenderTransform>
<Path Fill="#216D5E" Data="F1M54.99,62.56C55.78,63.38 55.99,64.06,55.62,64.62 55.26,65.17 54.84,65.39,54.38,65.29 38.2,61.61 30.1,59.87,13.86,56.6 13.39,56.5 13.12,56.05,13.04,55.25 12.96,54.44 13.42,53.98,14.41,53.86 16.3,53.29 17.68,52.27,18.55,50.78 19.41,49.29 20.02,47.52,20.36,45.45 20.7,43.38 20.81,41.25,20.68,39.09 20.56,36.93 20.44,34.89,20.34,32.97 6.51,25.31 -0.47,21.56,-14.55,14.2 -18.92,21.55 -21.09,25.23,-25.39,32.61 -26.42,34.8 -26.96,36.71,-27,38.36 -27.05,40 -26.89,41.37,-26.52,42.46 -26.15,43.55 -25.66,44.47,-25.07,45.2 -24.48,45.93 -24.05,46.41,-23.76,46.61 -23.07,47.21 -22.86,47.84,-23.14,48.5 -23.41,49.16 -23.78,49.45,-24.25,49.37 -36.45,47.19 -42.55,46.17,-54.78,44.22 -55.4,44.12 -55.74,43.75,-55.8,43.12 -55.85,42.48 -55.37,41.92,-54.34,41.46 -53.82,41.23 -53.06,40.96,-52.05,40.65 -51.04,40.34 -49.87,39.78,-48.54,38.97 -47.21,38.17 -45.72,36.95,-44.09,35.34 -42.46,33.72 -40.83,31.39,-39.19,28.36 -20.41,-5.24 -10.69,-21.92,9.41,-55.03 10.3,-57.08 10.33,-58.57,9.47,-59.52 8.62,-60.47 7.86,-61.47,7.17,-62.31 6.4,-63.25 6.07,-64.02,6.43,-64.58 6.79,-65.14 7.22,-65.38,7.72,-65.29 9.71,-64.92 10.7,-64.74,12.69,-64.37 26.42,-61.8 33.28,-60.44,46.96,-57.6 47.62,-57.47 47.98,-57.07,48.01,-56.43 48.05,-55.79 47.48,-55.2,46.35,-54.64 44.81,-53.88 43.66,-53.09,42.92,-52.38 42.17,-51.66 41.95,-50,42.28,-47.4 45.03,-10.32 46.15,8.21,47.89,45.22 48.27,48.64 48.81,51.38,49.49,53.45 50.17,55.51 50.86,57.13,51.57,58.33 52.28,59.52 52.92,60.42,53.52,61.03 54.11,61.64 54.6,62.15,54.99,62.56M19.29,14.94C17.84,-5.49 17.03,-15.71,15.27,-36.15 6.24,-21.38 1.8,-13.97,-6.97,0.9 3.61,6.44 8.86,9.24,19.29,14.94"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer31" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="1402.23" CenterY="744.45"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="1402.23" Y="682.17"/>
</Canvas.RenderTransform>
<Path Fill="#216D5E" Data="F1M-7.14,-39.74C-8.2,-35.53 -7.43,-31.57,-4.86,-27.88 -2.29,-24.18 1.13,-20.49,5.38,-16.81 9.62,-13.13 14.21,-9.3,19.1,-5.31 23.99,-1.33 28.23,2.96,31.8,7.51 35.38,12.07 37.79,17.04,39.04,22.41 40.29,27.78 39.56,33.79,36.8,40.18 33.49,47.88 29.11,53.3,24,56.37 18.9,59.43 13.72,61.28,8.44,61.91 3.17,62.54 -1.75,62.37,-6.31,61.39 -10.88,60.41 -14.31,59.63,-16.61,59.03 -25.78,56.63 -33.04,53.45,-38.4,49.42 -43.77,45.38 -47.59,41.11,-49.87,36.58 -52.15,32.05 -53.09,27.48,-52.67,22.88 -52.25,18.28 -50.87,14.25,-48.49,10.82 -46.1,7.4 -42.91,4.8,-38.9,3.05 -34.89,1.29 -30.42,1.01,-25.52,2.23 -19.98,3.59 -16.15,5.57,-14.03,8.11 -11.91,10.66 -10.92,13.16,-11.05,15.61 -11.18,18.06 -12.14,20.14,-13.91,21.85 -15.68,23.55 -17.69,24.28,-19.66,23.86 -20.43,23.69 -20.86,23.32,-20.9,22.82 -22,20.62 -23.38,19.44,-24.99,19.27 -26.62,19.11 -28.11,19.62,-29.48,20.8 -30.86,21.98 -31.88,23.61,-32.55,25.68 -33.23,27.75 -33.16,29.96,-32.34,32.32 -31.52,34.68 -29.78,36.95,-27.12,39.15 -24.46,41.33 -20.44,43.11,-15.04,44.52 -11.95,45.32 -9.17,45.53,-6.67,45.15 -4.18,44.76 -2.02,43.98,-0.21,42.77 1.6,41.58 3.11,40.14,4.32,38.45 5.52,36.77 6.37,35.03,6.86,33.23 8.32,27.83 8.14,22.92,6.31,18.49 4.47,14.06 1.82,9.94,-1.66,6.14 -5.13,2.34 -9.09,-1.33,-13.52,-4.85 -17.95,-8.38 -21.97,-11.93,-25.58,-15.53 -29.18,-19.13 -32.03,-22.96,-34.12,-27.05 -36.2,-31.14 -36.67,-35.67,-35.5,-40.66 -33.72,-48.21 -30.41,-53.54,-25.53,-56.6 -20.65,-59.66 -15.39,-61.47,-9.78,-62 -4.16,-62.53 1.16,-62.31,6.16,-61.35 11.16,-60.39 14.64,-59.64,16.61,-59.12 24.48,-57.06 30.94,-54.62,35.99,-51.87 41.03,-49.11 44.85,-46.27,47.45,-43.36 50.06,-40.44 51.68,-37.51,52.33,-34.59 52.97,-31.65 52.91,-28.85,52.14,-26.16 51.36,-23.48 50.1,-21.05,48.35,-18.89 46.6,-16.73 44.53,-15.1,42.14,-14.01 39.76,-12.91 37.25,-12.45,34.63,-12.62 32.01,-12.79 29.48,-13.77,27.05,-15.56 26.33,-16.08 25.82,-16.85,25.8,-17.6 25.78,-18.44 26.33,-19.22,27.14,-19.65 30.25,-21.53 32.31,-23.69,33.34,-26.15 34.37,-28.6 34.36,-31.07,33.3,-33.53 32.24,-36 30.14,-38.35,27,-40.57 23.86,-42.78 19.75,-44.57,14.71,-45.9 10.8,-46.93 7.51,-47.34,4.86,-47.14 2.21,-46.94 0.04,-46.45,-1.62,-45.67 -3.3,-44.9 -4.58,-43.94,-5.47,-42.8 -6.36,-41.67 -6.92,-40.65,-7.14,-39.74"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer30" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="940.39" CenterY="396.08"/>
<RotateTransform Angle="19" CenterX="940.39" CenterY="396.08"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="849.89" Y="470.58"/>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M89.45,-80.39C83.62,-77.76 77.81,-75.03,72.01,-72.26 68.71,-75.56 63.56,-76.7,59.12,-77.67 48.46,-80 37.66,-81.5,26.8,-82.43 19.71,-83.03 19.07,-72.03,26.14,-71.42 31.98,-70.92 37.8,-70.29,43.6,-69.4 47.63,-68.78 51.66,-68.08,55.65,-67.21 57.61,-66.78 58.89,-66.64,59.84,-66.27 52.62,-62.63 45.47,-58.84,38.42,-54.89 34.34,-57.48 27.98,-57.31,23.83,-57.61 10.88,-58.54 -2.01,-57.68,-14.81,-55.68 -21.82,-54.58 -19.52,-43.8,-12.53,-44.89 -3.78,-46.26 4.99,-47.09,13.85,-46.99 16.74,-46.96 21.08,-47.19,24.63,-46.81 16.72,-41.98 8.99,-36.91,1.52,-31.52 -2.69,-32.39 -7.54,-31.94,-11.27,-31.84 -20.8,-31.59 -30.16,-30.2,-39.39,-27.83 -46.24,-26.06 -43.99,-15.27,-37.11,-17.05 -31.46,-18.5 -25.77,-19.67,-19.96,-20.3 -19.27,-20.37 -15.92,-20.78,-12.2,-21.08 -19.03,-15.55 -25.58,-9.71,-31.82,-3.53 -36.45,-2.64 -41.08,-1.31,-45.11,-0.63 -55.44,1.12 -66.08,1.66,-74.79,7.89 -80.55,12 -73.09,20.14,-67.37,16.05 -61.87,12.11 -53.45,11.95,-47.01,10.86 -46.28,10.74 -45.52,10.59,-44.75,10.43 -47.82,14.01 -50.79,17.7,-53.64,21.5 -55.83,22.1 -57.94,22.76,-59.76,23.22 -71.15,26.04 -82.39,29.41,-93.5,33.16 -100.15,35.4 -97.94,46.21,-91.22,43.94 -83.81,41.44 -76.36,39.09,-68.82,36.98 -67.01,36.48 -65.19,36.03,-63.38,35.55 -65.66,39.18 -67.85,42.9,-69.92,46.73 -73.29,52.93 -64.07,58.99,-60.69,52.74 -56.69,45.38 -52.28,38.42,-47.53,31.8 -47.09,31.77 -46.74,31.79,-46.66,31.91 -45.96,32.93 -49.89,49.34,-50.09,51.33 -50.95,59.81 -51.18,68.28,-51.02,76.8 -50.89,83.86 -39.89,84.56,-40.02,77.47 -40.23,66.33 -39.7,55.24,-38.14,44.21 -37.25,37.95 -32.26,26.64,-39.1,21.88 -39.3,21.75 -39.52,21.69,-39.72,21.57 -35.77,16.72 -31.58,12.12,-27.25,7.65 -24.3,7.53 -22.81,6.65,-22.49,11.31 -22.33,13.6 -23.85,16.97,-24.39,19.21 -25.97,25.8 -27.55,32.39,-29.14,38.98 -30.78,45.84 -20.33,49.35,-18.67,42.45 -16.08,31.68 -12.18,20.42,-10.8,9.43 -10.13,4.01 -11.38,-0.83,-16.19,-3.07 -11.57,-7.27 -6.81,-11.31,-1.9,-15.17 -3.04,-11.93 -4.64,-8.32,-4.99,-7.21 -7.03,-0.79 -9.08,5.63,-11.12,12.04 -13.27,18.81 -2.81,22.28,-0.65,15.51 2.41,5.89 5.54,-3.71,8.54,-13.36 9.63,-16.9 10.79,-20.69,10.08,-24.09 15.79,-28.13 21.6,-32.03,27.57,-35.74 23.04,-20.8 18.19,-5.96,13.02,8.77 10.67,15.48 21.14,18.93,23.49,12.24 28.1,-0.91 32.5,-14.12,36.61,-27.43 37.91,-31.65 41.26,-38.37,42.14,-44.35 48.93,-48.2 55.82,-51.89,62.8,-55.44 61.32,-45.61 53.17,-33.66,48.84,-27.1 44.92,-21.17 54.16,-15.16,58.08,-21.09 63.33,-29.05 67.76,-37.46,70.97,-46.46 72.48,-50.66 74.74,-56.29,75.22,-61.58 81.62,-64.67 88.06,-67.68,94.52,-70.6 100.98,-73.52 95.91,-83.31,89.45,-80.39"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer29" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="980.6" CenterY="403.05"/>
<RotateTransform Angle="-23" CenterX="980.6" CenterY="403.05"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="1067.6" Y="469.05"/>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M-92.65,-74.99C-86.69,-72.67 -80.74,-70.27,-74.81,-67.8 -71.69,-71.28 -66.61,-72.69,-62.22,-73.9 -51.7,-76.79 -41,-78.87,-30.2,-80.38 -23.16,-81.36 -21.93,-70.4,-28.95,-69.42 -34.76,-68.61 -40.54,-67.67,-46.28,-66.47 -50.28,-65.63 -54.26,-64.72,-58.2,-63.63 -60.14,-63.1 -61.4,-62.89,-62.33,-62.48 -54.92,-59.23 -47.59,-55.83,-40.34,-52.25 -36.4,-55.05 -30.04,-55.23,-25.91,-55.75 -13.03,-57.38 -0.11,-57.2,12.78,-55.89 19.84,-55.17 18.12,-44.28,11.07,-45 2.27,-45.89 -6.54,-46.26,-15.38,-45.68 -18.26,-45.5 -22.61,-45.5,-26.13,-44.93 -17.97,-40.53 -9.99,-35.87,-2.24,-30.9 1.92,-31.98 6.79,-31.79,10.52,-31.9 20.05,-32.16 29.47,-31.27,38.81,-29.39 45.74,-28 44.08,-17.1,37.1,-18.5 31.39,-19.65 25.65,-20.52,19.82,-20.84 19.12,-20.87 15.75,-21.1,12.02,-21.2 19.14,-16.04 25.99,-10.56,32.55,-4.72 37.23,-4.08 41.91,-3.01,45.97,-2.54 56.38,-1.35 67.04,-1.37,76.07,4.38 82.04,8.18 75.03,16.7,69.1,12.93 63.39,9.29 54.97,9.58,48.49,8.84 47.75,8.75 46.99,8.64,46.21,8.53 49.47,11.94 52.63,15.46,55.67,19.1 57.9,19.59 60.03,20.14,61.88,20.49 73.41,22.7 84.81,25.46,96.11,28.61 102.86,30.49 101.23,41.41,94.4,39.5 86.87,37.4 79.3,35.45,71.66,33.75 69.83,33.35 67.99,33,66.16,32.62 68.63,36.12 71.01,39.72,73.29,43.43 76.98,49.44 68.1,55.98,64.38,49.92 60,42.78 55.22,36.07,50.13,29.71 49.69,29.71 49.34,29.75,49.26,29.87 48.62,30.93 53.42,47.1,53.73,49.08 55.04,57.51 55.73,65.95,56.02,74.47 56.27,81.52 45.31,82.81,45.07,75.72 44.68,64.58 43.57,53.54,41.41,42.61 40.19,36.41 34.6,25.38,41.18,20.26 41.37,20.11 41.59,20.05,41.78,19.92 37.58,15.28 33.14,10.91,28.59,6.68 25.63,6.72 24.1,5.93,24.03,10.59 23.99,12.89 25.69,16.17,26.34,18.39 28.28,24.88 30.21,31.37,32.14,37.87 34.16,44.63 23.9,48.69,21.88,41.89 18.72,31.27 14.22,20.24,12.26,9.34 11.29,3.97 12.28,-0.94,16.96,-3.43 12.13,-7.37 7.16,-11.15,2.05,-14.75 3.37,-11.58 5.15,-8.05,5.56,-6.96 7.95,-0.66 10.33,5.63,12.71,11.93 15.22,18.58 4.96,22.6,2.44,15.96 -1.13,6.51 -4.77,-2.91,-8.27,-12.38 -9.56,-15.86 -10.92,-19.58,-10.39,-23.02 -16.3,-26.75 -22.32,-30.33,-28.48,-33.72 -23.15,-19.04 -17.52,-4.48,-11.57,9.96 -8.86,16.53 -19.13,20.54,-21.84,13.98 -27.14,1.1 -32.24,-11.86,-37.06,-24.93 -38.58,-29.08 -42.29,-35.61,-43.49,-41.53 -50.47,-45.01 -57.55,-48.33,-64.71,-51.5 -62.7,-41.77 -53.93,-30.27,-49.25,-23.95 -45.03,-18.23 -53.93,-11.74,-58.16,-17.45 -63.83,-25.12 -68.7,-33.29,-72.39,-42.1 -74.12,-46.21 -76.68,-51.71,-77.44,-56.97 -84,-59.71 -90.59,-62.38,-97.19,-64.94 -103.8,-67.51 -99.26,-77.56,-92.65,-74.99"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer28" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="945.98" CenterY="413.06"/>
<RotateTransform Angle="10" CenterX="945.98" CenterY="413.06"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="909.98" Y="476.56"/>
</Canvas.RenderTransform>
<Path Fill="#216D5E" Data="F1M65.44,-4.32C77.66,-35.18 49.64,-68.02,19.3,-70.28 4.72,-71.37 -10.06,-65.11,-20.02,-54.41 -33.75,-39.67 -39.62,-16.7,-57.98,-8.42 -70.25,-2.9 -71,1.03,-63.67,11.46 -57.3,20.52 -50.59,28.89,-42.2,36.18 -30.52,46.32 -16.87,54.19,-2.2,59.1 11.53,63.69 24.9,70.12,39.6,70.4 43.66,70.47 48.3,69.98,50.69,66.7 53.03,63.47 52.14,59.03,51.45,55.09 49.87,46.11 48.46,33.31,50.29,24.27 52.37,14.04 61.61,5.37,65.44,-4.32"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer27" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="959.86" CenterY="390.29"/>
<RotateTransform Angle="29.98" CenterX="959.86" CenterY="390.29"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="1003.86" Y="450.79"/>
</Canvas.RenderTransform>
<Path Fill="#3D877C" Data="F1M20.16,-48.19C1.64,-75.74 -41.29,-71.26,-60.34,-47.54 -69.5,-36.15 -72.71,-20.42,-69.54,-6.15 -65.17,13.51 -49.57,31.37,-53.16,51.19 -55.55,64.43 -52.74,67.27,-39.98,67.14 -28.92,67.03 -18.22,66.23,-7.45,63.45 7.51,59.57 21.74,52.78,34.09,43.48 45.65,34.77 58.52,27.39,67.08,15.44 69.45,12.14 71.67,8.03,70.32,4.2 68.98,0.44 64.82,-1.35,61.19,-3 52.88,-6.79 41.54,-12.88,35.13,-19.51 27.87,-27.02 25.97,-39.54,20.16,-48.19"/>
</Canvas>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="1009.19" Y="482.19"/>
</Canvas.RenderTransform>
<Path Fill="#216D5E" Data="F1M41.38,-13.82C30.06,-3.74 17.44,4.85,3.95,11.75 -6.05,16.86 -27.83,29.36,-39.4,26.96 -57.27,23.25 -34.32,5.24,-28.74,1.24 -17.13,-7.09 -4.14,-13.32,8.75,-19.36 18.08,-23.72 28.02,-27.82,38.3,-27.2 41.14,-27.03 44.38,-26.2,45.62,-23.64 47.28,-20.17 44.24,-16.37,41.38,-13.82"/>
</Canvas>
<Canvas x:Name="Group14">
<Canvas.RenderTransform>
<TranslateTransform X="979.89" Y="494.97"/>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M11.61,0C11.61,6.42 6.42,11.61,0,11.61 -6.42,11.61 -11.61,6.42,-11.61,0 -11.61,-6.41 -6.42,-11.61,0,-11.61 6.42,-11.61 11.61,-6.41,11.61,0" Margin="0,4,0,0"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer26" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="945.03" CenterY="397.02"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="945.03" Y="397.02"/>
</Canvas.RenderTransform>
<Path Fill="#A11328" Data="F1M8.89,-11.91C-15.01,-24.9 -60.59,-41.25,-85.39,-21.55 -102.58,-7.89 -95.26,18.03,-77.31,27.1 -44.83,43.5 -14.4,10.52,11.96,-2.88 23.69,-8.83 36.58,-13.6,49.56,-16.01 59.75,-17.91 70.92,-19.04,77.03,-8.36 78.36,-6.02 79.11,-2.96,77.63,-0.7 73.3,5.91 66.52,3.28,59.9,3.24 35.48,3.06 11.66,-3.22,-10.72,-12.62 -18.32,-15.81 -21.64,-3.41,-14.13,-0.25 2.54,6.75 19.65,11.87,37.61,14.27 51.64,16.15 71.75,19.75,85.02,12.3 101.64,2.97 95.98,-19.33,81.07,-27.06 53.21,-41.48 9.87,-18.08,-13.14,-2.87 -20.41,1.93 -27.37,7.33,-35.1,11.41 -46.39,17.36 -64.47,23.49,-73.91,10.9 -76.01,8.11 -77.07,4.63,-77.34,1.14 -77.63,-2.61 -77.01,-6.5,-75.08,-9.73 -70.82,-16.83 -62.33,-16.28,-55.08,-16.42 -49.06,-16.54 -43.25,-15.81,-37.32,-14.86 -23.1,-12.57 -10.25,-7.72,2.42,-0.83 9.67,3.11 16.15,-7.96,8.89,-11.91"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer25">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="960.2" CenterY="300.68"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="962.3" Y="274.8"/>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M219.3,79.61C-4.18,28.72 -221.13,78.96,-223.29,79.47L-224.78,-53.26C-214.68,-55.66 -29.27,-111.24,224.78,-53.39L219.3,79.61"/>
</Canvas>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="737.52" Y="331.78"/>
</Canvas.RenderTransform>
<Path Fill="#B11E2D" Data="F1M1.49,22.49L0.4,-74.38C-2.8,-73.47 -6.02,-72.6,-9.27,-71.84 -19.17,-69.51 -29.23,-67.84,-39.36,-66.86 -42.8,-66.53 -65.36,-63.2,-67.08,-65.91 -61.72,-57.47 -56.15,-49.16,-50.38,-41 -40.71,-27.34 -29.29,-13.25,-13.13,-8.91 -11.65,-8.51 -9.91,-8,-9.41,-6.56 -9.02,-5.45 -9.55,-4.25,-10.09,-3.19 -24.26,24.87 -45.44,49.36,-71.18,67.42 -62.8,71.86 -53.35,74.26,-43.87,74.37 -22.9,74.62 -3.58,64.03,15.4,55.13 27.76,49.33 56.57,31.89,67.74,46.29 66.75,45.01 70.01,33.77,70.25,31.66 70.92,25.92 71.22,20.14,71.17,14.37 71.16,13.08 71.08,11.8,71.03,10.52 28.21,16.3 2.23,22.32,1.49,22.49"/>
</Canvas>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="774.69" Y="360.71"/>
</Canvas.RenderTransform>
<Path Fill="#A11328" Data="F1M-35.69,-6.44L33.97,18.66 35.69,-18.66C-8.22,-12.8 -34.93,-6.62,-35.69,-6.44"/>
</Canvas>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="1182.88" Y="331.78"/>
</Canvas.RenderTransform>
<Path Fill="#B11E2D" Data="F1M-1.49,22.49L-0.4,-74.38C2.8,-73.47 6.02,-72.6,9.27,-71.84 19.17,-69.51 29.23,-67.84,39.36,-66.86 42.8,-66.53 65.36,-63.2,67.08,-65.91 61.72,-57.47 56.15,-49.16,50.38,-41 40.71,-27.34 29.29,-13.25,13.13,-8.91 11.65,-8.51 9.91,-8,9.41,-6.56 9.02,-5.45 9.55,-4.25,10.09,-3.19 24.26,24.87 45.44,49.36,71.18,67.42 62.8,71.86 53.35,74.26,43.87,74.37 22.9,74.62 3.58,64.03,-15.4,55.13 -27.76,49.33 -56.57,31.89,-67.74,46.29 -66.75,45.01 -70.01,33.77,-70.25,31.66 -70.92,25.92 -71.22,20.14,-71.17,14.37 -71.16,13.08 -71.07,11.8,-71.03,10.52 -28.21,16.3 -2.23,22.32,-1.49,22.49"/>
</Canvas>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="1145.71" Y="360.17"/>
</Canvas.RenderTransform>
<Path Fill="#A11328" Data="F1M35.69,-5.9L-33.97,19.2 -35.69,-19.2C8.22,-13.35 34.93,-6.08,35.69,-5.9"/>
</Canvas>
</Canvas>
<Canvas RenderTransform="{Binding RenderTransform, ElementName=Layer25}">
<Canvas x:Name="Layer24">
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="854.72" Y="272.46"/>
</Canvas.RenderTransform>
<Path Fill="#FFFFFF" Data="F1M-18.6,43.28C-22.09,25.43 -25.36,5.75,-32.95,-35.35 -32.97,-35.48 -33.4,-36.3,-33.43,-36.43 -33.54,-37.05 -32.99,-38.94,-32.38,-39.55 -31.53,-39.7 -26.98,-41.11,-26.16,-41.37 -24.86,-41.58 -24.21,-41.69,-22.91,-41.89 -18.6,-39.39 -15.62,-33.81,-12.76,-30.06 -9.35,-25.59 -5.73,-20.75,-2.29,-16 -2.23,-16.01 -2.2,-16.01,-2.15,-16.02 2.27,-25.91 4.56,-30.84,9.32,-40.67 10.33,-42.96 10.21,-43.97,11.99,-45.95 15.36,-46.6 17.18,-47.05,20.16,-47.36 20.3,-47.38 21.31,-47.36,21.59,-47.39 23.97,-46.62 24.91,-37.32,25.74,-34.61 28.84,-5.48 30.38,9.09,33.44,38.22 33.25,38.88 31.91,39.52,31.4,39.57 28.61,39.86 27.22,40.01,24.44,40.32 24.31,40.34 23.47,39.67,23.45,39.54 23.28,39.18 22.7,37.47,22.66,37.09 21.62,28.06 20.27,19.7,19.23,10.66 18.48,4.14 18.12,-2.55,17.37,-9.07 17.01,-12.21 16.3,-15.37,15.89,-18.31 15.57,-20.63 14.66,-26.55,14.65,-26.68 14.43,-27.07 14.33,-27.26,14.11,-27.64 13.94,-26.73 12.27,-21.96,11.84,-20.88 10.99,-18.62 6.86,-8.56,5.3,-4.79 5.08,-4.38 4.98,-4.12,4.88,-3.85 4.37,-2.5 3.36,-1.44,-2.46,-0.55 -3.51,-0.38 -5.24,-0.91,-5.92,-1.83 -9.85,-6.92 -11.84,-9.46,-15.87,-14.5 -16.32,-15.59 -17.17,-16.6,-18.11,-17.21 -18.19,-16.82 -18.07,-15.18,-18.15,-14.78 -18.13,-14.68 -18.12,-14.63,-18.11,-14.53 -16.87,-6.8 -11.79,17.45,-7.75,42.25 -7.69,42.63 -7.96,44.35,-8,44.72 -8.06,45.32 -10.18,47.25,-10.93,47.37 -10.98,47.38 -11,47.38,-11.05,47.39 -12.89,47.18 -16.36,47.25,-18,46 -18.07,45.63 -18.52,43.78,-18.6,43.28"/>
</Canvas>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="916.86" Y="264.84"/>
</Canvas.RenderTransform>
<Path Fill="#FFFFFF" Data="F1M-16.81,15.48C-16.86,14.83 -16.89,14.5,-16.94,13.85 -17.34,8.82 -20.18,-24.91,-20.35,-27.05 -20.72,-31.71 -21.83,-36.44,-19.45,-40.8 -18.59,-42.51 -14.74,-42.8,-12.32,-42.97 -12.18,-42.98 -12.04,-42.99,-11.9,-43 -11.61,-43.02 -11.33,-43.04,-11.18,-43.05 -8.76,-43.21 10.62,-44.1,12.18,-44.28 12.32,-44.29 14.62,-44.38,15.03,-44.38 16.68,-44.38 18.55,-41.34,18.59,-40.08 18.61,-39.2 16.04,-35.58,14.93,-35.28 14.5,-35.27 12.95,-35.21,12.67,-35.2 4,-34.66 -0.34,-34.34,-8.99,-33.57 -8.72,-26.76 -8.58,-23.35,-8.29,-16.53 -8.25,-15.9 -8.14,-14.14,-8.14,-14.14 -7.96,-14 -7.87,-13.93,-7.7,-13.79 -7.3,-13.94 -4.69,-14.11,-4.27,-14.01 -3.99,-14.02 -3.42,-13.68,-3.28,-13.69 0.23,-13.9 1.98,-13.99,5.5,-14.16 7.28,-14.25 7.35,-12.86,7.41,-11.6 7.41,-11.47 7.41,-11.47,7.42,-11.34 7.5,-9.58 8.43,-5.88,5.92,-5.46 4.99,-5.31 1.48,-4.6,0.93,-4.57 0.8,-4.56 -0.42,-4.49,-0.96,-4.46 -2.73,-4.36 -4.38,-4.64,-6,-4.54 -6.14,-4.53 -6.28,-4.52,-6.28,-4.52 -6.54,-4.38 -7.06,-4.09,-7.06,-4.09 -7.18,-3.32 -7.23,-2.94,-7.35,-2.17 -6.39,12.39 -5.91,19.68,-4.95,34.24 3.14,33.71 7.19,33.5,15.28,33.19 16.7,33.13 20.89,34.89,20.93,36.4 20.99,38.3 19.42,41.38,18.06,42.56 10.42,42.58 2.95,43.72,-4.67,44.22 -4.92,44.24 -5.31,44.27,-5.56,44.28 -5.69,44.29 -5.81,44.3,-5.94,44.31 -8.99,44.52 -13.53,44.46,-14.31,41.89 -15.24,38.82 -16.49,19.38,-16.81,15.48"/>
</Canvas>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="968.03" Y="264.63"/>
</Canvas.RenderTransform>
<Path Fill="#FFFFFF" Data="F1M3.9,37.26C3.32,32.95 2.49,28.01,2.42,23.72 1.22,19.66 0.61,17.63,-0.62,13.58 -1.14,11.93 -5.37,6.73,-7.37,6.72 -7.91,6.72 -7.77,7.74,-7.77,7.74 -7.77,14.55 -8.29,23.9,-8.29,30.72 -8.29,32.48 -8.28,40.57,-8.28,42.33 -8.28,42.33 -9.04,43.98,-9.43,43.98 -12.37,43.99 -13.85,44,-16.8,44.03 -17.3,44.04 -17.96,42.79,-17.96,42.41 -17.86,42.1 -17.81,41.95,-17.72,41.65 -17.72,41.59 -17.72,41.57,-17.72,41.52 -17.72,41.4 -17.72,41.27,-17.72,41.27 -17.73,41.01 -17.99,40.01,-18,39.62 -19.31,18.56 -19.68,-3.03,-20,-24.24 -20.04,-26.39 -20.07,-28.41,-20.1,-30.56 -20.16,-34.34 -20.2,-38.62,-19.27,-41.3 -18.55,-43.39 -10.48,-44.03,-7.91,-44.03 2.49,-44.03 14.86,-40.95,18.48,-31.48 18.15,-30.1 19.86,-28.07,19.99,-26.5 20.16,-24.36 20.15,-23.09,20.07,-21.06 19.94,-17.15 18.55,-13.16,16,-10.08 15.99,-9.96 15.83,-9.33,15.83,-9.33 15.69,-9.08 15.54,-8.71,15.41,-8.71 13.5,-6.9 12.55,-5.99,10.66,-4.17 9.98,-4.05 2.07,-0.03,1.52,0.6 2.45,1.62 4.06,2.27,4.98,3.3 11.17,10.47 11.73,18.09,13.18,26.6 13.65,28.25 13.08,30.13,13.68,31.79 13.57,35.38 13.52,37.17,13.41,40.75 12.47,42.36 12.58,43.25,10.29,43.19 10.24,43.19 10.21,43.19,10.16,43.19 9.14,43.16 4.81,43.07,4.59,41.69 4.47,40.93 3.89,37.88,3.9,37.26M-7.23,-5.39C-7.23,-5.39 -6.55,-5.64,-6.41,-5.77 -5.73,-6.02 -3.83,-6.78,-3.56,-6.9 2.03,-9.02 8.02,-14.33,8.15,-20.64 8.35,-30.62 2.78,-33.8,-7.77,-33.8 -8.05,-33.8 -8.33,-33.8,-8.33,-33.55 -7.48,-27.24 -7.63,-21.05,-7.63,-14.87 -7.63,-13.98 -7.63,-8.8,-7.63,-8.68 -7.63,-8.42 -7.91,-6.91,-7.91,-6.91 -7.91,-6.66 -7.36,-5.65,-7.23,-5.39"/>
</Canvas>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="1022.22" Y="266.71"/>
</Canvas.RenderTransform>
<Path Fill="#FFFFFF" Data="F1M0.82,37.79C0.55,33.45 0.06,28.47,0.29,24.18 -0.62,20.05 -1.08,17.98,-2.03,13.85 -2.43,12.18 -6.29,6.68,-8.29,6.54 -8.82,6.51 -8.76,7.53,-8.76,7.53 -9.24,14.33 -10.41,23.61,-10.89,30.41 -11.01,32.18 -11.57,40.24,-11.69,42 -11.69,42 -12.57,43.59,-12.95,43.56 -15.89,43.36 -17.36,43.27,-20.31,43.1 -20.81,43.07 -21.38,41.77,-21.36,41.39 -21.24,41.1 -21.18,40.95,-21.06,40.65 -21.06,40.6 -21.05,40.58,-21.05,40.52 -21.04,40.4 -21.04,40.27,-21.04,40.27 -21.02,40.02 -21.22,39,-21.2,38.62 -21.04,17.51 -19.89,-4.05,-18.73,-25.23 -18.61,-27.38 -18.5,-29.39,-18.38,-31.54 -18.17,-35.32 -17.91,-39.59,-16.8,-42.2 -15.93,-44.23 -7.83,-44.31,-5.27,-44.13 5.11,-43.4 17.24,-39.46,20.19,-29.76 19.77,-28.4 21.34,-26.26,21.35,-24.68 21.38,-22.53 21.27,-21.27,21.06,-19.25 20.65,-15.36 18.98,-11.48,16.22,-8.58 16.21,-8.46 16,-7.84,16,-7.84 15.85,-7.61 15.67,-7.24,15.54,-7.25 13.5,-5.58 12.49,-4.74,10.48,-3.06 9.79,-2.99 1.61,0.47,1.02,1.05 1.87,2.13 3.43,2.9,4.28,3.99 9.96,11.58 9.98,19.22,10.83,27.81 11.2,29.49 10.49,31.33,10.97,33.03 10.61,36.59 10.44,38.38,10.08,41.95 9.03,43.49 9.07,44.38,6.79,44.16 6.74,44.15 6.71,44.15,6.66,44.15 5.65,44.05 1.33,43.65,1.2,42.26 1.14,41.49 0.77,38.41,0.82,37.79M-7.3,-5.54C-7.3,-5.54 -6.6,-5.74,-6.46,-5.86 -5.76,-6.06 -3.81,-6.68,-3.53,-6.78 2.2,-8.5 8.55,-13.38,9.12,-19.67 10.02,-29.6 4.69,-33.17,-5.85,-33.91 -6.13,-33.94 -6.41,-33.95,-6.42,-33.7 -6.02,-27.35 -6.6,-21.19,-7.04,-15.02 -7.1,-14.13 -7.46,-8.97,-7.47,-8.84 -7.49,-8.59 -7.87,-7.09,-7.87,-7.09 -7.89,-6.84 -7.41,-5.8,-7.3,-5.54"/>
</Canvas>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="1078.15" Y="270.65"/>
</Canvas.RenderTransform>
<Path Fill="#FFFFFF" Data="F1M-20.62,-29.82C-20.01,-34.83 -18.63,-39.12,-15.93,-43.49 -15.7,-44.1 -15.14,-44.02,-14.56,-43.95 -13.01,-43.75 -5.85,-42.27,-6.22,-39.65 -6.34,-38.77 -6.85,-38.2,-6.96,-37.46 -7.1,-36.45 -7.5,-35.62,-7.62,-34.74 -7.96,-32.24 -8.54,-30.15,-8.89,-27.65 -8.96,-27.15 -9.36,-24.27,-9.43,-23.77 -8.73,-21.64 -10.11,-10.75,-5.9,-10.14 4.15,-8.68 7.26,-28.32,9.25,-35.41 9.65,-37.02 9.59,-40.22,12.25,-40.56 12.68,-40.49 14.08,-40.26,14.23,-40.24 20.3,-39.24 21.76,-38.45,20.67,-33 14.16,-0.57 1.56,-4.55,-0.73,-2.21 -1.02,1.47 -1.17,3.31,-1.46,7 -1.5,7.25 -1.37,8.16,-1.28,8.43 -2.48,16.17 -3.08,20.04,-4.28,27.77 -4.29,30.45 -5.21,34.66,-5.58,37.03 -5.73,38.02 -6.39,42.27,-6.53,43.14 -7.03,43.84 -7.84,44.09,-8.6,43.97 -10.97,43.61 -12.16,43.43,-14.54,43.09 -16.69,42.78 -14.9,29.14,-14.69,26.74 -14.07,19.45 -13.56,11.99,-12.83,4.82 -12.73,4.07 -12,-1.18,-11.91,-1.81 -11.86,-2.19 -11.94,-3.6,-12.04,-3.87 -21.32,-8.21 -21.6,-21.92,-20.62,-29.82"/>
</Canvas>
</Canvas>
</Canvas>
<Canvas x:Name="Layer21" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="-285.5" CenterY="-103.24"/>
<TranslateTransform X="748" Y="768"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="-285.5" Y="-103.24"/>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M0,-8.16a8.16,8.16,0,0,1,0,16.32a8.16,8.16,0,0,1,0,-16.32Z"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer20" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0"/>
<TranslateTransform X="1173.73" Y="1088.05"/>
</TransformGroup>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M8.16,0C8.16,4.51 4.51,8.16,0,8.16 -4.51,8.16 -8.16,4.51,-8.16,0 -8.16,-4.51 -4.51,-8.16,0,-8.16 4.51,-8.16 8.16,-4.51,8.16,0"/>
</Canvas>
<Canvas x:Name="Layer19" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="325.18" CenterY="-290.76"/>
<TranslateTransform X="748" Y="768"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="325.18" Y="-290.76"/>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M0,-8.16a8.16,8.16,0,0,1,0,16.32a8.16,8.16,0,0,1,0,-16.32Z"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer18" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0"/>
<TranslateTransform X="392.52" Y="1088.05"/>
</TransformGroup>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M8.16,0C8.16,4.51 4.51,8.16,0,8.16 -4.51,8.16 -8.16,4.51,-8.16,0 -8.16,-4.51 -4.51,-8.16,0,-8.16 4.51,-8.16 8.16,-4.51,8.16,0"/>
</Canvas>
<Canvas x:Name="Layer17" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="509.61" CenterY="323.62"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="509.61" Y="323.62"/>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M-0,10.01C-5.52,10.01 -10.01,5.52,-10.01,-0 -10.01,-5.52 -5.52,-10.01,-0,-10.01 5.52,-10.01 10.01,-5.52,10.01,-0 10.01,5.52 5.52,10.01,-0,10.01M-0,-6.32C-3.48,-6.32 -6.32,-3.49,-6.32,-0 -6.32,3.48 -3.48,6.32,-0,6.32 3.48,6.32 6.32,3.48,6.32,-0 6.32,-3.49 3.48,-6.32,-0,-6.32"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer16" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="1111.7" CenterY="881.13"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="1111.7" Y="881.13"/>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M0,10.01C-5.52,10.01 -10.01,5.52,-10.01,-0 -10.01,-5.52 -5.52,-10.01,0,-10.01 5.52,-10.01 10.01,-5.52,10.01,-0 10.01,5.52 5.52,10.01,0,10.01M0,-6.32C-3.48,-6.32 -6.32,-3.49,-6.32,-0 -6.32,3.48 -3.48,6.32,0,6.32 3.48,6.32 6.32,3.48,6.32,-0 6.32,-3.49 3.48,-6.32,0,-6.32"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer15" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="1369.4" CenterY="448.38"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="1369.4" Y="448.38"/>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M-0,10.01C-5.52,10.01 -10.01,5.52,-10.01,-0 -10.01,-5.52 -5.52,-10.01,-0,-10.01 5.52,-10.01 10.01,-5.52,10.01,-0 10.01,5.52 5.52,10.01,-0,10.01M-0,-6.32C-3.48,-6.32 -6.32,-3.49,-6.32,-0 -6.32,3.48 -3.48,6.32,-0,6.32 3.48,6.32 6.32,3.48,6.32,-0 6.32,-3.49 3.48,-6.32,-0,-6.32"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer14" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0" CenterX="803.18" CenterY="860.05"/>
<TranslateTransform X="-212" Y="228"/>
</TransformGroup>
</Canvas.RenderTransform>
<Canvas>
<Canvas.RenderTransform>
<TranslateTransform X="803.18" Y="860.05"/>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M-0,10.01C-5.52,10.01 -10.01,5.52,-10.01,-0 -10.01,-5.52 -5.52,-10.01,-0,-10.01 5.52,-10.01 10.01,-5.52,10.01,-0 10.01,5.52 5.52,10.01,-0,10.01M-0,-6.32C-3.48,-6.32 -6.32,-3.49,-6.32,-0 -6.32,3.48 -3.48,6.32,-0,6.32 3.48,6.32 6.32,3.48,6.32,-0 6.32,-3.49 3.48,-6.32,-0,-6.32"/>
</Canvas>
</Canvas>
<Canvas x:Name="Layer13" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0"/>
<TranslateTransform X="297.61" Y="656.6"/>
</TransformGroup>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M11.5,-2.34L2.34,-2.34 2.34,-11.5C2.34,-12.8 1.29,-13.84,0,-13.84 -1.29,-13.84 -2.34,-12.8,-2.34,-11.5L-2.34,-2.34 -11.5,-2.34C-12.8,-2.34 -13.84,-1.29,-13.84,0 -13.84,1.29 -12.8,2.34,-11.5,2.34L-2.34,2.34 -2.34,11.5C-2.34,12.8 -1.29,13.84,0,13.84 1.29,13.84 2.34,12.8,2.34,11.5L2.34,2.34 11.5,2.34C12.8,2.34 13.84,1.29,13.84,0 13.84,-1.29 12.8,-2.34,11.5,-2.34"/>
</Canvas>
<Canvas x:Name="Layer12" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0"/>
<TranslateTransform X="406.36" Y="530.49"/>
</TransformGroup>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M11.5,-2.34L2.34,-2.34 2.34,-11.5C2.34,-12.8 1.29,-13.84,0,-13.84 -1.29,-13.84 -2.34,-12.8,-2.34,-11.5L-2.34,-2.34 -11.5,-2.34C-12.8,-2.34 -13.84,-1.29,-13.84,0 -13.84,1.29 -12.8,2.34,-11.5,2.34L-2.34,2.34 -2.34,11.5C-2.34,12.8 -1.29,13.84,0,13.84 1.29,13.84 2.34,12.8,2.34,11.5L2.34,2.34 11.5,2.34C12.8,2.34 13.84,1.29,13.84,0 13.84,-1.29 12.8,-2.34,11.5,-2.34"/>
</Canvas>
<Canvas x:Name="Layer11" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0"/>
<TranslateTransform X="1179.41" Y="530.49"/>
</TransformGroup>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M11.5,-2.34L2.34,-2.34 2.34,-11.5C2.34,-12.8 1.29,-13.84,0,-13.84 -1.29,-13.84 -2.34,-12.8,-2.34,-11.5L-2.34,-2.34 -11.5,-2.34C-12.8,-2.34 -13.84,-1.29,-13.84,0 -13.84,1.29 -12.8,2.34,-11.5,2.34L-2.34,2.34 -2.34,11.5C-2.34,12.8 -1.29,13.84,0,13.84 1.29,13.84 2.34,12.8,2.34,11.5L2.34,2.34 11.5,2.34C12.8,2.34 13.84,1.29,13.84,0 13.84,-1.29 12.8,-2.34,11.5,-2.34"/>
</Canvas>
<Canvas x:Name="Layer10" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0"/>
<TranslateTransform X="462.5" Y="1100.97"/>
</TransformGroup>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M11.5,-2.34L2.34,-2.34 2.34,-11.5C2.34,-12.8 1.29,-13.84,0,-13.84 -1.29,-13.84 -2.34,-12.8,-2.34,-11.5L-2.34,-2.34 -11.5,-2.34C-12.8,-2.34 -13.84,-1.29,-13.84,0 -13.84,1.29 -12.8,2.34,-11.5,2.34L-2.34,2.34 -2.34,11.5C-2.34,12.8 -1.29,13.84,0,13.84 1.29,13.84 2.34,12.8,2.34,11.5L2.34,2.34 11.5,2.34C12.8,2.34 13.84,1.29,13.84,0 13.84,-1.29 12.8,-2.34,11.5,-2.34"/>
</Canvas>
<Canvas x:Name="Layer9" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0"/>
<TranslateTransform X="1081.34" Y="588.17"/>
</TransformGroup>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M11.5,-2.34L2.34,-2.34 2.34,-11.5C2.34,-12.8 1.29,-13.84,0,-13.84 -1.29,-13.84 -2.34,-12.8,-2.34,-11.5L-2.34,-2.34 -11.5,-2.34C-12.8,-2.34 -13.84,-1.29,-13.84,0 -13.84,1.29 -12.8,2.34,-11.5,2.34L-2.34,2.34 -2.34,11.5C-2.34,12.8 -1.29,13.84,0,13.84 1.29,13.84 2.34,12.8,2.34,11.5L2.34,2.34 11.5,2.34C12.8,2.34 13.84,1.29,13.84,0 13.84,-1.29 12.8,-2.34,11.5,-2.34"/>
</Canvas>
<Canvas x:Name="Layer8" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="0" ScaleY="0"/>
<TranslateTransform X="721.13" Y="1088.05"/>
</TransformGroup>
</Canvas.RenderTransform>
<Path Fill="#BC1E2D" Data="F1M11.5,-2.34L2.34,-2.34 2.34,-11.5C2.34,-12.8 1.29,-13.84,0,-13.84 -1.29,-13.84 -2.34,-12.8,-2.34,-11.5L-2.34,-2.34 -11.5,-2.34C-12.8,-2.34 -13.84,-1.29,-13.84,0 -13.84,1.29 -12.8,2.34,-11.5,2.34L-2.34,2.34 -2.34,11.5C-2.34,12.8 -1.29,13.84,0,13.84 1.29,13.84 2.34,12.8,2.34,11.5L2.34,2.34 11.5,2.34C12.8,2.34 13.84,1.29,13.84,0 13.84,-1.29 12.8,-2.34,11.5,-2.34"/>
</Canvas>
<Canvas x:Name="Layer7" Visibility="Hidden">
<Canvas.RenderTransform>
<TranslateTransform X="748" Y="767"/>
</Canvas.RenderTransform>
<Path x:Name="Path40" Stroke="#CC4242" StrokeThickness="10" StrokeMiterLimit="4" noesis:Path.TrimEnd="0" Data="M-492,-10C-492,-10 -266,-52,-218,-53"/>
</Canvas>
<Canvas x:Name="Layer6" Visibility="Hidden">
<Canvas.RenderTransform>
<TranslateTransform X="748" Y="797"/>
</Canvas.RenderTransform>
<Path x:Name="Path41" Stroke="#CC4242" StrokeThickness="10" StrokeMiterLimit="4" noesis:Path.TrimEnd="0" Data="M-492,-10C-492,-10 -266,-52,-218,-53"/>
</Canvas>
<Canvas x:Name="Layer5" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="-1" CenterX="-355" CenterY="-31.5"/>
<TranslateTransform X="1460" Y="757"/>
</TransformGroup>
</Canvas.RenderTransform>
<Path x:Name="Path42" Stroke="#CC4242" StrokeThickness="10" StrokeMiterLimit="4" noesis:Path.TrimStart="1" Data="M-492,-10C-492,-10 -266,-52,-218,-53"/>
</Canvas>
<Canvas x:Name="Layer4" Visibility="Hidden">
<Canvas.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="-1" CenterX="-355" CenterY="-31.5"/>
<TranslateTransform X="1460" Y="787"/>
</TransformGroup>
</Canvas.RenderTransform>
<Path x:Name="Path43" Stroke="#CC4242" StrokeThickness="10" StrokeMiterLimit="4" noesis:Path.TrimStart="1" Data="M-492,-10C-492,-10 -266,-52,-218,-53"/>
</Canvas>
<Canvas x:Name="Layer3" Visibility="Hidden">
<Canvas.RenderTransform>
<TranslateTransform X="748" Y="768"/>
</Canvas.RenderTransform>
<Path x:Name="Path44" Stroke="#CC4242" StrokeThickness="10" StrokeMiterLimit="4" noesis:Path.TrimEnd="0" Data="M-498,279C-498,279 41,130,494,276"/>
</Canvas>
<Canvas x:Name="Layer2" Visibility="Hidden">
<Canvas.RenderTransform>
<TranslateTransform X="748" Y="798"/>
</Canvas.RenderTransform>
<Path x:Name="Path45" Stroke="#CC4242" StrokeThickness="10" StrokeMiterLimit="4" noesis:Path.TrimEnd="0" Data="M-498,279C-498,279 41,130,494,276"/>
</Canvas>
<Canvas x:Name="Layer1">
<Canvas.RenderTransform>
<TranslateTransform X="748" Y="768"/>
</Canvas.RenderTransform>
<Path x:Name="Path46" Stroke="#CC4242" StrokeThickness="15" StrokeStartLineCap="Round" StrokeEndLineCap="Round" StrokeLineJoin="Round" noesis:Path.TrimEnd="0" Data="M-234,-342C-234,-342 -894,-300,-673,75 -653.97,107.29 -502.47,209.54,-399,181 -312,157 -322,61,-269,53 -214.7,44.8 -176,148,-113,145 -14.78,140.32 -13.31,48.16,41,40 117.5,28.5 143,138.5,209,145 324.18,156.34 309.87,80.88,376,78 468,74 512.23,89,530,34 551,-31 408,-88,325,-89"/>
</Canvas>
<Grid Width="1480" Height="300" Background="Transparent">
<Grid>
<Viewbox>
<Grid Width="325.8" Margin="-20,40,-20,-10">
<Grid HorizontalAlignment="Center">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="Auto"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition/>
<RowDefinition/>
</Grid.RowDefinitions>
<Grid x:Name="Logo" Grid.Column="0" RenderTransformOrigin="0.5,0.5" Width="49">
<Grid.RenderTransform>
<TransformGroup>
<ScaleTransform/>
<SkewTransform/>
<RotateTransform/>
<TranslateTransform/>
</TransformGroup>
</Grid.RenderTransform>
<Path x:Name="Line1" Data="M6.1,16 L13.7,5.7 32,8 35.7,16.7 39.4,11.9 35.5,3 11.2,0 0,15.2 3.8,24.1 9.5,24.8 6.1,16 z" Fill="#FF2AA6E2" VerticalAlignment="Center" Height="24.8" Margin="0,5.5,9.6,16.5"/>
<Path x:Name="Line2" Data="M15.5,6 L20.6,17.8 9.5,32.6 0,31.4 2.4,37 12.1,38.1 26.8,18.5 19.2,1.2 9.7,0 6.2,4.6 15.5,6.1 z" Fill="#FF2AA6E2" VerticalAlignment="Center" RenderTransformOrigin="0.5,0.5" Height="38.1" Margin="22.2,0,0,8.7"/>
<Path x:Name="Line3" Data="M26,26.8 L13.3,25.4 6.1,8.4 6,8.4 11.8,0.8 5.7,0 0,7.8 9.5,30.3 28.4,32.5 34.1,24.8 31.9,19.4 z" Fill="#FF2AA6E2" VerticalAlignment="Center" RenderTransformOrigin="0.5,0.5" Height="32.5" Margin="9.3,14.3,5.6,0"/>
</Grid>
<Grid x:Name="Word" Grid.Column="1" Width="276.8">
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
<Path x:Name="Noesis" Data="M26.0999999999999,16.9L25.8,16.9C25.2,16.9 24.5999999999999,16.6999999999999 24.0999999999999,16.4 23.5999999999999,16.1 23.0999999999999,15.6999999999999 22.6999999999998,15.1999999999999L12.0999999999999,2.99999999999989C11.1999999999998,1.99999999999989 10.1999999999998,1.19999999999993 9.19999999999982,0.799999999999841 8.19999999999982,0.299999999999841 6.99999999999977,0.0999999999997954 5.49999999999977,0.0999999999997954L-2.27373675443232E-13,0.0999999999997954 -2.27373675443232E-13,21.9999999999998 5.19999999999982,21.9999999999998 5.19999999999982,5.19999999999982 5.49999999999977,5.19999999999982C6.09999999999968,5.19999999999982 6.69999999999982,5.39999999999986 7.19999999999982,5.69999999999982 7.79999999999973,5.99999999999977 8.19999999999982,6.39999999999986 8.59999999999991,6.89999999999986L19,18.9999999999999C19.9000000000001,20.0999999999999 20.9000000000001,20.8999999999999 21.9000000000001,21.3999999999999 23,21.8999999999999 24.2,22.0999999999999 25.8000000000002,22.0999999999999L31.3000000000002,22.0999999999999 31.3000000000002,-1.13686837721616E-13 26.1000000000001,-1.13686837721616E-13 26.0999999999999,16.9z M59.3,0L42.3999999999999,0C36.8999999999999,0,34.0999999999999,2.29999999999995,34.0999999999999,7L34.0999999999999,15C34.0999999999999,19.6,36.8999999999999,22,42.3999999999999,22L59.3,22C64.8,22,67.5999999999999,19.7,67.5999999999999,15L67.5999999999999,7C67.5999999999999,2.39999999999998,64.8,0,59.3,0z M62.2,15C62.2,16.2,61.2,16.9,59.3,16.9L42.3999999999999,16.9C40.4999999999998,16.9,39.4999999999998,16.3,39.4999999999998,15L39.4999999999998,7C39.4999999999998,5.70000000000005,40.4999999999998,5.10000000000002,42.3999999999999,5.10000000000002L59.3,5.10000000000002C61.2,5.10000000000002,62.2,5.70000000000005,62.2,7L62.2,15z M75.7,15.7999999999997L75.7,13.5999999999999 100.9,13.5999999999999 100.9,8.49999999999989 75.7,8.49999999999989 75.7,6.29999999999984C75.7,5.5999999999998,76.1000000000001,5.19999999999982,76.9000000000001,5.19999999999982L101,5.19999999999982 101,-2.27373675443232E-13 76.9000000000001,-2.27373675443232E-13C72.5,-2.27373675443232E-13,70.3000000000002,1.79999999999973,70.3000000000002,5.29999999999973L70.3000000000002,16.4999999999998C70.3000000000002,20.0999999999998,72.5000000000002,21.8999999999998,76.9000000000001,21.8999999999998L101.1,21.8999999999998 101.1,16.7999999999997 76.9000000000001,16.7999999999997C76.1000000000001,16.8999999999998,75.7,16.4999999999998,75.7,15.7999999999997z M128.5,8.39999999999998L110.2,8.39999999999998C109.4,8.39999999999998,108.9,8.10000000000002,108.9,7.60000000000002L108.9,5.89999999999998C108.9,5.39999999999998,109.3,5.10000000000002,110.2,5.10000000000002L134.4,5.10000000000002 134.4,0 110.2,0C105.8,0,103.6,1.79999999999995,103.6,5.29999999999995L103.6,8.79999999999995C103.6,11.9,105.8,13.5,110.2,13.5L128.5,13.5C129.3,13.5,129.7,13.8,129.7,14.3L129.7,16.0999999999999C129.7,16.5999999999999,129.3,16.8999999999999,128.5,16.8999999999999L104.3,16.8999999999999 104.3,21.9999999999999 128.5,21.9999999999999C132.9,21.9999999999999,135.1,20.1999999999999,135.1,16.6999999999999L135.1,13.6999999999999C135.1,10.1999999999999,132.9,8.39999999999998,128.5,8.39999999999998z M137.8,0L143.2,0 143.2,21.9 137.8,21.9z M170.8,8.39999999999998L152.5,8.39999999999998C151.7,8.39999999999998,151.2,8.10000000000002,151.2,7.60000000000002L151.2,5.89999999999998C151.2,5.39999999999998,151.6,5.10000000000002,152.5,5.10000000000002L176.7,5.10000000000002 176.7,0 152.5,0C148.1,0,145.9,1.79999999999995,145.9,5.29999999999995L145.9,8.79999999999995C145.9,11.9,148.1,13.5,152.5,13.5L170.8,13.5C171.6,13.5,172,13.8,172,14.3L172,16.0999999999999C172,16.5999999999999,171.6,16.8999999999999,170.8,16.8999999999999L146.6,16.8999999999999 146.6,21.9999999999999 170.8,21.9999999999999C175.2,21.9999999999999,177.4,20.1999999999999,177.4,16.6999999999999L177.4,13.6999999999999C177.3,10.1999999999999,175.1,8.39999999999998,170.8,8.39999999999998z" Fill="Black" VerticalAlignment="Center" Margin="12,0,0,0"/>
<Path x:Name="GUI" Data="M61.9000244140625,16.1C61.9000244140625,16.6,61.5000244140624,16.9,60.7000244140625,16.9L41.5000244140624,16.9C40.7000244140625,16.9,40.2000244140625,16.6,40.2000244140625,16.1L40.2000244140625,0.100000000000023 34.8000244140624,0.100000000000023 34.8000244140624,16.7C34.8000244140624,20.3000000000001,37.0000244140624,22.1,41.4000244140623,22.1L60.6000244140623,22.1C65.0000244140624,22.1,67.2000244140622,20.3000000000001,67.2000244140622,16.8000000000001L67.2000244140622,1.13686837721616E-13 61.8000244140621,1.13686837721616E-13 61.8000244140621,16.1000000000001z M70.0000244140624,0L75.4000244140625,0 75.4000244140625,21.9 70.0000244140624,21.9z M20.1000244140623,8.60000000000002L20.1000244140623,14 26.8000244140624,14 26.8000244140624,16.9 6.60002441406232,16.9C5.80002441406236,16.9,5.30002441406236,16.5,5.30002441406236,15.8L5.30002441406236,6.19999999999993C5.30002441406236,5.49999999999989,5.70002441406245,5.09999999999991,6.60002441406232,5.09999999999991L31.6000244140623,5.09999999999991 31.6000244140623,-1.13686837721616E-13 6.60002441406232,-1.13686837721616E-13C2.20002441406223,-1.13686837721616E-13,2.44140624090505E-05,1.79999999999984,2.44140624090505E-05,5.29999999999984L2.44140624090505E-05,16.4999999999999C2.44140624090505E-05,20.0999999999999,2.20002441406245,21.8999999999999,6.60002441406232,21.8999999999999L32.2000244140622,21.8999999999999 32.2000244140622,8.49999999999989 20.1000244140623,8.49999999999989z" Fill="#FF2AA6E2" VerticalAlignment="Center" Margin="12,0,0,0" RenderTransformOrigin="1,0.5">
<Path.RenderTransform>
<TransformGroup>
<ScaleTransform/>
<SkewTransform/>
<RotateTransform/>
<TranslateTransform/>
</TransformGroup>
</Path.RenderTransform>
</Path>
</StackPanel>
</Grid>
<StackPanel x:Name="HelloWorld" Grid.Row="1" Grid.ColumnSpan="2" Margin="0,15,0,0" Orientation="Horizontal" HorizontalAlignment="Center">
<TextBlock x:Name="Hello" Text="wishes you a" FontFamily="./#Si Kancil" FontSize="24" Foreground="Black" RenderTransformOrigin="0.5,0.5">
<TextBlock.RenderTransform>
<TransformGroup>
<ScaleTransform/>
<SkewTransform/>
<RotateTransform/>
<TranslateTransform/>
</TransformGroup>
</TextBlock.RenderTransform>
</TextBlock>
</StackPanel>
</Grid>
</Grid>
</Viewbox>
</Grid>
</Grid>
</Canvas>
</Viewbox>
</Grid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment