~comcloudway/pages

034a9a59304abb787dbe7698ae7e07b5d75db380 — Jakob Meier 15 days ago 23eec0b
queertopia/visualizing-identity: new blog post

Explaining how you might use radar-like charts to display gender
identity or sexual attraction, as an extension to fixed labels.
A content/blog/queertopia/visualizing-identity.md => content/blog/queertopia/visualizing-identity.md +183 -0
@@ 0,0 1,183 @@
---
title: Visualizing Identity
description: Why put it into a box, when you can paint the box
date: 2024-09-01T00:15:40+02:00
music:
    by: "Lena Raine"
    title: "Moonglow Bay"
    link: "https://radicaldreamland.bandcamp.com/album/moonglow-bay-original-soundtrack"
    cover: "https://f4.bcbits.com/img/a2692908664_16.jpg"
---

I recently stumbled across 
[a post on Mastodon](https://mastodon.world/@jeffowski/113048424931402538)
that referenced a post by `@OMGImAutisticAF`:
> "Why do you need a label?"
> Bc there is comfort in knowing you are a normal zebra, not a strange horse.
> Bc you can't find community w other zebras if you don't know you belong.
> And bc it is impossible for a zebra to be happy 
> or healthy spending its life feeling like a failed horse

And I really quite like it,
as it is a perfect example of why finding labels that suit you,
can be really useful. \
That is not to say that you have to put a label on everything -
maybe you feel better without one.

Or maybe you don't want to put yourself in a specific box.

Imagine if there was a way to visually display,
where you are on a spectrum.

# Backstory
I initially called this post `The Gender Triangle`,
because for me, it is a triangle,
however whilst writing this post, I noticed, 
that I wanted to focus on all the other shapes as well.
Additionally, this model is not restricted to gender,
which is why I renamed the post to `Visualizing Identity`.
Furthermore, I stumbled across [the Trinary Genders](https://lgbtqia.wiki/wiki/Trinary_Genders) 
*lgbtqia wiki* entry, and I think I agree,
that fixing the number to three would be the wrong thing to do.

# GLSEN Gender Triangle Education Guide
Before we dive into the topic of this post,
let me quickly draw your attention to the *Gender Triangle Education Guide*,
developed by GLSEN and interACT.
I found this model while doing research for this and a couple of other posts,
and I think it is interesting, 
how they use the placement of the components to symbolize how the outside
is independent of the inside.

> [It is] an educational tool to highlight the main components 
> that revolve around gender identity - our bodies, 
> how we use our bodies to express ourselves, and
> how the world around us reads our bodies based on the cultural 
> and social codes of our time and place.

![Outlined triangle with illustrations: At the top of the triangle is Attribution (How you are perceived by others), The bottom-left corner represents your body, how it exists and changes. The bottom-right corner represents expression. Gender identity forms the center of the triangle](http://static1.squarespace.com/static/5de2a8445511bf790e31e6e2/t/5fc007f63570fb44d10e6a83/1608316527907/GS+2020-11-26+12.54.22.png?format=1500w)

Instead of reiterating everything detailed in their info material,
I'd recommend [you go and read it yourself](https://www.glsen.org/sites/default/files/2019-11/GLSEN-Gender-Triangle-Education-Guide.pdf).

# Visualization
**Quick disclaimer**:
The following model is based on how I perceive my own gender identity,
and how I think it could be used to reflect other things as well.
**You don't have to pick an identity to be valid** 🏳️‍🌈. \
Also, the next sections will involve a couple of images, 
I'll try my best to add proper alt text to them 💕.

As I said above, this model originated
with me trying to display my gender perception.
It can be seen as a combination and extension of
[Ternary plots](https://en.wikipedia.org/wiki/Ternary_plot),
[Radar charts](https://en.wikipedia.org/wiki/Radar_chart)
and [Plan position indicators](https://en.wikipedia.org/wiki/Plan_position_indicator).

The resulting chart consists of a number of points.
The points are connected to one another and assigned a category 
(We'll take a look at an exception later on).
Whenever you want to add a new category, you add another point.
Assuming that you want all the categories to have the same distance
from one another, this means extending the dimension.
Leading us to the first shortcoming of this visualization:
**Dimensions**.

You see, we have yet to figure out how to imagine four dimensional objects,
and here I am trying to draw a three-dimensional pyramid in 2D.
Which is why, the following image will only go up to three categories, 
instead of four.

## Drawing the chart
Let's start with the basics, and work our way up.
Remember, for now, we are only looking at ways to draw the chart.

The most basic shape is a single point,
or one category, as I like to call it. \
![A single white dot on a gradient background. The dot is labeled "female" ](./unary.png)

To add another category,
simply add a second point, and connect the two, 
like [a number line](https://en.wikipedia.org/wiki/Number_line). \
![Two white dots on a gradient background, connected by a white line. The left dot is labeled "male" and the right one "female"](./binary.png)

To be able to represent my gender identity,
I had to add yet another category. \
![Three white dots on a gradient background. All of them are connected by lines to form an equilateral triangle. The top corner is labeled "agender" and the two points on the bottom are labeled "male" and "female"](./trinary.png)

In theory, you could continue on like this,
with the next point creating a three-dimensional pyramid.
However, after that, it becomes quite hard for humans to imagine. \
This is where this model fails, and you would be better off using 
a *radar chart*.

## You've got a point
Now that we have covered the basic chart shape,
how about we add some data to it.

This is where
[Degrees of freedom](https://en.wikipedia.org/wiki/Degrees_of_freedom) come in,
they basically specify in how many dimensions you are allowed 
to specify the values.

If you only have one category, it means that you have zero degrees of freedom,
you **have** to select the single category. \
![The same image with the single white dot as above, but this time there is a black dot inside the white one, indicating that it has been selected](./unary-selected.png)

By adding one category, you gain a degree of freedom,
now allowing you to select a point on the line spanning 
from one point to the next.
Because you can select any point, the data displayed is not necessarily binary.
It cannot be used to symbolize a third category,
but it can be used to symbolize *feeling in between*.
For example, feeling like a *man* and a *woman* at the same time
(Note: this is not the same as being agender nor non-binary, 
although some people might feel like this). \
![The same image with the two white dots as above, but this time a black dot is positioned on the line between the two, at about 80 percent to the right](./binary-selected.png)

Similarly, you can pick any point inside the triangle I showed above \
![Same image with the three white dots above, but a black dot has been positioned in the middle between agender and female, slightly inset towards male](./trinary-selected.png)

## More than points
The coolest thing about having one or more degrees of freedom,
is that you do not have to draw one single point.

Instead, you could draw multiple points,
to show that your gender identity 
or sexual attraction fluctuates between these points.
Similarly, you could also draw lines 
(or areas/objects, depending on the degrees of freedom)
to show how they change over time.

Or you could also use it to show groups of people you are attracted to. \
For example, depending on their definition, a [bisexual](https://en.wikipedia.org/wiki/Bisexuality) person,
might highlight everything, when using three categories: \
![A triangle made up of male, female, agender with everything highlighted in the colors of the bisexual flag](./maybe-bi.png) \
(Again: You don't have to feel like this to be valid, I am not bisexual, but I know a couple of bisexual people)

The possibilities are nearly endless.
If you haven't found a box yet, maybe more degrees of freedom will help.
And if not, no worries - you don't need labels.
**You are valid**

## My gender triangle
Hi 👋,
if you don't know already, I identify as *trans/non-binary*.

The reason I decided to use three categories to represent my gender identity
is that I feel like I'm partially
[genderflux](https://nonbinary.wiki/wiki/Genderflux) 
and [genderfluid](https://nonbinary.wiki/wiki/Genderfluid).
[Fluidflux](https://nonbinary.wiki/wiki/Fluidflux) if you want.

Most of the time, I feel like a genderless blob,
but often it leans into female territory 
and sometimes slightly masculine one. \
![A triangle made up of male, female, and agender. A triangular area, connecting agender, female, and the triangle center is highlighted in the colors of the non-binary flat](./maybe-me.png) \
Note: this drawing is an approximation.
I also normally don't talk or think about the specifics of my identity,
I just say `I'm non-binary 🌸` and that is it. \
I like labels, but I prefer, *✨ just being me, in that particular moment ✨*.

Take care 😘

A content/blog/queertopia/visualizing-identity/basics.svg => content/blog/queertopia/visualizing-identity/basics.svg +617 -0
@@ 0,0 1,617 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   width="210mm"
   height="297mm"
   viewBox="0 0 210 297"
   version="1.1"
   id="svg1"
   inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
   sodipodi:docname="basics.svg"
   inkscape:export-filename="maybe-me.png"
   inkscape:export-xdpi="96"
   inkscape:export-ydpi="96"
   xml:space="preserve"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
     id="namedview1"
     pagecolor="#ffffff"
     bordercolor="#000000"
     borderopacity="0.25"
     inkscape:showpageshadow="2"
     inkscape:pageopacity="0.0"
     inkscape:pagecheckerboard="0"
     inkscape:deskcolor="#d1d1d1"
     inkscape:document-units="mm"
     inkscape:zoom="0.88015242"
     inkscape:cx="281.20129"
     inkscape:cy="686.81286"
     inkscape:window-width="1892"
     inkscape:window-height="1021"
     inkscape:window-x="0"
     inkscape:window-y="0"
     inkscape:window-maximized="0"
     inkscape:current-layer="layer1" /><defs
     id="defs1"><linearGradient
       id="linearGradient4"
       inkscape:collect="always"><stop
         style="stop-color:#b1668f;stop-opacity:1;"
         offset="0"
         id="stop4" /><stop
         style="stop-color:#458588;stop-opacity:1;"
         offset="1"
         id="stop5" /></linearGradient><linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4"
       id="linearGradient5"
       x1="0"
       y1="162.00864"
       x2="210"
       y2="0"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1,1.9242214)" /><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath29"><path
         style="fill:#282828;fill-opacity:1;stroke:#282828;stroke-width:3.51361;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;paint-order:stroke fill markers"
         d="m 163.98674,95.552202 -23.24332,40.314928 h 46.48663 z"
         id="path29" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath39"><path
         style="fill:#282828;fill-opacity:1;stroke:#282828;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;paint-order:stroke fill markers"
         d="m 82.843447,195.19054 -1.270709,27.47724 19.636552,10.65723 z"
         id="path39" /></clipPath></defs><g
     inkscape:label="Layer 1"
     inkscape:groupmode="layer"
     id="layer1"><rect
       style="fill:url(#linearGradient5);fill-opacity:1;stroke:none;stroke-width:5.54865;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
       id="rect4"
       width="210"
       height="311.74048"
       x="0"
       y="0" /><g
       id="g13"
       inkscape:export-filename="female.png"
       inkscape:export-xdpi="96"
       inkscape:export-ydpi="96"><path
         style="fill:#ebdbb2;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;fill-opacity:1"
         id="path1"
         sodipodi:type="arc"
         sodipodi:cx="34.945686"
         sodipodi:cy="36.487034"
         sodipodi:rx="8"
         sodipodi:ry="8"
         sodipodi:start="0"
         sodipodi:end="6.280585"
         sodipodi:open="true"
         sodipodi:arc-type="arc"
         d="m 42.945686,36.487034 a 8,8 0 0 1 -7.994799,7.999998 8,8 0 0 1 -8.005194,-7.989597 8,8 0 0 1 7.984392,-8.010386 8,8 0 0 1 8.015574,7.979182" /><text
         xml:space="preserve"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;fill-opacity:1"
         x="20.35478"
         y="54.883152"
         id="text1"><tspan
           sodipodi:role="line"
           id="tspan1"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;stroke:none;stroke-width:4;fill-opacity:1"
           x="20.35478"
           y="54.883152">female</tspan></text><path
         style="fill:#282828;fill-opacity:1;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
         id="path14"
         sodipodi:type="arc"
         sodipodi:cx="34.945686"
         sodipodi:cy="36.487034"
         sodipodi:rx="5"
         sodipodi:ry="5"
         sodipodi:start="0"
         sodipodi:end="6.280585"
         sodipodi:open="true"
         sodipodi:arc-type="arc"
         d="m 39.945686,36.487034 a 5,5 0 0 1 -4.996749,4.999999 5,5 0 0 1 -5.003246,-4.993498 5,5 0 0 1 4.990244,-5.006492 5,5 0 0 1 5.009734,4.986989" /></g><g
       id="g5"
       style="fill:#ebdbb2;fill-opacity:1"
       inkscape:export-filename="binary.png"
       inkscape:export-xdpi="96"
       inkscape:export-ydpi="96"><g
         id="g3"
         transform="translate(-23.583164)"
         style="stroke:none;fill:#ebdbb2;fill-opacity:1"><rect
           style="fill:#ebdbb2;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;paint-order:stroke fill markers;fill-opacity:1"
           id="rect3"
           width="57.403999"
           height="4"
           x="97.639259"
           y="34.487034" /><path
           style="fill:#ebdbb2;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;fill-opacity:1"
           id="path2"
           sodipodi:type="arc"
           sodipodi:cx="99.837006"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 107.83701,36.487034 a 8,8 0 0 1 -7.994804,7.999998 8,8 0 0 1 -8.005194,-7.989597 8,8 0 0 1 7.984392,-8.010386 8,8 0 0 1 8.015576,7.979182" /><path
           style="fill:#ebdbb2;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;fill-opacity:1"
           id="path3"
           sodipodi:type="arc"
           sodipodi:cx="152.75858"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 160.75858,36.487034 a 8,8 0 0 1 -7.9948,7.999998 8,8 0 0 1 -8.0052,-7.989597 8,8 0 0 1 7.98439,-8.010386 8,8 0 0 1 8.01558,7.979182" /><path
           style="fill:#282828;fill-opacity:1;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path15"
           sodipodi:type="arc"
           sodipodi:cx="134.92793"
           sodipodi:cy="36.487034"
           sodipodi:rx="5"
           sodipodi:ry="5"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 139.92793,36.487034 a 5,5 0 0 1 -4.99675,4.999999 5,5 0 0 1 -5.00324,-4.993498 5,5 0 0 1 4.99024,-5.006492 5,5 0 0 1 5.00974,4.986989" /></g><text
         xml:space="preserve"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;fill-opacity:1"
         x="65.789032"
         y="54.668663"
         id="text3"><tspan
           sodipodi:role="line"
           id="tspan3"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;stroke-width:4;fill:#ebdbb2;fill-opacity:1"
           x="65.789032"
           y="54.668663">male</tspan></text><text
         xml:space="preserve"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;fill-opacity:1"
         x="114.58451"
         y="54.883152"
         id="text4"><tspan
           sodipodi:role="line"
           id="tspan4"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;stroke-width:4;fill:#ebdbb2;fill-opacity:1"
           x="114.58451"
           y="54.883152">female</tspan></text></g><g
       id="g14"><text
         xml:space="preserve"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
         x="40.16909"
         y="155.1718"
         id="text6"><tspan
           sodipodi:role="line"
           id="tspan6"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke-width:4"
           x="40.16909"
           y="155.1718">male</tspan></text><text
         xml:space="preserve"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
         x="88.964569"
         y="155.38629"
         id="text7"><tspan
           sodipodi:role="line"
           id="tspan7"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke-width:4"
           x="88.964569"
           y="155.38629">female</tspan></text><g
         id="g8"
         transform="rotate(60,41.479338,44.783242)"
         style="fill:#ebdbb2;fill-opacity:1;stroke:none"
         inkscape:transform-center-x="12.842766"
         inkscape:transform-center-y="-23.555878"><rect
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;paint-order:stroke fill markers"
           id="rect7"
           width="57.403999"
           height="4"
           x="97.639259"
           y="34.487034" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path7"
           sodipodi:type="arc"
           sodipodi:cx="99.837006"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 107.83701,36.487034 a 8,8 0 0 1 -7.994804,7.999998 8,8 0 0 1 -8.005194,-7.989597 8,8 0 0 1 7.984392,-8.010386 8,8 0 0 1 8.015576,7.979182" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path8"
           sodipodi:type="arc"
           sodipodi:cx="152.75858"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 160.75858,36.487034 a 8,8 0 0 1 -7.9948,7.999998 8,8 0 0 1 -8.0052,-7.989597 8,8 0 0 1 7.98439,-8.010386 8,8 0 0 1 8.01558,7.979182" /></g><g
         id="g12"
         transform="matrix(-0.5,0.8660254,0.8660254,0.5,96.620303,-13.466409)"
         style="fill:#ebdbb2;fill-opacity:1;stroke:none"
         inkscape:transform-center-x="-12.842767"
         inkscape:transform-center-y="-23.555879"><rect
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;paint-order:stroke fill markers"
           id="rect10"
           width="57.403999"
           height="4"
           x="97.639259"
           y="34.487034" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path11"
           sodipodi:type="arc"
           sodipodi:cx="99.837006"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 107.83701,36.487034 a 8,8 0 0 1 -7.994804,7.999998 8,8 0 0 1 -8.005194,-7.989597 8,8 0 0 1 7.984392,-8.010386 8,8 0 0 1 8.015576,7.979182" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path12"
           sodipodi:type="arc"
           sodipodi:cx="152.75858"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 160.75858,36.487034 a 8,8 0 0 1 -7.9948,7.999998 8,8 0 0 1 -8.0052,-7.989597 8,8 0 0 1 7.98439,-8.010386 8,8 0 0 1 8.01558,7.979182" /></g><text
         xml:space="preserve"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
         x="60.097149"
         y="81.541954"
         id="text12"><tspan
           sodipodi:role="line"
           id="tspan12"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke-width:4"
           x="60.097149"
           y="81.541954">agender</tspan></text><g
         id="g6"
         transform="translate(-48.454892,100.58288)"
         style="display:inline;fill:#ebdbb2;fill-opacity:1;stroke:none"><rect
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;paint-order:stroke fill markers"
           id="rect5"
           width="57.403999"
           height="4"
           x="97.639259"
           y="34.487034" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path5"
           sodipodi:type="arc"
           sodipodi:cx="99.837006"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 107.83701,36.487034 a 8,8 0 0 1 -7.994804,7.999998 8,8 0 0 1 -8.005194,-7.989597 8,8 0 0 1 7.984392,-8.010386 8,8 0 0 1 8.015576,7.979182" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path6"
           sodipodi:type="arc"
           sodipodi:cx="152.75858"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 160.75858,36.487034 a 8,8 0 0 1 -7.9948,7.999998 8,8 0 0 1 -8.0052,-7.989597 8,8 0 0 1 7.98439,-8.010386 8,8 0 0 1 8.01558,7.979182" /><path
           style="fill:#282828;fill-opacity:1;stroke:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path16"
           sodipodi:type="arc"
           sodipodi:cx="134.75539"
           sodipodi:cy="15.304866"
           sodipodi:rx="5"
           sodipodi:ry="5"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 139.75539,15.304866 a 5,5 0 0 1 -4.99675,4.999999 5,5 0 0 1 -5.00325,-4.993498 5,5 0 0 1 4.99025,-5.006492 5,5 0 0 1 5.00973,4.986989" /></g></g><g
       id="g24"
       transform="translate(85.584659,0.51782171)"><text
         xml:space="preserve"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
         x="40.16909"
         y="155.1718"
         id="text16"><tspan
           sodipodi:role="line"
           id="tspan16"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke-width:4"
           x="40.16909"
           y="155.1718">male</tspan></text><text
         xml:space="preserve"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
         x="88.964569"
         y="155.38629"
         id="text17"><tspan
           sodipodi:role="line"
           id="tspan17"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke-width:4"
           x="88.964569"
           y="155.38629">female</tspan></text><g
         id="g18"
         transform="rotate(60,41.479338,44.783242)"
         style="fill:#ebdbb2;fill-opacity:1;stroke:none"
         inkscape:transform-center-x="12.842766"
         inkscape:transform-center-y="-23.555878"><rect
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;paint-order:stroke fill markers"
           id="rect17"
           width="57.403999"
           height="4"
           x="97.639259"
           y="34.487034" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path17"
           sodipodi:type="arc"
           sodipodi:cx="99.837006"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 107.83701,36.487034 a 8,8 0 0 1 -7.994804,7.999998 8,8 0 0 1 -8.005194,-7.989597 8,8 0 0 1 7.984392,-8.010386 8,8 0 0 1 8.015576,7.979182" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path18"
           sodipodi:type="arc"
           sodipodi:cx="152.75858"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 160.75858,36.487034 a 8,8 0 0 1 -7.9948,7.999998 8,8 0 0 1 -8.0052,-7.989597 8,8 0 0 1 7.98439,-8.010386 8,8 0 0 1 8.01558,7.979182" /></g><g
         id="g20"
         transform="matrix(-0.5,0.8660254,0.8660254,0.5,96.620303,-13.466409)"
         style="fill:#ebdbb2;fill-opacity:1;stroke:none"
         inkscape:transform-center-x="-12.842767"
         inkscape:transform-center-y="-23.555879"><rect
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;paint-order:stroke fill markers"
           id="rect18"
           width="57.403999"
           height="4"
           x="97.639259"
           y="34.487034" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path19"
           sodipodi:type="arc"
           sodipodi:cx="99.837006"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 107.83701,36.487034 a 8,8 0 0 1 -7.994804,7.999998 8,8 0 0 1 -8.005194,-7.989597 8,8 0 0 1 7.984392,-8.010386 8,8 0 0 1 8.015576,7.979182" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path20"
           sodipodi:type="arc"
           sodipodi:cx="152.75858"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 160.75858,36.487034 a 8,8 0 0 1 -7.9948,7.999998 8,8 0 0 1 -8.0052,-7.989597 8,8 0 0 1 7.98439,-8.010386 8,8 0 0 1 8.01558,7.979182" /></g><text
         xml:space="preserve"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
         x="60.097149"
         y="81.541954"
         id="text20"><tspan
           sodipodi:role="line"
           id="tspan20"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke-width:4"
           x="60.097149"
           y="81.541954">agender</tspan></text><g
         id="g23"
         transform="translate(-48.454892,100.58288)"
         style="display:inline;fill:#ebdbb2;fill-opacity:1;stroke:none"><rect
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;paint-order:stroke fill markers"
           id="rect20"
           width="57.403999"
           height="4"
           x="97.639259"
           y="34.487034" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path21"
           sodipodi:type="arc"
           sodipodi:cx="99.837006"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 107.83701,36.487034 a 8,8 0 0 1 -7.994804,7.999998 8,8 0 0 1 -8.005194,-7.989597 8,8 0 0 1 7.984392,-8.010386 8,8 0 0 1 8.015576,7.979182" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path22"
           sodipodi:type="arc"
           sodipodi:cx="152.75858"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 160.75858,36.487034 a 8,8 0 0 1 -7.9948,7.999998 8,8 0 0 1 -8.0052,-7.989597 8,8 0 0 1 7.98439,-8.010386 8,8 0 0 1 8.01558,7.979182" /></g><image
         width="107.97737"
         height="64.849693"
         preserveAspectRatio="none"
         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAJnCAYAAAAJPCFbAAAABHNCSVQICAgIfAhkiAAAD09JREFU&#10;eJzt27FtQkEARMEDnZAc/BIoxtU4ph8Kcu6ANhAJoV3F6SS/mQo2ftKeHuP2OwAAAIB/7bx7AAAA&#10;ALCeAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAA&#10;AAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAA&#10;BAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQ&#10;IAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECA&#10;AAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAEC&#10;AAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgA&#10;AAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAA&#10;AABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAA&#10;AAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAA&#10;AAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAA&#10;ECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABA&#10;gAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAAB&#10;AgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQI&#10;AAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAA&#10;AAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAA&#10;AAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAA&#10;AAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAA&#10;ABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAA&#10;QIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAA&#10;AQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAE&#10;CAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAg&#10;AAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAA&#10;AAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIA&#10;AAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAA&#10;AAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAA&#10;AECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAA&#10;AAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQMF/Hx+4NAAAAwGLz5/O6ewMA&#10;AACwmAsAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAA&#10;AAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAA&#10;ABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAA&#10;QIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAA&#10;AQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAE&#10;CAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAg&#10;AAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAA&#10;AAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIA&#10;AAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAA&#10;AAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAA&#10;AECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAA&#10;AAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAA&#10;BAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQ&#10;IAAAAABAgAAAAAAAAQIAAAAABMzv92X3BgAAAGCxeX8euzcAAAAAi7kAAAAAQIAAAAAAAAECAAAA&#10;AAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAA&#10;ECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABA&#10;gAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAAB&#10;AgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQI&#10;AAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAA&#10;AAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAA&#10;AAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAA&#10;AAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAA&#10;ABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAA&#10;QIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAA&#10;AQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAE&#10;CAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAg&#10;AAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAA&#10;AAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIA&#10;AAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAA&#10;AAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAA&#10;AECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAA&#10;AAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAA&#10;BAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQ&#10;IAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECA&#10;AAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAEC&#10;AAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgA&#10;AAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAA&#10;AABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAA&#10;AAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAA&#10;AAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAA&#10;ECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAwxxhfu0cAAAAAa/0BEZ4NHU57xhkAAAAASUVORK5C&#10;YII=&#10;"
         id="image1"
         x="106.60795"
         y="82.220695"
         clip-path="url(#clipPath29)"
         transform="translate(-85.584659,-0.51782171)" /></g><g
       id="g37"
       transform="translate(4.5429501,103.03397)"><text
         xml:space="preserve"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
         x="40.16909"
         y="155.1718"
         id="text29"><tspan
           sodipodi:role="line"
           id="tspan29"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke-width:4"
           x="40.16909"
           y="155.1718">male</tspan></text><text
         xml:space="preserve"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
         x="88.964569"
         y="155.38629"
         id="text30"><tspan
           sodipodi:role="line"
           id="tspan30"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke-width:4"
           x="88.964569"
           y="155.38629">female</tspan></text><g
         id="g31"
         transform="rotate(60,41.479338,44.783242)"
         style="fill:#ebdbb2;fill-opacity:1;stroke:none"
         inkscape:transform-center-x="12.842766"
         inkscape:transform-center-y="-23.555878"><rect
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;paint-order:stroke fill markers"
           id="rect30"
           width="57.403999"
           height="4"
           x="97.639259"
           y="34.487034" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path30"
           sodipodi:type="arc"
           sodipodi:cx="99.837006"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 107.83701,36.487034 a 8,8 0 0 1 -7.994804,7.999998 8,8 0 0 1 -8.005194,-7.989597 8,8 0 0 1 7.984392,-8.010386 8,8 0 0 1 8.015576,7.979182" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path31"
           sodipodi:type="arc"
           sodipodi:cx="152.75858"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 160.75858,36.487034 a 8,8 0 0 1 -7.9948,7.999998 8,8 0 0 1 -8.0052,-7.989597 8,8 0 0 1 7.98439,-8.010386 8,8 0 0 1 8.01558,7.979182" /></g><g
         id="g33"
         transform="matrix(-0.5,0.8660254,0.8660254,0.5,96.620303,-13.466409)"
         style="fill:#ebdbb2;fill-opacity:1;stroke:none"
         inkscape:transform-center-x="-12.842767"
         inkscape:transform-center-y="-23.555879"><rect
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;paint-order:stroke fill markers"
           id="rect31"
           width="57.403999"
           height="4"
           x="97.639259"
           y="34.487034" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path32"
           sodipodi:type="arc"
           sodipodi:cx="99.837006"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 107.83701,36.487034 a 8,8 0 0 1 -7.994804,7.999998 8,8 0 0 1 -8.005194,-7.989597 8,8 0 0 1 7.984392,-8.010386 8,8 0 0 1 8.015576,7.979182" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path33"
           sodipodi:type="arc"
           sodipodi:cx="152.75858"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 160.75858,36.487034 a 8,8 0 0 1 -7.9948,7.999998 8,8 0 0 1 -8.0052,-7.989597 8,8 0 0 1 7.98439,-8.010386 8,8 0 0 1 8.01558,7.979182" /></g><text
         xml:space="preserve"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
         x="60.097149"
         y="81.541954"
         id="text33"><tspan
           sodipodi:role="line"
           id="tspan33"
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.2889px;font-family:'Sedgwick Ave';-inkscape-font-specification:'Sedgwick Ave, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0px;fill:#ebdbb2;fill-opacity:1;stroke-width:4"
           x="60.097149"
           y="81.541954">agender</tspan></text><g
         id="g36"
         transform="translate(-48.454892,100.58288)"
         style="display:inline;fill:#ebdbb2;fill-opacity:1;stroke:none"><rect
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;paint-order:stroke fill markers"
           id="rect33"
           width="57.403999"
           height="4"
           x="97.639259"
           y="34.487034" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path34"
           sodipodi:type="arc"
           sodipodi:cx="99.837006"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 107.83701,36.487034 a 8,8 0 0 1 -7.994804,7.999998 8,8 0 0 1 -8.005194,-7.989597 8,8 0 0 1 7.984392,-8.010386 8,8 0 0 1 8.015576,7.979182" /><path
           style="fill:#ebdbb2;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"
           id="path35"
           sodipodi:type="arc"
           sodipodi:cx="152.75858"
           sodipodi:cy="36.487034"
           sodipodi:rx="8"
           sodipodi:ry="8"
           sodipodi:start="0"
           sodipodi:end="6.280585"
           sodipodi:open="true"
           sodipodi:arc-type="arc"
           d="m 160.75858,36.487034 a 8,8 0 0 1 -7.9948,7.999998 8,8 0 0 1 -8.0052,-7.989597 8,8 0 0 1 7.98439,-8.010386 8,8 0 0 1 8.01558,7.979182" /></g></g><image
       width="83.226524"
       height="55.511448"
       preserveAspectRatio="none"
       xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrCAYAAABvFv+UAAAABHNCSVQICAgIfAhkiAAAEPxJREFU&#10;eJzt27FtAkEABVHOvn4cmRaogCoJ6MQkVECEiMnXVaxWYt6r4Mcj/W28f8YBAAAA+GhfqwcAAAAA&#10;8wkAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQ&#10;IAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECA&#10;AAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAEC&#10;AAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgA&#10;AAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAA&#10;AABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAA&#10;AAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAA&#10;AAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAA&#10;ECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABA&#10;gAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAAB&#10;AgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQI&#10;AAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAA&#10;AAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAA&#10;AAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAA&#10;AAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAA&#10;ABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAA&#10;QIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAA&#10;AQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAE&#10;CAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABOyH7+PqDQAAAMBk2xhjrB4BAAAAzOUCAAAAAAECAAAA&#10;AAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAA&#10;ECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABA&#10;gAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAAB&#10;AgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQI&#10;AAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAA&#10;AAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAA&#10;AAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAA&#10;AAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAA&#10;ABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAA&#10;QIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAA&#10;AQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAE&#10;CAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAg&#10;AAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAA&#10;AAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIA&#10;AAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAA&#10;AAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAA&#10;AECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAA&#10;AAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAA&#10;BAgAAAAAECAAAAAAQIAAAAAAAAH77fpavQEAAACYbP+7PFdvAAAAACZzAQAAAIAAAQAAAAACBAAA&#10;AAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAA&#10;ACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAA&#10;gAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAA&#10;AgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAI&#10;EAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBA&#10;AAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAAB&#10;AAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQA&#10;AAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAA&#10;AAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAA&#10;AIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAA&#10;AAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAA&#10;CBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAg&#10;QAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAA&#10;AQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIE&#10;AAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAA&#10;AAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAA&#10;AACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAA&#10;AAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAA&#10;AAgQAAAAACBAAAAAAICA7fR7HqtHAAAAAHPtj/d99QYAAABgMhcAAAAACBAAAAAAIEAAAAAAgAAB&#10;AAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQA&#10;AAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAA&#10;AAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAA&#10;AIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAA&#10;AAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAA&#10;CBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAg&#10;QAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAA&#10;AQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIE&#10;AAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAA&#10;AAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAA&#10;AACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAA&#10;AAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAA&#10;AAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAA&#10;IEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACA&#10;AAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAAC&#10;BAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAAAAAAgAABAAAAAAIEAAAAAAgQ&#10;AAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEAAAAAAgQAAAAACBAAAAAAIEAA&#10;AAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACBAAAAAAIEAAAAAAgQAAAAACAAAEA&#10;AAAAAgQAAAAACPgHeqkV9QSObhEAAAAASUVORK5CYII=&#10;"
       id="image1-8"
       x="33.620106"
       y="186.52351"
       clip-path="url(#clipPath39)"
       transform="matrix(1.1130021,-0.06531701,0.06531701,1.1130021,-22.886244,-16.480882)" /></g></svg>

A content/blog/queertopia/visualizing-identity/binary-selected.png => content/blog/queertopia/visualizing-identity/binary-selected.png +0 -0
A content/blog/queertopia/visualizing-identity/binary.png => content/blog/queertopia/visualizing-identity/binary.png +0 -0
A content/blog/queertopia/visualizing-identity/maybe-bi.png => content/blog/queertopia/visualizing-identity/maybe-bi.png +0 -0
A content/blog/queertopia/visualizing-identity/maybe-me.png => content/blog/queertopia/visualizing-identity/maybe-me.png +0 -0
A content/blog/queertopia/visualizing-identity/trinary-selected.png => content/blog/queertopia/visualizing-identity/trinary-selected.png +0 -0
A content/blog/queertopia/visualizing-identity/trinary.png => content/blog/queertopia/visualizing-identity/trinary.png +0 -0
A content/blog/queertopia/visualizing-identity/unary-selected.png => content/blog/queertopia/visualizing-identity/unary-selected.png +0 -0
A content/blog/queertopia/visualizing-identity/unary.png => content/blog/queertopia/visualizing-identity/unary.png +0 -0