Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 260

<head>

<title>Mitsuha's Theme (Kimi No Na wa)</title>


<style type="text/css">
html {
scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
/* <!-- Defines the em unit--> */
body {
font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK KR", "Noto Sans CJK
SC", "Noto Sans CJK TC", "Avenir", Arial, sans-serif;
font-size: 12pt;
}
/* <!-- Song title --> */
h1, svg text.title {
font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK KR", "Noto Sans
CJK SC", "Noto Sans CJK TC", "Avenir", Arial, sans-serif;
font-size: 1.3em;
font: bold;
}
/* <!-- Song headers (HTML only) --> */
p, svg text.headers {
font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK KR", "Noto Sans
CJK SC", "Noto Sans CJK TC", "Avenir", Arial, sans-serif;
font-size: 0.8em;
line-height: 50%;
}
.root, .diamond, .circle {
transform: scale(1.0);
-ms-transform: scale(1.0);
-webkit-transform: scale(1.0);
}
/* <!-- Alignment of SVG (HTML only) --> */
/* <!-- Seems to have no effect ? --> */
.root svg, .diamond svg, .circle svg {
display: inline-block;
vertical-align: middle;
}
/* <!-- Sky chord chart: a table with rounded edges (HTML only) --> */
table {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 4px;
margin-right: 0px;
padding: 0px;
display: inline-block;
border-style: solid;
border-radius: 5px;
border-width: 1px;
border-color: black;
border-spacing: 0 auto;
}
/* <!-- Sky chord chart: a table with rounded edges (SVG only) --> */
svg rect.harp {
fill:white;
stroke-width:1;
stroke:black;
}
/* <!-- Sky chord chart: a table with rounded edges and thick edges (PNG only) -->
*/
svg rect.harp-png {
fill:white;
stroke-width:3;
stroke:black;
}

/* <!-- WARNING: The td font size affects the note size! (HTML only)--> */
td {
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
font-size: 1.0em;
}
/* <!-- Makes the table disappear in case of broken chord (HTML only)--> */
table.broken {
border-color: white;
border-width: 0;
}
/* <!-- Makes the table disappear in case of broken chord (SVG only)--> */
svg.broken rect{
fill:none;
stroke-width:0;
stroke:white;
}
/* <!-- Silent table (HTML only)--> */
table.silent {
border-color:#BBBBBB;
border-width:0;
}
/* <!-- Silent table (HTML only)--> */
svg.silent rect {
stroke: grey;
stroke-width:0;
fill:none;
}
table.voice {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 4px;
margin-right: 0px;
padding: 0px;
border-radius: 0px;
border-width: 0px;
}
table.voice td {
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
font-size: 0.8em;
width: 7.5em;
text-align: center;
}
/* <!-- Sky voice (SVG only) --> */
svg text.voice {
font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK KR", "Noto Sans CJK
SC", "Noto Sans CJK TC", "Avenir", Arial, sans-serif;
font-size: 0.8em;
stroke: none;
fill:black;
dominant-baseline: middle;
}
/* <!-- Invisible table to contain the repetition mark --> */
table.repeat {
margin: 0px;
padding: 0px;
border-radius: 0px;
border-width: 0px;
font-size: 0.9em;
}
/* <!-- Bottom-left corner repetition mark --> */
svg.repeat text.repeat {
stroke: none;
fill:black;
dominant-baseline: baseline;
font-size: 0.9em;
font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK KR", "Noto Sans CJK
SC", "Noto Sans CJK TC", "Avenir", Arial, sans-serif;
}

/* <!-- Horizontal line --> */


hr {
height: 2px;
background-color: #BBBBBB;
border: none;
opacity: 1;
padding: 0;
margin-top: 0px;
margin-bottom: 4px;
}
svg line.divide {
stroke: grey;
stroke-width: 1.0px;
}

/* <!-- TODO: Check if this has no effect ??? --> */


/*
path.instrument-button{
fill:#FF0000;
opacity:0.4;
}
*/
/* <!-- TODO: Check if this has no effect ??? --> */
#transcript {
margin: 0 0;
}

/* <!-- Small buttons showing notes positions --> */


