console
////Naming elements
//landscape
var wheel = document.getElementsByClassName("wheel");
var cloud = document.getElementsByClassName("cloud");
var tree = document.getElementsByClassName("tree");
var grass = document.getElementsByClassName("grass");
//shepherd
var shepherdhat = document.getElementsByClassName("shepherdHat");
var shepherdarm = document.getElementsByClassName("shepherdArm");
var dogtail = document.getElementsByClassName("dogtail");
//sheep
var sheephead = document.getElementsByClassName("sheepHead");
var sheepears = document.getElementsByClassName("sheepEars");
var sheepleftear = document.getElementsByClassName("sheepLeftEar");
var sheeprightear = document.getElementsByClassName("sheepRightEar");
var sheeprightear2 = document.getElementsByClassName("sheepRightEar2");
var sheepleftear2 = document.getElementsByClassName("sheepLeftEar2");
//// Animation
//wheel
var tlwheel = new TimelineMax({
repeat: -1,
});
tlwheel.to(wheel, 18, {
transformOrigin: "50% 50%",
rotation: "360deg",
ease: "linear"
})
//cloud
var tlcloud = new TimelineMax();
tlcloud.staggerFromTo(cloud, 4.5, {
y: -45,
ease: "linear"
},
{
y: 0,
ease: "linear",
repeat: -1,
yoyo: true
},
3);
//Grass
var tlgrass = new TimelineMax();
tlgrass.staggerFromTo(grass, 2, {
transformOrigin: "0% 100%",
skewX: "10deg"
},
{
skewX: "-10deg",
repeat: -1,
yoyo: true
},
0.3);
//Tree
var tltree = new TimelineMax();
tltree.staggerFromTo(tree, 2, {
transformOrigin: "0% 100%",
skewX: "1.5deg",
},
{
skewX: "-1.5deg",
repeat: -1,
yoyo: true,
},
1);
//Shepherd
var tlhat = new TimelineMax({
repeat: -1,
yoyo: true,
repeatDelay: 1.5
});
tlhat.to(shepherdhat, .8, {
transformOrigin: "75% 0%",
rotation: "-4deg",
y: 1.3,
ease: "linear"
}).to(shepherdhat, 1.5, {
rotation: "0deg",
y: 0
},
1)
var tlshepherd = new TimelineMax({
repeat: -1,
yoyo: true,
repeatDelay: 1.5,
});
tlshepherd.to(shepherdarm, .8, {
transformOrigin: "80% 50%",
rotation: "-25deg",
ease: "linear"
}).to(shepherdarm, 1.5, {
rotation: "0deg"
},
1)
//Dog Tail
var tldogtail = new TimelineMax({
repeat: -1,
});
tldogtail.to(dogtail, .3, {
transformOrigin: "0% 50%",
rotation: "6deg"
}).to(dogtail, .3, {
rotation: "0deg"
})
//// Sheep
//Sheep Head
var tlsheephead = new TimelineMax();
tlsheephead.staggerFromTo(sheephead, .7, {
y: 0
},
{
y: 7,
ease: "linear",
repeat: -1,
yoyo: true,
repeatDelay: 4
},
3);
//Sheep Ears
var tlsheepleftear = new TimelineMax({
repeat: -1,
repeatDelay: 3.3,
});
tlsheepleftear.to(sheepleftear, .3, {
transformOrigin: "100% 20%",
rotation: "50deg",
},
0).to(sheepleftear, .2, {
rotation: "0deg",
}).to(sheepleftear, .1, {
rotation: "50deg",
}).to(sheepleftear, .1, {
rotation: "0deg",
}).to(sheepleftear, .1, {
rotation: "50deg",
}).to(sheepleftear, .1, {
rotation: "0deg",
}).to(sheepleftear, .1, {
rotation: "0deg",
}).to(sheepleftear, .1, {
rotation: "50deg",
}).to(sheepleftear, .1, {
rotation: "0deg",
}).to(sheepleftear, .1, {
rotation: "50deg",
}).to(sheepleftear, .1, {
rotation: "0deg",
}).to(sheepleftear, .1, {
rotation: "50deg",
},
1).to(sheepleftear, .1, {
rotation: "0deg",
})
//right
var tlsheeprightear = new TimelineMax({
repeat: -1,
repeatDelay: 3.1,
});
tlsheeprightear.to(sheeprightear, .3, {
transformOrigin: "0% 20%",
rotation: "-50deg",
},
0.2).to(sheeprightear, .2, {
rotation: "0deg",
}).to(sheeprightear, .1, {
rotation: "-50deg",
}).to(sheeprightear, .1, {
rotation: "0deg",
}).to(sheeprightear, .1, {
rotation: "-50deg",
}).to(sheeprightear, .1, {
rotation: "0deg",
}).to(sheeprightear, .1, {
rotation: "0deg",
}).to(sheeprightear, .1, {
rotation: "-50deg",
}).to(sheeprightear, .1, {
rotation: "0deg",
}).to(sheeprightear, .1, {
rotation: "-50deg",
}).to(sheeprightear, .1, {
rotation: "0deg",
}).to(sheeprightear, .1, {
rotation: "-50deg",
},
1).to(sheeprightear, .1, {
rotation: "0deg",
})
// Delayed Ears
var tlsheepleftear2 = new TimelineMax({
repeat: -1,
repeatDelay: 3.3,
delay: 3
});
tlsheepleftear2.to(sheepleftear2, .3, {
transformOrigin: "100% 20%",
rotation: "50deg",
},
0).to(sheepleftear2, .2, {
rotation: "0deg",
}).to(sheepleftear2, .1, {
rotation: "50deg",
}).to(sheepleftear2, .1, {
rotation: "0deg",
}).to(sheepleftear2, .1, {
rotation: "50deg",
}).to(sheepleftear2, .1, {
rotation: "0deg",
}).to(sheepleftear2, .1, {
rotation: "0deg",
}).to(sheepleftear2, .1, {
rotation: "50deg",
}).to(sheepleftear2, .1, {
rotation: "0deg",
}).to(sheepleftear2, .1, {
rotation: "50deg",
}).to(sheepleftear2, .1, {
rotation: "0deg",
}).to(sheepleftear2, .1, {
rotation: "50deg",
},
1).to(sheepleftear2, .1, {
rotation: "0deg",
})
//right
var tlsheeprightear2 = new TimelineMax({
repeat: -1,
repeatDelay: 3.1,
delay: 3
});
tlsheeprightear2.to(sheeprightear2, .3, {
transformOrigin: "0% 20%",
rotation: "-50deg",
},
0.2).to(sheeprightear2, .2, {
rotation: "0deg",
}).to(sheeprightear2, .1, {
rotation: "-50deg",
}).to(sheeprightear2, .1, {
rotation: "0deg",
}).to(sheeprightear2, .1, {
rotation: "-50deg",
}).to(sheeprightear2, .1, {
rotation: "0deg",
}).to(sheeprightear2, .1, {
rotation: "0deg",
}).to(sheeprightear2, .1, {
rotation: "-50deg",
}).to(sheeprightear2, .1, {
rotation: "0deg",
}).to(sheeprightear2, .1, {
rotation: "-50deg",
}).to(sheeprightear2, .1, {
rotation: "0deg",
}).to(sheeprightear2, .1, {
rotation: "-50deg",
},
1).to(sheeprightear2, .1, {
rotation: "0deg",
})
<div class="container">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" x="0px" y="0px"
width="600px" height="600px" viewBox="0 0 600 600" style="enable-background:new 0 0 600 600;"
xml:space="preserve">
<defs>
</defs>
<rect class="st0" width="600" height="600" />
<path class="st1" d="M546.2,440.5l-127.3-63.7c0.2-0.1,0.4-0.2,0.6-0.3c-13.6-10.9-26.2-23-37.8-36.1c-7.8-8.8-13.8-19.1-18.4-29.9
c-9-21-30.6-35-54.7-33.3l-83.9-1c-22.5,1.6-41.1,23.6-48.2,43.6c-2.9,8.2-6.2,16.3-10.3,24.1c-10.5,20.4-21.1,40.7-31.6,61.1
l-70.6,35.3c-9.5,4.7-9.5,18.3,0,23l235.4,117.7c3.6,1.8,7.9,1.8,11.5,0l235.4-117.7C555.6,458.8,555.6,445.2,546.2,440.5z"
/>
<g>
<g>
<path class="st2" d="M210,208c0.5-0.2,0.2,4.9,0.2,5.3c-0.1,2.5-0.1,5.1-0.1,7.6c0,2.1,3.2,2.1,3.3,0c0-2.4,0.1-4.7,0.1-7.1
c0-1.6,0.1-3.6-0.5-5.1c-0.5-1.2-2.3-2.4-3.4-1.2C209.3,207.7,209.6,208.1,210,208L210,208z"
/>
</g>
</g>
<g>
<g>
<path class="st3" d="M270.4,487.8c0.2,0,0.2-0.3,0-0.3C270.3,487.6,270.3,487.8,270.4,487.8L270.4,487.8z"
/>
</g>
</g>
<path class="st4" d="M100.8,482l75-37.5c12.1-6,21.9-15.7,28.1-27.7c7.6-14.8,15.3-29.5,22.9-44.3c3.6-7,6.6-14.4,9.2-21.9
c7-20.1,25.8-42.5,48.5-44.2l77.1,0.9c-9.8-19.2-30.4-31.6-53.2-29.9l-83.9-1c-22.7,1.7-41.5,24.1-48.5,44.2
c-2.6,7.5-5.6,14.8-9.2,21.9c-10.8,20.9-21.6,41.8-32.5,62.7l-70.6,35.3c-9.5,4.7-9.5,18.3,0,23l235.4,117.7c0,0,0,0,0,0L100.8,482z
" />
<g>
<path class="st5" d="M280.7,314.7h-29.3c-2.6,0-4.7-2.1-4.7-4.7v-1.8c0-2.6,2.1-4.7,4.7-4.7h29.3c2.6,0,4.7,2.1,4.7,4.7v1.8
C285.4,312.6,283.3,314.7,280.7,314.7z" />
</g>
<g>
<path class="st6" d="M212,283.8L212,283.8c-15.1,0-27.3-12.2-27.3-27.3v-48.4c0-15.1,12.2-27.3,27.3-27.3h0
c15.1,0,27.3,12.2,27.3,27.3v48.4C239.3,271.6,227.1,283.8,212,283.8z" />
</g>
<g class="tree">
<line class="st7" x1="333.2" y1="268" x2="333.2" y2="299" />
<path class="st8" d="M336.1,278.5L336.1,278.5c-15.1,0-27.3-12.2-27.3-27.3v-48.4c0-15.1,12.2-27.3,27.3-27.3h0
c15.1,0,27.3,12.2,27.3,27.3v48.4C363.3,266.3,351.1,278.5,336.1,278.5z" />
<path class="st9" d="M331.4,185.2c0.9-0.1,11-1.5,17.8,6.9c4.4,5.4,4.8,11.8,4.9,13.8"
/>
<g>
<path class="st10" d="M329.1,241.9c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
<path class="st10" d="M342.5,241.9c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
<path class="st10" d="M335.8,249.9c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
<path class="st10" d="M329.1,257.9c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
</g>
</g>
<g>
<path class="st3" d="M285.4,231.5c-0.6-0.4-1.4-0.2-1.9,0.3c-0.5,0.5-0.7,1.2-0.6,1.9c0.1,1.6,1.2,3.1,2.8,3.6
c1.5,0.5,3.2,0,4.1-1.2c0.9-1.2,0.9-3.1-0.1-4.2c-1.1-1.1-2.8-1.3-4.4-1.3c-0.9,0-1.8,0-2.7-0.1c-0.9,0-1.9,0-2.7,0.4
c-1.3,0.7-1.8,2.4-1.9,3.9c-0.2,2.3,0.3,4.6,1.2,6.7c0.6-0.5,0.4-1.4,0.7-2.1c0.5-1.5,2.4-1.8,4-1.7s3.4,0.2,4.4-0.9"
/>
</g>
<g>
<path class="st3" d="M293.6,231.5c0.6-0.4,1.4-0.2,1.9,0.3c0.5,0.5,0.7,1.2,0.6,1.9c-0.1,1.6-1.2,3.1-2.8,3.6
c-1.5,0.5-3.2,0-4.1-1.2s-0.9-3.1,0.1-4.2c1.1-1.1,2.8-1.3,4.4-1.3c0.9,0,1.8,0,2.7-0.1c0.9,0,1.9,0,2.7,0.4
c1.3,0.7,1.8,2.4,1.9,3.9c0.2,2.3-0.3,4.6-1.2,6.7c-0.6-0.5-0.4-1.4-0.7-2.1c-0.5-1.5-2.4-1.8-4-1.7c-1.6,0.1-3.4,0.2-4.4-0.9"
/>
</g>
<g>
<path class="st11" d="M321.1,307.8H212c-5.5,0-10-4.5-10-10V178.1c0-29.7,24.3-54.1,54.1-54.1h21.1c29.7,0,54.1,24.3,54.1,54.1
v119.7C331.2,303.3,326.6,307.8,321.1,307.8z" />
</g>
<g>
<path class="st12" d="M269.3,307.8h-20.7v-49.8c0-8.2,6.7-14.9,14.9-14.9h5.8c8.2,0,14.9,6.7,14.9,14.9v35
C284.2,301.1,277.5,307.8,269.3,307.8z" />
</g>
<g>
<path class="st12" d="M268.7,212.2h-3.2c-4.6,0-8.3-3.7-8.3-8.3v-3.2c0-4.6,3.7-8.3,8.3-8.3h3.2c4.6,0,8.3,3.7,8.3,8.3v3.2
C277,208.5,273.2,212.2,268.7,212.2z" />
</g>
<g>
<path class="st13" d="M229.2,143.9c-0.1-4-0.1-8,0-12c0.2-6.2,8.5-8.1,11.4-2.6c1.2,2.3,2.5,4.7,3.7,7"
/>
</g>
<path class="st14" d="M221.7,297.7V178.1c0-29.7,24.6-54.1,54.3-54.1h-20c-29.7,0-54.3,24.3-54.3,54.1v119.7
c0,5.5,4.8,10.3,10.3,10.3h20C226.4,308,221.7,303.3,221.7,297.7z" />
<g>
<g>
<path class="st2" d="M330.5,230h-24.7c-0.7,0-1.3-0.8-1.3-1.5s0.6-1.5,1.3-1.5h24.7c0.7,0,1.3,0.8,1.3,1.5S331.2,230,330.5,230z"
/>
</g>
<g>
<path class="st2" d="M330.5,238h-16.7c-0.7,0-1.3,0.2-1.3-0.5s0.6-0.5,1.3-0.5h16.7c0.7,0,1.3-0.2,1.3,0.5S331.2,238,330.5,238z"
/>
</g>
<g>
<path class="st2" d="M320.7,238.2c-0.7,0-2-0.6-2-1.3v-8.7c0-0.7,1.3-1.3,2-1.3s2,0.6,2,1.3v8.7
C322.7,237.6,321.4,238.2,320.7,238.2z" />
</g>
</g>
<path class="st14" d="M277.1,126H256c-8.4,0-16.4,2-23.6,5.5L204,164.7c-1.4,4.9-2.4,10-2.4,15.3v3.3c19-2.7,40.7-4.8,65.5-4.6
c24.2,0.2,45.5,2.4,63.5,5.2c0,0-0.1,0-0.1,0v-3.9c0-4.1-0.2-8-1.1-11.9l-26.5-35.4C295.3,128.5,286.6,126,277.1,126z"
/>
<g>
<path class="st15" d="M199.5,174.2c-4.6,0.7-7.7-4.3-4.8-7.7l61.2-72.2c6.5-7.6,20-7.3,26,0.6L336,167c2.6,3.5-0.5,8.2-5,7.5
c-18.1-2.9-39.5-5.1-63.7-5.2C241.4,169.1,218.5,171.3,199.5,174.2z" />
</g>
<g>
<circle class="st15" cx="268.7" cy="83.4" r="4.6" />
</g>
<g>
<path class="st15" d="M269.1,91.4h-0.7c-0.8,0-1.5-0.7-1.5-1.5V77.9c0-0.8,0.7-1.5,1.5-1.5h0.7c0.8,0,1.5,0.7,1.5,1.5v12.1
C270.6,90.7,269.9,91.4,269.1,91.4z" />
</g>
<g>
<path class="st16" d="M280.8,311.2h-29c-2.6,0-4.6-2.1-4.6-4.6v-3.7c0-2.6,2.1-4.6,4.6-4.6h29c2.6,0,4.6,2.1,4.6,4.6v3.7
C285.4,309.2,283.4,311.2,280.8,311.2z" />
</g>
<g>
<g>
<path class="st2" d="M227.7,208h-24.7c-0.7,0-1.3-0.3-1.3-1s0.6-1,1.3-1h24.7c0.7,0,1.3,0.3,1.3,1S228.5,208,227.7,208z"
/>
</g>
<g>
<path class="st2" d="M227.7,218h-19.3c-0.7,0-1.3-0.8-1.3-1.5s0.6-1.5,1.3-1.5h19.3c0.7,0,1.3,0.8,1.3,1.5S228.5,218,227.7,218z"
/>
</g>
<g>
<path class="st2" d="M213.7,216.8c-0.7,0-1-0.6-1-1.3v-8.7c0-0.7,0.3-1.3,1-1.3s1,0.6,1,1.3v8.7
C214.7,216.2,214.4,216.8,213.7,216.8z" />
</g>
</g>
<g>
<path class="st17" d="M224.7,166.5l58.8-69.4l-1.6-2.2c-6-7.9-19.5-8.3-26-0.6l-61.2,72.2c-2.9,3.4,0.2,8.5,4.8,7.7
c7.6-1.2,15.7-2.2,24.4-3C223.3,169.7,223.4,167.9,224.7,166.5z" />
<path class="st17" d="M297.3,169.3c-6.2,0-12.2,0.1-18.1,0.3c19.3,0.7,36.7,2.6,51.8,5c2.7,0.4,4.9-1.1,5.6-3.1
C324.6,170.2,311.4,169.4,297.3,169.3z" />
</g>
<path class="st18" d="M238.1,308.8c-9.2-36.2-4.7-66.2,11.1-74.7c2.8-1.5,6.6-2.7,11.7-2.5"
/>
<ellipse transform="matrix(2.306523e-02 -0.9997 0.9997 2.306523e-02 15.8618 486.9621)"
class="st18" cx="257.1" cy="235.4" rx="3" ry="3" />
<ellipse transform="matrix(2.306523e-02 -0.9997 0.9997 2.306523e-02 9.5211 472.8698)"
class="st18" cx="246.7" cy="231.6" rx="3" ry="3" />
<ellipse transform="matrix(2.306523e-02 -0.9997 0.9997 2.306523e-02 -69.3541 519.8388)"
class="st18" cx="231.3" cy="295.4" rx="3" ry="3" />
<ellipse transform="matrix(2.306523e-02 -0.9997 0.9997 2.306523e-02 -59.4512 520.1183)"
class="st18" cx="236.4" cy="290.5" rx="3" ry="3" />
<ellipse transform="matrix(0.281 -0.9597 0.9597 0.281 -78.1786 416.8185)"
class="st18" cx="239.1" cy="260.6" rx="3" ry="3" />
<ellipse transform="matrix(0.281 -0.9597 0.9597 0.281 -76.4493 407.5442)"
class="st18" cx="233.8" cy="254.8" rx="3" ry="3" />
<ellipse transform="matrix(0.281 -0.9597 0.9597 0.281 -85.9996 411.0103)"
class="st18" cx="231.3" cy="262.9" rx="3" ry="3" />
<ellipse transform="matrix(2.306523e-02 -0.9997 0.9997 2.306523e-02 -47.1605 504.5106)"
class="st18" cx="234.6" cy="276.4" rx="3" ry="3" />
<ellipse transform="matrix(0.281 -0.9597 0.9597 0.281 -112.9454 442.865)"
class="st18" cx="239.1" cy="296.8" rx="3" ry="3" />
<ellipse transform="matrix(0.281 -0.9597 0.9597 0.281 -58.0444 406.2438)"
class="st18" cx="242.1" cy="241.9" rx="3" ry="3" />
<g>
<path class="st5" d="M364.5,410.7l-12.3,6.2c-1.2,0.6-2.7,0.6-3.9,0l-8.5-4.3c-3.2-1.6-3.2-6.2,0-7.8l12.6-6.3c1.3-0.6,2.8-0.6,4,0
l8.2,4.4C367.7,404.6,367.7,409.1,364.5,410.7z" />
<path class="st5" d="M340.5,385.9l-12.3,6.2c-1.2,0.6-2.7,0.6-3.9,0l-8.5-4.3c-3.2-1.6-3.2-6.2,0-7.8l12.6-6.3c1.3-0.6,2.8-0.6,4,0
l8.2,4.4C343.7,379.8,343.7,384.3,340.5,385.9z" />
<path class="st5" d="M317.3,361.3l-12.3,6.2c-1.2,0.6-2.7,0.6-3.9,0l-8.5-4.3c-3.2-1.6-3.2-6.2,0-7.8l12.6-6.3c1.3-0.6,2.8-0.6,4,0
l8.2,4.4C320.6,355.2,320.5,359.7,317.3,361.3z" />
<path class="st5" d="M293.3,336.7l-12.3,6.2c-1.2,0.6-2.7,0.6-3.9,0l-8.5-4.3c-3.2-1.6-3.2-6.2,0-7.8l12.6-6.3c1.3-0.6,2.8-0.6,4,0
l8.2,4.4C296.5,330.6,296.5,335.1,293.3,336.7z" />
<path class="st5" d="M392.4,435l-12.3,6.2c-1.2,0.6-2.7,0.6-3.9,0l-8.5-4.3c-3.2-1.6-3.2-6.2,0-7.8l12.6-6.3c1.3-0.6,2.8-0.6,4,0
l8.2,4.4C395.6,428.9,395.6,433.4,392.4,435z" />
</g>
<path class="st11" d="M364.5,407.4l-12.3,6.2c-1.2,0.6-2.7,0.6-3.9,0l-8.5-4.3c-3.2-1.6-3.2-6.2,0-7.8l12.6-6.3c1.3-0.6,2.8-0.6,4,0
l8.2,4.4C367.7,401.3,367.7,405.8,364.5,407.4z" />
<path class="st11" d="M340.5,382.6l-12.3,6.2c-1.2,0.6-2.7,0.6-3.9,0l-8.5-4.3c-3.2-1.6-3.2-6.2,0-7.8l12.6-6.3c1.3-0.6,2.8-0.6,4,0
l8.2,4.4C343.7,376.5,343.7,381,340.5,382.6z" />
<path class="st11" d="M317.3,358l-12.3,6.2c-1.2,0.6-2.7,0.6-3.9,0l-8.5-4.3c-3.2-1.6-3.2-6.2,0-7.8l12.6-6.3c1.3-0.6,2.8-0.6,4,0
l8.2,4.4C320.6,351.9,320.5,356.4,317.3,358z" />
<path class="st11" d="M293.3,333.4l-12.3,6.2c-1.2,0.6-2.7,0.6-3.9,0l-8.5-4.3c-3.2-1.6-3.2-6.2,0-7.8l12.6-6.3c1.3-0.6,2.8-0.6,4,0
l8.2,4.4C296.5,327.2,296.5,331.8,293.3,333.4z" />
<path class="st11" d="M392.4,431.6l-12.3,6.2c-1.2,0.6-2.7,0.6-3.9,0l-8.5-4.3c-3.2-1.6-3.2-6.2,0-7.8l12.6-6.3c1.3-0.6,2.8-0.6,4,0
l8.2,4.4C395.6,425.5,395.6,430,392.4,431.6z" />
<path class="st19" d="M346.5,539.1l-3.4-0.9c-5.7-1.5-6.1-9.6-0.7-13.9l1.7-1.3c8.4-6.6,18.6-9.1,27.4-6.8l1.8,0.5
c5.7,1.5,6.1,9.6,0.7,13.9l-3.2,2.5C363.4,538.9,354.3,541.2,346.5,539.1z" />
<path class="st19" d="M320,491.5l-3.4-0.9c-5.7-1.5-6.1-9.6-0.7-13.9l1.7-1.3c8.4-6.6,18.6-9.1,27.4-6.8l1.8,0.5
c5.7,1.5,6.1,9.6,0.7,13.9l-3.2,2.5C336.9,491.3,327.9,493.5,320,491.5z" />
<path class="st19" d="M264.5,534.4l3.4-0.9c5.7-1.5,6.1-9.6,0.7-13.9l-1.7-1.3c-8.4-6.6-18.6-9.1-27.4-6.8l-1.8,0.5
c-5.7,1.5-6.1,9.6-0.7,13.9l3.2,2.5C247.6,534.2,256.7,536.5,264.5,534.4z" />
<path class="st19" d="M234.2,495l3.4-0.9c5.7-1.5,6.1-9.6,0.7-13.9l-1.7-1.3c-8.4-6.6-18.6-9.1-27.4-6.8l-1.8,0.5
c-5.7,1.5-6.1,9.6-0.7,13.9l3.2,2.5C217.3,494.8,226.4,497,234.2,495z" />
<g>
<g>
<path class="st20" d="M354.3,534.6c-0.1,0-0.1,0-0.2,0c-1.3-0.1-2.3-1.2-2.2-2.5l1-14.6c0.1-1.3,1.2-2.3,2.5-2.2
c1.3,0.1,2.3,1.2,2.2,2.5l-1,14.6C356.6,533.7,355.5,534.6,354.3,534.6z" />
</g>
<g>
<path class="st20" d="M369.9,527.1c-1.3,0-2.3-1-2.3-2.3v-14.6c0-1.3,1-2.3,2.3-2.3s2.3,1,2.3,2.3v14.6
C372.2,526.1,371.2,527.1,369.9,527.1z" />
</g>
<g>
<path class="st20" d="M345.7,532.6c-0.1,0-0.1,0-0.2,0c-1.3-0.1-2.3-1.2-2.2-2.5l1-14.6c0.1-1.3,1.2-2.3,2.5-2.2
c1.3,0.1,2.3,1.2,2.2,2.5l-1,14.6C347.9,531.6,346.9,532.6,345.7,532.6z" />
</g>
<g>
<circle class="st3" cx="348.4" cy="513.3" r="6.3" />
<circle class="st3" cx="361.1" cy="510.1" r="6.3" />
<circle class="st3" cx="353.5" cy="507.1" r="6.3" />
<circle class="st3" cx="364.3" cy="502.5" r="6.3" />
<circle class="st3" cx="373.3" cy="507.1" r="6.3" />
<circle class="st3" cx="370" cy="514.3" r="6.3" />
<circle class="st3" cx="359" cy="517.6" r="6.3" />
</g>
<g class="sheepHead">
<path class="st20" d="M346,515.6l-1.8,6.4c-0.5,1.7-2.2,2.6-3.9,2.1l-1.2-0.3c-1.7-0.5-2.6-2.2-2.1-3.9l1.8-6.4
c0.5-1.7,2.2-2.6,3.9-2.1l1.2,0.3C345.5,512.2,346.5,514,346,515.6z" />
<path class="st20 sheepLeftEar2" d="M339.3,512.3l0.3,0.4c0.4,0.6,0.2,1.3-0.3,1.7l-2.9,1.9c-0.6,0.4-1.3,0.2-1.7-0.3l-0.3-0.4
c-0.4-0.6-0.2-1.3,0.3-1.7l2.9-1.9C338.2,511.6,338.9,511.7,339.3,512.3z" />
<path class="st20 sheepRightEar2" d="M345.5,513.7l0.3-0.4c0.4-0.5,1.2-0.6,1.7-0.2l2.7,2.1c0.5,0.4,0.6,1.2,0.2,1.7l-0.3,0.4
c-0.4,0.5-1.2,0.6-1.7,0.2l-2.7-2.1C345.2,515,345.1,514.3,345.5,513.7z" />
</g>
</g>
<g>
<g>
<path class="st20" d="M211.1,483.2c-0.1,0-0.1,0-0.2,0c-1.3-0.1-2.3-1.2-2.2-2.5l1-14.6c0.1-1.3,1.2-2.3,2.5-2.2
c1.3,0.1,2.3,1.2,2.2,2.5l-1,14.6C213.4,482.3,212.3,483.2,211.1,483.2z" />
</g>
<g class="sheepHead">
<path class="st20" d="M212.3,463.7l-4.7,4.7c-1.2,1.2-3.2,1.2-4.4,0l-0.9-0.9c-1.2-1.2-1.2-3.2,0-4.4l4.7-4.7
c1.2-1.2,3.2-1.2,4.4,0l0.9,0.9C213.6,460.5,213.6,462.4,212.3,463.7z" />
<path class="st20 sheepLeftEar2" d="M207.3,460.2l0.1,0.5c0.1,0.7-0.3,1.3-1,1.4l-3.4,0.6c-0.7,0.1-1.3-0.3-1.4-1l-0.1-0.5
c-0.1-0.7,0.3-1.3,1-1.4l3.4-0.6C206.5,459.1,207.2,459.6,207.3,460.2z" />
</g>
<g>
<path class="st20" d="M227.1,491.4c-1.2,0-2.2-0.9-2.3-2.2l-1-14.6c-0.1-1.3,0.9-2.4,2.2-2.5c1.3-0.1,2.4,0.9,2.5,2.2l1,14.6
c0.1,1.3-0.9,2.4-2.2,2.5C227.2,491.4,227.1,491.4,227.1,491.4z" />
</g>
<g>
<path class="st20" d="M235.7,490c-1.2,0-2.2-0.9-2.3-2.2l-1-14.6c-0.1-1.3,0.9-2.4,2.2-2.5c1.3-0.1,2.4,0.9,2.5,2.2l1,14.6
c0.1,1.3-0.9,2.4-2.2,2.5C235.8,490,235.8,490,235.7,490z" />
</g>
<g>
<circle class="st3" cx="235.2" cy="470.5" r="6.3" />
<circle class="st3" cx="222.4" cy="467.3" r="6.3" />
<circle class="st3" cx="230.1" cy="464.2" r="6.3" />
<circle class="st3" cx="219.3" cy="459.7" r="6.3" />
<circle class="st3" cx="210.2" cy="464.2" r="6.3" />
<circle class="st3" cx="213.6" cy="471.5" r="6.3" />
<circle class="st3" cx="224.6" cy="474.8" r="6.3" />
</g>
</g>
<g>
<g>
<path class="st20" d="M258.2,532.3c0.1,0,0.1,0,0.2,0c1.3-0.1,2.3-1.2,2.2-2.5l-1-14.6c-0.1-1.3-1.2-2.3-2.5-2.2
c-1.3,0.1-2.3,1.2-2.2,2.5l1,14.6C256,531.4,257,532.3,258.2,532.3z" />
</g>
<g>
<path class="st20" d="M242.6,524.9c1.3,0,2.3-1,2.3-2.3v-14.6c0-1.3-1-2.3-2.3-2.3c-1.3,0-2.3,1-2.3,2.3v14.6
C240.3,523.8,241.4,524.9,242.6,524.9z" />
</g>
<g>
<path class="st20" d="M266.8,530.3c0.1,0,0.1,0,0.2,0c1.3-0.1,2.3-1.2,2.2-2.5l-1-14.6c-0.1-1.3-1.2-2.3-2.5-2.2
c-1.3,0.1-2.3,1.2-2.2,2.5l1,14.6C264.6,529.4,265.6,530.3,266.8,530.3z" />
</g>
<g>
<circle class="st3" cx="264.1" cy="511.1" r="6.3" />
<circle class="st3" cx="251.4" cy="507.9" r="6.3" />
<circle class="st3" cx="259" cy="504.8" r="6.3" />
<circle class="st3" cx="248.2" cy="500.3" r="6.3" />
<circle class="st3" cx="239.2" cy="504.8" r="6.3" />
<circle class="st3" cx="242.6" cy="512.1" r="6.3" />
<circle class="st3" cx="253.5" cy="515.4" r="6.3" />
</g>
<g class="sheepHead">
<path class="st20" d="M270.9,512.7l4.7,4.7c1.2,1.2,3.2,1.2,4.4,0l0.9-0.9c1.2-1.2,1.2-3.2,0-4.4l-4.7-4.7c-1.2-1.2-3.2-1.2-4.4,0
l-0.9,0.9C269.7,509.5,269.7,511.5,270.9,512.7z" />
<path class="st20 sheepRightEar" d="M275.6,507.7l0.1-0.5c0.1-0.7,0.8-1.1,1.4-1l3.4,0.7c0.7,0.1,1.1,0.8,1,1.4l-0.1,0.5c-0.1,0.7-0.8,1.1-1.4,1
l-3.4-0.7C275.9,509,275.4,508.3,275.6,507.7z" />
<path class="st20 sheepLeftEar" d="M272.2,508.1l-0.3-0.4c-0.4-0.5-1.2-0.6-1.7-0.2l-2.7,2.1c-0.5,0.4-0.6,1.2-0.2,1.7l0.3,0.4
c0.4,0.5,1.2,0.6,1.7,0.2l2.7-2.1C272.5,509.4,272.6,508.6,272.2,508.1z" />
</g>
</g>
<g>
<g>
<path class="st20" d="M327.5,486.6c-0.1,0-0.1,0-0.2,0c-1.3-0.1-2.3-1.2-2.2-2.5l1-14.6c0.1-1.3,1.2-2.3,2.5-2.2
c1.3,0.1,2.3,1.2,2.2,2.5l-1,14.6C329.7,485.7,328.7,486.6,327.5,486.6z" />
</g>
<g>
<path class="st20" d="M343,479.2c-1.3,0-2.3-1-2.3-2.3v-14.6c0-1.3,1-2.3,2.3-2.3c1.3,0,2.3,1,2.3,2.3v14.6
C345.3,478.1,344.3,479.2,343,479.2z" />
</g>
<g>
<path class="st20" d="M318.8,484.6c-0.1,0-0.1,0-0.2,0c-1.3-0.1-2.3-1.2-2.2-2.5l1-14.6c0.1-1.3,1.2-2.3,2.5-2.2
c1.3,0.1,2.3,1.2,2.2,2.5l-1,14.6C321.1,483.7,320,484.6,318.8,484.6z" />
</g>
<g>
<circle class="st3" cx="321.5" cy="465.4" r="6.3" />
<circle class="st3" cx="334.3" cy="462.2" r="6.3" />
<circle class="st3" cx="326.6" cy="459.1" r="6.3" />
<circle class="st3" cx="337.4" cy="454.5" r="6.3" />
<circle class="st3" cx="346.5" cy="459.1" r="6.3" />
<circle class="st3" cx="343.1" cy="466.4" r="6.3" />
<circle class="st3" cx="332.1" cy="469.7" r="6.3" />
</g>
<g class="sheepHead">
<path class="st20" d="M319.1,467.6l-1.8,6.4c-0.5,1.7-2.2,2.6-3.9,2.1l-1.2-0.3c-1.7-0.5-2.6-2.2-2.1-3.9l1.8-6.4
c0.5-1.7,2.2-2.6,3.9-2.1l1.2,0.3C318.6,464.3,319.6,466,319.1,467.6z" />
<path class="st20 sheepLeftEar" d="M312.4,464.3l0.3,0.4c0.4,0.6,0.2,1.3-0.3,1.7l-2.9,1.9c-0.6,0.4-1.3,0.2-1.7-0.3l-0.3-0.4
c-0.4-0.6-0.2-1.3,0.3-1.7l2.9-1.9C311.3,463.6,312.1,463.8,312.4,464.3z" />
<path class="st20 sheepRightEar" d="M318.6,465.8l0.3-0.4c0.4-0.5,1.2-0.6,1.7-0.2l2.7,2.1c0.5,0.4,0.6,1.2,0.2,1.7l-0.3,0.4
c-0.4,0.5-1.2,0.6-1.7,0.2l-2.7-2.1C318.3,467.1,318.2,466.3,318.6,465.8z" />
</g>
</g>
<g class="st19">
<path d="M428,480.3l-3.4-0.9c-5.7-1.5-6.1-9.6-0.7-13.9l1.7-1.3c8.4-6.6,18.6-9.1,27.4-6.8l1.8,0.5c5.7,1.5,6.1,9.6,0.7,13.9
l-3.2,2.5C444.9,480.1,435.9,482.3,428,480.3z" />
</g>
<g>
<path class="st13" d="M441.3,390.8c-2.3,1.9-3.6,4.6-4.5,7.2c-0.3,0.8-0.5,1.6-0.6,2.5c0,0.8,0.1,1.7,0.7,2.4
c0.7,1,1.8,1.4,2.6,1.6c4.7,1.4,11.3,0.9,11.8-0.8c0-0.1,0.1-0.6,0.2-1.1c0,0,0.1-0.8,0.2-1.6c0.4-3.9-1-7.6-1-7.6
c-0.9-2.4-1.8-3-2.1-3.3c-0.5-0.3-1.2-0.5-1.8-0.7c-1.6-0.3-3.3,0-4.7,0.7c-2,1-2.9,2.7-3.2,3.2"
/>
</g>
<g>
<path class="st21" d="M451.5,407.7c0.2-1.5,0.3-4.1-0.8-8.4c-0.8-3.2-0.7-4-1.6-5.7c-0.7-1.2-1.4-2.4-2.8-3.1
c-0.3-0.1-1.7-0.7-3.1-0.2c-1.3,0.4-1.9,1.5-2.6,2.5c-0.7,1.2-1.1,2.4-1.7,4.9c-0.7,2.7-1.3,5.7-1.4,6.1c-0.3,2-0.4,2.4,0.5,4.1
c1.7,3.2,7.4,4.8,11.1,2.4C450.6,409.1,451.2,409.6,451.5,407.7z" />
</g>
<g>
<path class="st22" d="M437.7,403.9c-1.4-0.1-2.4,1.2-5.6,5.8c-2.4,3.5-3.6,5.2-4.8,7.3c-2.2,3.8-3.3,5.7-4.4,8.6
c-0.9,2.2-1.4,4.2-2.5,8.1c-0.7,2.7-1.8,5.2-1.4,5.4c0.2,0.1,0.3,0.7,1.1,0.1c1.3-0.9,2.5-2.1,2.8-2.5c1.8-2.3,6.1-8.8,7.3-11.3
c1.5-2.9,3.1-5.4,6.3-10.4c2.9-4.5,4.6-7,3.7-9.2C439.9,405,438.9,404,437.7,403.9z"
/>
</g>
<g>
<g>
<path class="st21" d="M420.7,439.9c1.4-0.3,2-2.3,1.1-3.3c-0.9-1.1-2.8-0.8-3.5,0.4C417.3,438.8,419.3,440.4,420.7,439.9"
/>
</g>
</g>
<g>
<g>
<path class="st23" d="M424.9,473.7c-0.7,0-1.2-0.5-1.3-1.2l-7-51.7c-0.2-1.7-1.5-3.1-3.1-3.2c-1.8-0.1-3.4,1.3-3.6,3.1
c-0.1,0.7-0.7,1.3-1.5,1.2c-0.7-0.1-1.3-0.7-1.2-1.5c0.3-3.3,3.2-5.7,6.4-5.5c2.9,0.2,5.3,2.6,5.6,5.5l7,51.7
c0.1,0.7-0.4,1.4-1.1,1.5C425,473.7,425,473.7,424.9,473.7z" />
</g>
</g>
<g>
<path class="st13" d="M446.9,389.4c-2.5,2.9-5.7,5.1-9.2,6.6c0.2-1.9,1.5-3.5,3-4.7c1.7-1.4,3.7-2.5,5.8-2.2"
/>
</g>
<g>
<path class="st24" d="M431.5,434.1c-1.2,6-1.8,10.9-2.2,14.5c-0.4,4.3-0.4,7-0.4,8.8c0,1.5,0.2,3,0.4,6.6c0,0,0,3.1,1.1,7.1
c0.2,0.7,0.6,2,1.7,2.8c0.3,0.2,1,0.8,2,0.8c1.5,0,2.6-1.3,3-1.7c0.4-0.5,1.1-1.4,1.6-4.6c0.3-1.9,0.2-2.7,0.5-6.4
c0.1-2.2,0.2-3.4,0.3-4.2c0.5-4,1.4-5.8,1.9-6.6c0.7-1.2,1.4-2.3,2.5-2.5c1.2-0.2,2.3,0.8,2.8,1.3c1.4,1.2,1.8,2.6,2.5,4.4
c2,4.9,1.9,4.4,2.7,6.9c1.4,4.4,2,6.5,2,6.6c0.4,1.4,0.9,2.3,1.3,2.8c0.2,0.3,1.1,1,2.4,1.1c0.3,0,1.3,0,2.2-0.6
c1.1-0.8,1.3-2,1.4-3c0.3-1.9-0.2-4.4-0.3-5.2c-0.5-3.3-0.2-1-1.1-7.4c-0.5-4-0.6-3.5-1.7-8.5c-1.2-5.2-1.6-5.6-2.3-7.8
c-0.3-1.1-0.6-2-1.4-4.1c-0.5-1.3-0.8-2.4-0.9-3.1c-0.7,0.5-1.8,1.3-3.3,1.9c-2.3,0.9-4.4,1.1-9.6,0.9
C438.2,434.7,435.1,434.5,431.5,434.1z" />
</g>
<g>
<path class="st22" d="M431.3,434.3c0.2-1.2,0.4-3,0.9-5.2c0-0.2,0.1-0.3,0.1-0.3c0.3-1.5,1-5.4,2.3-11.9c0.7-3.5,1.6-8,2.7-13.2
c0.5,0.1,1.3,0.2,2.3,0.3c1.2,0.1,3,0.3,8.5,0.5c0.8,0,1.8,0.1,3.1,0.1c0.2,0.1,0.6,0.3,0.8,0.6c0.6,0.8,0.5,3.5,0.5,4
c0.1,1.8,0,2.2,0,3.8c0.1,3.9-0.3,7.1,0.1,11.7c0.1,1.3,0.5,5,0.8,7.3c-2.5,1.6-4.7,2.4-6.3,2.9c-0.8,0.2-4.6,1.3-9.7,0.8
C434.9,435.4,432.8,434.8,431.3,434.3z" />
</g>
<path class="st25 shepherdHat" d="M455.4,388.2c-0.2-0.9-1-0.8-1.6-0.5c-0.9,0.4-1.8,0.8-2.7,1.2c-0.2-1.5-0.7-2.8-1.7-3.8
c-1.1-1.1-2.8-1.5-4.3-1.4s-3,0.6-4.5,1.1c-0.1,0-0.2,0.1-0.3,0.2c-0.1,0.1-0.1,0.2-0.2,0.4c-0.7,2.1-1.4,4.2-2,6.4
c-0.9,0-1.9,0-2.8,0c-0.9,0-1.9,0-2.6,1c0.2,0.3,0.3,0.5,0.5,0.8l0.7,0.2c1.2,0.6,2.5,0.5,3.8,0.3c4.7-0.6,9.3-1.1,14-1.7
c1.5-0.2,3.3-0.7,3.8-3C455.5,388.9,455.5,388.5,455.4,388.2z" />
<g>
<path class="st26" d="M436.2,425.6L436.2,425.6c-1.5,0-2.7-1.2-2.7-2.7v-17.9c0-1.5,1.2-2.7,2.7-2.7l0,0c1.5,0,2.7,1.2,2.7,2.7
v17.9C438.9,424.4,437.7,425.6,436.2,425.6z" />
</g>
<g>
<path class="st26" d="M451.6,425.6L451.6,425.6c-1.5,0-2.7-1.2-2.7-2.7v-17.9c0-1.5,1.2-2.7,2.7-2.7l0,0c1.5,0,2.7,1.2,2.7,2.7
v17.9C454.3,424.4,453.1,425.6,451.6,425.6z" />
</g>
<g>
<path class="st13" d="M437,399c-0.9,0.7-0.8,2.6,0,3.8c0.8,1.2,2.1,1.5,3.8,1.9c1.7,0.4,3,0.4,4.9,0.3c2.1-0.1,5-0.2,5.6-1.4
c0.1-0.1,0.2-0.6,0.3-1.2c0-0.1,0.1-0.5,0-1.2c-0.1-1.1-0.1-1.6-0.4-1.9c-0.5-0.5-1.6-0.1-2.8,0.2c-3.4,0.8-7.6-0.1-9.4-0.4
C438.2,398.8,437.6,398.6,437,399z" />
</g>
<g class="shepherdArm">
<path class="st27" d="M452.6,406.9c3,0.4,5.2,2.8,5.2,5.2c0,3.1-3.5,5.2-6,5.2c-4.5,0-7-6.5-7.4-7.5c-2.4-6.3,0.4-12.3,1.2-13.9"
/>
<path class="st28" d="M452.6,404.9c3,0.4,5.2,2.8,5.2,5.2c0,3.1-3.5,5.2-6,5.2c-4.5,0-7-6.5-7.4-7.5c-2.4-6.3,0.4-12.3,1.2-13.9"
/>
<path class="st21" d="M446.6,393.9c-1.4-0.3-2-2.3-1.1-3.3c0.9-1.1,2.8-0.8,3.5,0.4C450,392.8,448,394.4,446.6,393.9"
/>
</g>
<path class="st19" d="M453,480.3l-2.5-0.7c-4.3-1.1-4.6-7.2-0.5-10.4l1.3-1c6.3-5,14-6.9,20.6-5.1l1.4,0.4c4.3,1.1,4.6,7.2,0.5,10.4
l-2.4,1.9C465.7,480.1,458.9,481.8,453,480.3z" />
<path class="st29 dogtail" d="M465.1,452.6c0.5-0.9,1.9-0.9,2.1-0.9c1.7,0,3.1,1.5,3.9,2.4c1,1.1,1.2,1.8,1.7,1.7c1.1,0,1.4-2.6,2.3-2.6
c0.8,0,1.7,1.7,1.4,3.2c-0.3,1.8-2.2,2.7-3.5,2.9c-2.1,0.4-3.8-0.8-4.7-1.4C466.4,456.6,464.4,453.9,465.1,452.6z"
/>
<g>
<path class="st12" d="M472,471.6c-1.2,0.2-2.3-0.6-2.5-1.8l-2.2-13.2c-0.2-1.2,0.6-2.3,1.8-2.5c1.2-0.2,2.3,0.6,2.5,1.8l2.2,13.2
C473.9,470.3,473.2,471.4,472,471.6z" />
</g>
<g>
<path class="st12" d="M458.2,477.8c-0.1,0-0.1,0-0.2,0c-1.2-0.1-2.1-1.1-2-2.3l0.9-13.3c0.1-1.2,1.1-2.1,2.3-2
c1.2,0.1,2.1,1.1,2,2.3l-0.9,13.3C460.3,477,459.4,477.8,458.2,477.8z" />
</g>
<g>
<path class="st12" d="M451.1,475.9c-0.1,0-0.1,0-0.2,0c-1.2-0.1-2.1-1.1-2-2.3l0.9-13.3c0.1-1.2,1.1-2.1,2.3-2
c1.2,0.1,2.1,1.1,2,2.3l-0.9,13.3C453.2,475.1,452.2,475.9,451.1,475.9z" />
</g>
<g>
<path class="st12" d="M465.7,469c-1.2,0.2-2.3-0.6-2.5-1.8l-2.2-13.2c-0.2-1.2,0.6-2.3,1.8-2.5c1.2-0.2,2.3,0.6,2.5,1.8l2.2,13.2
C467.7,467.7,466.9,468.8,465.7,469z" />
</g>
<path class="st12" d="M467.8,462.4l-9.4,4.5c-3.1,1.5-6.8,0.1-8.2-2.9v0c-1.5-3.1-0.1-6.8,2.9-8.2l9.4-4.5c3.1-1.5,6.8-0.1,8.2,2.9
v0C472.2,457.2,470.8,460.9,467.8,462.4z" />
<path class="st30" d="M458,477.9L458,477.9c-1.2-0.1-2-1.1-2-2.3l0.1-1.1l4.3,0.3l-0.1,1.1C460.2,477,459.2,477.9,458,477.9z"
/>
<path class="st30" d="M448.6,460.6c-0.3,0.5-0.2,1-0.1,1.8c0.2,1,0.6,2.6,1.4,4.4l0.5-0.7l1.9,3.1l0.6-0.7l1.1,1.4l0.9-1.2l1.1,0.3
l0.5-1.4l0.1-0.9c-1.4-4.4-3.6-7.4-5.6-7.3C450.5,459.2,449.1,459.6,448.6,460.6z"
/>
<g>
<path class="st29" d="M443.8,454.2l1.6-1.3c0.9-0.7,2.2-0.1,2.2,1l0.1,2c0.1,1-1,1.8-1.9,1.4l-1.7-0.8
C443.1,456.2,442.9,454.9,443.8,454.2z" />
<path class="st12" d="M450.2,460.8L450.2,460.8c-1.5,1.7-4.1,1.8-5.8,0.2v0c-1.7-1.5-1.8-4.1-0.2-5.8v0c1.5-1.7,4.1-1.8,5.8-0.2
l0,0C451.7,456.5,451.8,459.1,450.2,460.8z" />
<path class="st12" d="M442.7,458.9c0,0,0,3.7,1,4.2v-0.8c0,0,2,1.7,2,1.5v-0.9l4.6-1.5l-1-4.9"
/>
<path class="st29" d="M443.6,457.9h0.9c0.3,0,0.6,0.4,0.4,0.7l-0.5,0.9c-0.2,0.3-0.6,0.3-0.8,0l-0.5-0.9
C443,458.2,443.3,457.9,443.6,457.9z" />
<path class="st29" d="M450,453.5l1.8,1c1,0.6,0.9,2-0.1,2.4l-1.9,0.9c-0.9,0.4-2-0.3-2-1.3l0.1-1.9
C447.9,453.5,449.1,452.9,450,453.5z" />
</g>
<path class="st30" d="M451,475.9L451,475.9c-1.2-0.1-2-1.1-2-2.3l0.1-1.1l4.3,0.3l-0.1,1.1C453.2,475.1,452.2,476,451,475.9z"
/>
<path class="st30" d="M472,471.6L472,471.6c-1.2,0.2-2.2-0.6-2.4-1.8l-0.2-1.1l4.2-0.7l0.2,1.1C473.9,470.3,473.1,471.4,472,471.6z"
/>
<path class="st30" d="M465.7,469L465.7,469c-1.2,0.2-2.2-0.6-2.4-1.8l-0.2-1.1l4.2-0.7l0.2,1.1C467.7,467.7,466.9,468.8,465.7,469z"
/>
<path class="st31" d="M206.4,418c-9.5,1.7-22.5,3-37.9,1.4c-13.2-1.3-24.2-4.4-32.5-7.3c0.4-4.4,0.7-8.9,1.1-13.3
c1.5-17.4,16.8-30.4,34.2-28.9l3.1,0.3c19.7,1.7,34.4,19,32.7,38.7L206.4,418z"
/>
<path class="st32" d="M178.6,414.4c-8.7-0.9-16.5-2.5-23.1-4.4c-5.5-1.5-9.1-6.7-8.6-12.4l0.3-3.9c0.8-9.4,5.6-17.5,12.6-22.7
c-12.2,3.6-21.5,14.3-22.6,27.7c-0.4,4.4-0.7,8.9-1.1,13.3c8.3,3,19.3,6,32.5,7.3c15.3,1.5,28.4,0.2,37.9-1.4l0.3-3.6
C198.8,415.2,189.2,415.5,178.6,414.4z" />
<path class="st31" d="M234.3,420.4c-4.6,0.4-10,0.6-16.1,0.2c-6.9-0.5-13-1.7-17.8-3v0c1.1-13.5,13-23.5,26.5-22.4l1.4,0.1
c9,0.8,15.7,8.7,14.9,17.7C242.7,417.4,238.8,420.7,234.3,420.4z" />
<path class="st33" d="M180.9,379.5c1.8,0.5,6.1,1.8,9.9,5.9c3.9,4.2,4.9,8.7,5.2,10.5"
/>
<line class="st33" x1="232.3" y1="402" x2="232.3" y2="402" />
<g class="tree">
<line class="st7" x1="187.2" y1="298" x2="187.2" y2="330" />
<path class="st8" d="M188.7,309.2L188.7,309.2c-15.1,0-27.3-12.2-27.3-27.3v-48.4c0-15.1,12.2-27.3,27.3-27.3h0
c15.1,0,27.3,12.2,27.3,27.3v48.4C215.9,297,203.7,309.2,188.7,309.2z" />
<path class="st9" d="M183.9,215.9c0.9-0.1,11-1.5,17.8,6.9c4.4,5.4,4.8,11.8,4.9,13.8"
/>
<path class="st31" d="M198.7,304h0.1c-15.1,0-27.1-12-27.1-27.1v-48.4c0-8.7,4-16.4,10.3-21.4c-11.7,3.1-20.3,13.7-20.3,26.4v48.4
c0,15.1,12.1,27.1,27.1,27.1h-0.1c6.4,0,12.2-2.2,16.9-5.9C203.4,303.7,201,304,198.7,304z"
/>
<g>
<path class="st10" d="M168.4,272.5c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
<path class="st10" d="M181.7,272.5c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
<path class="st10" d="M195.1,272.5c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
<path class="st10" d="M175,280.6c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
<path class="st10" d="M188.4,280.6c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
<path class="st10" d="M167.7,288.6c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
<path class="st10" d="M181.7,288.6c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
</g>
</g>
<g class="tree">
<line class="st7" x1="113.2" y1="415" x2="113.2" y2="448" />
<path class="st8" d="M115.3,426.1L115.3,426.1c-15.1,0-27.3-12.2-27.3-27.3v-22.3c0-15.1,12.2-27.3,27.3-27.3h0
c15.1,0,27.3,12.2,27.3,27.3v22.3C142.5,413.9,130.3,426.1,115.3,426.1z" />
<path class="st9" d="M110.5,359.3c0.9-0.1,11-1.5,17.8,6.9c4.4,5.4,4.8,11.8,4.9,13.8"
/>
<path class="st31" d="M125.1,421.1c-15.1,0-27.4-12.2-27.4-27.3v-22.3c0-8.7,4-16.4,10.3-21.4c-11.7,3.1-20.3,13.7-20.3,26.4v22.3
c0,15.1,12.4,27.3,27.4,27.3c6.4,0,12.3-2.2,16.9-5.9C129.8,420.8,127.5,421.1,125.1,421.1z"
/>
<g>
<path class="st10" d="M95,389.3c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
<path class="st10" d="M108.3,389.3c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
<path class="st10" d="M121.7,389.3c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
<path class="st10" d="M101.7,397.3c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
<path class="st10" d="M115,397.3c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
<path class="st10" d="M94.3,405.3c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
<path class="st10" d="M108.3,405.3c0,0.3,0.2,2,1.6,3.1c1,0.8,2.1,0.8,2.5,0.8c0.4,0,1.3-0.1,2.3-0.8c1.5-1.1,1.6-2.8,1.7-3.1"
/>
</g>
</g>
<g class="grass">
<path class="st34" d="M504.1,451.1c-0.7-0.7-4.7-4.3-4.4-10c0.1-3.2,1.5-5.5,2.3-6.5c1.7,3.3,3.2,6.7,4.3,10.3
c0.2-2.8,0.3-5.7,0.5-8.5c0.1-2.8,0.4-5.7,2-7.9c0.6-0.8,1.3-1.4,2.3-1.5c1.1,0,2,0.8,2.6,1.7c1.4,2.1,1.6,4.8,1.8,7.4
c0.2,2.7,0.3,5.3,0.5,8c0-1.7,0-3.4,0.8-4.8c0.8-1.5,2.6-2.5,4.1-1.8c1.4,0.6,1.7,2.7,1.9,4.8c0.4,4,0.9,8.5-1.8,11.2
C517.1,457.3,508.7,455.3,504.1,451.1z" />
</g>
<g class="grass">
<path class="st34" d="M193.9,421.1c-1-1-1.7-3.7-3.1-9.1c0-0.2-0.1-0.6,0.1-0.9c0.4-0.6,1.3-0.4,2-0.1c2,1.1,3.8,2.6,5.2,4.4
c0.7-1.1,0.3-2.5,0.2-3.8c-0.1-1.3,0.6-3,1.9-2.9c1.1,0.1,1.7,1.3,1.9,2.4s0.2,2.3,1,3.1c1.5-1.8,3.4-3.4,5.6-4.5
c1.2-0.6,3.2-0.9,3.6,0.5c0.2,0.6,0,1.2-0.2,1.5c-3.3,7-2.4,8.5-5,10.3C203.4,424.6,197.3,424.4,193.9,421.1z"
/>
</g>
<g class="grass">
<path class="st35" d="M289.9,548.2c-3.4-3.9-3-9-2.8-10.9c0.2-2.3,0.9-2.6,1.1-2.7c1.3-0.5,2.4,1,3,2.3c0.9,2,2,4,3.2,5.9
c0.2,0.4,0.6,0.8,1,0.7c0.6-0.1,0.6-0.9,0.4-1.5c-0.5-1.5-1.1-2.9-1.5-4.4c-0.4-1.5-0.4-3.2,0.3-4.5c0.2-0.3,0.4-0.6,0.8-0.8
c1-0.4,1.9,0.8,2.4,1.8c0.9,2.3,1.7,4.7,2.3,7.1c0.1,0.2,0.1,0.5,0.3,0.7c0.4,0.5,1.2,0.4,1.7-0.1c0.5-0.4,0.7-1,0.9-1.6
c1-2.2,3-4,5.3-4.6c0.5-0.1,1-0.2,1.4,0c0.3,0.2,0.5,0.7,0.5,1.7c-0.4,10.8-4.1,13.5-4.1,13.5C301.2,554.3,293.7,552.5,289.9,548.2
z" />
</g>
<g class="grass">
<path class="st35" d="M280.9,449.5c0,0-4.2-2.6-4.7-11.2c-0.1-1.5,0.4-1.8,0.5-1.8c0.6-0.3,1.3,0.2,1.8,0.8
c1.7,1.9,3.5,3.8,5.2,5.7c0.9-1.6,0.4-3.6,0.2-5.4c-0.2-1.8,0.1-4.1,1.8-4.8c1.4,2.4,2.4,4.9,3,7.6c0.1,0.2,0.1,0.5,0.3,0.7
c0.5,0.4,1.2-0.3,1.5-0.9c1.2-2.2,2.9-4,5-5.3c0.6-0.4,1.6-0.7,2-0.1c0.2,0.3,0.2,0.7,0.2,0.9c-1.1,9.8-4.4,12.4-4.4,12.4
C290.5,450.3,285.2,452.1,280.9,449.5z" />
</g>
<g class="grass">
<path class="st35" d="M398.5,501.4c-0.2-0.2-4-3.9-3.6-8.7c0-0.3,0.2-3.5,1.6-3.7c1.2-0.2,2.1,0.9,2.7,1.9c1.3,2,2.6,4,3.8,5.9
c-0.2-3.2-0.3-6.4-0.5-9.6c0-0.8,0-1.8,0.6-2.3c0.7-0.6,1.8-0.3,2.4,0.4c0.6,0.7,0.8,1.6,1,2.5c0.6,3.1,1.1,6.3,1.5,9.5
c2-1.6,1.2-4.9,2.7-6.9c0.9-1.1,2.3-1.5,3.6-1.9c0.4-0.1,0.8-0.2,1.2-0.1c0.8,0.2,1.3,1,1.5,1.8c0.5,2-0.3,4-1.7,7.1
c-2.8,6.3-2.6,6.3-3.1,6.7C408.9,506.7,402.3,505,398.5,501.4z" />
</g>
<g class="grass">
<path class="st34" d="M295.2,456c-1.1-1.1-1.7-2.4-2.4-4.1c-0.5-1.3-0.5-1.8-0.3-2.2c0.4-1.2,2.1-1.4,3.2-0.8
c1.1,0.7,1.7,1.9,2.2,3c0.8-1.2,1-2.8,1.7-4c0.7-1.3,2.7-2.1,3.6-0.9c1,1.3-0.4,3.5,0.8,4.6c0.7-0.8,1.5-1.7,2.5-2.1
c1-0.4,2.4-0.3,3,0.6c1,1.3-0.1,3.5-0.3,3.7c-0.6,1-1.4,1.7-2.4,2.2C304.2,457.4,298.5,459.1,295.2,456z"
/>
</g>
<g class="grass">
<path class="st35" d="M296.6,313c-2.3-1.9-2.8-4.8-2.9-5.6c-0.1-0.7-0.2-2,0.3-2.4c1-0.9,2.6,0.3,3.2,1.6c0.6,1.3,1.1,2.9,2.5,3.1
c-0.5-2.2-0.6-4.5-0.2-6.7c0.2-0.9,0.4-1.8,1-2.5c0.6-0.7,1.7-0.9,2.4-0.4c0.6,0.5,0.8,1.3,0.9,2c0.3,2.1,0.6,4.2,0.9,6.3
c1.2-1.5,2.8-2.7,4.5-3.4c0.5-0.2,1.3-0.4,1.6,0.1c0.3,0.4,0,1-0.2,1.3c-1.8,3.8-2.6,5.8-3.2,6.2
C304.7,315.1,299.7,315.5,296.6,313z" />
</g>
<g class="grass">
<path class="st35" d="M153.1,481.3c-1.1-1.1-1.7-2.4-2.4-4.1c-0.5-1.3-0.5-1.8-0.3-2.2c0.4-1.2,2.1-1.4,3.2-0.8
c1.1,0.7,1.7,1.9,2.2,3c0.8-1.2,1-2.8,1.7-4c0.7-1.3,2.7-2.1,3.6-0.9c1,1.3-0.4,3.5,0.8,4.6c0.7-0.8,1.5-1.7,2.5-2.1
c1-0.4,2.4-0.3,3,0.6c1,1.3-0.1,3.5-0.3,3.7c-0.6,1-1.4,1.7-2.4,2.2C162.1,482.8,156.4,484.4,153.1,481.3z"
/>
</g>
<g class="grass">
<path class="st34" d="M281.1,550.7c-1.1-1.1-1.7-2.4-2.4-4.1c-0.5-1.3-0.5-1.8-0.3-2.2c0.4-1.2,2.1-1.4,3.2-0.8
c1.1,0.7,1.7,1.9,2.2,3c0.8-1.2,1-2.8,1.7-4c0.7-1.3,2.7-2.1,3.6-0.9c1,1.3-0.4,3.5,0.8,4.6c0.7-0.8,1.5-1.7,2.5-2.1
c1-0.4,2.4-0.3,3,0.6c1,1.3-0.1,3.5-0.3,3.7c-0.6,1-1.4,1.7-2.4,2.2C290.2,552.1,284.5,553.8,281.1,550.7z"
/>
</g>
<g class="wheel">
<g>
<g>
<path class="st36" d="M431.2,129.8l-106.8,25.1c-5,1.2-10.1-1.6-11.9-6.4v0c-1.7-4.7,0.3-10,4.8-12.4l96.3-51.7
c5.4-2.9,12-0.4,14.2,5.2l10.5,26.5C440.5,121.9,437.2,128.4,431.2,129.8z" />
</g>
<line class="st36" x1="304.5" y1="151.3" x2="433.4" y2="103.7" />
<line class="st36" x1="404.1" y1="89.5" x2="420.9" y2="132.2" />
<line class="st36" x1="366.5" y1="109.7" x2="379.3" y2="142" />
<line class="st36" x1="334" y1="127.1" x2="343.2" y2="150.4" />
</g>
<g>
<g>
<path class="st36" d="M326.2,277.5l-25.1-106.8c-1.2-5,1.6-10.1,6.4-11.9l0,0c4.7-1.7,10,0.3,12.4,4.8l51.7,96.3
c2.9,5.4,0.4,12-5.2,14.2l-26.5,10.5C334.1,286.9,327.7,283.5,326.2,277.5z" />
</g>
<line class="st36" x1="304.7" y1="150.9" x2="352.3" y2="279.7" />
<line class="st36" x1="355.8" y1="231.5" x2="318.8" y2="246.1" />
<line class="st36" x1="337.4" y1="196.2" x2="309.7" y2="207.1" />
<line class="st36" x1="321.5" y1="166.5" x2="302.1" y2="174.1" />
</g>
<g>
<g>
<path class="st36" d="M178.6,172.6l106.8-25.1c5-1.2,10.1,1.6,11.9,6.4v0c1.7,4.7-0.3,10-4.8,12.4l-96.3,51.7
c-5.4,2.9-12,0.4-14.2-5.2l-10.5-26.5C169.2,180.4,172.6,174,178.6,172.6z" />
</g>
<line class="st36" x1="305.3" y1="151" x2="176.4" y2="198.6" />
<line class="st36" x1="205.7" y1="212.9" x2="188.9" y2="170.2" />
<line class="st36" x1="243.2" y1="192.7" x2="230.5" y2="160.4" />
<line class="st36" x1="275.7" y1="175.3" x2="266.6" y2="152" />
</g>
<g>
<g>
<path class="st36" d="M283.5,24.8l25.1,106.8c1.2,5-1.6,10.1-6.4,11.9l0,0c-4.7,1.7-10-0.3-12.4-4.8l-51.7-96.3
c-2.9-5.4-0.4-12,5.2-14.2l26.5-10.5C275.7,15.4,282.1,18.8,283.5,24.8z" />
</g>
<line class="st36" x1="305.1" y1="151.5" x2="257.5" y2="22.6" />
<line class="st36" x1="254" y1="70.9" x2="290.9" y2="56.3" />
<line class="st36" x1="272.4" y1="106.2" x2="300.1" y2="95.2" />
<line class="st36" x1="288.3" y1="135.9" x2="307.7" y2="128.2" />
</g>
</g>
<path class="st37" d="M305,160.1L305,160.1c-5,0-9.1-4.1-9.1-9.1v0c0-5,4.1-9.1,9.1-9.1h0c5,0,9.1,4.1,9.1,9.1v0
C314.1,156.1,310,160.1,305,160.1z" />
<g class="st38 cloud">
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="364.4083"
y1="99.2384" x2="427.7651" y2="99.2384" gradientTransform="matrix(0.9498 0.313 -0.313 0.9498 29.735 -109.4923)">
<stop offset="0" style="stop-color:#FFFFFF" />
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.6" />
</linearGradient>
<circle class="st39" cx="374.9" cy="108.7" r="31.7" />
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="323.0636"
y1="119.1571" x2="386.4205" y2="119.1571" gradientTransform="matrix(0.9498 0.313 -0.313 0.9498 29.735 -109.4923)">
<stop offset="0" style="stop-color:#FFFFFF" />
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.6" />
</linearGradient>
<circle class="st40" cx="329.4" cy="114.7" r="31.7" />
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="304.3444"
y1="143.4327" x2="367.7013" y2="143.4327" gradientTransform="matrix(0.9498 0.313 -0.313 0.9498 29.735 -109.4923)">
<stop offset="0" style="stop-color:#FFFFFF" />
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.6" />
</linearGradient>
<circle class="st41" cx="304" cy="131.9" r="31.7" />
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="346.7189"
y1="175.1111" x2="410.0758" y2="175.1111" gradientTransform="matrix(0.9498 0.313 -0.313 0.9498 29.735 -109.4923)">
<stop offset="0" style="stop-color:#FFFFFF" />
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.6" />
</linearGradient>
<circle class="st42" cx="334.3" cy="175.2" r="31.7" />
<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="402.3456"
y1="144.5662" x2="465.7025" y2="144.5662" gradientTransform="matrix(0.9498 0.313 -0.313 0.9498 29.735 -109.4923)">
<stop offset="0" style="stop-color:#FFFFFF" />
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.6" />
</linearGradient>
<circle class="st43" cx="396.7" cy="163.6" r="31.7" />
<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="411.4306"
y1="111.7543" x2="474.7875" y2="111.7543" gradientTransform="matrix(0.9498 0.313 -0.313 0.9498 29.735 -109.4923)">
<stop offset="0" style="stop-color:#FFFFFF" />
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.6" />
</linearGradient>
<circle class="st44" cx="415.6" cy="135.3" r="31.7" />
<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="364.4083"
y1="137.0076" x2="427.7651" y2="137.0076" gradientTransform="matrix(0.9498 0.313 -0.313 0.9498 29.735 -109.4923)">
<stop offset="0" style="stop-color:#FFFFFF" />
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.6" />
</linearGradient>
<circle class="st45" cx="363" cy="144.6" r="31.7" />
</g>
<g class="st38 cloud">
<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="149.0451"
y1="154.6615" x2="186.0231" y2="154.6615" gradientTransform="matrix(0.9924 0.1234 -0.1234 0.9924 64.1029 -100.0347)">
<stop offset="0" style="stop-color:#FFFFFF" />
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.6" />
</linearGradient>
<circle class="st46" cx="211.3" cy="74.1" r="18.5" />
<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="124.9145"
y1="166.287" x2="161.8924" y2="166.287" gradientTransform="matrix(0.9924 0.1234 -0.1234 0.9924 64.1029 -100.0347)">
<stop offset="0" style="stop-color:#FFFFFF" />
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.6" />
</linearGradient>
<circle class="st47" cx="185.9" cy="82.7" r="18.5" />
<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="113.9891"
y1="180.4553" x2="150.9671" y2="180.4553" gradientTransform="matrix(0.9924 0.1234 -0.1234 0.9924 64.1029 -100.0347)">
<stop offset="0" style="stop-color:#FFFFFF" />
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.6" />
</linearGradient>
<circle class="st48" cx="173.3" cy="95.4" r="18.5" />
<linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="138.7208"
y1="198.9443" x2="175.6988" y2="198.9443" gradientTransform="matrix(0.9924 0.1234 -0.1234 0.9924 64.1029 -100.0347)">
<stop offset="0" style="stop-color:#FFFFFF" />
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.6" />
</linearGradient>
<circle class="st49" cx="195.6" cy="116.8" r="18.5" />
<linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="171.187"
y1="181.1169" x2="208.165" y2="181.1169" gradientTransform="matrix(0.9924 0.1234 -0.1234 0.9924 64.1029 -100.0347)">
<stop offset="0" style="stop-color:#FFFFFF" />
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.6" />
</linearGradient>
<circle class="st50" cx="230" cy="103.1" r="18.5" />
<linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="176.4895"
y1="161.9664" x2="213.4675" y2="161.9664" gradientTransform="matrix(0.9924 0.1234 -0.1234 0.9924 64.1029 -100.0347)">
<stop offset="0" style="stop-color:#FFFFFF" />
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.6" />
</linearGradient>
<circle class="st51" cx="237.6" cy="84.8" r="18.5" />
<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="149.0451"
y1="176.7054" x2="186.0231" y2="176.7054" gradientTransform="matrix(0.9924 0.1234 -0.1234 0.9924 64.1029 -100.0347)">
<stop offset="0" style="stop-color:#FFFFFF" />
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.6" />
</linearGradient>
<circle class="st52" cx="208.5" cy="96" r="18.5" />
</g>
</svg>
</div>
body {
background: #e3f1ff;
}
.container {
margin: 3em auto;
position: relative;
}
.container svg {
display: block;
margin-left: auto;
margin-right: auto;
}
.st0 {
fill: #E3F1FF;
}
.st1 {
fill: #9ADB88;
}
.st2 {
fill: #CFC9C8;
}
.st3 {
fill: #FFFFFF;
}
.st4 {
fill: #96D986;
}
.st5 {
fill: #94AFB5;
}
.st6 {
fill: #5BAD69;
}
.st7 {
fill: none;
stroke: #37395E;
stroke-width: 7;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10;
}
.st8 {
fill: #77C97C;
}
.st9 {
fill: none;
stroke: #97E693;
stroke-width: 6;
stroke-linecap: round;
stroke-miterlimit: 10;
}
.st10 {
fill: none;
stroke: #CBF78F;
stroke-linecap: round;
stroke-miterlimit: 10;
}
.st11 {
fill: #F2E6F4;
}
.st12 {
fill: #302B3B;
}
.st13 {
fill: #E6E6E6;
}
.st14 {
fill: #E9DDEB;
}
.st15 {
fill: #F15A24;
}
.st16 {
fill: #EDE7E6;
}
.st17 {
fill: #E65624;
}
.st18 {
fill: none;
stroke: #85C87D;
stroke-width: 3;
stroke-linecap: round;
stroke-miterlimit: 10;
}
.st19 {
opacity: 5.000000e-02;
}
.st20 {
fill: #39455E;
}
.st21 {
fill: #F0D0B4;
}
.st22 {
fill: #FCB94D;
}
.st23 {
fill: #FCE3BD;
}
.st24 {
fill: #8BD2FF;
}
.st25 {
fill: #C9A27D;
}
.st26 {
fill: #FF9933;
}
.st27 {
opacity: 2.000000e-02;
fill: none;
stroke: #000000;
stroke-width: 4;
stroke-linecap: round;
stroke-miterlimit: 10;
}
.st28 {
fill: none;
stroke: #FCB94D;
stroke-width: 4.5;
stroke-linecap: round;
stroke-miterlimit: 10;
}
.st29 {
fill: #15121A;
}
.st30 {
fill: #EEE5E0;
}
.st31 {
fill: #6FBF73;
}
.st32 {
fill: #6CBA70;
}
.st33 {
fill: none;
stroke: #8FD98B;
stroke-width: 6;
stroke-linecap: round;
stroke-miterlimit: 10;
}
.st34 {
fill: #CBF78F;
}
.st35 {
fill: #76C976;
}
.st36 {
fill: none;
stroke: #FCB94D;
stroke-width: 3;
stroke-miterlimit: 10;
}
.st37 {
fill: #FF9933;
stroke: #FCB94D;
stroke-width: 3;
stroke-miterlimit: 10;
}
.st38 {
opacity: 0.75;
}
.st39 {
fill: url(#SVGID_1_);
}
.st40 {
fill: url(#SVGID_2_);
}
.st41 {
fill: url(#SVGID_3_);
}
.st42 {
fill: url(#SVGID_4_);
}
.st43 {
fill: url(#SVGID_5_);
}
.st44 {
fill: url(#SVGID_6_);
}
.st45 {
fill: url(#SVGID_7_);
}
.st46 {
fill: url(#SVGID_8_);
}
.st47 {
fill: url(#SVGID_9_);
}
.st48 {
fill: url(#SVGID_10_);
}
.st49 {
fill: url(#SVGID_11_);
}
.st50 {
fill: url(#SVGID_12_);
}
.st51 {
fill: url(#SVGID_13_);
}
.st52 {
fill: url(#SVGID_14_);
}
.st53 {
fill: url(#SVGID_15_);
}
.st54 {
fill: url(#SVGID_16_);
}
.st55 {
fill: url(#SVGID_17_);
}
.st56 {
fill: url(#SVGID_18_);
}
.st57 {
fill: url(#SVGID_19_);
}
.st58 {
fill: url(#SVGID_20_);
}
.st59 {
fill: url(#SVGID_21_);
}
.st60 {
fill: url(#SVGID_22_);
}
.st61 {
fill: url(#SVGID_23_);
}
.st62 {
fill: url(#SVGID_24_);
}
.st63 {
fill: url(#SVGID_25_);
}
.st64 {
fill: url(#SVGID_26_);
}
.st65 {
fill: url(#SVGID_27_);
}
.st66 {
fill: url(#SVGID_28_);
}