-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
233 lines (222 loc) · 63.1 KB
/
about.html
File metadata and controls
233 lines (222 loc) · 63.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About me</title>
<link rel="shortcut icon" type="image/png" href="./img/favicon-32x32.png" />
<!-- Se usa un punto para especificar la ubicacion en que se encuentra el archivo. Se usa dos puntos para retrocer un folder-->
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<!-- forces browsers to render all elements more consistently and in-line with modern standards, precisely targeting only styles that need normalizing-->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.production.css">
<!--We added the css file-->
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
</head>
<body>
<div id="page-container">
<div id="content-wrap">
<header style="background-color: #fed7aa">
<nav class="navbar navbar-expand-xl navbar-dark" style="background-color: #fed7aa">
<div class="container">
<a href="index.html">
<img src="./img/logo-playa.png" class="logo" alt="logo" style="max-width: 150px;">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-justified ml-auto nav-list" id="ul_justify">
<li class="nav-item active item-nav">
<a class="nav-link" href="index.html" style="color: #333">Home <span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item item-nav">
<a class="nav-link" href="about.html" style="color: #333">About</a>
</li>
<li class="nav-item item-nav">
<a class="nav-link" href="work.html" style="color: #333">Projects</a>
</li>
<li class="nav-item item-nav">
<a class="nav-link" href="contact.html" style="color: #333">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section class="about-text">
<div class="about-main">
<h1 class="about-title">ABOUT ME</h1>
<div class="about-box">
<div class="tell">
<h2>Who am I?</h2>
<p class="about-content">
Hi, I'm a web developer based in Munich with a background in military life as a pilot. Going through
trainings, test flights and missions required us to really work together effectively - and, as you know,
each pilot is different. However, we successfully fulfilled duties: planned missions, build confidence
and made decisions in critical situations. I was known for being the guy who makes other people feel
comfortable around him – during missions, internal Administration and collaborating at the interface to
outside governmental institutions. I'm transitioning into software development because being challenged
is the gas that drives my internal engine, I discovered it flying and now it is what I enjoy most in
programming and what has awakened my curiosity and interest in it. Now, I'm looking forward to applying
the same principles in a dynamic team of web developers in order to make a positive impact on projects
and their users.
</p>
</div>
<div class="hobbies">
<h2 class="hobbiest-title">What do I like to do?</h2>
<ul class="hobbies-list" style="font-size: 18px">
<li><i class="fa-solid fa-handshake" style="font-size: 20px; margin-right: 5px;"></i> Getting to know
new places and
people.</li>
<li><i class="fa-solid fa-brain" style="font-size: 20px; margin-right: 5px;"></i> Learning new skills.
</li>
<li><i class="fa-solid fa-chalkboard" style="font-size: 20px; margin-right: 5px;"></i> Programming.</li>
<li><i class="fa-solid fa-futbol" style="font-size: 20px; margin-right: 5px;"></i> Playing Soccer.</li>
<li><i class="fa-solid fa-plane" style="font-size: 20px; margin-right: 5px;"></i> Flying.</li>
<li><i class="fa-solid fa-person-hiking" style="font-size: 20px; margin-right: 5px;"></i> Hiking.</li>
<li><i class="fa-solid fa-person-running" style="font-size: 20px; margin-right: 5px;"></i> Jogging.</li>
<li><i class="fa-solid fa-umbrella-beach" style="font-size: 20px; margin-right: 5px;"></i> Going to the
beach.</li>
<li><i class="fa-solid fa-cat" style="font-size: 20px; margin-right: 5px;"></i> Cuddling my cat.</li>
</ul>
</div>
</div>
</div>
<a href="file/MauricioErazo-resume.pdf" id="cv-button" class="button-cv" target="_blank"
style="text-align: center;" download="file/MauricioErazo-resume.pdf">Download my Resume</a>
</section>
<section class="svg-section">
<svg id="about-picture" class="playa-illustration" height="auto" xmlns="http://www.w3.org/2000/svg"
enable-background="new 0 0 550 400" version="1.1" viewBox="0 0 550 400">
<g clip-rule="evenodd" fill-rule="evenodd">
<polygon points="438.9 258.77 40.64 258.77 40.64 39.002 506.32 39.002 506.32 258.77" fill="#fc0"
class="back" />
<path d="m40.64 307.59v-2.187l398.26-46.63h67.428v49.377c-145.52-13.921-300.74-14.107-465.68-0.56z"
fill="#EE7655" />
<path d="m40.64 307.59c164.94-13.547 320.17-13.36 465.68 0.561v65.24h-465.68v-65.801z" fill="#8A1E00" />
<polygon points="40.64 305.4 40.64 258.77 438.9 258.77" fill="#46B6FF" />
</g>
<path
d="m240.59 204.79c-6.757 7.104-15.219 10.656-25.366 10.656-9.81 0-18.261-3.552-25.366-10.656-6.758-6.763-10.146-15.051-10.146-24.855 0-9.81 3.389-18.267 10.146-25.366 7.104-7.104 15.556-10.656 25.366-10.656 10.146 0 18.608 3.552 25.366 10.656 6.768 7.1 10.146 15.557 10.146 25.366 1e-3 9.804-3.378 18.092-10.146 24.855z"
clip-rule="evenodd" fill="#fff" fill-rule="evenodd" class="sun" />
<path
d="m104.63 123.11l-0.505-0.51c2.026-2.705 5.578-5.578 10.651-8.62 4.865-2.918 9.265-4.612 13.193-5.073-1.016 0-2.2 0.168-3.552 0.505-6.426 1.016-9.978 1.521-10.657 1.521-2.026 0.679-4.563 1.863-7.61 3.552-3.042 1.353-4.899 2.2-5.578 2.537 0-1.353 1.353-3.042 4.058-5.073 2.705-1.689 5.751-3.215 9.13-4.568-2.026 0.679-3.21 1.016-3.547 1.016 7.778-4.395 15.725-5.242 23.84-2.537h0.51c1.016 0.337 2.2 0.679 3.552 1.016-0.342-0.337-0.847-0.679-1.526-1.016-7.778-4.058-12.852-6.257-15.22-6.594v-0.505c4.736 0.337 8.12 0.505 10.146 0.505 2.71 0 6.257 1.689 10.656 5.073l0.505 0.505c-0.337-0.674-0.842-1.353-1.521-2.026-3.384-3.721-5.751-6.089-7.104-7.104 2.031 1.016 4.063 2.2 6.088 3.552-2.026-1.689-4.394-3.384-7.099-5.073 9.13 5.073 15.725 9.468 19.782 13.188 1.016 1.353 2.026 2.71 3.047 4.063 2.705-3.721 6.758-6.089 12.178-7.104 5.41-1.689 13.356-2.368 23.84-2.031-3.042 0-6.084 0.342-9.136 1.016h6.857c-2.021 0.06-5.153 0.907-9.394 2.537-1.011 0.337-1.853 0.679-2.537 1.016h0.515c5.747-0.679 9.631-0.505 11.663 0.505 2.031 1.353 5.073 2.878 9.136 4.568v0.505c0.337 0 0.337 0.173 0 0.51-2.031-1.016-7.61-1.694-16.746-2.031h-1.516c1.348 0.337 2.537 0.51 3.547 0.51v0.505c8.452 1.689 15.051 6.426 19.788 14.204l-2.537-3.042c2.368 3.042 4.221 6.089 5.578 9.131 1.358 2.705 1.694 4.736 1.011 6.089-0.674-0.679-1.853-2.368-3.547-5.073-1.695-3.047-3.379-5.242-5.073-6.594-0.337-0.342-3.042-2.71-8.115-7.104-1.021-0.679-2.031-1.353-3.042-2.031h-0.515c3.389 2.368 6.431 6.088 9.136 11.162 3.379 5.41 5.073 9.641 5.073 12.683h-0.505c-1.357-2.705-4.063-7.273-8.115-13.699-4.399-6.083-7.273-9.467-8.63-10.146h-0.505c1.357 1.016 2.874 3.047 4.568 6.088 0.674 1.353 2.874 6.089 6.589 14.204-0.674-1.011-3.547-4.731-8.621-11.157 1.417 2.948 2.438 5.484 3.042 7.61-3.716-3.384-6.589-6.257-8.621-8.625-1.694-1.694-3.389-3.889-5.073-6.594 0 0.337-0.168 0.505-0.505 0.505 1.684 1.352 3.21 3.215 4.558 5.578 3.389 4.736 5.588 8.962 6.599 12.683-1.694-1.353-4.568-4.563-8.621-9.636-1.694-2.031-3.052-3.721-4.063-5.073 0 0.337 0.168 0.842 0.505 1.521 2.031 4.736 3.557 8.115 4.568 10.146h-0.505c-0.337-0.679-2.537-3.552-6.599-8.625-1.347-1.353-2.536-2.705-3.547-4.058l-0.505 0.505c0.674 0.679 1.348 1.526 2.021 2.537 0.684 1.353 1.358 2.537 2.031 3.552 1.694 1.694 3.558 3.721 5.579 6.089 3.726 2.705 6.599 6.426 8.63 11.162 1.011 3.379 1.516 6.763 1.516 10.146 0.347 2.705 0 4.905-1.011 6.594-0.337 0.679-0.842 1.858-1.526 3.552-0.337 2.026-0.674 3.379-1.011 4.058v-0.505c-0.327 0-0.495-0.173-0.505-0.51v3.047c-0.327-2.601-0.832-7.253-1.526-13.951-0.01 4.107-0.684 7.238-2.031 9.383l-0.505 0.505c-1.011-2.705-1.516-5.916-1.516-9.636-1.021-2.705-1.863-5.92-2.536-9.641-0.347-1.353-0.684-2.705-1.021-4.058 0.674 3.721 0.853 7.609 0.505 11.667-1.011-1.689-2.021-4.394-3.042-8.115v0.505l-0.505-0.505c-0.674-0.337-1.358-1.184-2.031-2.537v0.505c-0.01-0.317-0.258-0.912-0.763-1.774 0.238 1.174 0.496 2.442 0.763 3.805 1.021 5.747 1.357 11.499 1.021 17.246-0.347 6.089-1.357 10.994-3.052 14.714-0.674-1.689-1.011-4.226-1.011-7.61-0.337 1.016-0.505 1.858-0.505 2.537-1.694 5.073-2.705 8.962-3.042 11.667l-0.515-0.505c-0.337-3.383-0.337-7.272 0-11.667-1.685 7.1-3.21 11.835-4.558 14.204-0.347 0.337-0.852 0.842-1.526 1.521-0.674 1.016-1.011 1.689-1.011 2.031l-0.515-0.51c0.684-2.705 2.883-9.809 6.599-21.308 0.337-1.353 0.674-2.537 1.011-3.547-1.685 4.395-3.042 7.61-4.053 9.636-0.674 1.016-2.031 2.537-4.063 4.568l-0.505-0.51c1.357-4.395 2.705-8.452 4.063-12.173-0.347 0.674-0.684 1.184-1.021 1.521-1.011 0.679-2.031 1.689-3.042 3.042l-0.505-0.505c0.674-3.384 1.348-7.104 2.031-11.162-1.357 2.031-2.373 3.721-3.047 5.073l-0.51-0.505c0.679-3.047 1.353-5.92 2.031-8.625-0.679 0.679-1.184 1.353-1.521 2.031h-0.51c1.016-3.721 1.863-9.472 2.537-17.25-0.337 1.689-1.689 6.257-4.058 13.698 0.337-1.352 0.51-2.873 0.51-4.567-0.342 0.679-0.51 1.184-0.51 1.521-1.353 6.089-2.705 11.841-4.058 17.251 0 0.679-1.689 6.594-5.073 17.756-4.736 14.541-8.457 26.887-11.162 37.034-10.82 38.217-16.235 66.967-16.235 86.243 0 3.384 1.184 13.021 3.552 28.918 0 1.353-0.337 2.368-1.016 3.042-0.674 1.694-2.026 2.537-4.058 2.537-3.378 0-5.578-5.747-6.594-17.246-0.679-11.162-1.016-16.914-1.016-17.251 0-13.524 1.863-28.744 5.583-45.658 3.042-13.188 7.61-28.918 13.694-47.18 7.441-21.308 12.856-37.033 16.235-47.179 2.705-7.778 5.073-15.051 7.104-21.813-2.031 4.731-3.889 8.62-5.583 11.667 2.031-7.778 3.215-12.514 3.552-14.204-3.379 7.436-5.578 13.02-6.594 16.74h-0.505c0.337-0.679 0.337-1.694 0-3.047-0.679 3.047-1.526 5.92-2.537 8.625h-0.51c-0.337-1.353-0.505-3.379-0.505-6.089-1.353 4.063-2.705 7.783-4.058 11.162-0.342-1.689-0.847-3.042-1.526-4.058v-1.521c-1.011 3.721-2.026 7.778-3.042 12.173h-0.505c-0.679-2.705-1.016-4.563-1.016-5.579 0-2.368 0.505-5.92 1.521-10.652-0.337 1.011-0.679 2.195-1.016 3.547-2.705 11.841-4.395 19.108-5.073 21.818h-0.505v-2.031c-0.337-1.016-0.51-1.689-0.51-2.031 0-2.705 0.847-7.609 2.537-14.709-1.689 4.058-3.547 7.441-5.579 10.146l-0.505 0.505c1.011-2.705 2.195-6.594 3.547-11.667 0.342-1.016 0.51-1.858 0.51-2.537-1.694 2.705-3.215 4.736-4.568 6.089 0.337-4.058 1.863-8.794 4.568-14.204 2.705-5.415 5.916-10.319 9.636-14.714 0.857-1.14 1.704-2.155 2.537-3.042-0.674 0.674-1.184 1.011-1.521 1.011-1.353 0.679-2.368 1.184-3.042 1.526h-0.51c-2.502 2.12-4.702 3.81-6.594 5.073 1.526-3.057 3.305-5.93 5.326-8.625-0.48 0.545-1.075 1.055-1.773 1.521-2.705 3.042-4.905 5.41-6.594 7.104-2.368 3.378-4.568 5.915-6.594 7.609v-1.016c0-2.482 1.011-5.529 3.042-9.13-4.058 5.41-6.762 9.299-8.115 11.667 0.337-1.016 0.674-1.863 1.01-2.537h-0.505l-0.505 0.505c0-0.674 0.337-2.026 1.01-4.058 0.679-1.689 1.016-3.042 1.016-4.057 0-1.694 0.679-3.889 2.031-6.594 1.689-2.71 3.889-5.073 6.594-7.104 4.058-3.384 8.457-5.242 13.188-5.579 2.71-1.353 5.247-2.2 7.61-2.537 1.016-0.679 2.199-1.353 3.552-2.031 1.016-0.337 2.031-0.847 3.047-1.521l-0.51-0.51c-1.353 0.679-2.874 1.353-4.563 2.031-6.089 2.368-9.473 3.721-10.146 4.058h-0.51c2.031-1.353 4.905-3.721 8.625-7.099 0.604-0.243 1.199-0.5 1.773-0.763-1.838 0.654-3.954 1.417-6.341 2.284-6.084 2.026-10.146 3.379-12.173 4.058 2.705-2.705 6.763-5.242 12.173-7.609 2.368-1.353 4.568-2.2 6.599-2.537 0-0.337-0.174-0.505-0.51-0.505-2.368 1.353-4.905 2.363-7.61 3.042-2.705 1.016-6.594 2.031-11.667 3.042 1.789-1.486 3.988-3.096 6.594-4.815-7.793 2.878-12.019 4.489-12.683 4.815 7.104-5.073 11.162-7.946 12.178-8.62 3.042-1.694 5.579-2.878 7.61-3.552h-0.51c-1.689 0-5.916 1.689-12.683 5.073-6.761 3.038-11.498 5.575-14.202 7.606zm29.933-10.146v0.505l0.505-0.505h-0.505zm41.601-1.521h1.011c-0.347-0.015-0.684-0.184-1.011-0.51-0.337 0-0.505 0.168-0.505 0.51h0.505z"
clip-rule="evenodd" fill="#8A1E00" fill-rule="evenodd" />
<path
d="m312.12 117.02c5.073-2.705 8.799-3.889 11.167-3.552s5.747 0.51 10.146 0.51v0.505c-2.368 0-7.61 1.689-15.725 5.073l-0.516 0.252c0.991-0.168 1.833-0.252 2.536-0.252 8.799-1.689 16.746 0 23.851 5.073-0.337 0-1.526-0.505-3.558-1.521 3.389 2.026 6.263 4.058 8.631 6.089 2.368 2.363 3.378 4.226 3.042 5.579-0.674-0.337-2.369-1.521-5.073-3.552-2.705-2.026-5.073-3.379-7.104-4.058-0.337 0-3.885-1.016-10.652-3.042-1.011-0.342-2.031-0.679-3.042-1.016h-0.505c4.053 1.016 8.283 3.21 12.683 6.594 5.073 4.058 8.284 7.441 9.632 10.146l-0.506 0.505c-2.368-2.363-6.758-5.41-13.188-9.131-6.431-4.058-10.314-6.257-11.672-6.594h-0.506c1.694 0.679 3.895 2.031 6.6 4.058 1.011 0.679 4.904 4.058 11.662 10.146-1.011-0.337-5.073-2.537-12.168-6.594-0.684-0.337-1.188-0.505-1.525-0.505 3.042 2.026 5.41 4.226 7.104 6.594-4.736-1.694-8.462-3.215-11.167-4.568-2.368-1.353-4.727-2.705-7.095-4.058l-0.516 0.505c2.031 0.679 4.231 1.694 6.6 3.047 5.073 3.042 8.62 6.257 10.651 9.636-1.685-1.011-5.41-3.042-11.157-6.084-2.457-0.926-4.577-1.853-6.341-2.794 0.595 0.336 1.011 0.763 1.269 1.268 3.715 3.384 6.42 5.92 8.114 7.61h-0.505c-0.674-0.337-3.726-2.026-9.136-5.073-1.685-1.011-3.21-1.858-4.567-2.537-0.337 0.342-0.674 0.51-1.011 0.51 1.011 0.337 2.031 0.842 3.042 1.521 1.357 1.016 2.536 1.858 3.557 2.537 2.021 0.679 4.39 1.858 7.095 3.552 4.736 1.016 8.967 3.379 12.683 7.1 2.368 2.368 4.231 5.073 5.589 8.12 1.011 2.705 1.516 4.905 1.516 6.594-0.337 1.016-0.337 2.368 0 4.058 0.337 2.031 0.506 3.384 0.506 4.058h-0.506c0.079 0.58 0.248 1.253 0.506 2.031-1.348-2.368-3.548-6.594-6.59-12.683 1.665 3.934 2.339 7.149 2.031 9.641 0 1.011-0.168 1.353-0.515 1.011-1.685-2.026-3.548-4.731-5.579-8.115-1.348-2.031-3.21-4.736-5.578-8.115-0.674-1.016-1.357-1.863-2.031-2.537 1.694 3.042 3.21 6.426 4.567 10.146-1.694-1.353-3.716-3.552-6.084-6.599v0.51h-0.515c-0.674-0.337-1.517-1.016-2.537-2.031v0.51c-0.337-0.342-0.842-0.847-1.516-1.526 0-0.337-0.168-0.505-0.505-0.505 1.01 1.353 2.021 2.705 3.041 4.058 3.042 4.736 5.41 9.81 7.104 15.22 2.368 5.752 3.379 10.825 3.042 15.219-1.021-1.689-2.199-3.889-3.557-6.594v2.536c0.684 5.073 1.357 8.962 2.031 11.667-1.685-3.042-3.379-6.763-5.073-11.162 1.357 7.441 1.694 12.515 1.021 15.219 0 0.343-0.169 0.848-0.516 1.526-0.337 1.353-0.505 2.194-0.505 2.536h-0.506c-0.337-3.047-1.011-10.656-2.031-22.829-0.337-1.353-0.505-2.537-0.505-3.552l-0.506 0.505c0.674 4.736 0.843 8.288 0.506 10.656 0 0.674-0.674 2.363-2.031 5.073h-0.506c-0.336-4.736-0.673-8.962-1.01-12.683-0.348 0.674-0.516 1.184-0.516 1.521-0.674 1.016-1.179 2.368-1.516 4.057h-0.506c-1.021-3.384-1.862-7.104-2.536-11.162-0.684 2.368-1.021 4.231-1.021 5.583h-0.506c-0.674-3.047-1.357-5.92-2.031-8.625v2.537h-0.505c-0.674-3.721-2.2-9.473-4.568-17.251 0.337 1.694 1.021 6.426 2.031 14.204-1.357-3.042-2.873-7.1-4.567-12.173 1.357 6.763 2.873 14.204 4.567 22.319 2.368 10.825 5.916 27.061 10.651 48.706 3.727 19.276 6.263 35.681 7.61 49.21 2.031 17.246 2.199 32.634 0.505 46.164l-3.042 16.74c-2.705 11.162-5.746 16.404-9.125 15.73-2.031 0-3.221-0.848-3.558-2.537-0.337-1.016-0.505-2.199-0.505-3.552 4.063-15.22 6.252-24.351 6.599-27.397 2.368-19.614 0.506-49.037-5.588-88.271-1.348-10.146-3.548-22.829-6.59-38.048-2.031-11.162-2.873-17.25-2.536-18.266-0.674-5.41-1.526-11.162-2.537-17.246-0.108 0.991-0.277 1.838-0.505 2.537-1.021-7.783-1.526-12.514-1.526-14.209h-0.505c0 8.12 0.168 14.036 0.505 17.756h-0.505c0-0.674-0.337-1.521-1.021-2.537 0.347 3.047 0.684 6.089 1.021 9.136l-0.506 0.505c-0.684-1.353-1.694-3.215-3.052-5.579 0.684 4.395 1.021 8.284 1.021 11.667h-0.505c-0.684-1.353-1.526-2.368-2.536-3.047-0.348-0.674-0.685-1.184-1.021-1.521 0.674 3.721 1.526 7.778 2.537 12.177l-1.011 0.505c-1.357-2.368-2.2-3.889-2.536-4.563-1.021-2.368-2.031-5.751-3.042-10.146 0 1.011 0.168 2.026 0.505 3.042 2.031 11.835 3.379 19.277 4.053 22.324h-0.506c0-0.342-0.337-0.847-1.01-1.526-0.674-1.01-1.189-1.689-1.526-2.026-1.011-2.368-2.031-7.104-3.042-14.204 0 4.057-0.505 7.778-1.525 11.157-0.06-2.675-0.565-6.396-1.517-11.157v-2.537c-1.021 3.042-1.694 5.41-2.031 7.099-1.357-4.058-1.862-9.13-1.525-15.219 0.347-5.747 1.357-11.331 3.052-16.741 0.218-1.104 0.476-2.12 0.753-3.042-0.05 0.169-0.139 0.337-0.248 0.505-1.021 1.353-1.862 2.2-2.536 2.537h-0.506c-1.357 3.384-2.705 5.92-4.063 7.61 0.337-4.058 1.011-7.947 2.031-11.667-0.337 1.016-0.852 2.368-1.526 4.058-1.347 3.721-2.537 6.763-3.547 9.131-0.674 3.721-1.526 6.768-2.537 9.131 0 0.679-0.168 0.51-0.505-0.505-1.357-2.705-1.526-6.931-0.515-12.683-0.337 0.679-0.505 1.521-0.505 2.537-1.348 6.763-2.368 11.499-3.042 14.204v-2.026l-0.505 0.505c-0.337-1.016-0.505-2.537-0.505-4.568-0.347-1.689-0.684-3.042-1.021-4.058-0.674-1.353-0.842-3.552-0.505-6.594 0.674-3.042 1.694-6.257 3.042-9.641 2.705-4.394 6.094-7.778 10.146-10.146 2.032-2.026 4.063-3.721 6.094-5.073 0.674-1.011 1.516-2.195 2.536-3.547 0.674-0.679 1.348-1.353 2.021-2.031 0-0.337-0.169-0.505-0.505-0.505-1.011 1.011-2.2 2.195-3.548 3.547-4.736 4.399-7.273 6.936-7.61 7.61h-0.505c1.01-2.026 2.873-5.242 5.579-9.636 0.316-0.634 0.653-1.145 1.011-1.521-1.388 1.377-3.072 2.898-5.074 4.563-4.736 4.399-7.946 7.273-9.641 8.625 1.357-3.384 4.063-7.273 8.125-11.667 1.684-2.031 3.378-3.721 5.073-5.073l-0.515-0.51c-2.022 2.368-3.885 4.399-5.579 6.089-2.368 2.031-5.578 4.568-9.641 7.61 1.021-2.705 2.705-5.579 5.073-8.625-0.337 0.342-0.674 0.679-1.011 1.016-6.084 6.089-9.473 9.473-10.146 10.146 4.736-7.778 7.441-12.173 8.115-13.188 2.031-2.705 3.894-4.568 5.578-5.583h-0.505c-1.348 0.679-4.568 3.721-9.641 9.136-4.727 5.747-7.947 9.973-9.631 12.683h-1.018c0.674-3.384 2.874-7.61 6.599-12.683 3.379-4.399 6.758-7.61 10.146-9.641h-0.505c-0.684 0.337-1.526 0.847-2.537 1.521-5.757 3.721-8.799 5.752-9.136 6.089-2.031 1.353-4.063 3.384-6.084 6.089-2.031 2.705-3.22 4.226-3.557 4.563-0.674-1.353-0.168-3.379 1.526-6.084 1.258-2.521 3.122-5.058 5.579-7.61l-2.031 2.026c5.41-7.1 12.346-10.988 20.798-11.667l1.021-0.505h3.547c-0.703-0.02-1.387-0.188-2.031-0.51-9.125-0.674-14.704-0.674-16.735 0v-0.505c4.399-1.353 7.61-2.537 9.641-3.552 2.368-1.016 6.252-0.847 11.662 0.505h1.021c-1.021-0.337-2.031-0.674-3.052-1.011-4.052-2.031-7.094-3.215-9.125-3.552 2.368 0 4.736 0.168 7.104 0.505-2.121-0.525-4.399-0.951-6.857-1.269 9.651 0.961 16.835 2.229 21.561 3.805 5.073 2.031 8.799 4.905 11.167 8.625 1.011-1.016 2.2-2.031 3.548-3.042 4.399-3.721 11.672-7.441 21.818-11.162-3.042 1.353-5.747 2.705-8.115 4.058 2.021-0.679 4.053-1.521 6.084-2.537-1.694 1.016-4.231 3.042-7.609 6.089-1.011 0.674-1.694 1.353-2.031 2.026l0.503-0.503zm-34.997 2.537l0.506 0.505h1.011c-0.337-0.336-0.674-0.505-1.011-0.505h-0.506z"
clip-rule="evenodd" fill="#8A1E00" fill-rule="evenodd" />
<path
d="m332.41 78.47c-0.674-0.342-1.517-0.679-2.537-1.016-4.39-2.031-7.441-3.215-9.126-3.552v-0.505c2.368 0.337 4.568 0.674 6.59 1.011-2.705-0.674-5.747-1.184-9.126-1.521 10.82 0.679 18.767 2.2 23.84 4.568 5.073 2.026 8.799 4.736 11.167 8.115 1.011-1.016 2.189-2.026 3.547-3.042 4.152-3.191 10.573-6.574 19.282-10.146-2.101 0.946-3.963 1.962-5.588 3.042 2.031-0.674 4.063-1.521 6.094-2.537-1.357 1.016-3.895 3.047-7.61 6.089-0.505 0.505-1.021 1.016-1.525 1.521 5.073-2.705 8.799-3.889 11.167-3.552 2.368 0.342 5.747 0.51 10.146 0.51v0.505c-2.565 0.213-7.808 1.902-15.734 5.073l-0.505 0.252c0.99-0.168 1.833-0.252 2.536-0.252 8.799-1.689 16.745 0 23.85 5.073-0.347 0-1.357-0.505-3.052-1.521 3.052 2.031 5.757 4.057 8.125 6.088 2.368 2.368 3.379 4.226 3.042 5.579-0.337-0.337-1.862-1.521-4.567-3.552-3.042-2.026-5.41-3.379-7.104-4.058-0.674 0-4.222-1.016-10.652-3.042-1.357-0.337-2.536-0.679-3.547-1.016h-0.516c4.063 1.016 8.294 3.215 12.684 6.594 5.073 4.058 8.293 7.441 9.641 10.146l-0.505 0.51c-2.368-2.368-6.768-5.583-13.188-9.641-6.094-4.058-9.978-6.089-11.672-6.089h-0.506c2.031 0.679 4.231 2.031 6.6 4.058 1.01 0.679 4.904 4.063 11.662 10.146-0.674-0.337-4.736-2.537-12.178-6.594l-1.011-0.505c3.042 2.368 5.241 4.563 6.599 6.594-4.735-1.689-8.461-3.215-11.166-4.568-2.031-1.353-4.399-2.705-7.104-4.058l-0.506 0.51c2.031 0.674 4.231 1.689 6.6 3.042 5.073 3.042 8.62 6.257 10.651 9.641-1.694-1.016-5.41-3.047-11.157-6.089-3.418-1.556-6.133-2.824-8.125-3.805 1.189 0.634 2.368 1.392 3.558 2.284 3.379 3.379 5.915 5.916 7.609 7.61-0.674-0.342-3.894-2.031-9.641-5.073-1.694-0.679-3.211-1.526-4.568-2.537-0.337 0-0.505 0.168-0.505 0.505 1.011 0.679 2.031 1.184 3.042 1.521 1.021 1.016 2.031 1.863 3.042 2.537 2.368 0.679 4.736 1.694 7.104 3.047 4.736 1.011 8.967 3.547 12.683 7.61 2.368 2.363 4.23 5.073 5.578 8.115 1.021 2.705 1.526 4.905 1.526 6.594v4.058c0.337 2.031 0.505 3.384 0.505 4.063l-0.505-0.51c0.06 0.847 0.228 1.694 0.505 2.537-1.348-2.368-3.547-6.594-6.589-12.683 1.635 3.835 2.309 7.05 2.021 9.641 0 1.016-0.169 1.353-0.506 1.016-1.685-2.031-3.379-4.736-5.073-8.12-1.684-2.026-3.715-4.736-6.083-8.115-1.021-1.353-1.863-2.537-2.537-3.552v0.505c2.031 3.047 3.716 6.425 5.073 10.146-1.694-1.011-3.726-3.042-6.094-6.083v0.505h-0.505c-0.674-0.336-1.517-1.016-2.537-2.031v0.511c-0.337-0.337-0.842-0.847-1.516-1.521 0-0.342-0.169-0.51-0.516-0.51 1.021 1.352 2.031 2.536 3.052 3.552 3.042 5.073 5.579 10.315 7.61 15.725 2.021 5.752 2.873 10.825 2.536 15.219-1.021-1.689-2.199-3.889-3.558-6.594v2.031c0.674 5.41 1.526 9.467 2.537 12.172l-0.506-0.505c-1.694-2.705-3.21-6.257-4.567-10.651 1.021 7.099 1.357 12.004 1.021 14.709-0.347 0.679-0.684 1.521-1.021 2.537 0 1.016-0.168 1.694-0.505 2.031l-0.506-0.51c0-2.705-0.674-10.146-2.031-22.319-0.198-0.798-0.366-1.556-0.505-2.284 0.307 4.117 0.307 7.248 0 9.383 0 1.016-0.506 2.878-1.526 5.583h-0.505c-0.674-4.736-1.18-8.962-1.526-12.683 0 0.674-0.168 1.184-0.505 1.521-0.674 1.016-1.18 2.368-1.517 4.058h-0.515c-0.674-3.379-1.517-7.1-2.537-11.162-0.337 2.368-0.674 4.231-1.011 5.583h-0.505c-0.674-3.047-1.189-5.92-1.526-8.625-0.337 1.016-0.505 1.858-0.505 2.537h-0.506c-0.674-4.058-2.199-9.81-4.567-17.251 0.337 1.694 1.011 6.426 2.031 14.209-1.357-3.047-2.874-7.104-4.568-12.178 1.357 6.763 2.874 14.204 4.568 22.324 2.368 10.82 5.915 27.055 10.651 48.7 3.716 19.277 6.431 35.681 8.115 49.211 1.694 17.246 1.694 32.639 0 46.164l-3.042 16.74c-2.705 10.825-5.747 16.066-9.136 15.729-1.685 0-2.873-0.847-3.547-2.536-0.337-1.016-0.506-2.2-0.506-3.553 4.053-15.22 6.421-24.519 7.104-27.902 2.368-19.277 0.337-48.532-6.094-87.765-1.348-10.146-3.379-22.998-6.084-38.559-2.368-10.82-3.389-16.74-3.042-17.756-0.684-5.41-1.357-11.157-2.031-17.246 0-0.679-0.168-1.353-0.505-2.031v4.568c-1.357-7.778-2.031-12.514-2.031-14.204-0.337 8.115-0.337 14.035 0 17.756-0.337-0.679-0.853-1.526-1.525-2.537 0.336 3.042 0.673 6.084 1.021 9.131h-0.516c-0.674-1.353-1.516-3.047-2.536-5.073 0.347 4.058 0.515 7.947 0.515 11.667h-0.515c-0.674-1.353-1.517-2.537-2.537-3.552-0.337-0.337-0.674-0.674-1.011-1.016 0.674 3.721 1.526 7.783 2.537 12.177l-0.506 0.505c-1.694-2.363-2.705-3.889-3.042-4.563-0.882-2.056-1.733-5.019-2.536-8.878v1.774c2.021 11.841 3.379 19.277 4.053 22.324l-0.506 0.505c0-0.674-0.337-1.353-1.011-2.026-0.684-1.016-1.021-1.694-1.021-2.031-1.348-2.368-2.536-7.104-3.547-14.204 0 4.057-0.337 7.778-1.021 11.162l-0.506 0.505c0-2.705-0.505-6.762-1.516-12.177v-2.026c-0.684 3.042-1.357 5.41-2.031 7.099-1.357-4.057-1.863-9.13-1.526-15.219 0.337-5.747 1.357-11.331 3.042-16.741 0.545-1.347 0.961-2.616 1.269-3.805-0.297 0.53-0.545 0.951-0.753 1.269-0.139 0.173-0.308 0.347-0.516 0.51-0.763 1.055-1.437 1.734-2.021 2.026h-0.515v-0.505c-1.348 3.72-2.705 6.425-4.053 8.115 0.317-3.795 0.911-7.6 1.773-11.415-0.297 1.164-0.724 2.433-1.269 3.805-1.357 3.384-2.536 6.257-3.547 8.625-0.684 4.058-1.526 7.273-2.537 9.641l-0.515-0.51c-1.189-2.675-1.437-6.228-0.753-10.652l-0.258 0.505c-1.357 6.768-2.368 11.499-3.042 14.204v-2.026h-0.505c-0.348-0.679-0.516-2.031-0.516-4.058-0.337-1.694-0.674-3.047-1.011-4.063-0.674-1.353-0.842-3.547-0.505-6.594 0.674-3.378 1.862-6.594 3.547-9.636 2.368-4.736 5.578-8.12 9.641-10.146 2.031-2.031 4.063-3.721 6.084-5.073 0.684-1.016 1.526-2.2 2.537-3.552 0.684-0.679 1.525-1.521 2.536-2.537h-1.011c-1.011 1.353-2.199 2.537-3.547 3.552-4.736 4.395-7.273 6.931-7.61 7.61h-0.515c1.357-2.031 3.22-5.247 5.588-9.641-1.327 0.882-2.685 1.897-4.063 3.042-4.736 4.399-7.946 7.273-9.641 8.625 1.357-3.379 4.063-7.273 8.115-11.667 0.366-0.51 0.703-1.016 1.021-1.521-0.634 0.748-1.308 1.427-2.031 2.026-2.368 2.031-5.579 4.568-9.642 7.61 1.021-2.705 2.705-5.579 5.073-8.621l-1.011 1.011c-6.094 6.089-9.304 9.473-9.641 10.146 4.399-7.778 6.937-12.173 7.609-13.188 1.774-2.358 3.379-4.216 4.816-5.578-1.357 0.54-4.489 3.586-9.384 9.13-4.736 5.747-7.946 9.978-9.641 12.683h-0.506c0.337-3.384 2.368-7.61 6.094-12.683 3.379-4.736 6.926-7.946 10.651-9.641h-1.021c-0.674 0.337-1.516 0.847-2.536 1.521-5.747 3.721-8.789 5.752-9.126 6.089-2.031 1.353-4.063 3.384-6.094 6.089-2.021 2.705-3.21 4.226-3.547 4.568-0.674-1.353-0.169-3.384 1.525-6.089 1.565-2.507 3.587-5.043 6.084-7.61-1.396 1.353-2.239 2.026-2.536 2.026 5.41-7.099 12.515-10.988 21.303-11.667l0.516-0.505h3.547c-0.703-0.015-1.387-0.188-2.031-0.51-8.788-0.674-14.367-0.674-16.735 0v-0.505c4.39-1.353 7.61-2.537 9.631-3.552 2.368-1.016 6.263-0.842 11.673 0.51 0.343 2e-3 0.68 2e-3 1.017 2e-3zm-4.559 11.157h0.506l-0.506-0.505v0.505zm7.611 4.062c0.376-0.04 0.713-0.213 1.011-0.51h-0.506c0 0.298-0.168 0.466-0.505 0.51zm-5.331-0.257c0.753-0.724 1.516-1.313 2.279-1.774l-0.506-0.505c-0.574 0.807-1.169 1.566-1.773 2.279zm43.885-3.295h-0.505c0.337 0.337 0.674 0.505 1.011 0.505l-0.506-0.505z"
clip-rule="evenodd" fill="#8A1E00" fill-rule="evenodd" />
<path
d="m445.55 152.03c-2.031-0.342-6.768-0.174-14.209 0.505-0.674 0-1.18 0.169-1.517 0.505h3.548c7.104 0.679 13.02 3.889 17.756 9.641l-0.763-0.505c1.516 1.59 2.784 3.285 3.805 5.073 1.357 2.363 1.862 4.058 1.525 5.073-0.337-0.342-1.525-1.694-3.547-4.063-1.694-2.026-3.221-3.547-4.567-4.563-0.337-0.337-3.042-2.031-8.115-5.073-0.684-0.337-1.357-0.847-2.031-1.521h-0.506c2.705 1.689 5.579 4.395 8.621 8.115 3.041 4.058 4.904 7.441 5.578 10.146l-0.506 0.505c-1.357-2.363-4.23-5.916-8.62-10.652-4.063-4.395-6.768-6.931-8.125-7.61h-0.505c1.694 1.016 3.21 2.537 4.567 4.568 0.674 1.011 3.042 4.731 7.104 11.157-0.674-0.674-3.389-3.379-8.115-8.115-0.347-0.337-0.684-0.679-1.021-1.016 2.031 2.705 3.389 5.073 4.063 7.104-3.389-2.705-6.094-4.736-8.115-6.089 3.092 3.201 5.123 6.243 6.084 9.131-1.357-1.016-4.063-3.379-8.115-7.1-1.169-0.931-2.18-1.778-3.042-2.537 2.021 3.721 3.548 6.426 4.559 8.115h-0.506c-0.337-0.337-2.536-2.368-6.589-6.089-1.021-1.016-2.031-2.2-3.052-3.552 0 0.342-0.169 0.679-0.506 1.016 0.674 0.337 1.357 0.847 2.031 1.521 1.011 1.016 1.694 1.863 2.031 2.537 1.685 1.353 3.548 2.878 5.579 4.568 3.379 1.689 6.084 4.568 8.115 8.625 1.357 2.368 2.368 4.905 3.042 7.609 0.347 2.368 0.168 4.226-0.506 5.579-0.337 0.679-0.505 1.863-0.505 3.552-0.337 1.689-0.506 2.705-0.506 3.042h-0.505v1.526c-0.684-2.031-1.526-5.92-2.537-11.672-0.237-0.233-0.406-0.485-0.515-0.758 0.653 3.949 0.485 7.08-0.506 9.383v0.51c-1.011-2.031-1.862-4.568-2.536-7.61-1.011-2.031-2.031-4.568-3.042-7.609-0.545-1.1-0.972-2.116-1.269-3.047 0.872 2.928 1.457 5.97 1.773 9.13-1.011-1.353-2.199-3.379-3.547-6.083h-0.506c-0.684-0.342-1.357-1.016-2.031-2.031v0.505c0.198 0.466 0.367 0.976 0.506 1.526 1.357 4.731 2.199 9.467 2.536 14.204 0.674 5.073 0.506 9.299-0.505 12.683-0.674-1.694-1.357-3.721-2.031-6.089v2.031c-0.635 4.092-0.971 7.303-1.011 9.636-1.021-2.705-1.526-5.915-1.526-9.636-0.674 5.747-1.525 9.636-2.536 11.667 0 0.674-0.337 1.353-1.011 2.026-0.347 0.679-0.684 1.185-1.021 1.526l-0.506-0.511c0.674-2.368 1.863-8.452 3.548-18.262v-3.047c-0.674 3.721-1.348 6.6-2.021 8.626-0.347 0.679-1.189 2.031-2.536 4.058l-0.516-0.506c0.664-3.626 1.169-6.921 1.525-9.894-0.079 0.248-0.247 0.501-0.505 0.763-0.674 0.674-1.357 1.689-2.031 3.042l-0.505-0.505c0-2.705 0.168-5.752 0.505-9.131-1.011 1.689-1.694 3.21-2.031 4.563l-0.505-0.505c0-2.368 0.168-4.905 0.505-7.61-0.674 1.016-1.011 1.858-1.011 2.537l-0.505-0.51c0.337-3.042 0.337-7.947 0-14.709 0 1.689-0.348 5.747-1.021 12.172-0.337-2.705-0.674-6.257-1.011-10.651-0.337 5.751-0.853 12.004-1.526 18.771-0.337 9.131-1.011 22.998-2.031 41.601-1.011 16.23-2.368 29.929-4.053 41.091-2.368 14.204-5.578 26.55-9.641 37.033l-6.084 12.683c-4.399 8.457-7.956 12.178-10.661 11.162-1.348-0.679-2.19-1.689-2.537-3.042 0-0.679 0.169-1.694 0.516-3.047 6.758-11.498 10.651-18.43 11.662-20.798 6.094-14.883 10.82-38.896 14.209-72.04 1.011-8.457 2.031-19.108 3.042-31.96 0.674-9.473 1.179-14.545 1.525-15.219 0.674-4.399 1.348-9.131 2.021-14.204v-1.526c-0.337 1.353-0.674 2.537-1.011 3.552 0.674-6.088 1.18-9.978 1.526-11.667-2.031 6.089-3.221 10.825-3.558 14.204h-0.505v-2.537c-0.674 2.368-1.18 4.905-1.526 7.61h-0.505c-0.337-1.353-0.674-3.042-1.011-5.073-0.674 3.721-1.357 6.936-2.031 9.641-0.337-1.353-0.843-2.537-1.526-3.552 0-0.337-0.168-0.679-0.505-1.016-0.337 3.047-0.506 6.426-0.506 10.146l-0.505 0.51c-1.021-2.367-1.694-3.889-2.031-4.567v-6.089c-1.011 10.146-1.526 16.403-1.526 18.771l-0.505 0.506c0-0.337-0.169-1.011-0.506-2.026s-0.505-1.694-0.505-2.031c-0.337-2.026-0.169-6.089 0.505-12.173-1.011 3.379-2.199 6.426-3.547 9.131h-0.516c0.685-2.031 1.189-5.241 1.526-9.641 0-0.674 0.168-1.353 0.505-2.026-1.347 2.363-2.368 4.226-3.042 5.579-0.336-3.721 0.169-7.947 1.526-12.683 1.685-4.736 3.884-9.13 6.589-13.188 0.506-0.753 1.011-1.511 1.526-2.284-0.437 0.263-0.773 0.516-1.021 0.758-1.011 0.679-1.854 1.016-2.537 1.016v0.51c-2.021 2.026-3.716 3.721-5.073 5.073 1.021-3.384 2.368-6.426 4.063-9.136-0.674 0.679-1.357 1.694-2.031 3.047-1.684 2.705-3.21 4.736-4.567 6.089-1.685 3.042-3.21 5.41-4.558 7.099v-0.505c-0.347-2.031 0.168-4.736 1.516-8.12-2.497 4.687-4.271 8.07-5.321 10.146 0.169-0.5 0.248-1.011 0.248-1.521h-0.505v-3.042c0.337-1.353 0.505-2.537 0.505-3.552-0.337-1.353 0-3.042 1.021-5.073 1.011-2.705 2.537-5.073 4.558-7.104 3.053-3.379 6.431-5.579 10.146-6.594 2.368-1.016 4.399-1.858 6.094-2.537 0.674-0.674 1.517-1.353 2.537-2.026 1.011-0.679 1.862-1.184 2.536-1.526 0-0.337-0.168-0.505-0.505-0.505-1.021 0.679-2.2 1.353-3.558 2.031-4.736 2.705-7.441 4.226-8.115 4.563 1.357-1.353 3.548-3.552 6.6-6.594 0.337-0.336 0.842-0.679 1.516-1.016-1.685 0.679-3.547 1.521-5.578 2.537-4.736 2.705-7.946 4.399-9.642 5.073 1.695-2.705 4.736-5.41 9.136-8.115 1.685-1.016 3.379-1.862 5.073-2.536 0-0.337-0.168-0.51-0.505-0.51-2.031 1.352-3.895 2.536-5.589 3.552-2.368 1.016-5.41 2.368-9.125 4.058 1.347-2.026 3.21-3.889 5.578-5.579-0.337 0-0.674 0.169-1.011 0.505-6.094 3.384-9.473 5.247-10.146 5.583 5.41-5.073 8.452-7.946 9.126-8.625 2.368-1.689 4.23-2.874 5.578-3.552-1.348 0.337-4.726 2.2-10.146 5.583-5.072 3.378-8.451 5.915-10.146 7.609h-1.011c1.357-2.368 4.063-5.247 8.115-8.625 3.726-3.047 7.272-4.905 10.651-5.583h-0.506c-1.011 0-1.862 0.173-2.536 0.51-5.747 1.689-8.789 2.705-9.126 3.042-1.694 0.679-3.726 1.863-6.094 3.552-2.031 1.689-3.21 2.705-3.547 3.042-0.337-1.353 0.505-2.873 2.536-4.563 1.565-1.878 3.587-3.483 6.084-4.821-1.07 0.505-1.744 0.763-2.031 0.763 5.757-4.399 12.178-5.92 19.282-4.568l0.505-0.505c1.021 0.337 2.031 0.674 3.042 1.011-0.337-0.337-0.842-0.674-1.516-1.011-7.104-2.368-11.504-3.552-13.188-3.552v-0.51c3.716-0.337 6.589-0.505 8.62-0.505 2.031-0.337 5.073 0.679 9.136 3.042h0.506c-0.337-0.337-0.853-0.842-1.526-1.521-3.042-2.705-5.241-4.395-6.589-5.073 1.685 0.679 3.379 1.353 5.073 2.031-1.427-0.852-2.943-1.615-4.568-2.284 7.253 2.65 12.663 5.271 16.23 7.862 3.726 2.705 5.926 5.752 6.6 9.131 1.347-0.674 2.704-1.353 4.052-2.026 4.063-1.694 10.662-3.047 19.788-4.058-2.705 0.674-5.242 1.184-7.61 1.521 1.694 0 3.558-0.168 5.579-0.51-1.348 0.342-3.885 1.353-7.61 3.047-0.495 0.248-1.001 0.589-1.516 1.016 4.736-1.016 8.115-1.184 10.146-0.51 1.685 0.679 4.399 1.521 8.115 2.537v0.512zm-51.743-3.552v-0.51c-0.01 0.332-0.178 0.5-0.515 0.51h0.515zm32.975 12.172c1.348 0.679 2.874 2.031 4.559 4.063 0.178 0.168 0.347 0.337 0.515 0.505-1.357-1.689-2.883-3.384-4.567-5.073-0.338 0-0.507 0.168-0.507 0.505zm-27.396-16.74h-0.506l0.506 0.51h0.505c-0.337-9e-3 -0.505-0.178-0.505-0.51zm24.86 37.544h-0.516c0.406 0.599 0.743 1.278 1.021 2.026-0.01-0.367-0.178-1.045-0.505-2.026z"
clip-rule="evenodd" fill="#8A1E00" fill-rule="evenodd" />
<path
d="m335.46 189.57c0.674 0 1.516 0.168 2.536 0.51-0.347-0.342-0.852-0.51-1.525-0.51-6.084-2.368-9.979-3.552-11.673-3.552 3.389-0.337 5.926-0.673 7.61-1.01 2.031 0 4.736 1.01 8.125 3.042h0.505c-0.337-0.337-0.852-0.847-1.525-1.521-2.705-2.368-4.568-3.72-5.579-4.057 1.694 0.337 3.211 0.842 4.568 1.521-1.694-1.016-3.726-2.031-6.094-3.047 7.441 2.71 12.851 5.415 16.24 8.12 3.378 2.368 5.409 5.073 6.083 8.115 1.021-0.674 2.031-1.353 3.042-2.026 3.26-1.184 7.649-2.115 13.198-2.794-0.703 0.183-1.377 0.436-2.031 0.763 1.348-0.337 3.042-0.505 5.073-0.505-1.357 0.337-3.557 1.184-6.599 2.537-0.674 0.337-1.348 0.674-2.031 1.011h0.515c4.053-1.011 6.927-1.184 8.621-0.505 1.357 0.679 3.716 1.521 7.104 2.537-1.694-0.337-5.747-0.168-12.178 0.505-0.674 0-1.18 0.173-1.526 0.51h3.052c6.421 0.674 11.662 3.378 15.725 8.115-0.336 0-1.021-0.337-2.031-1.016 2.031 1.694 3.548 3.553 4.568 5.584 1.348 2.026 1.862 3.379 1.516 4.058-0.337-0.337-1.348-1.353-3.042-3.042-1.684-2.031-3.042-3.553-4.052-4.568-0.348 0-2.705-1.353-7.104-4.058-0.674-0.679-1.357-1.184-2.031-1.521h-0.506c2.705 1.689 5.41 4.058 8.115 7.1 2.705 3.721 4.231 6.768 4.567 9.131h-0.505c-1.357-2.026-3.894-5.073-7.609-9.131-3.726-4.058-6.094-6.258-7.104-6.595 1.011 1.016 2.199 2.368 3.547 4.058 0.674 0.679 2.874 3.89 6.6 9.642-0.674-0.679-3.211-3.047-7.61-7.104l-0.505-0.506c1.685 2.026 2.873 3.89 3.547 5.579-3.042-2.026-5.41-3.721-7.104-5.073 2.428 2.868 4.122 5.573 5.073 8.12-1.011-1.016-3.379-3.047-7.104-6.089-0.911-0.917-1.754-1.759-2.536-2.537 1.694 3.379 3.052 5.747 4.063 7.1h-0.506c-0.337-0.337-2.199-2.026-5.578-5.073-1.021-1.011-2.031-2.026-3.052-3.042v0.506c0.347 0.342 0.852 0.847 1.525 1.525 0.674 1.011 1.18 1.858 1.526 2.537 1.685 1.011 3.379 2.194 5.073 3.547 2.705 1.694 5.073 4.231 7.095 7.61 1.357 2.368 2.199 4.567 2.536 6.599 0.347 2.363 0.347 4.058 0 5.073-0.337 0.674-0.674 1.689-1.011 3.042v3.042h-0.505v1.525c-0.337-2.031-1.189-5.415-2.537-10.146 0.337 3.041 0.169 5.409-0.505 7.099l-0.516 0.511c-0.674-2.031-1.348-4.399-2.021-7.104-0.684-1.689-1.525-3.889-2.536-6.594-0.308-0.456-0.565-0.877-0.763-1.269 0.555 2.012 0.98 4.295 1.268 6.847-1.021-1.016-2.199-2.873-3.557-5.578v0.505c-0.337-0.337-0.843-1.016-1.517-2.026v0.506c-0.337-0.337-0.674-0.848-1.021-1.521l-0.505-0.51c0.674 1.016 1.188 2.199 1.525 3.552 1.348 3.721 2.2 7.778 2.537 12.178 0.337 4.395 0 8.115-1.021 11.162-0.337-1.353-0.843-3.047-1.517-5.073v1.521c-0.674 4.058-1.021 6.932-1.021 8.626-0.674-2.71-1.011-5.584-1.011-8.626-0.674 5.073-1.525 8.626-2.536 10.652 0 0.337-0.337 0.847-1.011 1.521-0.347 0.679-0.516 1.185-0.516 1.526l-0.505-0.511c0.674-2.026 1.694-7.441 3.042-16.235v-2.536c-0.674 3.384-1.348 5.92-2.021 7.609 0 0.679-0.684 1.863-2.031 3.553l-0.506-0.506c0.654-3.274 1.16-6.232 1.517-8.878-0.089 0.258-0.258 0.511-0.506 0.758-0.674 0.679-1.357 1.526-2.031 2.537v-8.115c-0.674 1.353-1.179 2.536-1.516 3.552h-0.516c0-2.368 0.169-4.567 0.516-6.594-0.347 0.674-0.684 1.184-1.021 1.521v-12.683c-0.03 1.194-0.535 4.578-1.516 10.146 0-2.368-0.169-5.41-0.516-9.131-0.674 5.073-1.011 10.483-1.011 16.23-0.674 8.12-1.357 20.466-2.031 37.038-1.011 14.204-2.199 26.208-3.547 36.018-2.031 12.515-4.905 23.508-8.631 32.976l-5.578 11.162c-4.053 7.099-7.104 10.314-9.126 9.636-1.357-0.674-2.031-1.521-2.031-2.537-0.337-0.673-0.337-1.521 0-2.536 5.747-10.146 9.126-16.23 10.146-18.262 5.41-13.53 9.641-34.833 12.683-63.92 1.011-7.441 1.863-16.914 2.537-28.412 0.674-8.115 1.179-12.515 1.516-13.188 0.684-4.058 1.357-8.288 2.031-12.683v-1.016c-0.337 1.016-0.674 2.031-1.011 3.042 0.674-5.747 1.179-9.3 1.517-10.652-1.685 5.41-2.874 9.642-3.548 12.684-0.337-0.679-0.505-1.353-0.505-2.031-0.337 2.031-0.674 4.23-1.021 6.599h-0.506c0-1.016-0.337-2.368-1.011-4.063-0.337 3.047-0.852 5.752-1.525 8.12h-0.506c-0.337-1.016-0.674-2.031-1.011-3.047-0.347-0.337-0.515-0.674-0.515-1.011-0.337 3.042-0.506 6.084-0.506 9.131l-0.505 0.505c-0.674-2.026-1.18-3.379-1.526-4.058v-5.578c-1.011 8.794-1.516 14.372-1.516 16.74h-0.506c0-0.337-0.168-0.847-0.515-1.521-0.337-0.679-0.506-1.185-0.506-1.526-0.337-2.026-0.168-5.578 0.506-10.651-0.674 3.042-1.685 5.578-3.042 7.609l-0.506 0.506c0.674-2.026 1.18-5.073 1.526-9.131 0-0.228 0.079-0.564 0.248-1.016-0.952 1.843-1.883 3.364-2.785 4.567 0-3.384 0.674-7.104 2.021-11.161 1.357-4.058 3.052-7.947 5.073-11.668 0.645-0.956 1.318-1.798 2.031-2.536-0.693 0.679-1.199 1.016-1.516 1.016-0.684 0.674-1.189 1.016-1.526 1.016l-0.505 0.505v-0.505c-1.694 2.026-3.042 3.547-4.063 4.563 0.634-2.204 1.565-4.404 2.794-6.594-0.337 0.5-0.753 1.006-1.269 1.521-1.694 2.368-3.042 4.231-4.063 5.584-1.348 2.705-2.705 4.731-4.053 6.084v-0.506c-0.347-2.031 0.337-4.904 2.021-8.625-0.337 0.337-0.674 0.847-1.011 1.521-2.031 4.399-3.547 7.441-4.567 9.136 0-0.679 0.168-1.184 0.505-1.525h-0.505l-0.506 0.51c0-0.679 0.169-1.694 0.506-3.047s0.505-2.363 0.505-3.042c-0.337-1.353 0-3.042 1.021-5.073 1.011-2.031 2.2-4.058 3.548-6.089 2.705-2.705 5.747-4.563 9.136-5.578 2.031-1.016 3.884-1.694 5.578-2.031 0.674-0.674 1.357-1.353 2.031-2.026 1.011-0.679 1.863-1.184 2.537-1.526h-0.506c-1.021 0.68-2.199 1.185-3.557 1.526-4.053 2.363-6.253 3.721-6.59 4.058h-0.515c1.357-1.016 3.22-2.873 5.588-5.584 0.674-0.336 1.18-0.673 1.517-1.01-1.348 0.674-2.874 1.353-4.568 2.026-4.39 2.368-7.263 3.89-8.62 4.568 1.694-2.368 4.399-4.736 8.115-7.104 1.694-1.016 3.21-1.858 4.567-2.537-0.337 0-0.505-0.168-0.505-0.505-1.694 1.353-3.389 2.537-5.073 3.552-2.031 0.674-4.736 1.858-8.115 3.547 1.011-1.689 2.705-3.379 5.073-5.073-0.347 0-0.684 0.173-1.021 0.51-5.41 3.042-8.284 4.737-8.621 5.073 4.736-4.736 7.441-7.272 8.115-7.609 1.694-1.694 3.211-2.705 4.568-3.047-1.021 0-3.895 1.526-8.631 4.568-4.389 3.042-7.609 5.41-9.631 7.104v-0.51c0.674-2.026 2.874-4.395 6.589-7.1 3.389-2.71 6.431-4.399 9.136-5.073v-0.51c-0.674 0.337-1.525 0.679-2.536 1.016-4.736 1.353-7.273 2.2-7.61 2.537-1.694 0.337-3.557 1.353-5.578 3.042-1.694 1.353-2.883 2.2-3.557 2.536 0-1.01 0.852-2.363 2.536-4.057 1.388-1.382 2.992-2.65 4.825-3.805l-0.763 0.252c5.073-3.721 10.651-5.073 16.735-4.058h0.526zm5.578 1.521v0.51h0.506c-0.327-9e-3 -0.496-0.178-0.506-0.51zm24.346 14.715c1.188 0.887 2.368 1.902 3.557 3.042-1.09-1.08-2.269-2.265-3.557-3.548v0.506zm-3.042 1.52c1.021 0.679 2.031 1.353 3.042 2.031-0.941-0.946-1.794-1.793-2.537-2.536l-0.505 0.505zm-25.871-12.682c-0.327 0.327-0.664 0.496-1.011 0.51h1.011v-0.51z"
clip-rule="evenodd" fill="#8A1E00" fill-rule="evenodd" />
<path
d="m127.46 172.32c3.384 0 5.752-0.173 7.104-0.51 2.026-0.337 4.905 0.51 8.625 2.537h0.505c-0.679-0.337-1.353-0.674-2.031-1.016-2.363-2.363-4.226-3.889-5.578-4.563 1.689 0.674 3.215 1.353 4.568 2.026-0.932-0.738-1.942-1.417-3.047-2.026 5.885 2.358 10.28 4.558 13.193 6.594 3.379 2.368 5.41 5.073 6.084 8.115 1.021-0.673 2.2-1.184 3.557-1.521 3.716-1.689 9.462-2.874 17.241-3.552-2.368 0.342-4.558 0.679-6.589 1.016 1.684 0 3.378-0.168 5.073-0.505-1.357 0.337-3.557 1.353-6.599 3.042l-0.505 0.252c3.527-0.758 6.064-0.674 7.609 0.258 1.694 0.337 4.063 1.01 7.104 2.026 0.337 0.337 0.337 0.511 0 0.511-1.694-0.342-5.747-0.174-12.177 0.505h1.526v0.505c6.42 0.342 11.662 3.047 15.725 8.12l-2.031-1.521c2.031 1.689 3.716 3.547 5.073 5.579 1.011 2.031 1.357 3.552 1.011 4.568-0.337-0.342-1.179-1.526-2.537-3.552-1.685-2.031-3.21-3.384-4.558-4.058-0.347-0.342-2.705-1.863-7.104-4.568-0.604-0.302-1.278-0.639-2.031-1.016 2.774 1.452 5.311 3.82 7.61 7.104 2.705 3.721 4.231 6.763 4.568 9.131h-0.505c-1.021-2.031-3.389-5.073-7.104-9.131-3.458-3.775-5.747-5.975-6.847-6.594 1.09 1.045 2.19 2.398 3.29 4.058 0.684 0.674 2.705 3.721 6.094 9.13-0.674-0.336-3.21-2.705-7.61-7.104l-0.505-0.505c1.684 2.368 2.873 4.395 3.547 6.089-3.042-2.368-5.41-4.231-7.104-5.583 2.428 3.201 4.122 6.074 5.073 8.625-1.011-1.016-3.379-3.21-7.104-6.594-1.03-0.862-1.962-1.704-2.784-2.537 0.069 0.193 0.159 0.362 0.248 0.505 1.694 3.384 3.052 5.583 4.063 6.599v0.505c-0.674-0.336-2.705-2.199-6.084-5.578-1.021-1.016-1.863-1.863-2.537-2.537h-0.515c0.347 0.674 0.852 1.353 1.526 2.026 0.674 0.679 1.357 1.353 2.031 2.031 1.348 1.016 2.874 2.369 4.568 4.057 3.042 1.353 5.578 3.89 7.609 7.61 1.011 2.031 1.685 4.226 2.021 6.594 0.347 2.031 0.347 3.721 0 5.073-0.337 0.679-0.505 1.694-0.505 3.047-0.337 1.353-0.505 2.195-0.505 2.537-0.327 0-0.495-0.174-0.505-0.511v2.031c-0.337-2.031-1.189-5.41-2.537-10.146 0.674 3.042 0.505 5.41-0.505 7.1v0.511c-1.021-1.694-1.863-3.89-2.537-6.595-0.684-1.694-1.526-3.889-2.537-6.599-0.347-1.353-0.684-2.363-1.021-3.042 0.673 2.705 1.189 5.578 1.526 8.625-1.021-1.353-2.031-3.215-3.042-5.583h-0.515c-0.337-0.337-0.842-0.843-1.516-1.521-0.337-0.337-0.674-0.842-1.021-1.521 0.347 1.016 0.684 2.031 1.021 3.042 1.348 4.063 2.2 8.288 2.537 12.683 0.337 4.399 0.168 8.12-0.505 11.162-0.684-1.689-1.189-3.553-1.526-5.578 0 0.673-0.168 1.184-0.505 1.521-0.337 4.058-0.505 7.104-0.505 9.131l-0.515-0.506c-0.674-2.368-1.011-5.241-1.011-8.625-0.674 5.41-1.357 9.131-2.031 11.162-0.337 0-0.674 0.337-1.011 1.016-0.337 0.674-0.674 1.184-1.021 1.521 0.347-2.368 1.189-7.946 2.537-16.74 0-1.016 0.168-1.862 0.515-2.536h-0.515c-0.337 3.379-0.842 5.915-1.516 7.609-0.337 0.674-1.189 1.857-2.537 3.547 0.337-3.379 0.842-6.426 1.516-9.13-0.337 0.337-0.674 0.679-1.011 1.016-0.674 0.679-1.179 1.521-1.526 2.536l-0.505-0.505c0-2.368 0.168-5.073 0.505-8.12-1.011 1.694-1.685 3.047-2.021 4.058l-0.515-0.506c0.347-2.031 0.515-4.226 0.515-6.594-0.347 1.016-0.684 1.689-1.021 2.026 0.337-3.042 0.337-7.437 0-13.188 0 1.353-0.505 4.904-1.521 10.651 0-2.363-0.168-5.578-0.505-9.636-0.337 5.073-0.679 10.651-1.016 16.74-0.679 8.115-1.353 20.293-2.031 36.528-0.674 14.54-1.858 26.55-3.547 36.017-2.031 12.852-4.905 23.846-8.625 32.976l-5.583 11.162c-3.721 7.441-6.763 10.652-9.131 9.642-1.353-0.342-2.026-1.185-2.026-2.537v-2.536c6.084-10.146 9.468-16.235 10.146-18.267 5.41-13.188 9.636-34.328 12.683-63.415 1.011-7.44 2.026-16.908 3.042-28.407 0.679-8.457 1.016-12.852 1.016-13.193 0.674-4.058 1.353-8.283 2.026-12.683v-1.521c-0.337 1.353-0.674 2.368-1.011 3.047 0.674-5.752 1.184-9.136 1.521-10.146v-0.51c-1.694 5.752-2.705 10.146-3.047 13.193h-0.505c0-0.679-0.168-1.526-0.505-2.537-0.342 2.363-0.679 4.563-1.016 6.595-0.337-1.016-0.679-2.368-1.016-4.058h-0.505c-0.342 3.042-0.847 5.915-1.526 8.62-0.337-1.353-0.842-2.363-1.521-3.042 0-0.337-0.168-0.679-0.505-1.016 0 2.705-0.168 5.752-0.511 9.131h-0.505c-0.679-2.026-1.016-3.379-1.016-4.058-0.258-1.293-0.426-2.982-0.505-5.073-0.679 8.794-1.184 14.377-1.521 16.74-0.342-0.337-0.679-0.842-1.016-1.521v-1.521c-0.337-2.031-0.168-5.751 0.505-11.161-1.016 3.047-2.2 5.752-3.552 8.12 0.342-1.694 0.679-4.568 1.016-8.626 0.337-0.679 0.51-1.184 0.51-1.521-1.016 2.026-2.031 3.547-3.047 4.563 0-3.042 0.679-6.763 2.031-11.162 1.353-4.058 3.21-7.778 5.579-11.157 0.679-1.016 1.352-2.031 2.031-3.047h-0.511c-0.337 0.68-0.673 1.185-1.01 1.521-0.679 0.679-1.353 1.016-2.031 1.016h-0.505c-1.694 2.031-3.047 3.552-4.063 4.567 1.016-3.047 2.2-5.752 3.552-8.12-0.674 0.68-1.353 1.526-2.026 2.537-1.694 2.368-3.047 4.399-4.063 6.089-1.353 2.368-2.537 4.399-3.547 6.089-0.342 0.337-0.51 0.168-0.51-0.506-0.253-1.783 0.084-3.978 1.016-6.599-2.11 4.196-3.636 7.074-4.568 8.625 0.258-0.505 0.426-1.016 0.51-1.521h-0.51c0-0.337 0.173-1.353 0.51-3.042v-3.047c-0.337-1.016 0-2.537 1.016-4.563 1.011-2.367 2.363-4.399 4.058-6.088 2.705-3.047 5.579-4.905 8.625-5.583 2.026-1.011 3.889-1.858 5.578-2.537 0.679-0.674 1.521-1.353 2.537-2.026 0.679-0.337 1.353-0.679 2.031-1.016 0-0.337-0.173-0.505-0.51-0.505-1.016 0.674-2.2 1.353-3.552 2.026-4.057 2.368-6.257 3.721-6.594 4.058l-0.505-0.505c1.353-1.016 3.378-2.874 6.089-5.579 0.336-0.342 0.673-0.679 1.01-1.016-1.353 0.674-2.874 1.521-4.563 2.537-4.058 2.026-6.768 3.552-8.12 4.563 1.353-2.363 3.889-4.731 7.61-7.1 1.694-1.352 3.215-2.199 4.567-2.536v-0.511c-2.031 1.353-3.889 2.368-5.578 3.047-1.694 1.016-4.399 2.2-8.12 3.552 1.179-1.476 2.616-2.913 4.315-4.315-5.256 2.883-8.214 4.489-8.878 4.82 4.731-4.394 7.437-6.931 8.115-7.609 2.031-1.353 3.552-2.368 4.568-3.042-1.016 0-3.889 1.689-8.625 5.073-4.399 3.042-7.441 5.241-9.131 6.594h-0.51c1.016-2.368 3.384-4.905 7.104-7.609 3.042-2.705 6.089-4.399 9.131-5.073h-0.505c-0.679 0.337-1.526 0.505-2.537 0.505-4.736 1.694-7.273 2.537-7.61 2.537-1.353 0.679-3.047 1.694-5.073 3.047-2.031 1.689-3.215 2.705-3.552 3.042-0.337-1.016 0.337-2.368 2.026-4.057 1.269-1.269 2.621-2.453 4.063-3.552 5.073-4.058 10.652-5.41 16.741-4.058l0.505-0.51c0.654 0.332 1.669 0.5 3.047 0.51-0.699-0.02-1.209-0.193-1.526-0.51-6.083-2.026-9.973-3.042-11.667-3.042-0.341-2e-3 -0.341-0.17-4e-3 -0.507zm15.729 13.693l0.505-0.505h-0.505v0.505zm24.346 6.599c0.743 0.367 1.496 0.872 2.289 1.521-0.624-0.654-1.219-1.328-1.773-2.031h-0.515v0.51zm3.557-1.526v-0.505h-0.505l0.505 0.505z"
clip-rule="evenodd" fill="#8A1E00" fill-rule="evenodd" />
<path
d="m214.72 280.38c-7.778 0.337-12.514 0.169-14.208-0.51h-7.61c5.757-0.337 11.504-0.506 17.25-0.506 7.104 0 15.22 0.169 24.355 0.506-5.409 0.342-12.008 0.51-19.787 0.51zm21.303-17.25c4.063 0.336 7.104 0.679 9.136 1.016-2.705 0.679-5.242 1.352-7.609 2.031-5.41 0.674-15.051 0.505-28.913-0.511-6.768-0.674-12.515-1.353-17.251-2.026 3.379-0.679 7.441-1.184 12.178-1.525h20.798c1.01-0.338 4.904-1e-3 11.661 1.015zm-37.533 7.609c0.337 0 0.842-0.169 1.516-0.506 2.368 0 4.568-0.168 6.599-0.51h22.829c6.757 0.342 10.988 1.184 12.683 2.536l-35.512 2.031c-2.705-0.337-5.41-0.679-8.115-1.016-1.021-0.337-1.863-0.505-2.537-0.505-0.684 0-1.357-0.169-2.031-0.511-1.694 0-3.389-0.168-5.073-0.505 2.031-0.679 4.053-1.016 6.084-1.016 1.694 2e-3 2.874 2e-3 3.557 2e-3z"
clip-rule="evenodd" fill="#fff" fill-rule="evenodd" />
<path
d="m55.93 188.05c4.533-2.863 9.438-3.71 14.709-2.537l0.51-0.505c0.406 0 0.917 0.084 1.521 0.252l-0.505-0.252c-6.089-2.368-9.978-3.552-11.672-3.552 3.384-0.337 5.92-0.51 7.61-0.51 1.694-0.337 4.399 0.51 8.12 2.536h0.505c-0.337-0.336-0.842-0.673-1.521-1.01-2.368-2.368-4.226-3.889-5.578-4.568 1.689 0.679 3.21 1.184 4.563 1.521-0.396-0.238-0.817-0.491-1.268-0.758 5.014 2.071 8.819 4.013 11.415 5.831 3.047 2.368 5.073 5.073 6.089 8.12 1.016-0.679 2.031-1.184 3.042-1.526 4.063-1.689 9.978-3.042 17.756-4.058-2.363 0.679-4.563 1.184-6.594 1.521 1.694 0 3.384-0.168 5.073-0.505-1.353 0.337-3.552 1.353-6.594 3.042 3.27-0.584 5.633-0.584 7.104 0 1.689 0.679 4.058 1.526 7.1 2.537v0.51c-1.689-0.337-5.747-0.337-12.172 0-0.659 0.327-1.165 0.496-1.526 0.505h2.536l0.511 0.51c6.425 0.337 11.667 3.042 15.725 8.115-0.272-0.272-0.783-0.782-1.521-1.521 1.779 1.873 3.136 3.73 4.058 5.578 1.353 2.031 1.863 3.553 1.521 4.568-0.337-0.337-1.353-1.521-3.042-3.553-1.353-2.031-2.705-3.384-4.058-4.058-0.337-0.336-2.705-1.862-7.104-4.567-0.674-0.337-1.353-0.842-2.026-1.521 0 0.337-0.173 0.505-0.51 0.505 2.705 1.353 5.242 3.721 7.61 7.104 3.047 3.384 4.736 6.257 5.073 8.625l-0.505 0.506c-1.353-2.026-3.889-5.073-7.61-9.131-2.482-2.71-4.345-4.568-5.583-5.579 0.713 0.713 1.561 1.556 2.537 2.537 0.342 1.011 2.368 4.226 6.089 9.636-0.674-0.337-3.21-2.705-7.61-7.1l-0.505-0.51c1.689 2.031 2.874 4.058 3.552 6.089-3.047-2.368-5.415-4.227-7.104-5.579 2.427 2.864 4.117 5.569 5.073 8.115-1.016-0.679-3.384-2.705-7.104-6.089-1.962-1.635-3.572-3.076-4.816-4.31 0.55 0.569 1.14 1.332 1.774 2.283 2.031 3.042 3.552 5.242 4.568 6.595l-0.51 0.505c2.819 1.581 5.019 3.949 6.594 7.104 1.353 2.368 2.2 4.736 2.537 7.1 0.342 2.031 0.173 3.721-0.505 5.073 0 0.679-0.168 1.694-0.505 3.047v2.536h-0.51v1.521c-0.674-2.031-1.521-5.41-2.537-10.146 0.337 3.042 0.168 5.41-0.505 7.104l-0.51 0.505c-0.673-1.688-1.353-4.057-2.026-7.104-0.679-1.689-1.521-3.721-2.537-6.084-0.679-1.353-1.184-2.537-1.521-3.553v0.506c1.011 2.705 1.689 5.41 2.026 8.12-1.016-1.016-2.026-2.879-3.042-5.584v0.511h-0.51c-0.337-0.342-0.842-1.016-1.521-2.031v0.505c-0.337-0.337-0.674-0.842-1.016-1.521 0.342 1.016 0.679 2.031 1.016 3.047 1.353 4.058 2.2 8.115 2.537 12.172 0.337 4.736 0 8.457-1.016 11.162-0.337-1.353-0.842-3.042-1.521-5.073v1.521c-0.62 3.735-0.961 6.608-1.016 8.625-0.674-2.368-1.011-5.241-1.011-8.625-0.679 5.41-1.526 8.962-2.537 10.656 0 0.337-0.173 0.843-0.51 1.521-0.674 0.674-1.016 1.184-1.016 1.521l-0.505-0.505c0.337-2.031 1.353-7.441 3.042-16.235v-2.537c-0.674 3.379-1.353 5.916-2.026 7.61 0 0.674-0.679 1.857-2.031 3.552l-0.505-0.51c0.654-2.943 1.159-5.732 1.521-8.368-0.089 0.258-0.258 0.511-0.505 0.758-0.679 0.337-1.353 1.016-2.031 2.031v-8.12c-0.679 1.353-1.184 2.537-1.521 3.553h-0.51c0-2.026 0.173-4.226 0.51-6.594-0.337 0.679-0.679 1.353-1.016 2.031v-12.941c-0.03 1.368-0.54 4.831-1.521 10.404-0.337-2.71-0.51-5.92-0.51-9.641-0.674 5.073-1.011 10.651-1.011 16.74-0.679 7.778-1.353 19.956-2.031 36.527-0.679 14.204-1.858 26.214-3.552 36.018-2.026 12.856-4.905 23.845-8.625 32.976l-5.579 11.162c-4.058 7.441-7.104 10.656-9.131 9.641-1.353-0.336-2.2-1.184-2.537-2.536 0-0.679 0.168-1.521 0.505-2.536 5.752-10.146 9.131-16.235 10.146-18.267 5.41-13.188 9.641-34.328 12.683-63.415 1.016-7.436 1.863-16.908 2.537-28.407 0.679-8.457 1.184-12.852 1.521-13.188 0.679-4.399 1.353-8.794 2.031-13.193v-1.016c-0.337 1.016-0.679 2.031-1.016 3.047 0.679-5.752 1.184-9.304 1.521-10.656-1.689 5.752-2.874 9.978-3.547 12.683-0.342-0.337-0.51-1.011-0.51-2.026-0.337 2.368-0.674 4.563-1.016 6.595h-0.505c0-1.016-0.337-2.368-1.016-4.058-0.337 3.042-0.842 5.746-1.521 8.114h-0.505c0-1.016-0.342-2.025-1.016-3.041-0.327 0-0.5-0.169-0.511-0.511 0 2.72-0.168 5.594-0.505 8.625l-0.505 0.511c-1.016-2.031-1.526-3.384-1.526-4.063v-5.073c-1.011 8.794-1.521 14.209-1.521 16.235h-0.505l-0.51-1.521c-0.337-0.679-0.505-1.184-0.505-1.521-0.337-2.031-0.168-5.584 0.505-10.657-0.674 3.047-1.689 5.752-3.042 8.12h-0.505c0.674-2.031 1.184-4.904 1.521-8.625 0-0.679 0.168-1.353 0.505-2.031-1.353 2.031-2.368 3.721-3.042 5.073 0-3.042 0.674-6.763 2.026-11.157 1.353-4.063 3.047-7.951 5.073-11.672 0.629-0.941 1.224-1.704 1.778-2.279-0.263 0.263-0.52 0.516-0.763 0.758-1.016 0.679-1.689 1.185-2.026 1.521h-0.51v-0.506c-1.689 2.368-3.042 3.89-4.058 4.568 0.629-2.21 1.561-4.404 2.789-6.6-0.332 0.501-0.753 1.011-1.268 1.526-1.689 2.363-3.042 4.226-4.058 5.578-1.353 2.705-2.705 4.905-4.058 6.595v-0.506c-0.337-2.368 0.337-5.41 2.026-9.131-0.337 0.337-0.674 0.843-1.011 1.521-2.031 4.736-3.552 7.946-4.568 9.636 0-0.674 0.168-1.353 0.505-2.026l-0.505 0.506v-3.042c0.337-1.353 0.505-2.368 0.505-3.047-0.337-1.353 0-2.874 1.016-4.563 1.016-2.368 2.368-4.399 4.058-6.089 2.71-3.042 5.583-4.904 8.625-5.578 2.031-1.353 3.889-2.2 5.583-2.537 0.673-0.679 1.353-1.353 2.026-2.031 1.016-0.337 1.863-0.679 2.537-1.016l-0.505-0.505c-1.016 0.674-2.2 1.353-3.552 2.026-4.057 2.368-6.257 3.552-6.594 3.552h-0.51c1.353-1.016 3.215-2.873 5.583-5.578 0.673-0.337 1.184-0.679 1.521-1.016-1.352 0.679-2.873 1.521-4.567 2.537-4.058 2.031-6.931 3.384-8.621 4.057 1.689-2.368 4.395-4.736 8.115-7.099 1.689-1.016 3.215-1.863 4.568-2.537h-0.511c-1.689 1.011-3.378 2.026-5.073 3.042-2.026 1.016-4.736 2.2-8.115 3.552 1.016-1.694 2.537-3.215 4.563-4.568h-0.505c-5.073 3.047-7.947 4.736-8.625 5.073 4.736-4.395 7.441-6.931 8.12-7.61 2.026-1.689 3.547-2.705 4.563-3.042-1.016 0-3.889 1.521-8.625 4.563-4.731 3.047-7.947 5.415-9.636 7.104 0.674-2.368 2.874-4.905 6.594-7.61 3.384-2.705 6.426-4.395 9.131-5.073-0.674 0-1.521 0.168-2.537 0.505-4.736 1.694-7.273 2.537-7.61 2.537-1.689 0.679-3.552 1.694-5.579 3.047-1.694 1.689-2.705 2.537-3.047 2.537-0.337-1.016 0.342-2.368 2.031-4.058 1.686-1.688 3.717-3.209 6.085-4.562zm45.659 13.188h-1.016c1.506 0.907 2.858 1.923 4.058 3.047-0.991-0.995-2.007-2.011-3.042-3.047zm-5.584 3.047c0.342 0.674 0.847 1.353 1.526 2.026 0.674 0.679 1.184 1.353 1.521 2.031 1.689 1.016 3.379 2.2 5.073 3.553-0.743-1.006-2.433-2.695-5.073-5.073l-3.047-3.047v0.51z"
clip-rule="evenodd" fill="#8A1E00" fill-rule="evenodd" />
<path
d="m455.44 148.48c5.222 4.077 9.026 7.461 11.414 10.146 2.368 3.042 3.558 6.257 3.558 9.636 1.348-0.337 2.536-0.674 3.547-1.011 3.726-0.312 9.136-0.06 16.24 0.758-1.863-0.168-3.558-0.253-5.073-0.253 1.685 0.337 3.379 0.679 5.073 1.016-1.357 0-3.726 0.337-7.104 1.016-0.674 0-1.189 0.168-1.526 0.505 4.063 0 6.937 0.505 8.631 1.521 1.348 1.016 3.379 2.368 6.084 4.058v0.51c-1.694-0.679-5.747-1.521-12.178-2.537h-0.248c0.496 0.164 0.922 0.332 1.269 0.505h0.505c5.321 2.071 9.216 5.455 11.663 10.146 0.148 0.248 0.316 0.5 0.515 0.763 1.08 2.076 1.933 4.023 2.537 5.831 0.674 2.368 0.674 3.889 0 4.568-0.347-0.337-1.021-1.521-2.031-3.552-1.021-2.368-2.031-4.226-3.042-5.579-0.347-0.336-2.2-2.199-5.589-5.583-0.674-0.674-1.179-1.353-1.516-2.026h-0.506c2.368 2.026 4.222 5.073 5.579 9.13 2.031 4.058 2.873 7.273 2.536 9.641h-0.505c-0.684-2.368-2.2-5.92-4.568-10.657-2.705-5.073-4.567-7.946-5.578-8.625 0.674 1.016 1.516 2.71 2.536 5.073 0.337 1.016 1.517 4.568 3.548 10.657-0.317-0.639-2.012-3.26-5.073-7.862 0.743 1.848 1.248 3.453 1.525 4.815-2.704-2.705-4.567-4.899-5.588-6.594-1.011-1.689-2.021-3.378-3.042-5.073h-0.505c1.01 1.016 2.031 2.537 3.041 4.568 2.031 3.72 3.211 6.931 3.558 9.636-1.021-1.011-2.884-3.547-5.589-7.61-1.01-1.689-1.853-3.042-2.536-4.057 0 0.337 0.168 0.679 0.516 1.016 1.011 3.72 1.684 6.257 2.021 7.609-0.337-0.337-1.853-2.537-4.558-6.594-0.684-1.016-1.357-2.031-2.031-3.047h-0.505c0.674 0.679 1.179 1.353 1.516 2.031 0.337 1.016 0.674 1.857 1.021 2.536 1.348 1.353 2.537 3.042 3.548 5.073 2.368 2.368 4.063 5.41 5.072 9.131 0.674 2.368 0.843 4.736 0.506 7.104 0 2.026-0.506 3.721-1.516 5.073-0.348 0.337-0.685 1.184-1.021 2.536-0.673 1.353-1.01 2.2-1.01 2.537h-0.506v-0.511c-0.317 0.317-0.485 0.912-0.516 1.779 0.011-2.012 0.188-5.479 0.516-10.399-0.347 3.042-1.188 5.41-2.536 7.1-0.348 0.337-0.516 0.337-0.516 0-0.337-1.689-0.505-4.058-0.505-7.1-0.337-1.694-0.506-4.063-0.506-7.104-0.317-0.951-0.485-1.883-0.505-2.789-0.011 2.606-0.179 5.396-0.506 8.367-0.684-1.353-1.188-3.378-1.525-6.083l-0.506 0.505v-0.505c-0.337-0.342-0.674-1.016-1.021-2.031h-0.505v1.521c0.337 4.399 0.168 8.625-0.506 12.683-1.011 4.399-2.368 7.947-4.063 10.657v-5.584c-0.01 0.362-0.178 0.867-0.505 1.521-1.685 3.721-2.705 6.599-3.042 8.625v-0.505c0-2.368 0.337-5.242 1.011-8.626-2.021 5.073-3.716 8.289-5.073 9.642 0 0.337-0.337 0.842-1.011 1.521-0.674 0.337-1.18 0.674-1.526 1.016v-0.51c1.021-1.689 3.221-6.595 6.6-14.71 0.198-0.6 0.366-1.104 0.505-1.525-1.119 2.512-2.13 4.369-3.042 5.583-0.674 0.674-1.694 1.689-3.042 3.042l-0.505-0.505c1.348-3.047 2.705-5.752 4.053-8.12-0.337 0-0.674 0.173-1.011 0.51-1.021 0.674-1.863 1.353-2.537 2.026 0.337-2.705 1.18-5.41 2.537-8.115h-0.506c-1.021 1.353-1.862 2.368-2.536 3.042h-0.516c0.684-2.363 1.357-4.395 2.031-6.084l-1.011 1.011h-0.505c1.348-2.705 2.705-6.931 4.053-12.683-0.337 0-0.506 0.173-0.506 0.51-0.337 1.016-1.525 4.226-3.547 9.636 0-2.363 0.505-5.579 1.516-9.636-1.685 5.073-3.547 10.315-5.578 15.725-2.368 7.778-6.084 19.619-11.157 35.512-4.399 13.53-8.63 24.692-12.683 33.486-5.42 11.836-11.167 21.646-17.251 29.423 0 0.337-2.536 3.553-7.609 9.637-5.747 6.089-9.642 8.457-11.673 7.104-1.348-0.679-1.862-1.689-1.516-3.042 0-0.679 0.337-1.526 1.011-2.537 8.452-8.12 13.356-13.193 14.714-15.22 8.452-11.161 17.925-30.438 28.408-57.836 3.042-7.104 6.431-16.066 10.146-26.887 2.705-7.778 4.23-11.841 4.567-12.178 1.685-4.058 3.379-8.115 5.073-12.172 0.337-0.342 0.505-0.679 0.505-1.016-0.674 1.016-1.179 1.858-1.525 2.537 2.031-5.41 3.22-8.625 3.557-9.641-3.042 5.073-5.073 8.794-6.094 11.162h-0.505c0.337-0.337 0.505-1.016 0.505-2.031-1.011 2.031-2.021 4.063-3.042 6.088v-4.057c-1.347 2.705-2.705 5.073-4.052 7.104 0-1.016-0.169-2.031-0.516-3.047v-1.016c-1.011 2.711-2.021 5.584-3.042 8.626h-0.505c-0.337-2.026-0.506-3.379-0.506-4.058 0.179-0.917 0.437-2.017 0.763-3.3-2.923 7.08-4.706 11.559-5.33 13.446v-1.521c-0.337-0.679-0.337-1.184 0-1.521 0-2.031 1.011-5.415 3.042-10.146-1.685 2.705-3.379 4.899-5.073 6.594h-0.506c1.011-1.694 2.2-4.399 3.548-8.12 0.347-0.336 0.515-0.842 0.515-1.521-1.357 1.694-2.536 3.047-3.557 4.058 0.674-3.042 2.199-6.426 4.567-10.146s5.073-6.931 8.115-9.636c0.674-0.679 1.526-1.353 2.536-2.031-0.674 0.337-1.179 0.51-1.516 0.51-1.021 0.337-1.862 0.505-2.536 0.505-2.031 1.689-3.895 2.873-5.589 3.552 1.199-1.679 2.388-3.2 3.558-4.567-2.368 1.694-4.231 3.047-5.579 4.057-2.031 2.368-3.894 4.063-5.588 5.073v-0.505c0.347-2.368 1.862-5.073 4.567-8.115-0.337 0.337-0.842 0.842-1.516 1.521-3.389 3.72-5.757 6.257-7.104 7.609 0.337-0.679 0.674-1.184 1.011-1.521h-0.506c0-0.342 0.337-1.184 1.011-2.537 0.684-1.352 1.021-2.368 1.021-3.047 0-1.352 0.674-2.705 2.031-4.057 1.685-2.031 3.548-3.721 5.579-5.073 3.379-2.031 6.758-3.042 10.146-3.042 2.031-0.679 3.884-1.016 5.578-1.016 1.011-0.337 2.031-0.679 3.042-1.016 0.674-0.337 1.357-0.679 2.031-1.016v-0.505c-1.011 0.337-2.368 0.674-4.063 1.016-4.39 1.353-6.758 2.026-7.095 2.026h-0.516c1.357-0.674 3.727-2.026 7.104-4.058l0.506-0.505c-1.011 0.337-2.368 0.674-4.053 1.011-4.736 1.016-7.778 1.694-9.136 2.031 2.031-2.031 5.073-3.552 9.136-4.568 2.031-0.674 3.884-1.184 5.578-1.521-0.337 0-0.505-0.168-0.505-0.505-2.031 1.016-3.895 1.689-5.578 2.026-2.368 0.342-5.42 0.679-9.136 1.016 1.179-0.882 2.873-1.897 5.073-3.042-5.747 1.353-8.968 2.2-9.642 2.537 5.747-3.047 8.968-4.736 9.642-5.073 2.031-1.016 3.894-1.694 5.578-2.031-1.348-0.337-4.568 0.51-9.641 2.537-5.41 1.694-9.126 3.047-11.157 4.058 1.357-2.026 4.063-3.889 8.115-5.579 4.042-1.684 7.6-2.532 10.651-2.537-0.337-0.01-0.506-0.178-0.506-0.505-0.674 0.337-1.516 0.505-2.536 0.505-5.073 0.337-7.778 0.505-8.115 0.505-1.694 0-3.716 0.51-6.084 1.526-2.031 1.011-3.22 1.521-3.557 1.521 0-1.016 1.021-2.031 3.042-3.047 1.268-1.011 2.794-1.858 4.567-2.537 5.747-2.363 11.504-2.194 17.251 0.51h0.505c0.674 0 1.526 0.337 2.537 1.016-0.337-0.342-0.674-0.679-1.011-1.016-5.41-3.72-8.967-5.751-10.651-6.088v-0.505c3.378 0.674 5.915 1.184 7.609 1.521 2.021 0.337 4.39 1.857 7.095 4.563h0.258c-0.248-0.485-0.496-0.991-0.764-1.521-2.031-2.705-3.547-4.563-4.567-5.578 1.694 1.016 3.052 2.026 4.063 3.042-0.829-1.039-1.76-2.054-2.79-3.04z"
clip-rule="evenodd" fill="#8A1E00" fill-rule="evenodd" />
</svg>
</section>
<section class="about-information">
<div class="how-i-began">
<h2 class="about-information-ttitle">How I became a Full-Stack Web Developer?</h2>
<p>
While residing in Germany, I made a deliberate choice to expand my horizons by acquiring new skills and
knowledge. It was during this period that the world of programming captivated me. The ever-growing demand
for programming skills, along with the wealth of opportunities it presents for career changers like myself,
was especially appealing.
<br>
I soon discovered CareerFoundry, an invaluable resource that has been instrumental in helping me realize my
aspirations in the field of programming. With their support, I'm now on track to achieve my career
transition goals.
</p>
</div>
</section>
<section class="about-skills">
<div>
<h2 class="skill-title">My programming skills</h2>
<ul class="skill-items">
<li>HTML5</li>
<li>CSS3</li>
<li>JavaScript</li>
<li>TypeScript</li>
<li>Bootstrap</li>
<li>Node.js</li>
<li>MongoDB</li>
<li>Express</li>
<li>RestAPI</li>
<li>AWS Lambda</li>
<li>React</li>
<li>Redux</li>
<li>Angular</li>
<li>Test-driven development (TDD)</li>
<li>Behavior-driven development (BDD)</li>
<li>React Native</li>
<li>Android Emulator</li>
<li>Expo App</li>
<li>Google Firebase</li>
</ul>
</div>
</section>
<footer class="page-footer">
<p>Find me on</p>
<div class="social-media">
<a href="https://github.com/wichofly" target="_blank">
<!-- Github logo -->
<svg enable-background="new 0 0 512 512" id="Layer_1" version="1.1" viewBox="0 0 512 512"
xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
class="redes_profile">
<g>
<path d="M258.6,507.2C120.3,507.7,6.5,392.6,9.9,251.7C13.1,117.8,124.1,7.1,262.1,8.7c136.7,1.6,249.5,115.4,246,255.8
C504.8,398,394.7,508,258.6,507.2z M230,387.7c-12.2-3.9-24.6-6.8-36-11.9c-23.2-10.4-37.9-28.4-42.6-53.7
c-3-16.4-1.8-32.9,0.2-49.3c1.8-14.5,6-28,17-38.5c0.8-0.8,0.9-3.1,0.4-4.3c-5.3-14.5-4.7-29-0.4-43.7c1.3-4.4,3.4-4.9,7.2-3.7
c10,3.1,18.1,9.1,25,16.7c3.7,4,7,8.4,10.5,12.6c20.8-13.5,80.3-13.5,102.1-0.2c4.2-4.9,8.2-10,12.7-14.7
c6.7-6.9,14.5-12.2,24-14.8c3.1-0.9,4.8-0.2,5.9,3.1c4.9,14.5,5.8,29,0,43.5c-1.1,2.9-1,4.8,1.3,7c6.9,6.6,11.1,14.9,13.3,24.2
c4.2,17.3,5.1,35,3.9,52.6c-1.3,18.9-8.4,35.5-22.3,48.8c-11.7,11.1-25.7,17.7-41.1,21.6c-5.6,1.4-11.2,2.4-17.2,3.6
c7.7,11.8,9.6,24.6,9.3,38c-0.3,14.3-0.1,28.7-0.1,43c0,1.7,0.1,3.5,0.2,5.3c91.3-16.6,183.5-107.5,173.4-233.4
C467.2,119.4,360.9,27.2,237.9,39C123,50,30.8,152.5,41.2,276.7c9.9,117.5,105.1,187.9,179.6,197.1c0-8.5,0-17,0-25.6
c-4.1,0.6-7.8,1.1-11.4,1.5c-26.8,3-48.1-9-60-32.9c-6.5-13.1-13.4-26.2-26.2-34.6c-1.4-0.9-2.2-2.6-3.4-4.1
c1.1-0.8,1.6-1.2,2.2-1.5c0.8-0.3,1.6-0.4,2.4-0.5c9-0.6,17.5,1,24.2,7.3c4.4,4.1,8.4,9,11.7,14.1c12.6,19.7,34.3,28,56.4,21.4
c3-0.9,4.7-2.2,5-5.7C222.3,403.8,224.9,394.9,230,387.7z" />
</g>
</svg>
</a>
<!--For <svg>, viewBox defines the position and dimension for the content of the <svg> element.-->
<a href="https://www.linkedin.com/in/mauricio-erazo-1bba81b7" target="_blank">
<!-- LinkedIn logo -->
<img src="img/1220314_linkedin_in_linked_social_icon.svg" alt="linkedin" class="redes_profile">
</a>
</div>
<!-- <a href="file/Impressum.pdf" class="impressum" id="impressum" download="">Impressum</a> -->
</footer>
<!-- <script src="js/tota11y.min.js"></script> -->
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
</body>
</html>