Added resource page, updated icons, and more
All checks were successful
Build Website / Build NPM Project (push) Successful in 2m29s
Build Website / Tag Version (push) Successful in 38s
Build Website / Build & Push Dockerfile (push) Successful in 3m46s

This commit is contained in:
Zakary Timson 2024-02-21 22:41:53 -05:00
parent c0b44530e1
commit dfa0c29098
17 changed files with 450 additions and 20 deletions

View File

@ -3,7 +3,7 @@
<br />
<!-- Logo -->
<img src="./src/assets/img/eagle.png" alt="Logo" width="200" height="200">
<img src="./src/assets/img/favicon.svg" alt="Logo" width="200" height="200">
<!-- Title -->
### Legio • XXX

View File

@ -30,6 +30,7 @@ import {GettingStartedComponent} from './views/reenact/getting-started/getting-s
import {MaintenanceComponent} from './views/reenact/maintinance/maintenance.component';
import {RulesComponent} from './views/reenact/rules/rules.component';
import {BuyComponent} from './views/reenact/buy/buy.component';
import {ResourcesComponent} from './views/resources/resources.component';
export const APP_COMPONENTS: any[] = [
AboutComponent,
@ -54,6 +55,7 @@ export const APP_COMPONENTS: any[] = [
MaintenanceComponent,
NavbarComponent,
PlaceholderComponent,
ResourcesComponent,
RulesComponent,
]

View File

@ -14,6 +14,7 @@ import {GettingStartedComponent} from './views/reenact/getting-started/getting-s
import {MaintenanceComponent} from './views/reenact/maintinance/maintenance.component';
import {RulesComponent} from './views/reenact/rules/rules.component';
import {BuyComponent} from './views/reenact/buy/buy.component';
import {ResourcesComponent} from './views/resources/resources.component';
const routes: Routes = [
{path: '', pathMatch: 'full', component: HomeComponent},
@ -27,8 +28,9 @@ const routes: Routes = [
{path: 'events/calendar', component: CalendarComponent, data: {title: 'Calendar'}},
{path: 'gallery', component: GalleryComponent, data: {title: 'Gallery'}},
{path: 'getting-started', component: GettingStartedComponent, data: {title: 'Getting Started'}},
{path: 'rules', component: RulesComponent, data: {title: 'Rules & Regulations'}},
{path: 'info/resources', component: ResourcesComponent, data: {title: 'Resources'}},
{path: 'maintenance', component: MaintenanceComponent, data: {title: 'Maintenance'}},
{path: 'rules', component: RulesComponent, data: {title: 'Rules & Regulations'}},
{path: '**', component: FourOFourComponent, data: {title: '404'}}
];

View File

@ -12,7 +12,7 @@
<mat-icon *ngIf="manual">play_arrow</mat-icon>
</div>
<div *ngIf="!manual" class="banner-seal d-flex flex-column align-items-center justify-content-center">
<img src="/assets/img/eagle.png" class="mt-5" alt="SPQR" height="250" width="250" style="filter: drop-shadow(2px 4px 6px black);">
<img src="/assets/img/favicon.svg" class="mt-5" alt="SPQR" height="250" width="250" style="filter: brightness(100%) drop-shadow(2px 4px 6px black);">
<div>
<a class="text-white" routerLink="" fragment="about">
<i class="fa fa-angle-double-down fa-4x" style="filter: drop-shadow(2px 4px 6px black);"></i>

View File

@ -1,5 +1,5 @@
<div class="logo d-flex align-items-center">
<img src="assets/img/eagle.png" class="me-2" alt="SPQR" style="height: 2.5rem; width: auto;">
<img src="assets/img/favicon.svg" class="me-2" alt="SPQR" style="height: 2.5rem; width: auto; filter: brightness(100%)">
<div class="d-inline-flex" aria-label="Legio XXX" style="font-family: Serif; font-weight: lighter">
<div>L</div>
<div [@slide]="expand ? 'expand' : 'shrink'" style="overflow: hidden">EGIO · </div>

View File

@ -10,7 +10,7 @@
.navbar-brand {
color: #fff;
&:hover img { filter: brightness(5%) sepia(75) saturate(100) hue-rotate(25deg); }
&:hover img { filter: brightness(5%) sepia(75) saturate(100) hue-rotate(25deg) !important; }
&:hover, &:visited:hover { color: #b10000; }
}

View File

@ -14,6 +14,7 @@ export const NAVIGATION: NavigationGroup = [
{label: 'About', url: '/about'},
{label: 'Contact', url: '/', fragment: 'contact'},
{label: 'Gallery', url: '/gallery'},
{label: 'Resources', url: '/info/resources'},
]]},
{label: 'Events', children: [[
{label: 'Castra Aestiva', url: '/events/castra-aestiva'},

View File

@ -1,7 +1,7 @@
<section class="p-5 invert">
<div class="d-flex justify-content-center text-center">
<div>
<img src="/assets/img/column.png" alt="" height="300px" width="auto">
<img src="/assets/img/column.png" alt="Stone column" height="300px" width="auto">
</div>
<div class="d-flex flex-column align-items-center justify-content-center px-5">
<h1>CDIV</h1>
@ -9,7 +9,7 @@
<p>Page Not Found</p>
</div>
<div>
<img src="/assets/img/column.png" alt="" height="300px" width="auto">
<img src="/assets/img/column.png" alt="Stone column" height="300px" width="auto">
</div>
</div>
</section>

View File

@ -47,7 +47,7 @@
</div>
<div class="d-flex p-3 pe-4 border rounded-1 bg-light align-items-center mt-4" style="max-width: min(100%, 550px)">
<div class="pe-3">
<img src="/assets/img/event.png" alt="Border icon" style="height: 80px; width: auto">
<img src="/assets/img/event.png" alt="Calendar" style="height: 80px; width: auto">
</div>
<div>
<h3 class="mb-1">Register</h3>

View File

@ -48,7 +48,7 @@
</div>
<div class="d-flex p-3 pe-4 border rounded-1 bg-light align-items-center mt-4" style="max-width: min(100%, 550px)">
<div class="pe-3">
<img src="/assets/img/event.png" alt="Border icon" style="height: 80px; width: auto">
<img src="/assets/img/event.png" alt="Calendar" style="height: 80px; width: auto">
</div>
<div>
<h3 class="mb-1">Register</h3>

View File

@ -48,10 +48,9 @@
</div>
</div>
</section>
<!-- Resources -->
<!-- Links -->
<section id="resources" class="d-flex flex-column flex-md-row align-items-center justify-content-center invert" style="min-height: 50vh; max-height: 100vh; background: url('/assets/img/texture.png') repeat;">
<div class="py-5 container">
<h2 class="mb-3 text-center">Resources</h2>
<div class="d-flex justify-content-around flex-wrap">
<div class="d-flex p-3 pe-4 rounded-1 bg-light m-3 align-items-center border" style="min-width: 45%; flex: 1 0 0;">
<div class="pe-3">
@ -65,7 +64,7 @@
</div>
<div class="d-flex p-3 pe-4 rounded-1 bg-light m-3 align-items-center border" style="min-width: 45%; flex: 1 0 0;">
<div class="pe-3">
<img src="/assets/img/event.png" alt="Border icon" style="height: 80px; width: auto">
<img src="/assets/img/event.png" alt="Calendar" style="height: 80px; width: auto">
</div>
<div>
<h3 class="mb-1">Events</h3>
@ -75,7 +74,7 @@
</div>
<div class="d-flex p-3 pe-4 rounded-1 bg-light m-3 align-items-center border" style="min-width: 45%; flex: 1 0 0;">
<div class="pe-3">
<img src="/assets/img/reenact.png" alt="Canadian leaf" style="height: 80px; width: auto">
<img src="/assets/img/reenact.png" alt="Knight being dubbed" style="height: 80px; width: auto">
</div>
<div>
<h3 class="mb-1">Reenacting</h3>
@ -85,7 +84,7 @@
</div>
<div class="d-flex p-3 pe-4 rounded-1 bg-light m-3 align-items-center border" style="min-width: 45%; flex: 1 0 0;">
<div class="pe-3">
<img src="/assets/img/helmet.png" alt="Regulations" style="height: 80px; width: auto">
<img src="/assets/img/helmet.png" alt="Roman helmet" style="height: 80px; width: auto">
</div>
<div>
<h3 class="mb-1">Equipment</h3>
@ -99,7 +98,7 @@
<!-- Recruitment -->
<section id="recruitment" class="d-flex flex-column flex-md-row align-items-center justify-content-center invert" style="padding: 10rem 0">
<div class="flex-grow-1 mt-5 mt-md-0 p-5 pb-0 text-center text-md-end" style="flex-basis: 0">
<img src="/assets/img/recruitment.png" alt="I want you for Legio XXX" style="max-width: min(90%, 400px)">
<img src="/assets/img/recruitment.png" alt="Recruitment poster" style="max-width: min(90%, 400px)">
</div>
<div class="d-flex flex-grow-1 justify-content-start align-items-center" style="flex-basis: 0">
<div class="d-block text-center">

View File

@ -8,6 +8,7 @@
</div>
<div>
<ul>
<li><a href="https://armae.com/en" target="_blank">Armæ</a></li>
<li><a href="https://www.facebook.com/FabricaCacti" target="_blank">Fabrica Cacti</a></li>
</ul>
</div>

View File

@ -0,0 +1,165 @@
<div class="invert">
<div class="banner d-print-none"></div>
<div class="cap-width py-5 px-3">
<div>
<div class="d-flex align-items-end justify-content-between mb-2">
<h1 class="mb-0">Resources</h1>
<a class="d-none d-print-none d-sm-flex justify-content-center text-muted" href="javascript:window.print()">
<mat-icon class="me-1">print</mat-icon>
Print
</a>
</div>
<mat-divider></mat-divider>
<br>
</div>
<div>
<h2 class="mb-2">Websites</h2>
<ul class="mt-0">
<li><a href="https://www.legioix.org" target="_blank">Legio IX Hispana (https://legioix.org)</a></li>
<li><a href="https://www.larp.com/legioxx/hndbk.html" target="_blank">Legio XX Handbook (https://larp.com/legioxx)</a></li>
<li><a href="https://principialegionis.org" target="_blank">Principia Legionis (https://principialegionis.org)</a></li>
<li><a href="http://romanempire.net/romepage/Links/roman_reenactment_groups.htm" target="_blank">Find a Reenactment Group (https://romanempire.net)</a></li>
</ul>
</div>
<div>
<h2 class="mb-2">Modern</h2>
<h3 class="mb-2">Life</h3>
<ul>
<li>Adkins, Lesley and Adkins, Roy A. <strong>Handbook to Life in Ancient Rome</strong>: New York: Oxford University Press, 1994</li>
<li>Connolly, Peter and Dodge, Hazel. <strong>The Ancient City Life in Classical Athens & Rome</strong>: Oxford: Oxford University Press, 2001</li>
<li>Harlow, Mary and Laurence, Ray. <strong>Growing Up and Growing Old in Ancient Rome</strong>: London; Routlage, 2002</li>
<li>Shelton, Jo-Ann. <strong>As the Romans Did</strong>: New York: Oxford University Press; 1998 (2nd ed.)</li>
</ul>
<h3 class="mb-2">Warfare</h3>
<ul class="mt-0">
<li>Bishop, M.C. & Coulston, J.C.N. <strong>Roman Military Equipment</strong>: Oxford: Oxbow Books, 2006</li>
<li>Breeze, David J. <strong>The Frontiers of Imperial Rome</strong>: South Yorkshire: Pen & Sword Books Ltd., 2011</li>
<li>Gilliver, Kate, Goldsworthy, Adrian, Whitby, Michael. <strong>Rome at War (Caesar and his Legacy)</strong>: Oxford: Osprey Publishing, 2005</li>
<li>Goldsworthy, Adrian. <strong>The Complete Roman Army</strong>: London: Thames & Hudson Ltd., 2003</li>
<li>Goldsworthy, Adrian. <strong>Roman Warfare</strong>: London: Cassell & Co., 2000</li>
<li>Hyland, Ann. <strong>Training the Roman Cavalry (From Arrians Ars Tactica)</strong>: Gloucestershire; Sutton Publishing Limited, 1993</li>
<li>Keppie, Lawrence. <strong>The Making of the Roman Army: From Republic to Empire</strong>: Oklahoma: University of Oklahoma Press, 1998</li>
<li>Kern, Paul Bentley. <strong>Ancient Siege Warfare</strong>: Bloomington, Indiana: Indiana University Press, 1999</li>
<li>Kiley, Kevin F. <strong>An Illustrated Encyclopedia of the Uniforms of the Roman World</strong>: Dayton, Ohio: Lorenz Books., 2019</li>
<li>Le Bohec, Yann. <strong>The Imperial Roman Army</strong>: New York: Routledge, 2001</li>
<li>Parker, H.M.D. <strong>The Roman Legions</strong>: Dorset Press, N.Y. (reprint of [1928] 1957 second edition); 1992</li>
<li>Peterson, Daniel. <strong>The Roman Legions Recreated in Colour Photographs</strong>: Wiltshire: The Crowood Press Ltd., 2001</li>
<li>Matyszak, Philip. <strong>Legionary: The Roman Soldier's (unofficial) Manual</strong>: London: Thames & Hudson Ltd., 2009</li>
<li>May, Elmer, Stadler, Gerald P., Votaw, John F. (Department of History, United States Military Academy, West Point, New York). <strong>Ancient & Medieval Warfare</strong>: Wayne, N.J.: Avery Publishing Group Inc., 1984</li>
<li>Pollard, Nigel & Berry, Joanne. <strong>The Complete Roman Legions</strong>: London: Thames & Hudson, 2012</li>
<li>Roth, Jonathan P. <strong>Roman Warfare</strong>: New York: Cambridge University Press, 2009</li>
<li>Scarre, Chris. <strong>Chronicle of The Roman Emperors</strong>: London: Thames & Hudson Ltd., 1995</li>
<li>Shirley, Elizabeth. <strong>Building a Roman Legionary Fortress</strong>: Charleston S.C.: Arcadia Publishing Inc. (a Division of Tempus), 2001</li>
<li>Simkins, Michael. <strong>Warriors of Rome</strong>: London: Blandford, 1988</li>
<li>Southern, Pat. <strong>The Roman Army, A Social & Institutional History</strong>: New York: Oxford University Press, 2006</li>
<li>Watson, G.R. <strong>The Roman Soldier</strong>: New York: Cornell University Press, 1985</li>
<li>Wary, John. <strong>Warfare in the Classical World</strong>: Norman, Oklahoma: University of Oklahoma Press, 1995</li>
<li>Webster, Graham. <strong>The Imperial Roman Army (of the First and Second Centuries A.D.)</strong>: Norman, Oklahoma: University of Oklahoma Press, 1998 (3rd ed.)</li>
<li>Woolliscroft, D.I. <strong>Roman Military Signalling</strong>: Charleston: Tempus Publishing Inc., 2001</li>
</ul>
</div>
<div>
<h2 class="mb-2">Historical</h2>
<h3 class="mb-2">Accounts</h3>
<ul class="mt-0 extra-spacing">
<li>
Titus Livius (AKA Livy). <strong>Ab Urbe Condita</strong>: 753 - 9 BC<br>
History of ancient Rome and includes the cities founding legends, the expulsion of kings and the reign of Augustus.
</li>
<li>
Polybius. <strong>Historiae</strong>: 264 - 146 BC<br>
History of the Roman Republic including the Punic wars & subjugation of Greece.
</li>
<li>
Appian of Alexandria. <strong>Romaica</strong>: Circa 3rd Century BC - 43 BC<br>
What remains recounts the foreign wars from the republic and the civil wars up to the Second Triumvirate
</li>
<li>
Flavius Josephus. <strong>Bellum Iudaicum</strong>: 168 BC - 70 AD<br>
Summarized history of the Jewish wars including the first Jewish Revolt.
</li>
<li>
Gaius Julius Caesar. <strong>De Bello Gallico</strong> (AKA <strong>Bellum Gallicum</strong>): 58 - 50 BC<br>
First hand account of the Gallic wars.
</li>
<li>
Gaius Julius Caesar. <strong>De Bello Civili</strong> (AKA <strong>Bellum Civile</strong>): 49 - 48 BC<br>
A first hand account of Caesar's civil war against Pompey the Great & the Roman Senate.
</li>
<li>
Gaius Julius Caesar (?). <strong>De Bello Alexandrino</strong> (AKA <strong>Bellum Alexandrinum</strong>): 47 - 46 BC<br>
Continuation of Caesar's civil war while in Alexandria (Egypt) & Asia.
</li>
<li>
Gaius Julius Caesar (?). <strong>De Bello Africo</strong> (AKA <strong>Bellum Africum</strong>): 46 BC<br>
Continuation of Caesar's civil war while in the province of Africa.
</li>
<li>
Gaius Julius Caesar (?). <strong>De Bello Hispaniensi</strong> (AKA <strong>Bellum Hispaniense</strong>): 45 BC<br>
Continuation and end of Caesar's civil war while in Iberian Peninsula.
</li>
<li>
Publius Cornelius Tacitus. <strong>Annales</strong>: 42 BC - 68 AD<br>
The history of Rome, from Tiberius to Nero<br>
</li>
<li>
Publius Cornelius Tacitus. <strong>Historiae</strong>: 42 - 96 AD<br>
The history of Rome, from the downfall of nero to the death of Domitian (surviving documents span to Vespasian's reign)
</li>
<li>
Flavius Arrianus Xenophon (AKA Arrian of Nicomedia). 85 - 190 AD<br>
Several works, including the history of Alexander the Great, various military campaigns, notes on the philosopher Epictetus, & guides on hunting, navigation & cavalry
</li>
<li>
Ammianus Marcellinus. <strong>Restrum Gestarum Libri</strong> (AKA <strong>Res gestae</strong>): 96 - 378 AD<br>
The history of Rome from the ascension of Nerva to the death of Valens from (Only 353 - 378 AD survive)
</li>
<li>
Lucius Mestrius Plutarchus (AKA Plutarch). 50 AD - 120 AD<br>
Wrote over 50 biographies including those of Alexander the Great, Caesar & several emperors
</li>
<li>
Publius Cornelius Tacitus. <strong>De Vita Julii Agricolae</strong>: 77 - 84 AD<br>
Recounts the the life of Gnaeus Jilius Agricola, a Roman governor of Britain.
</li>
<li>
Publius Cornelius Tacitus. <strong>De Origine et situ Germanorum</strong> (AKA <strong>Germania</strong>): 98 AD<br>
The history of the Germanic people outside of the Roman Empire
</li>
<li>
Lucius Cassius Dio (AKA Dio Cassius). <strong>Historia Romanae</strong>: 155 AD - 235 AD<br>
80 volume history of Rome from it's foundation to the 3rd century
</li>
</ul>
<h3 class="mb-2">Manuals</h3>
<ul class="mt-0 extra-spacing">
<li>
Flavius Vegetius Renatus. <strong>Epitoma Rei Militaris</strong> (AKA <strong>De Re Militari</strong>): Circa 4th - 5th Century<br>
Summary of historic military manuals
</li>
<li>
Flavius Mauricius Tiberius Augustus. <strong>Strategikon</strong>: 539 AD - 602 AD<br>
Comprehensive handbook & manual on war
</li>
<li>
Gaius Julius Hyginus (?). <strong>De Munitionibus Castrorum</strong> (AKA <strong>De Metatione Castrorum</strong>): Circa 1st - 4th century<br>
Collection of military camp layouts
</li>
<li>
Sextus Julius Frontinus. <strong>Stratagemata</strong>: Circa late 1st Century<br>
Collection of historic examples of Greek & Roman military stratagems
</li>
</ul>
</div>
<div class="d-flex p-3 pe-4 border rounded-1 bg-light align-items-center mt-4" style="max-width: min(100%, 550px)">
<div class="pe-3">
<img src="/assets/img/quote.png" alt="Info icon" style="height: 75px; width: auto">
</div>
<div>
<h3 class="mb-1">Special Thanks</h3>
<p class="m-0">Special thanks to our <em>Tribunus angusticlavius</em> (Staff Officer),<br>David Blain for providing sources</p>
<a href="https://principialegionis.org/index.php/the-roman-army/resources/" target="_blank">More Info</a> / <a href="https://principialegionis.org" target="_blank">https://principialegionis.org</a>
</div>
</div>
</div>
</div>

View File

@ -0,0 +1,8 @@
import {Component} from '@angular/core';
@Component({
selector: 'xxx-resources',
templateUrl: './resources.component.html',
styles: [`.extra-spacing li {margin-bottom: 1em}`]
})
export class ResourcesComponent { }

251
src/assets/img/favicon.svg Normal file
View File

@ -0,0 +1,251 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="250pt" height="250pt" viewBox="0 0 500 500" preserveAspectRatio="xMidYMid meet">
<style>
:root { fill: #000000; }
@media (prefers-color-scheme: dark) {
:root { fill: #ffffff; }
}
</style>
<g transform="translate(0,500) scale(0.1,-0.1)" stroke="none">
<path d="M1953 4602 c-111 -57 -193 -147 -193 -212 0 -85 194 33 253 154 26 53 35 97 20 95 -5 0 -40 -17 -80 -37z"/>
<path d="M2960 4619 c0 -34 48 -121 92 -166 45 -46 137 -97 165 -91 24 4 28 40 8 81 -26 56 -95 117 -179 158 -44 22 -81 39 -83 39 -1 0 -3 -9 -3 -21z"/>
<path d="M1612 4500 c-95 -64 -151 -139 -167 -223 -6 -29 -4 -38 9 -43 66 -25 194 111 225 240 7 28 8 53 3 58 -5 5 -34 -8 -70 -32z"/>
<path d="M3310 4526 c0 -34 42 -146 69 -183 38 -52 117 -113 147 -113 43 0 39 60 -10 144 -28 48 -77 95 -145 138 -51 32 -61 34 -61 14z"/>
<path d="M1269 4321 c-63 -65 -93 -116 -109 -185 -11 -51 0 -96 25 -96 27 0 103 80 129 134 41 87 54 206 23 206 -6 0 -37 -26 -68 -59z"/>
<path d="M3652 4308 c6 -92 42 -171 103 -227 66 -61 89 -54 87 27 -1 64 -50 158 -116 220 -30 29 -60 52 -67 52 -8 0 -10 -20 -7 -72z"/>
<path d="M1855 4353 c-11 -3 -66 -23 -123 -44 -635 -241 -1098 -787 -1233 -1454 -47 -234 -46 -536 5 -775 133 -637 568 -1164 1166 -1413 171 -71 393 -126 586 -143 l76 -7 -79 -23 c-99 -28 -163 -54 -255 -100 -60 -30 -69 -38 -53 -44 14 -5 41 3 85 25 153 77 342 128 470 128 130 0 340 -58 476 -132 50 -27 84 -32 84 -11 0 19 -261 124 -385 154 -5 2 28 6 75 10 532 47 1027 314 1363 736 188 235 325 532 387 835 44 213 48 503 10 715 -75 413 -254 756 -549 1050 -216 214 -417 344 -708 454 -66 25 -129 46 -139 45 -10 -1 4 -9 31 -18 28 -10 61 -22 75 -28 14 -5 52 -20 85 -32 126 -47 302 -149 465 -270 227 -169 433 -427 565 -708 247 -525 244 -1130 -9 -1658 -260 -544 -774 -942 -1366 -1059 -227 -44 -596 -51 -840 -15 -375 56 -752 241 -1034 509 -199 189 -369 438 -466 685 -35 87 -95 289 -103 345 -3 19 -11 71 -18 115 -19 120 -17 417 4 550 100 616 471 1136 1017 1422 63 34 133 66 155 73 22 7 45 16 50 20 6 4 42 17 80 30 84 27 119 50 50 33z"/>
<path d="M1719 4262 c-52 -26 -45 -51 24 -86 51 -25 73 -30 163 -34 65 -3 104 -1 104 5 0 16 -96 102 -127 114 -47 19 -127 19 -164 1z"/>
<path d="M3185 4275 c-5 -2 -27 -6 -47 -10 -26 -4 -55 -22 -93 -56 -30 -28 -55 -56 -55 -61 0 -7 38 -9 103 -6 89 3 110 7 162 33 95 47 84 88 -25 100 -19 2 -39 2 -45 0z"/>
<path d="M997 4133 c-65 -89 -91 -151 -95 -228 -3 -55 -1 -74 12 -84 24 -20 52 -4 86 47 44 67 63 141 58 224 -7 94 -17 100 -61 41z"/>
<path d="M3954 4169 c-14 -23 -16 -139 -4 -186 16 -62 67 -148 96 -164 37 -20 54 2 54 71 0 73 -18 125 -76 211 -50 76 -59 85 -70 68z"/>
<path d="M1464 4137 c-17 -7 -42 -19 -55 -29 -33 -23 -17 -48 47 -71 57 -20 198 -18 253 5 l33 13 -41 33 c-72 58 -164 76 -237 49z"/>
<path d="M3385 4138 c-43 -16 -128 -79 -118 -89 11 -10 117 -29 164 -29 97 0 187 37 174 72 -16 42 -154 71 -220 46z"/>
<path d="M1220 3963 c-45 -19 -80 -52 -80 -74 0 -53 204 -49 312 7 36 19 29 30 -39 60 -62 28 -139 31 -193 7z"/>
<path d="M3608 3966 c-21 -8 -50 -21 -65 -31 -25 -17 -26 -18 -7 -32 53 -39 223 -65 288 -43 42 14 47 36 14 67 -54 50 -153 66 -230 39z"/>
<path d="M745 3876 c-49 -84 -64 -137 -62 -217 3 -77 18 -119 42 -119 40 0 86 104 90 203 2 58 -17 152 -35 170 -4 5 -20 -12 -35 -37z"/>
<path d="M4205 3878 c-35 -89 -15 -262 38 -319 62 -67 102 88 57 222 -18 54 -64 139 -74 139 -2 0 -11 -19 -21 -42z"/>
<path d="M2655 3830 c-27 -4 -75 -18 -105 -30 -32 -13 -78 -23 -111 -24 -56 -1 -56 -1 -47 -26 18 -52 35 -64 95 -68 34 -2 83 3 118 12 32 8 61 13 63 11 10 -9 -109 -37 -171 -40 -46 -2 -74 -8 -86 -20 -23 -20 -46 -73 -37 -83 4 -3 35 8 69 25 63 32 117 50 117 39 0 -3 -18 -13 -40 -22 -50 -20 -90 -66 -90 -105 0 -36 9 -37 41 -3 60 64 101 88 163 95 41 4 73 14 98 31 72 49 185 48 239 -3 17 -16 33 -29 35 -29 2 0 4 18 4 40 0 49 -28 81 -96 110 -33 14 -49 29 -57 50 -18 47 -77 59 -202 40z m185 -70 c13 -8 13 -11 1 -22 -11 -10 -14 -10 -18 0 -3 6 -11 12 -19 12 -9 0 -12 5 -9 10 8 12 25 13 45 0z"/>
<path d="M1014 3755 c-49 -22 -96 -71 -92 -97 3 -22 7 -23 80 -23 69 1 84 5 163 44 47 23 84 48 82 54 -11 33 -173 48 -233 22z"/>
<path d="M3791 3756 c-19 -7 -36 -17 -38 -23 -2 -6 34 -30 81 -54 68 -33 99 -43 155 -47 88 -6 108 5 86 49 -9 16 -39 42 -68 59 -44 25 -62 30 -117 29 -36 0 -80 -6 -99 -13z"/>
<path d="M2770 3622 c-19 -10 -48 -26 -65 -35 -16 -9 -46 -17 -66 -17 -59 0 -109 -66 -109 -144 0 -45 12 -52 29 -16 20 47 98 127 154 159 80 45 134 48 252 15 17 -5 16 -2 -7 22 -23 24 -37 29 -90 32 -48 2 -71 -1 -98 -16z"/>
<path d="M542 3603 c-45 -89 -53 -260 -15 -325 50 -85 107 -3 99 143 -6 111 -60 229 -84 182z"/>
<path d="M4426 3598 c-52 -80 -70 -216 -39 -303 15 -42 22 -50 42 -50 18 0 31 10 45 35 28 48 29 190 2 273 -22 68 -30 75 -50 45z"/>
<path d="M2770 3579 c-48 -19 -93 -62 -116 -113 -25 -54 -29 -82 -15 -105 7 -10 19 7 48 64 36 75 62 103 139 152 18 11 17 12 -6 12 -14 0 -36 -5 -50 -10z"/>
<path d="M2373 3543 c-25 -3 -34 -10 -39 -30 -8 -31 13 -106 28 -101 24 8 73 141 51 136 -4 0 -23 -3 -40 -5z"/>
<path d="M890 3531 c-75 -23 -150 -93 -150 -139 0 -23 2 -24 58 -20 68 5 126 31 207 95 l59 47 -29 12 c-33 14 -106 17 -145 5z"/>
<path d="M3966 3527 l-29 -13 59 -47 c79 -64 137 -90 206 -95 56 -4 58 -3 58 20 0 35 -53 93 -112 122 -58 29 -132 34 -182 13z"/>
<path d="M2473 3477 c-23 -18 -54 -40 -68 -50 -19 -14 -25 -27 -25 -57 0 -47 8 -70 25 -70 16 0 59 50 81 92 20 39 44 118 36 117 -4 0 -26 -14 -49 -32z"/>
<path d="M2597 3438 c-15 -24 -33 -57 -39 -75 -15 -41 -24 -42 -33 -3 -7 30 -24 42 -26 18 -3 -34 4 -76 18 -101 14 -28 15 -28 35 -10 28 24 68 111 68 146 0 16 5 37 10 48 20 37 -6 19 -33 -23z"/>
<path d="M2302 3434 c-18 -62 -24 -127 -14 -143 13 -19 57 11 70 49 9 23 7 31 -8 45 -10 9 -23 33 -28 53 l-9 37 -11 -41z"/>
<path d="M2701 3419 c-13 -38 -15 -129 -2 -129 14 0 21 28 15 58 -3 16 -1 45 4 65 13 45 -2 49 -17 6z"/>
<path d="M1680 3391 c-82 -18 -154 -75 -227 -181 -39 -57 -96 -170 -89 -177 12 -12 120 96 161 161 52 84 77 109 127 131 50 20 87 19 149 -5 70 -26 97 -54 177 -183 72 -117 102 -146 160 -154 37 -5 37 -4 59 50 15 39 20 63 14 83 -5 18 -10 24 -15 16 -4 -7 -25 -12 -46 -12 -44 0 -57 12 -143 125 -30 39 -77 87 -109 109 -48 33 -65 39 -119 41 -35 2 -80 0 -99 -4z"/>
<path d="M3170 3391 c-72 -23 -132 -77 -223 -197 -56 -75 -96 -95 -138 -71 l-29 16 0 -33 c0 -18 9 -54 20 -80 19 -42 24 -46 55 -46 49 0 98 47 165 160 69 115 120 164 195 185 65 19 108 14 156 -18 32 -21 54 -48 129 -157 33 -47 113 -120 132 -120 10 0 -32 85 -77 156 -47 74 -133 156 -188 182 -53 25 -156 37 -197 23z"/>
<path d="M2452 3317 c-12 -13 -22 -28 -22 -33 0 -5 -11 -26 -25 -46 -31 -46 -31 -59 0 -88 24 -23 25 -23 46 -4 12 10 30 35 40 56 18 35 18 38 1 88 l-18 51 -22 -24z"/>
<path d="M2599 3298 c-10 -25 -9 -32 11 -53 30 -32 33 -31 51 8 22 48 14 74 -21 74 -22 0 -32 -7 -41 -29z"/>
<path d="M1639 3297 c-24 -13 -44 -30 -44 -38 0 -18 63 -34 99 -25 35 9 91 60 82 74 -12 20 -90 14 -137 -11z"/>
<path d="M3228 3313 c-26 -7 -22 -17 17 -52 38 -33 88 -41 141 -21 26 10 26 11 9 30 -31 34 -117 56 -167 43z"/>
<path d="M1766 3255 c-65 -74 -67 -85 -13 -85 40 0 72 21 93 63 16 30 16 32 -6 49 -12 10 -25 18 -29 18 -3 -1 -24 -21 -45 -45z"/>
<path d="M2340 3285 c-10 -12 -10 -21 -2 -40 14 -30 23 -31 46 -6 17 18 17 20 -3 40 -25 25 -25 25 -41 6z"/>
<path d="M3160 3282 c-22 -18 -23 -22 -10 -51 7 -17 22 -38 34 -46 19 -14 96 -21 96 -10 0 16 -32 64 -63 93 -34 33 -34 33 -57 14z"/>
<path d="M379 3265 c-7 -16 -12 -70 -12 -120 -1 -72 3 -100 21 -140 51 -111 99 -116 115 -12 12 79 -26 198 -87 272 l-24 30 -13 -30z"/>
<path d="M4577 3258 c-53 -71 -70 -119 -75 -209 -5 -92 6 -129 37 -129 38 0 86 90 97 181 6 55 -9 166 -25 182 -5 5 -19 -5 -34 -25z"/>
<path d="M740 3259 c-25 -11 -56 -30 -68 -42 -47 -44 -80 -135 -49 -138 62 -6 141 37 220 120 31 33 57 64 57 70 0 19 -111 12 -160 -10z"/>
<path d="M2256 3230 c-10 -28 -16 -54 -12 -57 8 -8 66 56 66 74 0 8 -4 12 -9 8 -6 -3 -14 1 -18 10 -7 12 -13 3 -27 -35z"/>
<path d="M4100 3271 c0 -17 93 -113 140 -146 47 -33 114 -57 135 -49 19 8 19 37 -1 77 -40 78 -105 118 -206 125 -49 3 -68 1 -68 -7z"/>
<path d="M2540 3232 c-35 -36 -37 -53 -10 -97 28 -45 46 -50 76 -20 21 21 24 31 18 58 -3 18 -17 45 -30 60 l-24 29 -30 -30z"/>
<path d="M1856 3215 c-11 -19 -34 -44 -53 -55 -36 -21 -42 -35 -17 -44 30 -11 84 6 115 36 l30 30 -20 31 c-27 43 -33 43 -55 2z"/>
<path d="M2663 3220 c-13 -15 -23 -34 -23 -40 0 -33 74 -100 110 -100 13 0 13 77 0 85 -6 4 -19 24 -30 46 -11 21 -24 39 -28 38 -4 0 -17 -13 -29 -29z"/>
<path d="M2730 3240 c0 -8 5 -22 10 -30 9 -13 10 -13 10 0 0 8 -5 22 -10 30 -9 13 -10 13 -10 0z"/>
<path d="M3092 3223 c-12 -17 -22 -36 -22 -41 0 -32 120 -86 142 -64 9 9 0 22 -33 54 -24 24 -49 52 -55 62 -10 18 -12 18 -32 -11z"/>
<path d="M1553 3203 c-9 -20 -46 -68 -81 -105 -36 -37 -59 -68 -53 -68 24 0 149 49 188 73 39 25 93 81 93 96 0 5 -22 11 -50 15 -27 4 -52 11 -55 16 -11 18 -24 10 -42 -27z"/>
<path d="M3385 3220 c-11 -5 -34 -9 -51 -9 -17 -1 -34 -4 -37 -7 -11 -11 32 -63 81 -96 42 -29 201 -92 210 -83 2 2 -15 20 -38 41 -23 21 -62 66 -87 101 -25 35 -48 63 -51 62 -4 0 -16 -4 -27 -9z"/>
<path d="M2297 3194 c-11 -14 -30 -30 -43 -36 -14 -7 -24 -20 -24 -32 0 -35 12 -43 48 -34 41 11 91 81 75 106 -16 26 -36 24 -56 -4z"/>
<path d="M1689 3143 c-27 -32 -129 -90 -198 -113 -39 -12 -71 -25 -71 -27 0 -3 39 -3 88 -1 102 5 153 27 201 85 35 42 38 58 15 67 -21 8 -20 8 -35 -11z"/>
<path d="M1917 3143 c-10 -10 -41 -29 -69 -43 -58 -28 -70 -45 -38 -55 36 -11 88 4 125 36 30 27 33 33 23 55 -13 29 -18 29 -41 7z"/>
<path d="M2483 3147 c-19 -24 -35 -96 -29 -122 4 -15 24 -45 45 -68 33 -35 41 -39 54 -28 40 33 27 101 -36 195 -18 26 -27 32 -34 23z"/>
<path d="M3039 3139 c-25 -47 35 -99 114 -99 79 0 72 27 -19 71 -35 16 -64 34 -64 40 0 17 -19 9 -31 -12z"/>
<path d="M3262 3150 c-30 -12 -19 -33 43 -88 53 -46 105 -62 202 -62 l68 1 -88 33 c-81 31 -160 81 -180 113 -9 15 -13 15 -45 3z"/>
<path d="M2343 3120 c-30 -37 -29 -61 3 -99 29 -35 36 -32 73 30 24 39 27 59 8 59 -8 0 -22 9 -32 20 -23 25 -25 25 -52 -10z"/>
<path d="M2606 3094 l-38 -33 21 -34 c11 -18 30 -42 42 -53 20 -18 22 -18 33 -1 15 20 9 113 -8 138 -10 15 -15 13 -50 -17z"/>
<path d="M1698 3059 c-25 -26 -44 -50 -41 -53 13 -12 110 -6 129 9 10 8 15 15 9 15 -5 0 -16 4 -23 9 -12 7 -12 12 0 30 11 18 11 23 -2 31 -20 13 -18 14 -72 -41z"/>
<path d="M3210 3094 c0 -3 5 -14 11 -25 8 -15 7 -24 -2 -35 -10 -13 -10 -17 2 -25 19 -12 119 -11 119 1 0 6 -5 10 -10 10 -6 0 -30 18 -54 40 -39 36 -66 50 -66 34z"/>
<path d="M1959 3073 c-8 -9 -33 -25 -56 -35 -47 -21 -53 -32 -24 -48 34 -18 78 -11 110 16 31 26 31 26 14 55 -20 34 -26 35 -44 12z"/>
<path d="M2995 3064 c-15 -23 -15 -28 -1 -49 21 -32 64 -45 106 -31 38 12 43 29 10 34 -11 2 -36 19 -56 38 -20 19 -38 34 -39 34 -2 0 -10 -12 -20 -26z"/>
<path d="M2263 3068 c-38 -10 -63 -50 -63 -103 0 -43 18 -46 60 -7 30 26 54 90 41 109 -3 6 -19 6 -38 1z"/>
<path d="M2690 3040 c0 -34 6 -48 34 -76 19 -19 44 -34 56 -34 21 0 22 3 16 40 -9 57 -25 87 -50 93 -11 2 -29 8 -38 12 -16 6 -18 1 -18 -35z"/>
<path d="M1802 3008 c-7 -7 -27 -18 -45 -24 -38 -13 -39 -24 -3 -42 31 -15 82 -10 112 12 18 14 18 15 -9 27 -15 7 -27 18 -27 26 0 16 -12 17 -28 1z"/>
<path d="M1992 2990 c-18 -17 -39 -30 -47 -30 -8 0 -15 -9 -15 -20 0 -17 7 -20 41 -20 33 0 47 6 70 31 28 30 29 33 13 50 -22 24 -23 24 -62 -11z"/>
<path d="M2415 3010 c-17 -28 107 -202 133 -186 6 3 20 19 31 34 16 24 17 30 5 46 -11 16 -16 17 -29 6 -12 -10 -21 -8 -48 13 -18 13 -41 41 -52 61 -20 37 -29 43 -40 26z"/>
<path d="M2947 3003 c-15 -15 -15 -19 1 -45 10 -17 30 -32 49 -37 41 -12 76 -3 69 16 -3 8 -6 17 -6 19 0 2 -7 4 -15 4 -8 0 -29 13 -48 30 -31 27 -35 28 -50 13z"/>
<path d="M3160 3005 c0 -8 -12 -21 -27 -29 l-28 -15 37 -15 c50 -21 91 -20 119 3 l24 19 -30 11 c-16 6 -42 18 -57 26 -33 19 -38 19 -38 0z"/>
<path d="M713 3000 c-58 -13 -121 -59 -149 -105 -29 -50 -42 -119 -26 -129 15 -9 74 17 117 51 34 26 135 164 135 184 0 10 -31 10 -77 -1z"/>
<path d="M2317 3003 c-13 -12 -7 -89 9 -111 20 -30 27 -28 58 13 30 38 28 82 -1 70 -9 -3 -26 3 -38 15 -12 11 -25 17 -28 13z"/>
<path d="M4210 3003 c0 -18 77 -129 116 -168 41 -40 118 -80 134 -70 20 12 9 72 -23 125 -24 41 -45 62 -82 82 -53 28 -145 47 -145 31z"/>
<path d="M1570 2987 c-26 -9 -36 -19 -38 -37 -2 -14 -12 -59 -22 -100 -11 -41 -17 -76 -15 -78 2 -2 20 5 39 17 41 26 84 78 116 140 21 43 21 45 4 58 -21 16 -38 16 -84 0z"/>
<path d="M3343 2988 l-23 -11 32 -58 c40 -76 148 -179 148 -142 0 4 -10 51 -22 105 -22 96 -22 96 -56 103 -18 3 -39 8 -45 10 -7 2 -22 -1 -34 -7z"/>
<path d="M1326 2948 c-17 -45 -156 -468 -156 -474 0 -13 56 1 108 27 108 54 160 139 213 352 17 65 29 120 27 122 -2 1 -42 6 -89 10 l-87 7 -16 -44z"/>
<path d="M3543 2983 c-72 -4 -70 -1 -48 -100 38 -167 76 -253 141 -323 57 -61 194 -122 194 -86 0 7 -21 71 -46 142 -25 71 -64 183 -88 249 -48 134 -35 125 -153 118z"/>
<path d="M2042 2932 c-47 -46 -47 -62 -1 -62 35 0 92 50 87 76 -7 36 -41 31 -86 -14z"/>
<path d="M2150 2945 c-18 -46 -10 -155 11 -155 11 0 55 67 64 98 5 19 3 22 -19 22 -21 0 -26 5 -26 24 0 35 -18 42 -30 11z"/>
<path d="M2587 2956 c-7 -18 39 -86 58 -86 16 0 45 49 45 76 0 16 -2 16 -20 -1 -20 -18 -21 -18 -43 3 -27 26 -33 27 -40 8z"/>
<path d="M2877 2963 c-28 -27 28 -93 78 -93 19 0 35 5 35 10 0 15 -78 90 -93 90 -8 0 -17 -3 -20 -7z"/>
<path d="M3271 2933 l-35 -34 21 -42 c34 -69 78 -123 116 -140 33 -16 87 -23 87 -12 0 20 -36 84 -69 124 -21 25 -49 67 -62 92 l-24 46 -34 -34z"/>
<path d="M1663 2918 c-11 -24 -41 -66 -67 -95 -48 -53 -73 -108 -55 -119 13 -8 69 6 97 24 29 19 76 87 98 142 l17 42 -29 24 c-16 13 -31 23 -35 24 -3 0 -14 -19 -26 -42z"/>
<path d="M1875 2939 c-16 -10 -42 -19 -57 -19 -15 0 -34 -7 -42 -16 -52 -51 39 -87 110 -43 32 19 46 49 24 49 -6 0 -8 11 -4 25 7 29 8 29 -31 4z"/>
<path d="M2818 2938 c-2 -15 -11 -24 -25 -26 -13 -2 -23 -10 -23 -18 0 -39 65 -121 74 -93 11 35 14 77 8 113 -8 44 -29 59 -34 24z"/>
<path d="M3087 2931 c3 -10 -1 -22 -7 -26 -8 -5 -3 -16 16 -36 21 -22 37 -29 67 -29 21 0 47 5 57 10 31 17 6 58 -39 66 -20 3 -46 12 -58 20 -30 19 -42 18 -36 -5z"/>
<path d="M2256 2918 c-9 -12 -16 -30 -16 -38 0 -9 -6 -25 -14 -35 -14 -20 -8 -54 16 -82 15 -19 42 0 65 46 l20 41 -21 44 c-11 25 -24 45 -28 46 -4 0 -14 -10 -22 -22z"/>
<path d="M2705 2918 c-4 -13 -14 -31 -22 -40 -18 -21 -5 -69 29 -105 28 -30 34 -29 53 7 14 27 14 34 -4 86 -22 65 -46 87 -56 52z"/>
<path d="M4668 2896 c-71 -70 -102 -143 -103 -235 0 -70 2 -76 21 -79 24 -3 73 47 104 108 27 53 46 178 34 221 l-9 32 -47 -47z"/>
<path d="M275 2909 c-10 -30 5 -136 26 -195 25 -67 84 -136 113 -132 19 3 21 10 22 74 2 60 -3 81 -28 134 -28 58 -97 140 -117 140 -5 0 -13 -9 -16 -21z"/>
<path d="M2383 2880 c-40 -45 -40 -55 -8 -102 42 -62 86 -58 115 12 10 25 8 33 -25 79 -20 28 -40 51 -43 50 -4 0 -22 -18 -39 -39z"/>
<path d="M1921 2866 c-18 -19 -44 -37 -57 -40 -27 -7 -42 -45 -23 -57 8 -5 27 -9 43 -9 40 0 108 71 104 108 -4 39 -29 38 -67 -2z"/>
<path d="M3028 2892 c-56 -12 21 -132 85 -132 64 0 72 36 14 66 -16 9 -42 28 -56 43 -15 16 -34 26 -43 23z"/>
<path d="M2094 2863 c-31 -97 -69 -156 -109 -175 -27 -12 -40 -47 -20 -54 17 -7 64 17 92 48 33 35 63 108 63 156 0 42 -16 57 -26 25z"/>
<path d="M2874 2837 c3 -50 58 -159 91 -181 13 -8 35 -18 49 -22 39 -9 34 23 -9 65 -19 18 -47 59 -62 90 -47 98 -73 117 -69 48z"/>
<path d="M2579 2834 c-18 -19 -41 -34 -51 -34 -25 0 -22 -19 6 -55 l24 -30 32 30 c30 28 60 74 60 92 0 5 -8 13 -19 20 -16 10 -23 6 -52 -23z"/>
<path d="M1977 2805 c-21 -25 -51 -52 -67 -60 -42 -22 -43 -65 -1 -65 53 0 136 79 156 148 6 19 3 22 -22 22 -22 0 -38 -11 -66 -45z"/>
<path d="M2940 2840 c0 -39 75 -139 117 -156 36 -16 67 -9 59 13 -3 8 -6 20 -6 27 0 7 -16 20 -35 29 -19 9 -47 35 -62 56 -18 26 -36 40 -50 41 -13 0 -23 -5 -23 -10z"/>
<path d="M1725 2808 c-10 -18 -49 -63 -87 -100 -37 -37 -68 -72 -68 -78 0 -15 77 -12 109 4 15 8 42 31 59 50 32 37 87 125 81 129 -10 7 -61 27 -67 27 -4 0 -16 -15 -27 -32z"/>
<path d="M3202 2826 l-32 -12 36 -60 c43 -72 77 -108 119 -129 32 -15 105 -21 105 -9 0 13 -42 74 -50 74 -17 0 -79 61 -107 105 -15 25 -30 44 -33 44 -3 -1 -20 -7 -38 -13z"/>
<path d="M2306 2775 c-31 -40 -30 -66 4 -103 28 -29 34 -28 66 13 l27 36 -25 27 c-14 15 -30 35 -35 45 -9 17 -12 15 -37 -18z"/>
<path d="M2650 2789 c-7 -13 -23 -35 -36 -49 l-23 -25 30 -33 c16 -17 34 -32 39 -32 12 0 60 70 60 87 0 7 -4 13 -9 13 -5 0 -18 14 -29 31 l-20 32 -12 -24z"/>
<path d="M2172 2777 l-23 -25 24 -28 c21 -24 27 -26 41 -15 21 17 20 40 -2 69 l-18 23 -22 -24z"/>
<path d="M2777 2765 c-13 -28 -14 -36 -2 -51 16 -21 38 -13 62 22 12 18 10 23 -16 41 l-28 21 -16 -33z"/>
<path d="M1493 2745 c-11 -8 -24 -27 -28 -42 -11 -45 -61 -125 -104 -168 -24 -22 -41 -48 -41 -61 0 -13 -7 -53 -16 -91 -53 -234 -147 -445 -254 -573 -22 -26 -40 -51 -40 -54 0 -11 72 23 127 59 107 71 208 228 278 433 49 145 97 347 101 425 2 37 6 72 9 77 9 15 -8 12 -32 -5z"/>
<path d="M1799 2738 c-26 -49 -73 -97 -119 -122 -44 -24 -80 -59 -80 -77 0 -11 51 -29 84 -29 47 0 96 37 134 100 35 59 56 120 44 131 -4 4 -17 10 -29 13 -16 5 -25 1 -34 -16z"/>
<path d="M2120 2749 c0 -7 -18 -36 -40 -65 -36 -48 -48 -74 -35 -74 23 0 58 31 75 66 22 48 25 70 10 79 -5 3 -10 1 -10 -6z"/>
<path d="M2470 2735 c-13 -14 -31 -25 -41 -25 -25 0 -31 -27 -13 -56 22 -32 29 -31 58 14 45 70 43 117 -4 67z"/>
<path d="M2861 2741 c-9 -16 -8 -28 5 -53 21 -42 54 -78 71 -78 15 0 18 36 3 45 -6 4 -23 29 -39 57 -27 47 -30 49 -40 29z"/>
<path d="M3153 2750 c-13 -5 -23 -15 -23 -22 0 -65 74 -179 136 -209 44 -21 46 -21 90 -4 24 9 44 20 44 24 0 12 -41 46 -90 73 -25 15 -58 45 -75 68 -56 78 -58 79 -82 70z"/>
<path d="M3470 2744 c0 -8 5 -25 11 -36 8 -15 8 -22 -1 -28 -8 -5 -2 -47 23 -156 101 -432 218 -640 418 -747 29 -15 54 -25 56 -23 3 2 -18 35 -46 71 -104 138 -194 349 -243 573 -19 88 -25 102 -66 147 -41 45 -102 154 -102 181 0 6 -11 16 -25 22 -21 10 -25 9 -25 -4z"/>
<path d="M2227 2695 c-27 -33 -27 -36 -12 -65 19 -36 29 -37 49 -8 19 27 20 55 3 85 -12 22 -12 22 -40 -12z"/>
<path d="M2512 2698 c-11 -30 -10 -35 16 -67 37 -46 44 -47 70 -11 l23 30 -23 30 c-12 17 -29 30 -38 30 -9 0 -20 4 -26 10 -6 6 -14 -1 -22 -22z"/>
<path d="M4276 2722 c-6 -10 49 -137 76 -175 86 -126 174 -127 138 -2 -18 61 -55 111 -104 140 -50 29 -104 47 -110 37z"/>
<path d="M623 2690 c-62 -36 -98 -85 -114 -156 -14 -63 -8 -84 26 -84 52 0 157 141 181 243 5 24 3 27 -17 27 -13 0 -47 -14 -76 -30z"/>
<path d="M2723 2694 c-10 -21 -10 -33 1 -59 20 -47 31 -49 54 -10 l21 34 -27 31 c-14 16 -29 30 -32 30 -3 0 -10 -12 -17 -26z"/>
<path d="M2137 2672 c-9 -22 -17 -44 -17 -50 0 -18 25 -14 42 6 25 29 28 49 9 66 -16 15 -18 13 -34 -22z"/>
<path d="M2820 2685 c-22 -27 13 -84 45 -71 14 5 13 11 -5 46 -23 45 -23 45 -40 25z"/>
<path d="M1531 2618 c-63 -329 -171 -599 -292 -731 -33 -36 -76 -76 -95 -88 -45 -27 -32 -41 26 -28 144 32 280 204 360 454 36 114 62 283 47 303 -7 9 -4 19 12 35 26 28 27 37 4 37 -10 0 -25 5 -33 10 -13 8 -13 13 3 40 18 29 18 30 -1 30 -16 0 -22 -12 -31 -62z"/>
<path d="M3420 2675 c0 -3 7 -17 16 -30 21 -32 12 -55 -21 -55 -27 0 -32 -9 -13 -28 7 -7 13 -40 14 -74 8 -257 155 -576 311 -676 47 -30 131 -58 153 -50 6 2 -15 24 -48 50 -165 128 -286 388 -361 778 -12 65 -20 86 -34 88 -9 2 -17 1 -17 -3z"/>
<path d="M1845 2620 c-20 -44 -91 -120 -113 -120 -17 0 -72 -57 -72 -76 0 -24 64 -28 113 -6 50 22 94 78 127 161 27 70 26 81 -8 81 -24 0 -32 -7 -47 -40z"/>
<path d="M2362 2642 c-19 -12 -28 -13 -43 -4 -15 10 -20 9 -28 -7 -8 -14 -5 -29 12 -62 33 -64 52 -71 88 -31 33 37 38 81 12 104 -16 14 -20 14 -41 0z"/>
<path d="M3075 2638 c18 -61 78 -169 110 -196 19 -17 50 -34 70 -38 39 -7 85 1 85 15 0 14 -62 74 -101 96 -19 11 -52 48 -74 82 -33 52 -45 62 -68 63 -25 0 -27 -3 -22 -22z"/>
<path d="M2461 2626 c-22 -23 -22 -25 -6 -50 10 -15 28 -29 41 -32 25 -6 54 10 54 30 -1 10 -55 76 -63 76 -2 0 -14 -11 -26 -24z"/>
<path d="M2677 2635 c-11 -8 -25 -11 -33 -8 -14 5 -63 -43 -64 -63 0 -5 13 -23 30 -39 l30 -29 25 24 c48 46 59 150 12 115z"/>
<path d="M2007 2623 c-3 -5 -8 -35 -12 -68 -9 -76 -37 -158 -69 -200 -26 -33 -61 -123 -53 -132 3 -2 23 0 44 6 47 13 84 51 107 110 21 55 35 251 18 251 -7 0 -12 6 -12 14 0 17 -16 30 -23 19z"/>
<path d="M2168 2609 c-19 -20 -24 -49 -9 -49 12 0 41 40 41 57 0 18 -12 15 -32 -8z"/>
<path d="M2795 2621 c-7 -12 31 -71 46 -71 5 0 9 8 9 18 0 24 -45 68 -55 53z"/>
<path d="M2970 2610 c0 -12 -7 -20 -16 -20 -15 0 -16 -10 -10 -85 13 -176 48 -253 126 -276 22 -7 43 -9 46 -6 11 11 -17 95 -37 113 -26 23 -58 113 -75 209 -8 44 -14 81 -14 83 0 1 -4 2 -10 2 -5 0 -10 -9 -10 -20z"/>
<path d="M1933 2608 c-5 -7 -17 -34 -27 -61 -10 -26 -39 -71 -65 -100 -52 -56 -95 -132 -86 -147 15 -24 92 -2 139 39 37 33 79 148 88 241 2 29 -1 36 -18 38 -11 2 -25 -3 -31 -10z"/>
<path d="M3015 2611 c-8 -14 23 -158 44 -206 25 -55 63 -90 116 -105 71 -20 81 -10 49 52 -15 29 -44 73 -66 96 -22 24 -53 73 -69 108 -21 47 -34 64 -49 64 -10 0 -21 -4 -25 -9z"/>
<path d="M2084 2602 c-6 -4 -14 -51 -17 -107 -4 -88 -14 -131 -42 -197 -5 -14 -2 -18 12 -18 24 0 58 35 73 75 18 48 25 189 10 224 -13 32 -18 35 -36 23z"/>
<path d="M2879 2588 c-7 -14 -10 -58 -7 -123 5 -113 24 -161 74 -184 30 -13 42 -8 26 11 -19 24 -41 122 -48 215 -7 96 -22 124 -45 81z"/>
<path d="M2201 2571 c-7 -13 -8 -28 -2 -44 16 -41 32 -43 63 -8 23 26 26 35 17 52 -8 16 -13 18 -25 8 -11 -9 -17 -9 -28 0 -12 10 -17 8 -25 -8z"/>
<path d="M2715 2571 c-7 -24 28 -81 51 -81 20 0 38 43 30 74 -6 23 -9 25 -27 16 -15 -8 -24 -8 -34 0 -10 9 -15 6 -20 -9z"/>
<path d="M234 2556 c-9 -23 34 -167 66 -218 36 -57 91 -101 122 -96 20 3 23 8 22 48 -3 91 -82 211 -173 263 -27 16 -32 16 -37 3z"/>
<path d="M2430 2563 c0 -5 -16 -26 -36 -45 -35 -36 -35 -37 -19 -62 23 -34 39 -33 68 7 37 49 38 62 11 88 -13 12 -24 18 -24 12z"/>
<path d="M4706 2536 c-52 -37 -94 -84 -118 -131 -22 -43 -42 -130 -35 -149 16 -41 97 2 143 76 44 70 91 238 67 238 -5 0 -31 -15 -57 -34z"/>
<path d="M2536 2529 c-11 -10 -26 -19 -33 -19 -18 0 12 -40 52 -72 l26 -20 25 23 c13 12 24 26 24 31 0 8 -66 79 -72 77 -2 0 -12 -9 -22 -20z"/>
<path d="M2154 2526 c-3 -7 -4 -33 -2 -57 l3 -44 18 27 c13 19 17 36 12 58 -7 32 -22 40 -31 16z"/>
<path d="M2811 2514 c-9 -20 -8 -31 4 -54 25 -49 35 -45 35 13 0 62 -20 82 -39 41z"/>
<path d="M2271 2506 c-19 -20 -22 -32 -17 -59 11 -57 30 -65 66 -26 37 41 37 48 2 82 l-28 27 -23 -24z"/>
<path d="M2673 2500 c-30 -37 -29 -51 5 -83 27 -26 29 -27 44 -10 31 34 31 66 1 95 l-28 26 -22 -28z"/>
<path d="M1592 2422 c-24 -183 -103 -387 -195 -507 -49 -64 -48 -76 4 -49 94 48 182 180 237 354 41 127 48 170 31 170 -8 0 -20 4 -28 9 -11 7 -10 15 8 44 11 19 21 37 21 40 0 4 -55 27 -64 27 -1 0 -7 -40 -14 -88z"/>
<path d="M3352 2493 l-34 -14 27 -35 c29 -38 24 -53 -18 -54 -20 0 -20 -1 20 -140 55 -191 148 -332 255 -386 27 -14 48 -22 48 -19 0 3 -19 29 -43 58 -47 58 -112 180 -147 274 -12 34 -34 123 -49 196 l-26 133 -33 -13z"/>
<path d="M1270 2475 c-14 -8 -35 -14 -48 -15 -28 0 -30 -6 -78 -205 -21 -88 -61 -229 -89 -312 -28 -84 -47 -153 -44 -153 12 0 107 145 148 228 23 46 57 130 76 185 36 109 77 287 66 287 -3 -1 -17 -7 -31 -15z"/>
<path d="M2466 2461 c-24 -26 -14 -54 30 -87 19 -15 36 -25 38 -23 2 2 9 15 16 28 11 21 9 27 -27 63 -39 38 -39 39 -57 19z"/>
<path d="M2774 2468 c-5 -7 -14 -28 -21 -47 -10 -30 -9 -37 10 -62 25 -35 31 -36 51 -7 21 30 20 46 -8 91 -18 29 -26 35 -32 25z"/>
<path d="M3690 2475 c0 -20 55 -231 76 -293 37 -106 106 -243 168 -329 48 -68 78 -96 60 -55 -31 71 -110 318 -139 440 -19 81 -39 160 -43 177 -6 24 -17 33 -57 47 -52 19 -65 21 -65 13z"/>
<path d="M2183 2434 c-23 -35 -22 -55 5 -87 15 -16 17 -16 39 5 26 24 28 38 11 85 -15 42 -27 41 -55 -3z"/>
<path d="M2335 2410 l-29 -31 18 -34 c11 -19 25 -35 32 -35 16 0 85 81 81 94 -2 6 -12 10 -22 8 -9 -2 -25 4 -34 12 -16 15 -20 13 -46 -14z"/>
<path d="M2603 2414 c-29 -32 -29 -36 3 -73 33 -39 46 -39 66 2 15 31 15 33 -11 65 -15 17 -29 32 -32 32 -2 0 -14 -12 -26 -26z"/>
<path d="M637 2401 c-25 -17 -57 -47 -71 -68 -46 -72 -57 -173 -22 -202 20 -17 80 38 112 102 21 40 53 155 54 190 0 15 -27 6 -73 -22z"/>
<path d="M4295 2393 c18 -108 59 -197 110 -242 29 -25 40 -29 51 -20 36 30 20 153 -28 214 -24 31 -104 85 -125 85 -10 0 -12 -10 -8 -37z"/>
<path d="M1718 2383 c-10 -2 -21 -17 -24 -31 -16 -81 -71 -236 -105 -301 -21 -41 -37 -77 -35 -79 9 -8 46 20 89 68 46 51 141 222 130 234 -3 3 -17 6 -30 6 -29 0 -29 0 2 60 27 53 24 57 -27 43z"/>
<path d="M2140 2348 c0 -48 9 -59 27 -35 6 8 3 24 -9 47 l-18 35 0 -47z"/>
<path d="M2432 2360 c-22 -29 -22 -30 -5 -67 10 -20 23 -38 29 -40 5 -2 21 15 33 38 l23 41 -29 29 -29 29 -22 -30z"/>
<path d="M3230 2386 c0 -4 11 -29 25 -56 l25 -50 -30 0 c-35 0 -36 -4 -11 -63 35 -82 103 -178 154 -218 27 -22 51 -38 53 -36 2 1 -18 46 -45 99 -26 52 -60 142 -76 199 -15 57 -31 107 -34 111 -9 9 -61 21 -61 14z"/>
<path d="M2837 2351 c-17 -30 -17 -35 -3 -49 14 -14 16 -14 21 0 4 9 5 31 3 50 l-3 33 -18 -34z"/>
<path d="M2236 2341 c-26 -27 -27 -32 -17 -62 12 -34 38 -69 52 -69 5 0 20 20 34 44 l26 44 -22 36 c-25 44 -37 45 -73 7z"/>
<path d="M2687 2331 c-17 -35 -18 -41 -4 -68 20 -37 43 -57 58 -48 6 4 19 26 30 49 l18 41 -31 33 c-18 17 -37 32 -42 32 -6 0 -19 -18 -29 -39z"/>
<path d="M2542 2337 c-12 -13 -22 -31 -22 -41 0 -22 40 -96 52 -96 11 0 48 61 48 80 0 8 -13 30 -28 48 l-27 33 -23 -24z"/>
<path d="M2367 2299 c-10 -6 -30 -29 -45 -51 -15 -23 -31 -46 -36 -53 -10 -13 21 -64 40 -65 17 0 62 52 78 92 13 30 14 42 4 63 -13 28 -15 29 -41 14z"/>
<path d="M2172 2288 c-14 -14 -17 -108 -3 -108 5 0 19 8 32 19 21 17 22 20 9 52 -18 45 -24 51 -38 37z"/>
<path d="M2787 2257 c-18 -41 -17 -42 4 -59 36 -30 49 -23 49 25 0 29 -6 49 -17 60 -17 14 -19 13 -36 -26z"/>
<path d="M1823 2282 c-16 -5 -35 -32 -63 -90 -22 -46 -40 -86 -40 -88 0 -2 12 2 28 10 49 26 96 88 116 154 8 23 1 26 -41 14z"/>
<path d="M3135 2258 c9 -43 54 -107 95 -135 18 -13 36 -23 40 -23 4 0 -12 40 -36 89 -31 64 -50 90 -66 95 -37 10 -40 8 -33 -26z"/>
<path d="M2627 2245 c-15 -32 -15 -39 -3 -64 25 -47 43 -57 66 -36 23 21 26 48 6 64 -8 6 -19 25 -26 41 -16 39 -23 38 -43 -5z"/>
<path d="M2480 2240 c-9 -16 -15 -18 -30 -10 -34 18 -23 -9 21 -53 l40 -40 22 22 22 22 -21 36 c-26 45 -39 51 -54 23z"/>
<path d="M254 2173 c15 -65 78 -173 122 -212 44 -39 107 -66 126 -55 28 18 -18 133 -80 197 -34 36 -137 97 -163 97 -7 0 -9 -10 -5 -27z"/>
<path d="M2205 2180 c-15 -17 -16 -24 -7 -45 15 -33 49 -33 64 1 22 48 -22 83 -57 44z"/>
<path d="M2392 2164 c-26 -39 -24 -80 4 -91 15 -5 74 42 74 59 0 11 -42 68 -49 68 -3 0 -16 -16 -29 -36z"/>
<path d="M2733 2177 c-8 -17 -7 -30 3 -50 18 -33 24 -33 52 -4 28 30 28 41 -3 61 -32 21 -40 20 -52 -7z"/>
<path d="M4670 2170 c-66 -34 -119 -87 -154 -154 -30 -56 -34 -101 -10 -110 25 -10 98 30 139 76 37 40 87 137 99 191 8 35 -3 34 -74 -3z"/>
<path d="M2566 2167 c-33 -33 -33 -47 3 -81 l29 -28 16 23 c21 30 20 58 -3 88 l-19 24 -26 -26z"/>
<path d="M2144 2117 c-21 -44 -15 -55 20 -32 30 20 31 24 12 50 -13 19 -15 18 -32 -18z"/>
<path d="M2814 2124 c-7 -25 16 -53 44 -54 16 0 15 2 -5 45 -20 42 -30 44 -39 9z"/>
<path d="M678 2103 c-53 -49 -81 -111 -79 -179 3 -135 60 -140 116 -9 20 49 34 225 16 225 -6 0 -30 -17 -53 -37z"/>
<path d="M4263 2048 c5 -93 22 -148 59 -200 23 -33 53 -36 68 -9 17 32 12 141 -9 186 -18 40 -91 115 -112 115 -9 0 -10 -26 -6 -92z"/>
<path d="M2270 2115 c-15 -18 -6 -46 24 -74 l24 -22 21 22 c31 33 25 81 -9 72 -10 -3 -21 0 -24 6 -10 15 -21 14 -36 -4z"/>
<path d="M2476 2108 c-21 -29 -20 -41 4 -69 l20 -24 20 24 c25 29 25 53 2 74 -24 22 -28 21 -46 -5z"/>
<path d="M2695 2120 c-4 -6 -16 -10 -27 -8 -34 5 -42 -36 -14 -69 21 -24 26 -26 40 -13 27 21 38 50 32 76 -7 25 -20 31 -31 14z"/>
<path d="M2200 2070 c-6 -10 -10 -27 -10 -37 0 -21 36 -83 48 -83 4 0 16 14 26 32 18 30 18 32 1 64 -21 39 -51 50 -65 24z"/>
<path d="M2759 2078 c-9 -7 -23 -25 -31 -39 -15 -24 -15 -28 3 -58 24 -39 37 -37 62 12 16 32 17 42 7 67 -14 33 -19 36 -41 18z"/>
<path d="M2142 2053 c-12 -10 -24 -31 -27 -48 l-7 -30 31 33 c17 18 31 39 31 47 0 19 -3 19 -28 -2z"/>
<path d="M2820 2061 c0 -13 44 -74 57 -78 23 -8 -9 65 -33 76 -13 6 -24 7 -24 2z"/>
<path d="M2411 2051 c-8 -5 -20 -7 -28 -4 -16 6 -16 1 -1 -32 6 -14 17 -25 23 -25 6 0 17 11 23 25 20 43 14 55 -17 36z"/>
<path d="M2550 2046 c0 -8 11 -28 25 -43 l25 -28 20 23 c22 27 16 55 -10 47 -10 -3 -21 -1 -25 5 -9 15 -35 12 -35 -4z"/>
<path d="M2133 1971 c-37 -45 -59 -88 -50 -97 14 -15 97 88 97 120 0 25 -12 19 -47 -23z"/>
<path d="M2302 1994 c-12 -8 -22 -22 -22 -30 0 -8 -7 -25 -15 -37 -19 -30 -5 -57 20 -37 15 12 65 101 65 115 0 10 -26 5 -48 -11z"/>
<path d="M2815 2000 c-11 -18 87 -151 101 -137 3 3 -3 25 -14 49 -23 51 -76 105 -87 88z"/>
<path d="M2677 1993 c-8 -12 31 -88 58 -113 25 -23 45 -20 45 7 0 9 -19 37 -42 62 -46 51 -54 56 -61 44z"/>
<path d="M2168 1928 c-30 -40 -44 -88 -26 -88 7 0 33 18 58 39 45 39 45 39 26 60 -25 28 -29 27 -58 -11z"/>
<path d="M2784 1946 c-10 -26 62 -116 92 -116 14 0 -1 37 -33 80 -41 52 -50 58 -59 36z"/>
<path d="M786 1839 c-37 -44 -64 -100 -72 -147 -7 -46 17 -142 42 -163 14 -12 19 -10 40 14 13 15 28 46 35 70 13 49 7 233 -8 248 -7 7 -19 0 -37 -22z"/>
<path d="M4172 1843 c-4 -10 -7 -65 -7 -123 0 -85 4 -113 20 -145 43 -86 98 -38 99 85 1 68 -22 129 -67 178 -25 27 -35 28 -45 5z"/>
<path d="M330 1834 c0 -3 14 -33 32 -66 59 -111 200 -209 257 -178 20 10 20 12 6 47 -28 66 -94 132 -168 167 -53 24 -127 42 -127 30z"/>
<path d="M4603 1828 c-122 -27 -289 -214 -216 -242 27 -11 109 23 156 65 46 40 109 126 121 167 8 25 5 25 -61 10z"/>
<path d="M2048 1799 c-22 -12 -23 -31 -4 -67 l14 -27 -104 3 c-125 4 -132 22 -8 22 49 0 84 4 84 10 0 6 -40 10 -100 10 l-100 0 0 -27 0 -27 -33 32 c-18 18 -38 32 -45 32 -9 0 -12 -62 -12 -250 0 -188 3 -250 12 -250 7 0 27 14 45 32 l33 32 0 -27 0 -27 670 0 670 0 0 22 c0 21 1 21 28 -5 50 -48 52 -43 49 158 -1 102 1 185 6 185 4 0 7 -59 7 -131 l0 -132 41 6 c52 7 92 43 86 76 -5 23 -5 23 17 -3 31 -39 84 -45 122 -13 21 17 34 22 49 16 31 -12 41 -10 65 9 l22 18 -25 51 c-33 65 -52 83 -85 83 -55 0 -59 -13 -29 -76 15 -31 26 -58 23 -61 -2 -2 -16 23 -31 56 -30 67 -71 101 -122 101 -17 0 -37 -8 -46 -18 -16 -17 -15 -22 8 -67 13 -27 22 -51 20 -53 -2 -3 -17 22 -32 54 -28 59 -57 93 -80 94 -9 0 -13 19 -13 60 0 68 -9 74 -52 33 -27 -26 -28 -26 -28 -5 0 21 -4 22 -94 22 -122 0 -137 -18 -19 -22 83 -3 88 -4 91 -25 2 -13 -2 -23 -8 -23 -7 0 -9 7 -6 16 5 14 -6 15 -92 12 l-98 -3 18 31 c28 47 7 80 -41 67 -27 -7 -27 -33 0 -33 18 0 21 -5 17 -36 -5 -47 16 -58 99 -51 35 2 66 1 69 -4 3 -5 -253 -9 -605 -9 -351 0 -611 4 -611 9 0 5 38 7 85 6 59 -2 86 0 87 8 1 7 2 26 2 42 1 23 6 31 24 33 27 4 28 18 3 32 -23 12 -22 12 -43 -1z m-188 -284 l0 -101 -45 -47 -45 -47 0 192 0 192 45 -44 45 -44 0 -101z m1360 -7 l0 -193 -42 43 -43 42 -3 107 -3 106 43 44 c23 24 43 43 45 43 2 0 3 -87 3 -192z m-132 -3 l3 -145 -118 1 c-65 0 -112 3 -105 6 6 2 12 9 12 14 0 6 -4 7 -10 4 -20 -12 -110 -7 -160 10 -27 9 -50 19 -50 22 0 3 9 16 20 30 53 67 5 157 -86 165 -82 6 -144 -37 -144 -102 0 -66 53 -110 133 -110 25 0 64 -9 88 -20 l44 -20 -407 0 -406 0 -4 143 c-2 78 0 144 4 147 3 3 271 4 595 3 l588 -3 3 -145z m-474 64 c50 -39 25 -139 -35 -139 -54 0 -86 53 -64 107 13 30 38 52 61 53 6 0 23 -9 38 -21z m496 -231 c0 -5 -274 -8 -610 -8 -335 0 -610 3 -610 8 0 4 275 7 610 7 336 0 610 -3 610 -7z m40 -23 l0 -25 -650 0 c-404 0 -650 4 -650 10 0 5 240 9 633 9 347 1 637 1 644 1 7 0 10 7 7 15 -4 8 -1 15 5 15 6 0 11 -11 11 -25z"/>
<path d="M1794 1526 c-8 -21 13 -46 32 -39 20 8 13 47 -9 51 -9 2 -20 -4 -23-12z"/>
<path d="M3154 1515 c-4 -9 -2 -21 4 -27 15 -15 44 -1 40 19 -4 23 -36 29 -44 8z"/>
<path d="M2047 1602 c-29 -32 -21 -67 24 -106 46 -39 47 -66 3 -66 -17 0 -28 6 -31 20 -9 32 -25 23 -21 -12 3 -32 5 -33 50 -36 37 -2 51 1 67 17 32 32 26 59 -25 106 -27 24 -44 47 -40 54 10 16 36 14 42 -4 9 -22 34 -18 34 5 0 39 -74 54 -103 22z"/>
<path d="M2220 1610 c0 -5 7 -10 15 -10 12 0 15 -16 15 -84 0 -47 -4 -88 -10 -91 -23 -14 -7 -25 35 -25 45 0 54 7 34 27 -21 21 -6 56 27 65 42 11 56 30 52 70 -2 23 -10 36 -28 45 -30 15 -140 17 -140 3z m108 -32 c20 -20 15 -58 -8 -58 -16 0 -20 7 -20 35 0 37 8 43 28 23z"/>
<path d="M2753 1608 c-2 -5 3 -8 11 -8 13 0 16 -15 16 -90 0 -53 -4 -90 -10 -90 -5 0 -10 -4 -10 -10 0 -5 23 -10 52 -10 40 0 49 3 40 12 -12 12 -17 68 -5 68 3 0 23 -18 43 -40 25 -27 45 -40 63 -40 15 0 27 2 27 5 0 2 -19 22 -42 44 -41 38 -42 40 -25 58 22 25 22 55 -1 83 -14 18 -29 22 -86 23 -37 1 -70 -1 -73 -5z m118 -44 c9 -11 10 -20 2 -32 -17 -28 -36 -20 -37 16 -1 35 14 42 35 16z"/>
<path d="M2138 1799 c-22 -12 -23 -39 -3 -65 21 -28 19 -30 -20 -26 -22 3 -35 0 -35 -8 0 -7 14 -10 38 -8 35 3 37 5 34 36 -2 27 2 34 23 42 24 9 35 30 16 30 -5 0 -15 2 -23 5 -7 2 -21 0 -30 -6z"/>
<path d="M2228 1799 c-22 -12 -23 -31 -4 -67 l14 -28 -35 4 c-27 3 -34 1 -31 -9 6 -18 59 -24 69 -8 4 7 5 26 2 42 -5 23 -2 29 16 34 25 6 28 28 5 37 -19 7 -15 8 -36 -5z"/>
<path d="M2738 1803 c-26 -6 -22 -31 5 -35 18 -2 22 -9 20 -34 -3 -37 14 -55 45 -47 33 8 26 26 -8 21 -34 -5 -36 -1 -15 26 19 25 19 41 -1 60 -16 17 -17 17 -46 9z"/>
<path d="M2828 1802 c-24 -5 -23 -32 1 -32 23 0 31 -18 20 -47 -5 -14 -3 -25 6 -33 18 -15 57 -9 63 9 4 11 -3 13 -31 8 l-36 -6 18 30 c30 48 10 82 -41 71z"/>
<path d="M2070 1740 c0 -5 11 -10 25 -10 14 0 25 5 25 10 0 6 -11 10 -25 10 -14 0 -25 -4 -25 -10z"/>
<path d="M2160 1740 c0 -5 12 -10 26 -10 14 0 23 4 19 10 -3 6 -15 10 -26 10 -10 0 -19 -4 -19 -10z"/>
<path d="M2250 1740 c0 -6 92 -10 255 -10 163 0 255 4 255 10 0 6 -92 10 -255 10 -163 0 -255 -4 -255 -10z"/>
<path d="M2800 1740 c0 -5 9 -10 20 -10 11 0 20 5 20 10 0 6 -9 10 -20 10 -11 0 -20 -4 -20 -10z"/>
<path d="M2890 1740 c0 -5 9 -10 20 -10 11 0 20 5 20 10 0 6 -9 10 -20 10 -11 0 -20 -4 -20 -10z"/>
<path d="M2260 1695 c0 -13 30 -15 243 -13 153 2 242 7 242 13 0 6 -89 11 -242 13 -213 2 -243 0 -243 -13z"/>
<path d="M1660 1653 c-24 -9 -60 -45 -60 -60 0 -12 -3 -12 -15 1 -25 25 -81 31 -110 12 -32 -21 -31 -34 5 -105 47 -94 95 -120 161 -86 27 15 31 14 51 -5 12 -11 26 -20 30 -20 5 0 7 60 6 133 l-3 132 -25 2 c-14 1 -32 -1 -40 -4z m-1 -198 c0 -5 -11 10 -24 35 -13 25 -24 50 -24 55 0 6 11 -10 24 -35 13 -25 24 -49 24 -55z"/>
<path d="M900 1538 c-34 -71 -38 -122 -14 -190 17 -52 56 -93 78 -85 23 9 39 85 33 157 -6 75 -36 172 -55 178 -7 2 -24 -22 -42 -60z"/>
<path d="M4042 1583 c-17 -32 -42 -149 -42 -194 0 -59 18 -119 37 -126 22 -9 69 45 82 94 18 64 13 114 -19 181 -30 64 -43 74 -58 45z"/>
<path d="M1350 1572 l-22 -18 28 -56 c16 -32 37 -61 51 -67 35 -16 73 -13 80 5 9 24 -48 135 -75 145 -32 12 -37 12 -62 -9z"/>
<path d="M3635 1580 c-3 -5 4 -32 16 -60 26 -61 61 -77 90 -41 10 12 20 17 24 11 10 -15 45 -12 51 5 5 13 9 13 21 3 12 -10 17 -9 27 2 6 8 20 15 31 15 26 0 32 31 6 38 -10 2 -24 0 -30 -6 -8 -8 -11 -8 -11 0 0 16 -31 25 -45 13 -9 -7 -16 -6 -25 5 -15 18 -60 20 -60 3 0 -6 -7 -4 -18 5 -20 19 -67 23 -77 7z m113 -65 c-3 -3 -9 2 -12 12 -6 14 -5 15 5 6 7 -7 10 -15 7 -18z"/>
<path d="M1250 1555 c-8 -9 -22 -12 -41 -8 -21 4 -30 1 -35 -11 -5 -13 -9 -14 -21 -4 -12 10 -18 9 -28 -5 -7 -9 -19 -17 -28 -17 -21 0 -30 -29 -12 -37 9 -3 24 -3 35 0 11 3 23 1 26 -5 3 -5 17 -7 29 -4 13 3 27 2 30 -4 9 -14 55 -13 55 2 0 6 7 4 18 -5 23 -21 71 -22 78 -3 6 15 -32 96 -50 108 -18 12 -43 9 -56 -7z"/>
<path d="M470 1492 c0 -15 50 -77 93 -115 58 -52 132 -87 183 -87 56 0 73 20 49 57 -46 70 -134 124 -230 142 -70 13 -95 14 -95 3z"/>
<path d="M4434 1490 c-84 -12 -185 -77 -232 -148 -12 -18 -12 -25 -1 -38 18 -21 101 -14 155 14 47 25 115 84 149 131 40 55 37 57 -71 41z"/>
<path d="M1090 1328 c-40 -91 -23 -198 42 -265 37 -39 53 -41 69 -11 26 48 -17 227 -71 298 l-19 25 -21 -47z"/>
<path d="M3841 1297 c-47 -99 -64 -203 -41 -248 16 -28 34 -23 73 21 65 71 78 170 36 264 -19 40 -35 31 -68 -37z"/>
<path d="M674 1178 c-5 -7 10 -27 37 -50 99 -86 248 -132 298 -91 21 17 22 21 10 42 -18 28 -91 76 -148 96 -52 18 -186 20 -197 3z"/>
<path d="M4120 1171 c-57 -22 -117 -62 -138 -92 -14 -21 -14 -23 9 -42 33 -26 110 -18 192 21 66 31 161 108 151 123 -10 16 -166 9 -214 -10z"/>
<path d="M1315 1158 c-14 -37 -22 -112 -15 -147 15 -84 103 -184 147 -167 25 10 12 109 -25 182 -37 74 -100 151 -107 132z"/>
<path d="M3641 1125 c-49 -57 -93 -152 -98 -217 -7 -71 9 -83 65 -46 52 35 94 114 94 181 1 61 -10 117 -22 117 -4 0 -22 -16 -39 -35z"/>
<path d="M3372 942 c-78 -78 -121 -165 -113 -229 1 -17 36 -16 70 1 42 22 98 90 110 133 14 48 14 140 1 148 -5 3 -36 -21 -68 -53z"/>
<path d="M1550 939 c0 -74 18 -124 62 -174 44 -50 113 -80 128 -55 23 37 -25 139 -104 225 -67 72 -86 72 -86 4z"/>
<path d="M980 929 c-25 -6 -51 -16 -58 -22 -17 -13 -2 -26 78 -66 109 -56 221 -64 272 -20 l23 19 -32 28 c-63 55 -191 82 -283 61z"/>
<path d="M3885 934 c-69 -17 -138 -49 -160 -74 -20 -22 -20 -22 2 -40 30 -24 97 -33 162 -20 56 11 192 77 198 97 8 22 -149 50 -202 37z"/>
<path d="M1820 848 c0 -71 28 -134 79 -180 49 -44 110 -71 137 -61 24 9 15 56 -21 110 -35 52 -90 102 -157 142 l-38 23 0 -34z"/>
<path d="M3101 829 c-112 -81 -187 -203 -136 -223 26 -10 99 24 142 66 48 47 76 116 71 174 l-3 36 -74 -53z"/>
<path d="M1267 706 c-33 -13 -62 -27 -65 -30 -9 -10 10 -22 73 -46 82 -31 203 -33 260 -5 88 44 23 98 -125 103 -72 2 -94 -1 -143 -22z"/>
<path d="M3481 713 c-81 -33 -79 -68 6 -97 59 -20 125 -20 194 0 63 19 119 43 119 53 0 4 -21 18 -47 31 -65 32 -207 38 -272 13z"/>
<path d="M1665 576 c-46 -14 -78 -32 -118 -63 l-27 -22 22 -13 c33 -17 207 -23 254 -8 49 16 104 56 104 76 0 39 -148 57 -235 30z"/>
<path d="M3133 576 c-18 -8 -33 -19 -33 -23 0 -22 34 -52 81 -73 46 -19 66 -22 153 -18 58 2 111 10 125 17 l24 13 -24 20 c-13 11 -49 31 -79 46 -68 32 -195 41 -247 18z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 36 KiB

BIN
src/assets/img/quote.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -19,12 +19,13 @@
<title>LEGIO · XXX</title>
<link href="assets/img/eagle.png" rel="icon" type="image/png">
<link href="https://use.fontawesome.com/releases/v6.1.1/css/all.css" rel="stylesheet">
<link href="assets/img/favicon.svg" rel="icon" type="image/svg">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://use.fontawesome.com/releases/v6.1.1/css/all.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body class="mat-typography" style="background: #000">
<app-root></app-root>
</body>