svg.button-0 .OFF.icon,
svg.button-1 .OFF.icon,
svg.button-2 .OFF.icon,
svg.button-3 .OFF.icon,
svg.button-4 .OFF.icon {
stroke-width: 0;
stroke: white;
fill: rgb(194,240,194);
opacity: 1;
}
/* <!-- Small buttons showing notes positions --> */
svg.button-5 .OFF.icon,
svg.button-6 .OFF.icon,
svg.button-7 .OFF.icon,
svg.button-8 .OFF.icon,
svg.button-9 .OFF.icon {
stroke-width: 0;
stroke: white;
fill: rgb(179,236,255);
opacity: 1;
}
/* <!-- Small buttons showing notes positions --> */
svg.button-10 .OFF.icon,
svg.button-11 .OFF.icon,
svg.button-12 .OFF.icon,
svg.button-13 .OFF.icon,
svg.button-14 .OFF.icon {
stroke-width: 0;
stroke: white;
fill: rgb(255,185,223);
opacity: 1;
}
/* <!-- Note background when the chord is or is silent --> */
table.broken .ON-0.instrument-button,
table.silent .ON-0.instrument-button {
stroke-width: 0;
stroke: white;
fill: none;
}
/* <!-- Small note buttons when the chord is broken --> */
table.broken .OFF.icon,
svg.broken .OFF.icon {
stroke-width: 0;
stroke: white;
fill: none;
}
/* <!-- Small note buttons when the chord is silent --> */
table.silent .OFF.icon,
svg.silent .OFF.icon {
stroke-width: 0;
stroke: white;
fill: none;
}
/* <!-- Middle note button when the chord is silent --> */
table.silent svg.button-7 .OFF.icon,
svg.silent svg.button-7 .OFF.icon,
svg.silent.button-7 .OFF.icon {
stroke-width: 0;
stroke: white;
fill: #BBBBBB;
opacity: 1;
}
/* <!-- Red question mark when table is broken --> */
table.broken text,
svg.broken text {
fill: red;
text-anchor:middle;
font-size:600%;
stroke-width:0.05em;
stroke:red;
}

/* <!-- Note decoration (circle, diamond) --> */


.ON-0.icon {
stroke-width: 5;
stroke: white;
fill: none;
}
/* <!-- Note background color in first row --> */
svg.button-0 path.ON-0,
svg.button-1 path.ON-0,
svg.button-2 path.ON-0,
svg.button-3 path.ON-0,
svg.button-4 path.ON-0 {
fill: limegreen;
opacity: 1.0;
}
/* <!-- Note background color in second row --> */
svg.button-5 path.ON-0,
svg.button-6 path.ON-0,
svg.button-7 path.ON-0,
svg.button-8 path.ON-0,
svg.button-9 path.ON-0 {
fill: deepskyblue;
opacity: 1.0;
}
/* <!-- Note background color in third row --> */
svg.button-10 path.ON-0,
svg.button-11 path.ON-0,
svg.button-12 path.ON-0,
svg.button-13 path.ON-0,
svg.button-14 path.ON-0 {
fill: deeppink;
opacity: 1.0;
}
/* <!-- Element background color for icons in ../elements
Set to none to have a transparent SVG, and a transparent PNG with alpha layer
(RGBA) later
Set to white to make the background white in RGB mode, and the PNG background white
when converted to RGB
--> */
svg rect.harp-background {
fill:white;
}
svg rect.note-background {
fill:white;
}
/* <!-- Below the styles for buttons in a quaver --> */
.ON-7 {
fill: rgb(68,1,84);
opacity: 1.0;
}
.ON-7.icon {
stroke-width: 3;
stroke: white;
fill: none;
}
.ON-6 {
fill: rgb(68,57,130);
opacity: 1.0;
}
.ON-6.icon {
stroke-width: 3;
stroke: white;
fill: none;
}
.ON-5 {
fill: rgb(48,103,141);
opacity: 1.0;
}
.ON-5.icon {
stroke-width: 3;
stroke: white;
fill: none;
}

.ON-4 {
fill: rgb(32,144,140);
opacity: 1.0;
}
.ON-4.icon {
stroke-width: 3;
stroke: white;
fill: none;
}
.ON-3 {
fill: rgb(53,183,120);
opacity: 1.0;
}
.ON-3.icon {
stroke-width: 3;
stroke: white;
fill: none;
}
.ON-2 {
fill: rgb(144,214,67);
opacity: 1.0;
}
.ON-2.icon {
stroke-width: 3;
stroke: white;
fill: none;
}
.ON-1 {
fill: rgb(253,231,36);
opacity: 1.0;
}
.ON-1.icon {
stroke-width: 3;
stroke: white;
fill: none;
}

@media (prefers-color-scheme: dark) {


body {
background-color: #121212;
}
table {
border-color: white;
}
table.broken {
border-color: #121212;
}
table.broken .ON-0.button,
table.silent .ON-0.button {
stroke: #121212;
}
p, body, td, text.headers {
color: white;
}
}

