This commit is contained in:
Vishakh Kumar 2025-07-14 01:36:26 +04:00
parent ac9f23abdf
commit ca492b8a4e
48 changed files with 707 additions and 0 deletions

BIN
Figures/.DS_Store vendored Normal file

Binary file not shown.

BIN
Figures/20230719-150413_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
Figures/20240226-213734_1-s2.0-S0043164817300224-gr1_lrg.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/20240226-220442_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/20240226-220527_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/20240226-222350_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/20240226-222624_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/20240226-223224_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/20240308-161214_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/20240308-162843_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/20240308-163535_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/20240308-164825_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/20240308-180125_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/20240308-180249_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/20240308-180455_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/20240308-180529_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/20240308-180758_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
Figures/20240309-155651_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
Figures/20240309-155902_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/20240309-160015_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/20240309-160950_screenshot.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
Figures/Background/pic.jpeg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/Background/pic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Binary file not shown.

BIN
Figures/Design/pic.jpeg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/Design/pic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
Figures/HW_logo.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/HW_logo_black.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/HW_shield.pdf Normal file

Binary file not shown.

BIN
Figures/HW_shield_black.pdf Normal file

Binary file not shown.

BIN
Figures/g592-3-5-6-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
Figures/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
Figures/metals-12-00138-g001.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/metals-12-00138-g001.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Figures/microstructure.jpg (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
Figures/pso2006.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
Figures/pso2011.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
Figures/rk4_0-100_dt-0-0001.png (Stored with Git LFS) Normal file

Binary file not shown.

43
Figures/sample.tex Normal file
View File

@ -0,0 +1,43 @@
\documentclass[tikz,border=10pt]{standalone}
\usetikzlibrary{shapes.geometric, arrows.meta, positioning, fit, calc}
\begin{document}
\begin{tikzpicture}[font=\small, thick]
% Styles
\tikzstyle{block} = [rectangle, draw, text width=5em, text centered, minimum height=2.5em]
\tikzstyle{line} = [draw, -Latex]
% Colors
\definecolor{sampleColor}{RGB}{255,0,0}
\definecolor{waterColor}{RGB}{173,216,230}
\definecolor{hornColor}{RGB}{255,215,0}
% Ultrasonic horn
\node[block, fill=hornColor, minimum width=2cm, minimum height=7cm, label={[yshift=3cm]Frequency 20 kHz\\Amplitude 50\(\pm\)2 \(\mu\)m}] (horn) {};
\node[above=0cm of horn] (phi) {\(\varnothing\)16mm};
% Water
\node[block, fill=waterColor, below=1cm of horn, minimum width=8cm, minimum height=3cm] (water) {};
\node[below=0cm of water] {Distilated water};
% Sample holding system
\node[block, fill=gray, below=1cm of water, minimum width=8cm, minimum height=1cm] (holder) {Sample holding system};
% Sample
\node[block, fill=sampleColor, below=0.5cm of water, minimum width=2cm, minimum height=1cm] (sample) {Sample};
% Cavitation zone
\draw[line width=1mm] ($(sample.north)+(0,0.5)$) -- ($(sample.north)+(0,0.1)$) node[midway, right] {Cavitation zone};
% Temperature
\node[below=0.5cm of holder] {25 \( ^\circ \)C};
% Dimensions for ultrasonic horn and sample
\draw[<->] ($(horn.south west)+(0,-0.2)$) -- ($(horn.south east)+(0,-0.2)$) node[midway, fill=white] {30 mm};
\draw[<->] ($(sample.west)+(-0.2,0)$) -- ($(sample.east)+(0.2,0)$) node[midway, fill=white] {10 mm};
\draw[<->] ($(sample.south west)+(0,-0.2)$) -- ($(sample.south east)+(0,-0.2)$) node[midway, fill=white] {5 mm};
\draw[<->] ($(sample.north)-(0,0.5)$) -- ($(sample.north)-(0,0.1)$) node[midway, right] {0.5 mm};
\end{tikzpicture}
\end{document}

View File

@ -0,0 +1,270 @@
<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="494.25" height="312.5" viewBox="0 0 494.25 312.5">
<defs>
<style>
.cls-1, .cls-13 {
fill: #ececec;
}
.cls-1, .cls-10, .cls-12, .cls-14, .cls-15, .cls-16, .cls-17, .cls-18, .cls-19, .cls-2, .cls-20, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9 {
stroke: #000;
}
.cls-1, .cls-10, .cls-2, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9 {
stroke-miterlimit: 10;
}
.cls-1, .cls-10, .cls-2, .cls-4, .cls-6, .cls-7, .cls-9 {
stroke-width: 0.75px;
}
.cls-2 {
fill: #c7c7c7;
}
.cls-3 {
fill: #878787;
}
.cls-10, .cls-20, .cls-3, .cls-9 {
fill-rule: evenodd;
}
.cls-4 {
stroke-dasharray: 20 4 4 4;
fill: url(#radial-gradient);
}
.cls-5 {
stroke-width: 2px;
}
.cls-16, .cls-19, .cls-7, .cls-8 {
fill: none;
}
.cls-12, .cls-14, .cls-15, .cls-16, .cls-17, .cls-18, .cls-19, .cls-20, .cls-8 {
stroke-width: 0.75px;
}
.cls-9 {
fill: #454545;
}
.cls-10, .cls-11, .cls-12, .cls-18, .cls-20 {
fill: #fff;
}
.cls-14, .cls-15, .cls-16, .cls-17, .cls-18, .cls-19, .cls-20 {
stroke-miterlimit: 1;
}
.cls-14 {
fill: url(#linear-gradient);
}
.cls-15 {
fill: url(#linear-gradient-2);
}
.cls-17 {
fill: #919191;
}
.cls-19 {
stroke-dasharray: 2;
}
</style>
<radialGradient id="radial-gradient" cx="270.5" cy="457.75" r="61.5" gradientTransform="translate(-104.9 27.5)" gradientUnits="userSpaceOnUse">
<stop offset="0"/>
<stop offset="0.09" stop-color="#2b2b2b"/>
<stop offset="0.24" stop-color="#6a6a6a"/>
<stop offset="0.39" stop-color="#a0a0a0"/>
<stop offset="0.52" stop-color="#c9c9c9"/>
<stop offset="0.64" stop-color="#e7e7e7"/>
<stop offset="0.74" stop-color="#f9f9f9"/>
<stop offset="0.82" stop-color="#fff"/>
</radialGradient>
<linearGradient id="linear-gradient" x1="274.2" y1="407.15" x2="257.5" y2="415.89" gradientTransform="translate(-9.9 27.5)" gradientUnits="userSpaceOnUse">
<stop offset="0.24" stop-color="#fff"/>
<stop offset="0.32" stop-color="#d9d9d9"/>
<stop offset="0.46" stop-color="#989898"/>
<stop offset="0.6" stop-color="#626262"/>
<stop offset="0.72" stop-color="#373737"/>
<stop offset="0.84" stop-color="#191919"/>
<stop offset="0.93" stop-color="#070707"/>
<stop offset="1"/>
</linearGradient>
<linearGradient id="linear-gradient-2" x1="286.25" y1="424.99" x2="268.42" y2="434.33" xlink:href="#linear-gradient"/>
</defs>
<title>the-damage-mechanism-of-cavitation-i.svg</title>
<path class="cls-1" d="M353.09,417.13s-59.23-3.56-88.88-3.56c-9.54,0-47.17,6.2-57.58,6.4l-81.22,2.49c-2.9,1.47-10.73,5.33-12.52,6.53-9,6.1-18.39,22.43-27.54,31-14.33,13.36-26.56,32-26.56,32l237.52-.21Z" transform="translate(-57.98 -266.38)"/>
<path class="cls-1" d="M244.23,491.77c-.16-3.45-.92-14.34-4.13-18.1-3.73.31-3.11,16-3,18.1H59.46V578.5H296.1V491.77Z" transform="translate(-57.98 -266.38)"/>
<path class="cls-2" d="M237.85,477.5c0-4.75-1.25-7.16-4.8-10.4-1.93-1.24-4.56-2.62-5.91-3.93a84,84,0,0,0-17.65-12.9l-.25-.18a45.86,45.86,0,0,0,2.4-18.14c-6.09-36.52-47.83-32.49-47.83-32.49l-39.43,44.46c-22.41,6.93-37.44,19.79-37.44,34.49,0,1.56-.33,3.94,0,5.45L230.29,488" transform="translate(-57.98 -266.38)"/>
<polygon class="cls-1" points="238.13 225.39 295.78 150.59 295.78 236.13 238.13 312.13 238.13 225.39"/>
<path class="cls-3" d="M168.7,491.11c0,2.24-1.82,3.67-4.06,3.67s-4.06-1.4-4.06-3.64" transform="translate(-57.98 -266.38)"/>
<path class="cls-4" d="M207.24,491.74c0,22.51-18.26,36.85-40.78,36.85s-40.78-14-40.78-36.55" transform="translate(-57.98 -266.38)"/>
<line class="cls-5" x1="35.18" y1="294.17" x2="194.35" y2="294.17"/>
<line class="cls-6" x1="35.46" y1="282.69" x2="35.46" y2="305.04"/>
<line class="cls-6" x1="194.94" y1="282.09" x2="194.94" y2="304.44"/>
<path class="cls-7" d="M206.06,457.15c11.92,5.84,19.38,14.19,19.38,23.44" transform="translate(-57.98 -266.38)"/>
<rect class="cls-8" x="0.13" y="0.13" width="494" height="57"/>
<g>
<path d="M121,289.23h-5.1v-1.8h12.23v1.8h-5.09V302.5h-2Z" transform="translate(-57.98 -266.38)"/>
<path d="M129.81,287.43h1.84V293l.32-.41a3.73,3.73,0,0,1,6.79,2.38v7.51h-1.85v-7.05a3,3,0,0,0-.52-2,2.16,2.16,0,0,0-1.7-.6,2.73,2.73,0,0,0-2.22,1,4.22,4.22,0,0,0-.82,2.74v5.87h-1.84Z" transform="translate(-57.98 -266.38)"/>
<path d="M146,302.8a4.68,4.68,0,0,1-3.67-1.48,5.89,5.89,0,0,1-1.33-4.08,6.51,6.51,0,0,1,1.41-4.4,4.75,4.75,0,0,1,3.79-1.64,4.29,4.29,0,0,1,3.48,1.6A6.4,6.4,0,0,1,151,297l0,.66h-8a4.81,4.81,0,0,0,.75,2.5,2.86,2.86,0,0,0,2.46,1,3,3,0,0,0,1.85-.6,2.43,2.43,0,0,0,1-1.51h1.82a4.6,4.6,0,0,1-1.64,2.75A5,5,0,0,1,146,302.8Zm3.08-6.63a4.12,4.12,0,0,0-.76-2.37,2.64,2.64,0,0,0-2.2-.95,2.82,2.82,0,0,0-2.33,1.09,4.26,4.26,0,0,0-.83,2.23Z" transform="translate(-57.98 -266.38)"/>
<path d="M163.18,302.8a4.24,4.24,0,0,1-3.51-1.65,7,7,0,0,1-1.3-4.44,6,6,0,0,1,1.26-4,4.09,4.09,0,0,1,3.3-1.52,3.68,3.68,0,0,1,3.19,1.71l.15.21v-5.69h1.84V302.5H166.4V301l-.23.34A3.63,3.63,0,0,1,163.18,302.8Zm.1-9.94a2.6,2.6,0,0,0-2.26,1,7,7,0,0,0,0,6.27,2.56,2.56,0,0,0,2.21,1.1,2.67,2.67,0,0,0,2.17-1,4.13,4.13,0,0,0,.82-2.67,6.4,6.4,0,0,0-.78-3.46A2.47,2.47,0,0,0,163.28,292.86Z" transform="translate(-57.98 -266.38)"/>
<path d="M173.57,302.8a3.64,3.64,0,0,1-2.55-.86,3,3,0,0,1-1-2.33,3.16,3.16,0,0,1,.89-2.35,4.4,4.4,0,0,1,2.59-1.09l2.51-.31a3.63,3.63,0,0,0,.59-.11.93.93,0,0,0,.55-.37,1.15,1.15,0,0,0,.19-.69v-.1a1.62,1.62,0,0,0-.66-1.37,3,3,0,0,0-1.86-.5,2.68,2.68,0,0,0-1.78.53,2.29,2.29,0,0,0-.77,1.57h-1.7a3.58,3.58,0,0,1,1.27-2.71,5.08,5.08,0,0,1,3.26-.91,4.63,4.63,0,0,1,3,.87,3.09,3.09,0,0,1,1.05,2.52v6a.58.58,0,0,0,.62.62l.25,0,.34-.06v1.33a5.18,5.18,0,0,1-.56.17,2.67,2.67,0,0,1-.51.06,1.85,1.85,0,0,1-1.51-.58,2.35,2.35,0,0,1-.45-1.07,3.58,3.58,0,0,1-.47.49A4.91,4.91,0,0,1,173.57,302.8Zm3.82-4.65V297a3.72,3.72,0,0,1-1.13.34l-1.7.25a4.45,4.45,0,0,0-1.94.62,1.37,1.37,0,0,0-.62,1.18,1.92,1.92,0,0,0,.5,1.42,2,2,0,0,0,1.43.5,3.84,3.84,0,0,0,2.46-.79,2.63,2.63,0,0,0,.91-1.25,1.72,1.72,0,0,0,.06-.42Q177.39,298.51,177.39,298.15Z" transform="translate(-57.98 -266.38)"/>
<path d="M182.36,291.53h1.75v1.63l.38-.49a3.76,3.76,0,0,1,3-1.47,3.17,3.17,0,0,1,2.35.87,3,3,0,0,1,.61.89l.29-.38a3.64,3.64,0,0,1,2.84-1.38,3.27,3.27,0,0,1,3.6,3.6v7.7H195.3v-7.07a3,3,0,0,0-.52-1.9,1.79,1.79,0,0,0-1.49-.65,2.26,2.26,0,0,0-1.91.94,4.08,4.08,0,0,0-.71,2.52v6.16h-1.84V295a2.34,2.34,0,0,0-.47-1.57,1.69,1.69,0,0,0-1.36-.54,2.4,2.4,0,0,0-2,1.05,4.35,4.35,0,0,0-.79,2.7v5.87h-1.84Z" transform="translate(-57.98 -266.38)"/>
<path d="M202.74,302.8a3.66,3.66,0,0,1-2.55-.86,3,3,0,0,1-.95-2.33,3.16,3.16,0,0,1,.89-2.35,4.43,4.43,0,0,1,2.59-1.09l2.51-.31a3.63,3.63,0,0,0,.59-.11.9.9,0,0,0,.55-.37,1.15,1.15,0,0,0,.2-.69v-.1a1.63,1.63,0,0,0-.67-1.37,3,3,0,0,0-1.86-.5,2.68,2.68,0,0,0-1.78.53,2.34,2.34,0,0,0-.77,1.57h-1.7a3.61,3.61,0,0,1,1.27-2.71,5.1,5.1,0,0,1,3.26-.91,4.68,4.68,0,0,1,3.05.87,3.11,3.11,0,0,1,1,2.52v6a.61.61,0,0,0,.17.45.64.64,0,0,0,.46.17l.24,0,.34-.06v1.33a4.58,4.58,0,0,1-.56.17,2.67,2.67,0,0,1-.5.06,1.86,1.86,0,0,1-1.52-.58,2.35,2.35,0,0,1-.44-1.07,5.38,5.38,0,0,1-.47.49A5,5,0,0,1,202.74,302.8Zm3.83-4.65V297a3.87,3.87,0,0,1-1.14.34l-1.69.25a4.5,4.5,0,0,0-2,.62,1.37,1.37,0,0,0-.62,1.18,1.92,1.92,0,0,0,.5,1.42,2,2,0,0,0,1.43.5,3.84,3.84,0,0,0,2.46-.79,2.63,2.63,0,0,0,.91-1.25,2.24,2.24,0,0,0,.07-.42Q206.57,298.51,206.57,298.15Z" transform="translate(-57.98 -266.38)"/>
<path d="M215.55,305.61a3,3,0,0,0,2.42-1,4.5,4.5,0,0,0,.83-2.92v-.36h0a3.61,3.61,0,0,1-3,1.46,4.24,4.24,0,0,1-3.5-1.65,6.94,6.94,0,0,1-1.3-4.44,5.94,5.94,0,0,1,1.28-4,4.17,4.17,0,0,1,3.35-1.52,3.61,3.61,0,0,1,3.14,1.71l.13.2v-1.58h1.73v10.16a5.86,5.86,0,0,1-1.25,4.11,5,5,0,0,1-3.81,1.34,4.62,4.62,0,0,1-3-.87,3.61,3.61,0,0,1-1.33-2.5h1.89a2.15,2.15,0,0,0,.78,1.36A2.55,2.55,0,0,0,215.55,305.61Zm.36-12.73a2.59,2.59,0,0,0-2.26,1,6.86,6.86,0,0,0,.06,6.24,2.55,2.55,0,0,0,2.2,1.09,2.66,2.66,0,0,0,2.16-1,4,4,0,0,0,.82-2.65,6.61,6.61,0,0,0-.74-3.49A2.48,2.48,0,0,0,215.91,292.88Z" transform="translate(-57.98 -266.38)"/>
<path d="M227.68,302.8a4.67,4.67,0,0,1-3.66-1.48,5.85,5.85,0,0,1-1.33-4.08,6.46,6.46,0,0,1,1.41-4.4,4.73,4.73,0,0,1,3.78-1.64,4.28,4.28,0,0,1,3.48,1.6,6.4,6.4,0,0,1,1.32,4.2l0,.66h-8a4.63,4.63,0,0,0,.75,2.5,2.83,2.83,0,0,0,2.45,1,3,3,0,0,0,1.85-.6,2.35,2.35,0,0,0,1-1.51h1.83a4.65,4.65,0,0,1-1.64,2.75A5.06,5.06,0,0,1,227.68,302.8Zm3.08-6.63a4.12,4.12,0,0,0-.76-2.37,2.63,2.63,0,0,0-2.19-.95,2.81,2.81,0,0,0-2.33,1.09,4.1,4.1,0,0,0-.83,2.23Z" transform="translate(-57.98 -266.38)"/>
<path d="M240.72,291.53h1.76v1.63l.37-.49a3.78,3.78,0,0,1,3-1.47,3.2,3.2,0,0,1,2.35.87,2.8,2.8,0,0,1,.6.89l.3-.38a3.63,3.63,0,0,1,2.84-1.38,3.27,3.27,0,0,1,3.6,3.6v7.7h-1.85v-7.07a3,3,0,0,0-.51-1.9,1.8,1.8,0,0,0-1.5-.65,2.24,2.24,0,0,0-1.9.94,4,4,0,0,0-.71,2.52v6.16h-1.85V295a2.34,2.34,0,0,0-.46-1.57,1.72,1.72,0,0,0-1.36-.54,2.42,2.42,0,0,0-2,1.05,4.41,4.41,0,0,0-.78,2.7v5.87h-1.85Z" transform="translate(-57.98 -266.38)"/>
<path d="M262.69,302.8a4.68,4.68,0,0,1-3.67-1.48,5.89,5.89,0,0,1-1.33-4.08,6.51,6.51,0,0,1,1.41-4.4,4.75,4.75,0,0,1,3.79-1.64,4.29,4.29,0,0,1,3.48,1.6,6.4,6.4,0,0,1,1.32,4.2l0,.66h-8a4.81,4.81,0,0,0,.75,2.5,2.86,2.86,0,0,0,2.46,1,3,3,0,0,0,1.85-.6,2.43,2.43,0,0,0,1-1.51h1.82a4.6,4.6,0,0,1-1.64,2.75A5,5,0,0,1,262.69,302.8Zm3.08-6.63a4.12,4.12,0,0,0-.76-2.37,2.64,2.64,0,0,0-2.2-.95,2.84,2.84,0,0,0-2.33,1.09,4.26,4.26,0,0,0-.83,2.23Z" transform="translate(-57.98 -266.38)"/>
<path d="M278.55,298.55a5.05,5.05,0,0,1-1.47,3.16,4.41,4.41,0,0,1-3.14,1.09,4.29,4.29,0,0,1-3.48-1.57,6.4,6.4,0,0,1-1.3-4.23,6.23,6.23,0,0,1,1.34-4.22,5,5,0,0,1,6.79-.5,4.15,4.15,0,0,1,1.26,3h-1.78a2.66,2.66,0,0,0-.82-1.82,2.69,2.69,0,0,0-1.88-.65,2.56,2.56,0,0,0-2.19,1.12,5.27,5.27,0,0,0-.8,3.09,5.51,5.51,0,0,0,.74,3.15,2.5,2.5,0,0,0,2.2,1.06,2.53,2.53,0,0,0,1.8-.69,3.49,3.49,0,0,0,.95-2Z" transform="translate(-57.98 -266.38)"/>
<path d="M280.39,287.43h1.85V293l.32-.41a3.73,3.73,0,0,1,6.79,2.38v7.51H287.5v-7.05a3,3,0,0,0-.52-2,2.16,2.16,0,0,0-1.71-.6,2.72,2.72,0,0,0-2.21,1,4.22,4.22,0,0,0-.82,2.74v5.87h-1.85Z" transform="translate(-57.98 -266.38)"/>
<path d="M295,302.8a3.66,3.66,0,0,1-2.55-.86,3,3,0,0,1-.94-2.33,3.15,3.15,0,0,1,.88-2.35,4.46,4.46,0,0,1,2.59-1.09l2.52-.31a3.5,3.5,0,0,0,.58-.11.9.9,0,0,0,.55-.37,1.15,1.15,0,0,0,.2-.69v-.1a1.6,1.6,0,0,0-.67-1.37,3,3,0,0,0-1.85-.5,2.68,2.68,0,0,0-1.78.53,2.3,2.3,0,0,0-.78,1.57H292a3.61,3.61,0,0,1,1.27-2.71,5.1,5.1,0,0,1,3.26-.91,4.66,4.66,0,0,1,3,.87,3.08,3.08,0,0,1,1,2.52v6a.61.61,0,0,0,.17.45.65.65,0,0,0,.46.17l.24,0,.34-.06v1.33a4.1,4.1,0,0,1-.56.17,2.58,2.58,0,0,1-.5.06,1.87,1.87,0,0,1-1.52-.58,2.47,2.47,0,0,1-.44-1.07,4.3,4.3,0,0,1-.47.49A4.92,4.92,0,0,1,295,302.8Zm3.83-4.65V297a3.7,3.7,0,0,1-1.14.34l-1.69.25a4.5,4.5,0,0,0-1.95.62,1.36,1.36,0,0,0-.61,1.18,1.88,1.88,0,0,0,.5,1.42,1.93,1.93,0,0,0,1.42.5,3.84,3.84,0,0,0,2.46-.79,2.65,2.65,0,0,0,.92-1.25,2.43,2.43,0,0,0,.06-.42Q298.79,298.51,298.79,298.15Z" transform="translate(-57.98 -266.38)"/>
<path d="M303.75,291.53h1.76v1.62l.41-.54A3.72,3.72,0,0,1,312.7,295v7.51h-1.84v-6.89a3.19,3.19,0,0,0-.56-2.09,2.31,2.31,0,0,0-1.81-.64,2.53,2.53,0,0,0-2.11,1,4.39,4.39,0,0,0-.78,2.74v5.87h-1.85Z" transform="translate(-57.98 -266.38)"/>
<path d="M315.47,287.43h1.89v2.09h-1.89Zm0,4.1h1.85v11h-1.85Z" transform="translate(-57.98 -266.38)"/>
<path d="M326.38,294.71a1.9,1.9,0,0,0-.74-1.42,2.91,2.91,0,0,0-1.78-.5,3.13,3.13,0,0,0-1.75.4,1.33,1.33,0,0,0-.6,1.17,1,1,0,0,0,.42.88,5.41,5.41,0,0,0,1.67.6l1.91.45a4.89,4.89,0,0,1,2.28,1.07,2.56,2.56,0,0,1,.68,1.9,3.14,3.14,0,0,1-1.17,2.58,4.86,4.86,0,0,1-3.17,1,5.46,5.46,0,0,1-3.46-.92,3.8,3.8,0,0,1-1.26-2.89h1.77a2.37,2.37,0,0,0,.83,1.7,3.58,3.58,0,0,0,2.12.52,3.18,3.18,0,0,0,1.88-.47,1.61,1.61,0,0,0,.64-1.38,1,1,0,0,0-.42-.87,5.43,5.43,0,0,0-1.69-.59l-1.91-.45a4.6,4.6,0,0,1-2.2-1,2.49,2.49,0,0,1-.66-1.85,3,3,0,0,1,1.1-2.45,4.54,4.54,0,0,1,3-.91,4.67,4.67,0,0,1,3.05.93,3.36,3.36,0,0,1,1.2,2.58Z" transform="translate(-57.98 -266.38)"/>
<path d="M330.6,291.53h1.75v1.63l.38-.49a3.76,3.76,0,0,1,3-1.47,3.17,3.17,0,0,1,2.35.87,3,3,0,0,1,.61.89l.29-.38a3.89,3.89,0,0,1,5.51-.44,3.6,3.6,0,0,1,.93,2.66v7.7h-1.84v-7.07a3,3,0,0,0-.52-1.9,1.79,1.79,0,0,0-1.49-.65,2.26,2.26,0,0,0-1.91.94,4.08,4.08,0,0,0-.71,2.52v6.16h-1.84V295a2.34,2.34,0,0,0-.47-1.57,1.69,1.69,0,0,0-1.36-.54,2.4,2.4,0,0,0-2,1.05,4.35,4.35,0,0,0-.79,2.7v5.87H330.6Z" transform="translate(-57.98 -266.38)"/>
<path d="M354.71,301.2a7,7,0,0,1,0-8.4,5.07,5.07,0,0,1,7.39,0,7,7,0,0,1,0,8.4,5.07,5.07,0,0,1-7.39,0Zm6-1.13a5.91,5.91,0,0,0,0-6.14,2.92,2.92,0,0,0-4.63,0,6,6,0,0,0,0,6.14,2.92,2.92,0,0,0,4.63,0Z" transform="translate(-57.98 -266.38)"/>
<path d="M367.9,293.06v9.44h-1.85v-9.44h-1.51v-1.53h1.51v-1.87a2.27,2.27,0,0,1,.72-1.83,3.26,3.26,0,0,1,2.16-.62l.81,0v1.66l-.73,0a1,1,0,0,0-.82.35,1.49,1.49,0,0,0-.29,1v1.33h1.84v1.53Z" transform="translate(-57.98 -266.38)"/>
<path d="M385.93,298.55a5.05,5.05,0,0,1-1.47,3.16,4.43,4.43,0,0,1-3.14,1.09,4.29,4.29,0,0,1-3.48-1.57,6.41,6.41,0,0,1-1.31-4.23,6.23,6.23,0,0,1,1.35-4.22,5,5,0,0,1,6.79-.5,4.15,4.15,0,0,1,1.26,3h-1.78a2.52,2.52,0,0,0-2.7-2.47,2.56,2.56,0,0,0-2.19,1.12,5.27,5.27,0,0,0-.8,3.09,5.51,5.51,0,0,0,.74,3.15,2.75,2.75,0,0,0,4,.37,3.43,3.43,0,0,0,1-2Z" transform="translate(-57.98 -266.38)"/>
<path d="M390.67,302.8a3.67,3.67,0,0,1-2.56-.86,3,3,0,0,1-.94-2.33,3.15,3.15,0,0,1,.88-2.35,4.46,4.46,0,0,1,2.59-1.09l2.52-.31a3.5,3.5,0,0,0,.58-.11.9.9,0,0,0,.55-.37,1.15,1.15,0,0,0,.2-.69v-.1a1.6,1.6,0,0,0-.67-1.37,3,3,0,0,0-1.85-.5,2.68,2.68,0,0,0-1.78.53,2.3,2.3,0,0,0-.78,1.57h-1.7a3.61,3.61,0,0,1,1.27-2.71,5.1,5.1,0,0,1,3.26-.91,4.66,4.66,0,0,1,3.05.87,3.08,3.08,0,0,1,1,2.52v6a.61.61,0,0,0,.17.45.65.65,0,0,0,.46.17l.24,0,.34-.06v1.33a4.1,4.1,0,0,1-.56.17,2.58,2.58,0,0,1-.5.06,1.87,1.87,0,0,1-1.52-.58,2.47,2.47,0,0,1-.44-1.07,4.3,4.3,0,0,1-.47.49A4.91,4.91,0,0,1,390.67,302.8Zm3.82-4.65V297a3.7,3.7,0,0,1-1.14.34l-1.69.25a4.5,4.5,0,0,0-2,.62,1.36,1.36,0,0,0-.61,1.18,1.88,1.88,0,0,0,.5,1.42,1.93,1.93,0,0,0,1.42.5,3.84,3.84,0,0,0,2.46-.79,2.65,2.65,0,0,0,.92-1.25,4.12,4.12,0,0,0,.06-.42Q394.49,298.51,394.49,298.15Z" transform="translate(-57.98 -266.38)"/>
<path d="M398.25,291.53h2.16l2.94,9h0l3-9h2l-4.09,11h-2Z" transform="translate(-57.98 -266.38)"/>
<path d="M410,287.43h1.89v2.09H410Zm0,4.1h1.85v11H410Z" transform="translate(-57.98 -266.38)"/>
<path d="M418.65,302.49a9.5,9.5,0,0,1-1.38.14,2.23,2.23,0,0,1-1.7-.53,2.62,2.62,0,0,1-.5-1.83V293h-1.52v-1.51h1.52v-3.08h1.84v3.08h1.74V293h-1.74v7.23a.68.68,0,0,0,.3.58,1.29,1.29,0,0,0,.78.22h.66Z" transform="translate(-57.98 -266.38)"/>
<path d="M423.34,302.8a3.66,3.66,0,0,1-2.55-.86,3,3,0,0,1-.94-2.33,3.15,3.15,0,0,1,.88-2.35,4.46,4.46,0,0,1,2.59-1.09l2.51-.31a3.63,3.63,0,0,0,.59-.11.9.9,0,0,0,.55-.37,1.15,1.15,0,0,0,.2-.69v-.1a1.6,1.6,0,0,0-.67-1.37,3,3,0,0,0-1.85-.5,2.66,2.66,0,0,0-1.78.53,2.3,2.3,0,0,0-.78,1.57h-1.7a3.61,3.61,0,0,1,1.27-2.71,5.1,5.1,0,0,1,3.26-.91,4.66,4.66,0,0,1,3.05.87,3.08,3.08,0,0,1,1,2.52v6a.61.61,0,0,0,.17.45.65.65,0,0,0,.46.17l.24,0,.34-.06v1.33a4.1,4.1,0,0,1-.56.17,2.67,2.67,0,0,1-.5.06,1.86,1.86,0,0,1-1.52-.58,2.35,2.35,0,0,1-.44-1.07,5.38,5.38,0,0,1-.47.49A4.94,4.94,0,0,1,423.34,302.8Zm3.83-4.65V297a3.7,3.7,0,0,1-1.14.34l-1.69.25a4.5,4.5,0,0,0-1.95.62,1.37,1.37,0,0,0-.62,1.18,1.88,1.88,0,0,0,.51,1.42,1.93,1.93,0,0,0,1.42.5,3.84,3.84,0,0,0,2.46-.79,2.72,2.72,0,0,0,.92-1.25,4.12,4.12,0,0,0,.06-.42Q427.17,298.51,427.17,298.15Z" transform="translate(-57.98 -266.38)"/>
<path d="M436.16,302.49a9.53,9.53,0,0,1-1.37.14,2.25,2.25,0,0,1-1.71-.53,2.67,2.67,0,0,1-.5-1.83V293h-1.52v-1.51h1.52v-3.08h1.85v3.08h1.73V293h-1.73v7.23a.69.69,0,0,0,.29.58,1.33,1.33,0,0,0,.78.22h.66Z" transform="translate(-57.98 -266.38)"/>
<path d="M438,287.43h1.88v2.09H438Zm0,4.1h1.84v11H438Z" transform="translate(-57.98 -266.38)"/>
<path d="M443.42,301.2a7,7,0,0,1,0-8.4,5.06,5.06,0,0,1,7.38,0,7,7,0,0,1,0,8.4,5.06,5.06,0,0,1-7.38,0Zm6-1.13a5.91,5.91,0,0,0,0-6.14,2.92,2.92,0,0,0-4.63,0,5.91,5.91,0,0,0,0,6.14,2.92,2.92,0,0,0,4.63,0Z" transform="translate(-57.98 -266.38)"/>
<path d="M454.31,291.53h1.75v1.62l.41-.54a3.73,3.73,0,0,1,6.79,2.38v7.51h-1.84v-6.89a3.19,3.19,0,0,0-.56-2.09,2.31,2.31,0,0,0-1.81-.64,2.53,2.53,0,0,0-2.11,1,4.39,4.39,0,0,0-.78,2.74v5.87h-1.85Z" transform="translate(-57.98 -266.38)"/>
<path d="M466.45,300.28h2.2v2.22h-2.2Z" transform="translate(-57.98 -266.38)"/>
</g>
<g>
<path d="M144.78,550.12a3.35,3.35,0,0,1-1,2.1,2.93,2.93,0,0,1-2.09.73,2.86,2.86,0,0,1-2.32-1.05,4.24,4.24,0,0,1-.87-2.81,4.19,4.19,0,0,1,.9-2.82,3,3,0,0,1,2.42-1,3,3,0,0,1,2.1.72,2.67,2.67,0,0,1,.84,2H143.6a1.79,1.79,0,0,0-.55-1.21,1.77,1.77,0,0,0-1.26-.43,1.68,1.68,0,0,0-1.45.75,3.43,3.43,0,0,0-.53,2.06,3.66,3.66,0,0,0,.49,2.1,1.84,1.84,0,0,0,2.66.24,2.42,2.42,0,0,0,.64-1.31Z" transform="translate(-57.98 -266.38)"/>
<path d="M147.94,553a2.44,2.44,0,0,1-1.7-.57,2,2,0,0,1-.63-1.56,2.11,2.11,0,0,1,.59-1.56,2.91,2.91,0,0,1,1.73-.73l1.67-.21a1.59,1.59,0,0,0,.39-.07.64.64,0,0,0,.37-.24.79.79,0,0,0,.13-.47v-.06a1.1,1.1,0,0,0-.44-.92,2.05,2.05,0,0,0-1.24-.33,1.85,1.85,0,0,0-1.19.35,1.59,1.59,0,0,0-.51,1H146a2.43,2.43,0,0,1,.85-1.81,3.44,3.44,0,0,1,2.17-.6,3.07,3.07,0,0,1,2,.58,2,2,0,0,1,.7,1.68v4a.44.44,0,0,0,.11.3.45.45,0,0,0,.31.11h.16l.23,0v.88a1.66,1.66,0,0,1-.38.11,1.47,1.47,0,0,1-.33,0,1.23,1.23,0,0,1-1-.38,1.72,1.72,0,0,1-.29-.72,2.42,2.42,0,0,1-.31.33A3.28,3.28,0,0,1,147.94,553Zm2.55-3.1v-.79a2.93,2.93,0,0,1-.76.23l-1.13.16a3.1,3.1,0,0,0-1.3.41.94.94,0,0,0-.41.79,1.17,1.17,0,0,0,1.29,1.28,2.58,2.58,0,0,0,1.64-.53,1.71,1.71,0,0,0,.61-.83,1.31,1.31,0,0,0,0-.28C150.48,550.16,150.49,550,150.49,549.85Z" transform="translate(-57.98 -266.38)"/>
<path d="M154.11,551.27h1.46v1.48h-1.46Z" transform="translate(-57.98 -266.38)"/>
<path d="M164.39,545.76h-2.31v-1a2.69,2.69,0,0,0,1.66-.44,2.74,2.74,0,0,0,.95-1.43h1v9.84h-1.3Z" transform="translate(-57.98 -266.38)"/>
<path d="M173.25,545.44h1.17v1.08l.26-.32a2.48,2.48,0,0,1,2-1,2.11,2.11,0,0,1,1.57.58,2,2,0,0,1,.4.59l.2-.25a2.34,2.34,0,0,1,4.29,1.48v5.13h-1.23V548a2,2,0,0,0-.34-1.26,1.19,1.19,0,0,0-1-.43,1.52,1.52,0,0,0-1.27.62,2.77,2.77,0,0,0-.47,1.68v4.11h-1.23v-5a1.57,1.57,0,0,0-.31-1,1.14,1.14,0,0,0-.91-.36,1.59,1.59,0,0,0-1.34.7,2.88,2.88,0,0,0-.53,1.79v3.92h-1.23Z" transform="translate(-57.98 -266.38)"/>
<path d="M184.92,545.44h1.16v1.08l.26-.32a2.48,2.48,0,0,1,2-1,2.11,2.11,0,0,1,1.57.58,1.81,1.81,0,0,1,.4.59l.2-.25a2.34,2.34,0,0,1,4.29,1.48v5.13h-1.23V548a2,2,0,0,0-.34-1.26,1.19,1.19,0,0,0-1-.43,1.53,1.53,0,0,0-1.27.62,2.77,2.77,0,0,0-.47,1.68v4.11h-1.23v-5a1.52,1.52,0,0,0-.31-1,1.14,1.14,0,0,0-.91-.36,1.6,1.6,0,0,0-1.34.7,2.88,2.88,0,0,0-.52,1.79v3.92h-1.23Z" transform="translate(-57.98 -266.38)"/>
</g>
<path class="cls-9" d="M236.11,492.07l1-1.82a42.83,42.83,0,0,0,.82-5.92c-.13-6.26.75-12.24-2.42-13.08-3.65-1-4.32,10.59-10.11,11.24-10.39,1.16-27.58,1.77-33.36-1.12-6-3,2.8-20,4.62-23.38a39.3,39.3,0,0,0,4.75-18.78c0-13.28-9.81-39.37-38.46-39.37-21.84,0-40.62,17.53-40.62,39.37a39.4,39.4,0,0,0,6.37,21.54c1.83,3.38,10,19.05,4.05,22-5.78,2.89-23,2.28-33.36,1.13-5.79-.65-6.13-5-9.78-4.05a4.44,4.44,0,0,0-3,2.6c-1.27,3.67,1,9.53,1,9.53Z" transform="translate(-57.98 -266.38)"/>
<path class="cls-7" d="M97.45,482.22c0-10.13,12.73-20,26.69-25.85" transform="translate(-57.98 -266.38)"/>
<path class="cls-10" d="M161.65,477.37s17.07,12.36,29.15,14.27c10,1.58,21.36-.42,21.61-.42v2.51l17-6.71s-18.84-4.82-17.21-4.82l-.07,4.82s-38.82,5-43.35-22.23c-5-30.2-.94-86.63-.94-86.35H155.25c0-.28,4.09,53-1.57,83.62-5,27.13-42.72,25-42.72,25l-.07-4.82c1.62,0-17.22,4.82-17.22,4.82l17,6.71v-2.51c.25,0,11.56,2,21.61.42,12.07-1.91,29.36-14.27,29.36-14.27Z" transform="translate(-57.98 -266.38)"/>
<path d="M236.75,491.7a36.08,36.08,0,0,1,.85,7.8c.67,9.17.5,16.5.5,25,0-2,.3-4,.34-5.83.16-7.84-.5-14.84-.34-22.67-1-.83,0-2.83-.33-4" transform="translate(-57.98 -266.38)"/>
<g>
<path d="M141.46,505.82h3.14a2.39,2.39,0,0,1,1.64.53,1.84,1.84,0,0,1,.58,1.45,2.15,2.15,0,0,1-.58,1.6,2.27,2.27,0,0,1-1.64.57h-2.17v3h-1Zm1,3.32h1.93a1.57,1.57,0,0,0,1.11-.32,1.25,1.25,0,0,0,.35-1,1.07,1.07,0,0,0-.35-.89,1.81,1.81,0,0,0-1.11-.28h-1.93Z" transform="translate(-57.98 -266.38)"/>
<path d="M148,507.78h.84v.89a2,2,0,0,1,.24-.38,1.47,1.47,0,0,1,1.22-.67.69.69,0,0,1,.25,0v.9h-.18a1.4,1.4,0,0,0-1.1.43,1.73,1.73,0,0,0-.39,1.21V513H148Z" transform="translate(-57.98 -266.38)"/>
<path d="M153.38,513.14a2.21,2.21,0,0,1-1.74-.7,2.82,2.82,0,0,1-.64-1.94,3.1,3.1,0,0,1,.68-2.1,2.23,2.23,0,0,1,1.8-.78,2,2,0,0,1,1.65.76,3.05,3.05,0,0,1,.63,2v.32h-3.81a2.24,2.24,0,0,0,.35,1.19,1.38,1.38,0,0,0,1.18.5,1.4,1.4,0,0,0,.87-.29,1.14,1.14,0,0,0,.46-.72h.87a2.21,2.21,0,0,1-.78,1.31A2.4,2.4,0,0,1,153.38,513.14Zm1.47-3.15a2,2,0,0,0-.36-1.13,1.27,1.27,0,0,0-1.05-.45,1.37,1.37,0,0,0-1.11.51,2,2,0,0,0-.39,1.07Z" transform="translate(-57.98 -266.38)"/>
<path d="M159.81,509.29a.92.92,0,0,0-.36-.67,1.36,1.36,0,0,0-.85-.24,1.48,1.48,0,0,0-.83.19.61.61,0,0,0-.28.55.46.46,0,0,0,.2.42,2.53,2.53,0,0,0,.79.29l.91.21a2.46,2.46,0,0,1,1.09.51,1.22,1.22,0,0,1,.32.91,1.47,1.47,0,0,1-.56,1.23,2.32,2.32,0,0,1-1.51.45,2.59,2.59,0,0,1-1.64-.43,1.84,1.84,0,0,1-.6-1.38h.84a1.09,1.09,0,0,0,.4.81,1.67,1.67,0,0,0,1,.25,1.49,1.49,0,0,0,.9-.23.77.77,0,0,0,.31-.65.49.49,0,0,0-.2-.42,2.77,2.77,0,0,0-.81-.28l-.91-.22a2.14,2.14,0,0,1-1.05-.49,1.18,1.18,0,0,1-.31-.88,1.44,1.44,0,0,1,.52-1.17,2.18,2.18,0,0,1,1.43-.43,2.26,2.26,0,0,1,1.45.44,1.6,1.6,0,0,1,.57,1.23Z" transform="translate(-57.98 -266.38)"/>
<path d="M164.81,509.29a.92.92,0,0,0-.36-.67,1.36,1.36,0,0,0-.85-.24,1.48,1.48,0,0,0-.83.19.61.61,0,0,0-.28.55.46.46,0,0,0,.2.42,2.53,2.53,0,0,0,.79.29l.91.21a2.46,2.46,0,0,1,1.09.51,1.22,1.22,0,0,1,.32.91,1.47,1.47,0,0,1-.56,1.23,2.32,2.32,0,0,1-1.51.45,2.59,2.59,0,0,1-1.64-.43,1.84,1.84,0,0,1-.6-1.38h.84a1.09,1.09,0,0,0,.4.81,1.67,1.67,0,0,0,1,.25,1.49,1.49,0,0,0,.9-.23.77.77,0,0,0,.31-.65.49.49,0,0,0-.2-.42,2.77,2.77,0,0,0-.81-.28l-.91-.22a2.14,2.14,0,0,1-1.05-.49,1.18,1.18,0,0,1-.31-.88,1.44,1.44,0,0,1,.52-1.17,2.18,2.18,0,0,1,1.43-.43,2.26,2.26,0,0,1,1.45.44,1.6,1.6,0,0,1,.57,1.23Z" transform="translate(-57.98 -266.38)"/>
<path d="M167.72,511.15a1.41,1.41,0,0,0,.26.94,1,1,0,0,0,.82.3,1.21,1.21,0,0,0,1-.49,2.17,2.17,0,0,0,.37-1.34v-2.78h.88V513h-.84v-.79a2.48,2.48,0,0,1-.19.26,1.77,1.77,0,0,1-1.41.67,1.82,1.82,0,0,1-1.33-.44,1.8,1.8,0,0,1-.45-1.33v-3.59h.88Z" transform="translate(-57.98 -266.38)"/>
<path d="M172.5,507.78h.83v.89a4.2,4.2,0,0,1,.24-.38,1.47,1.47,0,0,1,1.23-.67.77.77,0,0,1,.25,0v.9h-.18a1.37,1.37,0,0,0-1.1.43,1.73,1.73,0,0,0-.39,1.21V513h-.88Z" transform="translate(-57.98 -266.38)"/>
<path d="M177.83,513.14a2.24,2.24,0,0,1-1.74-.7,2.81,2.81,0,0,1-.63-1.94,3.1,3.1,0,0,1,.67-2.1,2.26,2.26,0,0,1,1.8-.78,2,2,0,0,1,1.66.76,3.05,3.05,0,0,1,.63,2v.32h-3.82a2.33,2.33,0,0,0,.36,1.19,1.36,1.36,0,0,0,1.17.5,1.43,1.43,0,0,0,.88-.29,1.18,1.18,0,0,0,.46-.72h.87a2.27,2.27,0,0,1-.79,1.31A2.4,2.4,0,0,1,177.83,513.14ZM179.3,510a1.85,1.85,0,0,0-.36-1.13,1.26,1.26,0,0,0-1-.45,1.34,1.34,0,0,0-1.11.51,2,2,0,0,0-.4,1.07Z" transform="translate(-57.98 -266.38)"/>
<path d="M185,513l-1.48-5.22h1l1,4.16h0l1-4.16h1l1.05,4.19h0l1.06-4.19h.88L189,513h-.95L187,508.92h0L186,513H185Z" transform="translate(-57.98 -266.38)"/>
<path d="M192.64,513.14a1.69,1.69,0,0,1-1.21-.41,1.42,1.42,0,0,1-.45-1.11,1.49,1.49,0,0,1,.42-1.11,2.06,2.06,0,0,1,1.23-.52l1.2-.15.28,0a.44.44,0,0,0,.26-.18.52.52,0,0,0,.1-.33v0a.79.79,0,0,0-.32-.66,1.45,1.45,0,0,0-.89-.24,1.31,1.31,0,0,0-.84.25,1.08,1.08,0,0,0-.37.75h-.81a1.72,1.72,0,0,1,.6-1.29,2.46,2.46,0,0,1,1.56-.43,2.28,2.28,0,0,1,1.45.41,1.49,1.49,0,0,1,.49,1.21v2.87a.26.26,0,0,0,.09.21.29.29,0,0,0,.21.08h.12l.16,0V513l-.27.07-.24,0a.89.89,0,0,1-.72-.27,1.09,1.09,0,0,1-.21-.51,1.58,1.58,0,0,1-.22.23A2.31,2.31,0,0,1,192.64,513.14Zm1.83-2.21v-.57a2,2,0,0,1-.55.17l-.8.11a2.15,2.15,0,0,0-.93.3.66.66,0,0,0-.29.56.92.92,0,0,0,.24.68.91.91,0,0,0,.68.24A1.85,1.85,0,0,0,194,512a1.23,1.23,0,0,0,.43-.6.77.77,0,0,0,0-.2A2.85,2.85,0,0,0,194.47,510.93Z" transform="translate(-57.98 -266.38)"/>
<path d="M196.26,507.78h1l1.41,4.27h0l1.45-4.27h1L199.15,513h-.94Z" transform="translate(-57.98 -266.38)"/>
<path d="M204,513.14a2.25,2.25,0,0,1-1.75-.7,2.81,2.81,0,0,1-.63-1.94,3.1,3.1,0,0,1,.67-2.1,2.27,2.27,0,0,1,1.81-.78,2,2,0,0,1,1.65.76,3.05,3.05,0,0,1,.63,2v.32h-3.82a2.33,2.33,0,0,0,.36,1.19,1.38,1.38,0,0,0,1.17.5,1.41,1.41,0,0,0,.88-.29,1.18,1.18,0,0,0,.46-.72h.87a2.21,2.21,0,0,1-.78,1.31A2.42,2.42,0,0,1,204,513.14Zm1.46-3.15a1.85,1.85,0,0,0-.36-1.13,1.23,1.23,0,0,0-1-.45,1.37,1.37,0,0,0-1.11.51,2,2,0,0,0-.4,1.07Z" transform="translate(-57.98 -266.38)"/>
</g>
<g>
<path class="cls-11" d="M168.41,430.32h3a2.7,2.7,0,0,1,2.18,1,4,4,0,0,1,.81,2.62,3.91,3.91,0,0,1-.83,2.61,2.78,2.78,0,0,1-2.23,1h-2.88Zm1,6.35h1.77a2,2,0,0,0,1.62-.72,3.19,3.19,0,0,0,.57-2,3.38,3.38,0,0,0-.55-2.05,1.84,1.84,0,0,0-1.55-.72h-1.86Z" transform="translate(-57.98 -266.38)"/>
<path class="cls-11" d="M175.6,432.28h.83v.89a4.2,4.2,0,0,1,.24-.38,1.47,1.47,0,0,1,1.23-.67.77.77,0,0,1,.25,0v.9H178a1.4,1.4,0,0,0-1.1.43,1.72,1.72,0,0,0-.38,1.21v2.8h-.88Z" transform="translate(-57.98 -266.38)"/>
<path class="cls-11" d="M179.18,436.88a3.32,3.32,0,0,1,0-4,2.22,2.22,0,0,1,1.75-.76,2.24,2.24,0,0,1,1.77.76,3.32,3.32,0,0,1,0,4,2.24,2.24,0,0,1-1.77.76A2.22,2.22,0,0,1,179.18,436.88Zm2.86-.54a2.8,2.8,0,0,0,0-2.92,1.32,1.32,0,0,0-1.11-.54,1.31,1.31,0,0,0-1.1.54,2.8,2.8,0,0,0,0,2.92,1.29,1.29,0,0,0,1.1.55A1.31,1.31,0,0,0,182,436.34Z" transform="translate(-57.98 -266.38)"/>
<path class="cls-11" d="M184.3,432.28h.83V433l.05-.06a1.71,1.71,0,0,1,1.49-.84,2,2,0,0,1,1.62.71,2.83,2.83,0,0,1,.6,1.9,3.36,3.36,0,0,1-.61,2.14,2,2,0,0,1-1.67.77,1.64,1.64,0,0,1-1.4-.68l0,0v2.65h-.88Zm2.27,4.6a1.16,1.16,0,0,0,1-.52,2.67,2.67,0,0,0,.36-1.52,2.48,2.48,0,0,0-.34-1.45,1.23,1.23,0,0,0-1.06-.47,1.17,1.17,0,0,0-1.06.53,3.33,3.33,0,0,0-.33,1.69,2.06,2.06,0,0,0,.36,1.29A1.24,1.24,0,0,0,186.57,436.88Z" transform="translate(-57.98 -266.38)"/>
<path class="cls-11" d="M190,430.32h.88v7.18H190Z" transform="translate(-57.98 -266.38)"/>
<path class="cls-11" d="M194.28,437.64a2.21,2.21,0,0,1-1.74-.7,2.77,2.77,0,0,1-.64-1.94,3.1,3.1,0,0,1,.67-2.1,2.27,2.27,0,0,1,1.81-.78,2,2,0,0,1,1.65.76,3.05,3.05,0,0,1,.63,2v.32h-3.82a2.33,2.33,0,0,0,.36,1.19,1.38,1.38,0,0,0,1.17.5,1.41,1.41,0,0,0,.88-.29,1.18,1.18,0,0,0,.46-.72h.87a2.21,2.21,0,0,1-.78,1.31A2.42,2.42,0,0,1,194.28,437.64Zm1.47-3.15a1.92,1.92,0,0,0-.37-1.13,1.23,1.23,0,0,0-1-.45,1.37,1.37,0,0,0-1.11.51,2,2,0,0,0-.4,1.07Z" transform="translate(-57.98 -266.38)"/>
<path class="cls-11" d="M199.63,437.5a5.64,5.64,0,0,1-.65.06,1.09,1.09,0,0,1-.82-.25,1.26,1.26,0,0,1-.23-.87V433h-.73v-.71h.73v-1.47h.87v1.47h.83V433h-.83v3.45a.32.32,0,0,0,.14.27.63.63,0,0,0,.38.11h.31Z" transform="translate(-57.98 -266.38)"/>
</g>
<g>
<path d="M255.92,513.36a3.35,3.35,0,0,1-1,2.08,3.05,3.05,0,0,1-2.11.76,3,3,0,0,1-2.37-1,4.11,4.11,0,0,1-.88-2.75,4,4,0,0,1,.92-2.76,3.47,3.47,0,0,1,4.45-.41,2.53,2.53,0,0,1,.94,1.73h-.94a1.67,1.67,0,0,0-.66-1.1,2.2,2.2,0,0,0-1.35-.39,2.09,2.09,0,0,0-1.72.79,3.35,3.35,0,0,0-.64,2.14,3.4,3.4,0,0,0,.6,2.17,2.06,2.06,0,0,0,1.72.75,1.93,1.93,0,0,0,1.39-.52,2.63,2.63,0,0,0,.73-1.46Z" transform="translate(-57.98 -266.38)"/>
<path d="M257.1,510.78h.83v.89a4.2,4.2,0,0,1,.24-.38,1.47,1.47,0,0,1,1.23-.67.77.77,0,0,1,.25,0v.9h-.19a1.4,1.4,0,0,0-1.1.43,1.72,1.72,0,0,0-.38,1.21V516h-.88Z" transform="translate(-57.98 -266.38)"/>
<path d="M261.68,516.14a1.69,1.69,0,0,1-1.21-.41,1.42,1.42,0,0,1-.45-1.11,1.49,1.49,0,0,1,.42-1.11,2.06,2.06,0,0,1,1.23-.52l1.2-.15.28-.05a.44.44,0,0,0,.26-.18.58.58,0,0,0,.09-.33v0a.78.78,0,0,0-.31-.66,1.47,1.47,0,0,0-.89-.24,1.36,1.36,0,0,0-.85.25,1.12,1.12,0,0,0-.36.75h-.81a1.72,1.72,0,0,1,.6-1.29,2.42,2.42,0,0,1,1.55-.43,2.24,2.24,0,0,1,1.45.41,1.47,1.47,0,0,1,.5,1.21v2.87a.29.29,0,0,0,.08.21.33.33,0,0,0,.22.08h.11l.17,0V516l-.27.07-.24,0a.89.89,0,0,1-.72-.27,1.09,1.09,0,0,1-.21-.51,1.67,1.67,0,0,1-.23.23A2.29,2.29,0,0,1,261.68,516.14Zm1.82-2.21v-.57a1.8,1.8,0,0,1-.54.17l-.8.11a2.1,2.1,0,0,0-.93.3.64.64,0,0,0-.3.56.84.84,0,0,0,.92.92A1.83,1.83,0,0,0,263,515a1.25,1.25,0,0,0,.44-.6,1.78,1.78,0,0,0,0-.2A3,3,0,0,0,263.5,513.93Z" transform="translate(-57.98 -266.38)"/>
<path d="M270,514.12a2.46,2.46,0,0,1-.7,1.51,2.15,2.15,0,0,1-1.5.51,2.08,2.08,0,0,1-1.66-.74,3.09,3.09,0,0,1-.62-2,3,3,0,0,1,.65-2,2.39,2.39,0,0,1,3.23-.23,2,2,0,0,1,.6,1.41h-.85a1.27,1.27,0,0,0-.39-.87,1.29,1.29,0,0,0-.9-.3,1.22,1.22,0,0,0-1,.53,2.54,2.54,0,0,0-.38,1.47,2.64,2.64,0,0,0,.35,1.5,1.31,1.31,0,0,0,1.91.18,1.67,1.67,0,0,0,.45-.94Z" transform="translate(-57.98 -266.38)"/>
<path d="M270.89,508.82h.87V513l2.21-2.18h1.12l-2,1.93,2.12,3.29h-1.14l-1.63-2.65-.69.67v2h-.87Z" transform="translate(-57.98 -266.38)"/>
</g>
<polygon class="cls-12" points="190.13 248.63 190.13 242.63 181.13 245.63 190.13 248.63"/>
<polygon class="cls-12" points="197.75 219.69 197.75 213.69 188.75 216.69 197.75 219.69"/>
<polygon class="cls-13" points="237.13 221.13 244.13 211.13 252.63 214.13 243.13 225.13 237.13 221.13"/>
<g>
<path d="M260,478.82h3.34a2.67,2.67,0,0,1,1.74.5,1.77,1.77,0,0,1,.6,1.45,1.87,1.87,0,0,1-.62,1.48,4,4,0,0,1-.34.23l.16.08a1.38,1.38,0,0,1,.68,1.26l0,1.31a1.07,1.07,0,0,0,.08.47.62.62,0,0,0,.28.24V486h-1.19a2.17,2.17,0,0,1-.08-.46c0-.25,0-.53-.06-.83l0-.56a1.29,1.29,0,0,0-.33-1,1.44,1.44,0,0,0-1-.28H261V486h-1Zm1,3.25h2.41a1.37,1.37,0,0,0,1-.3,1.24,1.24,0,0,0,.32-.94,1.13,1.13,0,0,0-.33-.9,1.53,1.53,0,0,0-1.05-.29H261Z" transform="translate(-57.98 -266.38)"/>
<path d="M267.35,485.38a3.32,3.32,0,0,1,0-4,2.22,2.22,0,0,1,1.75-.76,2.24,2.24,0,0,1,1.77.76,3.32,3.32,0,0,1,0,4,2.24,2.24,0,0,1-1.77.76A2.22,2.22,0,0,1,267.35,485.38Zm2.86-.54a2.8,2.8,0,0,0,0-2.92,1.32,1.32,0,0,0-1.11-.54,1.31,1.31,0,0,0-1.1.54,2.8,2.8,0,0,0,0,2.92,1.29,1.29,0,0,0,1.1.55A1.31,1.31,0,0,0,270.21,484.84Z" transform="translate(-57.98 -266.38)"/>
<path d="M273.44,484.15a1.41,1.41,0,0,0,.26.94,1,1,0,0,0,.82.3,1.21,1.21,0,0,0,1-.49,2.17,2.17,0,0,0,.37-1.34v-2.78h.88V486h-.84v-.79a1.57,1.57,0,0,1-.19.26,1.76,1.76,0,0,1-1.41.67,1.84,1.84,0,0,1-1.33-.44,1.8,1.8,0,0,1-.44-1.33v-3.59h.87Z" transform="translate(-57.98 -266.38)"/>
<path d="M280,487.48a1.39,1.39,0,0,0,1.15-.48,2.07,2.07,0,0,0,.4-1.38v-.18h0a1.71,1.71,0,0,1-1.41.69,2,2,0,0,1-1.67-.78,3.34,3.34,0,0,1-.62-2.12,2.83,2.83,0,0,1,.61-1.9,2,2,0,0,1,1.6-.72,1.71,1.71,0,0,1,1.49.82l.06.09v-.75h.83v4.84a2.74,2.74,0,0,1-.6,1.95,2.33,2.33,0,0,1-1.81.64,2.21,2.21,0,0,1-1.41-.41,1.74,1.74,0,0,1-.63-1.19h.89a1,1,0,0,0,.38.64A1.14,1.14,0,0,0,280,487.48Zm.17-6.06a1.23,1.23,0,0,0-1.07.47,2.54,2.54,0,0,0-.34,1.49,2.51,2.51,0,0,0,.37,1.48,1.18,1.18,0,0,0,1,.52,1.26,1.26,0,0,0,1-.48,1.94,1.94,0,0,0,.39-1.26,3.06,3.06,0,0,0-.35-1.66A1.19,1.19,0,0,0,280.18,481.42Z" transform="translate(-57.98 -266.38)"/>
<path d="M283.66,478.82h.88v2.66l.15-.19a2,2,0,0,1,2.76-.2,1.77,1.77,0,0,1,.47,1.33V486H287v-3.36a1.38,1.38,0,0,0-.25-.93,1,1,0,0,0-.81-.29,1.28,1.28,0,0,0-1.05.48,2,2,0,0,0-.39,1.3V486h-.88Z" transform="translate(-57.98 -266.38)"/>
<path d="M289.22,480.78h.84v.77l.19-.26a2,2,0,0,1,2.76-.2,1.77,1.77,0,0,1,.47,1.33V486h-.88v-3.28a1.47,1.47,0,0,0-.26-1,1.08,1.08,0,0,0-.86-.31,1.21,1.21,0,0,0-1,.48,2.07,2.07,0,0,0-.37,1.3V486h-.88Z" transform="translate(-57.98 -266.38)"/>
<path d="M296.91,486.14a2.21,2.21,0,0,1-1.74-.7,2.77,2.77,0,0,1-.64-1.94,3.15,3.15,0,0,1,.67-2.1,2.27,2.27,0,0,1,1.81-.78,2,2,0,0,1,1.65.76,3.05,3.05,0,0,1,.63,2v.32h-3.81a2.24,2.24,0,0,0,.35,1.19,1.38,1.38,0,0,0,1.17.5,1.41,1.41,0,0,0,.88-.29,1.14,1.14,0,0,0,.46-.72h.87a2.21,2.21,0,0,1-.78,1.31A2.4,2.4,0,0,1,296.91,486.14Zm1.47-3.15a2,2,0,0,0-.36-1.13,1.27,1.27,0,0,0-1-.45,1.37,1.37,0,0,0-1.11.51,1.94,1.94,0,0,0-.39,1.07Z" transform="translate(-57.98 -266.38)"/>
<path d="M303.34,482.29a.92.92,0,0,0-.36-.67,1.36,1.36,0,0,0-.85-.24,1.48,1.48,0,0,0-.83.19.61.61,0,0,0-.28.55.46.46,0,0,0,.2.42,2.43,2.43,0,0,0,.79.29l.91.21a2.46,2.46,0,0,1,1.09.51,1.26,1.26,0,0,1,.32.91,1.47,1.47,0,0,1-.56,1.23,2.32,2.32,0,0,1-1.51.45,2.59,2.59,0,0,1-1.64-.43,1.77,1.77,0,0,1-.6-1.38h.84a1.12,1.12,0,0,0,.39.81,1.72,1.72,0,0,0,1,.25,1.49,1.49,0,0,0,.9-.23.77.77,0,0,0,.3-.65.47.47,0,0,0-.2-.42,2.57,2.57,0,0,0-.8-.28l-.91-.22a2.14,2.14,0,0,1-1.05-.49,1.18,1.18,0,0,1-.31-.88,1.44,1.44,0,0,1,.52-1.17,2.17,2.17,0,0,1,1.42-.43,2.27,2.27,0,0,1,1.46.44,1.6,1.6,0,0,1,.57,1.23Z" transform="translate(-57.98 -266.38)"/>
<path d="M308.34,482.29a.92.92,0,0,0-.36-.67,1.36,1.36,0,0,0-.85-.24,1.48,1.48,0,0,0-.83.19.61.61,0,0,0-.28.55.46.46,0,0,0,.2.42,2.43,2.43,0,0,0,.79.29l.91.21a2.46,2.46,0,0,1,1.09.51,1.26,1.26,0,0,1,.32.91,1.47,1.47,0,0,1-.56,1.23,2.32,2.32,0,0,1-1.51.45,2.59,2.59,0,0,1-1.64-.43,1.77,1.77,0,0,1-.6-1.38h.84a1.12,1.12,0,0,0,.39.81,1.72,1.72,0,0,0,1,.25,1.49,1.49,0,0,0,.9-.23.77.77,0,0,0,.3-.65.47.47,0,0,0-.2-.42,2.57,2.57,0,0,0-.8-.28l-.91-.22a2.14,2.14,0,0,1-1.05-.49,1.18,1.18,0,0,1-.31-.88,1.44,1.44,0,0,1,.52-1.17,2.17,2.17,0,0,1,1.42-.43,2.27,2.27,0,0,1,1.46.44,1.6,1.6,0,0,1,.57,1.23Z" transform="translate(-57.98 -266.38)"/>
</g>
<g>
<path d="M106.21,367.82h1v2.95h3.74v-2.95h1V375h-1v-3.37h-3.74V375h-1Z" transform="translate(-57.98 -266.38)"/>
<path d="M113.33,367.82h.9v1h-.9Zm0,2h.88V375h-.88Z" transform="translate(-57.98 -266.38)"/>
<path d="M117.45,376.48a1.4,1.4,0,0,0,1.15-.48,2.07,2.07,0,0,0,.4-1.38v-.18h0a1.71,1.71,0,0,1-1.41.69,2,2,0,0,1-1.67-.78,3.28,3.28,0,0,1-.62-2.12,2.83,2.83,0,0,1,.61-1.9,2,2,0,0,1,1.59-.72,1.72,1.72,0,0,1,1.5.82l.06.09v-.75h.83v4.84a2.79,2.79,0,0,1-.6,1.95,2.34,2.34,0,0,1-1.82.64,2.25,2.25,0,0,1-1.41-.41,1.83,1.83,0,0,1-.63-1.19h.9a1,1,0,0,0,.38.64A1.12,1.12,0,0,0,117.45,376.48Zm.17-6.06a1.26,1.26,0,0,0-1.08.47,2.63,2.63,0,0,0-.33,1.49,2.59,2.59,0,0,0,.36,1.48,1.21,1.21,0,0,0,1.05.52,1.26,1.26,0,0,0,1-.48,1.94,1.94,0,0,0,.39-1.26,3.16,3.16,0,0,0-.35-1.66A1.19,1.19,0,0,0,117.62,370.42Z" transform="translate(-57.98 -266.38)"/>
<path d="M121.1,367.82H122v2.66l.15-.19a1.77,1.77,0,0,1,3.23,1.13V375h-.88v-3.36a1.38,1.38,0,0,0-.25-.93,1,1,0,0,0-.81-.29,1.28,1.28,0,0,0-1,.48,2,2,0,0,0-.39,1.3V375h-.88Z" transform="translate(-57.98 -266.38)"/>
<path d="M129.46,367.82h.9v1h-.9Zm0,2h.88V375h-.88Z" transform="translate(-57.98 -266.38)"/>
<path d="M131.66,369.78h.83v.77l.18-.23a1.8,1.8,0,0,1,1.42-.7,1.49,1.49,0,0,1,1.11.42,1.22,1.22,0,0,1,.29.42l.14-.18a1.74,1.74,0,0,1,1.36-.66,1.56,1.56,0,0,1,1.71,1.71V375h-.88v-3.37a1.42,1.42,0,0,0-.24-.9.86.86,0,0,0-.72-.31,1.06,1.06,0,0,0-.9.45,1.88,1.88,0,0,0-.34,1.2V375h-.88v-3.58a1.09,1.09,0,0,0-.22-.74.83.83,0,0,0-.65-.26,1.16,1.16,0,0,0-1,.5,2.07,2.07,0,0,0-.37,1.28V375h-.88Z" transform="translate(-57.98 -266.38)"/>
<path d="M139.92,369.78h.84v.74l0-.06a1.72,1.72,0,0,1,1.49-.84,2,2,0,0,1,1.62.71,2.83,2.83,0,0,1,.6,1.9,3.42,3.42,0,0,1-.6,2.14,2,2,0,0,1-1.67.77,1.67,1.67,0,0,1-1.41-.68l0,0v2.65h-.88Zm2.27,4.6a1.19,1.19,0,0,0,1.05-.52,2.75,2.75,0,0,0,.35-1.52,2.48,2.48,0,0,0-.34-1.45,1.23,1.23,0,0,0-1.05-.47,1.19,1.19,0,0,0-1.07.53,3.33,3.33,0,0,0-.33,1.69,2.06,2.06,0,0,0,.36,1.29A1.25,1.25,0,0,0,142.19,374.38Z" transform="translate(-57.98 -266.38)"/>
<path d="M146.93,375.14a1.72,1.72,0,0,1-1.22-.41,1.42,1.42,0,0,1-.45-1.11,1.45,1.45,0,0,1,.43-1.11,2.06,2.06,0,0,1,1.23-.52l1.19-.15.28,0a.47.47,0,0,0,.27-.18.58.58,0,0,0,.09-.33v0a.79.79,0,0,0-.32-.66,1.42,1.42,0,0,0-.88-.24,1.34,1.34,0,0,0-.85.25,1.12,1.12,0,0,0-.37.75h-.81a1.73,1.73,0,0,1,.61-1.29,2.42,2.42,0,0,1,1.55-.43,2.26,2.26,0,0,1,1.45.41,1.5,1.5,0,0,1,.5,1.21v2.87a.25.25,0,0,0,.08.21.29.29,0,0,0,.22.08H150l.16,0V375l-.26.07-.24,0a.89.89,0,0,1-.73-.27,1.35,1.35,0,0,1-.21-.51,1.58,1.58,0,0,1-.22.23A2.3,2.3,0,0,1,146.93,375.14Zm1.82-2.21v-.57a1.8,1.8,0,0,1-.54.17l-.81.11a2.2,2.2,0,0,0-.93.3.66.66,0,0,0-.29.56.84.84,0,0,0,.92.92,1.85,1.85,0,0,0,1.17-.38,1.32,1.32,0,0,0,.44-.6.88.88,0,0,0,0-.2A2.85,2.85,0,0,0,148.75,372.93Z" transform="translate(-57.98 -266.38)"/>
<path d="M155.23,373.12a2.45,2.45,0,0,1-.69,1.51,2.16,2.16,0,0,1-1.5.51,2.07,2.07,0,0,1-1.66-.74,3.09,3.09,0,0,1-.62-2,3,3,0,0,1,.64-2,2.17,2.17,0,0,1,1.73-.75,2.09,2.09,0,0,1,1.5.52,1.88,1.88,0,0,1,.6,1.41h-.84a1.36,1.36,0,0,0-.39-.87,1.32,1.32,0,0,0-.9-.3,1.22,1.22,0,0,0-1,.53,2.47,2.47,0,0,0-.38,1.47,2.64,2.64,0,0,0,.35,1.5,1.3,1.3,0,0,0,1.9.18,1.74,1.74,0,0,0,.46-.94Z" transform="translate(-57.98 -266.38)"/>
<path d="M158,375a5.64,5.64,0,0,1-.65.06,1.09,1.09,0,0,1-.82-.25,1.31,1.31,0,0,1-.23-.87v-3.45h-.73v-.71h.73v-1.47h.88v1.47H158v.71h-.82v3.45a.3.3,0,0,0,.14.27.58.58,0,0,0,.37.11H158Z" transform="translate(-57.98 -266.38)"/>
<path d="M164.66,371.29a.91.91,0,0,0-.35-.67,1.38,1.38,0,0,0-.85-.24,1.46,1.46,0,0,0-.83.19.62.62,0,0,0-.29.55.48.48,0,0,0,.2.42,2.51,2.51,0,0,0,.8.29l.91.21a2.41,2.41,0,0,1,1.08.51,1.22,1.22,0,0,1,.33.91,1.5,1.5,0,0,1-.56,1.23,2.34,2.34,0,0,1-1.51.45,2.6,2.6,0,0,1-1.65-.43,1.84,1.84,0,0,1-.6-1.38h.85a1.12,1.12,0,0,0,.39.81,1.72,1.72,0,0,0,1,.25,1.48,1.48,0,0,0,.89-.23.75.75,0,0,0,.31-.65.49.49,0,0,0-.2-.42,2.55,2.55,0,0,0-.81-.28l-.9-.22a2.05,2.05,0,0,1-1-.49,1.19,1.19,0,0,1-.32-.88,1.44,1.44,0,0,1,.53-1.17,2.15,2.15,0,0,1,1.42-.43,2.24,2.24,0,0,1,1.45.44,1.64,1.64,0,0,1,.58,1.23Z" transform="translate(-57.98 -266.38)"/>
<path d="M166.6,369.78h.84v.74l0-.06a1.72,1.72,0,0,1,1.49-.84,2,2,0,0,1,1.62.71,2.83,2.83,0,0,1,.6,1.9,3.42,3.42,0,0,1-.6,2.14,2,2,0,0,1-1.67.77,1.67,1.67,0,0,1-1.41-.68l0,0v2.65h-.88Zm2.27,4.6a1.19,1.19,0,0,0,1-.52,2.75,2.75,0,0,0,.35-1.52,2.48,2.48,0,0,0-.34-1.45,1.23,1.23,0,0,0-1.05-.47,1.19,1.19,0,0,0-1.07.53,3.33,3.33,0,0,0-.33,1.69,2.06,2.06,0,0,0,.36,1.29A1.25,1.25,0,0,0,168.87,374.38Z" transform="translate(-57.98 -266.38)"/>
<path d="M174.36,375.14a2.21,2.21,0,0,1-1.74-.7,2.77,2.77,0,0,1-.64-1.94,3.15,3.15,0,0,1,.67-2.1,2.27,2.27,0,0,1,1.81-.78,2,2,0,0,1,1.65.76,3.05,3.05,0,0,1,.63,2v.32h-3.81a2.24,2.24,0,0,0,.35,1.19,1.38,1.38,0,0,0,1.17.5,1.41,1.41,0,0,0,.88-.29,1.14,1.14,0,0,0,.46-.72h.87a2.21,2.21,0,0,1-.78,1.31A2.42,2.42,0,0,1,174.36,375.14Zm1.47-3.15a1.92,1.92,0,0,0-.37-1.13,1.23,1.23,0,0,0-1-.45,1.37,1.37,0,0,0-1.11.51,1.94,1.94,0,0,0-.39,1.07Z" transform="translate(-57.98 -266.38)"/>
<path d="M179.92,375.14a2.21,2.21,0,0,1-1.74-.7,2.77,2.77,0,0,1-.64-1.94,3.15,3.15,0,0,1,.67-2.1,2.27,2.27,0,0,1,1.81-.78,2,2,0,0,1,1.65.76,3.05,3.05,0,0,1,.63,2v.32h-3.81a2.24,2.24,0,0,0,.35,1.19,1.38,1.38,0,0,0,1.17.5,1.41,1.41,0,0,0,.88-.29,1.14,1.14,0,0,0,.46-.72h.87a2.21,2.21,0,0,1-.78,1.31A2.4,2.4,0,0,1,179.92,375.14Zm1.47-3.15a2,2,0,0,0-.36-1.13,1.27,1.27,0,0,0-1.05-.45,1.37,1.37,0,0,0-1.11.51,1.94,1.94,0,0,0-.39,1.07Z" transform="translate(-57.98 -266.38)"/>
<path d="M185.35,375.14a2,2,0,0,1-1.67-.78,3.28,3.28,0,0,1-.62-2.12,2.88,2.88,0,0,1,.6-1.9,1.93,1.93,0,0,1,1.56-.72,1.77,1.77,0,0,1,1.53.82l.07.09v-2.71h.87V375h-.81v-.71l-.11.16A1.73,1.73,0,0,1,185.35,375.14Zm0-4.73a1.23,1.23,0,0,0-1.07.47,2.59,2.59,0,0,0-.35,1.5,2.62,2.62,0,0,0,.37,1.49,1.21,1.21,0,0,0,1,.52,1.26,1.26,0,0,0,1-.48,1.9,1.9,0,0,0,.4-1.27,3.13,3.13,0,0,0-.37-1.65A1.18,1.18,0,0,0,185.39,370.41Z" transform="translate(-57.98 -266.38)"/>
</g>
<path class="cls-2" d="M209.31,450.27c0,.73-.46,1.48-.46,2-.75,1.5-1.25,3.25-2,4.75a.68.68,0,0,1-.79.15c0,1.85-1.71,2.85-2.21,4.1-.75,2.5-2.25,4.75-2.5,7.25,0,1.25-.5,3,.5,3.75.75,1,2.5.5,3.75.5" transform="translate(-57.98 -266.38)"/>
<path class="cls-2" d="M192.85,479.25c2.75.5,4.25-2.25,6.25-3.75" transform="translate(-57.98 -266.38)"/>
<path class="cls-14" d="M261.1,436.17c-1.11-.87-3.33-.67-5,0a19.06,19.06,0,0,1-6,1,2.43,2.43,0,0,0-1.33,3.33,10.08,10.08,0,0,0,1.33,2.67c2.67,2,6.34.66,8.67-.67C260.77,441.5,264.1,438.5,261.1,436.17Z" transform="translate(-57.98 -266.38)"/>
<path class="cls-15" d="M273.1,449.83c.9-.44,2,0,3,0,0,2,.34,4,1.67,5.34a1.49,1.49,0,0,1-1,2c-.67,0-1.67-.34-2.33,0-2.34,2.66-6.67,2.66-9,1.66-1-.33-2-3.33-.34-4.33.67-.67,2.34-.33,3.67-.33,0-1.67,1.33-2.34,2-3.67C271.44,450.17,272.44,450.17,273.1,449.83Z" transform="translate(-57.98 -266.38)"/>
<path class="cls-16" d="M301.1,441.17c-1.33,1.66-3.33,2-5.33,2.66-.33,0-1.33.67-1.33,1-.67,1.34-.67,4,0,4.34,2.66,1.33,6,.33,9.33.33.33,0,.33-.33.33-.67" transform="translate(-57.98 -266.38)"/>
<path class="cls-17" d="M304.27,448.94c0,.33,0,.66-.33.66-3.1,0-6.2.87-8.76-.08l-1-.42.12.5.29.14a1.79,1.79,0,0,0,1,1.36c.75.38,1.75,0,2.63.13.12.12.37.12.5.25,1.62.37,3-.5,4.37-1.13.25-.12.63-.37.88-.25a2.15,2.15,0,0,1,0-.5" transform="translate(-57.98 -266.38)"/>
<rect class="cls-18" x="274.62" y="100.13" width="196.5" height="140.5"/>
<path class="cls-1" d="M496.6,432.5h-44c0-3-2-1-4-3.5-2.5-2.5-3.16-.33-6.66-2.33-3.5-1.5-7.5,2.33-10-.17-3-2.5-6-2.67-9.5-4.67-2.5-1.5-8.34-2-10.84-1-5,2-11-14.32-13.33-8.66-2.17,5.33-4,11.83-5,14.83,0,0,6.33,8.5,9.83,10.5,3.5,1.5,7.5,3,11.5,3-4.5-1-9.5.5-13.5-1-3-1-5-5-8-6.5-1.5-1-3.5-1.5-5-2.5H355.6c0,10-1,19.5,1,30,.5,3,3.5,4.5,4,7,1,4,2,8,5,10.5,4.5,4.5,11.5,2.5,17,5,4,2,8,5,12.5,5.5,7,1,13.5,3,20.5,5a14.59,14.59,0,0,0,8-.5c19-9.5,40-5,60-6,5.5-8,11-16,15-25.5.5-1.5,1.5-3.5,2-5,2-7.5,2.5-15,0-22C500.1,434.5,498.1,432.5,496.6,432.5Z" transform="translate(-57.98 -266.38)"/>
<path class="cls-19" d="M414.6,440.5a158.49,158.49,0,0,0,36-4.5" transform="translate(-57.98 -266.38)"/>
<path class="cls-20" d="M443.84,390.1,417,421.36l4.46,4.94L400,429.51l2.61-19.94,4.71,4.1,33.88-25.9Z" transform="translate(-57.98 -266.38)"/>
<path class="cls-20" d="M281.84,382.83l-11.22,39.62,6.12,2.61L258.61,437l-6-19.19,6,1.74,19.88-37.73Z" transform="translate(-57.98 -266.38)"/>
<g>
<path d="M450,392.5v-8.61h1.16v7.58h4.37v1Z" transform="translate(-57.98 -266.38)"/>
<path d="M464,389.33a4,4,0,0,1-1.22,2.5,3.65,3.65,0,0,1-2.53.91,3.56,3.56,0,0,1-2.84-1.23,4.93,4.93,0,0,1-1.06-3.31,4.79,4.79,0,0,1,1.1-3.31,3.75,3.75,0,0,1,3-1.24,3.7,3.7,0,0,1,2.4.75,3.1,3.1,0,0,1,1.13,2.07h-1.13a2,2,0,0,0-.79-1.32,2.66,2.66,0,0,0-1.62-.47,2.52,2.52,0,0,0-2.07,1,4,4,0,0,0-.76,2.56,4.1,4.1,0,0,0,.71,2.61,2.46,2.46,0,0,0,2.06.89,2.36,2.36,0,0,0,1.67-.61,3.2,3.2,0,0,0,.88-1.76Z" transform="translate(-57.98 -266.38)"/>
<path d="M465.47,392.5v-8.61h6v1h-4.8v2.63h4.2v1h-4.2v3.92h-1.17Z" transform="translate(-57.98 -266.38)"/>
<path d="M480.83,390.25a2.9,2.9,0,0,1-.84,1.8,2.55,2.55,0,0,1-1.79.62,2.46,2.46,0,0,1-2-.9,3.62,3.62,0,0,1-.75-2.41,3.57,3.57,0,0,1,.78-2.42,2.87,2.87,0,0,1,3.87-.28,2.33,2.33,0,0,1,.72,1.7h-1a1.44,1.44,0,0,0-1.55-1.41,1.46,1.46,0,0,0-1.25.64,3.05,3.05,0,0,0-.45,1.77,3.15,3.15,0,0,0,.42,1.8,1.58,1.58,0,0,0,2.28.21,2,2,0,0,0,.55-1.12Z" transform="translate(-57.98 -266.38)"/>
<path d="M482,386.23h1v1.07a3.85,3.85,0,0,1,.28-.45,1.78,1.78,0,0,1,1.47-.81.8.8,0,0,1,.3.06v1.07h-.21a1.7,1.7,0,0,0-1.33.51,2.1,2.1,0,0,0-.46,1.46v3.36H482Z" transform="translate(-57.98 -266.38)"/>
<path d="M487.54,392.67a2.06,2.06,0,0,1-1.46-.49,1.71,1.71,0,0,1-.54-1.33,1.82,1.82,0,0,1,.5-1.34,2.46,2.46,0,0,1,1.48-.62l1.44-.19.33-.05a.53.53,0,0,0,.32-.22.67.67,0,0,0,.11-.39V388a.92.92,0,0,0-.38-.78,1.73,1.73,0,0,0-1.06-.29,1.59,1.59,0,0,0-1,.3,1.34,1.34,0,0,0-.44.9h-1a2.08,2.08,0,0,1,.72-1.55,3,3,0,0,1,1.87-.52,2.67,2.67,0,0,1,1.74.5,1.76,1.76,0,0,1,.6,1.44v3.45a.35.35,0,0,0,.09.25.34.34,0,0,0,.26.1h.14l.2,0v.77a2.62,2.62,0,0,1-.33.09l-.28,0a1.09,1.09,0,0,1-.87-.32,1.37,1.37,0,0,1-.25-.62,2.37,2.37,0,0,1-.27.28A2.8,2.8,0,0,1,487.54,392.67Zm2.18-2.65v-.68a2.15,2.15,0,0,1-.65.19l-1,.14A2.53,2.53,0,0,0,487,390a.78.78,0,0,0-.35.67,1.06,1.06,0,0,0,.29.81,1.1,1.1,0,0,0,.81.29,2.24,2.24,0,0,0,1.41-.45,1.55,1.55,0,0,0,.52-.72,1.09,1.09,0,0,0,0-.24C489.71,390.28,489.72,390.15,489.72,390Z" transform="translate(-57.98 -266.38)"/>
<path d="M497.5,390.25a2.9,2.9,0,0,1-.84,1.8,2.55,2.55,0,0,1-1.79.62,2.46,2.46,0,0,1-2-.9,3.62,3.62,0,0,1-.75-2.41,3.57,3.57,0,0,1,.78-2.42,2.87,2.87,0,0,1,3.87-.28,2.33,2.33,0,0,1,.72,1.7h-1a1.44,1.44,0,0,0-1.55-1.41,1.46,1.46,0,0,0-1.25.64,3.05,3.05,0,0,0-.45,1.77,3.15,3.15,0,0,0,.42,1.8,1.58,1.58,0,0,0,2.28.21,2,2,0,0,0,.55-1.12Z" transform="translate(-57.98 -266.38)"/>
<path d="M498.58,383.89h1.05v5l2.65-2.62h1.35l-2.39,2.33,2.54,3.94h-1.37l-2-3.18-.83.8v2.38h-1.05Z" transform="translate(-57.98 -266.38)"/>
</g>
<g>
<g>
<path d="M225.16,352.89h4a3.2,3.2,0,0,1,2.08.59,2.14,2.14,0,0,1,.72,1.75,2.21,2.21,0,0,1-.75,1.77,4,4,0,0,1-.4.28l.19.09a1.66,1.66,0,0,1,.82,1.52l0,1.57a1.34,1.34,0,0,0,.1.55.68.68,0,0,0,.34.3v.19h-1.43a2.83,2.83,0,0,1-.09-.56c0-.29-.06-.62-.08-1l0-.68a1.62,1.62,0,0,0-.39-1.14,1.75,1.75,0,0,0-1.21-.34h-2.77v3.71h-1.16Zm1.16,3.89h2.89a1.65,1.65,0,0,0,1.18-.36,1.47,1.47,0,0,0,.38-1.12,1.4,1.4,0,0,0-.4-1.09,1.87,1.87,0,0,0-1.25-.34h-2.8Z" transform="translate(-57.98 -266.38)"/>
<path d="M234,360.76a4,4,0,0,1,0-4.8,2.66,2.66,0,0,1,2.1-.92,2.69,2.69,0,0,1,2.12.92,4,4,0,0,1,0,4.8,2.68,2.68,0,0,1-2.12.91A2.66,2.66,0,0,1,234,360.76Zm3.43-.65a3.37,3.37,0,0,0,0-3.5,1.66,1.66,0,0,0-2.65,0,3.37,3.37,0,0,0,0,3.5,1.68,1.68,0,0,0,2.65,0Z" transform="translate(-57.98 -266.38)"/>
<path d="M241.31,359.27a1.67,1.67,0,0,0,.31,1.14,1.22,1.22,0,0,0,1,.35,1.39,1.39,0,0,0,1.2-.59,2.55,2.55,0,0,0,.45-1.59v-3.35h1.05v6.27h-1v-.95a3.71,3.71,0,0,1-.23.32,2.13,2.13,0,0,1-1.69.8,1.88,1.88,0,0,1-2.13-2.13v-4.31h1.05Z" transform="translate(-57.98 -266.38)"/>
<path d="M249.19,363.28a1.71,1.71,0,0,0,1.39-.57,2.62,2.62,0,0,0,.47-1.67v-.21h0a2.06,2.06,0,0,1-1.69.83,2.43,2.43,0,0,1-2-.94,4,4,0,0,1-.74-2.54,3.41,3.41,0,0,1,.73-2.28,2.39,2.39,0,0,1,1.92-.87,2.07,2.07,0,0,1,1.79,1l.08.11v-.9h1V361a3.42,3.42,0,0,1-.72,2.35,2.83,2.83,0,0,1-2.18.76,2.65,2.65,0,0,1-1.69-.49,2.12,2.12,0,0,1-.76-1.43h1.08a1.19,1.19,0,0,0,.45.77A1.38,1.38,0,0,0,249.19,363.28Zm.21-7.28a1.47,1.47,0,0,0-1.29.57,3,3,0,0,0-.41,1.78,3.08,3.08,0,0,0,.44,1.78,1.46,1.46,0,0,0,1.26.63,1.49,1.49,0,0,0,1.23-.58,2.27,2.27,0,0,0,.47-1.51,3.79,3.79,0,0,0-.42-2A1.42,1.42,0,0,0,249.4,356Z" transform="translate(-57.98 -266.38)"/>
<path d="M253.57,352.89h1.06v3.19l.18-.23a2.13,2.13,0,0,1,3.88,1.36v4.29h-1.06v-4a1.69,1.69,0,0,0-.3-1.12,1.22,1.22,0,0,0-1-.35,1.58,1.58,0,0,0-1.27.58,2.43,2.43,0,0,0-.46,1.56v3.36h-1.06Z" transform="translate(-57.98 -266.38)"/>
<path d="M265.88,361.5a6.73,6.73,0,0,1-.78.08,1.27,1.27,0,0,1-1-.31,1.52,1.52,0,0,1-.28-1v-4.13H263v-.86h.87v-1.76h1.05v1.76h1v.86h-1v4.13a.41.41,0,0,0,.17.34.75.75,0,0,0,.45.12h.37Z" transform="translate(-57.98 -266.38)"/>
<path d="M266.94,352.89H268v1.19h-1.07Zm0,2.34H268v6.27H267Z" transform="translate(-57.98 -266.38)"/>
<path d="M269.5,355.23h1v.89l.05-.07a2.07,2.07,0,0,1,1.79-1,2.44,2.44,0,0,1,2,.85,3.48,3.48,0,0,1,.71,2.29,4.08,4.08,0,0,1-.72,2.56,2.4,2.4,0,0,1-2,.93,2,2,0,0,1-1.68-.81l0-.05V364H269.5Zm2.72,5.53a1.41,1.41,0,0,0,1.25-.63,3.16,3.16,0,0,0,.43-1.82,2.94,2.94,0,0,0-.41-1.74,1.44,1.44,0,0,0-1.26-.57,1.41,1.41,0,0,0-1.28.64,3.92,3.92,0,0,0-.4,2,2.47,2.47,0,0,0,.43,1.54A1.49,1.49,0,0,0,272.22,360.76Z" transform="translate(-57.98 -266.38)"/>
<path d="M279.84,357.05a1.08,1.08,0,0,0-.42-.81,1.65,1.65,0,0,0-1-.29,1.83,1.83,0,0,0-1,.23.75.75,0,0,0-.34.67.57.57,0,0,0,.24.5,2.87,2.87,0,0,0,.95.34l1.09.26a2.71,2.71,0,0,1,1.31.62,1.43,1.43,0,0,1,.39,1.08,1.81,1.81,0,0,1-.67,1.48,2.82,2.82,0,0,1-1.82.54,3.09,3.09,0,0,1-2-.52,2.21,2.21,0,0,1-.72-1.65h1a1.34,1.34,0,0,0,.47,1,2,2,0,0,0,1.22.3,1.78,1.78,0,0,0,1.07-.27.9.9,0,0,0,.37-.78.57.57,0,0,0-.24-.5,3.19,3.19,0,0,0-1-.34l-1.09-.26a2.64,2.64,0,0,1-1.26-.59,1.42,1.42,0,0,1-.38-1,1.74,1.74,0,0,1,.63-1.41,3.07,3.07,0,0,1,3.45,0,1.85,1.85,0,0,1,.69,1.47Z" transform="translate(-57.98 -266.38)"/>
<path d="M287.89,361.5a6.64,6.64,0,0,1-.79.08,1.25,1.25,0,0,1-1-.31,1.52,1.52,0,0,1-.29-1v-4.13H285v-.86h.86v-1.76h1.06v1.76h1v.86h-1v4.13a.38.38,0,0,0,.17.34.74.74,0,0,0,.44.12h.38Z" transform="translate(-57.98 -266.38)"/>
<path d="M288.92,352.89H290v3.19l.19-.23a2.13,2.13,0,0,1,3.88,1.36v4.29H293v-4a1.69,1.69,0,0,0-.3-1.12,1.22,1.22,0,0,0-1-.35,1.58,1.58,0,0,0-1.27.58,2.44,2.44,0,0,0-.47,1.56v3.36h-1.05Z" transform="translate(-57.98 -266.38)"/>
<path d="M297.25,361.67a2.06,2.06,0,0,1-1.46-.49,1.71,1.71,0,0,1-.54-1.33,1.82,1.82,0,0,1,.5-1.34,2.46,2.46,0,0,1,1.48-.62l1.44-.19.33-.05a.53.53,0,0,0,.32-.22.67.67,0,0,0,.11-.39V357a.92.92,0,0,0-.38-.78,1.73,1.73,0,0,0-1.06-.29,1.59,1.59,0,0,0-1,.3,1.34,1.34,0,0,0-.44.9h-1a2.05,2.05,0,0,1,.73-1.55,2.94,2.94,0,0,1,1.86-.52,2.67,2.67,0,0,1,1.74.5,1.76,1.76,0,0,1,.6,1.44v3.45a.35.35,0,0,0,.09.25.34.34,0,0,0,.26.1H301l.2,0v.77a3,3,0,0,1-.32.09l-.29,0a1.09,1.09,0,0,1-.87-.32,1.37,1.37,0,0,1-.25-.62,2.37,2.37,0,0,1-.27.28A2.8,2.8,0,0,1,297.25,361.67Zm2.18-2.65v-.68a2.15,2.15,0,0,1-.65.19l-1,.14a2.57,2.57,0,0,0-1.11.36.78.78,0,0,0-.35.67,1,1,0,0,0,1.1,1.1,2.22,2.22,0,0,0,1.41-.45,1.55,1.55,0,0,0,.52-.72,1.09,1.09,0,0,0,0-.24A2.17,2.17,0,0,0,299.43,359Z" transform="translate(-57.98 -266.38)"/>
<path d="M304.57,361.5a6.73,6.73,0,0,1-.78.08,1.27,1.27,0,0,1-1-.31,1.52,1.52,0,0,1-.28-1v-4.13h-.87v-.86h.87v-1.76h1.05v1.76h1v.86h-1v4.13a.41.41,0,0,0,.17.34.75.75,0,0,0,.45.12h.37Z" transform="translate(-57.98 -266.38)"/>
</g>
<g>
<path d="M224.88,367.38h1.06v3.2l.18-.24A2.13,2.13,0,0,1,230,371.7V376h-1.06v-4a1.72,1.72,0,0,0-.3-1.13,1.24,1.24,0,0,0-1-.34,1.52,1.52,0,0,0-1.26.58,2.34,2.34,0,0,0-.47,1.56V376h-1.06Z" transform="translate(-57.98 -266.38)"/>
<path d="M233.21,376.17a2.09,2.09,0,0,1-1.46-.5,1.7,1.7,0,0,1-.54-1.33,1.79,1.79,0,0,1,.51-1.34,2.5,2.5,0,0,1,1.48-.62l1.43-.18a1.86,1.86,0,0,0,.34-.06.49.49,0,0,0,.31-.21.63.63,0,0,0,.11-.4v0a.91.91,0,0,0-.38-.79,1.71,1.71,0,0,0-1.06-.28,1.54,1.54,0,0,0-1,.3,1.3,1.3,0,0,0-.45.9h-1a2,2,0,0,1,.73-1.55,2.88,2.88,0,0,1,1.86-.52,2.67,2.67,0,0,1,1.74.5,1.76,1.76,0,0,1,.6,1.44v3.44a.33.33,0,0,0,.1.26.36.36,0,0,0,.26.1l.13,0,.2,0V376a1.68,1.68,0,0,1-.32.09,1.11,1.11,0,0,1-.29,0,1.06,1.06,0,0,1-.87-.33,1.44,1.44,0,0,1-.25-.61,3.5,3.5,0,0,1-.27.28A2.79,2.79,0,0,1,233.21,376.17Zm2.18-2.66v-.68a2.15,2.15,0,0,1-.65.2l-1,.14a2.73,2.73,0,0,0-1.12.35.8.8,0,0,0-.35.68,1,1,0,0,0,1.1,1.09,2.2,2.2,0,0,0,1.41-.45,1.51,1.51,0,0,0,.52-.71,1,1,0,0,0,0-.24C235.39,373.77,235.39,373.65,235.39,373.51Z" transform="translate(-57.98 -266.38)"/>
<path d="M237.54,369.73h1.24l1.68,5.13h0l1.73-5.13h1.17L241,376h-1.13Z" transform="translate(-57.98 -266.38)"/>
<path d="M246.79,376.17a2.67,2.67,0,0,1-2.1-.85,3.38,3.38,0,0,1-.76-2.33,3.74,3.74,0,0,1,.81-2.52,2.71,2.71,0,0,1,2.16-.93,2.46,2.46,0,0,1,2,.91,3.68,3.68,0,0,1,.75,2.41v.37h-4.58a2.78,2.78,0,0,0,.43,1.43,1.65,1.65,0,0,0,1.41.6,1.67,1.67,0,0,0,1.05-.34,1.41,1.41,0,0,0,.55-.87h1a2.68,2.68,0,0,1-.93,1.58A2.91,2.91,0,0,1,246.79,376.17Zm1.76-3.79a2.41,2.41,0,0,0-.44-1.36,1.49,1.49,0,0,0-1.25-.54,1.62,1.62,0,0,0-1.33.62,2.46,2.46,0,0,0-.48,1.28Z" transform="translate(-57.98 -266.38)"/>
<path d="M254.16,367.38h1.05v3.16a2.07,2.07,0,0,1,1.79-1,2.41,2.41,0,0,1,1.95.85,3.44,3.44,0,0,1,.71,2.28,4.11,4.11,0,0,1-.72,2.57,2.4,2.4,0,0,1-2,.93,2,2,0,0,1-1.68-.82l-.1-.13V376h-1Zm2.72,7.87a1.42,1.42,0,0,0,1.25-.62,3.18,3.18,0,0,0,.43-1.82,2.9,2.9,0,0,0-.41-1.74,1.44,1.44,0,0,0-1.26-.57,1.39,1.39,0,0,0-1.28.64,3.9,3.9,0,0,0-.4,2,2.51,2.51,0,0,0,.43,1.55A1.51,1.51,0,0,0,256.88,375.25Z" transform="translate(-57.98 -266.38)"/>
<path d="M261.06,369.73h1v1.07a4,4,0,0,1,.29-.46,1.79,1.79,0,0,1,1.47-.8,1,1,0,0,1,.3,0v1.08h-.22a1.7,1.7,0,0,0-1.32.51,2.1,2.1,0,0,0-.47,1.46V376h-1.05Z" transform="translate(-57.98 -266.38)"/>
<path d="M265.36,375.25a4,4,0,0,1,0-4.8,2.66,2.66,0,0,1,2.1-.91,2.68,2.68,0,0,1,2.12.91,4,4,0,0,1,0,4.8,2.69,2.69,0,0,1-2.12.92A2.66,2.66,0,0,1,265.36,375.25Zm3.43-.64a3.39,3.39,0,0,0,0-3.51,1.68,1.68,0,0,0-2.65,0,3.39,3.39,0,0,0,0,3.51,1.68,1.68,0,0,0,2.65,0Z" transform="translate(-57.98 -266.38)"/>
<path d="M271.61,367.38h1.05v5l2.65-2.62h1.34l-2.38,2.32,2.54,3.95h-1.37l-1.95-3.19-.83.81V376h-1.05Z" transform="translate(-57.98 -266.38)"/>
<path d="M280.14,376.17a2.67,2.67,0,0,1-2.1-.85,3.38,3.38,0,0,1-.76-2.33,3.74,3.74,0,0,1,.81-2.52,2.72,2.72,0,0,1,2.16-.93,2.45,2.45,0,0,1,2,.91,3.68,3.68,0,0,1,.76,2.41l0,.37H278.4a2.78,2.78,0,0,0,.43,1.43,1.65,1.65,0,0,0,1.41.6,1.67,1.67,0,0,0,1.05-.34,1.37,1.37,0,0,0,.55-.87h1a2.63,2.63,0,0,1-.93,1.58A2.89,2.89,0,0,1,280.14,376.17Zm1.76-3.79a2.34,2.34,0,0,0-.44-1.36,1.49,1.49,0,0,0-1.25-.54,1.62,1.62,0,0,0-1.33.62,2.46,2.46,0,0,0-.48,1.28Z" transform="translate(-57.98 -266.38)"/>
<path d="M284.26,369.73h1v.92l.23-.31a2.13,2.13,0,0,1,3.88,1.36V376h-1.05v-3.94a1.8,1.8,0,0,0-.32-1.19,1.31,1.31,0,0,0-1-.37,1.42,1.42,0,0,0-1.2.58,2.45,2.45,0,0,0-.45,1.56V376h-1.05Z" transform="translate(-57.98 -266.38)"/>
<path d="M294.71,375.25a4,4,0,0,1,0-4.8,2.9,2.9,0,0,1,4.22,0,4,4,0,0,1,0,4.8,2.88,2.88,0,0,1-4.22,0Zm3.43-.64a3.39,3.39,0,0,0,0-3.51,1.58,1.58,0,0,0-1.32-.65,1.56,1.56,0,0,0-1.32.65,3.39,3.39,0,0,0,0,3.51,1.56,1.56,0,0,0,1.32.65A1.58,1.58,0,0,0,298.14,374.61Z" transform="translate(-57.98 -266.38)"/>
<path d="M302,373.77a1.73,1.73,0,0,0,.3,1.14,1.28,1.28,0,0,0,1,.35,1.45,1.45,0,0,0,1.21-.59,2.56,2.56,0,0,0,.44-1.6v-3.34H306V376h-1v-1a1.91,1.91,0,0,1-.24.32,2.1,2.1,0,0,1-1.68.81A1.9,1.9,0,0,1,301,374v-4.3H302Z" transform="translate(-57.98 -266.38)"/>
<path d="M309.91,376a5,5,0,0,1-.78.08,1.32,1.32,0,0,1-1-.3,1.52,1.52,0,0,1-.28-1v-4.13H307v-.86h.87V368h1.05v1.76h1v.86h-1v4.13a.39.39,0,0,0,.17.33.69.69,0,0,0,.45.13h.37Z" transform="translate(-57.98 -266.38)"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 52 KiB

BIN
Figures/the-damage-mechanism-of-cavitation.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,298 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
id="Ebene_1"
data-name="Ebene 1"
width="237.39"
height="200.81"
viewBox="0 0 237.39 200.81"
version="1.1"
sodipodi:docname="the-damage-mechanism-of-cavitation.svg"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
inkscape:export-filename="/home/grokkingstuff/Sync/thesis/Figures/the-damage-mechanism-of-cavitation.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview763"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.28"
inkscape:cx="160.54688"
inkscape:cy="-73.4375"
inkscape:window-width="1920"
inkscape:window-height="939"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
inkscape:current-layer="Ebene_1" />
<defs
id="defs440">
<style
id="style403">
.cls-1, .cls-13 {
fill: #ececec;
}
.cls-1, .cls-10, .cls-12, .cls-14, .cls-15, .cls-16, .cls-17, .cls-18, .cls-19, .cls-2, .cls-20, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9 {
stroke: #000;
}
.cls-1, .cls-10, .cls-2, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9 {
stroke-miterlimit: 10;
}
.cls-1, .cls-10, .cls-2, .cls-4, .cls-6, .cls-7, .cls-9 {
stroke-width: 0.75px;
}
.cls-2 {
fill: #c7c7c7;
}
.cls-3 {
fill: #878787;
}
.cls-10, .cls-20, .cls-3, .cls-9 {
fill-rule: evenodd;
}
.cls-4 {
stroke-dasharray: 20 4 4 4;
fill: url(#radial-gradient);
}
.cls-5 {
stroke-width: 2px;
}
.cls-16, .cls-19, .cls-7, .cls-8 {
fill: none;
}
.cls-12, .cls-14, .cls-15, .cls-16, .cls-17, .cls-18, .cls-19, .cls-20, .cls-8 {
stroke-width: 0.75px;
}
.cls-9 {
fill: #454545;
}
.cls-10, .cls-11, .cls-12, .cls-18, .cls-20 {
fill: #fff;
}
.cls-14, .cls-15, .cls-16, .cls-17, .cls-18, .cls-19, .cls-20 {
stroke-miterlimit: 1;
}
.cls-14 {
fill: url(#linear-gradient);
}
.cls-15 {
fill: url(#linear-gradient-2);
}
.cls-17 {
fill: #919191;
}
.cls-19 {
stroke-dasharray: 2;
}
</style>
<radialGradient
id="radial-gradient"
cx="270.5"
cy="457.75"
r="61.5"
gradientTransform="translate(-163.985,-350.565)"
gradientUnits="userSpaceOnUse">
<stop
offset="0"
id="stop405" />
<stop
offset="0.09"
stop-color="#2b2b2b"
id="stop407" />
<stop
offset="0.24"
stop-color="#6a6a6a"
id="stop409" />
<stop
offset="0.39"
stop-color="#a0a0a0"
id="stop411" />
<stop
offset="0.52"
stop-color="#c9c9c9"
id="stop413" />
<stop
offset="0.64"
stop-color="#e7e7e7"
id="stop415" />
<stop
offset="0.74"
stop-color="#f9f9f9"
id="stop417" />
<stop
offset="0.82"
stop-color="#fff"
id="stop419" />
</radialGradient>
<linearGradient
id="linear-gradient"
x1="274.20001"
y1="407.14999"
x2="257.5"
y2="415.89001"
gradientTransform="translate(-9.9,27.5)"
gradientUnits="userSpaceOnUse">
<stop
offset="0.24"
stop-color="#fff"
id="stop422" />
<stop
offset="0.32"
stop-color="#d9d9d9"
id="stop424" />
<stop
offset="0.46"
stop-color="#989898"
id="stop426" />
<stop
offset="0.6"
stop-color="#626262"
id="stop428" />
<stop
offset="0.72"
stop-color="#373737"
id="stop430" />
<stop
offset="0.84"
stop-color="#191919"
id="stop432" />
<stop
offset="0.93"
stop-color="#070707"
id="stop434" />
<stop
offset="1"
id="stop436" />
</linearGradient>
<linearGradient
id="linear-gradient-2"
x1="286.25"
y1="424.98999"
x2="268.42001"
y2="434.32999"
xlink:href="#linear-gradient"
gradientTransform="translate(-60.025453,-376.35267)" />
</defs>
<title
id="title442">the-damage-mechanism-of-cavitation-i.svg</title>
<path
class="cls-1"
d="m 185.145,113.705 c -0.16,-3.45 -0.92,-14.340001 -4.13,-18.100001 -3.73,0.31 -3.11,16.000001 -3,18.100001 H 0.375 v 86.73 h 236.64 v -86.73 z"
id="path446"
style="fill:#ffd5d5" />
<path
class="cls-3"
d="m 109.615,113.045 c 0,2.24 -1.82,3.67 -4.06,3.67 -2.24,0 -4.06,-1.4 -4.06,-3.64"
id="path452" />
<path
class="cls-4"
d="m 148.155,113.675 c 0,22.51 -18.26,36.85 -40.78,36.85 -22.52,0 -40.78,-14 -40.78,-36.55"
id="path454"
style="fill:url(#radial-gradient)" />
<path
class="cls-7"
d="m 146.975,79.084999 c 11.92,5.84 19.38,14.19 19.38,23.440001"
id="path462" />
<path
class="cls-9"
d="m 177.11028,114.09192 1.00115,-1.07161 c 0.41132,-1.14923 0.68563,-2.31395 0.82094,-3.48566 -0.13015,-3.68585 0.75087,-7.20683 -2.42278,-7.70142 -3.65421,-0.58879 -4.32498,6.23533 -10.12165,6.61804 -10.40197,0.683 -27.61177,1.04217 -33.39843,-0.65945 -6.00691,-1.76638 5.20339,-8.366691 7.02549,-10.356821 3.12911,-3.39475 2.36376,-10.60525 2.3553,-14.46672 0,-7.81918 -10.24938,12.35001 -38.93238,12.35001 -21.865165,0 -40.238718,-25.209267 -40.238718,-12.35001 -0.0117,4.50191 2.204148,8.90856 6.377339,12.68262 1.832108,1.99012 10.01152,11.216521 4.054665,12.953461 -5.786658,1.70161 -23.026496,1.34245 -33.39843,0.66533 -5.796671,-0.38271 -6.137062,-2.94396 -9.791267,-2.38461 -1.354899,0.20399 -2.46755,0.77111 -3.003456,1.53086 -1.271463,2.16088 1.001152,5.61121 1.001152,5.61121 z"
id="path544"
sodipodi:nodetypes="cccccsccscccccccc"
style="fill:#aaeeff" />
<path
class="cls-7"
d="m 38.365,104.155 c 0,-10.130001 12.73,-20.000001 26.69,-25.850001"
id="path546" />
<path
class="cls-10"
d="m 102.565,99.304999 c 0,0 17.07,12.360001 29.15,14.270001 10,1.58 21.36,-0.42 21.61,-0.42 v 2.51 l 17,-6.71 c 0,0 -18.84,-4.82 -17.21,-4.82 l -0.07,4.82 c 0,0 -38.82,5 -43.35,-22.230001 C 104.695,56.525 108.755,0.095 108.755,0.375 h -12.59 c 0,-0.28 4.09,53 -1.57,83.619999 -5,27.130001 -42.72,25.000001 -42.72,25.000001 l -0.07,-4.82 c 1.62,0 -17.22,4.82 -17.22,4.82 l 17,6.71 v -2.51 c 0.25,0 11.56,2 21.61,0.42 12.07,-1.91 29.36,-14.270001 29.36,-14.270001 z"
id="path548"
style="fill:#d7eef4" />
<path
d="m 177.665,113.635 a 36.08,36.08 0 0 1 0.85,7.8 c 0.67,9.17 0.5,16.5 0.5,25 0,-2 0.3,-4 0.34,-5.83 0.16,-7.84 -0.5,-14.84 -0.34,-22.67 -1,-0.83 0,-2.83 -0.33,-4"
id="path550" />
<g
id="g592"
transform="translate(0.6073288,-101.41103)"
style="fill:#1c241f">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
x="111.84449"
y="177.256"
id="text7532"><tspan
sodipodi:role="line"
id="tspan7530"
x="111.84449"
y="177.256">Bubble collapse</tspan></text>
</g>
<polygon
class="cls-12"
points="190.13,242.63 181.13,245.63 190.13,248.63 "
id="polygon606"
transform="translate(-1.105,-111.685)" />
<path
class="cls-2"
d="m 133.765,101.185 c 2.75,0.5 4.25,-2.250001 6.25,-3.750001"
id="path666" />
<g
id="g592-3"
transform="translate(197.84615,-89.786201)"
style="fill:#1c241f">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
x="-120.17606"
y="223.48888"
id="text7532-6"><tspan
sodipodi:role="line"
id="tspan7530-7"
x="-120.17606"
y="223.48888">Pressure wave</tspan></text>
</g>
<g
id="g592-3-5-6"
transform="translate(313.04837,-86.014238)"
style="fill:#1c241f">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:8px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
x="-120.17606"
y="223.48888"
id="text7532-6-3-2"><tspan
sodipodi:role="line"
id="tspan7530-7-5-9"
x="-120.17606"
y="223.48888">Crack</tspan></text>
</g>
<g
id="g592-3-5-6-1"
transform="translate(342.15795,-138.66835)"
style="fill:#1c241f" />
</svg>

After

Width:  |  Height:  |  Size: 9.0 KiB