</style>
<meta charset="utf-8">
</head>
<body><table id="navigation"><a href="https://sky-music.github.io/"
class="redirect"> Sky music </a></table>

<h1> Mitsuha's Theme (Kimi No Na wa) </h1>


<p> <b>Original Artist(s):</b> Yojiro Noda </p>
<p> <b> Transcript:</b> Peri </p>
<div id="transcript">
<table class="harp harp-0"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-1"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-2"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-3"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-4"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-5"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-6"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-7"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-8"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-9"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-10"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-11"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-12"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-13"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-14"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-15"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-16"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-17"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-18"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-19"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-20"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-21"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-22"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-23"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-24"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-25"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-26"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-27"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-28"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-29"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-30"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-31"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-32"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-33"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-34"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-35"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-36"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-37"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-38"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-39"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-40"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-41"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-42"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-2"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-43"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-44"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-45"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-46"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-2"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-47"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-48"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-49"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-50"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-51"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-52"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-53"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-54"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-55"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-56"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-57"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-58"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-59"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-60"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-61"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-62"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-63"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-2"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-64"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-65"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-66"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-67"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-2"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-68"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-69"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-70"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-71"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-72"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-73"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-74"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-75"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-76"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-77"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-78"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-79"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-80"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td></tr></tbody></table>
<table class="harp harp-81"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-82"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-83"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-84"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-85"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-86"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-2"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-87"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-88"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-89"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-90"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-91"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-92"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-93"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-94"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-95"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-96"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td></tr></tbody></table>
<table class="harp harp-97"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-98"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-99"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-100"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-101"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-102"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-103"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-104"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-105"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-106"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-2"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-107"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-108"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-109"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-110"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-111"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td></tr></tbody></table>
<table class="harp harp-112"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-113"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-114"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-115"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-116"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-117"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-2"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-118"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-119"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-120"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-121"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-122"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-123"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-124"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-125"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-126"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-127"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-2"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-128"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-129"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-130"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-131"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-2"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-132"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-133"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-134"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-135"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-2"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-136"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-137"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-138"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-139"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-2"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-140"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-141"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-142"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-143"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-2"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-144"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-145"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-2"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-146"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-147"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-2" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-2"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-148"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-149"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-150"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-151"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-152"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-153"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-154 empty "><tbody><tr><td><svg class="root OFF empty
button-0 " xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0
0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-1 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-2 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-3 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-4 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-5 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-6 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="20" class="icon OFF "></circle></svg>
</td><td><svg class="diamond OFF empty button-8 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-9 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-11 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-12 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-13 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root OFF empty button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-155"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-156"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-157"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-158"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-159"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-160 empty "><tbody><tr><td><svg class="root OFF empty
button-0 " xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0
0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-1 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-2 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-3 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-4 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-5 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-6 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="20" class="icon OFF "></circle></svg>
</td><td><svg class="diamond OFF empty button-8 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-9 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-11 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-12 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-13 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root OFF empty button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-161"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-162"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-163"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-164"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-165"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-166 empty "><tbody><tr><td><svg class="root OFF empty
button-0 " xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0
0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-1 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-2 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-3 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-4 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-5 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-6 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="20" class="icon OFF "></circle></svg>
</td><td><svg class="diamond OFF empty button-8 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-9 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-11 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-12 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-13 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root OFF empty button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-167"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-168"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-169"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-170"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-171"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-172"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-173"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-174"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-175"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-176"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-177"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-178"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td></tr></tbody></table>
<table class="harp harp-179"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-180 empty "><tbody><tr><td><svg class="root OFF empty
button-0 " xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0
0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-1 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-2 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-3 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-4 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-5 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-6 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="20" class="icon OFF "></circle></svg>
</td><td><svg class="diamond OFF empty button-8 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-9 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-11 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-12 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-13 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root OFF empty button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-181"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-182"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-183"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-184"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-185"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-186 empty "><tbody><tr><td><svg class="root OFF empty
button-0 " xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0
0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-1 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-2 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-3 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-4 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-5 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-6 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="20" class="icon OFF "></circle></svg>
</td><td><svg class="diamond OFF empty button-8 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-9 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-11 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-12 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-13 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root OFF empty button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-187"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-188"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-189"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-190"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-191"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-192 empty "><tbody><tr><td><svg class="root OFF empty
button-0 " xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0
0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-1 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-2 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-3 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-4 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-5 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-6 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="20" class="icon OFF "></circle></svg>
</td><td><svg class="diamond OFF empty button-8 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-9 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-11 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-12 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-13 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root OFF empty button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-193"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-194"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td></tr></tbody></table>
<table class="harp harp-195"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-196"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-197"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-198"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-199"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-200"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-201"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-202"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-203"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-204"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-205"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-206"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-207"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-208"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-209"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-210 empty "><tbody><tr><td><svg class="root OFF empty
button-0 " xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0
0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-1 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-2 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-3 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-4 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-5 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-6 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="20" class="icon OFF "></circle></svg>
</td><td><svg class="diamond OFF empty button-8 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-9 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-11 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-12 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-13 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root OFF empty button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-211"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-212"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-213"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-214"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-215"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-216 empty "><tbody><tr><td><svg class="root OFF empty
button-0 " xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0
0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-1 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-2 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-3 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-4 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-5 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-6 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="20" class="icon OFF "></circle></svg>
</td><td><svg class="diamond OFF empty button-8 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-9 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-11 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-12 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-13 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root OFF empty button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-217"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-218"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-219"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-220"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-221"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-222"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-223"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-224"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-225"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-226"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-227"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-228"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-229"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-230"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-231"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-232"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-233"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-234"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-235"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-236 empty "><tbody><tr><td><svg class="root OFF empty
button-0 " xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0
0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-1 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-2 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-3 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-4 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-5 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-6 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="20" class="icon OFF "></circle></svg>
</td><td><svg class="diamond OFF empty button-8 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-9 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-11 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-12 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-13 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root OFF empty button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-237"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-238"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-239"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-240"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-241"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-242 empty "><tbody><tr><td><svg class="root OFF empty
button-0 " xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0
0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-1 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-2 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-3 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-4 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-5 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-6 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="20" class="icon OFF "></circle></svg>
</td><td><svg class="diamond OFF empty button-8 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-9 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr><tr><td><svg class="circle OFF empty button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-11 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="circle OFF empty button-12 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td><td><svg class="diamond OFF empty button-13 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty "></circle></svg>
</td><td><svg class="root OFF empty button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF empty"></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-243"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-244"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-245"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-246"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-247"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-248"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-249"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-250"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<br>
<hr>
<table class="harp harp-251"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-252"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-253"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-254"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-255"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-256"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-257"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-258"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-259"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-260"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-261"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-262"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-263"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-264"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-265"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-266"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-267"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-268"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-269"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-270"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-271"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-272"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-273"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-274"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-275"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-1"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-276"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-0"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-0"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-277"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
<table class="harp harp-278"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-279"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-280"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-281"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-282"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-283"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-284"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.5" cy="45.4" r="26" class="icon ON-1"></circle><rect x="19.5"
y="19.3" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 109.7415 45.2438)"
width="52" height="52" class="icon ON-1"></rect>
</svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-285"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-0"></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>
<table class="harp harp-286"><tbody><tr><td><svg class="root button-0 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-1 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-2 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-3 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-0" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.4 90.7 0 84.4 0 76.5V14.2C0 6.4 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<rect x="22.6" y="22.7" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 45.3002
109.5842)" width="45.4" height="45.4" class="icon ON-0"></rect></svg>
</td><td><svg class="circle button-4 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-5 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<path class="instrument-button ON-1" d="M90.7 76.5c0 7.8-6.3 14.2-14.2
14.2H14.2C6.3 90.7 0 84.4 0 76.5V14.2C0 6.3 6.3 0 14.2 0h62.3c7.8 0 14.2 6.3 14.2
14.2V76.5z"></path>
<circle cx="45.4" cy="45.4" r="25.5" class="icon ON-1"></circle></svg>
</td><td><svg class="diamond button-6 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-7 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-8 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-9 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr><tr><td><svg class="circle button-10 "
xmlns="https://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-11 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="circle button-12 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="diamond button-13 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td><td><svg class="root button-14 " xmlns="https://www.w3.org/2000/svg"
width="1em" height="1em" viewBox="0 0 91 91">
<circle cx="45.4" cy="45.4" r="12" class="icon OFF "></circle></svg>
</td></tr></tbody></table>

<br>
<hr>
</div>

<style>
#buttonsWrapper{
position:absolute;
right:0;
top:0;
display:flex;
flex-direction:column;
}
#buttonsWrapper button{
background-color:rgb(53, 52, 52);
font-size:1.2rem;
color:white;
margin:0.2rem;
padding:0.8rem;
border:none;
border-radius:5px;
cursor:pointer;
text-align:left;
}
.redirect{
color: #2879d0;
font-size:1.5rem;
position:absolute;
right:1rem;
top:1rem;
font-weight:bold;
}
</style>

</body>

You might also like